* nnmail.el (nnmail-expand-newtext): Further sub-match fixups (bug#12375).
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
4 (bug#12375).
5
6 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
7
8 * message.el (message-tab): Mention what happens on normal tabs
9 (bug#11297).
10
11 2014-02-08 Glenn Morris <rgm@gnu.org>
12
13 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
14
15 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
16
17 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
18 with an empty string.
19
20 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
21
22 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
23 buffer-local in some buffers, so bind it explicitly in the buffer we're
24 trying to cancel the article in (bug#10808).
25
26 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
27
28 * gnus-int.el (gnus-request-accept-article): Doc fix.
29
30 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
31
32 * nnir.el (nnir-request-update-mark): Don't try to update the source
33 group if we can't find it (bug#16611).
34
35 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
36
37 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
38
39 2014-01-31 Dave Abrahams <dave@boostpro.com>
40
41 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
42 in the summary buffer (bug#13769).
43
44 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
45
46 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
47 name if we're using a single article buffer. Otherwise, it may point
48 to a killed buffer (bug#13756).
49
50 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
51
52 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
53 the match data, just save and restore it explictly (bug#12375).
54
55 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
56 that's needed.
57
58 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
59 the code once (bug#9069).
60
61 2014-01-18 Steinar Bang <sb@dod.no>
62
63 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
64 reading.
65
66 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
67
68 * message.el (message-bury): Call bury-buffer with no argument
69 in the message-return-action case too.
70
71 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
72
73 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
74 (nnimap-split-fancy, nnimap-split-methods): Declare.
75
76 * mm-util.el (help-function-arglist): Declare.
77
78 2013-12-28 Glenn Morris <rgm@gnu.org>
79
80 * gnus-sieve.el (gnus-sieve-select-method):
81 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
82 (gravatar-rating, gravatar-size):
83 * message.el (message-minibuffer-local-map):
84 * sieve-manage.el (sieve-manage-authenticators)
85 (sieve-manage-authenticator-alist): Specify custom types.
86
87 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
88 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
89 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
90
91 * auth-source.el (auth-sources):
92 * nnmairix.el (nnmairix-propagate-marks-upon-close):
93 Fix custom types.
94
95 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
96
97 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
98 we get proper traces there, too.
99
100 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
101
102 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
103 value of the parameters if the current article has a Reply-To or From
104 field.
105
106 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
107
108 * gnus.el (gnus-group-buffer): Remove duplicate definition.
109
110 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
111
112 * gnus-sum.el (gnus-summary-exit): Stop animations.
113
114 2013-12-19 Juri Linkov <juri@jurta.org>
115
116 * gnus.el (gnus-suppress-keymap):
117 * gnus-art.el (gnus-article-mode-map):
118 * gnus-group.el (gnus-group-mode-map):
119 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
120 Remove [backspace] key binding because it shadows DEL (bug#16035).
121
122 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
123
124 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
125
126 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
127 Make sure work directory exists.
128 (gnus-uu-digest-mail-forward): Store temporary files in work directory
129 rather than tmp directory.
130 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
131 not necessarily always run, with it.
132
133 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
134
135 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
136 value of gnus-icalendar-additional-identities work without restart.
137
138 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
139
140 * mm-util.el (mm-make-temp-file):
141 Alias to make-temp-file for modern Emacsen.
142
143 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
144
145 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
146 nnir-article-number and nnir-article-group.
147
148 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
149
150 * message.el (message-send-mail-with-sendmail):
151 Don't kill error buffer if sending fails.
152
153 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
154
155 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
156 (gnus-icalendar-event->org-entry)
157 (gnus-icalendar--update-org-event)
158 (gnus-icalendar-event->gnus-calendar): Distinguish between
159 required/optional/non-participant attendee status. Fix bug causing
160 the first required event participant to be omitted.
161
162 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
163
164 * gnus-art.el (article-de-quoted-unreadable)
165 (article-de-base64-unreadable, gnus-mime-copy-part)
166 * gnus-html.el (gnus-article-html)
167 * mm-view.el (mm-inline-text-html-render-with-w3)
168 (mm-inline-text-html-render-with-w3m-standalone)
169 * rfc2231.el (rfc2231-decode-encoded-string):
170 Allow overriding charset by mm-charset-override-alist.
171
172 * gnus-art.el (gnus-article-browse-html-parts):
173 Replace LWSPs with `&nbsp;'s in header.
174
175 Work for broken Chinese articles.
176
177 * gnus-art.el (gnus-article-browse-html-save-cid-content):
178 Exclude broken handles that gnus-summary-enter-digest-group may create.
179 (gnus-article-browse-html-parts):
180 Allow overriding charset by mm-charset-override-alist.
181
182 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
183
184 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
185 (gnus-icalendar-identities): Support additional-identities.
186
187 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
188 Fix org-timestamp for events ending at midnight.
189
190 2013-11-21 Ivan Shmakov <ivan@siamics.net> (tiny change)
191
192 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
193 Support debbugs .log files.
194
195 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
196
197 * message.el (message-beginning-of-line):
198 Use beginning-of-visual-line when visual-line-mode is turned on.
199
200 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
201
202 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
203 (gnus-icalendar-event-from-ical)
204 (gnus-icalendar-event->org-entry)
205 (gnus-icalendar--update-org-event): Required/optional participation,
206 list of attendees synced to org.
207
208 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
209
210 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
211 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
212 cancellations to be synced to org if the original appt has an org
213 outline.
214
215 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
216
217 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
218 (gnus-icalendar-event->org-entry)
219 (gnus-icalendar--update-org-event)
220 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
221
222 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
223
224 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
225 Fix timezone handling in gnus-icalendar export to org.
226
227 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
228
229 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
230
231 2013-10-30 Glenn Morris <rgm@gnu.org>
232
233 * gnus-group.el (gnus-group-browse-foreign-server):
234 * gnus-int.el (gnus-start-news-server):
235 Silence compiler obsolescence warning.
236
237 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
238
239 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
240 `nnoo-current-server' first, then for the actual `nnimap-address' to
241 allow netrc entries for the nnoo server to coexist with netrc entries
242 for the `nnimap-address'.
243
244 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
245
246 * mm-decode.el (mm-dissect-buffer): Revert last change.
247 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
248 The problem that motivated those changes was attributed to a broken
249 mail sender, and has been fixed.
250
251 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
252
253 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
254 token is missing in the Content-Type header.
255
256 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
257
258 2013-09-18 Glenn Morris <rgm@gnu.org>
259
260 * gnus-util.el (image-size): Declare.
261
262 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
263
264 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
265 (gnus-icalendar-event-from-ical)
266 (gnus-icalendar-event--build-reply-event-body)
267 (gnus-icalendar-event-reply-from-buffer)
268 (gnus-icalendar-find-org-event-file)
269 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
270 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
271
272 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
273
274 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
277 Use save-current-buffer.
278 (gnus-tree-mode-map): Initialize in the declaration.
279 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
280 (scroll-in-place): Defvar it.
281 (gnus-tmp-*): Defvar them.
282 (gnus-get-tree-buffer): Use derived-mode-p.
283 (gnus--let-eval): New macro.
284 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
285 non-prefixed variables.
286 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
287
288 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
289 vars since it doesn't seem to be available.
290 (gnus-set-global-variables, gnus-summary-read-group-1)
291 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
292 (gnus-summary-display-article, gnus-summary-select-article)
293 (gnus-summary-next-article, gnus-offer-save-summaries)
294 (gnus-summary-generic-mark): Use derived-mode-p.
295 (gnus-summary-read-group-1, gnus-summary-exit)
296 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
297 Adjust calls to gnus-tree-close and gnus-tree-open.
298
299 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
300
301 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
302 (gnus-agent-mode): Use derived-mode-p.
303 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
304 gnus-command-method and *-command-method to nil, but bind
305 gnus-command-method to *-command-method instead!
306 (gnus-agent-fetch-articles): Remove unused var `id'.
307 (gnus-agent-fetch-headers): Remove unused arg `force'.
308 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
309 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
310 (gnus-agent-short-article, gnus-agent-long-article)
311 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
312 first use.
313 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
314 `score-param'.
315 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
316 (gnus-get-predicate): Push in front of the cache, rather than end.
317 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
318 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
319 (gnus-agent-expire-unagentized-dirs): Don't rebind
320 gnus-agent-expire-current-dirs since the defvar silences the warning.
321 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
322 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
323 (gnus-agent-regenerate): Simplify interactive spec and doc.
324
325 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
326
327 * gnus-int.el (gnus-open-server): Silence compiler.
328
329 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
330
331 * message.el (message-display-completion-list): Abolish.
332 (message-completion-in-region): Use display-completion-list.
333
334 2013-09-17 Glenn Morris <rgm@gnu.org>
335
336 * gnus-util.el (gnus-message-with-timestamp-1):
337 Use `messages-buffer' function if available. Ignore read-only.
338
339 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
340
341 * message.el (message-expand-group, message-completion-in-region):
342 Correct the order of start and end of a region.
343
344 2013-09-13 Glenn Morris <rgm@gnu.org>
345
346 * mml2015.el (gnus-create-image): Autoload it.
347
348 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
349
350 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
351 (image-size): Declare.
352
353 2013-09-12 Glenn Morris <rgm@gnu.org>
354
355 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
356 Avoid using `find', which i) might not be defined at runtime;
357 ii) does not work, since its default test is eql, not equal.
358 (gnus-mime-action-alist): Declare.
359
360 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * score-mode.el (gnus-score-mode-map): Move initialization
363 into declaration.
364 (gnus-score-mode): Use define-derived-mode.
365 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
366 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
367 into declaration.
368 (gnus-kill-file-mode): Use define-derived-mode.
369 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
370 Use derived-mode-p.
371 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
372 (gnus-group-setup-buffer, gnus-group-name-at-point)
373 (gnus-group-make-web-group, gnus-group-enter-directory)
374 (gnus-group-suspend): Use derived-mode-p.
375 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
376 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
377 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
378 (gnus-article-setup-buffer, gnus-article-prepare)
379 (gnus-article-prepare-display, gnus-sticky-article)
380 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
381 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
382 (gnus-article-read-summary-keys): Use derived-mode-p.
383
384 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
385
386 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
387
388 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
389
390 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
391 shift_jis from the default value set for Japanese users.
392
393 2013-08-13 Glenn Morris <rgm@gnu.org>
394
395 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
396
397 * gnus.el (gnus-valid-select-methods): Fix type.
398
399 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
400
401 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
402
403 * mm-decode.el (mm-display-external): Run a timer for the temp files
404 deletion after a viewer exits; add a deletion timer for the needsterm
405 case, too.
406
407 * mm-decode.el (mm-display-external): Try to delete temporary files by
408 using a 1-min. timer.
409
410 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
411
412 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
413 New internal variables.
414 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
415 (mm-display-external): Use it to delete temporary files instead of
416 using timers.
417
418 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
419
420 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
421 with cond for backwards compatability.
422
423 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
424
425 * mm-decode.el (mm-display-external): Bind process-connection-type to
426 nil; don't delete a temp file immediately even if a viewer finishes,
427 since it may be a shell script, like xdg-open, that launches a real
428 viewer program belatedly.
429
430 2013-08-05 Dave Abrahams <dave@boostpro.com>
431
432 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
433 that we can create nndoc groups that excerpt other groups.
434
435 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
436
437 * gnus-delay.el (gnus-delay-article): Fix typo.
438
439 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
440 articles.
441
442 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
443 we can get spell-checking etc.
444
445 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
446
447 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
448 a single one used for encoding the whole text in a header.
449
450 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
451
452 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
453 before sending.
454
455 * mm-decode.el (mm-command-output): New face.
456 (mm-display-external): Use it.
457
458 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
459
460 * nnmbox.el (nnmbox-request-article): Don't change point.
461
462 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
463
464 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
465 Include `handle' parameter.
466
467 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
468
469 * gnus-icalendar.el: New file.
470
471 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
472
473 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
474
475 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
476 dummy roots, too.
477
478 2013-08-01 David Edmondson <dme@dme.org>
479
480 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
481 out on ttys.
482
483 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
484
485 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
486 not empty.
487
488 * nnrss.el (nnrss-discover-feed): Indent.
489
490 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
491
492 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
493
494 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
495
496 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
497 dirty to ensure nnimap data being saved.
498
499 2013-07-30 Tassilo Horn <tsdh@gnu.org>
500
501 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
502 menu entry.
503
504 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
505 the current thread's total score instead of the current article's
506 score.
507
508 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
509 (gnus-sort-threads-recursively): Delete defcustom.
510 (gnus-sort-threads-recursive): Adapt accordingly.
511
512 2013-07-30 Tassilo Horn <tsdh@gnu.org>
513
514 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
515 (gnus-sort-threads-recursive): Use it.
516 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
517 again. Now that determines how to sort subthreads.
518
519 2013-07-26 Tassilo Horn <tsdh@gnu.org>
520
521 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
522 (gnus-sort-threads): Use it.
523
524 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
525
526 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
527 punctuation characters follow parentheses (bug#14950).
528
529 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
530
531 * gnus.el (gnus-continuum-version):
532 * gnus-msg.el (gnus-extended-version): Simplify.
533
534 * gnus.el (gnus-continuum-version-1): Remove.
535 * gnus-msg.el (gnus-bug): Revert.
536
537 Calculate gnus-version correctly on Cygwin.
538
539 * gnus.el (gnus-continuum-version): Do main calculations in integers.
540 (gnus-continuum-version-1): New function, return a string.
541
542 * gnus-msg.el (gnus-extended-version, gnus-bug):
543 Use gnus-continuum-version-1 instead of gnus-continuum-version.
544
545 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
546
547 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
548 (bug#13384).
549
550 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
551
552 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
553 that were only relevant in a development version a long time ago.
554
555 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
556
557 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
558 that the old Emacs 24s bundle.
559
560 2013-07-10 David Engster <deng@randomsample.de>
561
562 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
563 if `gnus-newsrc-file-version' does not match `gnus-version'.
564 This fixes a bug in Emacs trunk where the 'unexist' marks were always
565 removed at startup because "Gnus v5.13" was considered smaller than "Ma
566 Gnus v0.03".
567
568 2013-07-10 Tassilo Horn <tsdh@gnu.org>
569
570 * gnus.el (gnus-summary-line-format):
571 Reference `gnus-user-date-format-alist' for the &user-date; format, not
572 `gnus-summary-user-date-format-alist'.
573
574 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
575
576 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
577 delete files (bug#13481).
578
579 2013-07-08 Tassilo Horn <tsdh@gnu.org>
580
581 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
582
583 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
584
585 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
586 display images.
587
588 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
589
590 * message.el (message-cancel-news): According to
591 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
592 preferred over "cmsg cancel" in the Subject.
593
594 * nnir.el (nnir-engines): Note that the group specs are regexps
595 (bug#13238).
596
597 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
598 gotten read-only text properties, ensure that those aren't heeded when
599 copying stuff over (bug#13434).
600
601 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
602 (bug#13762).
603
604 2013-07-05 David Kastrup <dak@gnu.org>
605
606 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
607 authinfo file again (important for blank passwords). This had been
608 broken with 2013-06-15 change.
609
610 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
611
612 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
613 Revert 2013-01-14 change.
614
615 2013-07-02 David Engster <deng@randomsample.de>
616
617 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
618 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
619 to see whether the group was synced before.
620
621 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
622
623 * nnimap.el (nnimap-request-move-article): Decode the group name when
624 doing internal moves to avoid charset issues.
625
626 2013-07-02 Julien Danjou <julien@danjou.info>
627
628 * nnimap.el (nnimap-request-list):
629 Revert change that made listing synchronous.
630 (nnimap-get-responses): Restore.
631
632 2013-07-02 Dave Abrahams <dave@boostpro.com>
633
634 * nnimap.el (nnimap-change-group): Document result value.
635
636 * nnimap.el (nnimap-find-article-by-message-id):
637 Account for the fact that nnimap-change-group can return t.
638
639 2013-07-02 Julien Danjou <julien@danjou.info>
640
641 * nnimap.el (nnimap-request-head):
642 Resture to-buffer parameter, used by `nnimap-request-move-article'.
643
644 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
645
646 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
647 supported by nnimap actually. Reverts previous change.
648
649 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
650 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
651 to-buffer argument that is already supported.
652
653 2013-07-02 Julien Danjou <julien@danjou.info>
654
655 * nnimap.el (nnimap-get-responses): Remove, unused.
656
657 2013-07-02 Julien Danjou <julien@danjou.info>
658
659 * nnimap.el (nnimap-request-articles-find-limit): Rename from
660 `nnimap-request-move-articles-find-limit' since we do not use it
661 only for move operations.
662 (nnimap-request-accept-article):
663 Use `nnimap-request-articles-find-limit' to limit search by message-id.
664
665 2013-07-02 Julien Danjou <julien@danjou.info>
666
667 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
668
669 * nnimap.el (nnimap-log-buffer):
670 Check that `window-point-insertion-type' is boundp, since it's not
671 available in XEmacs.
672
673 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
674
675 * nnimap.el (nnimap-log-buffer):
676 Add this, setting `window-point-insertion-type' in the buffer to t.
677 (nnimap-log-command): Use nnimap-log-buffer.
678
679 2013-07-02 Julien Danjou <julien@danjou.info>
680
681 * nnimap.el (nnimap-find-article-by-message-id):
682 Add an optional limit argument to be able to limit the search.
683 (nnimap-request-move-article):
684 Use `nnimap-request-move-articles-find-limit'.
685 (nnimap-request-move-articles-find-limit):
686 Add this to limit the search by Message-Id after a message move.
687 (nnimap): Add defgroup.
688
689 2013-07-02 Julien Danjou <julien@danjou.info>
690
691 * nnimap.el (nnimap-find-article-by-message-id):
692 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
693 (nnimap-possibly-change-group): Add read-only argument.
694 (nnimap-request-list): Use nnimap-possibly-change-group rather than
695 issuing EXAMINE manually.
696 (nnimap-find-article-by-message-id):
697 Use `nnimap-possibly-change-group' with read-only argument.
698 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
699 We cannot possibly change because we need to be sure that it's either
700 read-write or read-only.
701
702 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
703
704 * gnus-sum.el (gnus-summary-insert-old-articles):
705 Don't include unexisting messages.
706
707 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
708
709 * gnus-start.el (gnus-clean-old-newsrc):
710 Remove totally bogus `unexists' entries.
711 (gnus-clean-old-newsrc): Fix last checkin.
712
713 * nnimap.el (nnimap-update-info):
714 None of the articles below the active low-water mark exist.
715
716 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
717
718 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
719
720 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
721
722 * nnimap.el (nnimap-request-scan):
723 Allow `nnimap-inbox' to be a list of inboxes.
724
725 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
726
727 * gnus-group.el (gnus-group-expire-articles-1):
728 Don't try to expire messages that don't exist.
729
730 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
731
732 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
733
734 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
735
736 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
737
738 * gnus-start.el (gnus-clean-old-newsrc):
739 Delete `unexist' from pre-Ma Gnus 0.3.
740
741 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
742
743 * gnus-sum.el (gnus-summary-local-variables):
744 Make `gnus-newsgroup-unexist' into a local variable.
745
746 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
747
748 * gnus-sum.el (gnus-adjust-marked-articles):
749 Add to `gnus-newsgroup-unexist'.
750
751 * gnus.el (gnus-article-mark-lists):
752 Add `unexist' to the list of marks.
753 (gnus-article-special-mark-lists):
754 Put the `unexist' in the special marks list instead.
755
756 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
757 articles in the list of articles to be selected.
758
759 * nnimap.el (nnimap-retrieve-group-data-early):
760 Query for unexisting articles.
761 (nnimap-update-info): Keep track of unexisting articles.
762 (nnimap-update-qresync-info): Ditto.
763
764 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
765
766 * gnus-start.el (gnus-clean-old-newsrc): New function.
767 (gnus-read-newsrc-file): Use it.
768
769 2013-07-02 Daiki Ueno <ueno@gnu.org>
770
771 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
772 of 'create-image' for XEmacs compatibility; check errors when decoding
773 image. Reported by Uwe Brauer.
774
775 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
776
777 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
778 gnus-button-push revised at 2011-01-19.
779
780 2013-06-19 Glenn Morris <rgm@gnu.org>
781
782 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
783
784 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
785
786 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
787
788 2013-06-18 Glenn Morris <rgm@gnu.org>
789
790 * eww.el, shr.el, shr-color.el: Move to ../net.
791
792 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
793
794 * shr.el (shr-tag-table): Insert the images after the table, so that
795 they're not covered by the table colourisation, which often looked
796 awkward.
797 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
798 <dd>.
799
800 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
801
802 * eww.el (eww-detect-charset): Improve regexp; move backward.
803
804 2013-06-18 Glenn Morris <rgm@gnu.org>
805
806 * mm-decode.el (widget-convert-button): Autoload.
807
808 * sieve-manage.el (mm-enable-multibyte): Autoload.
809
810 * shr.el (libxml-parse-html-region): Declare.
811 (shr-render-buffer): Explicit error if no libxml2 support.
812
813 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
814
815 * auth-source.el (auth-source-current-line): New function.
816 (auth-source-netrc-parse-entries): When a data token is "machine",
817 assume we're in the wrong place and abort parsing the current line.
818
819 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
820
821 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
822 (eww-convert-widgets): Don't bug out if the first widget starts at the
823 beginning of the buffer.
824 (eww-convert-widgets): Fix last patch.
825 (eww-tag-input): Support <input type=image>.
826
827 * shr.el (shr-insert-table): Respect border-collapse: collapse.
828 (shr-tag-base): Protect against base specs that are degenerate.
829 (shr-ensure-paragraph): Don't delete empty lines that have text
830 properties, because these may be input fields.
831
832 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
833 we can navigate to them.
834
835 * shr.el (shr-colorize-region): Put the colours over the entire region.
836 (shr-inhibit-decoration): New variable.
837 (shr-add-font): Use it to inhibit text property decorations while doing
838 preliminary table renderings. This speeds up typical Wikipedia page
839 renderings by 15%.
840 (shr-tag-span): Don't respect the <title>, because that overwrites the
841 help-echo from links inside the spans.
842 (shr-next-link): Use `help-echo' for navigation, so that we can
843 navigate to form elements, too.
844
845 * eww.el (eww-button): New face.
846 (eww-convert-widgets): Use it to make submit buttons more button-like.
847
848 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
849 that Gnus commands work.
850
851 * shr.el (shr-render-td): Support horizontal alignment.
852
853 * eww.el (eww-put-color): Remove.
854 (eww-colorize-region): Use `add-face-text-property'.
855
856 * shr.el (shr-add-font): Append face data, so that we get the correct
857 precedence: The innermost value (which is applied first) wins.
858 (shr-make-overlay): Obsolete function.
859
860 * mm-decode.el (mm-convert-shr-links): New function to convert
861 new-style shr URL links into widgets.
862 (mm-shr): Use it.
863
864 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
865 widget commands, since we're no longer using widgets for links.
866
867 * shr.el (shr-next-link): New command.
868 (shr-previous-link): New command.
869 (shr-urlify): Don't use `widget-convert', because that's slow.
870 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
871 because collecting the overlays and reapplying them when generating
872 tables is slow.
873 (shr-insert-table): Ditto.
874
875 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
878 * shr.el (browse-url): Require `url'.
879 * eww.el (url): Require format-spec.
880
881 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
882
883 * eww.el (eww-display-html): Default to using the entire window width.
884 (eww-browse-url): Don't add a User-Agent header (twice), because that
885 makes Bing refuse connection.
886
887 * shr.el (shr-make-table): Cache the table rendering at the table
888 level, and not the <td> level. This is a bit faster.
889
890 * eww.el (eww-render): Go to the correct ID when given URLs ending with
891 #id.
892
893 * shr.el (shr-tag-li): Don't require a new paragraph, since other
894 browsers don't.
895 (shr-expand-url): Respect #anchor links.
896 (shr-parse-base): Chop off the anchor before using.
897 (shr-descend): Respect display: none.
898 (shr-descend): Allow marking elements that have certain IDs.
899
900 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
901
902 * shr.el (shr-expand-url): Don't bug out on zero-length links.
903
904 * eww.el (eww-tag-textarea): Support <textarea>.
905
906 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
907
908 * shr.el (shr-dom-to-xml): Fix function call.
909
910 * eww.el (eww): New group.
911 (eww-header-line-format): New custom variable.
912 (eww-current-title): New variable.
913 (eww-display-html): Update header and handle title tag.
914 (eww-update-header-line-format): New function.
915 (eww-tag-title): New function.
916
917 * shr.el (shr-dom-to-xml): New function.
918 (shr-tag-svg): Add support for the SVG tag.
919 (shr-bullet): New custom variable.
920 (shr-tag-li): Support custom bullet in unordered lists.
921
922 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
923
924 * shr.el (shr-expand-url): Respect // URLs.
925
926 * eww.el (eww-tag-body): Override the shr body rendering so that we can
927 put a background colour onto the entire buffer.
928 (eww-render): When being redirected, use the redirect URL as the new
929 base URL.
930
931 * shr.el (shr-parse-base): Fix parsing error.
932
933 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
934
935 * shr.el (shr-parse-base): New function.
936 (shr-expand-url): Use it to expand relative URLs reliably.
937
938 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
939
940 * auth-source.el (auth-source-search-collection): Fix docstring.
941 (auth-source-netrc-parse): Refactor and improve netrc parser to support
942 single-quoted strings and multiline entries.
943 (auth-source-netrc-parse-next-interesting)
944 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
945 New functions to support parser.
946
947 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
948
949 * eww.el (eww-submit): Get submit button logic right when hitting RET
950 on non-submit buttons.
951
952 * shr.el: Remove shr-preliminary-table-render, since that can't really
953 be used for anything in practice.
954
955 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
956
957 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
958 (sieve-manage-quit).
959
960 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
961
962 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
963 control the maximum size of photo ID image.
964 (mml2015-epg-key-image-to-string): Respect it.
965
966 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
967
968 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
969 instead of the final one so that we can more easily distinguish them.
970
971 * eww.el (eww-submit): Compute the submission URL correctly.
972
973 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
976 Use plist-get rather than CL's getf.
977 (sieve-manage-parse-capability): Avoid CL's remove-if.
978
979 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
980
981 * shr.el (shr-expand-url): Expansion should chop off the bits after the
982 last slash.
983
984 * eww.el (eww-tag-select): Use the first value as the default value.
985
986 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
987
988 * eww.el (eww): Prepend urls with http:// if scheme is missing.
989 (eww-mode): Use `define-derived-mode'.
990 (eww-parse-headers): Parse headers from beginning of buffer so that
991 file:// links work.
992
993 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
994
995 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
996
997 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
998
999 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1000 to handle them at all.
1001
1002 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1003
1004 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1005 work, too.
1006 (eww-tag-select): Implement <select>.
1007
1008 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1009
1010 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1011 stream managing functions by using open-protocol-stream to do most of
1012 the work. Has the nice benefit of enabling STARTTLS.
1013 Wait for capabilities after STARTTLS: following RFC5804, the server
1014 sends new capabilities after successfully establishing a TLS connection
1015 with the client. The client should update the cached list of
1016 capabilities, but we just ignore the answer for now.
1017 (sieve-manage-network-p, sieve-manage-network-open)
1018 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1019 (sieve-manage-forward, sieve-manage-streams)
1020 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1021 API, nor called by any other function.
1022 Enable Multibyte for SieveManage buffers: The parser won't properly
1023 handle umlauts and line endings unless multibyte is turned on in the
1024 process buffer.
1025
1026 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1027
1028 * eww.el (eww-tag-input): Support password fields.
1029 (eww-submit): Support POST.
1030
1031 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1032
1033 * eww.el (eww-tag-form): Protect against degenerate forms.
1034
1035 * shr.el (shr-expand-url): Expand URLs that start with a slash
1036 correctly.
1037
1038 * eww.el (eww-submit): Get submit button logic right.
1039
1040 * shr.el (shr-final-table-render): New variable to signal when we're
1041 doing the final table rendering so that we can collect more data at
1042 that point.
1043
1044 * eww.el (eww-submit): Make form submission work.
1045 (eww-tag-input): Implement submit buttons.
1046 (eww-click-radio): Implement radio and checkboxes.
1047 (eww-submit): Handle hidden elements.
1048
1049 * shr.el (shr-descend): Allow other packages to override (or provide)
1050 rendering of elements.
1051 (shr-expand-url): Strip query strings from URLs before expanding them.
1052
1053 * eww.el: Don't require cl-lib.
1054 (eww-tag-form): Start form support.
1055
1056 * eww.el: Start writing a new, tiny web browser.
1057 (eww-previous-url): New command.
1058 (eww-quit): New command.
1059
1060 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1061
1062 * sieve.el: Put point at beginning of buffer when viewing a script.
1063 (sieve-open-server): Respect the PORT parameter. Show the correct port
1064 number in sieve-buffer's header. Fixed code to also work with a string
1065 as port specifier. Properly close the connection on pressing 'q'. Make
1066 sieve-manage-quit close the connection and process buffer. Also, remove
1067 duplicate keybinding for 'q'.
1068
1069 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1070
1071 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1072 make it easier to read.
1073 (mm-pkcs7-enveloped-magic): Ditto.
1074
1075 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1076
1077 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1078 before `image-type-available-p' to avoid loading the image libraries
1079 needlessly.
1080
1081 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1082
1083 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1084 assume Date header begins with "Date", that may be customized into
1085 something like "X-Sent" using gnus-article-time-format.
1086 (article-transform-date): Allow multi-line Date header.
1087
1088 2013-06-02 David Engster <deng@randomsample.de>
1089
1090 * registry.el (initialize-instance, registry-lookup)
1091 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1092 (registry-lookup-secondary-value, registry-search, registry-delete)
1093 (registry-insert, registry-reindex, registry-size, registry-prune):
1094 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1095 changes in EIEIO (introduction of eieio-core.el).
1096
1097 2013-05-30 Glenn Morris <rgm@gnu.org>
1098
1099 * nnmail.el (nnmail-fancy-expiry-target):
1100 Also bind mail-dont-reply-to-names.
1101
1102 * spam-stat.el (spam-stat-save):
1103 No need to tweak font-lock in temp buffers.
1104
1105 * shr.el (shr-put-image): Silence compiler.
1106
1107 2013-05-29 Glenn Morris <rgm@gnu.org>
1108
1109 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1110
1111 * gnus-group.el (gnus-sequence-of-unread-articles)
1112 (gnus-summary-add-mark, gnus-mark-article-as-read)
1113 (gnus-group-make-articles-read): Declare.
1114
1115 * gnus-sum.el (gnus-parameter-list-identifier)
1116 (gnus-article-stop-animations, gnus-stop-downloads)
1117 (gnus-article-only-boring-p, article-goto-body)
1118 (gnus-flush-original-article-buffer, article-narrow-to-head)
1119 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1120 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1121
1122 * gnus.el: No need to eval-and-compile autoloads.
1123
1124 * gravatar.el (help-function-arglist): Autoload.
1125
1126 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1127
1128 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1129
1130 * spam.el: No need to load spam-report when compiling.
1131 No need to eval-and-compile autoloads.
1132 (spam-report-resend-to): Declare.
1133 (spam-report-resend-register-routine): Require 'spam-report.
1134
1135 2013-05-24 Julien Danjou <julien@danjou.info>
1136
1137 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1138 setup.
1139
1140 2013-05-23 Glenn Morris <rgm@gnu.org>
1141
1142 * gnus-util.el (rmail-swap-buffers-maybe)
1143 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1144 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1145 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1146
1147 * mm-decode.el: No need to load term when compiling.
1148 (term-mode, term-char-mode): Declare.
1149
1150 * mm-util.el: No need to load jka-compr when compiling.
1151 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1152
1153 * nnmaildir.el: Require is automatically eval-and-compile.
1154 (nnmail): Require at run-time too.
1155
1156 * registry.el (registry-size): Move definition before use.
1157
1158 2013-05-22 Daiki Ueno <ueno@gnu.org>
1159
1160 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1161 signed data to conform the standard. (Bug#14232)
1162
1163 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1164
1165 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1166 double angle quotation mark.
1167
1168 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1169
1170 * message.el (message-insert-formatted-citation-line): Handle finding
1171 first/lastname when more than 2 names appear.
1172
1173 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1174
1175 * shr.el (shr-tag-span): New function.
1176
1177 2013-05-18 Glenn Morris <rgm@gnu.org>
1178
1179 * message.el (message-mode): Use message-mode-abbrev-table,
1180 with text-mode-abbrev-table as parent. (Bug#14413)
1181
1182 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1183
1184 * message.el (message-expand-group): Decode group names.
1185
1186 2013-05-16 Julien Danjou <julien@danjou.info>
1187
1188 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1189 app-icon.
1190
1191 2013-05-15 Glenn Morris <rgm@gnu.org>
1192
1193 * shr-color.el (shr-color-visible-luminance-min)
1194 (shr-color-visible-distance-min): Use shr-color group.
1195
1196 2013-05-11 Glenn Morris <rgm@gnu.org>
1197
1198 * gnus-vm.el: Make it loadable without VM.
1199 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1200 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1201
1202 2013-05-09 Glenn Morris <rgm@gnu.org>
1203
1204 * mml1991.el: Make it loadable. (Bug#13456)
1205
1206 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1207 * gnus-async.el (gnus-async-post-fetch-function):
1208 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1209 * gnus-html.el (gnus-html-image-cache-ttl):
1210 * gnus-notifications.el (gnus-notifications-timeout):
1211 * gnus-picon.el (gnus-picon-properties):
1212 * gnus-util.el (gnus-completion-styles):
1213 * gnus.el (gnus-other-frame-resume-function):
1214 * message.el (message-user-organization-file)
1215 (message-cite-reply-position):
1216 * nnir.el (nnir-summary-line-format)
1217 (nnir-retrieve-headers-override-function):
1218 * shr-color.el (shr-color-visible-luminance-min):
1219 * shr.el (shr-blocked-images):
1220 * spam-report.el (spam-report-resend-to):
1221 * spam.el (spam-summary-exit-behavior): Fix custom types.
1222
1223 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1224
1225 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1226
1227 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1228 because of let-binding help-xref-following. (Bug#14356)
1229
1230 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1231
1232 * message.el (message-bury, message-send-and-exit):
1233 Revert 2013-05-04 change.
1234
1235 2013-05-06 Glenn Morris <rgm@gnu.org>
1236
1237 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1238
1239 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1240
1241 * message.el (message-bury): Make `buffer' optional.
1242 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1243 (bug#14085).
1244
1245 2013-05-04 Andrew Cohen <cohen@bu.edu>
1246
1247 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1248 entering into the registry.
1249
1250 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1251
1252 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1253 (Bug#14304)
1254
1255 2013-04-27 Glenn Morris <rgm@gnu.org>
1256
1257 * gnus.el (gnus-list-debbugs):
1258 Use require rather than autoload. (Bug#14262)
1259
1260 2013-04-27 Julien Danjou <julien@danjou.info>
1261
1262 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1263 port to "sieve" now that it has an official IANA port assigned.
1264
1265 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1266
1267 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1268 Don't set the MAILHOST environment variable permanently (Bug#14271).
1269
1270 2013-04-26 Glenn Morris <rgm@gnu.org>
1271
1272 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1273
1274 2013-04-25 Andrew Cohen <cohen@bu.edu>
1275
1276 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1277 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1278
1279 2013-04-24 Andrew Cohen <cohen@bu.edu>
1280
1281 * nnir.el (nnir-close-group): Make sure we are in the right group.
1282
1283 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1284 dependency table from all newly retrieved headers.
1285
1286 2013-04-16 David Edmondson <dme@dme.org>
1287
1288 Support <img src="data:...">.
1289
1290 * shr.el (shr-image-from-data): New function.
1291 (shr-tag-img): Use it.
1292
1293 2013-04-14 Andrew Cohen <cohen@bu.edu>
1294
1295 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1296 group.
1297
1298 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1299
1300 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1301 corresponding to any existing group (Bug#14166).
1302
1303 2013-04-10 Andrew Cohen <cohen@bu.edu>
1304
1305 * nnir.el (number-sequence): No longer used.
1306 (nnir-request-set-mark): New function.
1307 (nnir-request-update-info): Improve marks updating.
1308 (nnir-request-scan): Don't duplicate marks updating.
1309 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1310 Use 'assq rather than 'assoc. Quote anonymous function.
1311 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1312 Use 'gnus-group-prefixed-p.
1313 (gnus-summary-create-nnir-group): Make sure server for method is open.
1314
1315 2013-04-04 Andrew Cohen <cohen@bu.edu>
1316
1317 * nnir.el (gnus-nnir-group-p): New function.
1318 (nnir-possibly-change-group): Use it.
1319
1320 * gnus-msg.el (gnus-setup-message): Use it.
1321
1322 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1323
1324 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1325 `initial-input' for the argument name.
1326 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1327
1328 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1329
1330 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1331 (used by MH-E).
1332
1333 2013-04-01 Andrew Cohen <cohen@bu.edu>
1334
1335 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1336 group.
1337
1338 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1339 fix compilation.
1340
1341 2013-03-31 Andrew Cohen <cohen@bu.edu>
1342
1343 * nnir.el (nnir-method-default-engines): And another typo.
1344
1345 2013-03-30 Andrew Cohen <cohen@bu.edu>
1346
1347 * nnir.el (nnir-method-default-engines): Fix typo.
1348
1349 2013-03-29 Andrew Cohen <cohen@bu.edu>
1350
1351 * nnir.el: Define 'number-sequence for xemacs.
1352 (gnus-summary-create-nnir-group): New function to create an nnir group
1353 from an nnir summary buffer based on the current query.
1354 (nnir-request-create-group): Update to allow nnir group creation based
1355 on the current query.
1356
1357 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1358
1359 * nndraft.el (nndraft-request-expire-articles):
1360 Make expiry target always `delete'.
1361
1362 2013-03-27 Andrew Cohen <cohen@bu.edu>
1363
1364 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1365 buffer use the posting-style and gcc of the original article group.
1366 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1367
1368 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1369 after other deffoos.
1370
1371 2013-03-26 Andrew Cohen <cohen@bu.edu>
1372
1373 * nnir.el: Major rewrite. Cleaner separation between searches and group
1374 management. Marks are now shown in nnir summary buffers.
1375 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1376 (gnus-summary-make-nnir-group): New function for initiating searches
1377 from a summary buffer.
1378
1379 2013-03-18 Sam Steingold <sds@gnu.org>
1380
1381 * message.el (message-bury): Minor cleanup.
1382
1383 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1384
1385 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1386 nnml-request-list. (Bug#13873)
1387 (nndir-request-newsgroups): Remove, unused.
1388
1389 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1390
1391 2013-03-03 Ted Phelps <phelps@gnusto.com>
1392
1393 * shr.el: Make all the overlays set the `evaporate' property so that
1394 they're removed properly.
1395
1396 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1397
1398 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1399 shell-quote-argument.
1400
1401 2013-02-22 David Engster <deng@randomsample.de>
1402
1403 * gnus-registry.el (gnus-registry-save): Provide class name when
1404 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1405 Use `condition-case' to stay compatible with older EIEIO versions which
1406 only accept one argument.
1407
1408 2013-02-17 Daiki Ueno <ueno@gnu.org>
1409
1410 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1411 (epg-user-id-validity): Autoload.
1412 (mml2015-epg-check-user-id): New function.
1413 (mml2015-epg-check-sub-key): New function split from
1414 mml2015-epg-find-usable-key.
1415 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1416 optional name-is-key-id, to handle the case when user-id is unusable.
1417 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1418
1419 2013-02-17 Glenn Morris <rgm@gnu.org>
1420
1421 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1422
1423 2013-02-16 Glenn Morris <rgm@gnu.org>
1424
1425 * shr.el (shr-put-image): Only animate images that specify a delay.
1426 This is consistent with the old image-animated-p behavior.
1427
1428 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1429
1430 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1431 for XEmacs.
1432
1433 2013-02-13 Juri Linkov <juri@jurta.org>
1434
1435 * gnus-art.el (gnus-article-mode-map):
1436 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1437 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1438
1439 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1440
1441 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1442 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1443
1444 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1445
1446 * auth-source.el (auth-source-format-prompt): Don't get confused by
1447 any "\" in replacement text. (Bug#13637)
1448
1449 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1450
1451 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1452 (gnus-backend-trace): Honor gnus-backend-trace.
1453
1454 * mml.el (mml-insert-part): Insert closing tag.
1455
1456 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1457
1458 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1459
1460 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1461 able to find the article, which can happen in debbugs groups,
1462 apparently.
1463
1464 2013-01-16 Glenn Morris <rgm@gnu.org>
1465
1466 * smiley.el (smiley-style): Make the file loadable in batch mode.
1467
1468 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1471 imap process running.
1472
1473 2013-01-14 Julien Danjou <julien@danjou.info>
1474
1475 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1476 Compare addresses against addresses, not against the full From field.
1477
1478 2013-01-13 Richard Stallman <rms@gnu.org>
1479
1480 * message.el (message-forward-make-body-mime): New args BEG, END
1481 specify what part of FORWARD-BUFFER to use. Do the work directly
1482 instead of calling `mml-insert-buffer'.
1483
1484 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1485
1486 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1487 cross-reference(s).
1488
1489 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1490 cross-reference(s).
1491
1492 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1493
1494 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1495 and point-max-marker.
1496 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1497
1498 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1499
1500 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1501 to mml2015-encrypt-to-self.
1502 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1503
1504 2013-01-09 Daiki Ueno <ueno@gnu.org>
1505
1506 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1507 mml-smime-epg-find-usable-secret-key.
1508
1509 2013-01-08 Glenn Morris <rgm@gnu.org>
1510
1511 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1512
1513 2013-01-07 Daiki Ueno <ueno@gnu.org>
1514
1515 * mml-smime.el: Support signing by sender.
1516 Requested by Uwe Brauer.
1517 (mml-smime-sign-with-sender): New user option analogous
1518 to mml2015-sign-with-sender.
1519 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1520 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1521 mml2015.el.
1522
1523 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1524
1525 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1526 isn't running, because Gnus will probably not know how to handle the
1527 Gcc header (bug#11941).
1528
1529 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1530 articles.
1531
1532 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1533
1534 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1535 (nnfolder-generate-active-file): Make this function work with recursive
1536 folder names.
1537
1538 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1539
1540 * nntp.el (nntp-open-connection): Use HELP as the capability command
1541 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1542 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1543
1544 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1545
1546 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1547 place holder since this gives `Invalid face reference: nil' messages.
1548 Use the `default' face instead. It has the same effect here, even
1549 though it is not no-op.
1550
1551 * gnus-util.el
1552 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1553
1554 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1555
1556 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1557 non-string posting styles (bug#13285).
1558
1559 2012-12-27 Glenn Morris <rgm@gnu.org>
1560
1561 * plstore.el (plstore-passphrase-callback-function):
1562 Use plstore-get-file.
1563
1564 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1565
1566 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1567 stderr.
1568
1569 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1570 group is nil.
1571
1572 * shr.el (shr-tag-em): Render as italic, not bold.
1573
1574 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1575
1576 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1577
1578 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1579
1580 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1581 temporary file to get PGP key image. Pass no-show-photos when
1582 extracting image to avoid having it pop up twice.
1583
1584 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1585
1586 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1587 eligible for treatment.
1588
1589 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1590 lines. This makes summary commands with hidden threads work more
1591 reliably.
1592
1593 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1594 button to mark the hidden citations (bug#9395).
1595
1596 2012-12-26 Daiki Ueno <ueno@gnu.org>
1597
1598 * mml2015.el (mml2015-epg-signature-to-string): New function.
1599 (mml2015-epg-verify-result-to-string): New function.
1600 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1601 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1602 instead of epg-verify-result-to-string.
1603 (epg-signature-key-id, epg-signature-to-string): Autoload.
1604 (epg-verify-result-to-string): Remove autoload.
1605
1606 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1607
1608 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1609 ID image from GPG public key.
1610 (mml2015-epg-key-image-to-string): New function.
1611
1612 2012-12-25 Leo Liu <sdl.web@gmail.com>
1613
1614 * plstore.el (plstore-passphrase-callback-function): Fix error when
1615 error when plstore-cache-passphrase-for-symmetric-encryption is set
1616 (bug#13264).
1617
1618 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1619
1620 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1621 buffer to the article buffer here, because that clobbers multiple
1622 article buffers.
1623
1624 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1625 buffer always points to the right summary buffer.
1626
1627 2012-12-25 John Wiegley <jwiegley@gmail.com>
1628
1629 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1630 the password (bug#12097).
1631
1632 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1633
1634 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1635 (bug#13263).
1636
1637 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1638 buffer exists before using it (bug#12475).
1639
1640 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1641 offline groups (bug#11937).
1642
1643 * message.el (message-yank-original): When using customize to set the
1644 value of `message-cite-style', the variable it set to a symbol that's
1645 the name of the variable, which must then be dereferenced (bug#12616).
1646
1647 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1648
1649 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1650 the `face' property with a list whose car is the face specified in the
1651 format string and whose cdr is (nil).
1652 * lisp/gnus-util.el
1653 (gnus-put-text-property-excluding-characters-with-faces):
1654 Change accordingly.
1655 (gnus-get-text-property-excluding-characters-with-faces): New function.
1656 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1657 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1658 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1659
1660 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1661
1662 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1663 login methods.
1664 (nnimap-login): Respect the `nnimap-authenticator' variable.
1665
1666 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1667 mark state when moving articles. Otherwise unticked articles will get
1668 their ticks back after moving.
1669
1670 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1671
1672 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1673
1674 * message.el (message-ignored-news-headers): Always remove
1675 X-Message-SMTP-Method to avoid information leakage if the user
1676 mistakenly inserts the header into news messages.
1677
1678 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1679
1680 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1681 right than four characters, this command would move point to
1682 `point-max'. Don't do that.
1683
1684 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1685 to nil to allow re-selecting groups that gain articles.
1686 (gnus-bug-group-download-format-alist): Update the URL.
1687
1688 2012-12-23 Andreas Schwab <schwab@suse.de>
1689
1690 * shr.el (shr-tag-em): Render em as italic, not bold.
1691
1692 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1693
1694 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1695 for reuse.
1696 (gnus-open-server): Use it to add more tracing.
1697 (gnus-finish-retrieve-group-infos): Add backend tracing.
1698 (gnus-backend-trace): Also note the elapsed seconds.
1699
1700 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1701
1702 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1703 Set epa-file-encrypt-to from variable to avoid querying.
1704
1705 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1706
1707 * sieve-mode.el (sieve-font-lock-keywords):
1708 Keywords should be word delimited. (Bug#13173)
1709
1710 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1711
1712 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1713 instead of <pre> to align message header.
1714
1715 2012-12-12 Sam Steingold <sds@gnu.org>
1716
1717 * gnus.el (gnus-other-frame-resume-function): Add user option.
1718 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1719
1720 2012-12-06 Sam Steingold <sds@gnu.org>
1721
1722 * gnus-start.el (gnus-before-resume-hook): Add.
1723 (gnus-1): Run it when Gnus is alive.
1724
1725 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1726
1727 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1728 * gnus-art.el (article-unsplit-urls)
1729 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1730 * gnus-registry.el (gnus-registry-get-article-marks)
1731 * message.el (message-goto-body): Use it.
1732 (message-called-interactively-p): Remove.
1733
1734 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1735 (spam-stat-score-buffer): Use it.
1736
1737 * spam.el: Silence the warnings against BBDB functions when compiling.
1738
1739 * gnus-score.el (gnus-score-decode-text-parts):
1740 Use append+mapcar instead of the cl function mapcan.
1741
1742 * gmm-utils.el (gmm-flet): Remove.
1743
1744 * gnus-sync.el (gnus-sync-lesync-call):
1745 Avoid overriding json-alist-p.
1746
1747 * message.el (message-read-from-minibuffer):
1748 Avoid overriding mail-abbrev-in-expansion-header-p.
1749
1750 2012-12-05 Sam Steingold <sds@gnu.org>
1751
1752 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1753 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1754 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1755
1756 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1757
1758 * gmm-utils.el (gmm-called-interactively-p): Revert.
1759 This seems to cause Emacs to get stuck!
1760 * gnus-art.el (article-unsplit-urls)
1761 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1762 * gnus-registry.el (gnus-registry-get-article-marks)
1763 * message.el (message-goto-body)
1764 (message-called-interactively-p): Revert.
1765
1766 * gmm-utils.el (gmm-called-interactively-p): New function.
1767 * gnus-art.el (article-unsplit-urls)
1768 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1769 * gnus-registry.el (gnus-registry-get-article-marks)
1770 * message.el (message-goto-body): Use it.
1771 (message-called-interactively-p): Remove.
1772
1773 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1774 * gnus-sync.el (gnus-sync-lesync-call)
1775 * message.el (message-read-from-minibuffer): Use it.
1776
1777 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1778
1779 * gmm-utils.el (gmm-flet): Remove.
1780 * gnus-sync.el (gnus-sync-lesync-call)
1781 * message.el (message-read-from-minibuffer): Don't use it.
1782
1783 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1784
1785 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1786
1787 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1788
1789 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1790
1791 * gnus-sync.el (gnus-sync-lesync-call)
1792 * message.el (message-read-from-minibuffer): Use gmm-flet.
1793
1794 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1795
1796 * gnus-util.el (gnus-macroexpand-all): Remove.
1797
1798 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1799
1800 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1801 to TAB, not [tab].
1802 (gnus-summary-article-map): Likewise.
1803
1804 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1805 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1806
1807 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1808
1809 * message.el (message-get-reply-headers):
1810 Make sure the reply goes to the author if it is a wide reply.
1811
1812 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1813
1814 * gnus-score.el (gnus-score-body):
1815 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1816 scoring by body.
1817
1818 2012-11-16 Glenn Morris <rgm@gnu.org>
1819
1820 * gnus-diary.el (nndiary-request-create-group-functions)
1821 (nndiary-request-update-info-functions)
1822 (gnus-subscribe-newsgroup-functions)
1823 (nndiary-request-accept-article-functions):
1824 Use new names for hooks rather than obsolete aliases.
1825
1826 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1827
1828 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1829 in meta tag with the one the part specifies in its header.
1830
1831 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1832
1833 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1834 by default.
1835
1836 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1837
1838 New UIDL implementation.
1839
1840 * mail-source.el (mail-sources, mail-source-keyword-map):
1841 Add :leave as a pop3 keyword.
1842 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1843
1844 * pop3.el (pop3-leave-mail-on-server): Allow number.
1845 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1846 (pop3-movemail): Add UIDL support.
1847 (pop3-send-streaming-command): Take a list of mail numbers instead of
1848 the number of mails.
1849 (pop3-write-to-file): Add X-UIDL header.
1850 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1851 (pop3-uidl-add-xheader): New functions.
1852
1853 * message.el (message-ignored-resent-headers):
1854 Add X-Content-Length and X-UIDL headers.
1855
1856 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * nndiary.el (nndiary-request-create-group-functions)
1859 (nndiary-request-update-info-functions)
1860 (nndiary-request-accept-article-functions):
1861 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1862 "-hooks" suffix.
1863
1864 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1865
1866 * starttls.el (starttls-extra-arguments): Doc fix.
1867
1868 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1869
1870 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1871 it.
1872
1873 2012-10-06 Glenn Morris <rgm@gnu.org>
1874
1875 * gnus-notifications.el (gnus-notifications):
1876 Add missing group :version tag.
1877 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1878 (gnus-gcc-post-body-encode-hook):
1879 * gnus-sync.el (gnus-sync-lesync-name)
1880 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1881
1882 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1883
1884 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1885 a user about whether to delete temp files if once a user answered as n.
1886
1887 2012-09-17 Richard Stallman <rms@gnu.org>
1888
1889 * message.el (message-in-body-p): Don't set mark or modify buffer.
1890
1891 * mml.el (mml-attach-file): Doc fix.
1892 (mml-attach-external, mml-attach-buffer, mml-attach-file):
1893 Set mail-encode-mml when in Mail mode.
1894 Simplify code to set HEAD and move back to HEAD.
1895 (mml-insert-multipart, mml-insert-part):
1896 Set mail-encode-mml when in Mail mode.
1897
1898 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1899
1900 * gnus-util.el (gnus-timer--function): New function.
1901
1902 * gnus-art.el (gnus-article-stop-animations): Use it.
1903
1904 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1905
1906 Fix glitches caused by addition of psec to timers.
1907 * gnus-art.el (gnus-article-stop-animations): Use timer--function
1908 rather than raw access to timer vector.
1909
1910 2012-09-11 Julien Danjou <julien@danjou.info>
1911
1912 * gnus-notifications.el (gnus-notifications): Check for nil values in
1913 ignored addresses check.
1914
1915 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1918
1919 2012-09-07 Chong Yidong <cyd@gnu.org>
1920
1921 * gnus-util.el
1922 (gnus-put-text-property-excluding-characters-with-faces): Restore.
1923
1924 * gnus-salt.el (gnus-tree-highlight-node):
1925 * gnus-sum.el (gnus-summary-highlight-line):
1926 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1927
1928 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1929
1930 * gnus-util.el: Fix compilation error on XEmacs 21.4.
1931
1932 2012-09-06 Juri Linkov <juri@jurta.org>
1933
1934 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1935 scheme for buffer names to be more consistent with other group and
1936 article buffer names in Gnus.
1937
1938 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1939
1940 * gnus-util.el
1941 (gnus-put-text-property-excluding-characters-with-faces): Remove.
1942
1943 * gnus-compat.el: Define compat function `add-face' from Wolfgang
1944 Jenkner.
1945
1946 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1947
1948 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1949
1950 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1951
1952 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1953
1954 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1955 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1956
1957 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1958 string-prefix-p in Emacs >=23.2.
1959
1960 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1961 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1962 instead of string-match-p.
1963 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1964
1965 2012-09-06 Kenichi Handa <handa@gnu.org>
1966
1967 * qp.el (quoted-printable-decode-region): Fix previous change; handle
1968 lowercase a..f.
1969
1970 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1971
1972 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1973
1974 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
1975
1976 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1977 TIME is set.
1978
1979 2012-09-05 Juri Linkov <juri@jurta.org>
1980
1981 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1982 than one group at a time (bug#11961).
1983
1984 2012-09-05 Julien Danjou <julien@danjou.info>
1985
1986 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1987 this hide the real reason with a message giving absolutely no hint.
1988
1989 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
1990
1991 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1992 to the backend (bug#11804).
1993
1994 * message.el (message-insert-newsgroups): Don't insert newsgroup
1995 duplicates (bug#12275).
1996
1997 2012-09-05 John Wiegley <johnw@newartisans.com>
1998
1999 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2000 sieve rules.
2001
2002 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2003
2004 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2005 function.
2006
2007 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2008
2009 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2010
2011 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2012
2013 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2014 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2015 This should make nnmaildir more usable with offlineimap.
2016
2017 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2018
2019 * gnus-notifications.el (gnus-notifications-notify): Use it.
2020
2021 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2022 warnings on XEmacs.
2023
2024 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2025
2026 Better seeds for (random).
2027 * gnus-sync.el (gnus-sync-lesync-setup):
2028 * message.el (message-canlock-generate, message-unique-id):
2029 Change (random t) to (random), now that the latter is more random.
2030
2031 2012-08-31 Dave Abrahams <dave@boostpro.com>
2032
2033 * auth-source.el (auth-sources): Fix macos keychain access.
2034
2035 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2036 allow the backend `request-head' function to determine the group
2037 name on its own.
2038 (gnus-request-expire-articles): Filter out negative article numbers
2039 during expiry (Bug#11980).
2040
2041 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2042 O(N^2) to O(N). This makes warping into huge groups tolerable.
2043
2044 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2045 you've found the article when you haven't.
2046
2047 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2050
2051 2012-08-30 Julien Danjou <julien@danjou.info>
2052
2053 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2054 `gnus-notifications-timeout'.
2055 (gnus-notifications-timeout): Add.
2056 (gnus-notifications-action): New function.
2057 (gnus-notifications-notify): Add :action using
2058 `gnus-notifications-action'.
2059 (gnus-notifications-id-to-msg): New variable.
2060 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2061 notifications id to messages.
2062
2063 2012-08-30 Kenichi Handa <handa@gnu.org>
2064
2065 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2066 once.
2067
2068 2012-08-29 Julien Danjou <julien@danjou.info>
2069
2070 * gnus-notifications.el: New file.
2071 (gnus-notifications-notify): New function.
2072 (gnus-notifications): Use `gnus-notifications-notify'.
2073
2074 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2075
2076 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2077 transfer encoding first; bind gnus-newsgroup-charset to the charset
2078 that the article specifies (Bug#12209).
2079
2080 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2081
2082 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2083 (gnus-group-customize-done): Encode values posting-style holds.
2084
2085 * gnus-msg.el (gnus-summary-resend-message)
2086 (gnus-configure-posting-styles): Decode values posting-style group
2087 parameter holds.
2088
2089 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2090
2091 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2092 `name' and `address' in Resent-From header.
2093
2094 2012-08-14 Chong Yidong <cyd@gnu.org>
2095
2096 * gnus-art.el (article-display-face): Handle failure in
2097 gnus-create-image (Bug#11802).
2098
2099 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2102 Use defsetf.
2103
2104 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2105
2106 * auth-source.el (auth-source-plstore-search)
2107 (auth-source-secrets-search): Ignore :require and :type in search spec.
2108
2109 2012-08-06 Julien Danjou <julien@danjou.info>
2110
2111 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2112 Remove autoload, already handled by gnus.el.
2113
2114 2012-08-05 Julien Danjou <julien@danjou.info>
2115
2116 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2117 Add autoload.
2118
2119 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2120
2121 * gnus.el (gnus-valid-select-methods): Fix custom type.
2122
2123 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2124
2125 * auth-source.el (auth-sources, auth-source-backend-parse)
2126 (auth-source-macos-keychain-search)
2127 (auth-source-macos-keychain-search-items)
2128 (auth-source-macos-keychain-result-append)
2129 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2130 auth-source.el through the /usr/bin/security utility.
2131 (auth-sources): Fix syntax error.
2132 (auth-source-macos-keychain-result-append): Fix variable name.
2133 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2134
2135 2012-07-27 Julien Danjou <julien@danjou.info>
2136
2137 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2138 Emacs < 24.1
2139
2140 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2141
2142 * message.el (message-kill-address): Don't kill last newline.
2143 (message-skip-to-next-address): Don't move to the next header.
2144 (message-fill-field-address): Work properly.
2145
2146 2012-07-25 Julien Danjou <julien@danjou.info>
2147
2148 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2149
2150 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2151
2152 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2153
2154 2012-07-24 Julien Danjou <julien@danjou.info>
2155
2156 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2157
2158 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2159 (nntp-async-timer-handler): Remove, unused.
2160
2161 * nnimap.el (nnimap-get-responses): Remove, unused.
2162
2163 * nnheader.el (mail-header-set-extra): Remove, unused.
2164
2165 * mm-view.el (mm-view-sound-file): Remove, unused.
2166
2167 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2168 (mm-url-encode-multipart-form-data): Remove, unused.
2169
2170 * message.el (message-remove-signature, message-make-host-name)
2171 (message-fill-address): Remove, unused.
2172
2173 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2174 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2175 unused.
2176
2177 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2178
2179 * gnus-util.el (gnus-extract-address-component-name)
2180 (gnus-extract-address-component-email, gnus-sortable-date)
2181 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2182 (gnus-process-live-p): Remove, unused.
2183
2184 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2185
2186 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2187 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2188 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2189 function.
2190
2191 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2192
2193 * gnus-score.el (gnus-summary-score-crossposting)
2194 (gnus-score-regexp-bad-p): Remove, unused.
2195
2196 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2197
2198 * gnus-range.el (gnus-sublist-p): Remove, unused.
2199
2200 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2201 unused.
2202
2203 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2204
2205 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2206 (gnus-request-associate-buffer): Remove, unused.
2207
2208 * gnus-group.el (gnus-group-set-method-info)
2209 (gnus-group-set-params-info): Remove, unused.
2210
2211 * gnus-fun.el (gnus-shell-command-to-string)
2212 (gnus-shell-command-on-region): Remove, unused.
2213
2214 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2215
2216 * gnus-art.el (gnus-article-text-type-exists-p)
2217 (article-translate-characters, gnus-article-hide-text-of-type)
2218 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2219 Remove, unused.
2220
2221 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2222
2223 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2224 Gnus master.
2225
2226 2012-07-22 Andrew Cohen <cohen@bu.edu>
2227
2228 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2229
2230 2012-07-21 Julien Danjou <julien@danjou.info>
2231
2232 * message.el (message-dont-reply-to-names): Replace deprecated
2233 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2234 (message-get-reply-headers): Ditto.
2235
2236 2012-07-18 Julien Danjou <julien@danjou.info>
2237
2238 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2239 `sieve-upload-and-kill'.
2240
2241 * sieve.el (sieve-bury-buffer): Remove function.
2242 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2243 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2244
2245 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2246
2247 * shr.el (shr-expand-url): Handle URL starting with `//'.
2248
2249 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2250 2012-07-13 Chong Yidong <cyd@gnu.org>
2251
2252 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2253 instead of calling toggle-read-only with a (bogus) argument.
2254
2255 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2256
2257 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2258 of initial input when reading the author to restrict the summary to.
2259
2260 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2261
2262 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2263 buffer exists, which it doesn't if we haven't started Gnus.
2264
2265 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2266
2267 * mm-decode.el (mm-shr):
2268 Allow overriding charset by mm-charset-override-alist.
2269
2270 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2271
2272 * gnus-art.el (gnus-article-view-part):
2273 Toggle subparts of multipart/alternative part.
2274
2275 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2276
2277 * gnus-sync.el: Simply require json.
2278
2279 * registry.el: Simply require eieio and eieio-base.
2280
2281 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2282
2283 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2284
2285 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2286
2287 * shr.el (shr-render-buffer): New command.
2288 (shr-visit-file): Use it.
2289
2290 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2291
2292 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2293 Set no-byte-compile and no-update-autoloads.
2294
2295 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2296
2297 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2298
2299 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2300
2301 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2302 being bound to a lambda form.
2303
2304 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2305
2306 * gnus-picon.el (gnus-picon-properties): New defcustom.
2307 (gnus-picon-create-glyph): Use it.
2308
2309 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2310
2311 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2312 locales.
2313
2314 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2315 on a handle.
2316
2317 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2318 address as the default.
2319
2320 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2321 It makes no sense to query the user about internal files.
2322
2323 * gnus-spec.el: Remove all the byte-compilation stuff, since
2324 benchmarking shows that it doesn't help when entering large summary
2325 buffers.
2326
2327 * gnus-util.el (gnus-byte-code): Remove.
2328
2329 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2330 grouplens stuff.
2331
2332 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2333
2334 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2335 (bug#11514).
2336
2337 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2338
2339 * message.el (message-buffers): Return all buffers derived from Message
2340 to make `gnus-dired-attach' work with mu4e.
2341
2342 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2343
2344 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2345 (mm-dissect-singlepart): Don't guess the MIME type of
2346 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2347 set.
2348 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2349 toplevel MIME type is multipart/encrypted.
2350
2351 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2352
2353 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2354 In particular, add an optional argument and a docstring.
2355
2356 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2357
2358 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2359 current before calling `gnus-groups-to-gnus-format'.
2360 Note that this was already the case for `gnus-active-to-gnus-format'.
2361
2362 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2363
2364 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2365
2366 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2367
2368 * mm-decode.el (mm-dissect-buffer): Doc fix.
2369
2370 * gnus-sum.el (gnus-handle-ephemeral-exit):
2371 Avoid creating the group buffer if it doesn't exist.
2372
2373 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2374 is given, mark the group as ephemeral with the current window conf.
2375
2376 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2377 buffer exists, which it doesn't if we haven't started Gnus.
2378 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2379
2380 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2381
2382 * mml.el (mml-generate-mime):
2383 Allow specifying what the top-level part type is.
2384
2385 * gnus-sum.el (gnus-auto-center-summary):
2386 `scroll-margin' isn't defined on XEmacs.
2387
2388 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2389
2390 * gnus-sum.el (gnus-auto-center-summary):
2391 Set default to respect `scroll-margin'.
2392
2393 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2394
2395 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2396 citation prefix within a block of cited text should be considered
2397 part of that block *only* if it is a blank line.
2398
2399 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2400
2401 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2402 before kinsoku-bol characters nor within kinsoku-eol characters.
2403
2404 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2405
2406 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2407 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2408 Silence compiler.
2409 (gnus-sync-read): Use mapc instead of mapcar.
2410
2411 * mm-archive.el: Require mm-decode for some macros.
2412 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2413 Silence the byte compiler.
2414 (mm-archive-decoders): New function that returns the value of
2415 the mm-archive-decoders variable.
2416
2417 * mm-decode.el:
2418 Don't require mm-archive; autoload mm-archive functions instead.
2419 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2420
2421 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2422
2423 2012-06-26 Peter Münster <pmrb@free.fr>
2424
2425 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2426 (gnus-demon-cancel): Ditto.
2427 (gnus-demon-run-callback): When function cannot be called due to low
2428 idleness, call it when idleness reaches the expected value, instead
2429 of waiting another timer period.
2430 (gnus-demon-init): Add `time' to arguments of call-back.
2431
2432 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2433
2434 * gnus.el: Register gnus-registry functions.
2435
2436 * gnus-registry.el (gnus-try-warping-via-registry):
2437 Move here and indent.
2438
2439 * gnus-int.el (gnus-warp-to-article):
2440 Check whether the registry is enabled before warping.
2441
2442 2012-06-26 Dave Abrahams <dave@boostpro.com>
2443
2444 * gnus-sum.el (gnus-summary-insert-subject): Record information
2445 in the registry about each article retrieved.
2446
2447 * gnus-int.el (gnus-select-group-with-message-id): New function.
2448 (gnus-try-warping-via-registry): Ditto.
2449 (gnus-warp-to-article): Fall back on the registry.
2450
2451 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2452
2453 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2454
2455 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2456
2457 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2458 gnus-gcc-self-resent-messages may be a group parameter.
2459 (gnus-summary-resend-message):
2460 Don't encode encoded words in header when Gcc'ing resent message.
2461
2462 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2463
2464 * shr.el (shr-insert): Treat non-breaking space just like normal
2465 space. This seems to produce more pleasing results.
2466 (shr-insert):
2467 Only insert a blank line if we're starting from an image.
2468 (shr-tag-br):
2469 Allow <br> to end lines or to make a single blank line.
2470 (shr-ensure-paragraph): Consider lines with white space to be blank.
2471
2472 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2473
2474 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2475 and gnus-gcc-post-body-encode-hook.
2476
2477 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2478
2479 * mm-decode.el (mm-dissect-singlepart):
2480 Guess what the type of application/octet-stream parts really is.
2481
2482 * gnus-sum.el (gnus-propagate-marks): Remove.
2483
2484 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2485
2486 * nntp.el (nntp-coding-system-for-read): Remove.
2487 (nntp-coding-system-for-write): Ditto.
2488 (nntp-open-connection): Just use `binary' directly.
2489
2490 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2491
2492 * registry.el (registry-usage-test, registry-persistence-test):
2493 Move to tests/gnustest-registry.el.
2494 (registry-make-testable-db, registry-match-test)
2495 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2496
2497 * gnus-registry.el (gnus-registry-misc-test)
2498 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2499
2500 * tests/gnustest-registry.el:
2501 New file with the registry and gnus-registry ERT tests.
2502
2503 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2504
2505 * gnus-msg.el (gnus-summary-resend-message):
2506 Make gnus-summary-resend-message-insert-gcc be last item in
2507 message-header-setup-hook.
2508
2509 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2510
2511 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2512 (nnfolder-marks, nnfolder-marks-file-suffix)
2513 (nnfolder-marks-modtime): Remove.
2514 (nnfolder-open-server): Don't use marks.
2515 (nnfolder-request-delete-group): Ditto.
2516 (nnfolder-request-rename-group): Ditto.
2517 (nnfolder-request-set-mark, nnfolder-request-marks)
2518 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2519 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2520
2521 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2522 (nnml-marks-modtime): Remove.
2523 (nnml-request-delete-group): Don't use marks.
2524 (nnml-request-rename-group): Ditto.
2525 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2526 (nnml-save-marks, nnml-open-marks): Remove.
2527
2528 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2529 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2530 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2531 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2532 (nntp-server-to-method-cache): Remove.
2533
2534 * shr.el (shr-rescale-image): Fix wrong merge.
2535
2536 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2537
2538 * shr.el (shr-remove-trailing-whitespace):
2539 Really delete the padding on too-wide lines.
2540
2541 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2542
2543 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2544 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2545
2546 * mm-decode.el (mm-display-external): Output the text from
2547 the command in the buffer after the command finished.
2548 This makes text-based commands behave better.
2549
2550 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2551
2552 * message.el (smtpmail-smtp-user): Silence compiler warning.
2553
2554 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2555
2556 * message.el (message-multi-smtp-send-mail): Also allow specifying
2557 the SMTP user name.
2558
2559 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2560
2561 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2562
2563 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2564
2565 * message.el (message-multi-smtp-send-mail): New function.
2566 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2567 header to implement multi-SMTP functionality.
2568
2569 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2570 (gnus-agentize): Don't set it.
2571 (gnus-agent-send-mail): Don't use it.
2572
2573 * gnus-sum.el (gnus-summary-widget-backward):
2574 New function and keystroke.
2575
2576 * shr.el (shr-put-image): Remove underlines from sliced images.
2577 (shr-zoom-image): Compute the region to be replaced more correctly.
2578
2579 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2580
2581 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2582 (gnus-summary-resend-message-insert-gcc): New function.
2583 (gnus-summary-resend-message): Modify message-header-setup-hook and
2584 message-sent-hook to make it work for Gcc.
2585 (gnus-inews-do-gcc): Update the number of unread articles of groups
2586 that messages are Gcc'd to.
2587
2588 * message.el (message-resend): Run message-sent-hook to do Gcc.
2589
2590 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2591
2592 * gnus-registry.el (gnus-registry-fixup-registry):
2593 Move the message to a higher level to silence compilation.
2594
2595 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2596 parameter to allow controlling the scaling.
2597
2598 * shr.el (shr-zoom-image): New command and keystroke.
2599 (shr-put-image): Take a `size' flag to say how to scale the image.
2600
2601 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2602 Use recursive deletion.
2603 (mm-dissect-archive): Add support for zip files.
2604
2605 * gnus-util.el (gnus-recursive-directory-files): New function.
2606
2607 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2608 (mm-archive-decoders): Add tgz support.
2609
2610 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2611 Otherwise inserting text into the Gnus buffer can look odd.
2612
2613 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2614
2615 * mm-archive.el (mm-archive-decoders): Add support for tar.
2616
2617 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2618
2619 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2620
2621 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2622
2623 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2624
2625 * mm-archive.el: New file.
2626
2627 * mm-decode.el (mm-dissect-singlepart):
2628 Use it to decode ms-tnef files.
2629
2630 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2631
2632 * message.el (message-goto-*): Make all the `message-goto-*' commands
2633 push the mark before moving point. This makes it easier to go back
2634 to where you came from after editing whatever you jumped to.
2635
2636 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2637
2638 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2639 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2640 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2641
2642 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2643
2644 * spam.el: Move BBDB autoloads.
2645 (spam-exists-in-BBDB-p):
2646 New function to do the BBDB search directly in BBDB 2 and 3.
2647 (spam-check-BBDB): Use it.
2648 (spam-enter-ham-BBDB): Use it.
2649
2650 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2651
2652 * gnus-group.el (gnus-group-get-new-news):
2653 New parameter `one-level' for scanning exactly one level.
2654
2655 * gnus-start.el (gnus-get-unread-articles): Ditto.
2656
2657 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2658
2659 * gnus-sync.el: More commentary about setup.
2660
2661 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2662
2663 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2664
2665 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2666
2667 * gnus-sync.el: Improve docs about CouchDB admins.
2668
2669 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2670
2671 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2672 not needed. Provide xmlplistread list function to produce XML plist
2673 output for non-Gnus LeSync clients.
2674
2675 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2676
2677 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2678 and save against it. Group subscriptions, read marks, other marks,
2679 subscription levels, topic names, and topic offsets (the group's
2680 position within the topic) are saved. This is an experimental
2681 backend and may change significantly. Load json.el from
2682 the gnus-fallback-lib if it's not available otherwise.
2683 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2684
2685 2012-06-26 David Engster <dengste@eml.cc>
2686
2687 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2688
2689 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2690
2691 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2692
2693 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2694
2695 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2696 is an integer to avoid later problems.
2697
2698 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2699
2700 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2701 locales.
2702
2703 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2704
2705 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2706 articles when fetch-old is non-nil (bug#11370).
2707
2708 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2709
2710 * gnus-group.el (gnus-group-get-new-news):
2711 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2712
2713 2012-06-10 Dave Abrahams <dave@boostpro.com>
2714
2715 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2716 groups (bug#11641).
2717
2718 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2719
2720 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2721 (bug#11514).
2722
2723 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * nntp.el: Stop the `letf' madness.
2726 (nntp--report-1): New var.
2727 (nntp-report): Merge nntp-report-1 into it.
2728 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2729 the nntp-report function.
2730
2731 * auth-source.el: Fix comment-style to follow the convention.
2732
2733 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2734
2735 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2736 a string so that Gcc works (bug#11514).
2737
2738 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2741 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2742
2743 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2746 jumping to *Server* from a dedicated *Group* window.
2747 (gnus-configure-frame): CSE.
2748
2749 * gnus-registry.el: Minor style cleanup.
2750 (gnus-registry--set/remove-mark): New function, extracted from
2751 gnus-registry-install-shortcuts.
2752 (gnus-registry-install-shortcuts): Use it.
2753
2754 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2755
2756 * nnspool.el (news-path): Use eval-and-compile.
2757
2758 2012-05-24 Glenn Morris <rgm@gnu.org>
2759
2760 * nnspool.el (news-directory, news-path, news-inews-program):
2761 Move here from paths.el. Don't see a need for these to be autoloaded.
2762
2763 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2764 Merge in doc from paths.el version. Don't see any need for this to be
2765 autoloaded, or for the warning about users not setting it.
2766
2767 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2768
2769 Fix minor Y10k bug.
2770 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2771
2772 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2775 message once it's actually open.
2776
2777 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * auth-source.el (auth-source--aput-1, auth-source--aput)
2780 (auth-source--aget): New functions and macros.
2781 Use them instead of aput/aget.
2782
2783 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2784
2785 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2786
2787 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2788
2789 * plstore.el (plstore-called-interactively-p): New compat macro copied
2790 from message.el.
2791 (plstore-mode): Use it.
2792
2793 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2794
2795 * plstore.el: Revive the editing feature.
2796 (plstore-mode): New mode to edit plstore file.
2797 (plstore-mode-toggle-display, plstore-mode-original)
2798 (plstore-mode-decoded): New command.
2799 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2800 (plstore--insert-buffer, plstore--make): New function.
2801 (plstore-open, plstore-save): Simplify by using them.
2802
2803 2012-04-16 Glenn Morris <rgm@gnu.org>
2804
2805 * nndraft.el (nndraft-request-list): Fix declaration.
2806
2807 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2808
2809 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2810 don't have a current group.
2811
2812 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2813 have a group name.
2814
2815 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2816 a multibyte buffer (bug#7410).
2817 (article-wash-html): Parse the original article buffer to get the
2818 unencoded data (bug#7410).
2819
2820 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2821 .newsrc.el files.
2822
2823 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2824
2825 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2826 would have gotten if we posted to the group, and use that to compare
2827 against the message we want to cancel (bug#10808).
2828
2829 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2830
2831 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2832 "#" to avoid having them interpreted as comments.
2833
2834 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2835
2836 * shr.el (shr-insert): Update the text state properly to avoid
2837 inserting spurious paragraph starts.
2838
2839 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2840
2841 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2842 requested (bug#10961).
2843
2844 * shr.el (shr-table-widths): Divide the extra width more fairly over
2845 the TDs (bug#10973).
2846 (shr-render-td): Don't delete too much padding.
2847 (shr-natural-width): Compute the natural width more correctly.
2848 (shr-insert): Allow the natural width to be computed for tables again.
2849 (shr-tag-table-1): Rework how the natural widths are computed by
2850 rendering the table a third time.
2851 (shr-natural-width): Remove.
2852 (shr-buffer-width): New function.
2853 (shr-expand-newlines): Use it.
2854
2855 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
2856 using a `gnus-use-full-window' setup (bug#11013).
2857
2858 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2859
2860 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2861 24.1 release.
2862
2863 2012-03-10 David Edmondson <dme@dme.org>
2864
2865 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2866 'Forwarded Message' header and the start of the message.
2867
2868 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2869
2870 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2871 isn't running (bug#10897).
2872
2873 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2874
2875 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2876
2877 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2878
2879 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2880
2881 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2882
2883 * mm-decode.el (mm-shr): Remove "soft hyphens".
2884
2885 * nnimap.el (nnimap-request-list): Return the group names encoded as
2886 utf8. Otherwise non-European group names don't work.
2887 (nnimap-request-newgroups): Ditto.
2888
2889 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2890 the default in `read-string' (bug#10757).
2891
2892 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2893 topics (bug#10843).
2894
2895 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2896 buffer. Suggested by Herbert Valerio Riedel.
2897 (nnimap-request-move-article): Delete the message from the correct IMAP
2898 server.
2899
2900 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
2901
2902 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2903 Reported by Peter Münster.
2904
2905 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2906
2907 * shr.el (shr-image-fetched): Make sure we really kill the right
2908 buffer.
2909
2910 2012-02-16 Leo Liu <sdl.web@gmail.com>
2911
2912 * gnus-start.el (gnus-1): Avoid duplicate entries.
2913
2914 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
2915
2916 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2917 too-wide lines.
2918
2919 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
2920
2921 * shr.el (shr-rescale-image): Undo previous change; see
2922 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2923
2924 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2925
2926 * nnimap.el (nnimap-record-commands): New variable.
2927 (nnimap-log-command): Use it.
2928 (nnimap-make-process-buffer): Add a space to the process buffer.
2929 (nnimap-transform-headers): Don't bug out on header lines containing
2930 stuff that look like IMAP length encodings.
2931
2932 * shr.el (shr-rescale-image): Allow viewing large images.
2933
2934 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2935
2936 * nnml.el (nnml-request-compact-group): Delete the marks file after
2937 compaction (bug#10800).
2938
2939 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2940 group exit.
2941
2942 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2943 QRESYNC/FETCH output.
2944
2945 2012-02-11 Glenn Morris <rgm@gnu.org>
2946
2947 * sieve-manage.el (sieve-manage-default-stream):
2948 * shr.el (shr):
2949 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2950 (nnir-retrieve-headers-override-function)
2951 (nnir-imap-default-search-key, nnir-notmuch-program)
2952 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2953 (nnir-method-default-engines):
2954 * message.el (message-cite-reply-position):
2955 * gssapi.el (gssapi-program):
2956 * gravatar.el (gravatar):
2957 * gnus-sum.el (gnus-refer-thread-use-nnir):
2958 * gnus-registry.el (gnus-registry-unfollowed-addresses)
2959 (gnus-registry-max-pruned-entries):
2960 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2961 * gnus-int.el (gnus-after-set-mark-hook)
2962 (gnus-before-update-mark-hook):
2963 * gnus-async.el (gnus-async-post-fetch-function):
2964 * auth-source.el (auth-source-cache-expiry):
2965 Add missing :version tags to new defcustoms and defgroups.
2966
2967 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2968
2969 * message.el (message-default-send-mail-function): Made into own
2970 function for reuse by emacsbug.el.
2971
2972 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
2973
2974 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2975 `gnus-sloppily-equal-method-parameters' to avoid a warning.
2976
2977 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2978
2979 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2980 running.
2981
2982 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2983
2984 * gnus.el (gnus-server-extend-method): Don't add an -address component
2985 if the method already has one (bug#9676).
2986
2987 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2988
2989 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2990 of an initial-input for consistency (bug#10757).
2991
2992 * shr.el: Inhibit getting and sending cookies when fetching pictures.
2993
2994 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2995
2996 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2997
2998 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2999 lines that are narrower than the window width. Otherwise background
3000 "blocks" will look less readable.
3001
3002 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3003
3004 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3005
3006 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3007
3008 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3009 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3010 have newlines within the strings, and where the UID comes after the
3011 BODYSTRUCTURE element (bug#10537).
3012
3013 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3014 (bug#10732).
3015
3016 * shr.el (shr-insert-document): Add doc string.
3017 (shr-visit-file): Ditto.
3018 (shr-remove-trailing-whitespace): New function.
3019 (shr-insert-document): Use it to clean up trailing whitespace as the
3020 final step (bug#10714).
3021
3022 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3023
3024 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3025 buffer if `gnus-kill-summary-on-exit' is nil.
3026
3027 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3028
3029 * gnus-sum.el (gnus-summary-show-thread):
3030 next-single-char-property-change may return nil in XEmacs.
3031
3032 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3033
3034 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3035 when just reading a single group from "without" Gnus.
3036
3037 2012-02-06 Chong Yidong <cyd@gnu.org>
3038
3039 * gnus-sum.el (gnus-summary-show-thread):
3040 next-single-char-property-change never returns nil (Bug#8657).
3041
3042 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3043
3044 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3045 without reconnecting.
3046 (nnimap-possibly-change-group): Ditto.
3047 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3048 connection has died before being called.
3049
3050 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3051
3052 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3053 an initial sync unless we're really doing one.
3054
3055 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3056 address parameter if one already exists (bug#9676).
3057
3058 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3059 not the prefix, as documented (bug#10689).
3060
3061 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3062
3063 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3064 the "server".
3065
3066 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3067 the real error message with the useless "previously known to be down".
3068 Which isn't even correct.
3069
3070 * nntp.el (nntp-open-connection): Report the error message if the nntp
3071 server can't be reached.
3072
3073 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3074 groups we do a total scan for.
3075 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3076 doing that.
3077
3078 2012-01-31 Jim Meyering <jim@meyering.net>
3079
3080 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3081 Correct a comment (insert "not") and hide nominally-doubled "to".
3082
3083 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3084
3085 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3086 section in the manual.
3087
3088 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3089
3090 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3091 words.
3092 (rfc2047-encode-string): Ditto.
3093 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3094 understand folded filename="..." parameters, for instance.
3095
3096 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3097 the message for greater debuggability.
3098
3099 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3100
3101 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3102 instead of setting it locally, since the latter doesn't seem to have
3103 any effect (most of the time).
3104
3105 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3106
3107 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3108 function call.
3109
3110 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3111
3112 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3113 seconds, and make the repeat clause with HH:MM specs work as
3114 documented.
3115
3116 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3117
3118 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3119 so that previous errors don't prohibit getting new news.
3120
3121 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3122
3123 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3124
3125 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3126
3127 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3128 bound globally in old Emacsen and XEmacsen.
3129
3130 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3131
3132 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3133 buffer, not of the string which is its name.
3134
3135 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3136
3137 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3138 non-server-marks groups.
3139 (gnus-group-make-articles-read): Ditto.
3140
3141 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3142 methods (bug#9676).
3143
3144 * gnus.el (gnus-method-ephemeral-p): New function.
3145
3146 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3147
3148 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3149 left-to-right.
3150
3151 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3152
3153 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3154 warning.
3155
3156 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3157
3158 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3159 macroexpand the nnir things, since they haven't been defined yet, and
3160 nnir requires gnus-sum.
3161
3162 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3163
3164 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3165
3166 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3167
3168 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3169 logical server name in addition to the actual machine address.
3170
3171 * auth-source.el (auth-source-user-and-password): Add convenience
3172 wrapper to search by just host and optionally user.
3173
3174 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3175
3176 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3177 after rendering.
3178
3179 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3180
3181 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3182 (bug#9693).
3183 (gnus-summary-setup-buffer): Document return value (bug#9697).
3184
3185 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3186 since ido doesn't work on symbols (bug#9632).
3187
3188 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3189 when getting a single value as when getting all the values. This means
3190 that atoms like `gcc-self' work cumulatively, like variable settings,
3191 instead of getting the value from the last matching clause.
3192 (gnus-group-find-parameter): Protect against the group buffer not
3193 existing (bug#9585).
3194
3195 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3196
3197 * gnus-start.el (gnus-activate-group): Document more parameters
3198 (bug#9694).
3199
3200 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3201 (bug#9692).
3202
3203 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3204 article was fetched, so that it can be expired later (bug#9958).
3205 (gnus-agent-summary-fetch-series): Add doc string.
3206 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3207 (bug#9517).
3208
3209 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3210 retrieval is happening.
3211
3212 * gnus.el (gnus-parameters): Doc fix.
3213
3214 2012-01-06 Dave Abrahams <dave@boostpro.com>
3215
3216 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3217 show the thread after expansion.
3218
3219 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3220
3221 * gnus-art.el (article-narrow-to-head): If the head is completely
3222 empty, narrow to the empty region (bug#9764).
3223
3224 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3225 read, and then mark them as unread only when the unread mark is used.
3226 This makes `C-- T k' actually work, even though it's confusing.
3227
3228 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3229 alive before we try to find its window.
3230
3231 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3232
3233 * mm-decode.el (mm-display-external): Use a longer timeout for the
3234 deletion to allow slow programs to display the file.
3235
3236 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3237
3238 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3239 prompt to be less confusing.
3240
3241 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3242 argument to `message-reply'. This broke `special-display-*' frame
3243 pop-uping (bug#10238).
3244
3245 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3246
3247 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3248 systems, since these allegedly don't work there.
3249
3250 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3251
3252 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3253 live buffer.
3254
3255 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3256
3257 * nnir.el (nnir-retrieve-headers): Protect against the article not
3258 existing on the server (bug#10335).
3259
3260 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3261
3262 * gnus-agent.el (gnus-agent-load-local):
3263 Recompute gnus-agent-article-local on changing method.
3264
3265 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3266
3267 * gnus.el (gnus-parameters): Note precedence.
3268
3269 2012-01-04 Leo Liu <sdl.web@gmail.com>
3270
3271 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3272 in the group buffer.
3273
3274 2012-01-04 Julien Danjou <julien@danjou.info>
3275
3276 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3277 change.
3278
3279 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3280
3281 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3282 too.
3283
3284 * nntp.el (nntp-retrieve-group-data-early): Use it.
3285
3286 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3287
3288 * nntp.el (nntp-retrieval-in-progress): New variable.
3289 (nntp-make-process-buffer): Make it buffer-local.
3290
3291 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3292 2010.
3293 (gnus-demon-init): Use it to compute the time if time is on the form
3294 "04:23".
3295
3296 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3297
3298 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3299 status in the correct buffer.
3300
3301 2012-01-03 Leo Liu <sdl.web@gmail.com>
3302
3303 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3304 when opening topics (bug#10407).
3305
3306 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3307
3308 * mm-view.el (mm-display-inline-fontify): Add comment.
3309
3310 2011-12-15 Juri Linkov <juri@jurta.org>
3311
3312 * mm-decode.el (mm-inline-media-tests): Add missing
3313 `mm-handle-media-subtype'.
3314
3315 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3316
3317 * message.el (message-valid-fqdn-regexp): Update with newly approved
3318 top-level domain names ".tel" and ".asia".
3319
3320 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3321
3322 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3323 unconditionally.
3324
3325 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3326
3327 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3328 pop-to-buffer-same-window for old Emacsen.
3329
3330 2011-12-04 Chong Yidong <cyd@gnu.org>
3331
3332 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3333 change (Bug#10200).
3334
3335 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3336
3337 * compface.el (uncompface):
3338 * gnus-art.el (gnus-article-x-face-command): Update the header format
3339 of icon data for the most recent icontopbm program.
3340
3341 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3342
3343 * gnus-msg.el (gnus-inews-do-gcc):
3344 * message.el (message-send-mail):
3345 * mml.el (mml-generate-mime): Share the value of the buffer-local
3346 `message-options' variable between a draft buffer and temprary working
3347 buffers.
3348
3349 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3352
3353 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3354
3355 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3356 for Cygwin.
3357
3358 2011-11-24 Glenn Morris <rgm@gnu.org>
3359
3360 * starttls.el: Fix case of "GnuTLS".
3361
3362 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * gnus-group.el (gnus-group-highlight): Fix typo.
3365
3366 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3367
3368 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3369 value of `delete-file', that returns nil for a local file but returns t
3370 for a remote file using ssh.
3371
3372 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3373
3374 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3375 avoid later breakage.
3376
3377 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3378
3379 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3380 article buffers' name.
3381
3382 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3383
3384 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3385 by Paul Eggert's spellfixes two days ago.
3386
3387 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3388
3389 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3390 buffer-local instead of binding them to avoid warnings. Also demote
3391 errors (bug#10063).
3392 (font-lock-mode-hook): Shut up byte compiler.
3393
3394 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3395
3396 * mm-util.el (mm-charset-after): Fix typo.
3397
3398 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3399
3400 * gnus-sum.el (gnus-summary-make-menu-bar):
3401 * gnus-uu.el (gnus-uu-decode-postscript)
3402 (gnus-uu-decode-postscript-and-save):
3403 * mailcap.el (mailcap-print-command):
3404 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3405 Fix typos.
3406
3407 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3408
3409 * gnus-art.el (gnus-article-part-wrapper):
3410 * shr-color.el (shr-color-visible-distance-min)
3411 (shr-color-relative-to-absolute, set-minimum-interval)
3412 (shr-color-visible): Fix typos.
3413
3414 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3415
3416 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3417 slightly clearer.
3418
3419 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3420
3421 * message.el (message-send-and-exit): Document `arg'.
3422
3423 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3426
3427 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3428
3429 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3430 we don't use `bound-and-true-p'.
3431
3432 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3433
3434 * gnus-util.el (gnus-bound-and-true-p): Remove.
3435 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3436 * nnir.el: Use it.
3437 * nnmairix.el: Use it.
3438
3439 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3440
3441 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3442 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3443 for reasons unknown.
3444 * nnir.el: Use it.
3445 * nnmairix.el: Use it.
3446
3447 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3448 * nnir.el: Ditto.
3449 * nnmairix.el: Ditto.
3450
3451 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3452
3453 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * message.el (message-completion-function): Make sure
3456 message-tab-body-function is not attempted if one of
3457 message-completion-alist fails to find a completion (bug#9158).
3458
3459 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3460
3461 * mml.el (mml-quote-region): Quote <#secure> tag.
3462 (mml-generate-mime-1): Unquote <#secure> tag.
3463
3464 2011-10-20 Chong Yidong <cyd@gnu.org>
3465
3466 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3467 calling a minor mode from Lisp with nil arg enables it, so we have to
3468 make the wording a bit ambiguous here).
3469
3470 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3471
3472 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3473 * nnir.el (nnir-mode): Use it.
3474 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3475 Use it.
3476
3477 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3478 * nnmairix.el (gnus-registry-enabled): Ditto.
3479
3480 2011-10-17 Dave Abrahams <dave@boostpro.com>
3481
3482 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3483 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3484 only while we need to find out if it should be t or nil.
3485 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3486 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3487 the registry is installed. Set it to nil when it's unloaded.
3488 (gnus-registry-install-p): Provide user guidance for the initial value
3489 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3490 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3491 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3492 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3493 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3494 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3495 `gnus-registry-install'.
3496
3497 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3498
3499 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3500 previous change.
3501 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3502 primary key is marked as disabled.
3503
3504 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3505
3506 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3507 primary key is marked as disabled.
3508
3509 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3510
3511 * html2text.el (html2text-clean-anchor): Check for quotes around
3512 `href' value.
3513
3514 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3515
3516 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3517 searching. Drop `bbdb-cache'.
3518
3519 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3520
3521 * message.el (message-signed-or-encrypted-p): Exclude header when
3522 checking if there is signed or encrypted body in text/plain message.
3523
3524 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3525
3526 * html2text.el (html2text-get-attr): Correctly handle attribute values
3527 containing "=".
3528
3529 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3530
3531 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3532 handle bindings.
3533
3534 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3535
3536 * gnus-win.el (gnus-configure-windows): Protect against reading
3537 ephemeral groups outside of Gnus.
3538
3539 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3540
3541 * shr.el (shr-tag-img): Don't get images displayed in tables.
3542
3543 2011-10-03 Glenn Morris <rgm@gnu.org>
3544
3545 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3546 the "maintainer" version of debbugs.gnu.org reports.
3547
3548 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3549
3550 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3551 make asynchronous adjacent image insertion work better.
3552
3553 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3554
3555 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3556 Clarify documentation.
3557
3558 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3559
3560 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3561 `gnus-asynchronous' isn't shadowed.
3562
3563 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3564
3565 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3566 (nnimap-insert-partial-structure): The charset parameter isn't
3567 case-sensitive.
3568
3569 * nnheader.el (nnheader-message-maybe): New function.
3570
3571 * shr.el (shr-tag-table): Render totally broken tables better.
3572
3573 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3574 computing the boundary.
3575
3576 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3577
3578 * pop3.el (pop3-number-of-responses): Remove.
3579 (pop3-wait-for-messages): Rewrite to take linear time instead of
3580 exponential time.
3581
3582 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3583
3584 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3585 re-fetch images.
3586
3587 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3588 re-fetch images when hitting `g' in Gnus.
3589
3590 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3591
3592 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3593 (mml-compute-boundary): Don't check collision if it is non-nil.
3594 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3595 before checking collision.
3596
3597 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3598
3599 * message.el (message-indent-citation): Really make sure there's a
3600 newline at the end.
3601
3602 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3603 Fix suggested by John Wiegley.
3604
3605 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3606
3607 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3608
3609 * message.el (message-default-send-rename-function): Break out into its
3610 own function.
3611
3612 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3613 doesn't work under XEmacs.
3614
3615 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3616 of "imaps" to word around Windows problems.
3617 (nnimap-open-connection-1): Use it.
3618
3619 * message.el (message-indent-citation): Revert last change which made
3620 `F' not work.
3621
3622 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3623
3624 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3625 terminal as well.
3626
3627 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3628
3629 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3630 because it displays images using overlays that aren't easy to copy to
3631 the article buffer.
3632
3633 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3634
3635 * message.el (message-indent-citation): Fix empty line removal at the
3636 end of the citation.
3637
3638 2011-09-20 Julien Danjou <julien@danjou.info>
3639
3640 * auth-source.el (auth-source-netrc-create): Use default value for
3641 password if specified. Evaluate default.
3642 (auth-source-plstore-create): Ditto.
3643 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3644 value evaluation.
3645 (auth-source-netrc-create): Typo fix.
3646 (auth-source-plstore-create): Ditto.
3647
3648 * auth-source.el (auth-source-format-cache-entry): New function.
3649
3650 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3651
3652 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3653
3654 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3655
3656 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3657
3658 2011-09-19 Julien Danjou <julien@danjou.info>
3659
3660 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3661 which work with things that are not ASCII.
3662
3663 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3664
3665 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3666
3667 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3668
3669 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3670 message level.
3671
3672 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3673
3674 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3675
3676 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3677
3678 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3679
3680 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3683 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3684
3685 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3686
3687 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3688 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3689 articles.
3690
3691 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3692
3693 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3694 (message-mail-other-window, message-mail-other-frame)
3695 (message-news-other-window, message-news-other-frame):
3696 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3697 instead of setting buffer display variables.
3698
3699 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3700
3701 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3702
3703 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3704
3705 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3706
3707 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3708 duplicates" to a higher level.
3709
3710 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3711 most egregious messages.
3712
3713 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3714
3715 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3716
3717 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3718
3719 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3720 up the file (bug#9351).
3721
3722 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3723
3724 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3725 it does with all other backends, but decode the names immediately after
3726 getting them.
3727
3728 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3729 decoding nnimap groups.
3730
3731 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3732 newsrc file. It doesn't seem like an important optimization any more.
3733
3734 2011-09-10 Dave Abrahams <dave@boostpro.com>
3735
3736 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3737 overflows.
3738
3739 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3740
3741 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3742 (gnus-interactive-exit): Extend to `quiet'.
3743
3744 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3745
3746 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3747 string.
3748
3749 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3750 renaming function arguments from `this'.
3751
3752 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3753
3754 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3755 has been renamed.
3756 (gnus-lrm-string-p): Include RLM and PDF, too.
3757
3758 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3759 (bug#9225).
3760
3761 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3762
3763 Add autoload cookies for functions used by sendmail.el.
3764 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3765
3766 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3767
3768 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3769
3770 * gnus-art.el (article-date-ut): Work properly even when there are
3771 things like Date header in the body; work for forwarded parts.
3772
3773 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3774
3775 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3776 original-article-buffer.
3777
3778 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3779
3780 * nnir.el (nnir-compose-result): Fix matching of server type.
3781 (nnir-run-swish++): Ditto.
3782 (nnir-run-namazu): Ditto.
3783 (nnir-run-notmuch): Ditto.
3784
3785 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3786
3787 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3788 (bug#9405).
3789
3790 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3791 (bug#9421).
3792
3793 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3794 (bug#9425).
3795
3796 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3797 thing (bug#9426).
3798
3799 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3800
3801 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3802 the error message.
3803
3804 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3805
3806 * message.el (message-setup-1): Return t (Bug#9392).
3807
3808 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3809
3810 * gnus-sum.el: When adding article headers to a summary buffer also
3811 update gnus-newsgroup-articles (bug#9386).
3812
3813 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3814
3815 * auth-source.el: Autoload help-mode.
3816
3817 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3818
3819 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3820 names.
3821
3822 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3823
3824 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3825 mm-replace-in-string for compatibility issues.
3826 * mml2015.el (mml2015-epg-verify): Ditto.
3827
3828 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3829
3830 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3831
3832 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3833
3834 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3835
3836 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3837 continue on and do the clean-up phase (bug#9188).
3838
3839 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3840 just ignore groups that can't be opened instead of erroring out
3841 (bug#9225).
3842
3843 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3844 nil since some many people are fuddy-duddies.
3845
3846 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3847 images.
3848
3849 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3850 instead.
3851
3852 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3853
3854 * gnus-util.el (gnus-process-live-p): Copy over compat function.
3855
3856 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3857 processing.
3858
3859 * nntp.el (nntp-kill-buffer): Kill the process before killing the
3860 buffer to avoid warnings.
3861
3862 2011-08-20 Simon Josefsson <simon@josefsson.org>
3863
3864 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3865 specified to reduce precision.
3866
3867 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3868
3869 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3870 bodystructures (bug#9314).
3871
3872 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3873
3874 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3875 Make button keymap non-sticky after buttons.
3876
3877 2011-08-18 David Engster <dengste@eml.cc>
3878
3879 * nnmairix.el (nnmairix-request-set-mark)
3880 (nnmairix-goto-original-article): Remove adding of article to registry,
3881 since `gnus-registry-add-group' isn't available anymore.
3882 (nnmairix-determine-original-group-from-registry):
3883 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3884 available anymore.
3885
3886 2011-08-12 Simon Josefsson <simon@josefsson.org>
3887
3888 * starttls.el (starttls-any-program-available): Define as obsolete
3889 function.
3890
3891 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3892
3893 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3894 versions which Gnus use when appropriate.
3895
3896 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3897 a pretty destructive command.
3898
3899 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3900
3901 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3902
3903 * message.el (message-fix-before-sending): Make a different warning
3904 about NUL characters (bug#9270).
3905
3906 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3907 from custom (bug#9260).
3908
3909 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3910 things work in Emacs 22 and XEmacs, too.
3911
3912 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3913 default From.
3914
3915 * gnus-spec.el (gnus-lrm-string-p): New macro.
3916 (gnus-lrm-string): New constant.
3917 (gnus-summary-line-format-spec): LRM-ify the from.
3918 (gnus-tilde-max-form): LRM-ify string chopping.
3919
3920 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3921
3922 * message.el (message-is-yours-p): Allow disabling canlock checking
3923 (bug#9295).
3924 (message-shoot-gnksa-feet): Add `canlock-verify'.
3925 (message-auto-save-directory): Use ~/ as the auto-save directory if the
3926 message directory isn't writable (bug#9304).
3927
3928 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3929 non-world-readable.
3930
3931 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3932
3933 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3934 articles.
3935
3936 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
3937
3938 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3939 copy-list.
3940
3941 2011-08-12 Sam Steingold <sds@gnu.org>
3942
3943 * gnus-score.el (gnus-score-find-alist): Keep the score files already
3944 in the reverse order to avoid modifying the cache with `nreverse'.
3945 (gnus-all-score-files): Do not modify the value returned by
3946 `gnus-score-find-alist' because it lives in a cache variable.
3947 (gnus-current-home-score-file): No need to `nreverse' the return value
3948 of `gnus-score-find-alist', it is already in the correct order.
3949
3950 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
3951
3952 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3953 type MESSAGE and subtype RFC822 is slightly different from those of
3954 type TEXT.
3955
3956 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
3957
3958 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3959 This allows article-referral to work from an nnir group.
3960
3961 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
3962
3963 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3964
3965 2011-08-04 Daiki Ueno <ueno@unixuser.org>
3966
3967 * mml1991.el (mml1991-epg-find-usable-key)
3968 (mml1991-epg-find-usable-secret-key): New function.
3969 (mml1991-epg-sign): Check if signing key is usable.
3970 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3971
3972 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
3973
3974 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3975 server-variables only. This should fix a bug introduced with commit
3976 e1889675b7f4adf057833c5513c9374134c4e053.
3977 (nnir-run-query): 'nnir-search-engine should not be set from the global
3978 environment.
3979
3980 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
3981
3982 * nnir.el (nnir-search-thread): Position point on referring article
3983 line.
3984 (nnir-warp-to-article): Clean up summary buffers.
3985
3986 * nnimap.el (nnimap-request-thread): Whitespace fix.
3987
3988 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
3989
3990 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3991
3992 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3993
3994 * starttls.el (starttls-available-p): Rename from
3995 `starttls-any-program-available' and changed return convention.
3996
3997 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
3998
3999 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4000 `unix-sync' unless it's defined.
4001
4002 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4003
4004 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4005 `aref' for XEmacs compatibiltiy.
4006
4007 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4008
4009 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4010
4011 2011-07-31 Dave Abrahams <dave@boostpro.com>
4012
4013 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4014 closures, quote the form properly (bug#9194).
4015
4016 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4017
4018 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4019 (gnus-summary-insert-new-articles): Protect against servers that are
4020 down.
4021
4022 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4023
4024 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4025 in mm handle if none is specified.
4026
4027 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4028
4029 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4030
4031 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4032
4033 * nnir.el (nnir-search-thread): New function to make an nnir group
4034 based on a thread query.
4035
4036 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4037 of nnir in thread referral.
4038 (gnus-summary-refer-thread): Use it.
4039
4040 * nnimap.el (nnimap-request-thread): Use it.
4041
4042 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4043
4044 * shr.el (shr-tag-comment): Ignore HTML comments.
4045
4046 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4047
4048 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4049 argument.
4050 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4051 Use `nnir-address' to handle server info rather than passing an arg.
4052
4053 * nnimap.el (nnimap-make-thread-query): New utility function to format
4054 an imap thread search query.
4055 (nnimap-request-thread): Use it.
4056
4057 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4058 right select-method if we are not going back to the group buffer.
4059
4060 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4061
4062 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4063 enter invalid buffer configurations into the quit form (bug#9107).
4064 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4065 unplugged/plugged.
4066
4067 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4068 keep track of which ones are unread (bug#9061).
4069
4070 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4071 (bug#9055).
4072
4073 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4074 (bug#9041).
4075
4076 * gnus-html.el (mm-util): Require (bug#9073).
4077
4078 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4079 (gnus-summary-refer-thread): Use it to remove duplicates in the
4080 un-threaded view (bug#9053).
4081 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4082
4083 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4084
4085 * nnir.el (nnir-read-server-parm): Use default value from global
4086 variable. Without this the default search engine parameters aren't
4087 used at all.
4088
4089 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4090
4091 * message.el (message-unique-id): Don't use the undocumented return
4092 value from (random t) (bug#9118).
4093
4094 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4095
4096 * message.el (message-auto-save-directory): If the ~/Mail directory
4097 doesn't exist, use ~ as the auto-save directory (bug#4432).
4098
4099 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4100 hasn't already been started.
4101
4102 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4103
4104 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4105
4106 * message.el (message-reply): Work around mysterious bug where
4107 `message-mode' seems to overwrite the locally bound `subject' variable.
4108
4109 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4110
4111 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4112 correct group.
4113
4114 * gnus-int.el (gnus-request-thread): Add group argument.
4115
4116 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4117
4118 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4119
4120 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4121 renamed to `debbugs-gnu-*'.
4122
4123 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4124
4125 * plstore.el: Revert the editing feature since it is not urgent.
4126 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4127 (plstore-mode-decoded): Remove.
4128
4129 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4130
4131 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4132 isn't very interesting any more, and it leaks potentially secret data.
4133 (gnus-debug): Remove.
4134
4135 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4136 use of :custom-show.
4137
4138 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4139
4140 * plstore.el: Add documentation.
4141 (plstore-mode): New mode to edit plstore file.
4142 (plstore-mode-toggle-display, plstore-mode-original)
4143 (plstore-mode-decoded): New command.
4144 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4145 (plstore--insert-buffer, plstore--make): New function.
4146 (plstore-open, plstore-save): Simplify by using them.
4147
4148 2011-07-06 Glenn Morris <rgm@gnu.org>
4149
4150 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4151
4152 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4153
4154 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4155 no longer is much used.
4156 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4157 Articles".
4158
4159 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4160
4161 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4162 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4163 `notmuch' backend.
4164
4165 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4166
4167 * mm-decode.el (mm-text-html-renderer): Doc fix.
4168
4169 * gnus-msg.el (gnus-bug): Fix the MML tag.
4170
4171 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4172
4173 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4174
4175 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4176 secondary methods if started with `gnus-no-server'.
4177
4178 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4179
4180 * message.el (message-return-action): Fix typo in docstring.
4181
4182 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4183
4184 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4185 bug reports at once.
4186
4187 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4188
4189 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4190
4191 * nndraft.el: Require gnus-group.
4192 (nndraft-request-list): Declare.
4193
4194 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4195 no unread article unless it matches gnus-permanently-visible-groups.
4196
4197 * nndraft.el (nndraft-update-unread-articles): New function.
4198 (nndraft-request-associate-buffer): Use it to update the number of
4199 unread articles for the nndraft groups in the group buffer when saving
4200 or killing a draft message.
4201
4202 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4203
4204 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4205 systems to binary before writing and reading the mbox files.
4206
4207 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4208 instead of trying to list them all (bug#8978).
4209
4210 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4211
4212 * pop3.el (pop3-open-server): Use :end-of-capability.
4213
4214 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4215
4216 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4217 the id is always a number.
4218
4219 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4220 debbugs mode, if possible.
4221
4222 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4223
4224 * auth-source.el (auth-source-token-passphrase-callback-function):
4225 Reindent.
4226 (epg-context-operation): Remove unnecessary autoload.
4227
4228 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4229
4230 * gnus.el (gnus-list-debbugs): New command.
4231
4232 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4233 mboxstat instead of the maintbox, since the stat seems to be fuller.
4234
4235 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4236 summary buffers.
4237
4238 * message.el (message-get-reply-headers): Delete all duplicates,
4239 instead of the first.
4240 (message-get-reply-headers): Ensure that we have progress while
4241 deleting duplicates.
4242
4243 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4244 gnus-posting-style value from the summary buffer to make it easier to
4245 make that a per-buffer conf.
4246
4247 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4248
4249 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4250 found by setting `shortcut' in 'query.
4251 (nnir-request-article): Use `shortcut' setting when requesting article
4252 by Message-ID.
4253
4254 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4255
4256 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4257 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4258 Bring the pseudo-headers back too.
4259
4260 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4261
4262 * auth-source.el (auth-source-token-passphrase-callback-function):
4263 Simplify and remove EPA dependency.
4264
4265 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4266
4267 * nnir.el (nnir-request-article): Fix error message text.
4268
4269 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4270
4271 * auth-source.el (plstore-delete): Autoload.
4272 (auth-source-plstore-search): Support delete operation.
4273 * plstore.el (plstore-delete): New function.
4274
4275 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4276
4277 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4278 mark actually existing articles as unread rather than the ones that
4279 active asserts.
4280
4281 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4282
4283 * nntp.el (nntp-record-command):
4284 * gnus-util.el (gnus-message-with-timestamp-1):
4285 Use format-time-string rather than decoding time stamps by hand.
4286 This is simpler and insulates the code from potential changes to
4287 current-time format.
4288
4289 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4290
4291 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4292
4293 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4294
4295 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4296 (plstore-save): Support public key encryption.
4297 (plstore--init-from-buffer): New function.
4298 (plstore-open): Use it; fix error when opening a non-existent file.
4299 (plstore-revert): Use plstore--init-from-buffer.
4300
4301 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4302
4303 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4304
4305 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4306
4307 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4308 for old Emacsen.
4309
4310 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4311
4312 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4313 is not fully working.
4314
4315 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4316
4317 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4318 quit window configuration.
4319
4320 * auth-source.el (epg-context-set-passphrase-callback):
4321 Remove duplicate autoload.
4322
4323 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4324
4325 * nnir.el (nnir-request-article): Allow requesting articles by
4326 Message-ID with nnimap.
4327
4328 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4329 current server.
4330
4331 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4332
4333 * auth-source.el: Autoload EPA/EPG functions.
4334 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4335 changed when EPA/EPG is not available.
4336 (auth-source-backend): Rename "arg" member to "data".
4337 (auth-source-backend-parse, auth-source-plstore-search)
4338 (auth-source-plstore-create): Use it.
4339
4340 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4341
4342 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4343 `gnus-refer-article-methods'.
4344
4345 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4346
4347 * auth-source.el: Require EPA and EPG.
4348 (auth-source-passphrase-alist): New variable.
4349 (auth-source-passphrase-callback-function)
4350 (auth-source-token-passphrase-callback-function): Callbacks for the
4351 netrc field encryption (GPG tokens).
4352 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4353 Symmetric encryption and decryption of the netrc GPG tokens.
4354 (auth-source-netrc-normalize): Use them, simplifying the closure.
4355
4356 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4357
4358 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4359 non-nil, and `nnimap-split-methods' is nil, use the former.
4360
4361 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4362
4363 * plstore.el (plstore-revert): New function.
4364 (plstore-open): Use it; hide the buffer from user.
4365
4366 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4367
4368 * auth-source.el (auth-source-backend): New member "arg".
4369 (auth-source-backend-parse): Handle new backend 'plstore.
4370 * plstore.el: New file.
4371
4372 2011-06-30 Glenn Morris <rgm@gnu.org>
4373
4374 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4375
4376 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4377
4378 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4379
4380 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4381 expiring articles to.
4382
4383 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4384 variations as ASCII (bug#5458).
4385
4386 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4387
4388 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4389
4390 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4391
4392 * message.el (message-point-in-header-p): Tweak the function to default
4393 to saying that we're not in the headers if there is no separator at
4394 all. This makes it possible to use the Message version of `M-q' in
4395 buffers with no headers (bug#7987).
4396 (message-point-in-header-p): Fix last checkin to work with an empty
4397 mail-header-separator, too.
4398
4399 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4400 again, save the choice via customize.
4401
4402 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4403
4404 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4405
4406 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4407 ended the connection, bail out before waiting infinitely on a new
4408 connection.
4409
4410 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4411
4412 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4413 reports.
4414
4415 * gnus.el (gnus-bug-package): Use "gnus."
4416 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4417
4418 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4419
4420 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4421 animations going on at article exit time.
4422
4423 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4424 since removing it breaks people upgrading.
4425
4426 * shr.el (shr-put-image): Use the new interface for animating images.
4427 (shr-put-image): Animate for 60 seconds.
4428
4429 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4430 error with `find-file-hooks' on Emacs 22.
4431 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4432 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4433 on all architectures.
4434
4435 * spam.el (spam-stat): Require in a normal fashion without binding
4436 `spam-stat-install-hooks' to avoid compilation warnings.
4437
4438 * spam-stat.el (spam-stat-install-hooks): Remove.
4439 (spam-stat-install-hooks): Don't run automatically.
4440
4441 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4442
4443 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4444 and keystroke.
4445
4446 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4447
4448 * auth-source.el (auth-source-netrc-cache): Move forward.
4449
4450 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4451
4452 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4453 we already know.
4454 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4455 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4456
4457 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4458
4459 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4460 %S format, since that looks odd.
4461 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4462 file, especially when saving.
4463
4464 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4465
4466 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4467 article found.
4468
4469 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4470
4471 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4472 `auth-source-save-secrets' with a more sensitive alist that can be
4473 configured per file. Experimental, so defaults to 'never.
4474 (auth-source-netrc-create): Use it. Still experimental code.
4475 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4476 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4477
4478 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4479
4480 * auth-source.el (auth-source-save-secrets): New variable to control if
4481 secret tokens should be saved encrypted.
4482 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4483 to `auth-source-netrc-normalize'.
4484 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4485 on the EPA variables being defined.
4486 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4487 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4488 the lexical-let closure.
4489 (auth-source-netrc-create): Create "gpg:" tokens according to
4490 `auth-source-save-secrets'.
4491
4492 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4493
4494 * gnus-group.el (gnus-group-update-group): Add new argument
4495 `info-unchanged' that stops updating dribble buffer.
4496
4497 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4498 deletes lines matching to it in dribble buffer.
4499
4500 * gnus-agent.el (gnus-agent-fetch-group-1):
4501 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4502 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4503 * gnus-start.el (gnus-group-change-level):
4504 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4505
4506 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4507 if newsgroup info is not changed.
4508
4509 * gnus-group.el (gnus-group-get-new-news-this-group):
4510 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4511 Don't update dribble buffer.
4512
4513 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4514
4515 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4516 remove entries with groups we ignore.
4517
4518 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4519
4520 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4521 the underline comes at the bottom.
4522
4523 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4524
4525 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4526 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4527 (gnus-registry-article-marks-to-names): Rename from
4528 `gnus-registry-user-format-function-M2'.
4529
4530 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4531
4532 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4533 ephemeral group.
4534
4535 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4536
4537 * shr.el (shr-browse-image): Copy the URL if called interactively.
4538
4539 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4540
4541 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4542 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4543 done, then unselected articles may be marked as read.
4544
4545 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4546 since not doing this seems to lead to a race condition in pop3-logon.
4547
4548 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4549 so that the call chain it correct when we call "upwards".
4550
4551 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4552 in read-only groups.
4553
4554 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4555
4556 * message.el (message-cite-reply-position): Doc string fix.
4557
4558 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4559 avoid regexp overflow.
4560 (nnimap-transform-split-mail): Ditto.
4561
4562 * pop3.el (pop3-retr): Error out if the server closes the connection.
4563
4564 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4565
4566 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4567 mm-with-unibyte-current-buffer. The buffer should not contain any
4568 multibyte chars anyway at this stage.
4569
4570 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4571
4572 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4573 at the end of lines.
4574
4575 2011-05-29 Julien Danjou <julien@danjou.info>
4576
4577 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4578
4579 2011-05-27 Glenn Morris <rgm@gnu.org>
4580
4581 * gnus-group.el (gnus-bug-group-download-format-alist):
4582 Use the "maintainer" version of debian reports as well.
4583
4584 2011-05-26 Glenn Morris <rgm@gnu.org>
4585
4586 * gnus-group.el (gnus-bug-group-download-format-alist):
4587 Use the "maintainer" version of debbugs.gnu.org reports.
4588
4589 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4590
4591 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4592
4593 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4594
4595 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4596 the thread moves us backwards and so we loop forever.
4597
4598 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4599
4600 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4601 whitespace in base64 data lines.
4602
4603 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4604
4605 * gnus-registry.el (gnus-registry-user-format-function-M):
4606 Use `mapconcat'.
4607 (gnus-registry-user-format-function-M2): Use to see the full text of
4608 the marks. Make "," the mark text separator.
4609
4610 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4611 authentication with auth-source.
4612
4613 2011-05-17 Glenn Morris <rgm@gnu.org>
4614
4615 * gnus-group.el (gnus-import-other-newsrc-file):
4616 Use insert-file-contents.
4617
4618 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4619
4620 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4621 1000 iterations.
4622
4623 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4624
4625 * nntp.el (nntp-open-connection): Check if process-type is available.
4626
4627 2011-05-16 Julien Danjou <julien@danjou.info>
4628
4629 * shr.el (shr-tag-del): Add support for del tag.
4630
4631 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4632
4633 * gnus-html.el (gnus-html-put-image): Register a displayer.
4634
4635 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4636
4637 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4638
4639 * registry.el (prune-factor): New initialization parameter defaulting
4640 to 0.1.
4641 (registry-prune-hard): Use it.
4642
4643 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4644 0.1 expicitly.
4645
4646 2011-05-13 Glenn Morris <rgm@gnu.org>
4647
4648 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4649 is bound, since this function requires sendmail.
4650
4651 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4652
4653 * registry.el (registry-usage-test): Disable pruning test.
4654
4655 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4656
4657 * registry.el (registry-prune-hard-candidates)
4658 (registry-prune-soft-candidates): Helper methods for registry pruning.
4659 (registry-prune): Use them. Make the sort function optional.
4660
4661 2011-05-10 Jim Meyering <meyering@redhat.com>
4662
4663 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4664
4665 2011-05-10 Julien Danjou <julien@danjou.info>
4666
4667 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4668 symbol and not a list.
4669
4670 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4671
4672 * gnus-art.el (gnus-article-mode): Move binding of
4673 shr-put-image-function here from gnus-article-prepare-display.
4674
4675 * shr.el (shr-put-image-function): New variable.
4676 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4677 (shr-put-image): Return scaled image.
4678
4679 * gnus-art.el (gnus-shr-put-image): New function.
4680 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4681
4682 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4683 original ones, as deletable.
4684
4685 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4688
4689 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4690
4691 * registry.el (registry-full): Add convenience method. Fix logic.
4692 (registry-insert): Use it. Fix logic here too.
4693
4694 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4695 `registry-prune' if `registry-full' returns t.
4696 (gnus-registry-handle-action)
4697 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4698 (gnus-registry-usage-test): Use it.
4699
4700 2011-05-07 Julien Danjou <julien@danjou.info>
4701
4702 * shr.el (shr-link): Make shr-link inherit from link by default.
4703
4704 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4705
4706 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4707
4708 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4709
4710 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4711 error out because the face is not a list.
4712
4713 2011-05-05 Glenn Morris <rgm@gnu.org>
4714
4715 * gnus-start.el (gnus-propagate-marks): Declare.
4716
4717 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4718
4719 * registry.el (registry-reindex): Fix percentage message.
4720
4721 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4722
4723 * shr.el: Add shr-link face for links.
4724 (shr-urlify): Use it.
4725
4726 * registry.el (registry-insert): Make error message more helpful.
4727
4728 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4729
4730 * gnus-html.el (gnus-html-schedule-image-fetching):
4731 Use url-queue-retrieve, if it exists.
4732
4733 * shr.el (shr-tag-img): Ditto.
4734
4735 * gnus.el: Autoload more gnus-agent functions.
4736
4737 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4738 agent if we haven't already (bug#8502).
4739
4740 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4741 into the Agent, too.
4742
4743 * gnus-agent.el (gnus-agent-store-article): New function.
4744
4745 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4746 and moved from that file for reuse.
4747
4748 * pop3.el (pop3-open-server): Error messages are "-ERR".
4749
4750 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4751
4752 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4753 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4754
4755 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4758 buffer has moved to a different frame.
4759
4760 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4761
4762 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4763 to get the conversion from unibyte to multibyte buffers to work on
4764 Emacs 22.
4765
4766 * nntp.el (nntp-request-article): Slight clean-up.
4767
4768 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4769
4770 * shr.el (shr-strike-through): New face.
4771 (shr-tag-s): Use it to provide <s> support.
4772 (shr-tag-s): Remove duplicate definition.
4773
4774 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4775
4776 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4777 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4778
4779 2011-04-23 Glenn Morris <rgm@gnu.org>
4780
4781 * gnus-sum.el (gnus-extra-headers): Bump :version.
4782
4783 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4784
4785 * shr.el (shr-tag-sup): New function.
4786 (shr-tag-sub): Ditto.
4787
4788 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4789
4790 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4791 for the case where `gnus-registry-ignored-groups' is a list of lists,
4792 and don't call `gnus-parameter-registry-ignore' otherwise.
4793
4794 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4795
4796 * nnimap.el (nnimap-user): New backend variable.
4797 (nnimap-open-connection-1): Use it.
4798 (nnimap-credentials): Accept user parameter so it's explicit what user
4799 name is desired.
4800
4801 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4802 default.
4803
4804 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4805 not gnus-registry.el.
4806
4807 * gnus-registry.el: Mention in comments how to modify
4808 `gnus-extra-headers' for proper recipient tracking and that it may
4809 already have To and Cc recently, which it does as of this commit.
4810 (gnus-registry-ignored-groups): Remove defcustom.
4811 Explain why in comments.
4812 (gnus-registry-action): Fix data-header reference to use the extra
4813 headers. Explain in package commentary how to add To and Cc headers to
4814 the gnus-extra-headers.
4815 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4816 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4817 parameter list or a string list in `gnus-registry-ignored-groups'.
4818 Fix logic error.
4819
4820 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4821
4822 * shr.el (shr-expand-url): Protect against null urls.
4823
4824 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4825
4826 * shr.el (shr-base): New binding.
4827 (shr-tag-base): Keep track of <base>.
4828 (shr-expand-url): New function used throughout.
4829
4830 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
4831
4832 * gnus-registry.el
4833 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4834 (gnus-registry-ignored-groups): New variable.
4835 (gnus-registry-ignore-group-p): Use it.
4836 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4837 set the destination group to nil (same as delete) if it's ignored.
4838
4839 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4840
4841 * gnus-registry.el (gnus-registry-action)
4842 (gnus-registry-fetch-header-fast):
4843 Don't use mail-header that looks an internal function of mailheader.el.
4844
4845 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4846
4847 * gnus-registry.el: Eliminate cl functions.
4848 (gnus-registry-sort-addresses): New function that replaces mapcan.
4849 (gnus-registry-action, gnus-registry-spool-action)
4850 (gnus-registry-split-fancy-with-parent)
4851 (gnus-registry-fetch-recipients-fast): Use it.
4852 (gnus-registry-import-eld): Replace delete* with dolist + delq.
4853
4854 * registry.el (initialize-instance, registry-lookup)
4855 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4856 (registry-lookup-secondary-value, registry-search, registry-delete)
4857 (registry-insert, registry-reindex, registry-size, registry-prune):
4858 Use eval-and-compile.
4859
4860 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
4861
4862 * registry.el (registry-reindex): New method to recreate the secondary
4863 registry indices.
4864
4865 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4866 tracked field changes.
4867 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4868 (gnus-registry-action, gnus-registry-spool-action)
4869 (gnus-registry-handle-action)
4870 (gnus-registry--split-fancy-with-parent-internal)
4871 (gnus-registry-split-fancy-with-parent)
4872 (gnus-registry-register-message-ids): Add recipient tracking on spool,
4873 move, and delete actions, and for fancy splitting with parent.
4874 (gnus-registry-extract-addresses)
4875 (gnus-registry-fetch-recipients-fast)
4876 (gnus-registry-fetch-header-fast): Convenience functions.
4877 (gnus-registry-misc-test): ERT test of
4878 `gnus-registry-extract-addresses'.
4879
4880 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
4881
4882 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4883 Track by subject first, then sender.
4884
4885 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4888
4889 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4890 Lisp.
4891
4892 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4893 (gnus-draft-send): Use it to avoid popping
4894 up frames from gnus-group-send-queue.
4895
4896 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4897
4898 * gnus-registry.el: Updated gnus-registry docs.
4899
4900 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
4901
4902 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4903 Fix logic bug.
4904 (gnus-registry-post-process-groups): Fix logging of no results and
4905 quote sender and subject.
4906
4907 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4908
4909 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4910 (gnus-read-active-for-groups): Don't try to finish getting stuff where
4911 we had no early-data returned.
4912 (gnus-get-unread-articles): Add a sanity check so that we don't issue
4913 two async commands to the same server at the same time.
4914
4915 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
4916
4917 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4918
4919 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4920
4921 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4922 "warning" level.
4923
4924 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4925 (mm-url-insert-file-contents): Don't set the package names.
4926
4927 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
4928
4929 * gnus-registry.el (gnus-registry-action): Remove properties and
4930 simplify subject in `gnus-registry-handle-action'.
4931 (gnus-registry-spool-action): Get subject and sender from message if
4932 they are not passed in.
4933 (gnus-registry-handle-action): Remove properties and simplify subject
4934 consistently.
4935
4936 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 * registry.el: Require CL before using defmacro*.
4939
4940 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
4941
4942 * gnus-art.el (article-treat-date): Assume that
4943 gnus-article-date-headers may be a group parameter.
4944
4945 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
4946
4947 * gnus-registry.el (gnus-registry-handle-action): More debugging.
4948
4949 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4950 interactively so the newsrc file can contain foreign groups too.
4951 Useful for debugging but not much for users.
4952
4953 2011-04-07 David Engster <dengste@eml.cc>
4954
4955 * registry.el (registry-usage-test): Only do
4956 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4957 lexical binding.
4958
4959 2011-04-06 David Engster <dengste@eml.cc>
4960
4961 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4962 argument NOERROR for `require', since XEmacs 21.4 does not support it.
4963
4964 2011-04-06 David Engster <dengste@eml.cc>
4965
4966 * registry.el (initialize-instance): Change :after to :AFTER to be
4967 compatible with old EIEIO version in XEmacs.
4968
4969 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4970
4971 * gnus-registry.el (gnus-registry-post-process-groups)
4972 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4973 and provide better messaging.
4974
4975 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4976
4977 * gnus-registry.el: Don't use ERT if it's not available. Load it
4978 unconditionally anyway, discarding errors.
4979 (gnus-registry-delete-entries): New convenience function.
4980 (gnus-registry-import-eld): Import from old .eld registry.
4981
4982 * registry.el: Don't use ERT if it's not available. Load it
4983 unconditionally anyway, discarding errors.
4984
4985 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4986 version from the Claudio Bley GnuTLS patch (extra optional parameters
4987 and host name).
4988
4989 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
4990
4991 * gnus-registry.el (gnus-registry-fixup-registry): New function to
4992 fixup the parameters that can be customized by the user between
4993 save/read cycles.
4994 (gnus-registry-read): Use it.
4995 (gnus-registry-make-db): Use it.
4996 (gnus-registry-spool-action, gnus-registry-handle-action):
4997 Fix messaging.
4998 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4999 Map references to actual group names with sender and subject tracking.
5000 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5001 (gnus-registry-usage-test): Add subject lookup test.
5002
5003 * registry.el (registry-db, initialize-instance): Set up constructor
5004 instead of :initform arguments for the sake of older Emacsen.
5005 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5006 pre-lexbind merge bug.
5007 (registry-usage-test): Use it.
5008 (initialize-instance, registry-db): Move the non-function initforms
5009 back to the class definition.
5010
5011 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5012
5013 * registry.el: New library to manage gnus-registry-style data.
5014
5015 * gnus-registry.el: Use it (major rewrite).
5016
5017 * nnregistry.el: Use it.
5018
5019 * spam.el: Use it.
5020
5021 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5022
5023 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5024 marks on non-selected articles.
5025
5026 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5027
5028 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5029
5030 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5031 parameter to open-protocol-stream.
5032
5033 2011-04-01 Julien Danjou <julien@danjou.info>
5034
5035 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5036 fundamental-mode.
5037
5038 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5039
5040 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5041 servers.
5042
5043 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5044
5045 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5046 made marks not propagate, again.
5047
5048 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5049
5050 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5051 Make this the default type.
5052 (proto-stream-open-plain): Rename from proto-stream-open-default.
5053 (open-protocol-stream, proto-stream-open-starttls)
5054 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5055 with `plain'.
5056
5057 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5058 value.
5059
5060 * nntp.el (nntp-open-connection-function): Document the fact that some
5061 values are not functions but are instead handled specially.
5062 Recognize nntp-open-plain-stream value.
5063 (nntp-open-connection): Recognize that value.
5064
5065 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5066
5067 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5068 stuff.
5069
5070 * gnus-score.el (gnus-score-string): Fix calling convention of
5071 `gnus-simplify-buffer-fuzzy' after last patches.
5072
5073 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5074 server for articles we didn't get any headers for. This is a sanity
5075 check.
5076
5077 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5078
5079 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5080 new CAPABILITY, use it.
5081
5082 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5083
5084 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5085 downloading anything.
5086
5087 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5088
5089 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5090
5091 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5092 colors.
5093 (gnus-splash-svg-color-symbols): New function.
5094
5095 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5096
5097 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5098 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5099 (gnus-simplify-subject-fuzzy): Use the local
5100 gnus-simplify-subject-fuzzy-regex instead of the global one.
5101 This makes using this variable in group parameters work.
5102
5103 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5104
5105 * gnus-registry.el (gnus-registry-unfollowed-groups):
5106 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5107 archive:sent-YYYY-MM-DD groups).
5108 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5109 tracking if there are more than `gnus-registry-max-track-groups'
5110 matches.
5111
5112 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * message.el (message--yank-original-internal): New function to do the
5115 insertion cleanly inside eval in `message-yank-original'.
5116 (message-yank-original): Use it.
5117
5118 2011-03-29 Julien Danjou <julien@danjou.info>
5119
5120 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5121 local variables disabled rather than `normal-mode'.
5122
5123 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5124
5125 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5126 with open-network-stream.
5127 (proto-stream-always-use-starttls): Option removed.
5128 (open-protocol-stream): Return a process object by default. Provide a
5129 new parameter :return-list specifying a list-type return value, which
5130 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5131 :type `network' to `try-starttls', and `network-only' to `default'.
5132 Make `default' the default, for compatibility with open-network-stream.
5133 Handle the no-parameter case exactly as open-network-stream, with no
5134 additional stream processing. Search plists using plist-get.
5135 Explicitly add :end-of-commend parameter if it is missing.
5136 (proto-stream-open-default): Rename from
5137 proto-stream-open-network-only. Return 'default as the type.
5138 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5139 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5140 failed. Always return a list with a (possibly dead) process as the
5141 first element, for compatibility with open-network-stream.
5142 (proto-stream-open-tls): Use plist-get. Always return a list.
5143 (proto-stream-open-shell): Return `default' as connection type.
5144 (proto-stream-capability-open): Use plist-get.
5145 (proto-stream-eoc): Function deleted.
5146
5147 * nnimap.el (nnimap-stream, nnimap-open-connection)
5148 (nnimap-open-connection-1): Handle renaming of :type parameter for
5149 open-protocol-stream.
5150 (nnimap-open-connection-1): Pass a :return-list parameter
5151 open-protocol-stream to obtain a list return value. Parse this list
5152 using plist-get.
5153
5154 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5155 for open-protocol-stream. Accept open-protocol-stream return value
5156 that is a subprocess object instead of a list. Handle the case of a
5157 dead returned process.
5158
5159 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5160
5161 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5162
5163 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5164
5165 2011-03-21 Julien Danjou <julien@danjou.info>
5166
5167 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5168 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5169 query.
5170 (mm-inline-text): Render normal text with fontification whenever
5171 possible.
5172
5173 * gnus-sum.el (gnus-summary-save-parts-1):
5174 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5175 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5176 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5177 Use `mm-handle-filename'.
5178
5179 * mm-util.el (mm-handle-filename): New function, return the filename of
5180 an handle.
5181
5182 2011-03-18 Julien Danjou <julien@danjou.info>
5183
5184 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5185 (gnus-buffer-live-p): Check that buffer is not nil.
5186
5187 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5188
5189 * gnus-art.el: Require mouse, which the build bot seems to say is
5190 needed.
5191
5192 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5193 XEmacs, since it doesn't have url-retrieve-synchronously.
5194
5195 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5196
5197 * gnus-group.el (gnus-group-list-ticked): New function.
5198 (gnus-group-make-menu-bar): Provide a menu entry for it.
5199 (gnus-group-list-map): Provide a binding for it.
5200
5201 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5202
5203 * shr.el (shr-visit-file): New command.
5204
5205 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5206
5207 2011-03-17 Bjørn Mork <bjorn@mork.no>
5208
5209 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5210 servers.
5211
5212 2011-03-16 Julien Danjou <julien@danjou.info>
5213
5214 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5215 inline.
5216
5217 * gnus-art.el (article-hide-list-identifiers):
5218 Use gnus-group-get-list-identifiers.
5219
5220 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5221 (gnus-summary-remove-list-identifiers):
5222 Use gnus-group-get-list-identifiers to get regexp.
5223 (gnus-select-newsgroup, gnus-summary-insert-subject)
5224 (gnus-summary-insert-articles):
5225 Call gnus-summary-remove-list-identifiers unconditionally.
5226
5227 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5228
5229 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5230 we're selecting a group with unread articles.
5231
5232 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5233
5234 * gssapi.el: New file separated out from imap.el to provide a general
5235 Kerberos 5 connection facility for Emacs.
5236
5237 * message.el (message-elide-ellipsis): Document the format spec
5238 ellipsis.
5239
5240 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5241
5242 * message.el (message-elide-region): Allow the ellipsis to say how many
5243 lines were removed.
5244
5245 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5246
5247 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5248 window configurations containing buffers that are now dead.
5249
5250 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5251 parsing to avoid integer overflows.
5252 (nnimap-parse-flags): Simplify the last change.
5253 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5254 too large for 32-bit Emacsen.
5255
5256 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * auth-source.el (auth-source-netrc-create):
5259 * message.el (message-yank-original): Fix use of `case'.
5260
5261 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5262
5263 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5264 XEmacs, which was one character too wide.
5265
5266 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5267
5268 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5269 default number of articles to display.
5270 (gnus-articles-to-read): Use pretty names for prompt.
5271
5272 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5273
5274 * gnus-int.el (gnus-open-server): Ditto.
5275
5276 * gnus-start.el (gnus-activate-group): Give a backtrace if
5277 debug-on-quit is set and the user hits `C-g'.
5278 (gnus-read-active-file): Ditto.
5279
5280 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5281
5282 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5283
5284 * message.el (message-yank-original): Use cond instead of CL case.
5285
5286 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * auth-source.el (auth-source-netrc-create): Use usual format for the
5289 default in prompts.
5290
5291 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5292
5293 * auth-source.el (auth-source-netrc-create): Show the default in the
5294 prompt when prompting for token creation.
5295
5296 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5297
5298 * auth-source.el (auth-source-format-prompt): Always convert the value
5299 to a string to avoid evaluating non-string arguments.
5300 (auth-source-netrc-create): Offer default properly, not as initial
5301 content in `read-string'.
5302 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5303 of line to determine if we've been run before. If so, don't run again,
5304 but print a trivial message to indicate the cache was hit instead.
5305
5306 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5307
5308 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5309 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5310 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5311 Gnus.
5312
5313 2011-03-11 Julien Danjou <julien@danjou.info>
5314
5315 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5316 modified file".
5317
5318 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5319
5320 * auth-source.el (auth-source-read-char-choice): New function to read a
5321 character choice using `dropdown-list', `read-char-choice', or
5322 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5323 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5324 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5325 (auth-source-netrc-saver): Use it.
5326 (auth-source-pick-first-password): New convenience function.
5327
5328 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5329
5330 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5331 parameter in the credentials.
5332 (nnimap-open-connection-1): Use it after a successful login.
5333 (nnimap-credentials): Add IMAP-specific user and password prompt.
5334
5335 * auth-source.el (auth-source-search): Add :require parameter, taking a
5336 list. Document it and the :save-function return token. Pass :require
5337 down. Change the CREATED message from a warning to a debug statement.
5338 (auth-source-search-backends): Pass :require down.
5339 (auth-source-netrc-search): Pass :require down.
5340 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5341 Change save prompt to indicate all modifications saved here are
5342 deletions.
5343 (auth-source-netrc-create): Take user login name as default in user
5344 prompt. Move all the save functionality to a lexically bound function
5345 under the :save-function token in the returned list. Set up clearer
5346 default prompts for user, host, port, and secret.
5347 (auth-source-netrc-saver): New function, intended to be wrapped for
5348 :save-function.
5349
5350 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * Version 23.3 released.
5353
5354 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5355
5356 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5357 lines to be spaces instead.
5358
5359 2011-03-07 Julien Danjou <julien@danjou.info>
5360
5361 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5362 (sieve-sasl-auth): Check that auth-source-search did return something,
5363 or just return an empty string.
5364
5365 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5366
5367 * gnus.el (gnus-interactive): Use read-directory-name.
5368
5369 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5370 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5371 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5372 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5373 Likewise.
5374
5375 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5376
5377 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5378
5379 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5380 onto the list of killed groups, too. This makes killed nnimap groups,
5381 for instance, more reliably not reappear.
5382
5383 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5384 the parent.
5385
5386 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5387
5388 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5389 really have server-side marks.
5390
5391 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5392 since most backends do not usefully have server-side marks.
5393 (gnus-update-read-articles): Propagate marks to all backends that
5394 really have server-side marks.
5395
5396 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5397
5398 * message.el (message-cite-reply-position, message-cite-style):
5399 New variables.
5400 (message-yank-original): Use the new citation styles.
5401
5402 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5403
5404 * message.el (message-options): Revert the change that's a workaround
5405 for XEmacs buffer-local issue; don't mark it buffer-local when running
5406 under XEmacs.
5407
5408 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5409
5410 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5411 numbers too big to be `read'.
5412
5413 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5414
5415 * message.el (message-options): Make buffer-local two ways to attempt
5416 to fix a XEmacs bug.
5417
5418 2011-03-02 Julien Danjou <julien@danjou.info>
5419
5420 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5421
5422 2011-03-01 Julien Danjou <julien@danjou.info>
5423
5424 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5425 group.
5426 (article-hide-list-identifiers): Use list-identifier group parameter.
5427
5428 2011-02-28 Julien Danjou <julien@danjou.info>
5429
5430 * sieve.el (sieve-buffer-script-name): New local variable to store
5431 sieve script name.
5432 (sieve-edit-script): Store sieve script name.
5433 (sieve-upload): Use sieve script name when uploading.
5434 (sieve-upload): Use substitute-command-keys.
5435 (sieve-edit-script): Use substitute-command-keys.
5436 (sieve-refresh-scriptlist): Use substitute-command-keys.
5437 (sieve-manage-mode-map): Define keymap properly.
5438 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5439 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5440 Remove commented code about cvs.
5441 (sieve-manage-quit): New function.
5442 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5443
5444 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5445
5446 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5447
5448 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5449
5450 * auth-source.el (auth-source-search): Cache empty result sets.
5451
5452 * auth-source.el (auth-source-save-behavior): New variable to replace
5453 `auth-source-never-create'.
5454 (auth-source-netrc-create): Use it.
5455 (auth-source-never-save): Remove.
5456
5457 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5458
5459 * nnimap.el (nnimap-stream): Doc fix.
5460 (nnimap-open-connection-1): Reverse the order of the ports to that the
5461 prompted-for port is first.
5462
5463 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5464 retrieval by the no-group selection.
5465
5466 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5467 numerical parameters.
5468
5469 2011-02-25 Julien Danjou <julien@danjou.info>
5470
5471 * gnus-gravatar.el: Use gnus-with-article-buffer.
5472
5473 * gnus-art.el (gnus-with-article-buffer): Check that the
5474 gnus-article-buffer is alive.
5475
5476 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5477
5478 * auth-source.el (auth-source-creation-prompts): New variable to manage
5479 creation-time prompts.
5480 (auth-source-search): Document it.
5481 (auth-source-format-prompt): Add utility function.
5482 (auth-source-netrc-create): Don't default the user name to
5483 user-login-name. Use `auth-source-creation-prompts' and some default
5484 prompts for user, host, port, and password (the default generic prompt
5485 remains ugly).
5486 (auth-source-never-save): Add customizable option to never save info.
5487 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5488 mode excursion.
5489
5490 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5491
5492 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5493 argument that XEmacs doesn't support.
5494
5495 2011-02-23 Julien Danjou <julien@danjou.info>
5496
5497 * gnus-art.el (article-make-date-line): Ignore errors if time is
5498 invalid and not convertible.
5499 (article-make-date-line): Only add lapsed time if time is not nil.
5500
5501 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5502
5503 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5504 `read-char-choice' for backwards compatibility.
5505 (auth-source-netrc-element-or-first): New function to DTRT for
5506 parameter extraction.
5507 (auth-source-netrc-create): Use it and fix multiple parameter print
5508 bug. Use the default passed from above (given-default) or the
5509 built-in (user-login-name for :user).
5510
5511 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5512
5513 * gnus-start.el (gnus-dribble-read-file):
5514 Set buffer-save-without-query, since we always want to save the dribble
5515 file, probably.
5516
5517 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5518 nnimap.
5519
5520 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5521 -summary- since it's a user-visible variable.
5522
5523 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5524 first time you use the new Gnus.
5525
5526 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5527
5528 * auth-source.el: Don't load netrc.el.
5529 (auth-sources): Search ~/.netrc as well by default.
5530 (auth-source-debug): Add 'trivia option for extra output.
5531 (auth-source-do-trivia): Use it.
5532 (auth-source-search): Simplify logic to use
5533 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5534 appropriate. Don't keep a running count at this level. Layer :create
5535 and :delete options appropriately on the first and second passes.
5536 Don't track the backend with the search results.
5537 (auth-source-search-backends): New function to search a list of
5538 backends for a processed spec.
5539 (auth-source-netrc-parse): Cache all netrc files, making
5540 auth-source-netrc-cache an alist keyed by the file name and using the
5541 file mtime as the caching criterion. Keep the obfuscated data secret
5542 with a lexical bind.
5543 (auth-source-netrc-search): Don't calculate the length of the results
5544 unnecessarily.
5545 (auth-source-search-backends): Fix bug.
5546 (auth-source-netrc-create): Rework prompts.
5547
5548 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5549
5550 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5551 Lower case names of search constraints.
5552 (nnir-run-query): Cache and reuse search constraints for all imap
5553 servers.
5554
5555 2011-02-22 Sam Steingold <sds@gnu.org>
5556
5557 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5558
5559 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5560
5561 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5562 after exit.
5563 (gnus-setup-message): Define missing variable from last checkin.
5564
5565 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5566 value, show the raw article.
5567
5568 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5569
5570 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5571 auth-source now accepts numbers.
5572
5573 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5574 spec, too.
5575 (auth-source-ensure-strings): New function.
5576
5577 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5578 (gnus-article-setup-buffer): Always restart the date timer so that user
5579 changes to the frequency is respected.
5580
5581 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5582 port numbers, so make sure it gets that if nnimap-server-port is
5583 explicit.
5584
5585 2011-02-21 Simon Josefsson <simon@josefsson.org>
5586
5587 * nnimap.el (nnimap-inbox): Doc fix.
5588
5589 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5590
5591 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5592 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5593 color-lab-to-srgb.
5594
5595 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5596
5597 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5598 given method as in the group name if we're using an extended method.
5599 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5600 command, if we're using that, instead of waiting for the beginning.
5601
5602 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5603 we're sure to get unique server names, and we don't output two async
5604 commands in the same buffer. This fixes an NNTP hang for some users.
5605
5606 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5607
5608 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5609 summary buffer before reading going to the next buffer. This avoids
5610 putting the point in the group buffer if you `C-g' the command.
5611
5612 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5613 cache (for now) to make ~/.authinfo.gpg files usable.
5614
5615 * nnfolder.el (copyright-update): Define for the compiler.
5616
5617 * auth-source.el (auth-source-search): Fix unbound variable.
5618
5619 2011-02-19 Glenn Morris <rgm@gnu.org>
5620
5621 * gnus.el (gnus-meta): Doc fix.
5622
5623 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5626 in case it's not yet loaded.
5627
5628 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5629
5630 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5631 line we're waiting for.
5632
5633 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5634
5635 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5636 face with line-width greater than zero will cause RET in gnus summary
5637 buffer to scroll down article page-wise because auto vscroll happens,
5638 it should be temporally disabled when doing a scroll-up.
5639
5640 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5641
5642 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5643 outputs from the server.
5644
5645 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5646
5647 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5648 later so that bbdb can hook in easier.
5649
5650 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5651
5652 * auth-source.el (auth-source-search): Don't try to create credentials
5653 if the caller doesn't want that.
5654 (auth-source-search): If we don't find a match, don't bug out on
5655 non-bound variables.
5656 (auth-source-search): Only ask a single backend to create the
5657 credentials.
5658
5659 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5660 logging.
5661 (nnimap-credentials): Protect against auth-source-search returning nil.
5662 (nnimap-request-list): Protect against not being able to open the
5663 server.
5664
5665 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5666
5667 * auth-source.el (auth-source-search): Do a two-phase search, one with
5668 no :create to get the responses from all backends.
5669
5670 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5671 when getting credentials.
5672
5673 * gnus-util.el (gnus-delete-duplicates): New function.
5674
5675 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5676
5677 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5678 a creation default, pass the whole port list down. It will be
5679 completed.
5680
5681 * auth-source.el (auth-source-search): Update docs to talk about
5682 multiple creation choices.
5683 (auth-source-netrc-create): Accept a list as a value (from the search
5684 parameters) and do completion on that list. Keep a separate netrc line
5685 with the password obscured for showing the user.
5686
5687 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5688 first choice to `auth-source-search' so it will be used for entry
5689 creation instead of the server's Gnus-specific name.
5690 (nnimap-credentials): Rely on the auth-source library to select which
5691 port is actually wanted in the new netrc entry, so don't override
5692 `auth-source-creation-defaults'.
5693
5694 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5695 :protocol and accept a missing user, host, or port as a wildcard match.
5696 (auth-source-debug): Default to off.
5697
5698 (auth-source-netrc-search, auth-source-netrc-create)
5699 (auth-source-secrets-search, auth-source-secrets-create)
5700 (auth-source-user-or-password, auth-source-backend, auth-sources)
5701 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5702 instead of :protocol.
5703
5704 * nnimap.el (nnimap-credentials): Pass a port default to
5705 `auth-source-search' in case an entry needs to be created.
5706 (nnimap-open-connection-1): Use :port instead of :protocol.
5707
5708 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5709
5710 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5711 instead of delete-dups that is not available in XEmacs 21.4.
5712
5713 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5714
5715 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5716 nil means that nnimap doesn't get updated.
5717
5718 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5719
5720 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5721 result when the user doesn't want to write to the file.
5722 (auth-source-netrc-search): Expect a synthetic result and proceed
5723 accordingly.
5724 (auth-source-cache-expiry): New variable to override
5725 `password-cache-expiry'.
5726 (auth-source-remember): Use it.
5727
5728 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5729 parameter. Create entry if necessary by using :create t.
5730 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5731
5732 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5733
5734 * auth-source.el (auth-source-debug): Enable by default and don't
5735 mention the obsolete `auth-source-hide-passwords'.
5736 (auth-source-do-warn): New function to debug unconditionally.
5737 (auth-source-do-debug): Use it.
5738 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5739 and for Secrets API entries when the secrets.el library is not
5740 available.
5741
5742 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5743
5744 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5745 (gnus-summary-exit): Kill the correct article buffer on exit from a
5746 `C-d' group.
5747
5748 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
5749 gnus-propagate-marks.
5750
5751 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5752 before killing the buffers so that a non-full window conf gets handled
5753 correctly.
5754 (gnus-summary-exit): Ditto.
5755 (gnus-summary-read-group-1): Ditto.
5756
5757 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5758 async code again so that we can debug it properly.
5759
5760 * message.el (message-reply): Take an optional switch-buffer parameter
5761 so that Gnus window confs are respected better.
5762
5763 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5764
5765 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5766 `plist-get' to accept non-list parameters (XEmacs issue).
5767 Fix docstring.
5768 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5769 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5770 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5771 Login collection is "Login" and not "login".
5772
5773 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5774
5775 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5776 multiple headers.
5777
5778 * nnimap.el (nnimap-inhibit-logging): New variable.
5779 (nnimap-log-command): Don't log login commands.
5780
5781 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5782 to have more parameters.
5783
5784 * nnimap.el (nnimap-send-command): Mark the command time for each
5785 command, so that we don't get NOOPs stepping on our toes.
5786
5787 * gnus-art.el (article-date-ut): Get the date from the Date header on
5788 `t'.
5789
5790 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5791
5792 * auth-source.el (auth-source-search): Use copy-sequence instead of
5793 the cl.el copy-list.
5794
5795 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5796
5797 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5798 Improve prompt.
5799
5800 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5801
5802 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5803 washing status from the default format. It isn't very informative.
5804
5805 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5806
5807 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5808 Fix Gcc processing on imap.
5809
5810 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * message.el (message-bury): Don't pop up a new window when selected
5813 window is dedicated.
5814
5815 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5816
5817 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5818
5819 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5820
5821 * sieve-manage.el: Autoload `auth-source-search'.
5822 (sieve-sasl-auth): Use it.
5823
5824 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5825
5826 * nnimap.el: Autoload `auth-source-forget+'.
5827 (nnimap-open-connection-1): Use it if the connection fails.
5828
5829 * auth-source.el: Require `password-cache'.
5830 (auth-source-hide-passwords, auth-source-cache): Remove and mark
5831 obsolete.
5832 (auth-source-magic): Marker for `password-cache' keys.
5833 (auth-source-do-cache): Update docstring.
5834 (auth-source-search): Use and check cache.
5835 (auth-source-forget-all-cached, auth-source-remember)
5836 (auth-source-recall, auth-source-forget, auth-source-forget+)
5837 (auth-source-specmatchp): Caching support functions.
5838 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5839 Remove and obsolete.
5840 (auth-source-user-or-password): Remove caching to further discourage
5841 using it. Always hide passwords.
5842
5843 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5844
5845 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5846 code for now, since it doesn't work for all users.
5847
5848 2011-02-09 Julien Danjou <julien@danjou.info>
5849
5850 * message.el (message-options): Make message-options really buffer
5851 local.
5852
5853 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
5854
5855 * mail-source.el: Autoload `auth-source-search'.
5856 (mail-source-keyword-map): Note order matters.
5857 (mail-source-set-1): Get all the mail-source source values and
5858 defaults and search auth-source on those if needed. This can all
5859 probably be simplified.
5860
5861 * nnimap.el: Autoload `auth-source-search'.
5862 (nnimap-credentials): Use it.
5863 (nnimap-open-connection-1): Ask for the virtual server and physical
5864 address in one shot.
5865
5866 * nntp.el: Autoload `auth-source-search'.
5867 (nntp-send-authinfo): Use it. Note TODO.
5868
5869 2011-02-08 Julien Danjou <julien@danjou.info>
5870
5871 * shr.el (shr-tag-body): Add support for text attribute in body
5872 markups.
5873
5874 * message.el (message-options): Make message-options a local variable.
5875
5876 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
5877
5878 * auth-source.el (auth-source-secrets-search)
5879 (auth-source-user-or-password): Use `append' instead of `nconc'.
5880 (auth-source-user-or-password): Build return list better and protect
5881 against nil :secret.
5882
5883 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
5884
5885 * nnimap.el (nnimap-update-info): Refactor slightly.
5886 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5887 (nnimap-update-info): Clean up slightly.
5888 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5889 characters.
5890 (nnimap-process-quirk): Rename function to avoid collision.
5891 (nnimap-update-info): Fix macrology bug-out.
5892 (nnimap-update-info): Simplify split history test.
5893
5894 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
5895
5896 * auth-source.el (top): Require 'eieio unconditionally.
5897 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5898 (auth-source-secrets-search): Limit search when `max' is greater than
5899 number of results.
5900
5901 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5902
5903 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5904 part not returning any data.
5905
5906 * proto-stream.el (open-protocol-stream): Document the return value.
5907
5908 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5909
5910 * auth-source.el (auth-source-secrets-search): Add examples.
5911
5912 2011-02-06 Julien Danjou <julien@danjou.info>
5913
5914 * message.el (message-setup-1): Handle message-generate-headers-first
5915 set to t.
5916
5917 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5918
5919 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5920 API with a string "secrets:collection-name" and with 'default.
5921 (auth-source-backend-parse): Parse "secrets:collection-name" and
5922 'default. Recurse on parses instead of repeating code. Use the
5923 Secrets API is the source is not nil and 'ignore otherwise. Emit a
5924 message when ignoring a source.
5925 (auth-source-search): List ignored search keys at the top level.
5926 (auth-source-netrc-create): Use `case' instead of `cond'.
5927 (auth-source-secrets-search): Created with TODOs.
5928 (auth-source-secrets-create): Created with TODOs.
5929 (auth-source-retrieve, auth-source-create, auth-source-delete)
5930 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5931 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5932 (auth-source-user-or-password-sftp)
5933 (auth-source-user-or-password-smtp): Remove.
5934 (auth-source-user-or-password): Deprecated and modified to be a wrapper
5935 around `auth-source-search'. Not tested thoroughly.
5936
5937 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
5938
5939 * auth-source.el: Bring in assoc and eioeio libraries.
5940 (secrets-enabled): New variable to track the status of the Secrets API.
5941 (auth-source-backend): New EIOEIO class to represent a backend.
5942 (auth-source-creation-defaults): New variable to set prompt defaults
5943 during token creation (see the `auth-source-search' docstring for
5944 details).
5945 (auth-sources): Simplify to allow a simple string as a netrc backend
5946 spec.
5947 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5948 (auth-source-backend-parse-parameters): Fill in the backend parameters.
5949 (auth-source-search): Main auth-source API entry point.
5950 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5951 (auth-source-search-collection): Helper function for searching.
5952 (auth-source-netrc-parse, auth-source-netrc-normalize)
5953 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5954 Supports search, create, and delete.
5955 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5956 backend stubs.
5957 (auth-source-user-or-password): Call `auth-source-search' but it's not
5958 ready yet.
5959
5960 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
5961
5962 * message.el (message-setup-1): Remove the read-only stuff, since it
5963 doesn't work under XEmacs, for some reason.
5964
5965 * gnus-sum.el (gnus-user-date): Rename back from
5966 gnus-summary-user-date since user code refers to it.
5967
5968 * shr.el (shr-render-td): Store the actual background color used.
5969
5970 * message.el (message-setup-1): Don't bind the constant
5971 -forbidden-properties.
5972 (message-setup-1): Revert previous change, since it needs to bind the
5973 props to insert them.
5974 (message-resend): Allow removing the read-only separator line.
5975
5976 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5977
5978 * nnimap.el (nnimap-request-accept-article): Give an error message if
5979 the APPEND wasn't successful.
5980
5981 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
5982
5983 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5984 that have no groups.
5985
5986 2011-02-03 Julien Danjou <julien@danjou.info>
5987
5988 * gnus-draft.el: Remove progn around gnus-draft-setup.
5989
5990 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5991
5992 * gnus-start.el (gnus-read-active-for-groups): This function is never
5993 called with a nil `infos', so clean that up.
5994 (gnus-get-unread-articles): Request active files from primary/secondary
5995 methods that have no groups (yet).
5996
5997 2011-02-03 Julien Danjou <julien@danjou.info>
5998
5999 * message.el (message-setup-1): Always generate References first.
6000 (message-mail): Return the return value of message-setup, not always t.
6001 (message-setup-1): Insert mail-header-separator with read-only and
6002 intangible properties set.
6003
6004 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6005 user-date in docstring.
6006
6007 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6008
6009 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6010 docstring.
6011
6012 * gnus.el (gnus-user-date-format-alist): Change default value.
6013 Use defcustom, with type and group. Move from gnus-util.el.
6014 Rename to gnus-summary-user-date-format-alist.
6015
6016 2011-02-03 Glenn Morris <rgm@gnu.org>
6017
6018 * nnimap.el (gnus-fetch-headers): Declare.
6019
6020 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6021
6022 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6023
6024 * message.el (message-forward-make-body-digest-plain)
6025 (message-followup, message-reply): Clean up things noted by Stefan.
6026
6027 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6028 gnus-article-update-date-headers is nil.
6029 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6030 it didn't really work with defcustom.
6031 (article-update-date-lapsed): Make sure the window start doesn't move,
6032 either.
6033
6034 2011-02-01 Julien Danjou <julien@danjou.info>
6035
6036 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6037 format.
6038
6039 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6040 standard in Emacs nowadays.
6041
6042 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * message.el (message-expand-name): Don't trust the return value of
6045 bbdb-complete-name.
6046 (message-check-news-header-syntax): Remove unused var `start'.
6047 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6048 (message-inhibit-body-encoding): Move to before first use.
6049 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6050 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6051 (Organization, Message-ID, Date, mh-previous-window-config):
6052 Defvar the vars using dynamic scoping.
6053
6054 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6055
6056 * shr.el (shr-render-td): Only do colors at the final rendering.
6057 Should be slightly faster.
6058 (shr-insert-table): Fix up TD background colors when doing the
6059 vertical padding.
6060
6061 * gnus-art.el (article-date-ut): Protect against articles with no Date
6062 header.
6063 (article-update-date-lapsed): Don't use current-column to find the
6064 horizontal position. It's fragile in the presence of \003 characters.
6065
6066 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6067
6068 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6069
6070 * gnus-art.el (article-transform-date): Rewrite to still work when
6071 there are several rfc2822 parts.
6072 (article-transform-date): Fix infinite recursion.
6073 (article-date-ut): Replace infinitely many Date headers with a single
6074 one when called interactively.
6075
6076 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6077 secure manner.
6078
6079 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6080 move around by not using save-window-excursion. It seems to work...
6081
6082 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6083
6084 * gnus-art.el (article-make-date-line): Work for user-defined format.
6085
6086 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6087
6088 * nntp.el (nntp-retrieve-group-data-early)
6089 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6090 fetching functions.
6091
6092 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6093 thoroughly for all backends that have no known groups. This should
6094 allow new nnml methods to retrieve mail.
6095
6096 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6097 that Gnus doesn't know exists again.
6098
6099 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6100 (gnus-treat-date-ut): Ditto.
6101 (gnus-article-update-date-header): Rename.
6102 (gnus-treat-date-local): Remove.
6103 (gnus-treat-date-english): Remove.
6104 (gnus-treat-date-lapsed): Remove.
6105 (gnus-treat-date-combined-lapsed): Remove.
6106 (gnus-treat-date-original): Remove.
6107 (gnus-treat-date-iso8601): Remove.
6108 (gnus-treat-date-user-defined): Remove.
6109 (gnus-article-date-headers): New variable to control all the date
6110 header options.
6111 (article-date-ut): Rewrite to allow using the new way to format date
6112 headers(s).
6113
6114 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6115
6116 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6117 method.
6118 (nnmail-article-group): A better test for fanciness.
6119
6120 * nnimap.el (nnimap-request-head): Protect against not finding the
6121 article by Message-ID.
6122
6123 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6124
6125 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6126 keep point at the "same place".
6127
6128 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6129
6130 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6131 data if the group is inactive.
6132
6133 2011-01-28 Julien Danjou <julien@danjou.info>
6134
6135 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6136 (gnus-all-windows-visible-p): Remove old compatibility code.
6137 (gnus-window-top-edge): Add docstring.
6138
6139 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6140
6141 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6142
6143 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6144 older request-update-info.
6145
6146 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6147
6148 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6149
6150 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6151 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6152
6153 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6154
6155 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6156 groups. This makes the nndraft:queue group pop up if it's not already
6157 there.
6158
6159 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6160 messages" logic, which was reversed.
6161
6162 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6163 the "same place" even if point is on the line being replaced.
6164 (article-update-date-lapsed): Allow updating both the combined lapsed
6165 and the lapsed headers.
6166 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6167 (article-make-date-line): Limit the number of segments dynamically to
6168 avoid too-long lines.
6169
6170 2011-01-27 Julien Danjou <julien@danjou.info>
6171
6172 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6173 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6174
6175 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6176
6177 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6178 Use plist-get instead of the cl function getf.
6179
6180 2011-01-27 Glenn Morris <rgm@gnu.org>
6181
6182 * gnus-util.el (float-time): Get rid of compiler warning, again.
6183
6184 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6185
6186 * shr.el (shr-put-color): Special-case background colors: Do put them
6187 at the blank parts at the front of the lines.
6188
6189 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6190 exit hook to nix out all data on readedness on group exit.
6191
6192 * gnus-util.el (float-time): If float-time is bound, always use it on
6193 all Emacsen. It's unclear why the subrp check was there.
6194 (time-date): Require to make some autoload issues on XEmacs go away.
6195
6196 * shr.el (shr-put-color): Don't do the box padding in tables, since
6197 they're already padded.
6198
6199 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6200
6201 * gnus-art.el (gnus-article-next-page): When the last line of the
6202 article is displayed, scroll down once more instead of going to the
6203 next article at once.
6204 (article-lapsed-string): Refactor out and allow specifying how many
6205 segments you want.
6206 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6207 (gnus-article-update-lapsed-header): New variable.
6208
6209 * shr.el: Revert change that made headings use different-sized faces.
6210 The Emacs display engine isn't advanced enough that, for instance,
6211 tables can comfortably use differently-sized faces.
6212
6213 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6214
6215 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6216 used.
6217 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6218 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6219 we're using an encrypted connection.
6220
6221 * proto-stream.el: Alter the interface functions to also return the
6222 actual stream type used: network or TLS.
6223
6224 2011-01-25 Julien Danjou <julien@danjou.info>
6225
6226 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6227 (mm-display-javascript-inline): New function.
6228
6229 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6230 viewing function.
6231
6232 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6233
6234 * shr.el (shr-expand-newlines): Fix variable name.
6235
6236 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6237
6238 * shr.el (shr-expand-newlines): Make nested boxes work.
6239
6240 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6241
6242 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6243 backgrounds.
6244 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6245 in a more sensible manner.
6246
6247 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6248
6249 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6250 if EPG is loaded.
6251
6252 2011-01-24 Julien Danjou <julien@danjou.info>
6253
6254 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6255 tags.
6256
6257 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6258
6259 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6260 commands.
6261
6262 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6263 in the article buffer.
6264 (gnus-gravatar-insert): Use blank space from the current buffer to
6265 avoid breaking text properties. This makes X-Sent updating work again.
6266
6267 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6268
6269 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6270
6271 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6272 fix the bug in url-http.el instead.
6273
6274 * shr.el (shr-image-fetched): Ditto.
6275
6276 * shr.el (shr-image-fetched): Avoid having point move in the article
6277 buffer.
6278
6279 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6280 buffer after being called. It's apparently being killed by url.el, and
6281 killing it made point move to end-of-buffer in a random buffer.
6282
6283 * shr.el (shr-image-fetched): Ditto.
6284
6285 2011-01-23 Julien Danjou <julien@danjou.info>
6286
6287 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6288
6289 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6290 text/x-org.
6291
6292 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6293
6294 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6295 (i.e., nnimap) returning nil as the article number.
6296
6297 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6298
6299 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6300 "DelSp" parameter in RFC3676.
6301
6302 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6303
6304 * message.el (message-check-recipients): Display the encoded version of
6305 the bogus address if they differ.
6306
6307 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6308 after sending.
6309
6310 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6311
6312 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6313
6314 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6315 group buffer after sending the queue.
6316
6317 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6318
6319 2011-01-22 Julien Danjou <julien@danjou.info>
6320
6321 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6322
6323 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6324
6325 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6326 nested related parts.
6327
6328 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6329 unexpired articles. This fixes the regression that led expiry marks to
6330 disappear from nnfolder groups.
6331
6332 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6333
6334 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6335 Don't confuse the "ret" of "retrograde" with RET.
6336
6337 2011-01-21 Julien Danjou <julien@danjou.info>
6338
6339 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6340 than mm-insert-inline.
6341
6342 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6343
6344 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6345 Widen article buffer.
6346
6347 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6348
6349 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6350 the temp buffer.
6351 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6352
6353 2011-01-20 Julien Danjou <julien@danjou.info>
6354
6355 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6356
6357 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6358 than mm-insert-inline to insert inline part: this respect
6359 mm-inline-media-tests displayers.
6360
6361 * mm-view.el (mm-display-shell-script-inline): New function.
6362
6363 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6364
6365 * mm-uu.el (mm-uu-type-alist): Add org block.
6366 (mm-uu-org-src-code-block-extract): New function.
6367
6368 * mm-view.el (mm-display-org-inline): New function.
6369
6370 * mm-decode.el (mm-automatic-display): Add text/org.
6371
6372 * mailcap.el (mailcap-mime-extensions): Add .org.
6373
6374 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6375
6376 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6377 gnus-article-add-buttons.
6378
6379 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6380
6381 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6382 From header with a date and "nobody" as the sender.
6383
6384 2011-01-19 Julien Danjou <julien@danjou.info>
6385
6386 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6387 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6388 if you have the same regexp several times.
6389 (gnus-button-push): Fix matching when regexp is symbol.
6390
6391 2011-01-15 Glenn Morris <rgm@gnu.org>
6392
6393 * message.el (message-mail): A compose-mail function should
6394 accept headers as strings.
6395
6396 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6397
6398 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6399 Add :vert-only tags.
6400 (message-mail): New arg RETURN-ACTION.
6401 (message-return-action): New var.
6402 (message-bury): Use it.
6403 (message-mode): Make it buffer-local.
6404 (message-send-and-exit): Always call message-bury.
6405
6406 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6407 message-mail.
6408
6409 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6410
6411 * nnimap.el (nnimap-convert-partial-article): Protect against
6412 zero-length body parts.
6413
6414 * mm-decode.el (mm-preferred-alternative-precedence):
6415 Discourage showing empty parts.
6416
6417 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6418 and stuff if the backend didn't return the article number. This fixes
6419 an Exchange-related nnimap bug.
6420
6421 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6422 group window, because it does the wrong thing when a separate frame
6423 displays the group buffer.
6424
6425 * proto-stream.el (open-protocol-stream): Protect against the low-level
6426 transport functions returning nil.
6427
6428 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6429
6430 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6431 (mml2015-epg-find-usable-secret-key): New function.
6432 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6433 mml2015-epg-find-usable-key (Bug#7797).
6434 (mml2015-epg-encrypt): Ditto.
6435
6436 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6437
6438 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6439
6440 2011-01-03 Glenn Morris <rgm@gnu.org>
6441
6442 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6443
6444 * sieve.el (sieve-open-server): Give a more explicit error if
6445 sieve-manage-open returns nil. (Bug#7720)
6446
6447 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6448
6449 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6450
6451 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6452
6453 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6454 This avoids sending passwords in plain text over non-encrypted
6455 channels.
6456
6457 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6458
6459 * nnimap.el (nnimap-login): Refactored out into own function, and
6460 implement CRAM-MD5.
6461 (nnimap-wait-for-line): Refactored out.
6462
6463 * mm-view.el (mml-smime): Require.
6464
6465 2010-12-20 David Engster <deng@eml.cc>
6466
6467 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6468 use EPG to decrypt S/MIME messages instead of openssl.
6469
6470 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6471
6472 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6473
6474 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6475 status is the group clearly is unreachable.
6476
6477 * auth-source.el (auth-source-create): Add the optional second
6478 parameter to `local-variable-p' to be compatible with XEmacs.
6479
6480 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6481
6482 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6483 work when using a compressed nnml folder.
6484
6485 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6486
6487 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6488 backends after sanitising on entry, because this never makes sense:
6489 If the articles have gone missing, then the data no longer exists on
6490 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6491 overwrite anything anyway.
6492
6493 * shr.el (shr-insert-document): Bind shr-width dynamically to
6494 window-width if it's nil.
6495
6496 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6497
6498 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6499 with the meaning of using the full emacs window width for rendering.
6500
6501 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6502
6503 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6504 case when sender is not given.
6505
6506 2010-12-23 Julien Danjou <julien@danjou.info>
6507
6508 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6509 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6510 the addresses, otherwise we might misplaced the gravatar.
6511
6512 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6513
6514 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6515 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6516 obsolete in Emacs.
6517
6518 2010-12-20 Julien Danjou <julien@danjou.info>
6519
6520 * gnus-util.el (gnus-rescale-image): Revert last change.
6521
6522 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6523
6524 * gnus-group.el (gnus-group-delete-articles): New command.
6525
6526 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6527
6528 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6529
6530 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6531
6532 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6533 here, since it's up to the backends to do CRLF removal if their
6534 protocol has it.
6535
6536 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6537
6538 2010-12-17 Julien Danjou <julien@danjou.info>
6539
6540 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6541 they are from file. Can also scale up.
6542
6543 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6544
6545 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6546 Restore gnus-use-agent.
6547 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6548
6549 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6550
6551 2010-12-17 Julien Danjou <julien@danjou.info>
6552
6553 * gravatar.el (gravatar-retrieve-synchronously): New function.
6554 (gravatar-get-data): Make more robust.
6555
6556 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6557
6558 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6559 to really consider the last line.
6560
6561 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6562
6563 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6564 list of recipient keys, or use symmetric encryption if not a list.
6565 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6566 EPA override, replacing the call to `netrc-store-data'.
6567
6568 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6569
6570 * gnus-srvr.el: Avoid passing nil regexp argument to
6571 delete-matching-lines.
6572
6573 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6574
6575 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6576 fetching stops when Gnus exits.
6577
6578 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6579 function.
6580 (nnfolder-request-expire-articles): Save all the buffers after doing
6581 expiry.
6582
6583 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6584 the last article", since that led to serious performance regressions
6585 when expiring nnml groups.
6586
6587 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6588
6589 * nnir.el: Improve customizations.
6590
6591 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6592
6593 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6594
6595 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6596 group has been killed.
6597 (gnus-group-yank-group): Ditto.
6598
6599 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6600
6601 * nnimap.el (nnimap-request-update-group-status): New function.
6602
6603 * gnus-int.el (gnus-request-update-group-status): New interface
6604 function.
6605
6606 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6607 copying read-ness to the backends.
6608
6609 * nnimap.el (nnimap-quirk): New function.
6610 (nnimap-retrieve-group-data-early): Use it.
6611 (nnimap-quirks): New alist.
6612
6613 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6614
6615 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6616 don't delete it within indentation.
6617
6618 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6619
6620 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6621 previous line.
6622
6623 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6624
6625 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6626 QRESYNC command by deleting a superfluous space which broke Cyrus
6627 servers. This change will break other servers that are buggy the other
6628 way around.
6629
6630 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6631
6632 * spam.el: Reindent and fix long lines.
6633 (spam-copy-or-move-routine): Exclude invalid move destinations.
6634
6635 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6636
6637 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6638 installed the registry.
6639
6640 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6641
6642 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6643 groupname doesn't contain "gmane".
6644
6645 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6646
6647 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6648 (gnus-1): Don't create the nndrafts group twice.
6649 (gnus-setup-news): There's no need to read the active file here, since
6650 that's done again later on a per-backend basis.
6651 (gnus-start-draft-setup): Make sure that the new group is started out
6652 empty.
6653
6654 * gnus-agent.el (gnus-agentize): Don't create the queue group
6655 automatically on startup. It'll be created later, if needed.
6656
6657 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6658 of automatically subscribed groups.
6659 (gnus-auto-subscribed-categories): New variable.
6660 (gnus-matches-options-n): Use it.
6661 (gnus-default-subscribed-newsgroups): Remove unused variable.
6662 (gnus-start-draft-setup): Message a bit less.
6663
6664 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6665
6666 * nnir.el (nnir-run-imap): Return article list in order of increasing
6667 UID.
6668
6669 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6670
6671 * gnus-sum.el (gnus-summary-enter-digest-group):
6672 Mention gnus-auto-select-on-ephemeral-exit.
6673
6674 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6675 convention of the network-only option.
6676
6677 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6678
6679 * proto-stream.el (proto-stream-open-network-only): New function to
6680 have a way to specify non-STARTTLS upgrade connections.
6681
6682 2010-12-10 Julien Danjou <julien@danjou.info>
6683
6684 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6685 email address is nil.
6686
6687 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6688
6689 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6690
6691 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6692 deletion.
6693 (nnir-run-imap): Only need to parse list once.
6694
6695 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6696
6697 * shr.el (shr-tag-script): Ignore <script>.
6698 (shr-tag-label): Add <label> support.
6699
6700 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6701
6702 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6703
6704 * shr.el (shr-image-displayer): Work for images lined side by side.
6705
6706 2010-12-08 Robert Pluim <rpluim@gmail.com>
6707
6708 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6709 parameter, since XEmacs doesn't accept t as a parameter.
6710
6711 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6712
6713 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6714 ids.
6715 (nnir-run-gmane): Simplify groupspec formatting.
6716 (nnir-request-expire-articles): New function.
6717
6718 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6719
6720 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6721 overflow, possibly.
6722
6723 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6724 (shr-render-td): Handle td style="" better.
6725 (shr-tag-table): Use the color from the style sheet.
6726 (shr-render-td): Make sure we copy over all the overlays, too.
6727
6728 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6729
6730 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6731 (nnir-request-article): Improve article retrieval.
6732
6733 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6734
6735 * mm-util.el (mm-extra-numeric-entities): New variable.
6736
6737 * mm-url.el (mm-url-decode-entities):
6738 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6739
6740 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6741
6742 * message.el: Use completion-at-point.
6743 (message-completion-function): New fun, extracted from message-tab.
6744 (message-mode): Use it for completion-at-point-functions.
6745 (message-tab): Use it and completion-at-point.
6746
6747 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6748
6749 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6750 character if a non-breakable character follows.
6751
6752 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6753
6754 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6755 any stream.
6756
6757 * shr.el (shr-tag-font): Colorize the region.
6758 (shr-tag-body): Ditto.
6759 (shr-tag-font): Actually let the styles be inherited instead of
6760 overwriting them.
6761 (shr-tag-font): Get the background color right.
6762 (shr-tag-style): Ignore all <style> tags for the moment.
6763
6764 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6765 a Message-ID to avoid having nnimap depend on gnus-sum.
6766
6767 * shr.el (shr-descend): Only colorize something if we have a node that
6768 sets colors.
6769
6770 2010-12-06 Julien Danjou <julien@danjou.info>
6771
6772 * shr.el (shr-render-td): Render td content with shr-descend, so style
6773 will be applied to <td> too.
6774 (shr-colorize-region): Colorize region even if we only have a background.
6775 (shr-tag-body): Fix color and background color inheritance.
6776 Do not recolorize after shr-generic.
6777 (shr-tag-font): Let shr-generic colorize via inheritance.
6778
6779 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6780
6781 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6782
6783 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6784
6785 * nnir.el (nnir-request-move-article): Remove obsolete code.
6786
6787 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6788
6789 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6790
6791 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6792
6793 * gnus-sum.el (gnus-summary-respool-article): The completion function
6794 expects a list instead of an alist.
6795
6796 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6797 string as the parameter.
6798
6799 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6800
6801 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6802 styles.
6803 (shr-colorize-region): New function.
6804 (shr-insert-background-overlay): Remove.
6805 (shr-render-td): Background setting should be taken care of on a higher
6806 level.
6807 (shr-tag-body): Use post-hoc colorizations.
6808 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6809 (shr-put-color-1): Don't overwrite old colors.
6810 (shr-colorize-region): When the background color isn't explicit, use
6811 a fixed background.
6812
6813 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6814 nnmail variables.
6815
6816 2010-12-05 Bjørn Mork <bjorn@mork.no>
6817
6818 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6819 unless necessary.
6820
6821 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6822
6823 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6824 server.
6825
6826 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6827
6828 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6829 so that TAB works.
6830
6831 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6832 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6833
6834 * shr.el (shr-urlify): Show the URL before the title to avoid
6835 misleading URLs.
6836
6837 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
6838
6839 * shr.el (shr-urlify): Display the title in <a> tags.
6840
6841 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
6842
6843 * nnir.el (nnir-categorize): Replace mapcar with mapc.
6844
6845 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
6846
6847 * nnir.el: Rearrange code to allow macros to be autoloaded by
6848 gnus-sum.el.
6849 (nnir-retrieve-headers-override-function): Make this variable
6850 customizable.
6851 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6852
6853 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6854 from nnir.el.
6855
6856 2010-12-03 Julien Danjou <julien@danjou.info>
6857
6858 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6859
6860 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6861
6862 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6863 allow optional argument `environment'.
6864
6865 2010-12-03 Glenn Morris <rgm@gnu.org>
6866
6867 * mm-extern.el (message-goto-body): Update declaration.
6868
6869 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6870
6871 * gnus-util.el (gnus-macroexpand-all): New function.
6872
6873 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6874 instead of macroexpand-all that is unavailable in XEmacs.
6875
6876 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
6877
6878 * nnir.el (nnir-summary-line-format): New variable.
6879 (nnir-mode): Use it.
6880 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6881 (nnir-article-ids): Reimplement as defsubst.
6882 (nnir-retrieve-headers): Don't mangle the subject header.
6883 (nnir-run-imap): Use 100 as RSV score.
6884 (nnir-run-find-grep): Fix for full server searching.
6885 (nnir-run-gmane): Better restriction to gmane groups.
6886
6887 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6888 summary buffers.
6889
6890 2010-12-02 Julien Danjou <julien@danjou.info>
6891
6892 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6893
6894 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6895
6896 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6897 support.
6898
6899 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
6900
6901 * nnir.el: Update to handle the registry better.
6902 (autoload): Silence byte-compiler.
6903 (nnir-open-server): Add a hook for nnir groups.
6904 (nnir-request-move-article): Don't mangle the header. Better to use
6905 formatting variables (which will be added in the future).
6906 (nnir-registry-action): Update the registry using the original article
6907 group name.
6908 (nnir-mode): Install nnir-specific hooks for updating the registry.
6909
6910 * gnus-sum.el
6911 (gnus-article-original-subject,gnus-newsgroup-original-name):
6912 Remove obsolete variables.
6913 (gnus-summary-move-article): Remove use of obsolete variables.
6914 (gnus-summary-local-variables): Make move and delete hooks local to
6915 summary buffers.
6916
6917 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6918
6919 * rtree.el: New file.
6920
6921 2010-12-01 Julien Danjou <julien@danjou.info>
6922
6923 * message.el (message-user-organization): Do not use
6924 gnus-local-organization.
6925
6926 * gnus.el: Remove gnus-local-organization.
6927
6928 * gnus-msg.el: Remove nastygram thing.
6929
6930 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
6931
6932 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6933 funcall.
6934
6935 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
6936
6937 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6938 names.
6939
6940 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6941 characters.
6942
6943 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6944 to t of inhibit-read-only since it is inside gnus-with-article-headers.
6945 Suggested by Štěpán Němec <stepnem@gmail.com>.
6946 (gnus-gravatar-transform-address): Use mail-extract-address-components
6947 that supports non-ASCII names rather than mail-header-parse-addresses.
6948
6949 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6950
6951 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6952 handled by the network handler.
6953
6954 2010-11-30 Julien Danjou <julien@danjou.info>
6955
6956 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6957 (nnimap-open-connection-1): Fix PREAUTH.
6958
6959 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6960
6961 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6962
6963 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6964 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6965 (shr-insert): Use them.
6966 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6967
6968 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6969
6970 * nnir.el (nnir-request-move-article): Bail out if original group
6971 doesn't support article moves.
6972 (nnir-get-active): Improve active list retrieval.
6973
6974 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6975
6976 * shr.el (shr-find-fill-point): Don't break before apostrophes.
6977
6978 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
6979
6980 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6981 seem to accept strings-with-numbers as port numbers.
6982
6983 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6984
6985 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6986 change the registry.
6987
6988 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6989
6990 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6991 delete-dups that is not available in XEmacs 21.4.
6992
6993 * mm-util.el (mm-delete-duplicates): Add comment.
6994
6995 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
6996
6997 * nnir.el (nnir-ignored-newsgroups): New variable.
6998 (nnir-get-active): Use it.
6999
7000 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7001
7002 * proto-stream.el (proto-stream-open-network): Add some comments.
7003
7004 * nntp.el (nntp-open-connection): Provide a :success condition.
7005
7006 * nnimap.el (nnimap-open-connection-1): Ditto.
7007
7008 * proto-stream.el (proto-stream-open-network): See what the response to
7009 the STARTTLS command is.
7010
7011 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7012 backwards compatibility).
7013 (nnimap-open-connection-1): Really respect nnimap-server-port.
7014
7015 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7016 TLS upgrades we don't really care about the identity of the peer.
7017 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7018 that what we've checked for.
7019 (proto-stream-always-use-starttls): Only default to t if
7020 open-gnutls-stream exists.
7021 (proto-stream-open-network): If STARTTLS failed, then just open a
7022 normal connection.
7023 (proto-stream-open-network): Wait until the greeting before doing
7024 STARTTLS.
7025
7026 * nntp.el (nntp-open-connection): Report what the connection error is.
7027
7028 * proto-stream.el (open-protocol-stream): Rename from
7029 open-proto-stream.
7030
7031 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7032
7033 * nnimap.el (nnimap-stream): Change default to `undecided'.
7034 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7035 first, and then network.
7036 (nnimap-open-connection-1): Respect nnimap-server-port.
7037 (nnimap-open-connection): Be more backwards-compatible.
7038
7039 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7040 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7041 (proto-stream-open-starttls): Folded back into the main function.
7042 (proto-stream-open-network): Fix typo in the GnuTLS path.
7043 (proto-stream-command): Refactor out.
7044
7045 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7046
7047 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7048 starttls.el STARTTLS.
7049
7050 * color.el (color-lab->srgb): Fix function call name.
7051
7052 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7053 if we're using tls.el.
7054 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7055 built in, then don't try to establish a STARTTLS connection.
7056
7057 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7058 servers.
7059
7060 * proto-stream.el (open-proto-stream): Use network, not stream.
7061 (open-proto-stream): Add a way to specify what the end of a command is.
7062
7063 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7064 connections types.
7065 (nntp-open-network-stream): Remove.
7066 (nntp-open-ssl-stream): Remove.
7067 (nntp-open-tls-stream): Remove.
7068 (nntp-ssl-program): Remove.
7069
7070 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7071
7072 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7073
7074 * nnir.el: Fix typos.
7075 (nnir-retrieve-headers-override-function): Rename variable to reflect
7076 new semantics.
7077 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7078 macros.
7079 (nnir-request-article, nnir-request-move-article): Use them.
7080 (nnir-categorize): New function.
7081 (nnir-run-query): Use it.
7082 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7083 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7084 sorted.
7085 (nnir-group-full-name): Use gnus-group-full-name instead.
7086 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7087 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7088
7089 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7090
7091 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7092
7093 * proto-stream.el: New library to provide protocol-specific
7094 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7095 protocols.
7096 (open-proto-stream): Complete the documentation.
7097 (proto-stream-open-network): Fix some typos.
7098
7099 * nnimap.el (nnimap-open-connection): Use it.
7100
7101 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7102
7103 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7104 negotiation.
7105
7106 2010-11-26 Julien Danjou <julien@danjou.info>
7107
7108 * color.el: Rename various rgb functions to srgb.
7109
7110 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7111
7112 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7113 names.
7114
7115 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7116
7117 * shr.el (shr-insert): Revert last change.
7118 (shr-find-fill-point): Never leave point being at bol;
7119 relax the kinsoku limitation when rendering tables.
7120
7121 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7122
7123 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7124 results from -accept-article.
7125
7126 * shr-color.el: Require cl when compiling.
7127
7128 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7129 checkin.
7130
7131 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7132
7133 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7134
7135 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7136 'add and 'delete to set backend marks.
7137
7138 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7139
7140 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7141
7142 * nntp.el (nntp-request-set-mark): Use it.
7143
7144 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7145
7146 * nnml.el (nnml-request-set-mark): Ditto.
7147
7148 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7149 introduces regressions in article selection.
7150 (nnimap-find-uid-response): New function.
7151 (nnimap-request-accept-article): Use the UID returned, if any.
7152 (nnimap-request-move-article): Use the UID returned, if any.
7153 (nnimap-get-groups): Reimplement to work with folded lines.
7154 (nnimap-find-uid-response): The UID is the last element in the list.
7155 (nnimap-request-set-mark): Extend syntax with 'set.
7156
7157 * nnml.el (nnml-request-set-mark): Ditto.
7158
7159 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7160
7161 * nntp.el (nntp-request-set-mark): Ditto.
7162
7163 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7164
7165 * message.el (message-called-interactively-p): A temporary macro.
7166 (message-goto-body): Use it temporarily.
7167
7168 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7169
7170 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7171 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7172 (nnimap-last-response-string): Fix last unfolding fix.
7173
7174 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7175
7176 * shr.el (shr-insert): Fix the way to fold lines.
7177
7178 2010-11-25 Julien Danjou <julien@danjou.info>
7179
7180 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7181
7182 * color.el: Rename from color-lab.el
7183 (color-rgb->hex): Add.
7184 (color-complement): Add.
7185 (color-complement-hex): Add.
7186
7187 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7188
7189 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7190
7191 * shr-color.el (shr-color-visible): Don't bug out if the color names
7192 don't exist.
7193
7194 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7195
7196 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7197 assuming that article displaying or another mml-preview may be
7198 interrupted for an error or for the like.
7199
7200 * shr.el (shr-get-background): Fix argument name.
7201
7202 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7203
7204 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7205
7206 * gnus-sum.el (gnus-summary-include-articles): New function.
7207
7208 * message.el (message-goto-body): called-interactively-p needs a
7209 parameter, so use `any'.
7210
7211 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7212 clear marks before moving, since they're synced from the Gnus side
7213 first.
7214
7215 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7216 (gnus-summary-move-article): Copy over all marks before moving, so that
7217 IMAP doesn't think a new article has arrived.
7218
7219 2010-11-24 Julien Danjou <julien@danjou.info>
7220
7221 * shr.el (shr-insert-background-overlay): Fix typo.
7222 (shr-render-td): Copy the background before rendering.
7223
7224 * shr-color.el (shr-color-visible): Fix docstring.
7225
7226 * shr.el (shr-tag-table): Add bgcolor support.
7227 (shr-render-td): Add bgcolor support.
7228 (shr-get-background): Add.
7229 (shr-insert-foreground-overlay): Use shr-get-background.
7230
7231 * message.el (message-goto-body): Use called-interactively-p.
7232 (message-in-body-p): message-goto-body returns point.
7233
7234 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7235
7236 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7237 Fixes something or other in Emacs 23, and is backwards compatible.
7238
7239 * message.el (message-goto-body): Remove the <#secure special-casing,
7240 which is too special.
7241
7242 * shr.el (shr-parse-style): Drop !important from styles.
7243
7244 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7245
7246 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7247 this function to return incorrect results when calling it with an
7248 explicit article argument different from
7249 (gnus-summary-article-number).
7250
7251 2010-11-24 Julien Danjou <julien@danjou.info>
7252
7253 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7254 (shr-tag-body): Add background support.
7255 (shr-descend): Add background support.
7256 (shr-tag-title): Add.
7257
7258 * shr-color.el (shr-color-visible): Really return original background
7259 if fixed.
7260
7261 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7262
7263 * shr.el (shr-color-check): Protect against non-existent color names.
7264
7265 2010-11-24 Julien Danjou <julien@danjou.info>
7266
7267 * color-lab.el: Require 'cl when compiling.
7268
7269 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7270
7271 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7272 matched part.
7273
7274 * color-lab.el: Fix all expt calls to use float type.
7275
7276 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7277
7278 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7279 expression to shr-color-check as is.
7280
7281 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7282
7283 * color-lab.el: Add coding cookie.
7284 (float-pi): Use eval-and-compile.
7285
7286 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7287
7288 * shr.el (shr-insert-color-overlay): Split stuff like
7289 "#444444 !important" to find the real color.
7290 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7291 parse <font color="red"> entries.
7292
7293 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7294
7295 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7296 point when parsing headers.
7297
7298 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7299 is positioned properly when parsing headers.
7300
7301 2010-11-23 Julien Danjou <julien@danjou.info>
7302
7303 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7304
7305 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7306
7307 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7308
7309 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7310 Use shr-color-hue-to-rgb.
7311 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7312
7313 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7314
7315 * shr.el (shr-color->hexadecimal): Autoload.
7316 (shr-descend): Add color to all tags.
7317
7318 2010-11-22 Julien Danjou <julien@danjou.info>
7319
7320 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7321 shr-color->hexadecimal.
7322
7323 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7324 RGB() or HSL() color representation.
7325
7326 * shr.el (shr-tag-font): Add.
7327 (shr-tag-color-check): New function to get better colors.
7328 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7329 tag-span.
7330
7331 * shr-color.el: New file.
7332
7333 * color-lab.el: New file.
7334
7335 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7336
7337 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7338
7339 * nnir.el: Fix typo in comments.
7340 (nnir-run-imap): Simplify code. No need to reverse artlist.
7341 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7342
7343 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7344
7345 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7346
7347 * nnimap.el (nnimap-get-capabilities): Refactor out.
7348 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7349
7350 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7351
7352 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7353 appearing when `mm-uu-hide-markers' is nil.
7354
7355 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7356
7357 * nnimap.el (nnimap-unselect-group): Make into its own function.
7358 (nnimap-request-rename-group): Unselect group before renaming.
7359 This had gotten lost somewhere.
7360 (nnimap-request-accept-article): Keep track of examined groups, and
7361 unselect the group before APPENDing to read-only groups.
7362 (nnimap-request-move-article): Clear flags before moving so that they
7363 can be re-set later.
7364
7365 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7366
7367 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7368 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7369
7370 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7371
7372 * gnus-art.el (gnus-mime-display-single):
7373 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7374 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7375 parameter.
7376
7377 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7378
7379 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7380 (shr-table-vertical-line): New variable.
7381 (shr-insert-table): Use it.
7382
7383 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7384
7385 * gnus-html.el (gnus-html-wash-images): Don't display images if
7386 gnus-inhibit-images is non-nil; register displayer for cid images.
7387 (gnus-html-display-image): Work for cid image.
7388 (gnus-html-insert-image): Allow arguments.
7389 (gnus-html-put-image): Inhibit read-only.
7390 (gnus-html-prefetch-images): Don't prefetch images if
7391 gnus-inhibit-images is non-nil.
7392
7393 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7394
7395 * shr.el (shr-put-image): Break lines when inserting big pictures.
7396
7397 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7398
7399 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7400 sender, thanks Katsumi Yamaoka.
7401
7402 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7403
7404 * nnir.el (nnir-run-imap): Reverse the article list for each group
7405 rather than the whole list.
7406
7407 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7408
7409 * shr.el (shr-image-displayer): Protect function against non-existent
7410 image source.
7411
7412 * gnus-art.el (gnus-inhibit-images): New user option.
7413 (gnus-mime-display-single): Don't display image if it is non-nil.
7414
7415 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7416 gnus-inhibit-images.
7417
7418 * shr.el (shr-image-displayer): New function.
7419 (shr-tag-img): Use it.
7420
7421 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7422
7423 * mml2015.el (mml2015-epg-sign): Use From header.
7424
7425 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7426
7427 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7428
7429 * gnus-util.el (gnus-find-text-property-region): Return markers.
7430
7431 * shr.el (shr-tag-img): Put a displayer in the text property.
7432
7433 * gnus-util.el (gnus-find-text-property-region): New utility function.
7434
7435 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7436 (gnus-html-show-images): Remove.
7437
7438 * gnus-art.el (gnus-article-show-images): New, more general function.
7439
7440 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7441 image url text properties.
7442
7443 * shr.el: Ditto.
7444
7445 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7446 gnus-agent-auto-agentize-methods is set. Which it isn't.
7447
7448 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7449
7450 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7451 work for two or more articles.
7452
7453 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7454
7455 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7456 divide an image that's in an html article to two or more when washing
7457 non-ASCII characters in alt text of it.
7458
7459 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7460
7461 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7462 smime-decrypt-region using function argument.
7463 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7464
7465 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7466
7467 * smime.el (smime-decrypt-region): Catch it.
7468
7469 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * smime.el (smime-mode-map): Move initialization into declaration.
7472 (gnus-run-mode-hooks): Don't autoload.
7473 (smime-mode): Use define-derived-mode.
7474
7475 2010-11-11 Glenn Morris <rgm@gnu.org>
7476
7477 * smime.el (from): Restrict declaration to XEmacs.
7478
7479 * nnir.el (gnus-group-topic-name): Autoload.
7480
7481 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7482
7483 * shr.el (shr-insert): Don't break long line if it is because of
7484 kinsoku-bol characters in the line end.
7485
7486 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7487
7488 * nnir.el (nnir-request-move-article): Fix to provide original group
7489 and subject.
7490 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7491 been retrieved.
7492
7493 * gnus-sum.el (gnus-summary-move-article): Use original group and
7494 subject for virtual articles such as those in an nnir summary buffer.
7495
7496 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7497
7498 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7499 least 21.5).
7500
7501 * smime.el (from): Declare it again for XEmacs.
7502
7503 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7504
7505 * message.el (message-resend): Don't disable encoding unless it's
7506 already encoded.
7507
7508 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7509 low-numbered articles.
7510
7511 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7512
7513 * rfc2047.el (rfc2047-syntax-table): Simplify.
7514
7515 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7516 set-char-table-range for XEmacs.
7517
7518 2010-11-10 Glenn Morris <rgm@gnu.org>
7519
7520 * smime.el (from): Remove unused declaration.
7521
7522 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7523 (gnus-float-time): On Emacs, always an alias.
7524
7525 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7526 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7527
7528 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7529
7530 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7531
7532 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7533
7534 * shr.el (browse-url-mailto): Autoload.
7535
7536 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7537
7538 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7539 regexp doesn't need quoting.
7540
7541 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7542
7543 * message.el (message-subject-trailing-was-ask-regexp)
7544 (message-subject-trailing-was-regexp): Match was: in addition to was.
7545
7546 2010-11-09 Glenn Morris <rgm@gnu.org>
7547
7548 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7549 (nnbabyl-check-mbox): Use point-at-bol.
7550
7551 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7552
7553 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7554
7555 * message.el (message-mailto): New function.
7556 (message-mailto): Should accept other parameters.
7557 (message-mailto): Remove since it duplicates browse-url-mailto
7558 functionality.
7559
7560 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7561
7562 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7563 methods.
7564 (gnus-read-active-file): Ditto.
7565
7566 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7567 ": " from the prompt.
7568 (gnus-group-make-group): Ditto.
7569
7570 2010-11-07 Glenn Morris <rgm@gnu.org>
7571
7572 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7573 (gnus-bookmark-kill-line): Use point-at-eol.
7574
7575 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7576
7577 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7578 asterisks in From header.
7579
7580 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7581
7582 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7583 string to avoid making the From headers syntactically invalid.
7584
7585 * message.el (message-send-mail): Don't insert courtesy messages if the
7586 message already has List-Post and List-ID messages.
7587
7588 2010-11-06 Glenn Morris <rgm@gnu.org>
7589
7590 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7591 `condition', `type', `length' a prefix.
7592 (gnus-treat-predicate): Update for above name changes.
7593
7594 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7595
7596 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7597 binding. Handled by `gnus-summary-refer-thread' instead.
7598 (nnir-warp-to-article): New backend function.
7599
7600 * nnimap.el (nnimap-request-thread): Force dependency updating.
7601
7602 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7603 (gnus-summary-refer-thread): Rework to improve thread-referral.
7604
7605 * gnus-int.el (gnus-warp-to-article): New function.
7606
7607 * gnus-sum.el (gnus-summary-article-map): Bind it.
7608
7609 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7610
7611 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7612 gnus-summary-refer-thread.
7613
7614 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7615 headers.
7616 (gnus-summary-limit-include-thread): Prevent articles in thread from
7617 being cut in gnus-cut-threads.
7618 (gnus-summary-refer-thread): Limit retrieved headers to those in
7619 thread.
7620
7621 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7622
7623 * message.el (message-send-mail): Use the value of
7624 message-courtesy-message from the message buffer.
7625
7626 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7627
7628 * shr.el (shr-browse-url): Implement mailto: URLs.
7629
7630 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7631 "raw".
7632
7633 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7634 if it's already selected.
7635
7636 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7637
7638 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7639
7640 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7641 to measure the length and truncate alt text.
7642
7643 2010-11-03 Glenn Morris <rgm@gnu.org>
7644
7645 * nndiary.el (nndiary-generate-nov-databases-1)
7646 (nndiary-generate-active-info): Rename dynamic variable `files' to
7647 something less generic.
7648
7649 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7650
7651 * nnir.el (nnir-request-move-article): Call the underlying backend to
7652 move articles from nnir.
7653
7654 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7655
7656 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7657
7658 2010-11-02 Julien Danjou <julien@danjou.info>
7659
7660 * nnir.el: Remove wais support.
7661
7662 2010-11-02 Glenn Morris <rgm@gnu.org>
7663
7664 * gnus-html.el: Reorder requirements to quieten compiler.
7665
7666 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7667
7668 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7669 properly for XEmacs as well.
7670 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7671 (gnus-article-natural-long-line-p): Use window-width rather than
7672 frame-width.
7673
7674 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7675
7676 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7677 (nnir-read-parms): Don't modify query.
7678 (nnir-run-query): Add ability to search topic on current line.
7679 (nnir-get-active): Clean up.
7680
7681 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7682
7683 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7684 degenerate articles.
7685
7686 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7687 (gnus-print-buffer): Just print the buffer as is, without any copying
7688 to a buffer and then re-highlighting.
7689
7690 * nnimap.el (nnimap-request-group): Store the new updated info.
7691 (nnimap-request-group): Select the group when we don't know whether it
7692 exists or not.
7693
7694 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7695 groups.
7696
7697 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7698 groups.
7699
7700 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7701 groups.
7702
7703 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7704 long-lines case by only filling the long lines.
7705
7706 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7707 (bug #7311).
7708
7709 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7710
7711 * shr.el: No need to declare `declare-function' since shr.el is for
7712 only Emacsen that provide `libxml-parse-html-region'.
7713
7714 2010-11-01 Glenn Morris <rgm@gnu.org>
7715
7716 * mm-util.el (gnus-completing-read): Autoload.
7717 (mm-read-coding-system): Simplify Emacs definition.
7718
7719 * nnmail.el (gnus-activate-group):
7720 * nnimap.el (gnutls-negotiate):
7721 * nntp.el (netrc-parse): Fix declarations.
7722
7723 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7724
7725 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7726 string-match-p in Emacs >=23.
7727
7728 * gnus-msg.el (gnus-configure-posting-styles):
7729 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7730
7731 2010-11-01 Glenn Morris <rgm@gnu.org>
7732
7733 * nnir.el (declare-function): Add compat stub.
7734 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7735 (nnir-run-gmane): Require 'mm-url.
7736
7737 * mm-util.el (mm-string-to-multibyte): Simplify.
7738
7739 * shr.el (declare-function): Add compat stub.
7740 (url-cache-create-filename): Declare.
7741 (mm-disable-multibyte, widget-convert-button): Autoload.
7742
7743 * smime.el (ldap-search): Declare.
7744 (smime-cert-by-ldap-1): Require ldap on Emacs.
7745
7746 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7747 (nnimap-keepalive): Use gnus-float-time.
7748
7749 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7750 (mail-source-delete-crash-box): Use gnus-float-time.
7751
7752 * gnus-dired.el (gnus-completing-read): Autoload.
7753
7754 * mm-view.el (gnus-rescale-image): Autoload.
7755
7756 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7757
7758 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7759
7760 * sieve-manage.el: Require 'cl when compiling.
7761
7762 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7763 (gnus-iswitchb-completing-read): Require iswitchb.
7764 (gnus-select-frame-set-input-focus): Silence compiler.
7765
7766 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7767
7768 * message.el (message-subject-trailing-was-query): Change default to t,
7769 since I think that's what most people want.
7770
7771 * nnimap.el (nnimap-request-accept-article): Erase buffer before
7772 appending for easier debugging.
7773 (nnimap-wait-for-connection): Take a regexp.
7774 (nnimap-request-accept-article): Wait for the continuation line before
7775 sending anything unless we're streaming.
7776
7777 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7778 leave the header washing to take place.
7779
7780 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7781
7782 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7783 regular expression match and replace in posting styles.
7784
7785 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7786
7787 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7788 an entire server.
7789 (nnir-get-active): New function.
7790 (nnir-run-imap): Use it.
7791 (nnir-run-gmane): Who knew, gmane search returns an article score!
7792
7793 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7794 server on the current line with nnir.
7795
7796 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7797
7798 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7799 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7800 left edge.
7801 (gnus-article-foldable-buffer): Skip past the prefix when determining
7802 raggedness.
7803
7804 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7805 the raw article, and change `C-u g' to show the article without doing
7806 treatments.
7807
7808 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7809 on to `gnus-treat-article'.
7810 (gnus-inhibit-article-treatments): New variable.
7811
7812 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7813
7814 * gnus-art.el (gnus-treatment-function-alist): Have
7815 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7816 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7817 sections.
7818
7819 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7820 parameter.
7821 (gnus-article-fill-cited-long-lines): New function.
7822 (gnus-article-fill-cited-article): Allow filling only long sections.
7823
7824 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7825 and non-punctuation (like after the apostrophe in "'We").
7826
7827 * gnus-sum.el (gnus-summary-select-article): Make sure
7828 gnus-original-article-buffer is alive.
7829
7830 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7831 reflect the order they are in the digest.
7832
7833 * gnus.el (gnus-group-startup-message): Move point to the start of the
7834 buffer.
7835
7836 * nnimap.el (nnimap-capability): New function.
7837 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7838 is set.
7839
7840 2010-10-31 David Engster <dengste@eml.cc>
7841
7842 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7843 conform with changes to gnus-completing-read.
7844
7845 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7846
7847 * shr.el (shr-tag-img): Output "*" instead of "[img]".
7848
7849 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7850
7851 * nnir.el: Move defvar, defcustom around to keep file organized
7852 and keep byte-compiler quiet.
7853 (nnir-read-parms): Accept search-engine as arg.
7854 (nnir-run-query): Pass search-engine as arg.
7855 (nnir-search-engine): Remove.
7856
7857 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7858
7859 * shr.el (shr-generic): The text nodes should be text, not :text.
7860
7861 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7862 later in the file.
7863
7864 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7865
7866 * nnir.el: General clean up. Allow searching with multiple engines.
7867 Allow separate extra-parameters for each engine.
7868 Batch queries when possible.
7869 (nnir-imap-default-search-key,nnir-method-default-engines):
7870 Add customize interface.
7871 (nnir-run-gmane): New engine.
7872 (nnir-engines): Use it. Qualify all prompts with engine name.
7873 (nnir-search-engine): Remove global variable.
7874 (nnir-run-hyrex): Restore for now.
7875 (nnir-extra-parms,nnir-search-history): New variables.
7876 (gnus-group-make-nnir-group): Use them.
7877 (nnir-group-server): Remove in favor of gnus-group-server.
7878 (nnir-request-group): Avoid searching twice.
7879 (nnir-sort-groups-by-server): New function.
7880
7881 2010-10-30 Julien Danjou <julien@danjou.info>
7882
7883 * gnus-group.el: Remove gnus-group-fetch-control.
7884
7885 * gnus-start.el (gnus-find-new-newsgroups):
7886 Remove gnus-check-first-time-used.
7887
7888 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7889
7890 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7891
7892 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7893 set on groups that don't have \* permanentflags.
7894
7895 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7896
7897 * shr.el (shr-tag-span): Drop colorization of regions since we don't
7898 control the background color.
7899 (shr-tag-img): Ignore very small web bug type images.
7900 (shr-put-image): Add help-echo alt texts to the images.
7901 (shr-tag-video): Show the video poster image.
7902
7903 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7904
7905 * shr.el (shr-table-depth): New variable.
7906 (shr-tag-table-1): Only insert the images after the top-level table.
7907
7908 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7909
7910 * gnus-util.el (gnus-list-memq-of-list): New function.
7911
7912 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7913 selected.
7914 (nnimap-unsplittable-articles): New slot.
7915 (nnimap-new-articles): Use it.
7916
7917 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
7918
7919 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7920 move to the previous line on `M-g'.
7921
7922 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7923
7924 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7925 *-request-group, which seems unnecessary.
7926
7927 * nnimap.el (nnimap-quote-specials): Function copied over from
7928 imap.el.
7929 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7930 they support that. Suggested by Tom Regner.
7931
7932 2010-10-29 Julien Danjou <julien@danjou.info>
7933
7934 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7935 defalias.
7936 (gnus-summary-delete-marked-with): Remove obsolete defalias.
7937
7938 * gnus.el: Remove `gnus-nntp-service' variable.
7939 (gnus-secondary-servers): Make obsolete.
7940 (gnus-nntp-server): Make obsolete.
7941
7942 * gnus-start.el (gnus-1): Remove x-splash calls.
7943
7944 * gnus-ems.el (gnus-x-splash): Remove.
7945
7946 * gnus.el (gnus-group-startup-message): Simplify/update code.
7947
7948 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7949 capability before doing anything.
7950 (gnus-group-insert-group-line): Remove useless
7951 gnus-group-remove-excess-properties.
7952
7953 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7954
7955 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7956
7957 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7958
7959 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7960 config after reselecting.
7961
7962 2010-10-28 Julien Danjou <julien@danjou.info>
7963
7964 * shr.el (shr-put-image): Use point even if only inserting text.
7965 (shr-put-image): Save excursion when inserting alt text on non-graphic
7966 display, so the behavior is the same when we are on a graphic display.
7967
7968 * nnir.el (nnir-run-swish-e): Remove hyrex support.
7969
7970 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7971
7972 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7973 (gnus-mime-copy-part): Check coding system, not charset.
7974 (gnus-mime-view-part-externally): Never remove part.
7975 (gnus-mime-view-part-internally): Don't remove part here.
7976 (gnus-article-part-wrapper): Make sure MIME tag is visible.
7977 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7978 multipart/alternative.
7979
7980 * mm-decode.el (mm-display-part): Take optional arg `force'.
7981
7982 2010-10-26 Julien Danjou <julien@danjou.info>
7983
7984 * gnus-group.el (gnus-group-default-list-level): Add this function to
7985 compute the default list level.
7986 (gnus-group-default-list-level): Add possibility to use a function.
7987
7988 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
7989
7990 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7991
7992 * gnus-group.el (gnus-group-completing-read)
7993 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7994 gnus-replace-in-string.
7995
7996 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7997
7998 * shr.el (shr-tag-div): Add.
7999
8000 2010-10-25 Julien Danjou <julien@danjou.info>
8001
8002 * gnus-util.el: Remove `gnus-with-local-quit'.
8003
8004 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8005
8006 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8007
8008 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8009 the original article buffer.
8010
8011 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8012
8013 * nnimap.el (nnimap-request-head): New function.
8014 (nnimap-request-move-article): Try to be slightly faster by not
8015 requesting the entire message when moving.
8016 (nnimap-transform-headers): Don't bug out on bodiless articles.
8017 (nnimap-send-command): Have no outstanding messages if the IMAP server
8018 doesn't support streaming.
8019 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8020
8021 2010-10-24 Julien Danjou <julien@danjou.info>
8022
8023 * message.el (message-default-headers): Fix type.
8024
8025 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8026
8027 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8028 prefetching images.
8029
8030 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8031 backend for unknown groups. This is mainly useful for nnimap groups.
8032
8033 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8034 group isn't covered by the agent.
8035
8036 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8037
8038 * nnir.el (nnir-method-default-engines): New variable.
8039 (nnir-run-query): Use it.
8040 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8041 (gnus-summary-nnir-goto-thread): Change group if needed.
8042
8043 * gnus-group.el (gnus-group-group-map): Add key binding for
8044 gnus-group-make-nnir-group.
8045
8046 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8047
8048 * shr.el (shr-tag-object): Add.
8049
8050 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8051 original article buffer live.
8052 (gnus-summary-select-article-buffer):
8053 Mention gnus-widen-article-buffer.
8054
8055 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8056
8057 * shr.el (shr-tag-strong): Add.
8058
8059 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8060
8061 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8062 group names. They mess up the group buffer badly.
8063
8064 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8065
8066 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8067 instead of the summary one.
8068
8069 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8070
8071 * mml.el (mml-preview): Work properly when editing article.
8072
8073 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8074 gnus-have-read-active-file if it's already been in.
8075
8076 2010-10-22 Tom Tromey <tromey@redhat.com>
8077
8078 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8079 gnus-group-completing-read.
8080
8081 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8082
8083 * message.el (message-mode-map): Don't bind M-; to comment region, to
8084 allow the global comment-dwim to work.
8085
8086 2010-10-21 Julien Danjou <julien@danjou.info>
8087
8088 * message.el (message-setup-1): Allow message-default-headers to be a
8089 function.
8090
8091 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8092
8093 * shr.el (shr-tag-table): Simplify.
8094
8095 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8096
8097 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8098 to avoid trying to snarf invalid stuff.
8099
8100 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8101
8102 * gnus.el (gnus-message-archive-group): Quote value.
8103 (gnus-message-archive-group): Mark as changed.
8104
8105 * shr.el (shr-add-font): Don't put the font properties on the newline
8106 or the indentation.
8107
8108 * message.el (message-fix-before-sending): Change options when sending
8109 non-printable characters.
8110
8111 * gnus.el (gnus-message-archive-method): Change the default to
8112 monthly outgoing groups.
8113
8114 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8115 that have gotten new numbers.
8116
8117 * nnimap.el (nnimap-request-replace-article): New function.
8118
8119 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8120
8121 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8122 (nnrss-request-article): Don't use special html washing code.
8123
8124 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8125
8126 * shr.el (shr-tag-table): Remove useless nconc.
8127
8128 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8129
8130 * gnus-art.el (article-wash-html): Simplify and remove the charset
8131 stuff. Use the normal html rendering code instead of the special html
8132 washing code.
8133
8134 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8135 `gnus-w3m' symbols.
8136 (mm-text-html-washer-alist): Remove.
8137
8138 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8139 (mm-inline-media-tests): Remove use.
8140 (mm-text-html-renderer): Change default to the `shr' symbol.
8141
8142 * mm-view.el (mm-inline-text-html): Remove use.
8143
8144 * gnus-art.el (gnus-blocked-images): New function. Allow the
8145 `gnus-blocked-images' to be a function.
8146 (gnus-article-wash-function): Remove.
8147
8148 2010-10-20 Julien Danjou <julien@danjou.info>
8149
8150 * spam.el (spam-list-of-processors): Mark as obsolete.
8151
8152 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8153 (nnimap-insert-partial-structure): Fix boundary detection.
8154
8155 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8156
8157 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8158 run file-truename on remote files. This can be expensive and even
8159 prevent one from editing drafts if some unrelated buffer has a stale
8160 connection.
8161
8162 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8163
8164 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8165 kinsoku-eol regardless of shr-kinsoku-shorten.
8166 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8167 (shr-tag-table): Support caption, thead, and tfoot.
8168
8169 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8170
8171 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8172 lines.
8173 (shr-save-contents): New command and keystroke.
8174
8175 * nndoc.el (nndoc-type-alist): Add git support.
8176 (nndoc-git-type-p): New function.
8177 (nndoc-transform-git-article): Ditto.
8178 (nndoc-transform-git-headers): Ditto.
8179 (nndoc-transform-git-headers): Generate Subject headers.
8180
8181 * shr.el (shr-parse-style): New function.
8182 (shr-tag-span): Ditto.
8183
8184 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8185 to `G G' to avoid collisions.
8186
8187 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8188
8189 * shr.el: Load kinsoku if necessary.
8190 (shr-kinsoku-shorten): New internal variable.
8191 (shr-find-fill-point): Make kinsoku shorten text line if
8192 shr-kinsoku-shorten is bound to non-nil.
8193 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8194 shr-indentation too when testing if table is wider than frame width.
8195 (shr-insert-table): Use `string-width' instead of `length' to measure
8196 text width.
8197 (shr-insert-table-ruler): Make sure indentation is done at bol.
8198
8199 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8202 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8203 undecoded network data.
8204
8205 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8206
8207 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8208 name in the mode line spec so that the mode line menu works
8209 (bug #2431).
8210
8211 * message.el (message-get-reply-headers): If we're fed `to-address',
8212 then always use that.
8213
8214 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8215 aren't so wide as to need to switch off the edit menu.
8216
8217 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8218 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8219
8220 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8221 `M-g'.
8222 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8223 the permanent marks.
8224
8225 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8226
8227 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8228 Splitting according to references/in-reply-to obeys the ignore-groups
8229 variable, while splitting by sender and subject do not.
8230
8231 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8232
8233 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8234 alist, so that we can look for non-Unicode chars.
8235 (article-translate-strings): Allow both character and string maps.
8236
8237 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8238
8239 * shr.el (shr-insert): Don't insert space behind a wide character
8240 categorized as kinsoku-bol, or between characters both categorized as
8241 nospace.
8242
8243 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8244
8245 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8246 headers to gnus-newsgroup-headers.
8247
8248 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8249
8250 * shr.el (shr-tag-img): Don't align images -- since we're not
8251 rescaling, this often leads to ugly displays.
8252
8253 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8254
8255 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8256 duplicates.
8257
8258 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8259
8260 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8261 call.
8262
8263 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8264
8265 * gnus.el: Autoload gnus-html-show-images.
8266
8267 * nnimap.el: Use nnheader-message throughout.
8268
8269 * shr.el (shr-tag-img): Ignore images with no data.
8270
8271 2010-10-15 Julien Danjou <julien@danjou.info>
8272
8273 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8274 a possibility to disable format=flow encoding when using hard newlines.
8275
8276 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8277
8278 * shr.el (shr-insert): Remove space inserted before or after a
8279 breakable character or at the beginning or the end of a line.
8280 (shr-find-fill-point): Do kinsoku; find the second best point or give
8281 it up if there's no breakable point.
8282
8283 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8284
8285 * nnimap.el (nnimap-open-connection): Message when opening connection
8286 for debugging purposes.
8287
8288 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8289 on every setup buffer call to allow this to change from article to
8290 article.
8291
8292 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8293 buffers where we have a wide table.
8294
8295 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8296
8297 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8298 uses *-request-thread.
8299
8300 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8301
8302 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8303 incantation, which is no longer valid.
8304
8305 2010-10-14 Julien Danjou <julien@danjou.info>
8306
8307 * shr.el: Fix defcustom type (char -> character).
8308
8309 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8310
8311 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8312 programs.
8313
8314 2010-10-14 Julien Danjou <julien@danjou.info>
8315
8316 * shr.el (shr-tag-a): Use url-link as widget type.
8317
8318 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8319 `gnus-group-get-icon'.
8320
8321 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8322
8323 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8324 This should make server editing work better.
8325
8326 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8327
8328 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8329 (nnimap-parse-flags): Fix regexp.
8330
8331 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8332 probably work for CJVK text, too.
8333
8334 * nnimap.el (nnimap-extend-tls-programs): Remove.
8335 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8336
8337 2010-10-13 Julien Danjou <julien@danjou.info>
8338
8339 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8340 responses.
8341
8342 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8343
8344 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8345
8346 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8347 anything in Emacs.
8348
8349 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8350
8351 2010-10-13 Julien Danjou <julien@danjou.info>
8352
8353 * shr.el (shr-width): Make shr-width a defcustom with default to
8354 fill-column.
8355 (shr-tag-img): Use shr-width rather than fill-column.
8356
8357 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8358
8359 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8360
8361 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8362 position when (X-)Faces exist.
8363 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8364 avatars when called interactively.
8365
8366 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8367
8368 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8369 gnus-article-x-face-too-ugly is bound.
8370
8371 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8372
8373 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8374
8375 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8376 mailbox that doesn't exist.
8377
8378 2010-10-12 Julien Danjou <julien@danjou.info>
8379
8380 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8381 (shr-get-image-data): Encode URL properly when fetching from cache.
8382 (shr-tag-img): Use aligned-to spaces to align correctly images.
8383
8384 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8385 before inserting the Gravatar.
8386
8387 * shr.el (shr-tag-img): Add align attribute support for <img>.
8388
8389 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8390
8391 * gnus-gravatar.el (gnus-art): Require.
8392
8393 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8394 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8395 Remove long obsoleted functions.
8396
8397 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8398
8399 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8400
8401 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8402 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8403 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8404 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8405 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8406 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8407 Fix comment for declare-function.
8408
8409 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8410
8411 * nnimap.el (nnimap-request-rename-group): Select group read-only
8412 before renaming it.
8413
8414 * shr.el (shr-insert): Fix up the white space only regexp.
8415
8416 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8417 bodies. Protect against this. Reported by Michael Welsh Duggan.
8418
8419 * shr.el (shr-current-column): New function.
8420 (shr-find-fill-point): New function.
8421
8422 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8423
8424 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8425 numbers.
8426
8427 2010-10-11 Julien Danjou <julien@danjou.info>
8428
8429 * shr.el (shr-hr-line): Add.
8430 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8431 display hr lines.
8432 (shr-max-columns): Do not change state to nil if we just inserting
8433 spaces.
8434
8435 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8436
8437 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8438 select the last group.
8439
8440 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8441
8442 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8443
8444 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8445
8446 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8447 for Gnus.
8448 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8449 (nnimap-update-qresync-info): Mark \Seen articles as read.
8450
8451 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8452 non-variable, too.
8453
8454 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8455 available.
8456 (nnimap-update-info): Rely more on the current active than the param
8457 active to avoid marking articles as read too much.
8458
8459 * auth-source.el (auth-source-create): Use (user-login-name) for the
8460 user name default.
8461
8462 * nnimap.el (nnimap-update-info): If the server doesn't return any
8463 useful info, just use the previous info.
8464 (nnimap-update-info): Prefer old info over start-article.
8465 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8466
8467 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8468
8469 * nnir.el (autoload): Clean up autoloads.
8470 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8471 Use key rather than value.
8472 (nnir-imap-search-other): New variable.
8473 (nnir-read-parm): Use it.
8474 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8475 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8476
8477 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8480 the process, too.
8481
8482 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8483
8484 * spam.el (gnus-summary-mode-map): Bind to "$".
8485 Suggested by Russ Allbery.
8486
8487 * shr.el: Rework the way things are indented by <li> slightly.
8488
8489 * gnus.el (gnus-group-set-parameter): Fix typo.
8490
8491 * nnimap.el: Start implementing QRESYNC support.
8492
8493 2010-10-09 Julien Danjou <julien@danjou.info>
8494
8495 * nnir.el (nnir-engines): Fix too many arguments.
8496
8497 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8498
8499 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8500 group is the "last", so that the backends like nnfolder actually save
8501 their folders.
8502
8503 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8504 try to use that for the TLS stream.
8505 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8506 UIDVALIDITY and find out which groups are read-only and not.
8507 (nnimap-get-flags): Use the same marks parsing code as the rest of
8508 nnimap.
8509
8510 2010-10-09 Julien Danjou <julien@danjou.info>
8511
8512 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8513
8514 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8515 retrieving gravatars.
8516
8517 * shr.el (shr-table-corner): Add.
8518 (shr-table-line): Add.
8519 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8520
8521 2010-10-08 Julien Danjou <julien@danjou.info>
8522
8523 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8524
8525 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8526
8527 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8528
8529 * gnus-sum.el (gnus-mark-article-as-unread)
8530 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8531 (gnus-summary-set-bookmark): Use it.
8532
8533 * gnus-msg.el (gnus-setup-message): Use it.
8534
8535 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8536
8537 * gnus.el (gnus-group-remove-parameter): Use it.
8538
8539 * gnus-group.el (gnus-group-make-web-group): Use it.
8540
8541 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8542
8543 * nnregistry.el: Update docs to mention manual.
8544
8545 * gnus-registry.el: Update docs to mention nnregistry.el.
8546 (gnus-registry-initialize): Don't install nnregistry refer method
8547 automatically.
8548 (gnus-registry-install-nnregistry): Remove it.
8549
8550 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8551
8552 * shr.el (shr-insert): Don't insert double spaces.
8553
8554 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8555
8556 * gnus-gravatar.el (gnus-treat-from-gravatar)
8557 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8558 called interactively.
8559
8560 * gnus-art.el (gnus-mime-view-part-externally)
8561 (gnus-mime-view-part-internally): Make predicate function passed to
8562 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8563 of a mime type.
8564
8565 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8566
8567 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8568
8569 * shr.el (require): Require cl when compiling.
8570 (shr-tag-hr): New function.
8571
8572 * nnimap.el (nnimap-update-info): Remove double setting of high.
8573 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8574 This makes nnimap work properly on Courier again.
8575
8576 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8577 the variable for backwards compatibility.
8578
8579 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8580 the file name before using to avoid setting mm-default-directory to
8581 nil.
8582
8583 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8584 bidning gnus-agent variables.
8585
8586 * shr.el (shr-render-td): Use a cache for the table rendering function
8587 to avoid getting an exponential rendering behavior in nested tables.
8588 (shr-insert): Rework the line-breaking algorithm.
8589 (shr-insert): Don't leave trailing spaces.
8590 (shr-insert-table): Also insert empty TDs.
8591 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8592
8593 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8594
8595 * gnus-sum.el (gnus-number): Rename from `number'.
8596 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8597 (gnus-summary-limit-children): Update uses correspondingly.
8598
8599 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8600
8601 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8602 (gnus-gravatar-transform-address): Don't show avatars of people of
8603 which mail addresses match gnus-gravatar-too-ugly.
8604
8605 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8606
8607 * shr.el (shr-table-widths): Expand TD elements to fill available
8608 space.
8609
8610 2010-10-07 Julien Danjou <julien@danjou.info>
8611
8612 * nnimap.el (nnimap-request-rename-group): Add this method.
8613
8614 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8615
8616 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8617 name from XEmacs' function-arglist.
8618
8619 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8620 gravatar under XEmacs.
8621
8622 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8623
8624 * auth-source.el: Update docs with TODO items.
8625
8626 * gnus-sync.el: Update docs to explain state and plans.
8627
8628 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8629 Hooks for mark updates.
8630 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8631
8632 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8633 hooks with arguments, which is needed for mark update hooks.
8634
8635 2010-10-06 Julien Danjou <julien@danjou.info>
8636
8637 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8638 was matched.
8639
8640 * sieve-manage.el: Update example in `Commentary'.
8641
8642 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8643
8644 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8645 not 2000.
8646 (sieve-manage-authenticate): Re-add function.
8647
8648 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8649
8650 * shr.el (shr-insert): Get 'space transition right.
8651 (shr-render-td): Only delete space at the end of the TD.
8652
8653 * nnimap.el (nnimap-open-connection): Prepare to support
8654 open-gnutls-stream.
8655
8656 * shr.el: Rearrange function order to be more logical.
8657
8658 2010-10-06 Julien Danjou <julien@danjou.info>
8659
8660 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8661 (nnrss-discover-feed): Remove 404 URL in docstring.
8662
8663 * nnir.el: Fix Swish-E URL.
8664 Fix Namazu URL.
8665
8666 * message.el (message-change-subject): Remove 404 URL in a comment.
8667
8668 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8669
8670 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8671 called interactively.
8672
8673 * gnus-util.el (gnus-remove-if): Allow hash table.
8674 (gnus-remove-if-not): New function.
8675
8676 * gnus-art.el (gnus-mime-view-part-as-type):
8677 * gnus-score.el (gnus-summary-score-effect):
8678 * gnus-sum.el (gnus-read-move-group-name):
8679 Replace remove-if-not with gnus-remove-if-not.
8680
8681 * gnus-group.el (gnus-group-completing-read):
8682 Regard collection as a hash table if it is not a list.
8683
8684 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8685
8686 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8687
8688 * shr.el: Document the table-rendering algorithm.
8689
8690 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8691 invalid URLs.
8692
8693 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8694 line-broken.
8695 (shr-tag-img): Ignore image fetching errors.
8696 (shr-overlays-in-region): Compute overlay positions correctly.
8697
8698 * mm-decode.el (mm-shr): Require shr.
8699
8700 * gnus-art.el (gnus-blocked-images): Move variable here.
8701
8702 * shr.el (shr-insert-table): Bind free variable.
8703
8704 * mm-decode.el (mm-shr): Bind shr-content-function.
8705
8706 * shr.el (shr-content-function): New variable.
8707
8708 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8709 added for symmetry.
8710
8711 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8712
8713 * gnus-group.el (gnus-group-make-group): Doc fix.
8714
8715 * nnimap.el (nnimap-request-newgroups): Return success.
8716
8717 * shr.el (shr-find-elements): New function.
8718 (shr-tag-table): Put all the images after the table.
8719 (shr-tag-table): Really inhibit images inside the table.
8720 (shr-collect-overlays): Copy over overlays from the TD elements to the
8721 main document.
8722
8723 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8724 gnus-blocked-images.
8725
8726 2010-10-05 Julien Danjou <julien@danjou.info>
8727
8728 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8729
8730 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8731 (gnus-html-maximum-image-size): Add this function.
8732 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8733
8734 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8735 server-value of the capability is nil.
8736
8737 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8738
8739 * shr.el (shr-tag-em): Add <EM> tag.
8740
8741 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8742
8743 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8744 customizable.
8745
8746 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8747 handing broken links to browse-url.
8748
8749 2010-10-05 Julien Danjou <julien@danjou.info>
8750
8751 * gnus-util.el (gnus-emacs-completing-read)
8752 (gnus-iswitchb-completing-read): Use autoload rather than require.
8753
8754 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
8755
8756 * gnus-util.el (gnus-completing-read-function): Exclude
8757 gnus-icompleting-read and gnus-ido-completing-read from candidates for
8758 XEmacs since iswitchb.el is very old and ido.el is unavailable in
8759 XEmacs.
8760
8761 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8762 not to use `delete-dups' that is unavailable in XEmacs 21.4.
8763
8764 * gnus-html.el: Don't require help-fns under XEmacs.
8765 (gnus-html-schedule-image-fetching): Work for XEmacs.
8766
8767 * mm-decode.el (mm-shr): Decode contents by charset.
8768
8769 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8770
8771 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8772 unknown.
8773
8774 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8775 (shr-get-image-data): Ensure against the cache file missing.
8776
8777 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8778 for data.
8779
8780 * spam-report.el (spam-report-url-ping-plain): Don't query about
8781 killing the process.
8782
8783 * shr.el (shr-render-td): Protect against too-wide text.
8784
8785 2010-10-04 Julien Danjou <julien@danjou.info>
8786
8787 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8788 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8789
8790 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8791 retrieved.
8792
8793 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8794
8795 * shr.el (browse-url): Require.
8796 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8797 lines.
8798 (shr-show-alt-text, shr-browse-image): New commands.
8799 (shr-browse-url, shr-copy-url): New commands.
8800
8801 * gnus-sum.el (gnus-widen-article-window): New variable.
8802 (gnus-summary-select-article-buffer): Use it.
8803
8804 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8805 without @ signs.
8806
8807 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8808
8809 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8810
8811 2010-10-04 Julien Danjou <julien@danjou.info>
8812
8813 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8814 for XEmacs.
8815
8816 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8817
8818 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8819
8820 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8821 (nnimap-close-server): Implement.
8822
8823 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8824 (shr-insert): Tweak line breaking.
8825 (shr-insert): Handle <pre> better.
8826 (shr-tag-li): Get <li> indentation right.
8827 (shr-tag-li): Get <li> indentation even righter.
8828 (shr-tag-blockquote): Ensure paragraph start.
8829 (shr-make-table): Tweak table generation.
8830 (shr-make-table): Fix typo.
8831
8832 * shr.el: Implement table rendering.
8833
8834 2010-10-04 Julien Danjou <julien@danjou.info>
8835
8836 * gnus-html.el (gnus-html-put-image): Fix resize image code.
8837
8838 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8839
8840 * shr.el (shr-insert): Use string anchors instead of line anchors.
8841
8842 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8843
8844 * shr.el: Add headings.
8845 (shr-ensure-paragraph): Actually work.
8846 (shr-tag-li): Make <ul> prettier.
8847 (shr-insert): Get white space at the beginning/end of elements right.
8848 (shr-tag-p): Collapse subsequent <p>s.
8849 (shr-ensure-paragraph): Don't insert double line feeds after blank
8850 lines.
8851 (shr-insert): \t is also space.
8852 (shr-tag-s): Fix "s" tag name function.
8853 (shr-tag-s): Fix face prop name.
8854
8855 2010-10-03 Julien Danjou <julien@danjou.info>
8856
8857 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8858
8859 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8860 gnus-window-inside-pixel-edges.
8861
8862 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8863 gnus-ems.
8864
8865 * mm-view.el (mm-inline-image-emacs): Support image resizing.
8866
8867 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8868 function.
8869
8870 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8871 resize choice.
8872
8873 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8874
8875 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8876 beginning of the buffer.
8877
8878 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8879 article buffer again.
8880
8881 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8882
8883 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8884 when it's at the start of the buffer.
8885
8886 * shr.el (shr-tag-blockquote): Convert name.
8887 (shr-rescale-image): Use the right image-size variant.
8888
8889 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8890 buffer isn't shown, then select the current article first instead of
8891 bugging out.
8892 (gnus-summary-select-article-buffer): Show both the article and summary
8893 buffers again.
8894
8895 * shr.el (shr-fontize-cont): Protect against regions with no text.
8896 Rename tag functions to shr-tag-* for enhanced security.
8897 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8898
8899 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
8900
8901 * shr.el (shr-insert):
8902 * pop3.el (pop3-movemail):
8903 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8904 loaded.
8905
8906 2010-10-03 Glenn Morris <rgm@gnu.org>
8907
8908 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8909
8910 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8911
8912 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8913
8914 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8915
8916 * gnus-util.el (gnus-make-local-hook): Simplify.
8917
8918 2010-10-02 Julien Danjou <julien@danjou.info>
8919
8920 * gnus-util.el (gnus-iswitchb-completing-read): New function.
8921 (gnus-ido-completing-read): New function.
8922 (gnus-emacs-completing-read): New function.
8923 (gnus-completing-read): Use gnus-completing-read-function.
8924 Add gnus-completing-read-function.
8925
8926 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8927
8928 * shr.el (shr-insert-document): Autoload.
8929 (shr-img): Be silent.
8930 (shr-insert): Add a newline after every picture before text.
8931 (shr-add-font): Use overlays for combining faces.
8932 (shr-insert): Pass upwards the text start point.
8933
8934 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8935 possible.
8936 (mm-shr): New function.
8937
8938 2010-10-02 Julien Danjou <julien@danjou.info>
8939
8940 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8941 should go backward.
8942
8943 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
8944
8945 * shr.el (shr): Fix typo in provide call.
8946
8947 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8948
8949 * shr.el: New file.
8950
8951 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8952
8953 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8954 completing read.
8955
8956 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8957
8958 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8959 we're being queried about. Suggested by Dan Jacobson.
8960
8961 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8962 Suggested by Jason Eisner.
8963
8964 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8965 table, too. Suggested by Stefan Wiens.
8966 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8967 the table unnecessary. Suggested by Stefan Wiens.
8968
8969 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8970 longer needed, and probably doesn't work either, as pointed out by
8971 Stefan Wiens.
8972 (gnus-summary-exit): Remove call to the clearing function.
8973 (gnus-summary-exit-no-update): Ditto.
8974
8975 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8976 instead of gnus-eval-in-buffer-window to avoid popping up frames.
8977 Reported by Stefan Monnier.
8978 (gnus-summary-save-in-rmail): Ditto.
8979
8980 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8981 article buffer, instead of both the article buffer and the summary
8982 buffer. Sort of suggested by Dan Jacobson.
8983
8984 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8985
8986 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8987 Suggested by Dan Jacobson.
8988
8989 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8990 documentation clearer.
8991
8992 * message.el (message-shorten-references): Comment on the number "21".
8993 Suggested by Stefan Monnier.
8994
8995 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8996 Suggested by Dan Jacobson.
8997
8998 * gnus.el (gnus-large-newsgroup):
8999 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9000
9001 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9002 externalize attachments. Bug reported by Steve Wen.
9003
9004 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9005 really message anything to the user.
9006
9007 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9008 directly.
9009
9010 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9011 messages in empty groups.
9012
9013 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9014
9015 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9016 non-UIDNEXT group.
9017
9018 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9019
9020 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9021 not the value from the collection.
9022
9023 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9024 values. This sometimes happens on some groups that have no info.
9025 (nnimap-request-newgroups): New function.
9026
9027 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9028
9029 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9030 check into `gnus-registry-initialize'.
9031 (gnus-registry-initialize): Ditto.
9032 Fix and extend header docs.
9033
9034 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9035
9036 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9037 regexp backtrace overflows.
9038
9039 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9040 for starttls that tls.el implements; i.e. openssl.
9041
9042 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9043
9044 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9045 (gravatar-create-image): New function that's an alias to
9046 gnus-xmas-create-image, gnus-create-image, or create-image.
9047 (gravatar-data->image): Use it.
9048
9049 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9050
9051 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9052 install the nnregistry refer method.
9053 (gnus-registry-install-hooks): Use it.
9054 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9055 unfollowed groups.
9056
9057 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9058
9059 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9060 expanding threads.
9061
9062 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9063
9064 * nnir.el: Use the server names without suffixes (bug #7009).
9065
9066 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9067 unencrypted to STARTTLS, if possible.
9068
9069 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9070
9071 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9072 headers before superseding.
9073
9074 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9075
9076 * nnrss.el (nnrss-use-local): Add documentation.
9077
9078 * nnimap.el (nnimap-extend-tls-programs): New function.
9079 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9080 (nnimap-wait-for-connection): Accept the greeting from the stupid
9081 output from openssl s_client -starttls, too.
9082
9083 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9084 article number.
9085 (nnimap-split-fancy): New variable.
9086 (nnimap-split-incoming-mail): Use it.
9087
9088 * nntp.el (nntp-server-list-active-group): Document.
9089
9090 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9091 SELECT to get the message-id.
9092
9093 * mail-source.el (mail-sources): Remove webmail support.
9094 (defvar): Ditto.
9095 (mail-source-fetcher-alist): Ditto.
9096 (mail-source-fetch-webmail): Remove.
9097
9098 * webmail.el: Remove -- doesn't seem relevant any more.
9099
9100 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9101
9102 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9103 the \r.
9104
9105 2010-09-30 Julien Danjou <julien@danjou.info>
9106
9107 * gnus-agent.el (gnus-agent-add-group): Fix call to
9108 gnus-completing-read.
9109
9110 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9111
9112 * nndoc.el (nndoc-retrieve-groups): New function.
9113
9114 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9115 `default', use nnmail-split-methods.
9116 (nnimap-request-article): Downcase the NILs so that they are nil.
9117
9118 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9119 symbol.
9120
9121 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9122 code, since if the user has requested network, that's what they ought
9123 to get.
9124 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9125 (nnimap-split-rule): Mark as obsolete.
9126
9127 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9128 New variable.
9129
9130 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9131 correct slot, too.
9132
9133 2010-09-29 Julien Danjou <julien@danjou.info>
9134
9135 * gnus.el (gnus-local-domain): Declare variable obsolete.
9136
9137 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9138 Fix history computing.
9139 (gnus-ido-completing-read): Require ido.
9140
9141 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9142
9143 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9144 build Gnus.
9145
9146 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9147 when interpreting the structures.
9148 (nnimap-request-accept-article): Add \r\n to the lines to make this
9149 work with Cyrus.
9150
9151 * nndraft.el (nndraft-request-expire-articles): Use the group name
9152 instead if "nndraft". Fix found by Nils Ackermann.
9153
9154 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9155
9156 * nnregistry.el: Add.
9157
9158 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * nnmail.el (group, group-art-list, group-art):
9161 Remove unneeded directives.
9162
9163 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9164
9165 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9166 (mm-mime-charset):
9167 * rfc2047.el (rfc2047-syntax-table):
9168 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9169
9170 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9171 rather than `insert-file-contents' and `eval-region'.
9172
9173 2010-09-29 Julien Danjou <julien@danjou.info>
9174
9175 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9176 replacement of `gnus-gravatar-relief' to mimic
9177 `gnus-faces-properties-alist'.
9178 Add :version property.
9179
9180 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9181
9182 * mail-source.el (mail-source-report-new-mail):
9183 * message.el (message-default-mail-headers):
9184 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9185
9186 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9187
9188 2010-09-28 Julien Danjou <julien@danjou.info>
9189
9190 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9191 mail-address contains the same string as real-name.
9192
9193 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9194 non-blank in header, otherwise it'll get stripped.
9195
9196 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9197 real-name, and then for mail address rather than doing : or , search.
9198
9199 2010-09-27 Julien Danjou <julien@danjou.info>
9200
9201 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9202 right completing-read function.
9203 (gnus-use-ido): New variable
9204 (gnus-completing-read-with-default): Remove.
9205 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9206 (gnus-agent-add-group):
9207 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9208 * mm-view.el (mm-view-pkcs7-decrypt):
9209 * mm-util.el (mm-codepage-setup):
9210 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9211 * mml-smime.el (mml-smime-openssl-sign-query):
9212 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9213 (mml-insert-multipart):
9214 * gnus-msg.el (gnus-summary-yank-message):
9215 * gnus-int.el (gnus-start-news-server):
9216 * mm-decode.el (mm-interactively-view-part):
9217 * gnus-dired.el (gnus-dired-attach):
9218 * gnus.el (gnus-read-method):
9219 * gnus-bookmark.el (gnus-bookmark-jump):
9220 * gnus-art.el (gnus-mime-view-part-as-type)
9221 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9222 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9223 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9224 * nnmairix.el (nnmairix-create-server-and-default-group)
9225 (nnmairix-update-groups, nnmairix-get-server)
9226 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9227 (nnmairix-get-group-from-file-path):
9228 * nnrss.el (nnrss-find-rss-via-syndic8):
9229 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9230 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9231 (gnus-group-browse-foreign-server):
9232 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9233 (gnus-summary-execute-command, gnus-summary-respool-article)
9234 (gnus-read-move-group-name):
9235 * gnus-score.el (gnus-summary-increase-score)
9236 (gnus-summary-score-effect):
9237 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9238
9239 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9240
9241 * nnimap.el (auth-source-forget-user-or-password)
9242 (auth-source-user-or-password): Autoload.
9243
9244 * message.el (message-from-style, message-interactive)
9245 (message-signature): Remove comment.
9246 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9247 always.
9248 (message-sendmail-envelope-from): Comment fix.
9249 (message-yank-prefix): Default to mail-yank-prefix always.
9250 (message-indentation-spaces):
9251 Default to mail-indentation-spaces always.
9252 (message-signature-file): Default to mail-signature-file always.
9253
9254 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9255
9256 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9257 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9258 new articles.
9259
9260 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9261 parts.
9262 (nnimap-request-article): Work with the t setting, too.
9263
9264 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9265 that you don't get flashes of other buffers.
9266 (gnus-summary-show-complete-article): Intern before setting.
9267
9268 2010-09-27 David Engster <dengste@eml.cc>
9269
9270 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9271 well as HEADERS.
9272 (nnmairix-retrieve-headers): Provide new argument for the above.
9273
9274 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9275
9276 * gnus-sum.el (gnus-summary-move-article): Don't alter
9277 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9278 group.
9279
9280 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9281
9282 * message.el (message-cite-prefix-regexp): Revert my last edit.
9283
9284 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9285 variable instead of the Gnus variable.
9286
9287 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9288
9289 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9290
9291 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9292 since some servers don't like it.
9293 (nnimap-open-connection): Forget credentials if the server says the
9294 password was wrong.
9295 (nnimap-parse-line): Protect against invalid data.
9296
9297 * gnus-sum.el (gnus-summary-move-article): Add comment.
9298 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9299 nothing alters it while scanning for new messages.
9300
9301 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9302 which may or may not help.
9303 (nnimap-open-connection): If we're doing a stream connection, and then
9304 discover we're on a STARTTLS-capable server, then open a STARTTLS
9305 connection instead.
9306
9307 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9308
9309 * nnimap.el (utf7): Require.
9310
9311 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9312 prefix.
9313
9314 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9315
9316 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9317
9318 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9319
9320 * nnimap.el (nnimap-request-accept-article): Message the error on
9321 error.
9322
9323 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9324
9325 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9326
9327 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9328
9329 * nndoc.el (nndoc-request-list): Return success always.
9330
9331 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9332 `fetch-old' -- we only want to fetch the articles we've requested.
9333 The rest are in the agent, probably.
9334 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9335 disappeared server" to something low. It's not important.
9336
9337 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9338 arrived before the FETCH data.
9339
9340 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9341 target here, because we don't know the Gnus name of the group.
9342
9343 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9344 for the correct group.
9345
9346 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9347
9348 * gnus.el (gnus): Give a final warning after startup.
9349
9350 * gnus-util.el (gnus-action-message-log): New variable.
9351 (gnus-message): Use it.
9352 (gnus-final-warning): New function.
9353
9354 * nnimap.el (nnimap-open-connection): Record the greeting.
9355 (nnimap): Add greeting.
9356
9357 2010-09-26 Julien Danjou <julien@danjou.info>
9358
9359 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9360 arguments.
9361 (gnus-html-wash-images): Fix spec computing to include start/end.
9362
9363 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9364
9365 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9366
9367 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9368 deletion.
9369 (nnimap-retrieve-headers): Don't select the group, because that's
9370 already done by nnimap-possibly-change-group.
9371
9372 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9373 (gnus-picon-transform-address): Use it.
9374
9375 * mail-source.el (mail-source-value): Revert previous patch.
9376
9377 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9378 on failure.
9379 (nnimap-open-connection): Look up both virtual and physical server name
9380 credentials.
9381
9382 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9383
9384 2009-02-08 Dave Love <fx@gnu.org>
9385
9386 * gnus-win.el (gnus-window-to-buffer-helper)
9387 (gnus-all-windows-visible-p): Function needn't be a symbol.
9388
9389 * mail-source.el (mail-source-value): Function needn't be a symbol.
9390
9391 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9392
9393 * message.el (message-cite-prefix-regexp): Remove } from the cite
9394 prefix.
9395
9396 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9397 highlight again, so that the highlight is correct.
9398
9399 * gnus-picon.el (gnus-picon): Remove again.
9400 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9401
9402 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9403 doing the header highlightling, so that the background color of the
9404 picon is correct.
9405
9406 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9407 (gnus-picon): Ditto.
9408 (gnus-picon): Reinstate. The background color for picons is white.
9409 (gnus-picon-insert-glyph): Make the background white.
9410
9411 * nnml.el (nnml-open-nov): Don't return dead buffers.
9412
9413 * auth-source.el (auth-source-create): Query the user for whether to
9414 store the credentials.
9415
9416 * auth-source.el (auth-source-user-or-password): Use the existing auth
9417 sources, if any, for creation.
9418
9419 * gnus.el (gnus-group-fast-parameter): Return the last matching
9420 parameter instead of the first matching parameter.
9421
9422 2010-09-26 Julien Danjou <julien@danjou.info>
9423
9424 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9425
9426 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9427
9428 * mml2015.el (mml2015-use): Remove gpg support.
9429
9430 * mml1991.el (mml1991-function-alist): Remove gpg function.
9431 (mml1991-gpg-sign): Remove.
9432
9433 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9434
9435 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9436 (gnus-browse-unsubscribe-current-group): Document it.
9437 (gnus-browse-unsubscribe-group): Use it.
9438
9439 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9440
9441 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9442 address to the To list for easier response.
9443
9444 * gnus.el (gnus-play-startup-jingle): Remove.
9445 (gnus-splash): Don't play jingle.
9446 (gnus): Silence gnus-load message.
9447
9448 * gnus-art.el (gnus-treat-play-sounds): Remove.
9449
9450 * gnus.el (gnus-play-jingle): Remove audio support.
9451
9452 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9453
9454 * earcon.el: Remove -- no users.
9455
9456 * gnus-audio.el: Remove -- no users of this package.
9457
9458 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9459
9460 * gnus-start.el (gnus-setup-news): Remove nocem support.
9461
9462 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9463
9464 * gnus.el (gnus-use-nocem): Remove.
9465
9466 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9467 Remove.
9468
9469 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9470 uses NoCeM any more.
9471
9472 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9473 (gnus-button-ctan-handler): Ditto.
9474 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9475 (gnus-button-ctan-directory-regexp): Ditto.
9476 (gnus-button-handle-ctan): Ditto.
9477 (gnus-button-tex-level): Ditto.
9478 (gnus-button-alist): Remove CTAN stuff.
9479
9480 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9481
9482 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9483 nnimap-streaming test.
9484
9485 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9486 servers twice.
9487
9488 * nnimap.el (nnimap-open-connection): Add more error reporting when
9489 nnimap fails early.
9490
9491 * nnheader.el (nnheader-get-report-string): New function.
9492 (nnheader-get-report): Use it.
9493
9494 * gnus-int.el (gnus-check-server): Say what the error was when opening
9495 failed.
9496
9497 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9498 using streaming.
9499
9500 2010-09-25 Julien Danjou <julien@danjou.info>
9501
9502 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9503 gnus-window-inside-pixel-edges.
9504
9505 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9506
9507 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9508
9509 * mm-decode.el (mm-save-part): Allow saving to other directories the
9510 normal Emacs way.
9511
9512 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9513 Suggested by Jay Berkenbilt.
9514
9515 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9516 there isn't a single byte.
9517
9518 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9519 just do it. It doesn't really seem to matter what the user responds
9520 here, I think, so it's just a confusing question.
9521
9522 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9523 non-streaming case.
9524
9525 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9526 (gnus-article-encrypt-body): Use it.
9527
9528 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9529 keystroke.
9530
9531 * nnimap.el (nnimap-find-wanted-parts-1):
9532 Use gnus-fetch-partial-articles.
9533
9534 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9535
9536 * nnimap.el (nnimap-insert-partial-structure): New function.
9537 (nnimap-get-partial-article): New function.
9538 (nnimap-request-article): Use it.
9539 (nnimap-wait-for-response): Return whether the wait was successful.
9540 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9541 retrieval wasn't successful.
9542 (nnimap-retrieve-group-data-early): Allow throttling servers.
9543 (nnimap-streaming): New variable.
9544 (nnimap-fetch-partial-articles): Remove.
9545
9546 * mm-decode.el (mm-with-part): Protect against killed buffers.
9547
9548 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9549 for prettier summary display.
9550
9551 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9552
9553 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9554
9555 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9556
9557 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9558 apparently third-party libraries depend on it.
9559
9560 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9561 before starting negotiation.
9562
9563 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9564 privacy reasons.
9565 (gnus-treat-mail-gravatar): Ditto.
9566
9567 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9568 buffer when inserting images. Inserting text into the headers, for
9569 instance, can make them invalid.
9570
9571 2010-09-25 Julien Danjou <julien@danjou.info>
9572
9573 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9574 variables.
9575
9576 * nnheader.el: Remove useless variables news-reply-yank-from and
9577 news-reply-yank-message-id.
9578
9579 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9580 variables.
9581
9582 * mml1991.el: Remove useless mml1991-verbose.
9583
9584 * gnus.el: Remove useless variable gnus-use-generic-from.
9585 Remove obsolete variable gnus-topic-indentation.
9586
9587 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9588
9589 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9590
9591 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9592
9593 * gnus-group.el: Remove useless gnus-group-icon-cache.
9594 Remove useless gnus-ephemeral-group-server.
9595
9596 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9597
9598 * mml2015.el: Remove useless mml2015-verbose.
9599
9600 * mml-smime.el: Remove useless mml-smime-verbose.
9601
9602 * gnus.el: Remove useless gnus-local-domain.
9603
9604 * gnus-gravatar.el (gnus-gravatar-transform-address):
9605 Use gnus-gravatar-size.
9606
9607 * gnus-art.el: Remove useless gnus-treat-translate.
9608
9609 2010-09-24 Julien Danjou <julien@danjou.info>
9610
9611 * gnus-sum.el: Add support for Gravatars.
9612
9613 * gnus-art.el: Add support for Gravatars.
9614
9615 * gnus-gravatar.el: Add this file.
9616
9617 * gravatar.el: Add this file.
9618
9619 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9620
9621 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9622
9623 * gnus-group.el (gnus-group-fetch-faq): Remove.
9624
9625 * gnus.el (gnus-group-faq-directory): Remove.
9626
9627 * gnus-group.el (gnus-group-fetch-charter): Remove.
9628
9629 * gnus.el (gnus-group-charter-alist): Remove.
9630
9631 * gnus-group.el (gnus-group-archive-directory): Remove.
9632 (gnus-group-recent-archive-directory): Ditto.
9633 (gnus-group-make-archive-group): Remove.
9634
9635 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9636
9637 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9638 use the same article number for all the cached articles.
9639
9640 * nnimap.el (nnimap-command): Register the last command time so
9641 that we can use it for idling NOOPs.
9642 (nnimap-open-connection): Start the keeplive timer.
9643 (nnimap-make-process-buffer): Store all the process buffers.
9644 (nnimap-keepalive): New function.
9645
9646 * starttls.el (starttls-open-stream): Add autoload cookie.
9647
9648 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9649
9650 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9651 handling.
9652
9653 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9654
9655 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9656 its data structures.
9657
9658 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9659 instead of the cl.el copy-list.
9660 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9661 equalp.
9662
9663 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9664
9665 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9666 and tool-bar-local-item-from-menu.
9667
9668 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9669 mode-line-highlight face for Emacs.
9670
9671 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9672 loading gnus-sum.elc; fix comment for canlock-verify.
9673 (gnus-article-jump-to-part): Use read-number.
9674 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9675 Remove Emacs pre-21 compatible code for help-echo.
9676 (gnus-article-next-page-1): No need to adjust the number of lines.
9677 (gnus-article-describe-bindings): Always use help-buffer.
9678
9679 * gnus-audio.el (gnus-audio-inline-sound):
9680 * gnus-cus.el (gnus-custom-mode):
9681 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9682
9683 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9684
9685 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9686 compatible code.
9687
9688 2010-09-24 Glenn Morris <rgm@gnu.org>
9689
9690 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9691 visiting the fcc file in rmail-mode.
9692
9693 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9694
9695 * nnir.el: Silence the byte compiler.
9696
9697 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9698 alias to browse-url-url-encode-chars if any.
9699 (gnus-html-encode-url): Use it.
9700
9701 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9702
9703 * gnus-start.el (gnus-use-backend-marks): New variable.
9704 (gnus-get-unread-articles-in-group): Use it.
9705
9706 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9707 makeover.
9708
9709 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9710
9711 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9712
9713 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9714
9715 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9716 Remove.
9717 (gnus-setup-news-hook):
9718 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9719
9720 * gnus-int.el (gnus-request-update-info): Protect against backends not
9721 having the function.
9722
9723 * nnimap.el (nnimap-stream): Mention STARTTLS.
9724 (nnimap-open-connection): Add STARTTLS support.
9725
9726 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9727
9728 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9729
9730 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9731
9732 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9733 BODYSTRUCTUREs.
9734 (nnimap-transform-headers): Unfold quoted {42} headers.
9735
9736 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9737 the info.
9738 (gnus-get-unread-articles): Only call updatep on backends that support
9739 it.
9740
9741 * nnweb.el (nnweb-request-update-info): NOOP.
9742
9743 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9744
9745 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9746 since it only deals with marks.
9747
9748 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9749 gnus-request-marks, and make a new gnus-request-update-info.
9750
9751 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9752 the active instead of the high number, which is usually too low.
9753
9754 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
9755
9756 * encrypt.el: Remove.
9757
9758 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9759
9760 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9761 server in symbolic form.
9762
9763 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9764
9765 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9766
9767 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9768 (nnimap-update-info): Fix up code slightly.
9769
9770 * gnus-int.el (gnus-open-server): Add tracing for performance
9771 debugging.
9772
9773 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9774 (gnus-group-insert-group-line): Pass the real group name so that it
9775 gets the right data.
9776
9777 * gnus-start.el (gnus-get-unread-articles): Don't have
9778 `gnus-get-unread-articles-in-group' update info, since that can be
9779 really slow and doesn't seem to be needed?
9780
9781 2010-09-22 Julien Danjou <julien@danjou.info>
9782
9783 * gnus-group.el (gnus-group-insert-group-line):
9784 Call gnus-group-highlight-line.
9785 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9786 default hook list.
9787 (gnus-group-update-eval-form): Add new function.
9788 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9789 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9790
9791 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9792
9793 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9794 immediate, then expire all articles.
9795 (nnimap-update-info): Fix off-by-one errors.
9796 (nnimap-flags-to-marks): Would return no marks lists for group with no
9797 flags. Instead return the other data.
9798
9799 2010-09-22 Julien Danjou <julien@danjou.info>
9800
9801 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9802 Only return an icon.
9803 (gnus-group-insert-group-line): Compute icon to return.
9804
9805 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9806 (gnus-html-image-fetched): Only cache if
9807 gnus-html-image-automatic-caching is set.
9808 (gnus-html-image-fetched): Check for errors.
9809
9810 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9811
9812 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9813 once per method on `g'. This ensures that backends like nnfolder don't
9814 open all their folders.
9815
9816 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9817 (nnimap-request-list): Nix out group in the correct buffer.
9818 (nnimap-parse-flags): Implement by using `read' instead of
9819 hand-parsing.
9820 (nnimap-flags-to-marks): Pass on permanent-flags.
9821 (nnimap-make-process-buffer): Record the server name.
9822 (nnimap-parse-flags): Fix typo.
9823 (nnimap-request-scan): Run split on the server in general, not just a
9824 single group.
9825
9826 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9827 parameter, and propagate this downwards.
9828
9829 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9830 since EXAMINE changes it on the server.
9831
9832 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9833 this command might take a while.
9834
9835 2010-09-22 Julien Danjou <julien@danjou.info>
9836
9837 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
9838 harmful if you have 2 images side-by-side, they can't be properly
9839 update on text deletion. Using text-property is safer here.
9840 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9841 data.
9842
9843 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9844
9845 * nnimap.el (nnimap-expunge-inbox): Remove.
9846 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9847 (nnimap-expunge): Flip default to t.
9848
9849 * gnus.el (gnus-method-to-server): Don't push things to the cache
9850 unless it's unique.
9851 (gnus-server-to-method): Ditto.
9852
9853 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9854
9855 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9856
9857 2010-09-22 Julien Danjou <julien@danjou.info>
9858
9859 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9860 get the start of data.
9861 (gnus-html-encode-url): Add this function to encode special chars in
9862 URL.
9863 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9864 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9865
9866 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9867 default.
9868 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9869
9870 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9871 images alt-text.
9872 (gnus-html-put-image): Put alt-text as help-echo.
9873
9874 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9875
9876 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9877 * mm-util.el (mm-decompress-buffer):
9878 * nnir.el (nnir-run-find-grep):
9879 * pop3.el (pop3-list): Use 3rd arg of split-string.
9880
9881 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9882
9883 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9884 outside the active range. Suggested by Dan Christensen.
9885
9886 * gnus-start.el (gnus-get-unread-articles): Get the extended method
9887 slightly later to avoid double-getting it.
9888
9889 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9890 previous patch.
9891
9892 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9893
9894 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
9895
9896 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9897
9898 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9899
9900 * gnus-int.el (gnus-open-server): Give a better error message in the
9901 "go offline" case.
9902
9903 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9904 marks for nnimap, which is seldom the right thing to do.
9905
9906 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9907 (gnus-same-method-different-name): New function.
9908
9909 * nnimap.el (parse-time): Require.
9910
9911 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9912 method in the presence of many similar methods.
9913
9914 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9915
9916 * nnimap.el (nnimap-find-expired-articles): Don't refer to
9917 nnml-inhibit-expiry.
9918
9919 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9920 find out whether methods are equal.
9921
9922 * nnimap.el (nnimap-find-expired-articles): New function.
9923 (nnimap-process-expiry-targets): New function.
9924 (nnimap-request-move-article): Request the article before looking at
9925 what the Message-ID is. Fix found by Andrew Cohen.
9926 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9927
9928 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9929 for oldness in addition to being a predicate.
9930
9931 * nnimap.el (nnimap-request-group): When we have zero articles, return
9932 the right data to Gnus.
9933 (nnimap-request-expire-articles): Only delete articles immediately if
9934 the target is 'delete.
9935
9936 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9937 method, this would bug out.
9938
9939 * gnus-group.el (gnus-group-expunge-group): Rename from
9940 gnus-group-nnimap-expunge, and implemented as a normal interface
9941 function.
9942
9943 * gnus-int.el (gnus-request-expunge-group): New function.
9944
9945 * nnimap.el (nnimap-request-create-group): Implement.
9946 (nnimap-request-expunge-group): New function.
9947
9948 2010-09-21 Julien Danjou <julien@danjou.info>
9949
9950 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9951 (gnus-html-cache-expired): Add new function.
9952 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9953 wethever we should display image for fetch it.
9954 Compute alt-text earlier to pass it to the fetching function too.
9955 (gnus-html-schedule-image-fetching): Change function argument to only
9956 get one image at a time, not a list.
9957 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9958 cache.
9959 (gnus-html-get-image-data): New function to retrieve image data from
9960 cache.
9961 (gnus-html-put-image): Change buffer argument to use image data rather
9962 than file, and place image above region rather than inserting a new
9963 one. Do not take alt-text as argument, since it's useless now: we place
9964 the image above alt-text.
9965 (gnus-html-prune-cache): Remove.
9966 (gnus-html-show-images): Start to fetch image when we find one, do not
9967 push into a temporary list.
9968 (gnus-html-prefetch-images): Only fetch image if they have expired.
9969 (gnus-html-browse-image): Fix, use 'gnus-image-url.
9970 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9971
9972 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9973
9974 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9975
9976 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9977
9978 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9979 spec inser "*" if the group isn't active instead of 0.
9980
9981 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9982 opening the server.
9983 (nnimap-request-delete-group): Implement group deletion.
9984 (nnimap-transform-headers): Return the size of the entire message in
9985 the Bytes header, not just the size of the first part.
9986 (nnimap-request-move-article): When moving an article from nnimap,
9987 request the article first so the accepting form has an article to
9988 accept. Reported by Dan Christensen.
9989 (nnimap-command): Make sure that the error message doesn't error out.
9990
9991 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
9992
9993 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9994 we haven't requested anything.
9995
9996 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9997
9998 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9999 "". Fix found by Andrew Cohen.
10000
10001 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10002 instead of -encode-string.
10003
10004 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10005
10006 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10007
10008 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10009 by mm-subst-char-in-string.
10010
10011 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10012
10013 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10014 waiting for the connection string.
10015
10016 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10017 arriving.
10018
10019 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10020 bogus characters. This allows selecting certain Gmail groups.
10021
10022 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10023 (nnimap-fetch-partial-articles): New variable.
10024 (nnimap-open-connection): When looking for credentials, also use the
10025 nnimap-server-port.
10026 (nnimap-request-article): Return the group/article number, so that Gnus
10027 `^' works as expected.
10028 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10029
10030 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10031 comments.
10032 (gnus-methods-sloppily-equal): New function.
10033 (gnus): When using the development version of Gnus, load the gnus-load
10034 file.
10035
10036 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10037 `gnus-open-server' on each method before trying to scan them etc.
10038 This ensures that all the backend parameters are set correctly.
10039
10040 * nnimap.el (nnimap-authenticator): New variable.
10041 (nnimap-open-connection): Allow anonymous login.
10042 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10043 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10044
10045 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10046 patch, found by Knut Anders Hatlen.
10047
10048 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10049
10050 * gnus-agent.el (gnus-agent-batch-confirmation)
10051 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10052 to gnus-message.
10053 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10054 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10055 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10056 * gnus-int.el (gnus-open-server): Likewise.
10057 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10058 (gnus-score-check-syntax): Likewise.
10059 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10060 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10061 Likewise.
10062 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10063
10064 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10065
10066 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10067 calling conventions so that prefetch doesn't bug out.
10068
10069 2010-09-19 Julien Danjou <julien@danjou.info>
10070
10071 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10072 rather than `subst-char-in-region' in order to be able to replace ASCII
10073 char by UTF-8 ones.
10074
10075 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10076 than curl.
10077 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10078 the right URL and ALT text on images.
10079 (gnus-html-wash-tags): Fix tag case.
10080 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10081 (gnus-article-html): Add -o display_ins_del=2 option.
10082 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10083
10084 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10085
10086 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10087 the extra mail headers, which sometimes seem to happen for unknown
10088 reasons.
10089
10090 * mail-parse.el (mail-header-encode-parameter): Define as
10091 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10092 (or most, perhaps?) mail readers don't understand the latter, but do
10093 understand the former.
10094
10095 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10096 to nil, so that no methods are automatically agentized. I think this
10097 is probably what most users want.
10098
10099 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10100 from url-retrieve, for instance about invalid URLs.
10101
10102 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10103 groups that have no articles.
10104 (nnimap-request-article): Check that we really got an article when we
10105 requested one.
10106
10107 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10108 doesn't exist.
10109
10110 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10111 nntp buffer so the agent can save it.
10112 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10113 that CRLF doesn't get translated to \n.
10114 (nnimap-open-connection): Don't make 'shell commands only send \n.
10115
10116 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10117
10118 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10119 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10120 Update var name.
10121 (nnml-generate-nov-file): Use dolist.
10122 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10123 Use with-current-buffer.
10124
10125 2010-09-18 Julien Danjou <julien@danjou.info>
10126
10127 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10128 parallel.
10129
10130 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10131
10132 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10133 the range update right.
10134 (nnimap-request-group): Don't make `M-g' bug out on group with no
10135 marks.
10136 (nnoo): Require, so that other packages can require nnimap.
10137 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10138 command we're looking for. This helps when the server sends more
10139 responses after we've gotten everything we expected.
10140 (nnimap): Add a `newlinep' field to keep track of end-of-line
10141 conventions.
10142 Don't send CRLF to things that don't want it.
10143 (nnimap-request-accept-article): Ditto.
10144
10145 2010-09-18 Julien Danjou <julien@danjou.info>
10146
10147 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10148 than curl to retrieve images.
10149
10150 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10151
10152 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10153 the marks.
10154 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10155 (nnimap-wait-for-connection): New function.
10156 (nnimap-open-connection): If we have PREAUTH, don't query for login
10157 credentials.
10158 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10159 when doing a partial update.
10160
10161 2010-09-18 Julien Danjou <julien@danjou.info>
10162
10163 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10164 tags.
10165
10166 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10167
10168 * nnimap.el (nnimap-credentials): New function.
10169 (nnimap-open-connection): Use the new function to look for credentials
10170 also on the numeric equivalents of "imap" and "imaps".
10171
10172 * gnus-start.el (gnus-activate-group): Send the info to
10173 gnus-request-group.
10174
10175 * nnimap.el (nnimap-request-group): Have the "check" version of the
10176 function parse flags and update the info, so that a `M-g' get a total
10177 resync of all flags from the group.
10178
10179 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10180 to allow backends to alter the info on group selection. Also alter all
10181 the backend -request-group functions to take the parameter.
10182
10183 * nnimap.el (nnimap-store-info): New function.
10184 (nnimap-update-info): Store the info for later usage.
10185 (nnimap-request-group): Use the stored info for the dont-check case, so
10186 that we don't retrieve all marks when we enter a group.
10187
10188 * nnimap.el: Use deffoo instead of defun for interface functions.
10189
10190 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10191 update the group info. This makes the nndraft groups, for instance, go
10192 back to their old behavior.
10193
10194 * gnus-sum.el (gnus-select-newsgroup): Indent.
10195
10196 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10197 in.
10198 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10199 nothing.
10200
10201 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10202 from methods that are denied.
10203
10204 * gnus-int.el (gnus-method-denied-p): New function.
10205
10206 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10207 store the password instead of netrc.
10208 (nnimap-open-connection): Don't error out when we can't make a
10209 connections.
10210
10211 * auth-source.el (auth-source-create): In the password prompt, say what
10212 we're querying for. Also prompt for user name if that hasn't been
10213 given.
10214
10215 * nnimap.el (nnimap-with-process-buffer): Remove.
10216
10217 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10218
10219 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10220 method when we're reading from the agent.
10221
10222 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10223
10224 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10225 that's probably most useful for users.
10226
10227 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10228 "failed" all the time.
10229
10230 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10231 ...)) with (with-current-buffer ...).
10232
10233 * nntp.el (nntp-open-server): Return whether the open was successful or
10234 not.
10235
10236 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10237 select an unread unseen article first.
10238
10239 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10240 /etc/services, supply some sensible port defaults.
10241
10242 2010-09-17 Julien Danjou <julien@danjou.info>
10243
10244 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10245
10246 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10247
10248 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10249 doesn't have any parameters.
10250
10251 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10252
10253 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10254 only upcased checks.
10255
10256 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10257
10258 * nnimap.el (nnimap-open-shell-stream): New function.
10259 (nnimap-open-connection): Use it.
10260 (nnimap-transform-headers): Get the number of lines in each message.
10261 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10262 number of lines.
10263 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10264 problem.
10265
10266 * utf7.el (utf7-encode): Autoload.
10267
10268 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10269 to allow the mail splitting to not return a default group. This is
10270 useful for nnimap, which will leave unmatched mail in the inbox.
10271
10272 * nnimap.el: Rewritten.
10273
10274 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10275 nnimap usage.
10276
10277 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10278 if the move is internal, so that nnimap can do fast internal moves.
10279
10280 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10281 data.
10282 (gnus-read-active-for-groups): Support finishing the early retrieval of
10283 data.
10284
10285 * gnus-range.el (gnus-range-nconcat): New function.
10286
10287 * gnus-int.el (gnus-finish-retrieve-group-infos)
10288 (gnus-retrieve-group-data-early): New functions.
10289
10290 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10293 (nnrss-retrieve-groups):
10294 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10295 (pop3-quit): Use with-current-buffer.
10296
10297 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10298
10299 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10300 instead of nnheader-accept-process-output.
10301
10302 * gnus-html.el (gnus-html-schedule-image-fetching)
10303 (gnus-html-prefetch-images): Replace process-kill-without-query by
10304 gnus-set-process-query-on-exit-flag.
10305
10306 2010-09-16 Romain Francoise <romain@orebokech.com>
10307
10308 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10309
10310 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10311
10312 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10313 parameter to unintern is mandatory-ish in Emacs 24.
10314
10315 * gnus-html.el (gnus-html-schedule-image-fetching)
10316 (gnus-html-prefetch-images): Check for curl before using it.
10317
10318 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10319 depend on curl, which isn't essential.
10320
10321 * imap.el: Revert back to version
10322 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10323 seem problematic.
10324
10325 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10326
10327 * gnus-registry.el (gnus-registry-install-shortcuts):
10328 Explicitly pass `obarray' to `unintern' to avoid a warning.
10329
10330 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10331
10332 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10333 change.
10334
10335 * nnrss.el (nnrss-request-list): Remove this function and related
10336 functions, including the moreover stuff.
10337
10338 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10339
10340 * nnrss.el (nnrss-retrieve-groups): New function.
10341
10342 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10343
10344 * .dir-locals.el: Add no-byte-compile cookie.
10345
10346 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10347
10348 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10349 for back end that doesn't support request-scan.
10350
10351 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10352
10353 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10354 then do request scans from the backends.
10355
10356 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10357 avoid running a hook per line, since this takes a lot of time,
10358 profiling shows.
10359 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10360 directly if gnus-visual-p is true.
10361
10362 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10363
10364 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10365 groups; replace mapcar with dolist which is a bit faster; pass groups
10366 info to gnus-read-active-file-1.
10367 (gnus-read-active-file-1): Scan only specified groups if the new
10368 optional arg `infos' is given.
10369
10370 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10371
10372 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10373
10374 * pop3.el (pop3-movemail): Remove.
10375 (pop3-streaming-movemail): Rename to pop3-movemail.
10376
10377 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10378 don't restrict end-tag searches to the end of the line.
10379
10380 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10381
10382 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10383 articles of every unchecked group to t, which means unknown since the
10384 server has never been opened.
10385
10386 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10387
10388 * gnus-html.el (gnus-html-show-alt-text): New command.
10389 (gnus-html-browse-image): Ditto.
10390 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10391 to browse the image directly.
10392 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10393 better.
10394
10395 * gnus-async.el (gnus-async-article-callback):
10396 Call `gnus-html-prefetch-images' unconditionally.
10397
10398 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10399 before feeding URLs to curl.
10400
10401 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10402
10403 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10404 internal images as deletable by `W D D'.
10405
10406 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10407 (gnus-async-article-callback): Fix typo.
10408
10409 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10410
10411 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10412 current line to work around bugs in the output from w3m.
10413
10414 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10415 for groups that want that.
10416
10417 * nntp.el (nntp-wait-for-string): Supply a timeout for
10418 accept-process-output to ensure progress.
10419
10420 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10421 level to get unread articles from, then use that for foreign groups,
10422 too.
10423
10424 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10425 confuses the rest of the function.
10426
10427 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10428 for the methods that support -retrieve-groups, too.
10429
10430 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10431
10432 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10433
10434 * pop3.el: Require cl when compiling.
10435 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10436
10437 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10438
10439 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10440 that aren't going to be activated.
10441 (gnus-get-unread-articles): Fix up the last commit.
10442
10443 * gnus-html.el (gnus-article-html): Allow calling without specifying
10444 the handle. In that case, dissect the buffer first.
10445
10446 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10447
10448 * nnimap.el (nnimap-open-connection): Revert the change that would look
10449 into authinfo for imaps instead of imap.
10450
10451 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10452 say that you don't want to call gnus-request-group with don-check, but
10453 do check the response. This is for virtual groups only.
10454 (gnus-get-unread-articles): Count the archive groups as secondary, so
10455 that they're activated the same way as before.
10456
10457 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10458 case-insensitively.
10459 (nnimap-debug): Remove.
10460
10461 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10462 mail from a file, and the file doesn't exist.
10463
10464 * pop3.el (pop3-streaming-movemail): Return t for success.
10465
10466 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10467 .authinfo if we're using ssl connection.
10468
10469 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10470 already have if we're in a main Gnus `g' run.
10471
10472 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10473
10474 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10475
10476 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10477
10478 * nnmh.el (nnmh-request-list-1): Bind `file'.
10479
10480 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10481 alias to set-process-query-on-exit-flag or process-kill-without-query.
10482 (pop3-open-server): Use it.
10483
10484 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10485
10486 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10487 box to the Incoming file. Fixes mistake in previous checkin.
10488
10489 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10490 request loop (for debugging purposes) removed.
10491
10492 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10493 culprit is more visible.
10494 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10495 (nnml-add-incremental-nov): New functions to do "incremental" nov
10496 updates, where we just append to the end of the existing nov files
10497 without reading/writing them in full.
10498
10499 * mail-source.el (mail-source-delete-crash-box): Really only check the
10500 incoming files once in a while.
10501
10502 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10503
10504 * mail-source.el (mail-source-delete-crash-box): Only check the
10505 incoming files for deletion once per day to save a lot of file
10506 accesses.
10507
10508 * pop3.el (pop3-logon): Fix up unbound variable typo.
10509
10510 * mail-source.el (pop3-streaming-movemail): Autoload.
10511
10512 * pop3.el (pop3-streaming-movemail):
10513 Respect pop3-leave-mail-on-server.
10514
10515 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10516 retrieval.
10517
10518 * pop3.el (pop3-process-filter): Remove unused function.
10519 (pop3-streaming-movemail, pop3-send-streaming-command)
10520 (pop3-wait-for-messages, pop3-write-to-file)
10521 (pop3-number-of-responses): New functions for streaming pop3
10522 retrieval.
10523
10524 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10525 come from no known methods.
10526 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10527 list.
10528
10529 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10530 message sizes.
10531 (pop3-movemail): Use erase-buffer instead of looping and deleting
10532 regions, which seems rather odd.
10533
10534 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10535 file once per `g' run.
10536
10537 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10538 directories. This makes the draft queue directory work.
10539
10540 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10541 data from the backends, so that we only request the list of groups from
10542 each method once. This should speed things up considerably.
10543
10544 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10545 detect that it's not implemented.
10546
10547 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10548 we actually do recurse down into the tree, but don't stat all leaf
10549 nodes.
10550
10551 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10552 then say so instead of bugging out.
10553
10554 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10555 files exist before trying to read them.
10556
10557 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10558 around <pre_int>.
10559
10560 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10561
10562 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10563
10564 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10565
10566 * mm-util.el (mm-image-load-path): Just return the image directories,
10567 not all directories in the path in addition to the image directories.
10568 (mm-image-load-path): Maintain a cache of the image directories so that
10569 the `g' command in Gnus doesn't have to stat dozens of directories each
10570 time.
10571
10572 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10573 (gnus-html-wash-tags): Add a new `i' command to insert images.
10574 (gnus-html-insert-image): New command and keystroke.
10575 (gnus-html-redisplay-with-images): New command and keystroke.
10576 (gnus-html-show-images): Rename command.
10577 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10578 spacers.
10579 (gnus-html-wash-tags): Decode entities at the end, so that entities
10580 inside the tags don't mess up the rest of the "parsing".
10581
10582 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10583 so that nnimap methods aren't agentized by default. There's apparently
10584 many problems related to agent/imap behavior.
10585
10586 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10587
10588 * gnus-html.el: Doc fix.
10589
10590 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10591
10592 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10593 glyph-width and glyph-height instead of display-graphic-p and
10594 image-size; make avoidance of displaying small images work for XEmacs.
10595
10596 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10597 for XEmacs.
10598
10599 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10600 of symbol that holds plist data.
10601 (gnus-process-plist): Remove plist of process after getting it.
10602
10603 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10604
10605 * message.el (message-generate-hashcash): Change default to
10606 'opportunistic if hashcash is installed.
10607
10608 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10609 (gnus-html-put-image): Only call image-size once, since it's somewhat
10610 time-consuming on remote X servers.
10611
10612 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10613
10614 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10615 decoded contents.
10616 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10617
10618 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10619
10620 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10621 group line format, since it isn't very interesting.
10622
10623 * gnus-agent.el (gnus-agent-short-article),
10624 (gnus-agent-long-article): Increase values for these two variables,
10625 since most people are likely to have more network connection and
10626 storage than before.
10627
10628 * gnus.el (gnus-refer-article-method): Change default to 'current.
10629 When referring an article, the common behavior is to refer it from the
10630 current select method, not the native select method. The chances of
10631 the native select method having the message in question is rather slim
10632 these days.
10633
10634 * gnus-sum.el (gnus-auto-select-subject): Change default to
10635 `unseen-or-unread'. I think it's likely that most people want to
10636 select an unseen article over a previously seen, but unread one.
10637
10638 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10639 means that in the article buffer none of the minor mode elements will
10640 be shown, usually, and this is not desirable in most cases.
10641
10642 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10643 that commands like `d' (and the like) go to the next line in the
10644 buffer, instead of the next unread article. I think this is the
10645 behavior that is most natural for most users.
10646 (gnus-single-article-buffer): Change default to nil, so that people can
10647 have as many article buffers open as they have summary buffer. I think
10648 this is the most natural way for the groups to behave.
10649
10650 * message.el (message-generate-new-buffers): Change default to
10651 `unsent', so that all new message buffers start their names with the
10652 string "*unsent", and it's easier to find the buffers if you move from
10653 them.
10654
10655 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10656
10657 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10658 small. They're probably tracking images.
10659 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10660 (gnus-html-rescale-image): Yet another try at getting the image sizing
10661 right.
10662
10663 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10664 nntp-marks-file-name is nil.
10665
10666 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10667
10668 * gnus-html.el (gnus-html-wash-tags)
10669 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10670 Better logging.
10671
10672 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10673
10674 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10675
10676 * gnus-html.el (gnus-html-wash-tags): Check the value of
10677 gnus-blocked-images in the summary buffer.
10678
10679 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10680
10681 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10682
10683 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10684
10685 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10686 like "a", it seems like.
10687 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10688 since it needs to be picked from the correct buffer.
10689
10690 * nnwfm.el: Remove.
10691
10692 * nnlistserv.el: Remove.
10693
10694 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10695
10696 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10697 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10698
10699 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10700
10701 * nnkiboze.el: Remove.
10702
10703 * nndb.el: Remove.
10704
10705 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10706 alt text.
10707 (gnus-html-rescale-image): Try to get the rescaling logic right for
10708 images that are just wide and not tall.
10709
10710 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10711 overshadow variable bindings.
10712
10713 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10714
10715 * gnus-html.el (gnus-html-wash-tags)
10716 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10717 Add extra logging.
10718
10719 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10720
10721 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10722 (gnus-max-image-proportion): New variable.
10723 (gnus-html-rescale-image): New function.
10724 (gnus-html-put-image): Rescale images.
10725
10726 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10727
10728 Fix up some byte-compiler warnings.
10729 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10730 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10731 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10732 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10733 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10734 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10735 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10736
10737 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10738
10739 * gnus-html.el (gnus-article-html): Decode contents by charset.
10740
10741 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10742
10743 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10744 (gnus-html-frame-width, gnus-blocked-images):
10745 * message.el (message-prune-recipient-rules): Add custom version.
10746 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10747
10748 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10749 functions.
10750
10751 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10752 gnus-process-get.
10753
10754 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
10755
10756 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10757 instead of lsub directly.
10758
10759 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10760
10761 * nnwarchive.el: Remove.
10762
10763 * gnus-soup.el: Remove.
10764
10765 * nnsoup.el: Remove.
10766
10767 * nnultimate.el: Remove.
10768
10769 * gnus-html.el (gnus-blocked-images): New variable.
10770
10771 * message.el (message-prune-recipients): New function.
10772 (message-prune-recipient-rules): New variable.
10773
10774 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10775 guess whether a long line is natural text or not.
10776
10777 * gnus-html.el (gnus-html-schedule-image-fetching):
10778 Use gnus-process-plist and friends for compatibility.
10779
10780 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10781
10782 * gnus-html.el: Require packages that define macros used in this file.
10783 (gnus-article-mouse-face): Declare to silence byte-compiler.
10784 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10785 process-get.
10786 (gnus-html-put-image): Use plist-get to avoid getf.
10787 (gnus-html-prefetch-images): Use with-current-buffer.
10788
10789 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10790
10791 * gnus-ems.el: Provide compatibility functions for
10792 gnus-set-process-plist.
10793
10794 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10795 * gnus.el (gnus-valid-select-methods):
10796 * message.el (message-send-mail-partially-limit):
10797 * mm-decode.el (mm-text-html-renderer):
10798 * mml.el (mml-insert-mime-headers-always):
10799 * smiley.el (smiley-regexp-alist): Bump custom version.
10800
10801 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10802
10803 * gnus-html.el: Require mm-url.
10804 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10805 with the url to `url'.
10806 (gnus-html-wash-tags): Support cid: URLs/images.
10807
10808 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10809
10810 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10811 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10812 bindings, as they aren't useful at all. `w' is moved to `W w'.
10813
10814 * gnus-move.el: Remove file, since it doesn't really work.
10815
10816 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10817 UTF-8. This seems to fix problems with some German web feeds.
10818
10819 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10820 at the top so that the proper colors are applied.
10821
10822 * gnus-art.el (gnus-article-view-part): Doc fix.
10823
10824 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10825 XEmacs-compatible.
10826 (gnus-html-put-image): Don't do images on non-graphic displays.
10827
10828 * nnslashdot.el: Remove this unused backend.
10829
10830 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10831 actions.
10832 (gnus-undo-register-1): Revert last change.
10833
10834 * gnus-group.el (gnus-group-completing-read): Protect against not
10835 having completion-styles bound.
10836
10837 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10838 make broken recipients happier.
10839
10840 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10841
10842 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10843 point parameter.
10844
10845 * gnus-group.el (gnus-group-completing-read): Add 'substring to
10846 completion-styles for group selection.
10847
10848 2009-02-04 Andreas Schwab <schwab@suse.de>
10849
10850 * gnus-score.el (gnus-score-string): Fix regex for matching extra
10851 headers and regexp-quote the match if necessary.
10852
10853 2009-03-24 Miles Bader <miles@gnu.org>
10854
10855 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10856 the blinking smiley.
10857
10858 2009-03-24 Simon Josefsson <simon@josefsson.org>
10859
10860 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10861 blink smiley.
10862
10863 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10864
10865 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10866 where the dribbel file lives exists.
10867
10868 * message.el (message-send-mail-partially-limit): Change the default to
10869 nil, since most people don't want this.
10870
10871 * mm-url.el (mm-url-decode-entities): Also decode entities like
10872 &#x3212.
10873
10874 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
10875
10876 * gnus-sum.el (gnus-summary-idna-message):
10877 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10878 Hyperlink urls in docstrings with URL `...'.
10879
10880 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
10881
10882 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10883 functions.
10884
10885 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10886
10887 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10888 say what the mouseover text should be.
10889
10890 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10891 version of the mm-w3m-safe-url-regexp variable to only download images
10892 in the groups where we want that to happen.
10893
10894 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10895
10896 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10897 easier debugging.
10898 (gnus-article-beginning-of-window): Add kludge to allow spacing past
10899 big pictures in the article buffer.
10900
10901 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10902 gnus-article-html.
10903 (mm-text-html-renderer): gnus-article-html needs curl in addition to
10904 w3m.
10905
10906 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10907
10908 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10909
10910 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10911 which doesn't exist.
10912
10913 * message.el (message-inhibit-ecomplete): New variable to allow some
10914 function to inhibit ecomplete address storage.
10915 (message-resend): Disable ecomplete message storage when resending
10916 messages.
10917
10918 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10919
10920 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
10921
10922 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10923 Save excursion while copying, moving, and deleting articles in order to
10924 prevent the cursor from jumping to unforeseen place.
10925
10926 2010-08-17 Glenn Morris <rgm@gnu.org>
10927
10928 * gnus-sync.el: Require gnus components whose functions are used.
10929
10930 * gnus-art.el (bookmark-make-record-function):
10931 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10932 Declare for compiler.
10933
10934 * mm-url.el (mml-compute-boundary): Autoload.
10935
10936 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10937
10938 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10939
10940 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
10941
10942 Typo fix "hoo4a" -> "hook".
10943
10944 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10945
10946 2010-08-14 Glenn Morris <rgm@gnu.org>
10947
10948 * gnus-sync.el (gnus-sync): Fix defgroup version.
10949
10950 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
10951
10952 Doc fixes and keep unknown groups (ammended for nunion bug fix).
10953
10954 * gnus-sync.el: Fix docs.
10955 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10956 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10957
10958 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10959
10960 Optimizations for gnus-sync.el.
10961
10962 * gnus-sync.el: Add docs about gnus-sync-backend
10963 possibilities.
10964 (gnus-sync-save): Remove unnecessary message.
10965 (gnus-sync-read): Optimize and show what groups were skipped.
10966
10967 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10968
10969 Minor bug fixes for gnus-sync.el.
10970
10971 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10972 Don't read the sync on get-new-news.
10973
10974 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10975 quiet.
10976
10977 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10978 (fix typo).
10979
10980 2010-07-30 Lawrence Mitchell <wence@gmx.li>
10981
10982 Make saving and restoring of hidden threads work with overlays.
10983 Patch applied by Ted Zlatanov.
10984
10985 * gnus-sum.el (gnus-hidden-threads-configuration)
10986 (gnus-restore-hidden-threads-configuration): Update to deal with text
10987 properties, rather than searching for a magic character.
10988
10989 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10990
10991 New gnus-sync.el library for synchronization of marks.
10992
10993 * gnus-sync.el: New library for synchronization of marks.
10994
10995 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10996 renamed from `gnus-registry-grep-in-list'.
10997
10998 * gnus-registry.el (gnus-registry-follow-group-p):
10999 Use `gnus-grep-in-list'.
11000
11001 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11002
11003 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11004
11005 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11006 determining charset of text fails.
11007
11008 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11009
11010 * nnmail.el (nnmail-get-new-mail-1): Revert.
11011
11012 * nnml.el (nnml-active-number): Make sure names of newly created groups
11013 in nnml-group-alist are encoded.
11014
11015 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11016
11017 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11018 containing non-ASCII characters in active file for nnml back end.
11019
11020 2010-07-24 David Engster <dengste@eml.cc>
11021
11022 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11023 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11024
11025 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11026
11027 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11028 tag (Bug#6654).
11029
11030 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11031
11032 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11033 the article buffer, not the summary buffer.
11034
11035 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11036
11037 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11038 Emacs 23 as well.
11039
11040 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11041
11042 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11043 Patch applied by Karl Fogel.
11044
11045 * gnus-sum.el (gnus-summary-bookmark-make-record):
11046 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11047
11048 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11049
11050 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11051 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11052 C-w still not working correctly from Article buffers; Thierry's
11053 patch to fix that will be applied after this.
11054
11055 * gnus-art.el (bookmark-make-record-function): New local variable.
11056
11057 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11058 article buffer.
11059 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11060
11061 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11062
11063 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11064 on changes in bookmark.el.
11065
11066 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11067
11068 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11069 the *other* type of HTML form submission.
11070
11071 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11072
11073 * auth-source.el (auth-source-pick): If choice does not contain a
11074 questioned keyword, set the check to t.
11075
11076 2010-06-12 Romain Francoise <romain@orebokech.com>
11077
11078 * gnus-util.el (gnus-date-get-time): Move up before first use.
11079
11080 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11081
11082 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11083 (gnus-article-edit-part): Bind it to make last part that is substituted
11084 or deleted visible.
11085 (gnus-mime-display-single): Buttonize part of which id equals to
11086 gnus-mime-buttonized-part-id.
11087
11088 2010-06-10 Dan Christensen <jdc@uwo.ca>
11089
11090 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11091 (gnus-dd-mmm): Use gnus-date-get-time.
11092 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11093 simplify logic.
11094 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11095 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11096
11097 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11098
11099 * auth-source.el (top): Autoload `secrets-list-collections',
11100 `secrets-create-item', `secrets-delete-item'.
11101 (auth-sources): Fix tag string.
11102 (auth-get-source, auth-source-retrieve, auth-source-create)
11103 (auth-source-delete): New defuns.
11104 (auth-source-pick): Rewrite in order to avoid 2 passes.
11105 (auth-source-forget-user-or-password): New parameter USERNAME.
11106 (auth-source-user-or-password): New parameters CREATE-MISSING and
11107 DELETE-EXISTING. Retrieve password interactively, if needed.
11108
11109 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11110
11111 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11112 deleting unused directories when gnus-expert-user is t.
11113
11114 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11115
11116 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11117 for each temp file when gnus-article-browse-delete-temp is ask.
11118
11119 2010-05-20 Kevin Ryde <user42@zip.com.au>
11120
11121 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11122
11123 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11124
11125 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11126 article unless decoding article to be saved.
11127
11128 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11129
11130 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11131 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11132 generated within the mm-with-unibyte-current-buffer macro.
11133
11134 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11135
11136 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11137 to nil when we're in a mml-preview buffer and no group is selected.
11138
11139 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11140
11141 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11142 when catching the `C-g'. Reported by "Leo".
11143
11144 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11145
11146 * message.el (message-forward-make-body-plain)
11147 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11148 multibyte-string-p.
11149
11150 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11151
11152 * message.el (message-forward-make-body-mml): Assume original message
11153 is multibyte string; error on unibyte.
11154 (message-forward-make-body-plain): Ditto; don't add excessive newline
11155 in body end.
11156
11157 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11158
11159 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11160 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11161
11162 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11163
11164 * mm-extern.el (mm-extern-url): Don't use
11165 mm-with-unibyte-current-buffer.
11166 (mm-extern-cache-contents): Use with-current-buffer instead of
11167 save-excursion + set-buffer.
11168
11169 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11170
11171 * mm-util.el (mm-emacs-mule): Remove.
11172
11173 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11174
11175 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11176 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11177 change.
11178
11179 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11180
11181 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11182 bind the default value of enable-multibyte-characters to nil.
11183
11184 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11185
11186 * message.el (message-forward-make-body-plain)
11187 (message-forward-make-body-mml):
11188 Don't use mm-with-unibyte-current-buffer.
11189
11190 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11191
11192 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11193 (Bug#5592).
11194
11195 2010-05-07 Julien Danjou <julien@danjou.info>
11196
11197 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11198 it to mm-pipe-part.
11199
11200 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11201 it is given.
11202
11203 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11204
11205 * nnweb.el (nnweb-gmane-search):
11206 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11207 XEmacs.
11208
11209 * gnus-art.el (gnus-article-browse-html-parts):
11210 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11211 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11212 make-temp-file.
11213
11214 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11215 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11216 compiling.
11217
11218 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11219 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11220 XEmacs when compiling.
11221
11222 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11223 gnus-pick-mode-off-hook for XEmacs when compiling.
11224 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11225 gnus-binary-mode-off-hook for XEmacs when compiling.
11226
11227 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11228 Return nil if char-charset is not available.
11229
11230 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11231 macro.
11232
11233 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11234 instead of encode-coding-string.
11235
11236 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11237 'xemacs) instead of mm-emacs-mule to switch function definitions.
11238 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11239
11240 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11241
11242 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11243
11244 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11245
11246 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11247 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11248
11249 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11250
11251 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11252 alias `jka-compr-delete-temp-file' no longer exists.
11253
11254 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11255
11256 Use define-minor-mode in Gnus where applicable.
11257 * mml.el (mml-mode): Use define-minor-mode.
11258 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11259 (gnus-undo-mode): Use define-minor-mode.
11260 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11261 (gnus-dead-summary-mode): Use define-minor-mode.
11262 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11263 Initialize in declaration.
11264 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11265 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11266 (gnus-mailing-list-mode): Use define-minor-mode.
11267 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11268 (gnus-draft-mode): Use define-minor-mode.
11269 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11270 (gnus-dired-mode): Use define-minor-mode.
11271
11272 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11273
11274 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11275 handles on recursive mml-to-mime translation and check them for
11276 boundary delimiter collisions. Reported by Greg Troxel.
11277
11278 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11279
11280 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11281
11282 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11283
11284 * mm-util.el (mm-find-buffer-file-coding-system):
11285 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11286
11287 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11288
11289 * message.el (message-generate-headers): Record insertion of optional
11290 headers as well. Otherwise the check to prevent repeated insertion of
11291 optional headers is a no-op.
11292
11293 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11294
11295 * smime.el: Don't mention CVS.
11296
11297 * nnrss.el (nnrss-fetch): Don't mention CVS.
11298
11299 * nnir.el: Don't mention CVS.
11300
11301 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * gnus-sum.el (gnus-summary-bookmark-make-record):
11304 Add `location' field.
11305
11306 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11309 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11310 Use with-current-buffer to silence the byte-compiler.
11311 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11312 bother to require `gnus'.
11313 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11314
11315 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11316
11317 * gnus-sum.el (gnus-summary-bookmark-make-record)
11318 (gnus-summary-bookmark-jump): New functions.
11319 (gnus-summary-mode): Setup bookmark support.
11320
11321 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11322
11323 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11324 if set.
11325
11326 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11327
11328 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11329 gnus-article-browse-html-save-cid-image; make it work recursively for
11330 forwarded messages as well.
11331 (gnus-article-browse-html-parts): Work when prefix arg is given.
11332 (gnus-article-browse-html-article): Doc fix.
11333
11334 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11335
11336 * message.el (message-default-mail-headers):
11337 (message-default-headers): Carry the value mail-default-headers over
11338 into message-default-mail-headers, rather than message-default-headers.
11339
11340 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11341
11342 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11343 charset.
11344
11345 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11346 charset into the <meta> tag when the article is encoded to utf-8.
11347
11348 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11349
11350 * gnus-art.el (gnus-article-browse-delete-temp-files):
11351 Delete directories as well.
11352 (gnus-article-browse-html-parts): Work for images that do not specify
11353 file names; delete temp directory when quitting; insert header at the
11354 right place; use file: scheme for image files.
11355
11356 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11357
11358 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11359 (gnus-article-browse-html-parts): Use it to make temporary cid image
11360 files in addition to html file so that browser may display them.
11361
11362 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11363
11364 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11365
11366 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11367
11368 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11369
11370 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11371
11372 * auth-source.el (auth-sources): Change default to be simpler.
11373 Explain about Secret Service API sources. Improve Customize options.
11374 (auth-source-pick): Change to accept any number of search parameters.
11375 Implement fallbacks iteratively, not recursively. Add scoring on the
11376 second pass and sort by score. Call Secret Service API when needed.
11377 (auth-source-user-or-password): Use it. Call Secret Service API
11378 directly when needed to get the user name and the password.
11379
11380 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11381
11382 * message.el (message-interactive): Doc fix.
11383 (message-qmail-inject-args): Reflow.
11384 (message-kill-to-signature): Fix typo in docstring.
11385
11386 * smiley.el (smiley-buffer): Fix typo in docstring.
11387
11388 2010-03-24 Glenn Morris <rgm@gnu.org>
11389
11390 * mail-source.el (gnus-message): Declare.
11391 (mail-source-delete-old-incoming): Require gnus-util.
11392
11393 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11394
11395 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11396
11397 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11398
11399 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11400 password-cache's default if it is not bound.
11401 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11402 password-cache-expiry's default if it is not bound.
11403
11404 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11405 available in Emacs 21.
11406
11407 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11408
11409 * auth-source.el (auth-sources): Fix up definition so extra parameters
11410 are always inline.
11411
11412 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11413
11414 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11415 wasn't updated after mismatch. Clear cached mailbox info correctly
11416 when uidvalidity changes.
11417 (nnimap-group-prefixed-name): New function to avoid some code
11418 duplication.
11419 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11420 (nnimap-request-group): Use it.
11421 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11422 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11423 with many imap folders. This is done by caching the group status from
11424 the imap server persistently in a group parameter `imap-status'. (This
11425 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11426 but not persistently, so every Gnus startup was still very slow.)
11427
11428 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11429
11430 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11431 secrets.el dependency.
11432 (auth-sources): Add optional user name. Add secrets.el configuration
11433 choice (unused right now).
11434
11435 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11436
11437 * gnus-sum.el (gnus-summary-make-menu-bar):
11438 Let `gnus-registry-install-shortcuts' fill in the functions.
11439
11440 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11441 warnings.
11442 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11443 (gnus-registry-install-shortcuts): Populate and use it in a
11444 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11445
11446 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11447
11448 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11449 In-place substitutions for the group name encoding/decoding.
11450 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11451 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11452 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11453 (nnimap-update-unseen, nnimap-request-list)
11454 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11455 (nnimap-request-set-mark, nnimap-split-to-groups)
11456 (nnimap-split-articles, nnimap-request-newgroups)
11457 (nnimap-request-create-group, nnimap-request-accept-article)
11458 (nnimap-request-delete-group, nnimap-request-rename-group)
11459 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11460 `encoded-mbx' for consistency.
11461 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11462 variable `imap-current-mailbox'.
11463
11464 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11465 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11466
11467 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11468
11469 * pop3.el (pop3-display-message-size-flag): Display message size byte
11470 counts during POP3 download.
11471 (pop3-movemail): Use it.
11472 (pop3-list): Implement listing of available messages.
11473
11474 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11475
11476 * nnir.el (nnir-get-article-nov-override-function): New function to
11477 override the normal NOV retrieval.
11478 (nnir-retrieve-headers): Use it.
11479
11480 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11481
11482 * auth-source.el (netrc-machine-user-or-password): Autoload.
11483
11484 2010-03-19 Glenn Morris <rgm@gnu.org>
11485
11486 Stop message.el from loading about 40 libraries it doesn't always need.
11487 The general approach is to autoload rather than require, and to
11488 require in the specific functions rather than the file. (Bug#5642)
11489
11490 * gmm-utils.el: Don't require wid-edit.
11491 (widget-create-child-value, widget-convert, widget-default-get):
11492 Autoload.
11493
11494 * gnus-util.el: Don't require time-date, netrc.
11495 (message-fetch-field, gnus-group-name-decode): Declare rather than
11496 autoloading.
11497 (gnus-fetch-field): Require message.
11498 (gnus-decode-newsgroups): Require gnus-group.
11499
11500 * ietf-drums.el: Don't require time-date.
11501
11502 * message.el: Don't require hashcash, canlock, ecomplete.
11503 Do require mail-utils. Require nnheader only when compiling.
11504 (smtpmail-default-smtp-server): Remove declaration.
11505 (message-send-mail-function): Check smtpmail-default-smtp-server
11506 is bound rather than requiring smtpmail.
11507 (message-auto-save-directory, message-insert-signature):
11508 Use expand-file-name rather than nnheader-concat.
11509 (nnheader-insert-file-contents): Autoload.
11510 (hashcash-wait-async): Declare.
11511 (message-send-mail): Only call gnus-setup-posting-charset if
11512 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11513 (message-send-mail-with-sendmail): Require sendmail.
11514 (canlock-password, canlock-password-for-verify): Declare.
11515 (message-canlock-password): Require canlock.
11516 (nnheader-get-report): Autoload.
11517 (gnus-setup-posting-charset): Declare.
11518 (message-send-news): Require gnus-msg.
11519 (message-make-references, message-make-in-reply-to): Use mail-header-id
11520 rather than the alias mail-header-message-id.
11521 (ecomplete-add-item, ecomplete-save): Declare.
11522 (message-put-addresses-in-ecomplete): Require ecomplete.
11523 (ecomplete-display-matches): Autoload.
11524
11525 * mm-decode.el: Don't require mailcap, gnus-util.
11526 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11527 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11528 Autoload.
11529 (mailcap-mime-extensions): Declare.
11530
11531 * mm-encode.el: Don't require mailcap.
11532 (mailcap-extension-to-mime): Autoload.
11533
11534 * mml-sec.el: Don't require password-cache.
11535
11536 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11537 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11538 (mml-minibuffer-read-type): Require mailcap.
11539 (mml-preview): Require gnus-msg.
11540
11541 * mml1991.el: Require password-cache.
11542 (password-cache-expiry): Remove declaration.
11543
11544 * mml2015.el: Require password-cache.
11545 (password-cache-expiry): Remove declaration.
11546
11547 * nneething.el (mailcap): Require mailcap.
11548
11549 * nnheader.el (declare-function): Add compatibility stub.
11550 (message-remove-header): Declare rather than autoload.
11551 (nnheader-replace-header): Require message.
11552
11553 * nnimap.el (declare-function): Add compatibility stub.
11554 (netrc-parse, netrc-machine-user-or-password): Declare.
11555 (nnimap-open-connection): Require netrc.
11556
11557 * nntp.el (declare-function): Add compatibility stub.
11558 (netrc-parse, netrc-machine, netrc-get): Declare.
11559 (nntp-send-authinfo): Require netrc.
11560
11561 * rfc2047.el: Don't require qp.
11562 (quoted-printable-encode-region, quoted-printable-decode-string):
11563 Autoload.
11564
11565 * sieve-mode.el: Don't require easymenu.
11566 (easy-menu-add-item): Autoload it.
11567
11568 * spam-stat.el (time-to-number-of-days): Autoload it.
11569
11570 2010-03-17 Kevin Ryde <user42@zip.com.au>
11571
11572 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11573 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11574 value if any backslash escapes).
11575
11576 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11577
11578 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11579 if it is available. (bug#5647)
11580
11581 2010-02-26 Glenn Morris <rgm@gnu.org>
11582
11583 * message.el (message-send-mail-function): Change the default, so that
11584 it inherits from a customized send-mail-function. (Bug#5643)
11585
11586 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11589 shell-command-to-string signals an error (bug#5299).
11590
11591 2010-02-24 Glenn Morris <rgm@gnu.org>
11592
11593 * message.el (message-smtpmail-send-it)
11594 (message-send-mail-with-mailclient): Doc fixes.
11595
11596 2010-02-16 Glenn Morris <rgm@gnu.org>
11597
11598 * message.el (message-default-mail-headers): Change the default value
11599 to ease the transition from mail-mode to message-mode. (Bug#5555)
11600
11601 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11602
11603 * message.el (message-mail): Just pass yank-action on to message-setup.
11604 (message-setup): Handle (FUN . ARGS) form of yank-action.
11605 (message-with-reply-buffer, message-widen-reply)
11606 (message-yank-original): Handle non-buffer values of
11607 message-reply-buffer (Bug#4080).
11608 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11609
11610 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11611
11612 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11613 Fix typo in docstring.
11614
11615 2010-01-08 Jason Rumney <jasonr@gnu.org>
11616
11617 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11618 response.
11619
11620 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11621
11622 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11623
11624 * message.el (message-check-news-header-syntax): Protect against a
11625 string that `rfc822-addresses' returns when parsing fails.
11626
11627 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11628
11629 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11630 (gnus-previous-char-property-change): New functions.
11631
11632 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11633
11634 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11635
11636 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11637 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11638
11639 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11640
11641 * message.el (message-exchange-point-and-mark): Rework last change to
11642 avoid using optional arg of exchange-point-and-mark, for backward
11643 compatibility.
11644
11645 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11646
11647 * message.el (message-exchange-point-and-mark):
11648 Call exchange-point-and-mark with an argument rather than setting
11649 mark-active by hand (Bug#5175).
11650
11651 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11652
11653 * nntp.el (nntp-service-to-port): Work for service expressed with
11654 numeric string; replace [:digit:] with [0-9] for XEmacs.
11655
11656 2009-12-17 Glenn Morris <rgm@gnu.org>
11657
11658 * gnus-group.el (gnus-bug-group-download-format-alist):
11659 Change emacs entry to debbugs.gnu.org. Bump :version.
11660
11661 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11662
11663 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11664
11665 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11666
11667 * message.el (message-info): Explain why we use `Info-goto-node'.
11668
11669 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11670
11671 * message.el (message-completion-in-region): New compatibility function.
11672 (message-expand-group): Use it.
11673
11674 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11675
11676 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11677 with no unread article should be listed if the 2nd arg `predicate' is
11678 given.
11679
11680 2009-11-29 Juri Linkov <juri@jurta.org>
11681
11682 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11683 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11684 on `gnus-recenter'. (Bug#4698, Bug#4981)
11685
11686 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11687
11688 * message.el (message-from-style, message-interactive)
11689 (message-signature): Always set default values from the corresponding
11690 mail-* variables.
11691 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11692 (message-yank-prefix, message-indentation-spaces)
11693 (message-signature-file, message-default-headers): Use boundp rather
11694 than (featurep 'xemacs) to check if the corresponding mail-* variables
11695 exist.
11696
11697 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11698
11699 * message.el (message-send-mail-with-sendmail): Revert last change.
11700
11701 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11702
11703 * message.el (message-from-style, message-interactive)
11704 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11705 (message-yank-prefix, message-indentation-spaces, message-signature)
11706 (message-signature-file, message-default-headers): For GNU Emacs, set
11707 default values from the corresponding mail-* variables.
11708 (message-send-mail-with-sendmail): Use envelope-from only if
11709 mail-specify-envelope-from is non-nil.
11710
11711 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11712
11713 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11714 containing tspecial characters if they have been already quoted.
11715
11716 2009-10-24 Glenn Morris <rgm@gnu.org>
11717
11718 * gnus-art.el (help-xref-stack-item): Define for compiler.
11719
11720 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11721
11722 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11723
11724 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11725
11726 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11727 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11728
11729 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11730
11731 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11732 (gnus-overlays-in): New alias to overlays-in.
11733
11734 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11735 gnus-overlay-get, and gnus-delete-overlay.
11736 (gnus-summary-show-thread): Make it work as well for systems in which
11737 next-single-char-property-change is not available.
11738 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11739
11740 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11741
11742 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11743
11744 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11745
11746 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11747 and XEmacs that don't have `remove-overlays'.
11748
11749 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11752 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11753 selective display. Use overlays instead.
11754
11755 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11756
11757 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11758
11759 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11760
11761 * spam-stat.el (spam-stat-load): Fix typo in message.
11762
11763 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
11764
11765 * gnus-art.el (gnus-article-encrypt-body):
11766 * message.el (message-check-recipients):
11767 * mm-util.el (mm-codepage-setup):
11768 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11769 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11770
11771 2009-09-22 Daiki Ueno <ueno@unixuser.org>
11772
11773 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11774 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11775 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11776 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11777 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11778
11779 2009-09-18 Glenn Morris <rgm@gnu.org>
11780
11781 * gnus-diary.el (gnus-diary-check-message):
11782 * message.el (message-insert-formatted-citation-line):
11783 * nnbabyl.el (top-level):
11784 * nndiary.el (nndiary-schedule):
11785 Fix typos in condition-case handlers.
11786
11787 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11788
11789 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11790 configuration that provides the sole article window in a frame;
11791 position point correctly after deleting a part.
11792
11793 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11794
11795 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11796 (spam-resolve-registrations-routine): Use it to unregister articles
11797 that change status.
11798
11799 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11800
11801 * nnrss.el (nnrss-request-article): Remove binding of
11802 default-enable-multibyte-characters that has gotten needless by
11803 the 2007-07-13 change in rfc2047-encode-message-header.
11804
11805 * mml.el (mml-insert-multipart): Error on the message header.
11806 (mml-insert-part): Error on the message header; position point at
11807 the end of a MIME tag.
11808
11809 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11810
11811 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11812 (gnus-float-time): Alias to float-time if it exists.
11813
11814 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11815 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11816 float-time is available; suppress compile warning for time-to-seconds.
11817
11818 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11819
11820 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11821 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11822 Add the optional argument `encoding' that overrides the default.
11823
11824 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11825 mm-encode-buffer.
11826
11827 2009-09-04 Glenn Morris <rgm@gnu.org>
11828
11829 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11830 mm-disable-multibyte, rather than default-enable-multibyte-characters.
11831 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11832 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11833 * mm-util.el (mm-with-unibyte-current-buffer)
11834 (mm-find-buffer-file-coding-system):
11835 * yenc.el (yenc-decode-region): Use default-value rather than
11836 default-enable-multibyte-characters.
11837
11838 2009-09-03 Glenn Morris <rgm@gnu.org>
11839
11840 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11841 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11842 than default-enable-multibyte-characters.
11843
11844 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
11845
11846 * gnus-art.el (gnus-article-read-summary-keys):
11847 Fix gnus-buffer-configuration's value temporarily used.
11848
11849 2009-09-02 Glenn Morris <rgm@gnu.org>
11850
11851 * gnus-util.el (gnus-float-time): New function.
11852 * gnus-delay.el (gnus-delay-article):
11853 * gnus-sum.el (gnus-thread-latest-date):
11854 * gnus-util.el (gnus-user-date): Use gnus-float-time.
11855 * nnspool.el (nnspool-request-newgroups):
11856 Use gnus-float-time rather than time-to-seconds.
11857 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11858
11859 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11860 (gnus-header-subject-face, gnus-header-newsgroups-face)
11861 (gnus-header-name-face, gnus-header-content-face):
11862 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11863 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11864 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11865 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11866 (gnus-cite-face-11):
11867 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11868 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11869 (gnus-server-closed-face, gnus-server-denied-face)
11870 (gnus-server-offline-face):
11871 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11872 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11873 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11874 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11875 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11876 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11877 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11878 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11879 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11880 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11881 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11882 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11883 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11884 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11885 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11886 (gnus-summary-high-undownloaded-face)
11887 (gnus-summary-low-undownloaded-face)
11888 (gnus-summary-normal-undownloaded-face)
11889 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11890 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11891 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11892 (gnus-splash-face):
11893 * message.el (message-header-to-face, message-header-cc-face)
11894 (message-header-subject-face, message-header-newsgroups-face)
11895 (message-header-other-face, message-header-name-face)
11896 (message-header-xheader-face, message-separator-face)
11897 (message-cited-text-face, message-mml-face):
11898 * sieve-mode.el (sieve-control-commands-face)
11899 (sieve-action-commands-face, sieve-test-commands-face)
11900 (sieve-tagged-arguments-face):
11901 * spam.el (spam-face):
11902 Mark face aliases with "-face" in the name as obsolete.
11903
11904 2009-09-01 Glenn Morris <rgm@gnu.org>
11905
11906 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11907 than goto-line.
11908
11909 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11910
11911 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11912 Don't move point if the command is invoked inside the message header.
11913
11914 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11917 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11918 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11919 * nnir.el (nnir-swish-e-index-file):
11920 * gnus-sum.el (gnus-summary-delete-marked-as-read)
11921 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11922 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11923 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11924 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11925 (gnus-treat-display-xface): Add Emacs version of obsolescence.
11926
11927 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
11928
11929 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11930 Don't save excursion.
11931
11932 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11933
11934 * nnheader.el (nnheader-find-file-noselect):
11935 * mm-util.el (mm-insert-file-contents):
11936 Use (default-value 'major-mode) instead of default-major-mode.
11937
11938 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11941
11942 2009-08-25 Glenn Morris <rgm@gnu.org>
11943
11944 * nnir.el (top-level): Don't require cl at run-time.
11945 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11946 Replace cl-function substitute with gnus-replace-in-string.
11947 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11948 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11949 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11950 simplified expansions.
11951
11952 2009-08-22 Glenn Morris <rgm@gnu.org>
11953
11954 * gnus-art.el (gnus-button-patch): Use forward-line rather than
11955 goto-line.
11956
11957 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11958
11959 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11960
11961 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11962 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11963 (gnus-mm-display-part, gnus-mime-display-single)
11964 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11965 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11966
11967 * gnus-sum.el
11968 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11969 (gnus-summary-move-article): Add expirable mark to articles copied or
11970 moved to group that has auto-expire turned on if the option is non-nil.
11971
11972 2009-07-24 Glenn Morris <rgm@gnu.org>
11973
11974 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11975 Fix typo. (Bug#3903)
11976
11977 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11978
11979 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11980 gnus-article-read-summary-keys rather than gnus-summary-edit-article
11981 that should not be used for draft articles.
11982 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11983 that has no concern in minor mode keys.
11984 (gnus-article-summary-command, gnus-article-summary-command-nosave):
11985 Abolish.
11986
11987 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11988
11989 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11990 article without making inquiry to a user for unknown encoding.
11991
11992 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11993 (nnmaildir--scan): Assume i-node and device number that file-attributes
11994 returns might be cons-cell.
11995
11996 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
11997
11998 * auth-source.el: Remove docs now in auth.texi. Don't use
11999 `gnus-message' for logging. Add new variables `auth-source-debug' and
12000 `auth-source-hide-passwords' and use them.
12001
12002 2009-07-15 Glenn Morris <rgm@gnu.org>
12003
12004 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12005
12006 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12007
12008 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12009 excessive whitespace from the default values of title and description.
12010
12011 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12012
12013 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12014 mail-fetch-field to fetch Content-Description header in order to
12015 exclude newlines.
12016
12017 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12018
12019 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12020 to deleted part.
12021
12022 2009-05-30 David Engster <dengste@eml.cc>
12023
12024 * nnmairix.el: Remove old documentation in the commentary block.
12025 (nnmairix-request-group): Do not update active file for nnml back ends.
12026 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12027 end so that overview files are ignored.
12028 (nnmairix-update-groups): Make updating the groups more robust by using
12029 marks.
12030 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12031 with dollar characters in message-id.
12032
12033 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12034
12035 * spam.el: Use dns-query instead of query-dns. Was renamed on
12036 2008-12-25 in dns.el.
12037
12038 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12039
12040 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12041 could happen if the text is only composed of spaces and/or tabs.
12042
12043 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12044
12045 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12046 when sending a queued message to avoid extra mml tags.
12047
12048 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12049
12050 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12051
12052 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12053
12054 * gnus-dired.el: Remove autoload for gnus-setup-message.
12055 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12056 displaying Gnus logo; always use compose-mail.
12057
12058 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12059
12060 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12061
12062 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12063
12064 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12065 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12066 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12067 available.
12068 (gnus-nocem-epg-verify): New function.
12069
12070 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12071
12072 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12073
12074 2009-02-15 Glenn Morris <rgm@gnu.org>
12075
12076 * gnus-util.el (rmail-insert-rmail-file-header)
12077 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12078 autoloads.
12079 (rmail-default-rmail-file): Remove unnecessary declaration.
12080 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12081
12082 2009-02-14 Glenn Morris <rgm@gnu.org>
12083
12084 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12085 variable (only used in gnus-util, which declares it anyway).
12086 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12087 which was only needed by gnus-art (changed to not use it any more).
12088 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12089 only used in gnus-util, which autoloads it itself.
12090 (rmail-update-summary): Fix autoload.
12091
12092 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12093 rather than rmail-output-to-rmail-file.
12094
12095 2009-02-07 Glenn Morris <rgm@gnu.org>
12096
12097 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12098 autoload of function that no longer exists.
12099 (rmail-toggle-header): Declare.
12100 (message-forward-rmail-make-body): Handle mbox Rmail.
12101
12102 2009-01-31 Glenn Morris <rgm@gnu.org>
12103
12104 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12105 2009-01-09 change.
12106
12107 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12108
12109 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12110 (auth-source-forget-all-cached): New convenience function.
12111 (auth-source-user-or-password): Accept list of modes or a single mode.
12112
12113 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12114 auth-source modes.
12115
12116 * nnimap.el (nnimap-open-connection): Use list of
12117 auth-source modes.
12118
12119 * nntp.el (nntp-send-authinfo): Use list of
12120 auth-source modes.
12121
12122 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12123
12124 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12125 now.
12126
12127 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12128
12129 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12130 coding system in XEmacs; add a workaround for XEmacs.
12131
12132 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12133
12134 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12135 of current-language-environment.
12136
12137 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12138
12139 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12140 available at runtime.
12141
12142 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12143
12144 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12145
12146 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12147
12148 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12149 the greatest positive fixnum value doesn't work under an XEmacs with
12150 bignum support; use the most-positive-fixnum constant instead,
12151 available since Emacs 21.1 with cl and XEmacs 21.1.
12152
12153 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12154
12155 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12156 XEmacs gets not to work.
12157
12158 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12159
12160 * mm-util.el (mm-coding-system-priorities): Allow the value like
12161 "Japanese (UTF-8)" of current-language-environment.
12162
12163 2009-01-09 Glenn Morris <rgm@gnu.org>
12164
12165 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12166 with last-command-event.
12167
12168 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12169
12170 * message.el (message-fix-before-sending): Amend comment.
12171
12172 2009-01-07 David Engster <dengste@eml.cc>
12173
12174 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12175 simplified server definitions by converting it via
12176 gnus-server-to-method.
12177
12178 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12179
12180 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12181 parameter's operands.
12182
12183 2009-01-06 David Engster <dengste@eml.cc>
12184
12185 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12186 primary select method (for gnus-group-mark-article-as-read).
12187
12188 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12189
12190 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12191 `(gnus)Face', not `(gnus)X-Face'.
12192
12193 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12194
12195 * mm-util.el (mm-ucs-to-char): New function.
12196
12197 * mm-url.el (mm-url-decode-entities): Use it.
12198
12199 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12200
12201 * message.el (message-fix-before-sending): Add `eight-bit' to
12202 illegible-text check.
12203
12204 2009-01-03 Michael Olson <mwolson@gnu.org>
12205
12206 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12207 `headers' is nil. This can occur if the IMAP server does not have
12208 permissions to read messages from a folder, but can write new messages
12209 to the folder.
12210 (nnimap-request-article-part): Do not insert `data' if it is nil.
12211
12212 2009-01-01 Dave Love <fx@gnu.org>
12213
12214 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12215
12216 * nnimap.el: Fix author email.
12217 (nnimap-split-rule): Add FIXME comment.
12218 (nnimap-debug): Fix doc string.
12219
12220 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12221
12222 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12223 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12224 to check if those variables exist (first appeared in Emacs 18.50).
12225
12226 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12227
12228 * mm-util.el (mm-line-number-at-pos): New function.
12229
12230 * spam-report.el (spam-report-process-queue): Use it.
12231
12232 2008-12-24 David Engster <dengste@eml.cc>
12233
12234 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12235 parameters that haven't existed as variables as buffer-local variables.
12236
12237 2008-12-23 Dave Love <fx@gnu.org>
12238
12239 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12240 cadar.
12241
12242 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12243 imap-starttls-p.
12244 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12245
12246 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12247
12248 * spam-report.el (spam-report-gmane-max-requests): New constant.
12249 (spam-report-gmane-wait): New variable.
12250 (spam-report-gmane-ham, spam-report-gmane-spam)
12251 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12252 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12253 the server.
12254
12255 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12256 Add explanations.
12257
12258 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12259 nnheader-accept-process-output and nnheader-read-timeout if available.
12260 (pop3-movemail): Use it.
12261
12262 * message.el (message-check-news-body-syntax): Fix signature check if
12263 there's an attachment.
12264
12265 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12266
12267 * mm-util.el: Add comments to the mm- emulating functions.
12268
12269 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12270
12271 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12272 Reported by Stephen Berman <stephen.berman@gmx.net>.
12273
12274 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12275
12276 * mm-util.el (mm-substring-no-properties): New function.
12277 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12278 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12279 (mm-string-to-multibyte): Doc fix.
12280
12281 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12282
12283 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12284
12285 * mml.el (mml-attach-file): Strip text properties from file name.
12286 (Bug#1574)
12287
12288 2008-12-16 Glenn Morris <rgm@gnu.org>
12289
12290 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12291
12292 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12293
12294 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12295 knows since the charset specified might be a bogus alias that
12296 mm-charset-synonym-alist provides.
12297
12298 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12299
12300 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12301 "ISO_8859-1".
12302
12303 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12304
12305 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12306
12307 * mm-util.el (mm-charset-eval-alist):
12308 Define it before mm-charset-to-coding-system.
12309 (mm-charset-to-coding-system): Add optional argument `silent';
12310 define it before mm-charset-override-alist.
12311 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12312 default value if it can be used in Emacs currently running;
12313 silence mm-charset-to-coding-system.
12314
12315 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12316
12317 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12318 `allow-override' which says whether to use `mm-charset-override-alist'.
12319 (rfc2047-decode-encoded-words): Use it.
12320
12321 * mm-util.el (mm-charset-override-alist): Fix custom type;
12322 add `(gb2312 . gbk)' to choices.
12323
12324 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12325
12326 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12327 fast.
12328
12329 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12330
12331 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12332
12333 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12334 on links.
12335
12336 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12337
12338 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12339
12340 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12341 users' addresses that don't have domain parts.
12342 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12343 rather than message-narrow-to-head since there will be the message
12344 header separator.
12345
12346 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12347
12348 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12349 since the result is inserted in a unibyte buffer anyway.
12350 (nnimap-demule-use-string-to-multibyte): Remove.
12351 (nnimap-demule): Alias it to mm-string-to-multibyte.
12352
12353 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12354
12355 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12356 variable for debugging bug#464 and bug#1174.
12357 (nnimap-demule): Use it.
12358
12359 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12360
12361 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12362 score calculation correctly.
12363
12364 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * message.el (message-send-mail): Just set the buffer to unibyte
12367 rather than use mm-with-unibyte-current-buffer which does a lot more.
12368 (message-send-mail-partially): Don't bother with
12369 mm-with-unibyte-current-buffer since it's already been made unibyte by
12370 message-send-mail.
12371
12372 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12373
12374 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12375
12376 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12377
12378 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12379
12380 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12381
12382 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12383 require itself and to remove `with-no-warnings'.
12384
12385 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12386
12387 * starttls.el (starttls-any-program-available): Get the name of the
12388 available TLS layer program.
12389 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12390 well as the host name in the "opening" message.
12391
12392 * auth-source.el (auth-source-cache, auth-source-do-cache)
12393 (auth-source-user-or-password): Cache passwords and logins by default,
12394 allow override with `auth-source-do-cache'.
12395 (auth-source-forget-user-or-password): Allow users to remove cache
12396 entries if needed.
12397
12398 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12399
12400 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12401 condition-case to only the forward-sexp call.
12402
12403 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12404
12405 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12406 quotes contained. Make it more robust regardless by an extra
12407 condition-case wrapper.
12408
12409 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12410
12411 * nnml.el (nnml-request-expire-articles): Check if the function set to
12412 `nnmail-expiry-target' returns the symbol `delete'.
12413
12414 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12415
12416 * nnmail.el (nnmail-expiry-target): Fix custom type.
12417
12418 2008-10-02 Glenn Morris <rgm@gnu.org>
12419
12420 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12421 Silence compiler warning.
12422
12423 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12424
12425 * mml.el (mml-menu): Don't assume mml2015 is bound.
12426
12427 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12428
12429 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12430 exists.
12431
12432 2008-09-27 Glenn Morris <rgm@gnu.org>
12433
12434 * gnus-util.el (mail-header-remove-comments): Autoload it.
12435
12436 2008-09-27 Andreas Schwab <schwab@suse.de>
12437
12438 * gnus-util.el (gnus-split-references): Strip comments.
12439 (gnus-parent-id): Likewise.
12440
12441 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12442
12443 * message.el (message-confirm-send): Fix version.
12444
12445 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12446
12447 * message.el (message-idna-to-ascii-rhs-1): Use
12448 mail-extract-address-components rather than mail-header-parse-addresses
12449 that is an alias by default to ietf-drums-parse-addresses that does not
12450 support non-ASCII names in headers' contents.
12451
12452 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12453
12454 * message.el (message-confirm-send): Fix variable documentation to
12455 avoid the "y/n" wording.
12456
12457 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12458
12459 * message.el (message-set-auto-save-file-name): Save to a different
12460 filename so multiple messages (especially drafts) can be recovered.
12461
12462 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12463
12464 * message.el (message-confirm-send): Add appropriate version.
12465
12466 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12467
12468 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12469 defvar.
12470
12471 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12472
12473 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12474 (mm-pkcs7-enveloped-magic): Ditto.
12475
12476 2008-09-17 Simon Josefsson <simon@josefsson.org>
12477
12478 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12479 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12480
12481 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12482
12483 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12484 default, it's better.
12485
12486 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12487
12488 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12489 summary line gnus-number property and ignore them (with a warning
12490 message).
12491
12492 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12493
12494 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12495 macro caddr in the interactive form since it won't be expanded.
12496
12497 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12498
12499 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12500 `charset'; fix name of function called recursively.
12501 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12502
12503 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12504
12505 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12506 (gnus-mime-set-charset-parameters): New function.
12507 (gnus-mime-view-part-as-charset): Use it to correctly display part
12508 specifying wrong charset.
12509
12510 2008-09-08 David Engster <dengste@eml.cc>
12511
12512 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12513 in completing-read for back end server.
12514
12515 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12516
12517 * message.el (message-confirm-send): New variable to confirm sending a
12518 message.
12519 (message-send): Use it.
12520
12521 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12522
12523 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12524
12525 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12526
12527 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12528
12529 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12530
12531 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12532 prevent tracking too many groups.
12533 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12534 Use it.
12535
12536 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12537
12538 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12539 moving point to the bottom of the window in order to avoid recentering.
12540
12541 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12542
12543 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12544 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12545 (gnus-article-beginning-of-window): Fix calculation.
12546
12547 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12548
12549 * gnus-msg.el (gnus-summary-supersede-article)
12550 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12551 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12552 message header.
12553
12554 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12555
12556 * message.el:
12557 * gnus-start.el:
12558 * gnus-registry.el: Remove VMS support.
12559
12560 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12561
12562 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12563 macro.
12564 (rfc2104-hash): Use it.
12565
12566 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12567
12568 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12569 (gnus-summary-sort-by-most-recent-date): New commands.
12570 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12571 and menu entries.
12572
12573 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12574
12575 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12576 don't redisplay article for raw contents; remove plural articles stuff.
12577
12578 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12579 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12580 on gnus-summary-save-article; display results properly.
12581
12582 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12583
12584 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12585
12586 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12587
12588 * gnus-art.el (gnus-summary-save-in-pipe):
12589 Consider gnus-save-all-headers.
12590
12591 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12592
12593 * gnus-util.el (ns-focus-frame): Remove declaration.
12594 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12595 like x.
12596
12597 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12598
12599 * rfc2104.el (rfc2104-zero): Delete defconst.
12600 (rfc2104-hex-alist): Likewise.
12601 (rfc2104-hex-to-int): Delete func.
12602 (rfc2104-hexstring-to-bitstring): Likewise.
12603 (rfc2104-nybbles): New defconst.
12604 (rfc2104-hash): Rewrite for speed.
12605
12606 2008-07-16 Glenn Morris <rgm@gnu.org>
12607
12608 * gnus-util.el (ns-focus-frame): Declare for compiler.
12609
12610 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12611
12612 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12613 set as a group parameter.
12614 (gnus-summary-save-in-pipe): Work when it is called independently.
12615 (gnus-summary-pipe-to-muttprint): Don't modify
12616 gnus-summary-pipe-output-default-command.
12617
12618 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12619
12620 * message.el (message-send-mail-with-sendmail):
12621 Display the error message.
12622
12623 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12624
12625 * gnus-art.el (gnus-default-article-saver):
12626 Add gnus-summary-save-in-pipe to choices.
12627 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12628 gnus-summary-pipe-output-default-command as the default command.
12629 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12630 instead of gnus-last-shell-command.
12631
12632 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12633 New user option.
12634 (gnus-summary-muttprint-program): Mention the value will be changed.
12635 (gnus-summary-save-article): Force showing of all headers.
12636 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12637
12638 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12639
12640 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12641
12642 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12643
12644 * nnimap.el (nnimap-id):
12645 * sieve-manage.el (sieve-manage-open): Doc fixes.
12646
12647 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12648
12649 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12650 if available.
12651
12652 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12653
12654 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12655
12656 * nnkiboze.el (nnkiboze-generate-group):
12657 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12658
12659 * nnmairix.el: Require CL.
12660
12661 2008-06-15 David Engster <dengste@eml.cc>
12662
12663 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12664
12665 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12666
12667 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12668 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12669 runtime choice under XEmacs.
12670
12671 * gnus-sum.el (gnus-summary-set-display-table):
12672 Use `gnus-put-display-table', `gnus-get-display-table',
12673 `gnus-set-display-table' for the display table, instead of `aset'.
12674
12675 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12676
12677 * nnmairix.el: Add autoloads.
12678
12679 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12680
12681 * nnmairix.el (nnmairix-delete-recreate-group)
12682 (nnmairix-update-and-clear-marks): Fix error messages.
12683
12684 2008-06-14 David Engster <dengste@eml.cc>
12685
12686 * nnmairix.el: Upgrade to version 0.6.
12687 (nnmairix-group-toggle-propmarks-this-group)
12688 (nnmairix-group-toggle-readmarks-this-group)
12689 (nnmairix-group-delete-recreate-this-group)
12690 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12691 (nnmairix-remove-tick-mark-original-article): New commands.
12692 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12693 (nnmairix-propagate-marks-to-nnmairix-groups)
12694 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12695 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12696 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12697 functions needed for marks propagation and manipulation of read marks.
12698 (nnmairix-update-groups): New function.
12699 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12700 (nnmairix-determine-original-group-from-registry)
12701 (nnmairix-determine-original-group-from-path)
12702 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12703 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12704 New helper functions.
12705 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12706 keystrokes for new commands.
12707 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12708 (nnmairix-request-group): Check allow-fast group parameter.
12709 (nnmairix-request-create-group): Set allow-fast group parameter if
12710 nnmairix-allowfast-default is set.
12711 (nnmairix-close-group): Propagate marks upon closing if needed.
12712 (nnmairix-group-toggle-threads-this-group): Use new.
12713 nnmairix-group-toggle-parameter helper function.
12714 (nnmairix-search): Better check for empty search result.
12715 (nnmairix-goto-original-article): Use new helper functions for
12716 determining original article.
12717 (nnmairix-show-original-article): Make sure message-id is in brackets.
12718 (nnmairix-call-mairix-binary): Change variable name.
12719 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12720 helper function.
12721 (nnmairix-widget-toggle-activate): Fix doc string.
12722
12723 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12724
12725 * nnir.el: Require edmacro when compiling with XEmacs.
12726 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12727 available in Emacs 21.
12728
12729 2008-06-11 Glenn Morris <rgm@gnu.org>
12730
12731 * gnus-util.el (x-focus-frame):
12732 * gnus.el (image-size):
12733 * mm-decode.el (image-size): Declare.
12734
12735 * gnus-picon.el (declare-function): Add compat definition.
12736 (image-size): Declare.
12737
12738 * gnus-group.el (tool-bar-map):
12739 * gnus-sum.el (tool-bar-map): Define for compiler.
12740
12741 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12742
12743 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12744
12745 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12746 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12747 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12748 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12749 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12750 * sieve-manage.el, spam-report.el, spam.el:
12751 Remove unnecessary eval-and-compile of autoloads.
12752
12753 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12754
12755 * auth-source.el: Precise Tramp doc.
12756
12757 2008-06-07 Glenn Morris <rgm@gnu.org>
12758
12759 * nnmairix.el: Remove unnecessary eval-when-compile.
12760
12761 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
12762
12763 * nnir.el: New file.
12764
12765 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * gnus-util.el (gnus-read-shell-command): New function.
12768 * mm-decode.el (mm-pipe-part):
12769 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12770
12771 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12772
12773 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12774
12775 2008-06-03 Glenn Morris <rgm@gnu.org>
12776
12777 * pop3.el (nnheader-accept-process-output): Autoload it.
12778
12779 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12780
12781 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12782 are not 2-digit hexadecimal characters that follow `%'s.
12783
12784 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12785
12786 * message.el (message-bogus-recipient-p): Fix type in doc string.
12787 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12788 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12789 Improve custom options.
12790 (message-bogus-recipient-p): Adjust accordingly.
12791
12792 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12793
12794 * nnmairix.el: Require edmacro when compiling with XEmacs.
12795
12796 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12797
12798 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12799 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12800
12801 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12802
12803 * auth-source.el: Add more docs.
12804
12805 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12806
12807 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12808 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12809 retrieval faster in some cases, but might make CPU usage larger.
12810 If this has any bad side effects, we might revert this change.
12811
12812 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12813 seems to make mail retrieval much, much faster.
12814 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12815 unconditionally.
12816
12817 * gnus-draft.el (gnus-group-send-queue):
12818 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12819
12820 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12821
12822 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12823
12824 * message.el (message-bogus-address-regexp): Fix and improve custom
12825 type.
12826 (message-setup-hook): Add message-check-recipients as custom option.
12827
12828 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
12829
12830 * message.el (message-cite-function): Remove bogus autoload which crept
12831 in during merge from v5-10.
12832
12833 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12834
12835 * nnimap.el (nnimap-open-connection): Fix login/password bug.
12836
12837 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12838
12839 * auth-source.el: Preliminary Tramp docs.
12840 (auth-sources): Change the default auth-sources to use
12841 EPA .gpg files.
12842
12843 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
12844
12845 * nntp.el: Autoload `auth-source-user-or-password'.
12846 (nntp-send-authinfo): Use it.
12847
12848 * nnimap.el: Autoload `auth-source-user-or-password'.
12849 (nnimap-open-connection): Use it.
12850
12851 * auth-source.el: Add docs on using with url-auth. Import gnus-util
12852 for the gnus-message function.
12853 (auth-source-user-or-password): Use it.
12854
12855 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12858 rfc2104-hexstring-to-byte-list. Return a unibyte string.
12859 (rfc2104-hash): Use it.
12860
12861 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12862
12863 * gnus-art.el (gnus-article-toggle-truncate-lines):
12864 Don't use `iff' in docstring.
12865
12866 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
12867
12868 * gnus-registry.el: Adjusted copyright dates and added a keyword.
12869
12870 * gnus-util.el (gnus-extract-address-component-name)
12871 (gnus-extract-address-component-email): Convenience functions around
12872 `gnus-extract-address-components'.
12873
12874 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12875 Use `gnus-extract-address-component-email' to fix bug of comparing full
12876 sender name to `user-mail-address'.
12877
12878 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12879
12880 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12881 catch/throw to optimize.
12882 (gnus-registry-find-keywords): Just use member to find a keyword.
12883
12884 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12887 is current before calling gnus-server-prepare.
12888 (gnus-server-setup-buffer, gnus-server-update-server)
12889 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12890
12891 2008-05-04 Juri Linkov <juri@jurta.org>
12892
12893 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12894 (mailcap-file-default-commands): Use mailcap-replace-in-string
12895 instead of replace-regexp-in-string, and mailcap-delete-duplicates
12896 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
12897
12898 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
12899
12900 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12901
12902 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12903
12904 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12905 hooks.
12906 (gnus-update-read-articles): Speed up non-marks-using users.
12907 (gnus-use-marks): Define gnus-use-marks.
12908 (gnus-propagate-marks): Rename variable to something more sensible.
12909
12910 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12911
12912 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12913 (gmm-image-load-path-for-library): Fix typos in docstrings.
12914 (gmm-message): Reflow docstring.
12915
12916 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
12917
12918 * mail-source.el (mail-source-set-1, mail-source-bind):
12919 Move auth-source code out of the macro to clean it up and fix bugs.
12920
12921 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
12922
12923 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12924 by sender if it's equal to user-mail-address, it's likely to be
12925 useless.
12926
12927 * mail-source.el (mail-source-bind): Don't use user or password if they
12928 are not bound. Unintern them if they are nil. Don't use server unless
12929 it's bound, and default it to empty string otherwise.
12930
12931 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
12932
12933 * mail-source.el: Load auth-source.el.
12934 (mail-source-bind): Add comments. Call auth-source-user-or-password to
12935 get user name or password, if auth-sources is set up.
12936
12937 * gnus-registry.el (gnus-registry-split-strategy): New variable for
12938 strategy of splitting with parent.
12939 (gnus-registry-split-fancy-with-parent)
12940 (gnus-registry-post-process-groups): Use it and fix prior
12941 bug (returning a list as the split result).
12942
12943 * auth-source.el (auth-sources): Remove server parameter.
12944 (auth-source-pick, auth-source-user-or-password)
12945 (auth-source-user-or-password-imap)
12946 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12947 (auth-source-user-or-password-sftp)
12948 (auth-source-user-or-password-smtp): Remove server parameter.
12949
12950 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
12951
12952 * smime.el (smime-sign-region, smime-encrypt-region)
12953 (smime-decrypt-region):
12954 Remove redundant calls to `generate-new-buffer-name'.
12955
12956 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
12957
12958 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12959 Don't use QP for message/rfc822.
12960 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12961
12962 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12963
12964 * sieve-manage.el (sieve-string-bytes): Remove.
12965 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12966 correct byte-length only if the process's coding-system is the same as
12967 the one used internally by Emacs to represent strings.
12968
12969 2008-04-22 Juri Linkov <juri@jurta.org>
12970
12971 * mailcap.el (mailcap-file-default-commands): New function.
12972
12973 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12974
12975 * message.el (message-signature-separator, message-cite-function):
12976 Change custom version.
12977
12978 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12979
12980 * mm-decode.el (mm-display-external): Make temp file read-only.
12981
12982 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12983
12984 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12985 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
12986 `C-c C-f d'.
12987
12988 2008-04-12 Adrian Aichner <adrian@xemacs.org>
12989
12990 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12991
12992 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12993
12994 * auth-source.el: Add docs.
12995 (auth-sources): Modify format to support server.
12996 (auth-source-pick, auth-source-user-or-password)
12997 (auth-source-user-or-password-imap)
12998 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12999 (auth-source-user-or-password-sftp)
13000 (auth-source-user-or-password-smtp): Add server parameter.
13001
13002 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13003
13004 * gnus-registry.el: Initialize the registry when gnus-registry-install
13005 is t.
13006
13007 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13008
13009 * compface.el (uncompface): Make buffer unibyte.
13010
13011 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13012
13013 * mail-source.el (mail-source-value):
13014 Prefer fboundp to functionp so it works with macros as well.
13015
13016 2008-04-05 Glenn Morris <rgm@gnu.org>
13017
13018 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13019
13020 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13021
13022 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13023 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13024
13025 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13026 multibyteness after rather than before erasing it.
13027
13028 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13029 mm-with-multibyte.
13030 (gnus-request-article-this-buffer): Make sure the proper decoding is
13031 used if gnus-original-article-buffer happens to be unibyte.
13032
13033 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13034 default-enable-multibyte-characters.
13035
13036 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13037 default-enable-multibyte-characters.
13038
13039 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13040
13041 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13042
13043 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13044
13045 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13046 Fix last change in case the element is not even a symbol.
13047
13048 2008-04-02 Simon Josefsson <simon@josefsson.org>
13049
13050 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13051 imap-enable-exchange-bug-workaround.
13052 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13053
13054 2008-04-01 Simon Josefsson <simon@josefsson.org>
13055
13056 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13057 a 100 byte status-checks into a 2-3MB transfer for each group.
13058 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13059 to enable bug workaround or not.
13060 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13061
13062 2008-03-31 Glenn Morris <rgm@gnu.org>
13063
13064 * message.el (mml2015-use): Declare for compiler.
13065 (message-info): Require mml2015 when appropriate.
13066
13067 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13068
13069 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13070 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13071 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13072 (nntp-service-to-port): New function.
13073 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13074 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13075 (nntp-open-netcat-stream): New function.
13076 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13077
13078 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13079
13080 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13081
13082 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13085
13086 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13087
13088 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13089
13090 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13091
13092 * message.el (message-signature-separator): Change default.
13093 Improve custom type.
13094 (message-cite-function): Change default to
13095 message-cite-original-without-signature.
13096
13097 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13098 toggle.
13099
13100 * message.el (message-check-news-body-syntax): Fix signature check.
13101 (message-setup-1): Mark buffer as unmodified _after_ running
13102 message-setup-hook and handling message-alternative-emails.
13103 (message-shorten-references): Be more strict when building list of
13104 valid references to comply with GNKSA.
13105
13106 * gnus-group.el (gnus-read-ephemeral-bug-group)
13107 (gnus-read-ephemeral-debian-bug-group)
13108 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13109
13110 * message.el (message-info): Don't use booleanp which isn't supported
13111 in Emacs 21 and XEmacs.
13112
13113 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13114
13115 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13116 gnus-group-gmane-group-download-format.
13117 (gnus-group-read-ephemeral-gmane-group): Rename from
13118 gnus-group-read-ephemeral-gmane-group.
13119 (gnus-read-ephemeral-gmane-group-url): Rename from
13120 gnus-group-read-ephemeral-gmane-group-url.
13121 (gnus-bug-group-download-format-alist): New variable.
13122 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13123 (gnus-read-ephemeral-emacs-bug-group): New commands.
13124
13125 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13126
13127 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13128 (gnus-visible-headers): Improve custom type.
13129
13130 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13131
13132 * mml.el (mml-menu): Add workarounds for XEmacs.
13133
13134 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13135 X-Boundary header.
13136
13137 * message.el (message-simplify-recipients): Fix previous commit.
13138
13139 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * mm-util.el (mm-set-buffer-multibyte): New function.
13142 * mm-decode.el (mm-copy-to-buffer): Use it.
13143
13144 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13145 Prefer fboundp to functionp so it works with macros as well.
13146
13147 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13148
13149 * message.el (message-alter-recipients-discard-bogus-full-name):
13150 New function.
13151 (message-alter-recipients-function): New variable.
13152 (message-get-reply-headers): Use it.
13153 (message-replace-header): New helper function.
13154 (message-recipients-without-full-name): New variable.
13155 (message-simplify-recipients): New command.
13156
13157 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13158
13159 * message.el (message-info): Handle EasyPG manual.
13160
13161 * mml.el (mml-menu): Add entry for EasyPG.
13162
13163 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13164
13165 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13166 parameter.
13167
13168 * message.el (message-disassociate-draft): Specify drafts group name
13169 fully.
13170
13171 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13172
13173 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13174 Eliminate unnecessary duplicates from the match list.
13175
13176 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13177
13178 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13179 args of `how-many' of which the XEmacs version doesn't take; declare
13180 Info-index-next as function.
13181
13182 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13183
13184 * gnus-score.el (gnus-score-headers): Fix handling of
13185 gnus-inhibit-slow-scoring.
13186
13187 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13188 string.
13189 (gnus-button-url-regexp): Improve handling of parenthesis.
13190 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13191 (gnus-button-handle-info-keystrokes): Handle index entries.
13192
13193 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13194
13195 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13196 Incoming* files.
13197
13198 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13199
13200 * auth-source.el (auth-sources): Rename from auth-source-choices.
13201 (auth-source-pick): Use it.
13202
13203 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13204
13205 * auth-source.el (auth-source-protocols)
13206 (auth-source-protocols-customize, auth-source-choices): Add and
13207 modified variable customizations and defaults.
13208 (auth-source-pick, auth-source-user-or-password)
13209 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13210 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13211 (auth-source-user-or-password-sftp)
13212 (auth-source-user-or-password-smtp): Use new variables and provide an
13213 interface to netrc.el.
13214
13215 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13216
13217 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13218 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13219 Make sure the nntp port to specify is a string.
13220
13221 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13222
13223 * nntp.el: Use with-current-buffer.
13224 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13225 dubious mm-with-unibyte-current-buffer.
13226 (nntp-with-open-group-function): New function extracted from
13227 nntp-with-open-group macro.
13228 (nntp-with-open-group): Use the function, so it's easier to debug.
13229 Add indentation and debugging info.
13230 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13231 Recommend the use of the netcat alternatives.
13232
13233 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13234 Avoid mm-string-as-multibyte as well.
13235
13236 * nnweb.el (nnweb-insert-html):
13237 Remove use of nnheader-string-as-multibyte.
13238
13239 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13240 (nnheader-string-as-multibyte): Remove.
13241
13242 * mm-view.el: Use inhibit-read-only.
13243 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13244 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13245 or unibyte-string.
13246
13247 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13248 (mm-uu-yenc-extract): Use with-current-buffer.
13249
13250 * gnus-soup.el (gnus-soup-send-packet): Don't use
13251 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13252
13253 * nnmh.el: Use with-current-buffer.
13254 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13255 mm-string-as-multibyte on the output of mm-encode-coding-string.
13256
13257 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13258 (nnimap-request-move-article): Use with-current-buffer.
13259
13260 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13261 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13262 conversion uses string-make-unibyte rather than string-as-unibyte.
13263
13264 * gnus-msg.el: Use with-current-buffer.
13265
13266 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13267
13268 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13269
13270 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13271 string for caching if it is 'PIN.
13272
13273 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13274
13275 * mail-source.el (mail-source-delete-old-incoming-confirm):
13276 Change default to nil.
13277 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13278
13279 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13280
13281 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13282 (gnus-article-goto-prev-page): Work for articles having ^L's.
13283
13284 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13285
13286 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13287
13288 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13289
13290 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13291 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13292 (gnus-bookmark-jump): Adjust some variable names.
13293
13294 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13295
13296 * auth-source.el: New package.
13297 (auth-source-choices): Add customization entry point variable.
13298
13299 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13300 bug.
13301
13302 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13303
13304 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13305 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13306 (gnus-registry-install-shortcuts): Rename from
13307 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13308 the `gnus-registry-mark-map' keymap dynamically from
13309 `gnus-registry-marks'. The generated functions update the summary line
13310 when a registry mark is added or deleted, and will call
13311 `gnus-registry-install-p' (see the comments in the code).
13312 (gnus-registry-user-format-function-M): Use concat intelligently.
13313
13314 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13315 the registry mark functions.
13316
13317 2008-03-05 Glenn Morris <rgm@gnu.org>
13318
13319 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13320 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13321 gnus-art.
13322 (top-level): No need to load own source when compiling.
13323
13324 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13325
13326 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13327 Suggested by <chris.anderton@zetnet.co.uk>.
13328
13329 2008-03-04 Glenn Morris <rgm@gnu.org>
13330
13331 * gnus-sum.el (top-level): No need to require gnus when compiling,
13332 since unconditionally required near start of file.
13333 (gnus-summary-display-while-building): Move definition before use.
13334
13335 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13336
13337 * gnus-registry.el (gnus-registry-user-format-function-M):
13338 Add formatting function.
13339
13340 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13341
13342 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13343 with plists.
13344 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13345 Use new format.
13346
13347 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13348
13349 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13350 `where-is-internal' that returns a range of key sequences.
13351
13352 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13353
13354 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13355
13356 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13357 (gnus-summary-jump-to-group): Consider windows on other displayed
13358 frames as well. Similar changes might be needed elsewhere, but that's
13359 the one I've bumped into during my use.
13360
13361 * nndoc.el (nndoc-oe-dbx-type-p):
13362 * gnus-msg.el (gnus-debug):
13363 * gnus-group.el (gnus-update-group-mark-positions):
13364 Use mm-string-to-multibyte.
13365
13366 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13367
13368 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13369 doesn't handle NotDashEscaped.
13370
13371 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13372 (mml-dnd-attach-options): Fix typo in custom choice.
13373
13374 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13375 Change nndoc-article-type to mbox.
13376 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13377
13378 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13379 to nil, instead of html2text.
13380
13381 * imap.el (imap-debug): Add `imap-ping-server'.
13382
13383 * gnus-bookmark.el: Add FIXMEs.
13384
13385 * message.el (message-form-letter-separator)
13386 (message-send-form-letter-delay): New variables.
13387 (message-send-form-letter): Use them. New command to send form
13388 letters. Requested by Uwe Siart.
13389 (message-send-mail-function): Doc fix. Add "Other" custom option.
13390
13391 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13392
13393 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13394 empty author.
13395
13396 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13397
13398 * gnus-registry.el (gnus-registry-marks): Add variable for
13399 customization of marks and their appearance.
13400 (gnus-registry-read-mark): Use it.
13401 (gnus-registry-do-marks): Add utility function to loop through
13402 `gnus-registry-marks'.
13403 (gnus-registry-install-shortcuts-and-menus): Add function to install
13404 shortcuts and menus.
13405 (gnus-registry-initialize): Use it.
13406 (gnus-registry-default-mark): Clarify documentation.
13407
13408 2008-02-29 Glenn Morris <rgm@gnu.org>
13409
13410 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13411 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13412 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13413 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13414 Change defcustom :version from 23.0 to 23.1.
13415
13416 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13417
13418 * gnus-registry.el (gnus-registry-follow-group-p)
13419 (gnus-registry-post-process-groups): Add functions to aid registry
13420 splitting and improve logging. Clarify behavior in function
13421 documentation.
13422 (gnus-registry-split-fancy-with-parent): Use them.
13423
13424 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13425
13426 * gnus-art.el: Use with-current-buffer.
13427
13428 2008-02-27 David Engster <dengste@eml.cc>
13429
13430 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13431 Express real group name in the response.
13432
13433 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13434
13435 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13436 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13437 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13438 autoload gnus-registry-fetch-group when compiling.
13439 (nnmairix-request-group-with-article-number-correction):
13440 Remove unreferenced argument passed to nnmairix-call-backend.
13441
13442 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13443
13444 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13445 (mm-uu-extract): Improve face for low color ttys.
13446 Reported by Sascha Wilde.
13447
13448 2008-02-27 Glenn Morris <rgm@gnu.org>
13449
13450 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13451 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13452 variables to defconsts. Convert comments to doc-strings.
13453 (nnmairix-last-server, nnmairix-current-server): Convert from free
13454 variables to defvars. Convert comments to doc-strings.
13455 (gnus-registry-fetch-group): Autoload.
13456 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13457 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13458 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13459 caddr.
13460 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13461 nnmairix-request-group-with-article-number-correction call.
13462 (nnmairix-fast, nnmairix-group): New, less general names, for free
13463 variables passed from nnmairix-request-group to
13464 nnmairix-request-group-with-article-number-correction. Declare.
13465 (nnmairix-request-group-with-article-number-correction):
13466 Use nnmairix-fast, nnmairix-group rather than fast, group.
13467
13468 2008-02-26 David Engster <dengste@eml.cc>
13469
13470 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13471 version 0.5.
13472
13473 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13474
13475 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13476 instead of making an extra function call. Don't add the current group
13477 to articles only when they have the group. Use
13478 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13479 Reported by David <de_bb@arcor.de>.
13480
13481 2008-02-24 Miles Bader <miles@gnu.org>
13482
13483 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13484 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13485 (mm-find-mime-charset-region):
13486 * mm-bodies.el (mm-encode-body):
13487 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13488
13489 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13490
13491 * mail-source.el (mail-source-delete-incoming): Change default.
13492 Supplement doc string.
13493
13494 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13495
13496 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13497
13498 * nnmail.el (nnmail-message-id-cache-file): Derive from
13499 `gnus-home-directory'.
13500
13501 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13502
13503 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13504 Document negative prefix.
13505
13506 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13507
13508 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13509
13510 * message.el (message-unsent-separator): Add the Exim bounce
13511 separator.
13512
13513 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13514
13515 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13516 list.
13517 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13518 recipient/signer list.
13519
13520 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13521
13522 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13523 fbound (Emacs 23 unicode), signal an error.
13524
13525 2008-02-08 Glenn Morris <rgm@gnu.org>
13526
13527 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13528
13529 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13530
13531 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13532 ports to the calls to `netrc-machine-user-or-password' in addition to
13533 "imap" and "imaps".
13534
13535 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13536
13537 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13538 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13539 <hanche@math.ntnu.no>.
13540
13541 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13542
13543 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13544
13545 2008-02-01 Zhang Wei <id.brep@gmail.com>
13546
13547 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13548
13549 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13550
13551 2008-02-01 Miles Bader <miles@gnu.org>
13552
13553 * mml.el (mml-parse-1): Remove apparently vestigial use of
13554 `mm-hack-charsets'.
13555 * mm-bodies.el (mm-encode-body): Likewise.
13556
13557 2008-02-01 Kenichi Handa <handa@m17n.org>
13558
13559 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13560 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13561 (rfc2104-hash): Convert the result of concat to unibyte string.
13562
13563 2008-02-01 Dave Love <fx@gnu.org>
13564
13565 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13566 coding-system-for-read.
13567 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13568
13569 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13570 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13571 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13572
13573 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13574
13575 * mail-source.el (mail-sources): Add `group' choice.
13576
13577 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13578 parameter `in-group' to control into which group the articles go.
13579 Add treatment of `group' mail-source.
13580
13581 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13582
13583 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13584 * message.el (message-beginning-of-line): Use featurep instead of bound
13585 tests in order to resolve conditionals at compile time.
13586
13587 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13588
13589 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13590
13591 * mm-decode.el (mm-dissect-buffer): Decode description.
13592
13593 * mml.el (mml-to-mime): Encode message header first.
13594
13595 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13596
13597 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13598 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13599
13600 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13601
13602 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13603
13604 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13605
13606 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13607 prefix keys.
13608 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13609 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13610 gnus-xmas.el.
13611
13612 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13613
13614 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13615 Add new variables for article mark management.
13616 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13617 list of extra data entries which, when present, will indicate that the
13618 article ID should not be trimmed from the registry.
13619 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13620 functions.
13621 (gnus-registry-read-mark): New function to read a mark name from the
13622 user.
13623 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13624 (gnus-registry-set-article-mark-internal): New functions to add and
13625 remove marks.
13626 (gnus-registry-get-article-marks): New function to show the marks for
13627 an article, or retrieve them for further use.
13628
13629 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13630
13631 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13632 keys when no argument is given.
13633
13634 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13635
13636 * gnus-sum.el (gnus-article-sort-by-random)
13637 (gnus-thread-sort-by-random): Fix doc strings.
13638 Reported by jidanni@jidanni.org.
13639
13640 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13641
13642 * gnus-art.el (gnus-article-describe-bindings): New function.
13643 (gnus-article-read-summary-keys): Use it.
13644 (gnus-article-mode-map): Bind `C-h b' to it.
13645
13646 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13647
13648 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13649 XEmacs.
13650 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13651 Protect against non-character events.
13652
13653 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13654
13655 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13656 New command.
13657 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13658 instead of END. Change name of the temp file.
13659 (gnus-group-gmane-group-download-format): Add doc string. Make it
13660 customizable.
13661
13662 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13663
13664 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13665 bind `S W' to gnus-article-wide-reply-with-original; set default
13666 binding to gnus-article-read-summary-send-keys.
13667 (gnus-article-read-summary-keys): Fix the order of keys; display
13668 continuation keys correctly in the echo area; describe bindings
13669 correctly when keys end with `C-h'.
13670 (gnus-article-read-summary-send-keys): New function.
13671 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13672 Work for gnus-article-read-summary-send-keys; display continuation keys
13673 correctly in the echo area.
13674 (gnus-article-reply-with-original): Ignore prefix argument.
13675 (gnus-article-wide-reply-with-original): New function.
13676
13677 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13678
13679 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13680 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13681
13682 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13683
13684 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13685 (gnus-group-read-ephemeral-gmane-group): New command.
13686
13687 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13688
13689 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13690
13691 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13692
13693 * message.el (message-send-mail-function): Increase custom version.
13694
13695 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13696 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13697
13698 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13699
13700 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13701 html parts correctly; support forwarded messages.
13702 (gnus-article-browse-html-article): Remove work buffers.
13703
13704 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13705 compiling.
13706 (netrc-bound-and-true-p): New macro.
13707 (netrc-parse): Use it instead of bound-and-true-p that is not available
13708 in XEmacs 21.4.
13709
13710 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13711
13712 * gnus-registry.el (gnus-registry-mark-article)
13713 (gnus-registry-article-marks): Add functionality to mark articles
13714 through the Gnus registry.
13715
13716 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13717 (netrc-parse): Use encrypt-file-alist to determine if
13718 encrypt-find-model or encrypt-insert-file-contents should be used.
13719
13720 2007-12-19 Glenn Morris <rgm@gnu.org>
13721
13722 * mml.el (message-options-set, message-narrow-to-head)
13723 (message-in-body-p, message-mail-p, message-encode-message-body):
13724 Autoload.
13725 (message-remove-header, message-narrow-to-headers-or-head)
13726 (message-subscribed-p, message-make-mail-followup-to)
13727 (message-position-on-field, message-news-p)
13728 (message-options-set-recipient, message-generate-headers)
13729 (message-sort-headers): Declare as functions.
13730
13731 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13732
13733 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13734 convention in doc string.
13735
13736 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13737
13738 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13739 title to html parts.
13740 (gnus-article-browse-html-article): Pass message header to it.
13741
13742 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13743
13744 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13745
13746 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13747 or password compatible with XEmacs.
13748
13749 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13750
13751 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13752 format document.
13753 (gnus-mime-delete-part): Don't write description line if empty.
13754 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13755
13756 2007-12-14 Johan Bockgård <bojohan@gnu.org>
13757
13758 * gnus-sum.el (gnus-summary-mark-unread-as-read)
13759 (gnus-summary-mark-read-and-unread-as-read)
13760 (gnus-summary-mark-current-read-and-unread-as-read)
13761 (gnus-summary-mark-unread-as-ticked): Doc fix.
13762 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13763
13764 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13765
13766 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13767 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13768
13769 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13770
13771 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13772 yes-or-no-p.
13773
13774 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13775
13776 * mm-decode.el (mm-add-meta-html-tag): New function.
13777 (mm-save-part-to-file, mm-pipe-part): Use it.
13778
13779 * gnus-art.el (gnus-article-browse-delete-temp-files):
13780 Use gnus-y-or-n-p instead of y-or-n-p.
13781 (gnus-article-browse-html-parts): Work with message/external-body; use
13782 mm-add-meta-html-tag.
13783
13784 2007-12-11 Glenn Morris <rgm@gnu.org>
13785
13786 * gnus-cache.el: Require gnus-sum not just when compiling.
13787
13788 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13789
13790 * gnus-int.el (gnus-server-opened, gnus-status-message):
13791 Move definitions before use.
13792
13793 * mm-decode.el: Require gnus-util.
13794 (mm-remove-part): Only call delete-annotation on XEmacs.
13795
13796 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13797
13798 * nnmail.el: Require gnus-int.
13799
13800 * spam.el: Move `require's before `eval-when-compile's.
13801
13802 * gnus-ems.el (gnus-alive-p):
13803 * gnus-fun.el (message-goto-eoh):
13804 * gnus-util.el (gnus-group-name-decode):
13805 * mail-source.el (gnus-compress-sequence):
13806 * message.el (Info-goto-node, format-spec):
13807 * mm-bodies.el (message-options-get):
13808 * mm-decode.el (mm-view-pkcs7):
13809 * mm-util.el (gmm-write-region):
13810 * mml-smime.el (mml-compute-boundary)
13811 (gnus-completing-read-with-default):
13812 * mml.el (widget-button-press, gnus-make-hashtable):
13813 * mml1991.el (mm-decode-content-transfer-encoding)
13814 (mm-encode-content-transfer-encoding)
13815 (message-options-get, message-options-set):
13816 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13817 * nnfolder.el (gnus-request-group):
13818 * nnheader.el (ietf-drums-unfold-fws):
13819 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13820 * smime.el (gnus-run-mode-hooks):
13821 * spam-stat.el (gnus-message): Autoload.
13822
13823 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13824 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13825 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13826 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13827 Add declare-function compatibility definition.
13828
13829 * gnus-cache.el (nnvirtual-find-group-art):
13830 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13831 (gnus-add-image, gnus-add-wash-type):
13832 * gnus-group.el (nnkiboze-score-file):
13833 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13834 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13835 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13836 (message-tokenize-header, gnus-get-buffer-create)
13837 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13838 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13839 * gnus.el (gnus-group-decoded-name):
13840 * mail-source.el (imap-capability):
13841 * mm-bodies.el (message-options-set):
13842 * mm-decode.el (gnus-configure-windows):
13843 * mm-extern.el (message-goto-body):
13844 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13845 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13846 (epg-sub-key-validity, message-options-set):
13847 * mml.el (widget-event-point, gnus-configure-windows):
13848 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13849 * mml2015.el (epg-check-configuration, epg-configuration)
13850 (message-options-set):
13851 * nndb.el (nndb-request-article):
13852 * nnfolder.el (gnus-request-create-group):
13853 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13854 * nnmaildir.el (gnus-group-mark-article-read):
13855 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13856 * rfc1843.el (message-fetch-field):
13857 * spam.el (gnus-extract-address-components):
13858 Declare as functions.
13859
13860 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13861
13862 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13863
13864 2007-12-09 Glenn Morris <rgm@gnu.org>
13865
13866 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13867
13868 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13869 * message.el, mm-view.el, sieve-manage.el, smime.el:
13870 Add declare-function compatibility definition.
13871
13872 * gnus-art.el (w3-region, w3m-region, Info-menu):
13873 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13874 * gnus-sum.el (gnus-get-predicate):
13875 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13876 * message.el (mail-abbrev-in-expansion-header-p):
13877 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13878 (w3m-detect-meta-charset, w3m-region):
13879 * sieve-manage.el (password-read, password-cache-add)
13880 (password-cache-remove):
13881 * smime.el (password-read-and-add): Declare as functions.
13882
13883 2007-12-08 David Kastrup <dak@gnu.org>
13884
13885 * gnus-sum.el (gnus-summary-simplify-subject-query):
13886 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13887 `message'.
13888
13889 2007-12-07 Glenn Morris <rgm@gnu.org>
13890
13891 * gnus-art.el (article-make-date-line): Revert previous change.
13892
13893 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13894
13895 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13896
13897 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
13898
13899 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13900 Call gnus-add-to-range ranges only once with a prepared article-list.
13901
13902 2007-12-06 Paul Jarc <prj@po.cwru.edu>
13903
13904 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13905 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13906 group names with backslashes.
13907 Reported by Tassilo Horn <tassilo@member.fsf.org>.
13908
13909 2007-12-06 Deepak Goel <deego3@gmail.com>
13910
13911 * gnus-art.el (article-make-date-line):
13912 * gnus-start.el (gnus-load):
13913 * pop3.el (pop3-read-response): Fix buggy call to `error'.
13914
13915 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13916
13917 * gnus-art.el (gnus-use-idna):
13918 * gnus-start.el (gnus-site-init-file):
13919 * message.el (message-use-idna):
13920 * mm-uu.el (mm-uu-hide-markers):
13921 * smiley.el (smiley-style): Revert changes that suppress warnings.
13922
13923 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13924
13925 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13926 specify charset to html source.
13927 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13928
13929 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13930
13931 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13932 idna-program in order to suppress byte compile warning issued by XEmacs
13933 that came to byte compile the default value section of defcustom forms
13934 recently.
13935
13936 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13937 value of installation-directory.
13938
13939 * message.el (message-use-idna): Don't directly refer to the value of
13940 idna-program.
13941
13942 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13943
13944 * smiley.el (smiley-style): Don't directly call face-attribute.
13945
13946 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
13947
13948 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13949
13950 * gnus-dired.el: Reduce Gnus dependencies.
13951 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13952 Don't require. Use autoloads instead.
13953 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13954 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13955 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13956 (gnus-dired-mode): Adjust doc string.
13957 (gnus-dired-mail-mode): New variable.
13958 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13959 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13960 (gnus-dired-mail-buffers): New function. Return mail or message
13961 composition buffers.
13962 (gnus-dired-attach): Use it.
13963 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13964 NO-DECODE.
13965 (gnus-dired-print): Use `gnus-print-buffer' depending on
13966 `gnus-dired-mail-mode'.
13967
13968 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13969
13970 * rfc2047.el (rfc2047-encoded-word-regexp)
13971 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13972 explaining what regexp patterns are for.
13973
13974 2007-12-04 Glenn Morris <rgm@gnu.org>
13975
13976 * password.el: Move to ../password-cache.el.
13977
13978 * mml1991.el (password-read, password-cache-add, password-cache-remove):
13979 * mml2015.el (password-read, password-cache-add, password-cache-remove):
13980 * mml-smime.el (password-read, password-cache-add)
13981 (password-cache-remove):
13982 No need to autoload, since mml-sec requires password.
13983
13984 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13985 * message.el (gnus-extract-address-components):
13986 * mml-smime.el (gnus-extract-address-components): Define for compiler.
13987
13988 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13989 password.
13990
13991 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13992
13993 * mailcap.el: Reduce dependencies.
13994 (mail-header-parse-content-type): Autoload.
13995 (mailcap-delete-duplicates): New alias.
13996 (mailcap-mime-info): Add optional argument NO-DECODE.
13997 (mailcap-mime-types): Use mailcap-delete-duplicates.
13998
13999 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14000
14001 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14002
14003 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14004 function.
14005
14006 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14007 (gnus-uu-yenc-article): New function.
14008
14009 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14010
14011 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14012
14013 2007-12-02 Glenn Morris <rgm@gnu.org>
14014
14015 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14016 Move to ../net.
14017
14018 * binhex.el, uudecode.el: Move to ../mail.
14019
14020 * encrypt.el: Remove file.
14021
14022 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14023
14024 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14025 matches on patches.
14026
14027 * gnus-art.el (gnus-article-browse-html-article):
14028 Mention `mm-text-html-renderer' in the doc string.
14029
14030 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14031 string. Add comments.
14032
14033 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14034 if rhs is ASCII.
14035
14036 2007-12-01 Glenn Morris <rgm@gnu.org>
14037
14038 * dig.el, dns.el: Move to ../net.
14039 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14040
14041 * mail-source.el (top-level): Require format-spec before
14042 eval-when-compile.
14043
14044 2007-11-30 Glenn Morris <rgm@gnu.org>
14045
14046 * encrypt.el: Require password, rather than autoloading password-read.
14047
14048 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14049
14050 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14051 caller can indicate whether the cache should be disregarded for this
14052 call. This way the result of the call is reproducible at all times and
14053 can be considered a canonical server name for the supplied method.
14054 (gnus-agent-method-p): Canonicalize server names by pushing their
14055 method through `gnus-method-to-server' using the no-cache argument.
14056
14057 * gnus-srvr.el (gnus-server-insert-server-line):
14058 Call `gnus-method-to-server' with `no-cache' argument.
14059
14060 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14061 gnus-agent-possibly-synchronize-flags as this should be called when the
14062 server is actually being opened.
14063 (gnus-agent-possibly-synchronize-flags)
14064 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14065 flags file of an agentized server to the latter function.
14066
14067 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14068 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14069 after a connection has been established successfully.
14070
14071 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14072
14073 * gnus-art.el (article-display-face): Force to display face if called
14074 interactively; check if gnus-article-x-face-too-ugly matches author.
14075 (article-display-x-face): Display face even if From header is missing
14076 as article-display-face does.
14077
14078 2007-11-28 Richard Stallman <rms@gnu.org>
14079
14080 * md4.el: Move to ../.
14081 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14082
14083 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14084
14085 * mail-source.el (mail-sources): Default to fetch from file for
14086 compatibility with default of nnmail-spool-file.
14087
14088 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14089
14090 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14091 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14092 to look for encoded word that should be encoded again.
14093 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14094 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14095 encoding pattern.
14096 (rfc2047-decode-region): Switch strict regexp and loose one according
14097 to rfc2047-allow-irregular-q-encoded-words.
14098
14099 2007-11-26 Simon Josefsson <simon@josefsson.org>
14100
14101 * imap.el: Move to ../net directory.
14102
14103 2007-11-25 Romain Francoise <romain@orebokech.com>
14104
14105 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14106
14107 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14108
14109 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14110 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14111
14112 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14113 `nnmail-spool-file'.
14114
14115 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14116 `nnmail-spool-file'.
14117
14118 * gnus-move.el (gnus-change-server): Ditto.
14119
14120 * gnus-kill.el (gnus-batch-score): Ditto.
14121
14122 * gnus-cache.el (gnus-jog-cache): Ditto.
14123
14124 * gnus-msg.el (gnus-summary-reply):
14125 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14126
14127 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14128
14129 * gnus-cache.el (gnus-cache-generate-nov-databases):
14130 Use nnml-generate-nov-databases-directory instead of
14131 nnml-generate-nov-databases-1.
14132
14133 2007-11-24 Glenn Morris <rgm@gnu.org>
14134
14135 * message.el (message-tool-bar-retro): Update for rename
14136 mail_send.xpm->mail-send.xpm.
14137
14138 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14139
14140 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14141 `smime-ldap-search' for Emacs 22 and up.
14142
14143 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14144
14145 * hashcash.el: Move to ../mail directory.
14146
14147 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14148
14149 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14150 `smime-ldap-search' for Emacs 22 and up.
14151
14152 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14153
14154 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14155
14156 * message.el (message-send-mail-function): Fix error convention.
14157 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14158 (message-widen-reply, message-send-mail, message-talkative-question)
14159 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14160 (message-clone-locals, message-send-news): Use with-current-buffer.
14161 (message-insert-or-toggle-importance): Remove unused var `valid'.
14162 (message-make-references): Remove unused var `new-references'.
14163 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14164
14165 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14166
14167 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14168 (spam-split-symbolic-return-positive): Reflow docstring.
14169 (spam-backends, spam-summary-exit-behavior)
14170 (spam-mark-ham-unread-before-move-from-spam-group)
14171 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14172 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14173 (spam-clear-cache, spam-backend-check, spam-install-backend)
14174 (spam-install-statistical-backend, spam-list-of-processors)
14175 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14176 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14177 (spam-check-crm114, spam-initialize, spam-unload-hook):
14178 Fix typos in docstrings.
14179
14180 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14181
14182 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14183 been checked if they have never been read and those group levels are
14184 higher than the one that a user specified.
14185
14186 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14187
14188 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14189 foreign groups unless a group level is specified by a user.
14190 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14191
14192 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14193
14194 * message.el (message-send-mail-function): Require sendmail.
14195
14196 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14197
14198 * message.el (message-send-mail-function): Check for smtpmail too.
14199
14200 * utf7.el (utf7-encode, utf7-decode): Use coding system
14201 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14202
14203 * message.el (message-send-mail-function): New function.
14204 (message-send-mail-function): Set default using
14205 message-send-mail-function. Adjust doc string.
14206 (message-send-mail-with-mailclient): New function.
14207
14208 2007-11-17 Richard Stallman <rms@gnu.org>
14209
14210 * assistant.el: Remove file.
14211
14212 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14213
14214 * smime.el (from):
14215 * rfc2047.el (message-posting-charset):
14216 * qp.el (mm-use-ultra-safe-encoding):
14217 * pop3.el (parse-time-months):
14218 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14219 * nnml.el (files):
14220 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14221 (jka-compr-compression-info-list, ange-ftp-path-format)
14222 (efs-path-regexp):
14223 * nndiary.el (files):
14224 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14225 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14226 (epg-digest-algorithm-alist, inhibit-redisplay)
14227 (password-cache-expiry):
14228 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14229 (pgg-output-buffer, password-cache-expiry):
14230 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14231 (efs-path-regexp):
14232 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14233 (inhibit-redisplay):
14234 * mm-uu.el (file-name, start-point, end-point, entry)
14235 (gnus-newsgroup-name, gnus-newsgroup-charset):
14236 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14237 (latin-unity-ucs-list):
14238 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14239 (mm-uu-binhex-decode-function):
14240 * message.el (gnus-message-group-art, gnus-list-identifiers)
14241 (rmail-enable-mime-composing, gnus-local-organization)
14242 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14243 (gnus-read-active-file, facemenu-add-face-function)
14244 (facemenu-remove-face-function, gnus-article-decoded-p)
14245 (tool-bar-mode):
14246 * mail-source.el (display-time-mail-function):
14247 * gnus-util.el (nnmail-pathname-coding-system)
14248 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14249 (gnus-original-article-buffer, gnus-user-agent)
14250 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14251 (xemacs-codename, sxemacs-codename, emacs-program-version):
14252 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14253 * gnus-start.el (gnus-agent-covered-methods)
14254 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14255 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14256 (gnus-newsgroup-headers, gnus-group-list-mode)
14257 (gnus-group-mark-positions, gnus-newsgroup-data)
14258 (gnus-newsgroup-unreads, nnoo-state-alist)
14259 (gnus-current-select-method, mail-sources)
14260 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14261 (nnmail-spool-file, gnus-cache-active-hashtb):
14262 * gnus-mh.el (mh-lib-progs):
14263 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14264 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14265 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14266 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14267 (gnus-group-buffer):
14268 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14269 (font-lock-set-defaults):
14270 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14271 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14272 (gnus-summary-post-menu, total-parts, type, condition, length):
14273 * gnus-agent.el (gnus-agent-read-agentview):
14274 * flow-fill.el (show-trailing-whitespace):
14275 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14276 eval-and-compile wrappers for byte compiler pacifiers.
14277
14278 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14279 (mm-display-inline-fontify): Check for featurep 'xemacs not
14280 extent-list.
14281
14282 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14283 itimer-list.
14284 (mm-create-image-xemacs): Only do something for XEmacs.
14285 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14286
14287 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14288
14289 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14290 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14291
14292 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14293
14294 * nnimap.el (nnimap-split-download-body):
14295 * gnus-demon.el (gnus-demon):
14296 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14297
14298 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14299
14300 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14301 New macros.
14302 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14303 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14304 copy data from unibyte buffer to multibyte current buffer.
14305 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14306 to copy data from unibyte current buffer to multibyte buffer.
14307 (nntp-make-process-buffer): Make process buffer unibyte.
14308
14309 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14310
14311 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14312
14313 * pop3.el (pop3-open-server): Accept and process data more robustly at
14314 connection start to avoid spurious "POP SSL connection failed" errors.
14315
14316 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14317
14318 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14319 read group names.
14320
14321 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14322
14323 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14324
14325 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14326
14327 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14328 (nnmail-save-active): Use a unibyte buffer when saving active file,
14329 which may contain non-ASCII group names.
14330
14331 * nnml.el (nnml-request-group): Decode group names in messages.
14332
14333 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14334
14335 * message.el (message-citation-line-function)
14336 (message-insert-formatted-citation-line): Fix spelling of
14337 `message-insert-formated-citation-line'.
14338
14339 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14340
14341 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14342
14343 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14344
14345 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14346 nnmail-pathname-coding-system.
14347
14348 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14349 that a user enters; decode group names in messages.
14350
14351 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14352
14353 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14354
14355 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14356
14357 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14358
14359 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14360 risky local variable.
14361
14362 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14363
14364 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14365
14366 * encrypt.el: Improve documentation to fix function name typo.
14367 Reported by Daiki Ueno <ueno@unixuser.org>.
14368
14369 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14370
14371 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14372 even if the point is not in the last page of an article.
14373 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14374 back to the previous page.
14375
14376 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14377
14378 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14379
14380 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14381
14382 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14383
14384 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * message.el (message-check-news-body-syntax):
14387 Avoid mm-string-as-multibyte.
14388 (message-hide-headers): Don't assume (point-min)==1.
14389
14390 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14391
14392 * message.el (message-remove-blank-cited-lines): Fix if remove is
14393 given.
14394 (message-bogus-address-regexp): New variable.
14395 (message-bogus-recipient-p): New function.
14396 (message-check-recipients): New command.
14397 (message-syntax-checks): Add `bogus-recipient'.
14398 (message-fix-before-sending): Add `bogus-recipient'.
14399
14400 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14401 (gnus-treat-body-boundary): Don't test window-system.
14402
14403 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14404
14405 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14406
14407 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14408
14409 * gnus.el: Bump version to Gnus v5.13.
14410
14411 2007-10-28 Miles Bader <miles@gnu.org>
14412
14413 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14414 at compile-time too.
14415
14416 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14417
14418 * gnus-msg.el (gnus-message-setup-hook):
14419 Add `message-remove-blank-cited-lines' to options.
14420
14421 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14422
14423 * message.el (message-remove-blank-cited-lines): New function.
14424 Suggested by Karl Plästerer.
14425
14426 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14427
14428 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14429 mapc.
14430
14431 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14432 (top-level): Use mapc to set functions to be traced for debugging.
14433
14434 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14435 called for effect with while loop.
14436
14437 * message.el (message-talkative-question): Replace mapcar called for
14438 effect with mapc.
14439
14440 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14441 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14442 called for effect with dolist.
14443
14444 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14445
14446 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14447 gnus-extra-headers and nnmail-extra-headers.
14448
14449 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14450 called for effect with dolist.
14451 (top-level): Use mapc to set functions to be traced for debugging.
14452
14453 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14454 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14455 dolist.
14456
14457 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14458 Replace mapcar called for effect with mapc.
14459 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14460 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14461 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14462 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14463
14464 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14465 remove-if that's a cl function.
14466
14467 * webmail.el (webmail-debug): Replace mapcar called for effect with
14468 dolist.
14469
14470 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14471
14472 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14473 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14474 with while loop.
14475
14476 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14477 functions from article-* functions.
14478 (gnus-multi-decode-header): Replace mapcar called for effect with
14479 dolist.
14480
14481 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14482 (gnus-bookmark-show-details): Replace mapcar called for effect with
14483 while loop.
14484
14485 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14486 called for effect with while loop.
14487
14488 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14489 with dolist.
14490
14491 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14492 Replace mapcar called for effect with dolist.
14493
14494 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14495
14496 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14497 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14498 Replace mapcar called for effect with dolist.
14499 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14500 mapc.
14501
14502 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14503 Replace mapcar called for effect with dolist.
14504 (gnus-topic-list): Replace mapcar called for effect with mapc.
14505
14506 * gnus.el: Use mapc instead of mapcar to add autoloads.
14507
14508 2007-10-23 Richard Stallman <rms@gnu.org>
14509
14510 * gnus-group.el (gnus-group-highlight): Mark as risky.
14511
14512 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14513
14514 * gnus.el (gnus-server-to-method): Return method found first in
14515 gnus-newsrc-alist.
14516
14517 * gnus-art.el (gnus-article-highlight-signature)
14518 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14519 button overlay without the front stickiness.
14520
14521 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14522
14523 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14524 overview buffer needed a catch to receive its throw.
14525 (gnus-agent-flush-cache): Declare as interactive to make this function
14526 easier to use.
14527
14528 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14529
14530 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14531 `next-line'.
14532
14533 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14534
14535 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14536 exclude address matching message-dont-reply-to-names.
14537
14538 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14539
14540 * gnus-util.el (gnus-string<): New function.
14541
14542 * gnus-sum.el (gnus-article-sort-by-author)
14543 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14544
14545 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14546
14547 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14548 the frame-focus tag is set in gnus-buffer-configuration.
14549
14550 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14551
14552 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14553 the front stickiness.
14554
14555 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14556
14557 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14558 url pattern; remove duplicate one.
14559 (gnus-article-extend-url-button): New function.
14560 (gnus-article-add-buttons): Use it.
14561 (gnus-button-push): Use concatenated url that it makes.
14562
14563 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14564
14565 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14566 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14567
14568 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14571 Don't hardcode point-min==1.
14572
14573 2007-09-30 David Kastrup <dak@gnu.org>
14574
14575 * gnus-art.el (gnus-article-reply-with-original)
14576 (gnus-article-followup-with-original): When `transient-mark-mode' is
14577 off, refrain from active-region behavior for followups.
14578
14579 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14580
14581 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14582 Fix comment about "iso8859-1".
14583
14584 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14585
14586 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14587 ones returned from the verify-function.
14588
14589 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14590 Call mml2015-extract-cleartext-signature if extraction failed.
14591
14592 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14593
14594 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14595 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14596 failed.
14597
14598 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14599
14600 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14601
14602 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14603
14604 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14605 to mark a thread as expirable. Add variable `hide' to handle hiding of
14606 thread for both the null and zero (kill/expire thread) universal prefix
14607 cases.
14608 (gnus-summary-expire-thread): Add new function to expire a thread,
14609 using gnus-summary-kill-thread.
14610 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14611 shortcuts for gnus-summary-expire-thread.
14612 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14613 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14614
14615 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14616
14617 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14618 extras value, so an extras entry can be deleted.
14619 (gnus-registry-delete-extra-entry): Use it.
14620 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14621 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14622 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14623 storage through the gnus-registry, and provide an appropriate API for
14624 it.
14625
14626 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14627
14628 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14629 Suggested by Leo <sdl.web@gmail.com>.
14630
14631 * gnus.el: Do.
14632
14633 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14634
14635 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14636 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14637
14638 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14639
14640 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14641 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14642
14643 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14644
14645 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14646 newline.
14647 (nnmbox-request-accept-article): Don't change article in source buffer;
14648 narrow to header to use message-fetch-field rather than
14649 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14650 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14651 as delimiters; make sure article ends with newline.
14652 (nnmbox-delete-mail): Correct last position of article to be deleted;
14653 ignore X-Gnus-Newsgroup header in article body.
14654 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14655 positions; make sure article ends with newline.
14656
14657 * message.el (message-display-abbrev): Don't infloop when a user
14658 inserts SPC in the beginning of header.
14659
14660 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14661
14662 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14663 list of groups not followed by default. Fix type to be regexp.
14664 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14665
14666 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14667
14668 * hmac-def.el (define-hmac-function): Switch from old-style to
14669 new-style backquotes.
14670
14671 * md4.el (md4-make-step): Likewise.
14672
14673 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14674
14675 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14676 raw-text coding system when saving .newsrc file, which may contain
14677 non-ASCII group names.
14678
14679 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14680
14681 * gnus-cus.el (gnus-score-extra): New widget.
14682 (gnus-score-extra-convert): New function.
14683 (gnus-score-customize): Use it for Extra.
14684
14685 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14686
14687 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14688 (mml2015-mailcrypt-clear-verify): Use it.
14689 (mml2015-gpg-clear-verify): Use it.
14690 (mml2015-pgg-clear-verify): Use it.
14691 (mml2015-epg-clear-verify): Replace the current part with the output
14692 from GnuPG; don't extract the plaintext by itself.
14693
14694 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14695 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14696 mml2015-clear-verify-function; don't touch the armor headers or
14697 dash-escaped text here.
14698
14699 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14700
14701 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14702 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14703 parts, or application/octet-stream as a last resort.
14704 (gnus-mime-view-part-as-type): Don't toggle display.
14705 (gnus-mime-view-part-as-charset): Don't turn off display before
14706 querying charset.
14707
14708 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14709 stuff to undisplayer function in Emacs.
14710 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14711
14712 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14713 text/calendar parts.
14714
14715 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14716
14717 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14718 decoding text/calendar parts.
14719
14720 * message.el (message-forward-make-body-mime): Always mark body as
14721 having no illegible text; remove signed-or-encrypted argument.
14722 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14723
14724 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14725 (mml-generate-mime-1): Don't encode body if it is specified to be in
14726 raw form; don't make buffer be unibyte when inserting multibyte string.
14727
14728 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 * sha1.el: Fix up comment style.
14731 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14732 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14733
14734 * hex-util.el: Fix up comment style.
14735 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14736
14737 * gnus-salt.el: Use with-current-buffer.
14738 (gnus-pick-setup-message): Fix long-standing typo.
14739
14740 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14741
14742 * imap.el (imap-logout-timeout): New variable.
14743 (imap-logout, imap-logout-wait): New functions.
14744 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14745
14746 * nnimap.el (nnimap-logout-timeout): New server variable.
14747 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14748 nnimap-logout-timeout.
14749
14750 * gnus-art.el (gnus-article-summary-command-nosave)
14751 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14752
14753 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14754
14755 * gnus.el (gnus-maximum-newsgroup): New variable.
14756
14757 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14758 according to gnus-maximum-newsgroup.
14759
14760 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14761 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14762 Limit the range of articles according to gnus-maximum-newsgroup.
14763
14764 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
14765
14766 * gnus-art.el (gnus-sticky-article): Fix problems described in
14767 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
14768 Don't perform gnus-configure-windows here; reuse existing sticky
14769 article buffer.
14770
14771 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14772 it doesn't exist in gnus-article-mode.
14773
14774 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14775
14776 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14777 (gnus-agent-decoded-group-name): New function.
14778 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14779 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14780
14781 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14782
14783 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14784 Add binding for gnus-sticky-article.
14785 (gnus-summary-exit): Don't kill sticky article buffers.
14786
14787 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14788 article buffer.
14789 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14790 (gnus-kill-sticky-article-buffers): New commands.
14791
14792 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14793
14794 * nntp.el (nntp-xref-number-is-evil): New server variable.
14795 (nntp-find-group-and-number): If it is non-nil, don't trust article
14796 numbers in the Xref header.
14797
14798 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14799
14800 * gnus-agent.el (gnus-agent-read-group): New function.
14801 (gnus-agent-flush-group, gnus-agent-expire-group)
14802 (gnus-agent-regenerate-group): Use it.
14803 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14804 nnmail-pathname-coding-system.
14805
14806 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14807
14808 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14809
14810 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14811 that are unread as unread, and also as selected so that information of
14812 marks having been changed by a user may be updated when exiting group.
14813
14814 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14815
14816 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14817
14818 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14819
14820 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14821 calculated ignoring signature parts to gnus-treat-article.
14822
14823 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14824
14825 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14826 a point here in order to keep the window start.
14827 (gnus-insert-mime-security-button): Make a button overlay without the
14828 front stickiness.
14829 (gnus-mime-display-security): Goto the end of a button.
14830
14831 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14832
14833 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14834
14835 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14836 group-name-at-point.
14837 (gnus-group-completing-read): New function that offers decoded
14838 non-ASCII group names for completion.
14839 (gnus-fetch-group, gnus-group-read-ephemeral-group)
14840 (gnus-group-jump-to-group, gnus-group-make-group-simple)
14841 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14842 (gnus-group-fetch-control): Use it.
14843 (gnus-fetch-group): Use group-name-at-point for the initial value
14844 rather than the default value; use gnus-alive-p.
14845
14846 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14847 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14848 (gnus-summary-post-news): Use gnus-group-completing-read.
14849
14850 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14851 (gnus-read-move-group-name): Decode group name for completion.
14852
14853 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
14854
14855 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14856 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14857 Yamaoka slightly modified the code).
14858
14859 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
14860
14861 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14862 (nnmail-split-incoming): Bind it.
14863
14864 * nnml.el (nnml-group-name-charset): New function.
14865 (nnml-decoded-group-name): Use it; don't decode group name if
14866 nnmail-group-names-not-encoded-p is non-nil.
14867 (nnml-encoded-group-name): New function.
14868 (nnml-group-pathname): Inline nnml-decoded-group-name.
14869 (nnml-request-expire-articles): Decode group name in message.
14870 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14871 nnmail-pathname-coding-system.
14872 (nnml-save-mail, nnml-active-number): Work with decoded group names and
14873 not decoded ones according to nnmail-group-names-not-encoded-p.
14874 (nnml-generate-active-info): Use nnml-encoded-group-name.
14875
14876 2007-08-08 Glenn Morris <rgm@gnu.org>
14877
14878 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14879 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14880 doc-strings and comments.
14881
14882 2007-07-25 Glenn Morris <rgm@gnu.org>
14883
14884 * Relicense all FSF files to GPLv3 or later.
14885
14886 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14887
14888 * gnus-sum.el (gnus-summary-move-article):
14889 Make gnus-summary-respool-article work.
14890
14891 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
14892
14893 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14894 string.
14895
14896 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
14897
14898 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
14899 that should be ignored when comparing distant RSS articles with local
14900 ones.
14901 (nnrss-make-hash-index): New function. Create a hash index according
14902 to the ignored fields.
14903 (nnrss-check-group): Use it.
14904
14905 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
14906
14907 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14908
14909 * gnus-art.el (article-decode-group-name): Decode Xref header too.
14910
14911 * gnus-group.el (gnus-group-make-group): Encode group name here unless
14912 the new optional argument ENCODED is non-nil.
14913 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14914 coding system for encoding group name.
14915 (gnus-group-make-rss-group): Pass un-encoded group name to
14916 gnus-group-make-group.
14917 (gnus-group-set-info): Tell gnus-group-make-group that group name is
14918 encoded.
14919
14920 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14921 Encode group name to which articles are moved or copied.
14922 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14923 coding system for encoding Newsgroup, Followup-To and Xref headers.
14924
14925 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14926 marks; use nnheader-file-coding-system to write a file.
14927 (nnagent-retrieve-headers): Bind file-name-coding-system to
14928 nnmail-pathname-coding-system.
14929
14930 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14931
14932 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14933 (nnml-request-article, nnml-request-create-group)
14934 (nnml-request-rename-group, nnml-find-id)
14935 (nnml-possibly-change-directory, nnml-possibly-create-directory)
14936 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14937 (nnml-save-marks): Use nnml-group-pathname instead of
14938 nnmail-group-pathname.
14939
14940 (nnml-request-create-group, nnml-request-expire-articles)
14941 (nnml-request-move-article, nnml-request-delete-group)
14942 (nnml-deletable-article-p, nnml-possibly-create-directory)
14943 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14944 (nnml-open-marks): Bind file-name-coding-system to
14945 nnmail-pathname-coding-system.
14946
14947 (nnml-request-article): Pass server argument to nnml-find-group-number.
14948 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14949 Pass server argument to nnml-possibly-create-directory.
14950 (nnml-request-accept-article): Pass server argument to
14951 nnml-active-number and nnml-save-mail.
14952 (nnml-find-group-number): Pass server argument to nnml-find-id.
14953 (nnml-request-update-info): Pass server argument to
14954 nnml-marks-changed-p.
14955
14956 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14957 (nnml-save-mail, nnml-active-number): Add server argument.
14958
14959 (nnml-request-delete-group): Warn if group is missing.
14960 (nnml-get-nov-buffer): Decode group name.
14961 (nnml-generate-active-info): Encode group name.
14962 (nnml-open-marks): Decode group name in messages.
14963
14964 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14965
14966 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14967 if it is not specified.
14968 (gnus-article-pipe-part, gnus-article-save-part)
14969 (gnus-article-interactively-view-part, gnus-article-copy-part)
14970 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14971 (gnus-article-inline-part, gnus-article-save-part-and-strip)
14972 (gnus-article-replace-part, gnus-article-delete-part)
14973 (gnus-article-view-part-as-type): Pass raw prefix argument to
14974 gnus-article-part-wrapper.
14975
14976 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
14977
14978 * gnus-agent.el (gnus-agent-save-active):
14979 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14980
14981 * gnus-cache.el (gnus-cache-save-buffers)
14982 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14983 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14984 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14985 (gnus-cache-braid-nov, gnus-cache-braid-heads)
14986 (gnus-cache-generate-active, gnus-cache-rename-group)
14987 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14988 (gnus-cache-update-overview-total-fetched-for):
14989 Bind file-name-coding-system to nnmail-pathname-coding-system.
14990 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14991 New variables.
14992 (gnus-cache-decoded-group-name): New function.
14993 (gnus-cache-file-name): Use it.
14994 (gnus-cache-generate-active): Use non-decoded group name for active.
14995
14996 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14997 right place.
14998 (gnus-write-active-file): Don't break non-ASCII group names.
14999
15000 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15001 nnmail-pathname-coding-system.
15002
15003 * gnus-uu.el (gnus-uu-decode-save): Typo.
15004
15005 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15006
15007 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15008
15009 2007-07-14 David Kastrup <dak@gnu.org>
15010
15011 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15012 finishing actions if we did not edit the article.
15013
15014 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15015
15016 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15017 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15018 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15019 (gnus-agent-flush-group, gnus-agent-flush-cache)
15020 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15021 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15022 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15023 (gnus-agent-regenerate-group)
15024 (gnus-agent-update-files-total-fetched-for)
15025 (gnus-agent-update-view-total-fetched-for):
15026 Bind file-name-coding-system to nnmail-pathname-coding-system.
15027 (gnus-agent-group-pathname): Don't encode file names by
15028 nnmail-pathname-coding-system.
15029 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15030 coding-system-for-write instead of buffer-file-coding-system to
15031 gnus-agent-file-coding-system.
15032
15033 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15034 Decode group name.
15035
15036 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15037
15038 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15039 (gnus-read-newsrc-el-file): Make group names unibyte.
15040
15041 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15042 nnmail-pathname-coding-system.
15043
15044 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15045 (nnrss-request-delete-group): Bind file-name-coding-system to
15046 nnmail-pathname-coding-system.
15047 (nnrss-read-server-data, nnrss-read-group-data):
15048 Bind file-name-coding-system correctly.
15049 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15050
15051 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15052 (nntp-server-to-method-cache): New variable.
15053 (nntp-group-pathname): New function that decodes non-ASCII group names.
15054 (nntp-possibly-create-directory, nntp-marks-changed-p)
15055 (nntp-save-marks, nntp-open-marks): Use it.
15056 (nntp-possibly-create-directory, nntp-open-marks):
15057 Bind file-name-coding-system to nnmail-pathname-coding-system.
15058 (nntp-open-marks): Decode group names when bootstrapping marks.
15059
15060 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15061 Newsgroups and Followup-To headers.
15062
15063 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15064
15065 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15066 (gnus-server-closed-face, gnus-server-denied-face)
15067 (gnus-server-offline-face): Remove variable.
15068 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15069
15070 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15071 of modifying message-stack directly for XEmacs.
15072
15073 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15074 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15075 if the coding-system argument is nil for XEmacs.
15076
15077 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15078 mm-charset-override-alist.
15079
15080 * rfc2047.el: Don't require base64; require rfc2045 for the function
15081 rfc2045-encode-string.
15082 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15083 to quote the parameter value.
15084
15085 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15086
15087 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15088 form in gnus-group-name-charset-method-alist.
15089
15090 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15091 overrides the default layout edit-form.
15092
15093 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15094
15095 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15096
15097 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15098
15099 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15100 as unfetched articles.
15101
15102 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15103
15104 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15105
15106 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15107
15108 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15109 original back end that keeps marks in the local system.
15110
15111 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15112
15113 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15114 arg of pop-to-buffer for XEmacs.
15115 (gnus-article-read-summary-keys): Ditto; don't restore window
15116 configuration if summary command ends up with neither article buffer
15117 nor summary buffer; describe bindings if summary keys end with C-h.
15118
15119 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15120
15121 * message.el (message-fix-before-sending): Skip raw message part to be
15122 forwarded while checking illegible text.
15123 (message-forward-make-body-mime, message-forward-make-body):
15124 Mark signed or encrypted raw message as having no illegible text.
15125
15126 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15127
15128 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15129 (gnus-message-with-timestamp-1): New macro.
15130 (gnus-message-with-timestamp): New function.
15131 (gnus-message): Use them.
15132
15133 * nnheader.el (nnheader-message): Use them.
15134
15135 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15136
15137 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15138 .newsrc.eld file.
15139
15140 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15141
15142 * gnus-agent.el (gnus-agent-fetch-headers)
15143 (gnus-agent-retrieve-headers):
15144 Bind gnus-decode-encoded-address-function to identity.
15145
15146 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15147 available also when the server returns simply a dot.
15148
15149 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15150
15151 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15152
15153 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15154
15155 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15156
15157 * gnus-ems.el (gnus-x-splash): Make it work.
15158
15159 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15160 from being used.
15161
15162 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15163
15164 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15165 the front stickiness.
15166 (gnus-article-summary-command-nosave): Correct the order of the
15167 arguments passed to pop-to-buffer.
15168 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15169 summary command ends up with the article buffer.
15170
15171 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15172 the same faces.
15173
15174 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15175
15176 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15177
15178 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15179
15180 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15181 * gnus-sum.el (gnus-summary-highlight):
15182 * mail-source.el (mail-source-delete-old-incoming-confirm):
15183 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15184
15185 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15186
15187 * gnus-art.el (gnus-mime-view-part-externally)
15188 (gnus-mime-view-part-internally): Fix predicate function passed to
15189 completing-read.
15190
15191 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15192
15193 * gnus.el (gnus-update-message-archive-method): Add :version.
15194
15195 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15196
15197 * gnus.el (gnus-update-message-archive-method): New variable.
15198
15199 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15200 according to gnus-message-archive-method if
15201 gnus-update-message-archive-method is non-nil.
15202
15203 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15204
15205 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15206 Suggested by Loic Dachary <loic@dachary.org>.
15207 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15208
15209 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15210
15211 * message.el (message-pop-to-buffer): Add switch-function argument.
15212 (message-mail): Pass switch-function argument to it.
15213
15214 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15215
15216 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15217 Improve doc string.
15218
15219 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15220
15221 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15222 (gnus-header-content):
15223 * gnus-cite.el (gnus-cite-10):
15224 * gnus-srvr.el (gnus-server-closed):
15225 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15226 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15227 (gnus-group-mail-3-empty, gnus-group-mail-low)
15228 (gnus-group-mail-low-empty, gnus-splash):
15229 * message.el (message-header-to, message-header-cc)
15230 (message-header-subject, message-header-other, message-header-name)
15231 (message-header-xheader, message-separator, message-cited-text)
15232 (message-mml): Lighten colors of faces used for dark background.
15233
15234 2007-05-24 Simon Josefsson <simon@josefsson.org>
15235
15236 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15237 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15238
15239 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15240
15241 * message.el (message-narrow-to-headers-or-head):
15242 Ignore mail-header-separator in the body.
15243
15244 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15245
15246 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15247 same as window size.
15248
15249 2007-05-22 Kevin Ryde <user42@zip.com.au>
15250
15251 * message.el (message-font-lock-keywords): Use message-header-xheader
15252 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15253 ahead of the anything pattern, to get it recognized.
15254
15255 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15256
15257 * gnus-sum.el (gnus-articles-to-read)
15258 (gnus-summary-insert-old-articles): Don't truncate group name for
15259 `read-string'.
15260
15261 * gnus-util.el (gnus-limit-string): Delete this function.
15262
15263 * gnus-sum.el (gnus-simplify-subject-fully):
15264 Use `truncate-string-to-width' instead.
15265
15266 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15267
15268 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15269 Tell if, on summary exit, the next group has to be selected.
15270 (gnus-summary-exit): Use it.
15271
15272 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15273
15274 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15275 non-break space.
15276
15277 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15278
15279 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15280 Check if group is not a directory.
15281 (nnfolder-request-expire-articles): Don't delete articles if the target
15282 group is not available.
15283
15284 * nnml.el (nnml-request-create-group): Properly check if group is not a
15285 file.
15286 (nnml-request-expire-articles): Don't delete articles if the target
15287 group is not available.
15288
15289 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15290 Don't quote characters that are within parentheses.
15291
15292 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15293
15294 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15295 (gnus-handle-ephemeral-exit): Select article according to it.
15296
15297 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15298
15299 * message.el (message-insert-formated-citation-line): Remove newline.
15300 (message-citation-line-format): Add final \n here so that the user can
15301 avoid a blank line.
15302
15303 2007-05-03 Dan Christensen <jdc@uwo.ca>
15304
15305 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15306 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15307 Update lanl/arXiv support.
15308
15309 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15310
15311 * gnus.el: Bump version number.
15312
15313 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15314
15315 * gnus.el (gnus-version-number): Bump version.
15316
15317 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15318
15319 * gnus.el: No Gnus v0.6 is released.
15320
15321 2007-04-27 Didier Verna <didier@xemacs.org>
15322
15323 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15324 * gmm-utils.el (gmm-regexp-concat): ... here.
15325 * message.el: Don't require 'gnus-util.
15326 (message-dont-reply-to-names): Handle name change above.
15327 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15328
15329 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15330
15331 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15332 since the initial value varies according to the system.
15333
15334 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15335
15336 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15337
15338 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15339
15340 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15341
15342 2007-04-24 Didier Verna <didier@xemacs.org>
15343
15344 Improve the type of gnus-ignored-from-addresses.
15345 * gnus-util.el (gnus-orify-regexp): New function.
15346 * message.el (gnus-util): Require it.
15347 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15348 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15349 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15350
15351 2007-04-24 Didier Verna <didier@xemacs.org>
15352
15353 * gnus-sum.el:
15354 * gnus-utils.el: Fix some trailing whitespaces.
15355
15356 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15357
15358 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15359 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15360 article's Message-ID; refer parent article in summary buffer.
15361
15362 * message.el (message-bounce): Call mime-to-mml.
15363
15364 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15365
15366 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15367
15368 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15369
15370 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15371 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15372 displayed of multipart/alternative part if it is invoked from summary
15373 buffer.
15374
15375 * mm-view.el (mm-inline-text-html-render-with-w3m)
15376 (mm-inline-text-html-render-with-w3m-standalone)
15377 (mm-inline-render-with-function): Use mail-parse-charset by default.
15378
15379 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15380
15381 * parse-time.el (parse-time-string-chars): Check if CHAR
15382 is less than the length of parse-time-syntax.
15383
15384 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15385
15386 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15387 from gnus-newsgroup-processable.
15388
15389 2007-04-16 Didier Verna <didier@xemacs.org>
15390
15391 * gnus-msg.el (gnus-configure-posting-styles):
15392 Handle message-signature-directory properly with :file syntax.
15393 Reported by "Leo".
15394
15395 2007-04-11 Didier Verna <didier@xemacs.org>
15396
15397 New user option: message-signature-directory.
15398 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15399 * message.el (message-insert-signature): Ditto.
15400 * message.el (message-signature-file): Doc update.
15401 * message.el (message-signature-directory): New.
15402
15403 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15404
15405 * gnus-msg.el (gnus-inews-yank-articles):
15406 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15407
15408 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15409
15410 * message.el (message-yank-original): Make sure cited text ends with
15411 newline; don't exchange point and mark.
15412
15413 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15414
15415 * tls.el (open-tls-stream): Properly handle case where there
15416 is no associated buffer.
15417
15418 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15419
15420 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15421 message-yank-original, make sure (< mark TEXT point).
15422
15423 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15424
15425 * message.el (message-fill-column): New variable.
15426 (message-mode): Use it. Add comment on a possible new hook.
15427
15428 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15429 (nnmail-get-new-mail): Reformat.
15430
15431 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15432
15433 * gmm-utils.el: Fix Commentary.
15434 (gmm-tool-bar-from-list): Fix typo in doc string.
15435
15436 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15437
15438 * message.el (message-yank-original): Don't switch point and mark
15439 unnecessarily to put point and mark as documented.
15440
15441 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15442
15443 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15444 from the message heads.
15445
15446 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15447
15448 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15449 article buffer does not have a window. This may not be the best
15450 solution but is certainly better than setting the start of the null,
15451 that is the current, window.
15452
15453 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15454
15455 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15456 (gnus-draft-setup): Run it.
15457
15458 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15459 gnus-score-fast-scoring. Allow regexp.
15460 (gnus-score-headers): Use it.
15461
15462 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15463 XEmacs.
15464
15465 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15466 string.
15467 (gnus-button-alist): Also catch `<f1> k ...'.
15468 (gnus-treat-display-x-face): Fix doc string.
15469
15470 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15471
15472 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15473 evaluation of gnus-extended-version to ensure correct generation of the
15474 User-Agent header when message-generate-headers-first is used.
15475
15476 2007-03-24 Simon Josefsson <simon@josefsson.org>
15477
15478 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15479 hashcash-path is nil. Don't call callback with incorrect number of
15480 parameters if val is 0.
15481
15482 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15483
15484 * message.el (message-required-news-headers):
15485 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15486
15487 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15488
15489 * message.el (message-generate-new-buffers): Change the meaning of the
15490 nil value; add `standard' to the choices; treat t as `unique'; improve
15491 doc string.
15492 (gnus-select-frame-set-input-focus): Autoload.
15493 (message-buffer-name): Search for the existing message buffer if
15494 message-generate-new-buffers is nil or `standard'; treat the value t of
15495 message-generate-new-buffers as `unique'.
15496 (message-pop-to-buffer): Raise the frame already displaying the message
15497 buffer; clear the echo area after querying.
15498 (message-setup): Pass the `continue' argument to compose-mail.
15499 (message-mail): Prefer `switch-function' if it is given; search for the
15500 existing message buffer if the `continue' argument is non-nil; pass
15501 continue and switch-function arguments to compose-mail by way of
15502 message-setup.
15503 (message-mail-other-window): Adjust argument of message-setup.
15504 (message-mail-other-frame): Ditto.
15505
15506 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15507
15508 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15509 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15510 to turn font-lock on when turning gnus-message-citation-mode on.
15511
15512 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15513
15514 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15515 (mml-smime-function-alist): New variable; add epg as the backend.
15516 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15517 mml-smime- functions instead.
15518 * mm-view.el: Require smime.
15519
15520 2007-03-05 Didier Verna <didier@xemacs.org>
15521
15522 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15523 instead of just inheritance for posting styles.
15524 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15525
15526 2007-02-24 John Paul Wallington <jpw@pobox.com>
15527
15528 * tls.el (tls-certtool-program): Fix custom type.
15529
15530 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15531
15532 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15533 and point-at-eol instead of line-(beginning|end)-position.
15534
15535 * assistant.el (assistant-parse-buffer): Ditto.
15536
15537 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15538
15539 * mml2015.el (mml2015-epg-find-usable-key): New function.
15540 (mml2015-epg-sign): Use it.
15541 (mml2015-epg-encrypt): Use it.
15542
15543 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15544
15545 * message.el (message-make-in-reply-to): Quote name containing
15546 non-ASCII characters. It will make the RFC2047 encoder cause an error
15547 if there are special characters. Reported by NAKAJI Hiroyuki
15548 <nakaji@jp.freebsd.org>.
15549
15550 2007-02-27 Didier Verna <didier@xemacs.org>
15551
15552 Include the group parameters as well as the topic ones in the
15553 inheritance filter process.
15554 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15555 argument GROUP-PARAMS-LIST.
15556 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15557
15558 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15559
15560 * nntp.el (nntp-never-echoes-commands)
15561 (nntp-open-connection-functions-never-echo-commands): New variables.
15562 (nntp-send-command): Use them.
15563
15564 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15565
15566 * mml2015.el (mml2015-epg-verify): Simplify.
15567
15568 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15569
15570 * mml.el (mml-content-disposition-alist): New user option.
15571 (mml-content-disposition): New function.
15572 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15573 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15574
15575 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15576
15577 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15578 verification.
15579
15580 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15581
15582 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15583 articles posted in the last 24 hours.
15584
15585 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15586
15587 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15588
15589 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15590
15591 * nntp.el (nntp-send-command): Don't wait for echoes when
15592 nntp-open-ssl-stream is used.
15593
15594 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15595
15596 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15597 (gnus-message-add-citation-keywords)
15598 (gnus-message-remove-citation-keywords): Remove.
15599 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15600 directly, make the variables in font-lock-defaults buffer-local, add
15601 gnus-message-citation-keywords to them and then update the value of
15602 font-lock-keywords.
15603
15604 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15605
15606 * message.el (message-cite-original-1): Don't call
15607 gnus-article-highlight-citation.
15608
15609 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15610 citations; fix line count.
15611
15612 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15613
15614 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15615 (gnus-message-add-citation-keywords)
15616 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15617 versions of font-lock-add-keywords and font-lock-remove-keywords to
15618 work with XEmacs correctly.
15619
15620 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15621
15622 * gnus-cite.el (gnus-cite-face-list): Set the values of
15623 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15624 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15625 (gnus-message-cite-prefix-regexp): New variable.
15626 (gnus-message-search-citation-line): Use it; protect against long
15627 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15628 the 0th match data for Emacs.
15629 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15630 (gnus-message-add-citation-keywords): Append keywords rather than
15631 prepending; emulate font-lock-add-keywords if it is not available.
15632 (gnus-message-remove-citation-keywords):
15633 Emulate font-lock-remove-keywords if it is not available.
15634
15635 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15636
15637 * message.el (message-cite-prefix-regexp): Set the value of
15638 gnus-message-cite-prefix-regexp.
15639
15640 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15641
15642 * nnweb.el (nnweb-google-parse-1): Update parser.
15643
15644 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15645
15646 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15647
15648 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15649
15650 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15651 regexp.
15652
15653 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15654
15655 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15656 string-to-multibyte.
15657 (uudecode-decode-region-internal): Use it.
15658
15659 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15660
15661 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15662 Fix custom choice.
15663
15664 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15665
15666 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15667
15668 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15669
15670 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15671 `write-region' to respect `mm-inhibit-file-name-handlers'.
15672
15673 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15674
15675 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15676 Use gnus-home-directory instead of "~/" or "$HOME".
15677
15678 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15679
15680 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15681 to mention filename.
15682 Add comments at beginning regarding usage.
15683 (encrypt-write-file-contents): Change interactive so a string is
15684 acceptable. If the file has no associated model, show an error instead
15685 of a nonsense prompt.
15686
15687 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15688
15689 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15690 Thanks to Yoshihiko Yamada for kind notification of this typo.
15691
15692 2007-01-12 Kenichi Handa <handa@m17n.org>
15693
15694 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15695 multibyte buffer.
15696
15697 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15698
15699 * gnus-score.el (gnus-score-fast-scoring): New variable.
15700 (gnus-score-headers): Use it.
15701
15702 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15703
15704 * message.el (message-cite-original-1):
15705 Call gnus-article-highlight-citation if requested.
15706 (message-make-from): Allow name and address as optional arguments.
15707
15708 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15709
15710 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15711 bugs to doc string.
15712 (gnus-button-alist): Add mid\\|message-id.
15713 (gnus-button-fetch-group): Extend for use in
15714 `browse-url-browser-function'.
15715 (gnus-button-url-regexp): Try to catch paired parentheses like in
15716 Wikipedia URLs.
15717
15718 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15719 Suggested by Simon Krahnke <overlord@gmx.li>.
15720
15721 2007-01-13 Romain Francoise <romain@orebokech.com>
15722
15723 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15724 Update copyright.
15725
15726 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15727
15728 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15729
15730 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15731
15732 * gnus-registry.el (gnus-registry-unfollowed-groups)
15733 (gnus-registry-split-fancy-with-parent): Fix documentation.
15734
15735 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15736
15737 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15738 from nnweb groups.
15739
15740 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15741
15742 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15743 Xref urls. Erase buffer before requesting head.
15744
15745 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15746
15747 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15748
15749 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15750 customizable.
15751
15752 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15753
15754 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15755 no signing key is found.
15756 (mml2015-epg-encrypt): Ask user whether to skip or abort if
15757 no encrypting and/or signing key is found.
15758
15759 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15760
15761 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15762
15763 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15764
15765 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15766 headers read from disk with the ones newly found in the current search.
15767 This should no longer cause problems, because the article numbers in
15768 Gmane's `nov.php' output are ignored since the previous change.
15769
15770 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15771
15772 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15773
15774 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15775
15776 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15777
15778 2007-01-01 Romain Francoise <romain@orebokech.com>
15779
15780 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15781
15782 2006-12-31 Steve Youngs <steve@sxemacs.org>
15783
15784 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15785 `define-minor-mode' macro definition expanded properly.
15786 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15787 exclude it there.
15788
15789 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15790 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15791 `fboundp' test.
15792 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15793 This is OK to autoload in (S)XEmacs now.
15794
15795 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15796
15797 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15798 keystroke.
15799 (gnus-summary-limit-to-singletons): Fix typo.
15800
15801 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15802 else fails.
15803
15804 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15805
15806 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15807 docstring.
15808
15809 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15810 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15811 (gnus-summary-insert-dormant-articles): Fix typo in message.
15812
15813 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15814
15815 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15816 nil for XEmacs.
15817 (gnus-message-citation-mode): Don't autoload in XEmacs.
15818
15819 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15820
15821 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15822
15823 * nnimap.el (nnimap-expunge-search-string):
15824 Mention nnimap-search-uids-not-since-is-evil in docstring.
15825
15826 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
15827
15828 * spam.el: Revert to make-obsolete-variable because
15829 define-obsolete-variable-alias is not supported in Emacs 21.
15830
15831 * spam.el (spam-ifile-path, spam-ifile-database-path)
15832 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15833 make-obsolete-variable.
15834 (spam-bsfilter-path, spam-bsfilter-program)
15835 (spam-spamassassin-path, spam-spamassassin-program)
15836 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15837 Don't use "path" inappropriately.
15838 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15839 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15840 variable names.
15841
15842 2006-12-28 Daiki Ueno <ueno@unixuser.org>
15843
15844 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15845 summary buffer.
15846
15847 * password.el (password-cache-remove): Use clear-string to burn
15848 password, if available.
15849
15850 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15851
15852 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15853
15854 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15855
15856 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15857 (gnus-message-highlight-citation): Move defcustom here from
15858 gnus-cite.el.
15859 (gnus-message-citation-mode): Autoload.
15860
15861 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
15862 checks to make it compile with XEmacs.
15863 (gnus-message-citation-mode): New minor mode.
15864 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15865 (gnus-message-highlight-citation): New variables.
15866 (gnus-message-search-citation-line)
15867 (gnus-message-add-citation-keywords)
15868 (gnus-message-remove-citation-keywords)
15869 (turn-on-gnus-message-citation-mode)
15870 (turn-off-gnus-message-citation-mode): New functions.
15871
15872 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
15873
15874 * gnus-cite.el: Enable highlighting of different citation levels in
15875 message-mode.
15876
15877 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15878
15879 * message.el (message-make-fqdn): Fix comment.
15880 (message-bogus-system-names): Add ".local".
15881
15882 * spam.el (spam-ifile-path, spam-ifile-program)
15883 (spam-ifile-database-path, spam-ifile-database)
15884 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15885 Don't use "path" inappropriately.
15886 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15887 strings.
15888 (spam-check-ifile, spam-ifile-register-with-ifile)
15889 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15890 Use new variable names.
15891
15892 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15893 (gnus-treat-display-smileys): Simplify using
15894 gnus-image-type-available-p.
15895
15896 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15897 available.
15898
15899 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15900
15901 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15902 one after turning on the buffer's multibyteness instead of decoding
15903 them directly in the unibyte buffer that causes unexpected conversion
15904 in Emacs 23 (unicode).
15905
15906 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15907
15908 * message.el (message-generate-hashcash): Fix custom type.
15909
15910 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15911
15912 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15913
15914 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15915
15916 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15917 disconnect icons. Add help text.
15918
15919 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
15920
15921 * spam.el (spam-extra-header-to-number): CRM114 spam score is
15922 negated to be consistent with the others we handle.
15923
15924 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15925
15926 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15927 version of gnus-summary-buffer to something, so that we can use two
15928 article buffers at the same time.
15929
15930 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
15931
15932 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15933 trigger all the extra headers.
15934 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15935 sorting.
15936
15937 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15938
15939 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15940 solid groups.
15941
15942 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
15943
15944 * legacy-gnus-agent.el: Add Copyright notice.
15945
15946 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
15947
15948 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15949
15950 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15951
15952 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15953
15954 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15955 to make it work reliably in CVS Emacs.
15956 (gnus-summary-limit-strange-charsets-predicate)
15957 (gnus-summary-limit-to-predicate): New functions.
15958
15959 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
15960
15961 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15962 specifying array size.
15963 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15964 array if it is too small.
15965 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15966 (gnus-sort-threads-loop): New function.
15967
15968 2006-12-06 Chris Moore <dooglus@gmail.com>
15969
15970 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15971 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15972
15973 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
15974
15975 * mm-url.el (mm-url-predefined-programs): Call curl with correct
15976 options.
15977
15978 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15979
15980 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15981 DOS-ing the recipient.
15982
15983 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15984 the headers when creating the mapping to avoid mismappings.
15985 (nnweb-gmane-create-mapping): Always nix out old mapping.
15986
15987 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15988
15989 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15990 and mm-verify-option to never.
15991
15992 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15993
15994 * message.el (message-signed-or-encrypted-p): New function.
15995 (message-forward-make-body): Use it.
15996
15997 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15998 Replace encode-coding-string with mm-encode-coding-string.
15999
16000 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16001
16002 * nneething.el (nneething-decode-file-name):
16003 Replace decode-coding-string with mm-decode-coding-string.
16004
16005 * gnus-int.el (gnus-open-server): Say failed server's name.
16006
16007 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16008
16009 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16010 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16011
16012 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16013 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16014 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16015 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16016 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16017 (gnus-subscribe-newsgroup, gnus-1):
16018 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16019 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16020 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16021 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16022
16023 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16024
16025 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16026 keystroke.
16027 (gnus-summary-limit-to-bodies): Implement headersp.
16028
16029 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16030
16031 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16032
16033 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16034
16035 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16036
16037 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16038
16039 * message.el (message-generate-hashcash): Expand range of values to
16040 include `opportunistic'.
16041 (message-send-mail): Use it.
16042
16043 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16044
16045 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16046 and comment it.
16047
16048 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16049
16050 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16051
16052 * gnus-util.el (gnus-extract-address-components): Improve comment.
16053
16054 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16055
16056 * gnus-util.el (gnus-extract-address-components): Work with address in
16057 which the name portion contains @.
16058
16059 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16060
16061 * gnus.el (gnus-start): Move custom group up.
16062 (gnus-select-method): Don't autoload, but make it available for
16063 `customize-variable'.
16064 (gnus-getenv-nntpserver): Don't autoload.
16065
16066 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16067
16068 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16069
16070 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16071
16072 * message.el (message-sendmail-extra-arguments): New variable.
16073 (message-send-mail-with-sendmail): Use it.
16074
16075 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16076
16077 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16078 mm-with-unibyte-current-buffer to make string unibyte.
16079
16080 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16081 mm-string-as-multibyte.
16082
16083 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16084
16085 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16086 Reported by Werner Koch <wk@gnupg.org>.
16087
16088 2006-11-14 Daiki Ueno <ueno@p360>
16089
16090 * mml2015.el: Autoload epa-select-keys when compiling.
16091
16092 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16093
16094 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16095 message-options.
16096 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16097
16098 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16099
16100 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16101 EasyPG (< 0.0.6).
16102 (mml2015-always-trust): New user option.
16103 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16104 prompt.
16105
16106 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16107
16108 * nntp.el (nntp-authinfo-force): New variable.
16109 (nntp-send-authinfo): Use it.
16110
16111 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16112
16113 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16114 decode encoded words. Improve prompt. Add comment about forwarding.
16115 (message-replacement-char): Move up.
16116
16117 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16118
16119 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16120 instead of gnus-intersection because arguments of gnus-sorted-nunion
16121 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16122
16123 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16124
16125 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16126 (message-simplify-subject-functions):
16127 Enable message-strip-subject-encoded-words by default.
16128
16129 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16130
16131 * message.el (message-strip-subject-encoded-words): New function.
16132 (message-simplify-subject-functions): New variable.
16133 (message-simplify-subject): Use it. Fix typo in doc string.
16134 Support message-strip-subject-encoded-words.
16135
16136 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16137
16138 * gnus-diary.el (gnus-diary-delay-format-function):
16139 * nndiary.el (nndiary-reminders):
16140 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16141
16142 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16143
16144 * gnus-art.el (article-hide-boring-headers): Fetch date from
16145 gnus-original-article-buffer to avoid problems with localized date
16146 strings.
16147
16148 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16149
16150 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16151
16152 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16153
16154 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16155 New variables.
16156 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16157 (mm-charset-synonym-alist): Move some entries to
16158 mm-codepage-iso-8859-list.
16159 (mm-charset-synonym-alist, mm-charset-override-alist):
16160 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16161
16162 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16163
16164 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16165
16166 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16167
16168 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16169 with Emacs 21 and XEmacs.
16170
16171 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16172
16173 * spam.el (spam-parse-address): New function for better parsing,
16174 catching errors, etc.
16175 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16176
16177 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16178
16179 * mm-view.el: Add interactive arg to html2text autoload.
16180
16181 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16182
16183 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16184
16185 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16186
16187 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16188 New variables.
16189 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16190 (mm-charset-synonym-alist): Move some entries to
16191 mm-codepage-iso-8859-list.
16192
16193 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16194
16195 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16196
16197 * message.el (message-citation-line-format)
16198 (message-insert-formated-citation-line): Fix implementation of %E, %N
16199 and %n according to the doc string.
16200
16201 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16202
16203 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16204 Use car-safe to avoid bad parses.
16205
16206 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16207
16208 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16209 names.
16210
16211 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16212
16213 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16214
16215 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16216 header.
16217
16218 * message.el (message-draft-headers): Add Date.
16219 (message-headers-to-generate): Fix typo in docstring.
16220
16221 * nndraft.el (nndraft-required-headers): New variable.
16222 (nndraft-generate-headers): Use it.
16223
16224 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16225
16226 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16227
16228 * gnus-registry.el (gnus-registry-wash-for-keywords)
16229 (gnus-registry-find-keywords): New functions to allow easy searching of
16230 articles that are in the registry.
16231
16232 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16233
16234 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16235 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16236 Reported by Damien Elmes <damien@repose.cx>.
16237
16238 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16239
16240 * gnus.el (gnus-mime): Remove unused custom group.
16241
16242 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16243
16244 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16245 "blank line" when searching for end of armor headers.
16246
16247 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16248
16249 * gmm-utils.el (gmm-write-region): Fix variable name.
16250
16251 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16252
16253 * gmm-utils.el (gmm-write-region): New function based on compatibility
16254 code from `mm-make-temp-file'.
16255
16256 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16257
16258 * nnmaildir.el (nnmaildir--update-nov)
16259 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16260 Use `gmm-write-region'.
16261
16262 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16263
16264 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16265 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16266
16267 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16268
16269 * message.el (message-replacement-char): New variable.
16270 (message-fix-before-sending): Use it.
16271 (message-simplify-subject): New function to remove duplicate code.
16272 (message-reply, message-followup): Use it.
16273
16274 * gnus-sum.el (gnus-summary-make-menu-bar):
16275 Clarify gnus-summary-limit-to-articles.
16276
16277 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16278
16279 * gnus-util.el (gnus-with-local-quit): New macro.
16280
16281 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16282
16283 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16284
16285 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16286 ignore non-string data.
16287
16288 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16289
16290 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16291 non-string data (needs to be done in the registry too).
16292
16293 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16294
16295 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16296 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16297 (gnus-registry-split-fancy-with-parent)
16298 (gnus-registry-fetch-simplified-message-subject-fast)
16299 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16300 Remove text properties on ingress into the registry and when it's saved.
16301 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16302 registry from entries with no groups.
16303
16304 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16305
16306 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16307 function to remove string properties.
16308
16309 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16310
16311 * gmm-utils.el (gmm): Adjust custom version.
16312
16313 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16314 Adjust custom version.
16315
16316 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16317
16318 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16319
16320 * gnus-art.el (gnus-insert-prev-page-button)
16321 (gnus-insert-next-page-button): Simplify. Reformat.
16322
16323 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16324
16325 * gnus-art.el (gnus-insert-prev-page-button)
16326 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16327
16328 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16329
16330 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16331
16332 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16333
16334 * gnus-art.el (gnus-insert-mime-button)
16335 (gnus-insert-mime-security-button):
16336 Apply gnus-article-button-face to MIME and security buttons.
16337
16338 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16339
16340 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16341 readable.
16342
16343 2006-09-20 Steve Youngs <steve@sxemacs.org>
16344
16345 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16346 `browse-url-of-file' instead of `browse-url'.
16347
16348 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16349
16350 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16351 regexp. Articles containing quotation were cut prematurely.
16352
16353 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16354
16355 * message.el (message-cite-original-1): Use nobody by default for the
16356 value of From header.
16357 (message-reply): Ditto.
16358
16359 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16360
16361 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16362 to the gnus-info. This fixes a bug of inline-PGP message verification.
16363 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16364
16365 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16366
16367 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16368 mails in the doc string. Add some URLs in comment.
16369 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16370
16371 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16372
16373 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16374 backslashes handling and the way to find boundaries of quoted strings.
16375
16376 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16377
16378 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16379 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16380 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16381 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16382
16383 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16384
16385 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16386 doc string.
16387 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16388
16389 2006-09-06 Simon Josefsson <jas@extundo.com>
16390
16391 * mml2015.el (mml2015-use): Doc fix, mention epg.
16392
16393 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16394
16395 * mml2015.el (mml2015-use): Default to epg, if available.
16396
16397 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16398
16399 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16400 message-sender.
16401 (mml1991-epg-encrypt): Ditto.
16402 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16403 message-sender.
16404 (mml2015-epg-encrypt): Ditto.
16405
16406 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16407
16408 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16409 several common directories.
16410
16411 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16412
16413 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16414 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16415
16416 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16417
16418 * gnus-art.el (article-decode-encoded-words): Make it fast.
16419
16420 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16421
16422 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16423
16424 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16425 in quoted string into `\'.
16426
16427 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16428
16429 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16430 Use standard-syntax-table.
16431
16432 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16433
16434 * gnus-art.el (gnus-decode-address-function): New variable.
16435 (article-decode-encoded-words): Use it to decode headers which are
16436 assumed to contain addresses.
16437 (gnus-mime-delete-part): Remove useless `or'.
16438
16439 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16440 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16441 (gnus-nov-parse-line): Use it to decode From header.
16442 (gnus-get-newsgroup-headers): Ditto.
16443 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16444
16445 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16446 (mail-decode-encoded-address-string): New alias.
16447
16448 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16449 New function.
16450 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16451 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16452 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16453 (rfc2047-decode-string): Ditto.
16454 (rfc2047-decode-address-region): New function.
16455 (rfc2047-decode-address-string): New function.
16456
16457 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16458
16459 * message.el (message-caesar-buffer-body): Allow rotating headers.
16460
16461 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16462
16463 * message.el (message-insert-formated-citation-line): Fix %f.
16464 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16465
16466 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16467
16468 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16469 (gnus-bookmark-mouse-available-p): New macro.
16470 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16471 (gnus-bookmark-bmenu-show-infos): Use it.
16472 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16473 (gnus-bookmark-bmenu-hide-infos): Ditto.
16474 (gnus-bookmark-remove-properties): New function.
16475 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16476 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16477 (gnus-bookmark-write-file): Bind coding-system-for-write.
16478 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16479 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16480 group before selecting it.
16481 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16482 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16483 quit-window if it is not available; use gnus-mouse-2 and bind it to
16484 gnus-bookmark-bmenu-select-by-mouse.
16485 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16486 (gnus-bookmark-bmenu-select-by-mouse): New function.
16487
16488 2006-08-13 Romain Francoise <romain@orebokech.com>
16489
16490 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16491 space.
16492
16493 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16494
16495 * compface.el (uncompface): Use binary rather than raw-text-unix.
16496
16497 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16498
16499 * compface.el (uncompface): Make sure the eol conversion doesn't take
16500 place when communicating with the external programs.
16501 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16502
16503 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16504
16505 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16506
16507 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16508
16509 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16510 Make it more robust by parsing author and date independently.
16511
16512 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16513
16514 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16515
16516 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16517
16518 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16519 first matching secret key.
16520 (mml2015-epg-encrypt): Ditto.
16521
16522 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16523 first matching secret key.
16524 (mml1991-epg-encrypt): Ditto.
16525
16526 * mml2015.el (mml2015-encrypt-to-self): New user option.
16527 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16528 mml2015-epg-encrypt-to-self is set.
16529
16530 * mml1991.el (mml1991-encrypt-to-self): New variable.
16531 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16532 mml1991-epg-encrypt-to-self is set.
16533
16534 * mml2015.el (mml2015-signers): New user option.
16535 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16536 (mml2015-epg-encrypt): Allow to select signing keys.
16537
16538 * mml1991.el (mml1991-signers): New variable.
16539 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16540 (mml1991-epg-encrypt): Allow to select signing keys.
16541
16542 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16543
16544 * nnheader.el (nnheader-insert-head): Make it work even if the file
16545 uses CRLF for the line-break code.
16546
16547 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16548
16549 * mml2015.el: Require mml-sec instead of password.
16550 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16551 (mml2015-cache-passphrase): Inherit the default value from
16552 mml-secure-cache-passphrase.
16553 (mml2015-passphrase-cache-expiry): Inherit the default value from
16554 mml-secure-passphrase-cache-expiry.
16555
16556 * mml1991.el: Require mml-sec instead of password.
16557 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16558 (mml1991-cache-passphrase): Inherit the default value from
16559 mml-secure-cache-passphrase.
16560 (mml1991-passphrase-cache-expiry): Inherit the default value from
16561 mml-secure-passphrase-cache-expiry.
16562
16563 * mml-sec.el: Require password.
16564 (mml-secure-verbose): New user option.
16565 (mml-secure-cache-passphrase): New user option.
16566 (mml-secure-passphrase-cache-expiry): New user option.
16567
16568 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16569 Andreas Vögele <andreas@altroot.de> (tiny change)
16570
16571 * pgg-def.el (pgg-truncate-key-identifier):
16572 Truncate the key ID to 8 letters from the end.
16573
16574 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16575
16576 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16577 workaround for the url package included with Emacs.
16578
16579 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16580
16581 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16582
16583 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16584 correctly. This fixes a bug caused by the 2006-05-12 change.
16585
16586 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16587
16588 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16589 some information about the error when saying that the `bogus' mail
16590 group will be used.
16591
16592 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16593
16594 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16595 string.
16596
16597 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16598
16599 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16600
16601 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16602
16603 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16604
16605 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16606
16607 * mml1991.el (mml1991-function-alist): Add epg.
16608 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16609 (mml1991-epg-encrypt): New functions.
16610
16611 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16612
16613 * mml2015.el (mml2015-verbose): New variable.
16614 (mml2015-cache-passphrase): Ditto.
16615 (mml2015-passphrase-cache-expiry): Ditto.
16616 (mml2015-function-alist): Add epg.
16617 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16618 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16619 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16620 New functions.
16621
16622 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16623
16624 * message.el (message-cite-original-1): Preserve region when removing
16625 quoted text due to X-No-Archive in order to avoid bogus attribution
16626 when citing multiple messages.
16627
16628 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16629
16630 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16631 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16632
16633 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16634
16635 * gnus-diary.el (gnus-user-format-function-d)
16636 (gnus-user-format-function-D): Autoload.
16637
16638 * imap.el (Commentary): Fix typo.
16639
16640 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16641 2006-04-22 contribution.
16642
16643 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16644
16645 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16646 It didn't really fix the bogosity I'm seeing with solid web groups.
16647
16648 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16649
16650 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16651 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16652 created using server names. If we use the feature without declaring
16653 it, Gnus does not properly manage server and group state.
16654
16655 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16656 bound.
16657
16658 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16659
16660 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16661 looking up the method using GROUP's prefix before inventing a new one.
16662 It is used on killed/unknown groups in various places where returning
16663 an all-new method isn't expected by the caller.
16664
16665 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16666 and match semantics of gnus-group-real-prefix.
16667
16668 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16669
16670 * nnmail.el (nnmail-broken-references-mailers): New variable.
16671 (nnmail-ignore-broken-references): New function generalizing
16672 nnmail-fix-eudora-headers.
16673 (nnmail-fix-eudora-headers): Now obsolete.
16674
16675 * gnus-art.el (gnus-button-handle-custom):
16676 Support `customize-apropos*'.
16677
16678 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16679
16680 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16681
16682 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16683 articles.
16684
16685 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16686
16687 * message.el (message-cite-reply-above): New variable.
16688 (message-yank-original): Use it.
16689
16690 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16691
16692 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16693
16694 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16695
16696 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16697 as read.
16698
16699 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16700
16701 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16702
16703 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16704 (gnus-bookmark-default-file): Use gnus-directory.
16705 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16706 Remove "*" in doc string.
16707 (gnus-bookmark-write-file): Simplify.
16708 (gnus-bookmark-maybe-sort-alist): Use `when'.
16709 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16710 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16711 Add FIXME about Emacs 21 and XEmacs compatibility.
16712 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16713 compatibility.
16714 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16715 compatibility.
16716 (gnus-bookmark-menu-heading): Fix version.
16717
16718 2006-06-19 Bastien Guerry <bzg@altern.org>
16719
16720 * gnus-bookmark.el: New file.
16721
16722 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16723
16724 * message.el (message-syntax-checks): Doc fix.
16725
16726 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16727
16728 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16729 unsubscribed groups as if they were killed ones. It causes duplicate
16730 entries in gnus-newsrc-alist.
16731
16732 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16733
16734 * message.el (message-syntax-checks): Doc fix.
16735 (message-send-mail): Add check for continuation headers.
16736 (message-check-news-header-syntax): Fix regexp used to check for
16737 continuation headers.
16738
16739 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16740
16741 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16742
16743 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16744
16745 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16746
16747 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16748
16749 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16750 default-truncate-lines.
16751
16752 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16753
16754 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16755 to fill the utf-8 entry.
16756
16757 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16758
16759 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16760
16761 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
16762
16763 * gnus-agent.el (directory-files-and-attributes): Move all the way
16764 forward (the third and final move).
16765 (gnus-agent-read-agentview): Trap reconstruction errors due to
16766 nonexistent directory. Handle by returning nil.
16767
16768 2006-05-30 Didier Verna <didier@xemacs.org>
16769
16770 * message.el (message-dont-reply-to-names): Update the custom type.
16771 * message.el (message-dont-reply-to-names): New defsubst: potentially
16772 convert a list of regexps into a single one.
16773 * message.el (message-get-reply-headers): Use it.
16774 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16775
16776 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16777
16778 * gnus-agent.el (directory-files-and-attributes): Move forward.
16779
16780 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16781
16782 * gnus-ml.el (gnus-mailing-list-subscribe)
16783 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16784 (gnus-mailing-list-message): Fix doc strings.
16785
16786 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16787
16788 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16789 of doing it manually.
16790
16791 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16792
16793 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16794 comment.
16795
16796 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16797
16798 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16799 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16800 (gnus-agent-read-local): All symbols allocated in my-obarray.
16801 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16802 (gnus-agent-regenerate-group): Check numeric names to see if they are
16803 messages or groups.
16804 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16805 better way of do this...)
16806
16807 * gnus-cache.el (gnus-agent-total-fetched-for):
16808 Ignore 'dummy.group' (there should be a better way of do this...)
16809
16810 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16811
16812 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16813 (gnus-saved-headers): Ditto.
16814 (gnus-default-article-saver): Mention functions may have properties.
16815 (gnus-article-save): Override gnus-save-all-headers and
16816 gnus-saved-headers by :headers property which saver function may have.
16817 (gnus-summary-save-in-file): Add :headers property.
16818 (gnus-summary-write-to-file): Ditto.
16819
16820 * gnus-sum.el (gnus-summary-save-article): Bind
16821 gnus-prompt-before-saving to t when saving many articles in a file;
16822 always show all headers.
16823
16824 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16825
16826 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16827 marks.
16828
16829 * message.el (message-indent-citation): Add optional arguments to allow
16830 using it outside of message buffers.
16831
16832 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16833 (gnus-article-treat-unfold-headers): Use it.
16834 (gnus-article-truncate-lines): New variable.
16835 (gnus-article-mode): Use it.
16836 (gnus-article-toggle-truncate-lines): New function.
16837
16838 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16839 Add gnus-article-toggle-truncate-lines.
16840
16841 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16842 coding system in XEmacs, use binary.
16843
16844 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16845
16846 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16847 after-load-alist.
16848
16849 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16850 this function should save decoded articles.
16851 (gnus-summary-write-to-file): Use property to specify this function
16852 should save decoded articles and specify gnus-summary-save-in-file
16853 should be used to save articles other than the first one when saving
16854 many articles.
16855 (gnus-summary-save-body-in-file): Use property to specify this
16856 function should save decoded articles.
16857 (gnus-summary-write-body-to-file): Use property to specify this
16858 function should save decoded articles and specify
16859 gnus-summary-save-body-in-file should be used to save articles other
16860 than the first one when saving many articles.
16861
16862 * gnus-sum.el (gnus-summary-save-article): Simplify.
16863
16864 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16865
16866 * gnus-art.el (gnus-default-article-saver):
16867 Add gnus-summary-write-body-to-file.
16868 (gnus-article-save-coding-system): Don't use coding system object
16869 in XEmacs.
16870 (gnus-read-save-file-name): Add optional `dir-var' argument which
16871 specifies directory in which files are saved; work even if optional
16872 `variable' argument is not specified.
16873 (gnus-summary-write-to-file): Read file name.
16874 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16875 (gnus-summary-write-body-to-file): New function.
16876
16877 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16878 (gnus-summary-local-variables): Add it.
16879 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16880 (gnus-summary-save-article): Remove optional `decode' argument;
16881 determine whether to decode articles by the value of
16882 gnus-default-article-saver; when saving many files using
16883 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16884 it first and use gnus-summary-save-in-file or
16885 gnus-summary-save-body-in-file thereafter unless
16886 gnus-prompt-before-saving is always; move point to article which
16887 will be saved.
16888 (gnus-summary-save-article-file): Revert.
16889 (gnus-summary-write-article-file): Revert.
16890 (gnus-summary-save-article-body-file): Revert.
16891 (gnus-summary-write-article-body-file): New function.
16892
16893 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16894
16895 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16896
16897 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16898
16899 * gnus-art.el (gnus-default-article-saver): Doc fix.
16900 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16901 from gnus-summary-save-article-coding-system, and default to a
16902 certain coding system.
16903 (gnus-output-to-file): Add coding cookie and encode text according
16904 to gnus-article-save-coding-system; don't use mm-append-to-file.
16905
16906 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16907 gnus-art.el and rename to gnus-article-save-coding-system.
16908 (gnus-summary-save-article): Require gnus-art; don't show all
16909 headers if it decodes articles; don't add coding cookie here;
16910 don't bind mm-text-coding-system-for-write.
16911 (gnus-summary-save-article-file): Save decoded articles.
16912 (gnus-summary-write-article-file): When saving many files, use
16913 gnus-summary-write-to-file first and gnus-summary-save-in-file
16914 thereafter unless gnus-prompt-before-saving is always.
16915 (gnus-summary-save-article-body-file): Save decoded articles.
16916
16917 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16918
16919 * nnrss.el (nnrss-check-group): Bind hash-index.
16920
16921 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
16922
16923 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16924 its hash index. Store this hash in `nnrss-group-data'.
16925 (nnrss-read-group-data): Update accordingly.
16926
16927 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16928
16929 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16930 entry.
16931
16932 * gnus-sum.el (gnus-summary-make-menu-bar):
16933 Add gnus-article-browse-html-article.
16934
16935 2006-05-23 Hynek Schlawack <hynek@ularx.de>
16936
16937 * gnus-sum.el (gnus-summary-mime-map):
16938 Add gnus-article-browse-html-article.
16939
16940 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16941
16942 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16943 suitable coding systems in customize.
16944
16945 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
16946
16947 * mail-source.el (mail-sources): Fix custom type.
16948
16949 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16950
16951 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16952 (gnus-summary-expire-articles-now): Shorten prompt.
16953
16954 * gmm-utils.el (wid-edit): Require.
16955 (defun-gmm): Rename from `gmm-defun-compat'.
16956 (gmm-image-search-load-path): Use it.
16957 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
16958
16959 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16960
16961 * gnus-sum.el (gnus-summary-save-article-coding-system):
16962 New variable.
16963 (gnus-summary-save-article): Add optional `decode' argument.
16964 If it is set and gnus-summary-save-article-coding-system is non-nil,
16965 save decoded article.
16966 (gnus-summary-write-article-file): Save decoded article if
16967 gnus-summary-save-article-coding-system is non-nil.
16968
16969 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16970 type.
16971
16972 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16973
16974 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16975
16976 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
16977
16978 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16979 first to test gnus-single-article-buffer which may be buffer-local.
16980
16981 * gnus-sum.el (gnus-summary-setup-buffer):
16982 Make gnus-single-article-buffer buffer-local and nil in ephemeral
16983 group; make gnus-article-buffer, gnus-article-current, and
16984 gnus-original-article-buffer always buffer-local.
16985 (gnus-summary-exit): Kill article buffer belonging to ephemeral
16986 group.
16987 (gnus-handle-ephemeral-exit): Don't move to next summary line.
16988
16989 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16990
16991 * nnml.el (nnml-request-compact-group): Compressed files might not
16992 have .gz extension.
16993
16994 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16995
16996 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16997 (mm-copy-to-buffer): Use with-current-buffer.
16998 (mm-display-part): Simplify.
16999 (mm-inlinable-p): Add optional arg `type'.
17000
17001 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17002
17003 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17004 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17005 Try harder to show the attachment internally or externally using
17006 gnus-mime-view-part-as-type.
17007
17008 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17009
17010 * message.el (message-from-style, message-signature-separator)
17011 (message-user-organization-file, message-send-mail-function)
17012 (message-citation-line-function, message-yank-prefix)
17013 (message-indent-citation-function, message-signature)
17014 (message-signature-file, message-signature-insert-empty-line):
17015 Remove autoloads.
17016
17017 * gnus-art.el (gnus-buttonized-mime-types):
17018 Remove "multipart/signed". Revert 2006-04-26 change.
17019
17020 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17021
17022 * gnus.el (gnus-version-number): Bump version.
17023
17024 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17025
17026 * gnus.el: No Gnus v0.5 is released.
17027
17028 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17029
17030 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17031 fetching articles by message-id.
17032
17033 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17034
17035 * message.el (hashcash): Require hashcash as normal.
17036
17037 * ecomplete.el (ecomplete-highlight-match-line):
17038 Use point-at-eol.
17039 (ecomplete-highlight-match-line): Use `highlight', because that
17040 face exists in both Emacs and XEmacs.
17041
17042 * message.el (message-display-abbrev): Use point-at-bol.
17043
17044 * mail-source.el: Don't require timer/timer-funcs.
17045
17046 * gnus-async.el: Ditto.
17047
17048 * password.el: Ditto.
17049
17050 * mm-url.el: Ditto.
17051
17052 * mm-util.el: Require timer/timer-funcs.
17053
17054 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17055
17056 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17057 Close.
17058
17059 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17060
17061 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17062 unibyte after clear-decrypt function runs.
17063
17064 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17065 returns as a unibyte string.
17066
17067 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17068
17069 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17070 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17071 (mml1991-pgg-encrypt): Ditto.
17072
17073 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17074
17075 * message.el (message-user-organization-file): Check several
17076 locations of the organization file.
17077
17078 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17079 Add gnus-article-view-part-as-type.
17080
17081 * gnus-art.el (gnus-article-view-part-as-type): New function.
17082
17083 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17084 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17085
17086 * mml.el: Simplify autoload.
17087 (mml-mode): defvar dnd-protocol-alist instead of using
17088 symbol-value.
17089 (mml-default-directory): New variable.
17090 (mml-minibuffer-read-file): Use it.
17091 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17092
17093 * message.el (message-citation-line-format): New variable.
17094 (message-insert-formated-citation-line): New function.
17095 (message-citation-line-function):
17096 Add `message-insert-formated-citation-line' to custom type.
17097
17098 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17099 to doc string.
17100
17101 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17102 depending on mm-verify-option.
17103
17104 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17105
17106 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17107 binding pgg-* variables; reimplement the section which prevents
17108 MIME header from being signed.
17109 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17110 pgg-text-mode; remove a blank line at the top of body.
17111
17112 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17113 lines at the top of body; use gnus-newsgroup-charset if there's no
17114 Charset header.
17115
17116 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17117
17118 * message.el (message-self-insert-commands): Doc fix.
17119
17120 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17121 (mm-uu-pgp-encrypted-test): Ditto.
17122 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17123 between header and body; return application/pgp-encrypted handle
17124 if decryption failed; decode decrypted body by charset.
17125
17126 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17127 element match to application/pgp-*.
17128
17129 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17130
17131 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17132 HTML.
17133
17134 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17135
17136 * mail-source.el (mail-source-call-script): Message the error
17137 string.
17138
17139 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17140
17141 * gnus-util.el (gnus-byte-compile): Use it.
17142
17143 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17144
17145 * gnus-util.el (kill-empty-logs): New function.
17146
17147 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17148
17149 * message.el (message-mail-alias-type): Doc fix.
17150 (message-mail-alias-type-p): New function.
17151 (message-send): Use it.
17152 (message-mode): Ditto.
17153 (message-strip-forbidden-properties): Ditto.
17154
17155 * ecomplete.el (ecomplete-database-file-coding-system):
17156 New variable.
17157 (ecomplete-save): Use it.
17158 (ecomplete-setup): Use it.
17159
17160 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17161
17162 * message.el (message-self-insert-commands): New variable.
17163 (message-strip-forbidden-properties): Use it.
17164
17165 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17166
17167 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17168 that doesn't make XEmacs choke.
17169
17170 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17171
17172 * gnus-util.el (gnus-replace-in-string):
17173 Prefer replace-regexp-in-string over of replace-in-string.
17174
17175 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17176
17177 * gnus-util.el (gnus-select-frame-set-input-focus):
17178 Use select-frame-set-input-focus if it is available in XEmacs; use
17179 definition defined in Emacs 22 for old Emacsen.
17180
17181 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17182
17183 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17184
17185 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17186
17187 * gnus-registry.el (gnus-registry-cache-save): Remove text
17188 properties when saving via the temp buffer.
17189
17190 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17191
17192 * message.el (message-generate-hashcash): Honor custom type.
17193
17194 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17195
17196 * message.el (message-generate-hashcash): Default to non-nil when
17197 hashcash is found.
17198
17199 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17200 (gnus-refer-thread-limit): Increase default to 500.
17201
17202 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17203
17204 * flow-fill.el (fill-flowed): Allow delete-space.
17205
17206 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17207
17208 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17209 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17210 Remove autoloads.
17211
17212 2006-04-18 Simon Josefsson <jas@extundo.com>
17213
17214 * message.el (message-generate-hashcash): Default to.
17215
17216 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17217
17218 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17219 concatenating segments rather than before concatenating them.
17220
17221 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17222
17223 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17224
17225 * imap.el (imap-quote-specials): New function.
17226 (imap-login-auth): Quote specials.
17227
17228 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17229
17230 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17231
17232 * message.el (message-forward-make-body-plain):
17233 Allow message-forward-ignored-headers to be a list.
17234 (message-remove-ignored-headers): Factor out into function.
17235 (message-forward-make-body-mml): Use it.
17236 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17237 (rfc2231-parse-string): Allow concatanation of parameters that
17238 aren't contiguous. The test case is
17239 (mail-header-parse-content-type "message/external-body;
17240 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17241 access-type=LOCAL-FILE;
17242 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17243
17244 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17245
17246 * nntp.el (nntp-accept-process-output): Return the value of
17247 `nnheader-accept-process-output'.
17248
17249 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17250
17251 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17252 (gnus-button-alist): Recognize more diff formats.
17253 (gnus-button-patch): Strip directory.
17254
17255 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17256
17257 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17258 Emacs 22 when setting focus.
17259
17260 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17261
17262 * gnus-art.el (gnus-article-treat-types): Do treatment of
17263 text/x-verbatim parts.
17264 (gnus-button-patch): New command.
17265
17266 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17267 addresses that contain invalid characters.
17268
17269 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17270
17271 * message.el (message-put-addresses-in-ecomplete):
17272 Use gnus-replace-in-string.
17273 (message-is-yours-p): Use the more correct
17274 mail-header-parse-address instead of
17275 mail-extract-address-components.
17276 (message-put-addresses-in-ecomplete): Fix typo.
17277
17278 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17279 keystroke.
17280
17281 * gnus-art.el (gnus-treatment-function-alist): Change order of
17282 newsgroups/generic header folding to avoid double-folding.
17283
17284 * message.el (message-hidden-headers): Add X-Draft-From.
17285
17286 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17287 New command.
17288 (gnus-summary-repeat-search-article-backward): New command.
17289
17290 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17291 groups in the parent topic.
17292
17293 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17294
17295 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17296 (spam-extra-header-to-number): Return the CRM114 number as a
17297 number instead of a string.
17298
17299 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17300
17301 * gnus-art.el (gnus-face-properties-alist): Move here from
17302 gnus-fun.
17303
17304 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17305
17306 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17307
17308 * message.el (message-strip-forbidden-properties): Only display on
17309 self-insert-command.
17310
17311 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17312 reindent.
17313 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17314
17315 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17316
17317 * smiley.el (smiley-style): Fix typo.
17318
17319 2006-03-23 Kenichi Handa <handa@m17n.org>
17320
17321 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17322 instead of set-buffer-multibyte.
17323
17324 2006-03-23 Kenichi Handa <handa@m17n.org>
17325
17326 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17327 buffer and then decode the buffer text if necessary.
17328 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17329 first, and after mm-encode-body, change the buffer to unibyte.
17330
17331 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17332
17333 * hashcash.el (hashcash-insert-payment-async-2):
17334 Use message-goto-eoh instead of doing it manually.
17335 (mail-add-payment): Use message-narrow-to-header instead of trying
17336 to do the same itself.
17337
17338 * message.el (message-hidden-headers): Add Face.
17339
17340 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17341 reparenting code.
17342 (gnus-summary-reparent-children): Refactored out code.
17343 (gnus-summary-thread-map): New keystroke.
17344 (gnus-summary-reparent-children): Make into command.
17345
17346 * smiley.el (smiley-style): Default to `medium' if using a large
17347 font.
17348
17349 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17350 does it itself.
17351
17352 * message.el (message-point-in-header-p): Simplify definition.
17353
17354 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17355
17356 * nnagent.el (nnagent-request-set-mark): Silence log file
17357 writing.
17358 (nnagent-request-set-mark): Use write-region instead of
17359 append-to-file.
17360
17361 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17362 strange select method.
17363
17364 * ecomplete.el (ecomplete-display-matches): Get highlightling
17365 right.
17366 (ecomplete-display-matches): Use literals.
17367 (ecomplete-display-matches): Disable message logging.
17368
17369 * message.el (message-display-abbrev): Small optimization.
17370
17371 * ecomplete.el (ecomplete-display-matches): Allow automatic
17372 display.
17373
17374 * message.el (message-strip-forbidden-properties):
17375 Display abbrevs.
17376 (message-display-abbrev): Get automatic display right.
17377
17378 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17379 keystrokes.
17380
17381 2006-04-13 Romain Francoise <romain@orebokech.com>
17382
17383 TODO: Backport to v5-10!
17384
17385 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17386 Move here (and rename) from gnus-registry.el.
17387
17388 * gnus-registry.el: Require gnus-util.
17389 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17390
17391 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17392
17393 * gnus-group.el (gnus-group-catchup-current):
17394 Change if-then-else-if-then-else into cond.
17395 (gnus-group-catchup): Indent.
17396 (group-name-at-point): New function.
17397 (gnus-fetch-group): Provide default from thing at point.
17398
17399 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17400
17401 * message.el (message-display-abbrev): Fix regexp.
17402
17403 * ecomplete.el (ecomplete-highlight-match-line):
17404 Reimplement choosing.
17405 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17406 dead variables.
17407
17408 * message.el (message-newline-and-indent): Remove debugging.
17409 (message-display-abbrev): Use new implementation.
17410
17411 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17412
17413 * gnus-art.el (gnus-article-mode):
17414 Set cursor-in-non-selected-windows to nil.
17415
17416 * smiley.el: Revert previous change.
17417 (smiley-data-directory): defvar it before using it in the
17418 defcustom of `smiley-style'.
17419
17420 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17421
17422 * message.el (message-newline-and-indent): New function.
17423
17424 * ecomplete.el: Implement more bits.
17425
17426 * message.el (message-put-addresses-in-ecomplete): Clean up the
17427 string.
17428
17429 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17430
17431 * gnus-sum.el (gnus-summary-save-parts):
17432 Bind gnus-summary-save-parts-counter and use it to make unique file
17433 names.
17434
17435 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17436
17437 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17438 parameter to say whether to actually parse the individual
17439 addresses.
17440
17441 * message.el (message-put-addresses-in-ecomplete): New function.
17442 (ecomplete): Require.
17443 (message-mail-alias-type): Add ecomplete as an option.
17444
17445 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17446
17447 * flow-fill.el (fill-flowed): Remove trailing space from blank
17448 quoted lines.
17449
17450 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17451
17452 * smiley.el (smiley-style): Move definition later to avoid a
17453 compilation warning.
17454
17455 2006-04-12 Kenichi Handa <handa@m17n.org>
17456
17457 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17458 buffer and then decode the buffer text if necessary.
17459 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17460 first, and after mm-encode-body, change the buffer to unibyte.
17461 Use mm-disable-multibyte instead of set-buffer-multibyte.
17462
17463 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17464
17465 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17466 Content-Type header instead of Content-Disposition header.
17467 (gnus-mime-inline-part): Ditto.
17468 (gnus-mime-view-part-as-charset): Ignore charset that the part
17469 specifies.
17470
17471 * mm-decode.el (mm-display-part): Work with external parts and
17472 usual parts similarly.
17473
17474 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17475 instead of gnus-display-mime.
17476
17477 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17478 instead of with-temp-buffer.
17479
17480 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17481 tag to summarized topics part in order to encode non-ASCII text.
17482
17483 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17484
17485 * smiley.el (smiley-style): New variable.
17486 (smiley-directory): New function.
17487 (smiley-data-directory): Derive from `smiley-style' using
17488 `smiley-directory'.
17489 (smiley-regexp-alist): Add new entries.
17490
17491 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17492 (gnus-article-browse-delete-temp): Add :version.
17493
17494 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17495
17496 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17497 the sieve region.
17498
17499 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17500
17501 * gnus.el (gnus-version-number): Bump version.
17502
17503 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17504
17505 * gnus.el: No Gnus v0.4 is released.
17506
17507 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17508
17509 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17510 layout.
17511
17512 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17513 unknown charset.
17514
17515 * message.el (message-header-synonyms): Add Original-To to the
17516 default.
17517
17518 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17519 optional parameter.
17520
17521 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17522
17523 * gnus-fun.el (gnus): Require it for gnus-directory.
17524
17525 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17526
17527 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17528
17529 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17530
17531 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17532
17533 2006-04-05 Simon Josefsson <jas@extundo.com>
17534
17535 * password.el (password-reset): New function.
17536
17537 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17538
17539 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17540 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17541
17542 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17543
17544 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17545 Some whitespace was matched into the url, which broke browsing hits
17546 > 100 when mm-url-use-external was nil.
17547
17548 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17549
17550 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17551 Check gnus-extra-headers for 'Newsgroups.
17552
17553 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17554 bound.
17555
17556 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17557
17558 * pgg-gpg.el: Clean up process buffers every time gpg processes
17559 complete.
17560
17561 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17562
17563 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17564 doc string.
17565
17566 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17567
17568 * pgg-gpg.el (pgg-gpg-process-filter)
17569 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17570
17571 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17572 lines, temporary fix.
17573
17574 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17575
17576 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17577
17578 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17579
17580 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17581 default-enable-multibyte-characters. This reverts the change from
17582 revision 6.17 which is no longer necessary because the passphrase
17583 is sent separately now. GnuPG messages are unreadable under
17584 multibyte locales with default-enable-multibyte-characters set to
17585 nil.
17586
17587 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17588
17589 * message.el (message-tool-bar-gnome): Move "spell".
17590
17591 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17592
17593 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17594 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17595 instead.
17596
17597 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17598
17599 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17600 Improve newsgroups handling for NNTP overviews which don't include
17601 Newsgroups.
17602
17603 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17604
17605 * message.el (message-resend): Bind message-generate-hashcash to nil.
17606
17607 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17608
17609 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17610 when searching for already-paid recipients.
17611
17612 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17613
17614 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17615 passphrases when it is not needed.
17616 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17617 passphrase stuff from gpg, should only be necessary when you use
17618 gpg with a smartcard.
17619
17620 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17621
17622 * mml.el (mml-insert-mime): Ignore cached contents of
17623 message/external-body part.
17624
17625 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17626 (mm-insert-part): Ditto.
17627
17628 2006-03-23 Simon Josefsson <jas@extundo.com>
17629
17630 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17631 Reiner.
17632 (pgg-gpg-use-agent-p): Use it again.
17633
17634 2006-03-23 Simon Josefsson <jas@extundo.com>
17635
17636 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17637 older emacsen.
17638 (pgg-gpg-use-agent-p): Don't use it.
17639
17640 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17641
17642 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17643 if we can.
17644
17645 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17646
17647 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17648 (pgg-gpg-update-agent): New function.
17649 (pgg-gpg-use-agent-p): New function.
17650 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17651 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17652 (pgg-gpg-sign-region): Use it.
17653
17654 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17655
17656 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17657 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17658
17659 2006-03-21 Simon Josefsson <jas@extundo.com>
17660
17661 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17662 <wilde@sha-bang.de>.
17663 (pgg-gpg-use-agent): New variable.
17664 (pgg-gpg-process-region): Use it.
17665 (pgg-gpg-encrypt-region): Likewise.
17666 (pgg-gpg-encrypt-symmetric-region): Likewise.
17667 (pgg-gpg-decrypt-region): Likewise.
17668 (pgg-gpg-sign-region): Likewise.
17669 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17670
17671 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17672
17673 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17674
17675 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17676 Add comment on version.
17677
17678 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17679
17680 * smiley.el: Add missing test smiley.
17681
17682 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17683
17684 * mm-decode.el (mm-with-part): New macro.
17685 (mm-get-part): Use it; work with message/external-body as well.
17686 (mm-save-part): Treat name and filename equally.
17687
17688 * mm-extern.el (mm-extern-cache-contents): New function.
17689 (mm-inline-external-body): Use it; force the part to be displayed;
17690 move undisplayer added to the cached handle to the parent.
17691
17692 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17693 (gnus-mime-view-part-as-type): Work with message/external-body.
17694
17695 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17696
17697 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17698
17699 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17700 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17701 Emacs.]
17702
17703 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17704
17705 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17706 path rather than symbol. Always return list of directories.
17707 Guarantee that image directory comes first. [Sync with image.el,
17708 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17709
17710 * message.el (message-make-tool-bar): Adjust to new API of
17711 `gmm-image-load-path-for-library'.
17712
17713 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17714
17715 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17716
17717 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17718
17719 * gnus-art.el (gnus-article-only-boring-p):
17720 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17721 intangible text.
17722 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17723
17724 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17725
17726 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17727 Use `defun' instead of `gmm-defun-compat'.
17728
17729 2006-03-14 Simon Josefsson <jas@extundo.com>
17730
17731 * message.el (message-unique-id): Don't use message-number-base36
17732 if (user-uid) is a float.
17733 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17734
17735 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17736
17737 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17738
17739 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17740 empty line between a part and a message part.
17741
17742 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17743
17744 * smiley.el: Add more test smileys.
17745 (smiley-data-directory, smiley-regexp-alist)
17746 (gnus-smiley-file-types): Fix doc strings.
17747 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17748 adding new elements.
17749 (smiley-mouse-map): Unused code. Make it a comment.
17750
17751 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17752
17753 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17754 scan latest NoCeM messages instead of old ones.
17755 (gnus-nocem-check-article): Fix regexps so as to match to PGP
17756 delimiters that are recently used.
17757 (gnus-nocem-load-cache): Add autoload cookie.
17758
17759 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17760
17761 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17762 level which is larger than gnus-use-nocem is specified.
17763
17764 * gnus-group.el (gnus-group-get-new-news): Ditto.
17765
17766 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
17767
17768 * gnus-util.el (gnus-tool-bar-update): New function.
17769
17770 * gnus-group.el (gnus-group-update-tool-bar): New variable.
17771 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17772
17773 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17774
17775 * gnus-group.el (gnus-group-redraw-when-idle)
17776 (gnus-group-redraw-check): Remove.
17777 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17778
17779 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17780
17781 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17782 if optional last element is specified in splits (FIELD VALUE...).
17783
17784 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17785
17786 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17787 to gmm-image-load-path-for-library. Call with no-error argument.
17788 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17789
17790 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17791
17792 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17793
17794 * gmm-utils.el (gmm-image-load-path): Remove alias.
17795
17796 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17797
17798 * gmm-utils.el (gmm-image-load-path): Add alias.
17799
17800 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17801 nnml-generate-nov-databases-1.
17802 (nnml-generate-nov-databases): Use it.
17803 (nnml-generate-nov-databases-directory): Document no-active
17804 argument.
17805
17806 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17807 directory if path is t. Add no-error.
17808
17809 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17810 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17811
17812 * gnus-art.el (gnus-article-browse-delete-temp-files):
17813 Simplify resetting gnus-article-browse-html-temp-list.
17814
17815 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17816 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17817 Add example to docstring. Rename local variables. Move error
17818 checks to default case in cond and simplify.
17819
17820 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17821
17822 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17823 handle is multipart when calling it recursively.
17824 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17825
17826 2006-03-03 Daniel Pittman <daniel@rimspace.net>
17827
17828 * nnimap.el (nnimap-request-update-info-internal): Optimize.
17829 Don't `gnus-uncompress-range' to avoid excessive memory usage.
17830
17831 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17832
17833 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17834 is loaded.
17835
17836 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17837 loaded.
17838
17839 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17840
17841 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17842 to "Emacs 23 (unicode)" in doc string.
17843
17844 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17845 "Emacs 23 (unicode)" in comment.
17846
17847 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17848
17849 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17850
17851 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17852 characters 160 through 255 in Emacs 23.
17853
17854 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17855
17856 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17857 gnus-article-browse-html-temp.
17858 (gnus-article-browse-delete-temp): Make it customizable.
17859 Add `file'. Adjust doc string.
17860 (gnus-article-browse-delete-temp-files): Add argument.
17861 Allow query for each file. Adjust doc string.
17862 (gnus-article-browse-html-parts):
17863 Add `gnus-article-browse-delete-temp-files' to
17864 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17865
17866 2006-03-02 Hynek Schlawack <hynek@ularx.de>
17867
17868 * gnus-art.el (gnus-article-browse-html-temp)
17869 (gnus-article-browse-delete-temp): New variables.
17870 (gnus-article-browse-delete-temp-files): New function.
17871 (gnus-article-browse-html-parts): Use it.
17872
17873 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17874
17875 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17876
17877 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17878 string.
17879
17880 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17881 gnus-summary-insert-new-articles when unplugged.
17882 Remove gnus-summary-search-article-forward.
17883
17884 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17885 display-visual-class instead of display-color-cells.
17886
17887 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
17888
17889 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17890 message/* containing non-ASCII text properly.
17891
17892 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
17893
17894 * message.el: Require gmm-utils, remove autoloads.
17895 (message-tool-bar): Set default based on
17896 gmm-tool-bar-style.
17897 (message-tool-bar-gnome): Add gmm-customize-mode.
17898
17899 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17900 gmm-tool-bar-style.
17901 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17902
17903 * gnus-group.el (gnus-group-tool-bar): Set default based on
17904 gmm-tool-bar-style.
17905 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17906
17907 * gmm-utils.el (gmm-image-directory): Rename variable from
17908 gmm-image-load-path.
17909 (gmm-image-load-path): Use gmm-image-directory.
17910 (gmm-customize-mode): New function.
17911 (gmm-tool-bar-style): New variable.
17912
17913 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17914 gnus-group-redraw-line-number.
17915 (gnus-group-redraw-check): Simplify.
17916 (gnus-group-tool-bar-update): Remove redraw check.
17917 (gnus-group-make-tool-bar): Add redraw check.
17918
17919 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17920
17921 * gnus-art.el (gnus-button): Add missing parentheses.
17922
17923 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
17924
17925 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17926
17927 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17928
17929 * gnus-art.el (gnus-button): New face.
17930 (gnus-article-button-face): Use it.
17931
17932 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17933 Add gnus-summary-next-page. Re-order.
17934
17935 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17936 next-node are now included.
17937 (gnus-group-redraw-line-number): New internal variable.
17938 (gnus-group-redraw-check): Helper function for updating the tool
17939 bar.
17940 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17941
17942 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17943
17944 * spam.el (spam-spamassassin-score-regexp): New internal variable.
17945 (spam-extra-header-to-number, spam-check-spamassassin-headers):
17946 Use it to match format of Spamassassin 3.0 and later.
17947 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17948 (spam-check-bogofilter)
17949 (spam-bogofilter-register-with-bogofilter): Fix args of
17950 `gnus-error' calls.
17951
17952 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17953
17954 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17955 unnecessary interaction when sending queued mails.
17956 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17957
17958 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
17959
17960 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17961 first or last are nil.
17962
17963 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17964
17965 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17966
17967 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17968
17969 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17970
17971 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17972
17973 * dns.el (query-dns): Protect more against buggy tcp output.
17974
17975 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17976
17977 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17978 nov.php.
17979
17980 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17981
17982 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17983 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17984 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
17985 output on the server side.
17986 (nnweb-google-create-mapping): Update regexps and add some
17987 progress indication.
17988
17989 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
17990
17991 * gnus-group.el (gnus-group-tool-bar-gnome):
17992 Fix gnus-agent-toggle-plugged. Re-order icons.
17993 (gnus-group-tool-bar-gnome):
17994 Add gnus-group-{prev,next}-unread-group.
17995 (gnus-group-tool-bar-gnome): Re-order icons.
17996
17997 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17998 Move gnus-summary-insert-new-articles.
17999
18000 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18001 Fix comments.
18002
18003 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18004 also available in Emacs 21.3.
18005
18006 * message.el (message-fix-before-sending): Change "Emacs 22" to
18007 "Emacs 23 (unicode)" in comment.
18008
18009 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18010 "Emacs 23 (unicode)" in comment.
18011
18012 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18013 comment.
18014 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18015
18016 * mm-view.el (mm-fill-flowed): Add :version.
18017
18018 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18019
18020 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18021 and load-path.
18022
18023 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18024
18025 * message.el: Autoload gmm-image-load-path.
18026 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18027 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18028 consitency.
18029
18030 * gmm-utils.el (gmm-image-load-path): Also search in
18031 "../etc/images". Don't set gmm-image-load-path if we don't find
18032 the image.
18033
18034 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18035
18036 * gmm-utils.el (gmm-image-load-path): Don't make
18037 `gmm-image-load-path' include subdirectories which the second arg
18038 `image' might specify.
18039
18040 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18041 subdirectory to icon file names.
18042
18043 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18044
18045 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18046
18047 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18048 gmm-image-load-path calls.
18049
18050 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18051
18052 * message.el (message-make-tool-bar): Ditto.
18053
18054 * mml.el (mml-preview): Add comment concerning tool bar icons.
18055
18056 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18057 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18058
18059 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18060 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18061
18062 * message.el (message-tool-bar-gnome): Use new icon names.
18063 (message-make-tool-bar): Use `gmm-image-load-path'.
18064
18065 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18066 New functions from MH-E.
18067 (gmm-image-load-path): New variable from MH-E.
18068 (gmm-image-load-path): New function from MH-E. Add arguments
18069 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18070 *-image-load-path-called-flag.
18071
18072 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18073
18074 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18075
18076 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18077
18078 * nnimap.el (nnimap-request-move-article): Change folder back to
18079 source group before deleting.
18080
18081 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18082
18083 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18084
18085 * gnus-art.el (mm-url-insert-file-contents-external):
18086 Autoload mm-url.
18087
18088 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18089
18090 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18091
18092 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18093 coding system which mm-charset-to-coding-system returns for a
18094 given charset is valid.
18095
18096 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18097
18098 * html2text.el (html2text-remove-tag-list):
18099 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18100
18101 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18102
18103 * gnus-cus.el: Revert 2005-10-17 change.
18104
18105 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18106
18107 * gnus-art.el (article-strip-banner):
18108 Call article-really-strip-banner only when the regexp match is made.
18109
18110 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18111
18112 * gnus-art.el (article-strip-banner):
18113 Use gnus-extract-address-components instead of
18114 mail-header-parse-addresses to make it work with non-ASCII text;
18115 remove mail-encode-encoded-word-string.
18116
18117 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18118 values which are surrounded with \"...\"; make it never cause a
18119 Lisp error; give up parsing of parameters if it failed in
18120 extracting type.
18121
18122 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18123
18124 * smime.el (smime-cert-by-ldap-1): Fix bug where
18125 `smime-ldap-search' returns results without userCertificates.
18126
18127 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18128
18129 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18130
18131 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18132
18133 * spam.el (spam-check-spamassassin-headers): Adapt format for
18134 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18135 <ari@mbf.ocn.ne.jp>.
18136 (spam-list-of-processors): Add spam-use-gmane.
18137
18138 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18139
18140 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18141 make-temp-file; make it work with XEmacs as well.
18142
18143 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18144 mm-make-temp-file.
18145
18146 * mm-decode.el (mm-display-external): Use the 3rd arg of
18147 mm-make-temp-file.
18148 (mm-create-image-xemacs): Ditto.
18149
18150 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18151
18152 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18153 with message-narrow-to-headers.
18154 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18155 (gnus-draft-check-draft-articles): New function.
18156 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18157
18158 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18159
18160 * gnus-art.el (gnus-article-browse-html-parts):
18161 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18162 Don't use suffix argument for mm-make-temp-file for Emacs 21
18163 compatibility. Remove useless `format'.
18164
18165 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18166
18167 * nnweb.el (nnweb-google-wash-article): Update regexps.
18168 (nnweb-group-alist): Use defvoo instead of defvar.
18169
18170 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18171
18172 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18173 re-loading nn* modules.
18174
18175 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18176
18177 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18178 for `tool-bar-mode' and don't check it's default-value.
18179
18180 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18181
18182 * message.el (message-make-tool-bar): Ditto.
18183
18184 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18185 `substring'. Shorten tmp-file name.
18186
18187 * gnus.el: Remove bogus comment.
18188
18189 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18190
18191 * gnus-art.el (gnus-article-browse-html-parts): New function.
18192 (gnus-article-browse-html-article): New function for viewing html
18193 articles with a browser.
18194
18195 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18196
18197 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18198 (mml2015-pgg-encrypt): Ditto.
18199
18200 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18201 (mml1991-pgg-encrypt): Ditto.
18202
18203 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18204
18205 * nnfolder.el (nnfolder-insert-newsgroup-line):
18206 Use message-make-date instead of current-time-string.
18207
18208 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18209 to gnus-decoded which mm-uu might set.
18210
18211 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18212
18213 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18214 don't decode quoted parameters; remove misimported Emacs code.
18215 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18216 (rfc2231-decode-encoded-string): Don't use split-string which
18217 behaves differently according to Emacs version; use
18218 mm-decode-coding-region to convert charset to coding-system.
18219 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18220 (rfc2231-encode-string): Remove misimported Emacs code.
18221
18222 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18223
18224 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18225 when calling mail-header-parse-content-type.
18226 (article-de-quoted-unreadable): Ditto.
18227 (article-de-base64-unreadable): Ditto.
18228 (article-wash-html): Ditto.
18229
18230 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18231 calling mail-header-parse-content-type and
18232 mail-header-parse-content-disposition.
18233 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18234 mail-header-parse-content-type.
18235
18236 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18237 insert charset and format parameters; encode description after
18238 inserting it to buffer.
18239 (mml-insert-parameter): Fold lines properly even if a parameter is
18240 segmented into two or more lines; change the max column to 76.
18241
18242 * rfc1843.el (rfc1843-decode-article-body): Don't use
18243 ignore-errors when calling mail-header-parse-content-type.
18244
18245 * rfc2231.el (rfc2231-parse-string): Return at least type if
18246 possible; don't cause an error even if it fails in parsing of
18247 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18248 (rfc2231-encode-string): Don't break lines at the beginning, leave
18249 it to mml-insert-parameter.
18250
18251 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18252 calling mail-header-parse-content-type.
18253
18254 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18255
18256 * spam-report.el (spam-report-gmane-use-article-number):
18257 Improve doc string.
18258 (spam-report-gmane-internal): Check if a suitable header was found
18259 in the article.
18260
18261 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18262
18263 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18264 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18265
18266 2006-02-05 Romain Francoise <romain@orebokech.com>
18267
18268 Update copyright notices of all files in the gnus directory.
18269
18270 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18271
18272 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18273
18274 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18275
18276 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18277 segmented lines of parameter value to cope with Thunderbird 1.5
18278 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18279 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18280 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18281
18282 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18283
18284 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18285 parts.
18286
18287 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18288
18289 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18290 there's only one active file for all servers.
18291 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18292 solid groups. Gnus might have used a FAST request to select the group.
18293 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18294 and nnweb-search redundantly in the active file.
18295 (nnweb-request-list): Don't list bogus groups. There can only be one.
18296 (nnweb-request-create-group): Don't use ARGS.
18297 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18298 initializations. Let nnoo do the work.
18299
18300 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18301
18302 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18303 Say the part has been decoded.
18304
18305 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18306
18307 2006-01-31 Kevin Ryde <user42@zip.com.au>
18308
18309 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18310 mailcap-viewer-test-cache when there's no 'test clause, since that
18311 will invert the meaning of a "nil" test previously determined by
18312 mailcap-mailcap-entry-passes-test.
18313
18314 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18315
18316 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18317 compiling.
18318
18319 * gnus-sum.el: Ditto.
18320
18321 * message.el: Don't bind tool-bar-map when compiling.
18322
18323 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18324
18325 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18326
18327 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18328
18329 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18330 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18331 current Google Groups.
18332
18333 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18334
18335 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18336 and tool-bar-mode.
18337
18338 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18339 and tool-bar-mode.
18340
18341 * message.el (message-tool-bar-update): Simplify.
18342 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18343
18344 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18345 gnus-summary-buffer.
18346 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18347 gnus-summary-reply.
18348
18349 * gmm-utils.el (gmm): Add :version.
18350
18351 2006-01-26 Steve Youngs <steve@sxemacs.org>
18352
18353 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18354 Don't autoload.
18355
18356 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18357
18358 * gmm-utils.el (gmm-verbose): Add :group.
18359
18360 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18361
18362 * message.el: Change some comments WRT tool-bars.
18363
18364 * gnus-sum.el (gnus-summary-tool-bar)
18365 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18366 (gnus-summary-tool-bar-zap-list): New variables.
18367 (gnus-summary-make-tool-bar): Complete rewrite using
18368 `gmm-tool-bar-from-list'.
18369
18370 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18371 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18372 New variables.
18373 (gnus-group-make-tool-bar): Complete rewrite using
18374 `gmm-tool-bar-from-list'.
18375 (gnus-group-tool-bar-update): New function.
18376
18377 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18378
18379 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18380
18381 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18382 is dissected into a single part of which the type is the same as
18383 the given one; decode charset.
18384
18385 2006-01-21 Kevin Ryde <user42@zip.com.au>
18386
18387 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18388 into alists as symbol not string, since that's what
18389 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18390 look for.
18391
18392 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18393
18394 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18395 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18396
18397 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18398
18399 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18400
18401 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18402 (gnus-mime-security-button-menu): New definition.
18403 (gnus-mime-security-button-map): Use them.
18404 (gnus-mime-security-button-menu): New function.
18405 (gnus-insert-mime-security-button): Addition to help echo.
18406 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18407 (gnus-mime-security-pipe-part): New functions.
18408
18409 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18410 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18411
18412 * mm-decode.el (mm-handle-set-disposition): Remove.
18413 (mm-handle-set-description): Remove.
18414
18415 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18416
18417 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18418 (mm-w3m-standalone-supports-m17n-p): New function.
18419 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18420 w3m usage.
18421
18422 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18423 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18424
18425 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18426
18427 * message.el (message-tool-bar-zap-list):
18428 Use gmm-tool-bar-zap-list as custom type.
18429 (message-tool-bar-update): New function.
18430 (message-tool-bar, message-tool-bar-gnome)
18431 (message-tool-bar-retro): Add message-tool-bar-update.
18432 (message-tool-bar-gnome): Add flyspell-buffer.
18433
18434 * gnus-util.el (gnus-error): Describe `args'.
18435
18436 * gmm-utils.el (gmm-error): Describe `args'.
18437 (gmm-tool-bar-zap-list): New widget.
18438 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18439
18440 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18441
18442 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18443 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18444 the number of recursive calls.
18445
18446 * mm-decode.el (mm-handle-set-disposition): New macro.
18447 (mm-handle-set-description): New macro.
18448
18449 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18450
18451 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18452 encoding.
18453
18454 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18455
18456 * message.el (message-tool-bar-zap-list, message-tool-bar)
18457 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18458 (message-tool-bar-local-item-from-menu): Remove.
18459 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18460 (message-make-tool-bar): New function.
18461 (message-mode): Use `message-make-tool-bar'.
18462
18463 * gmm-utils.el: New file.
18464 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18465 (gmm-lazy): New widget copied from `nnmail.el'.
18466 (gmm-tool-bar-from-list): New function for creating customizable
18467 tool bars.
18468 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18469 output.
18470 (gmm): Add :prefix to defgroup.
18471
18472 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18473
18474 * gmm-utils.el (gmm-widget-p): New function.
18475
18476 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18477
18478 * mml.el (mml-attach-file): Describe `description' in doc string.
18479 (mml-menu): Add Emacs MIME manual and PGG manual.
18480
18481 2006-01-20 Richard M. Stallman <rms@gnu.org>
18482
18483 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18484
18485 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18486
18487 * nntp.el (nntp-end-of-line): Doc fix.
18488
18489 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18490
18491 * imap.el (imap-open): Handle case where buffer is a buffer
18492 object.
18493
18494 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18495
18496 * gnus-delay.el (gnus-delay): Don't autoload.
18497 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18498 to be re-loaded when customizing the `gnus-delay' group.
18499
18500 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18501
18502 * message.el (message-insert-citation-line): Use newlines.
18503
18504 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18505
18506 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18507
18508 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18509
18510 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18511
18512 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18513
18514 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18515
18516 * mm-decode.el (mm-inlined-types): Add application/pgp.
18517 (mm-automatic-display): Ditto.
18518
18519 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18520 part as text.
18521
18522 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18523
18524 * nnrss.el: Update copyright.
18525 (nnrss-opml-import): Query whether to subscribe to each entry.
18526
18527 * gnus-art.el:
18528 * gnus-sum.el:
18529 * mm-uu.el:
18530 * mm-view.el: Update copyright.
18531
18532 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18533
18534 * message.el (message-info): New function.
18535 (message-mode-menu): Add it.
18536 Update copyright.
18537
18538 * ChangeLog: Fix and update copyright.
18539
18540 2006-01-13 Romain Francoise <romain@orebokech.com>
18541
18542 * message.el (message-forward-subject-name-subject): Prefer the
18543 address to 'nowhere' if the sender has no name.
18544 Fix typo. Update copyright year.
18545
18546 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18547
18548 * gnus-art.el (article-wash-html):
18549 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18550 (gnus-article-wash-html-with-w3m-standalone): New function.
18551
18552 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18553 mm-inline-text-html-render-with-w3m-standalone.
18554 (mm-text-html-washer-alist): Map w3m-standalone to
18555 gnus-article-wash-html-with-w3m-standalone.
18556 (mm-inline-text-html-render-with-w3m-standalone): New function.
18557
18558 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18559
18560 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18561 Improve LaTeX.
18562
18563 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18564
18565 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18566 (nnrss-request-article): Render text/plain parts as HTML.
18567
18568 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18569 the buffer.
18570
18571 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18572
18573 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18574 custom definition of `gnus-posting-styles'.
18575
18576 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18577 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18578
18579 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18580
18581 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18582 Use nntp for bug archive.
18583
18584 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18585
18586 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18587 parts.
18588 (nnrss-normalize-date): New function converts ISO 8601 date into
18589 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18590 (nnrss-check-group): Use it.
18591
18592 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18593
18594 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18595
18596 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18597 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18598 (nnrss-insert-w3): Ditto.
18599
18600 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18601
18602 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18603 the articles to be forwarded including the case where neither a
18604 number of articles nor a region is specified.
18605
18606 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18607
18608 * nnrss.el (nnrss-request-article): Fix last change; fill
18609 text/plain parts.
18610
18611 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18612
18613 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18614 in text/plain part.
18615 (nnrss-check-group): Don't add excessive newline to dc:subject.
18616
18617 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18618
18619 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18620 article.
18621
18622 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18623
18624 * nnml.el: Don't require gnus-bcklg. Autoload it.
18625 (nnml-use-compressed-files, nnml-save-mail): Support other
18626 comression programs such as bzip2.
18627
18628 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18629
18630 * dns.el (query-dns): Make sure we check the buffer size before
18631 removing tcp headers.
18632
18633 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18634
18635 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18636 remove MIME buttons associated with multipart/alternative parts.
18637 (gnus-mime-display-alternative): Tag buttons using `article-type'
18638 text property.
18639
18640 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18641 associated with multipart/alternative parts.
18642
18643 * gnus-art.el (gnus-signature-separator): Fix custom type.
18644
18645 * mm-decode.el (mm-inlined-types): Fix custom type.
18646 (mm-keep-viewer-alive-types): Ditto.
18647 (mm-automatic-display): Ditto.
18648 (mm-attachment-override-types): Ditto.
18649 (mm-inline-override-types): Ditto.
18650 (mm-automatic-external-display): Ditto.
18651
18652 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18653
18654 * spam-report.el (spam-report-user-mail-address)
18655 (spam-report-user-agent): New variables.
18656 (spam-report-url-ping-plain): Use spam-report-user-agent.
18657
18658 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18659
18660 * gnus-art.el (gnus-button-handle-custom): Do not just use
18661 `customize-apropos' for any "M-x customize-*" button but the
18662 function called for. Accept both the function name and its
18663 argument in order to achieve this.
18664 (gnus-button-alist): Remove support for "custom:" URL's.
18665 Pass function name to `gnus-button-handle-custom' in case of "M-x
18666 customize-*" buttons.
18667
18668 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18669
18670 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18671 multipart/alternative and add xref to mm-discouraged-alternatives
18672 in doc string.
18673
18674 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18675 gnus-buttonized-mime-types in doc string.
18676
18677 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18678
18679 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18680 Suggest image/.* in the doc string.
18681
18682 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18683
18684 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18685 message-marks (Debian bug #342521).
18686
18687 2005-12-12 Simon Josefsson <jas@extundo.com>
18688
18689 * password.el (password-read-from-cache): Add.
18690 (password-read): Use it.
18691
18692 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18693
18694 * rfc2047.el (rfc2047-charset-to-coding-system):
18695 Recognize us-ascii as a MIME charset.
18696
18697 * mm-bodies.el (mm-decode-content-transfer-encoding):
18698 Protect against the case where the 2nd arg TYPE is nil.
18699
18700 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18701
18702 * pop3.el (pop3-stream-type): Fix custom version.
18703
18704 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18705
18706 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18707
18708 * mm-decode.el (mm-display-external): Add missing cdr.
18709
18710 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18711
18712 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18713 RFC1524) if it is in mailcap or add a suffix according to
18714 mailcap-mime-extensions when generating a temp filename; postpone
18715 deleting a temp file for 2 seconds for some wrappers, shell
18716 scripts, and so on, which might exit right after having started a
18717 viewer command as a background job.
18718
18719 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18720
18721 * nntp.el (nntp-marks-directory): Fix custom group.
18722
18723 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18724 steps when < 10.
18725
18726 * gnus-start.el (gnus-no-server-1):
18727 Mention `gnus-level-default-subscribed' in doc string.
18728
18729 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18730
18731 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18732 parens.
18733
18734 2005-11-26 Dave Love <fx@gnu.org>
18735
18736 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18737 (tls-program, tls-success): Provide openssl alternative.
18738
18739 * starttls.el: Doc fixes.
18740 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18741 SERVICE to PORT.
18742
18743 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18744 port null or service name.
18745 (starttls-negotiate): Autoload.
18746
18747 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18748
18749 * message.el (message-kill-to-signature): Fix interactive spec.
18750
18751 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18752
18753 * pop3.el (pop3-open-server): Recognize a string as a service name.
18754
18755 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
18756
18757 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18758
18759 2005-11-23 Dave Love <fx@gnu.org>
18760
18761 Add pop3s, pop3/starttls.
18762
18763 * pop3.el (pop3-authentication-scheme): Clarify doc.
18764 (open-tls-stream, starttls-open-stream): Autoload.
18765 (pop3-stream-type): New.
18766 (pop3-open-server): Use it.
18767
18768 * mail-source.el (mail-sources): Fix some :types. Add stream type
18769 for POP.
18770 (mail-source-keyword-map): Add :stream for POP.
18771 (mail-source-fetch-pop): Use pop3-stream-type.
18772
18773 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18774
18775 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18776 of current-time-string.
18777
18778 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18779
18780 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18781 date header.
18782
18783 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18784
18785 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
18786 it can seriously impact performance as it bypasses the agent's
18787 local caches.
18788
18789 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18790
18791 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18792 must be explicitly online rather than "not explicitly offline" for
18793 its flags to be synchronized.
18794
18795 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18796 that gnus-uu-unmark-thread will function correctly.
18797
18798 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18799 1024K is instead displayed as 1M.
18800
18801 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18802
18803 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18804
18805 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18806
18807 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18808
18809 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18810
18811 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18812 error message to display actual error condition.
18813 (gnus-agent-save-local): Avoid saving symbols that are bound to
18814 nil as they simply result in a warning message in
18815 gnus-agent-read-local.
18816
18817 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18818
18819 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18820 rather than make-variable-buffer-local for file-precious-flag.
18821
18822 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18823
18824 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18825 for duplicates which are removed. The invalid sort check then
18826 triggers a rescan after the sort as sorting may have moved
18827 duplicate entries such that they can be cheaply detected.
18828
18829 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18830
18831 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18832
18833 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18834
18835 * gnus-agent.el (gnus-agent-article-alist-save-format):
18836 Change internal variable to a custom variable. Change default value
18837 from compressed(2) to uncompressed(1).
18838 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18839 support for uncompressed agentview files. Taken together, reading
18840 the agentview file should now be 6-7 times faster.
18841
18842 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
18843
18844 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18845 as a buffer-local variable. This avoids creating truncated
18846 dribble files as a result of a hang up, eg.
18847
18848 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18849
18850 * gnus-start.el (gnus-start-draft-setup):
18851 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18852
18853 * gnus.el (gnus-splash): Change custom group.
18854 (gnus-group-get-parameter, gnus-group-parameter-value):
18855 Describe allow-list argument.
18856
18857 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18858 string.
18859
18860 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18861
18862 * gnus-art.el (gnus-default-article-saver): Add user-defined
18863 `function' to custom type.
18864
18865 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18866
18867 * imap.el (imap-open): Handle case where buffer is a buffer
18868 object.
18869
18870 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18871
18872 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18873 long lines.
18874 (gnus-cache-delete-group): Wrap doc strings.
18875
18876 * gnus-agent.el (gnus-agent-rename-group)
18877 (gnus-agent-delete-group): Wrap doc strings.
18878
18879 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18880
18881 * gnus-start.el (gnus-1): Add "native" to
18882 gnus-predefined-server-alist.
18883
18884 * gnus.el (gnus-method-to-server): Don't add "native" to the
18885 lists here, because that leads to problems when
18886 gnus-select-method is bound.
18887
18888 2005-11-09 Simon Josefsson <jas@extundo.com>
18889
18890 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18891 use (not sort-by-date) instead.
18892
18893 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18894
18895 * gnus-delay.el (gnus-delay-group): Don't autoload.
18896 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18897 to be re-loaded when customizing the `gnus-delay' group.
18898
18899 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18900
18901 * message.el: Revert last changes.
18902 (message-insert-citation-line): Use newlines.
18903
18904 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18905
18906 * message.el (message-courtesy-message)
18907 (message-mark-insert-begin, message-mark-insert-end)
18908 (message-elide-ellipsis, message-cancel-message)
18909 (message-add-header, message-change-subject)
18910 (message-cross-post-followup-to-header)
18911 (message-cross-post-insert-note, message-reduce-to-to-cc)
18912 (message-widen-reply, message-delete-not-region)
18913 (message-kill-to-signature, message-insert-signature)
18914 (message-insert-importance-high, message-insert-importance-low)
18915 (message-insert-or-toggle-importance)
18916 (message-insert-disposition-notification-to)
18917 (message-indent-citation, message-yank-original)
18918 (message-cite-original-without-signature, message-cite-original)
18919 (message-insert-citation-line, message-position-on-field)
18920 (message-fix-before-sending, message-send-mail-partially)
18921 (message-send-mail, message-send-mail-with-sendmail)
18922 (message-send-mail-with-qmail, message-send-news)
18923 (message-check-news-header-syntax, message-generate-headers)
18924 (message-insert-courtesy-copy, message-fill-address)
18925 (message-fill-header, message-shorten-references)
18926 (message-setup-1, message-cancel-news)
18927 (message-forward-make-body-plain, message-forward-make-body-mime)
18928 (message-forward-make-body-mml, message-encode-message-body)
18929 (message-forward-make-body-digest-plain)
18930 (message-forward-make-body-digest-mime)
18931 (message-use-alternative-email-as-from): Insert `hard-newline'
18932 instead of ordinary newlines.
18933
18934 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
18935
18936 * message.el (message-generate-headers): Downcase the argument
18937 given to message-check-element.
18938
18939 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
18940
18941 * nntp.el (nntp-authinfo-rejected): New error condition.
18942 (nntp-wait-for): Use new error condition to signal authentication
18943 error.
18944 (nntp-retrieve-data): Rethrow new error condition to break out of
18945 recursive call to nntp-send-authinfo.
18946
18947 2005-11-08 Romain Francoise <romain@orebokech.com>
18948
18949 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18950 (gnus-summary-exit-map): Bind to `Z p'.
18951 (gnus-summary-make-menu-bar): Add menu item.
18952
18953 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
18954
18955 * gnus-art.el (gnus-article-treat-custom): Add `first'.
18956 (gnus-treat-*): Add `first' in all doc strings.
18957
18958 * gnus-group.el (gnus-group-compact-group): Fix typo.
18959
18960 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
18961
18962 * gnus.el (gnus-parameters-case-fold-search): New variable.
18963 (gnus-parameters-get-parameter): Use it.
18964
18965 * gnus-score.el (gnus-home-score-file): Doc fix.
18966
18967 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
18968
18969 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18970
18971 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
18972
18973 * mm-util.el (mm-special-display-p): New function.
18974
18975 * mml.el (mml-preview): Use it; doc fix.
18976
18977 2005-10-29 Romain Francoise <romain@orebokech.com>
18978
18979 * message.el (message-fix-before-sending): Fix comment.
18980
18981 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18982
18983 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18984
18985 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18986
18987 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18988 Used in gnus-score.el.
18989
18990 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
18991
18992 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18993
18994 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
18995
18996 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18997 whitespace removed in revision 7.8. Use concatenated string to
18998 protect trailing whitespace.
18999
19000 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19001
19002 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19003 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19004 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19005 Courier IMAP ("some version from 2004"). Mostly based on similar
19006 code in the same function.
19007
19008 2005-10-26 Didier Verna <didier@xemacs.org>
19009
19010 * gnus-group.el (gnus-group-compact-group): Invalidate original
19011 article buffer.
19012 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19013 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19014 NOV database and in article itself.
19015 Invalidate article backlog.
19016
19017 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19018
19019 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19020
19021 2005-10-26 Simon Josefsson <jas@extundo.com>
19022
19023 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19024 part of 2004-07-25 change.
19025
19026 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19027
19028 * message.el (message-display-completion-list): New function.
19029 (message-expand-group): Use it; make sure the Completions buffer
19030 is modifiable.
19031
19032 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19033
19034 * imap.el (imap-open): Handle case where buffer is a buffer object.
19035
19036 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19037
19038 * pgg-def.el:
19039 * pgg-gpg.el:
19040 * pgg-parse.el:
19041 * pgg-pgp.el:
19042 * pgg-pgp5.el:
19043 * pgg.el: Move to the parent lisp directory.
19044
19045 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19046
19047 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19048 user-mail-name is an empty string.
19049
19050 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19051
19052 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19053 depending on gnus-score-decay-constant.
19054
19055 * encrypt.el (encrypt-insert-file-contents)
19056 (encrypt-write-file-contents): Don't use `gnus-message'.
19057
19058 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19059 arguments.
19060 (mm-uu-type-alist): Add message-marks and insert-marks.
19061 Pass arguments to mm-uu-verbatim-marks-extract.
19062 (mm-uu-hide-markers): New variable.
19063 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19064
19065 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19066 (gnus-convert-image-to-face-command): Use "convert" by default to
19067 allow other input image formats.
19068 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19069 accordingly.
19070
19071 2005-10-23 Simon Josefsson <jas@extundo.com>
19072
19073 * imap.el (imap-gssapi-program): Align command line parameters
19074 with latest GNU SASL.
19075 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19076
19077 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19078
19079 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19080 HTML.
19081 (nnslashdot-request-article): Ditto.
19082
19083 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19084
19085 * mail-source.el (mail-source-fetch-pop): Require pop3.
19086 (mail-source-check-pop): Ditto.
19087
19088 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19089
19090 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19091 errors.
19092
19093 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19094
19095 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19096 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19097
19098 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19099
19100 * mm-bodies.el (mm-decode-string):
19101 Call `mm-charset-to-coding-system' with allow-override argument.
19102
19103 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19104
19105 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19106 (rfc2047-charset-to-coding-system): New function.
19107 (rfc2047-decode-encoded-words): New function.
19108 (rfc2047-decode-region): Use them.
19109 (rfc2047-decode-cte): Remove.
19110 (rfc2047-parse-and-decode): Remove.
19111 (rfc2047-decode): Remove.
19112
19113 2005-10-15 Kenichi Handa <handa@m17n.org>
19114
19115 * rfc2047.el (rfc2047-decode-cte): New function.
19116 (rfc2047-decode-region): Change the way to decode successive
19117 encoded-words: decode B- or Q-encoding in each encoded-word,
19118 concatenate them, and decode it as charset.
19119
19120 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19121
19122 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19123 widget-move-and-invoke.
19124 (gnus-custom-mode): Use gnus-custom-map.
19125
19126 2005-10-15 Bill Wohler <wohler@newt.com>
19127
19128 * message.el (message-tool-bar-map): Rename image file from
19129 mail_send to mail/send.
19130
19131 2005-10-16 Masatake YAMATO <jet@gyve.org>
19132
19133 * message.el (message-expand-group): Pass the common
19134 prefix substring of completion to `display-completion-list'.
19135
19136 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19137
19138 * mml-sec.el (mml-secure-method): New internal variable.
19139 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19140 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19141 New functions using mml-secure-method.
19142
19143 * mml.el (mml-mode-map): Add key bindings for those functions.
19144 (mml-menu): Simplify security menu entries. Suggested by Jesper
19145 Harder <harder@myrealbox.com>.
19146 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19147 Goto end of message if point is the headers of the message.
19148
19149 * message.el (message-in-body-p): New function.
19150
19151 * assistant.el: Autoload gnus-util and netrc.
19152
19153 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19154 Use `mm-charset-override-alist' only when decoding.
19155
19156 * mm-bodies.el (mm-decode-body):
19157 Call `mm-charset-to-coding-system' with allow-override argument.
19158
19159 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19160 `filename' from Content-Disposition if Content-Type doesn't
19161 provide `name'.
19162 (gnus-mime-view-part-as-type): Set default instead of
19163 initial-input.
19164
19165 2005-10-09 Daniel Brockman <daniel@brockman.se>
19166
19167 * format-spec.el (format-spec): Propagate text properties of % spec.
19168
19169 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19170
19171 * gnus-art.el (gnus-treat-predicate): Add `first'.
19172
19173 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19174
19175 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19176 (mm-charset-override-alist): New variable.
19177 (mm-charset-to-coding-system): Use it.
19178 (mm-codepage-setup): New helper function.
19179 (mm-charset-eval-alist): New variable.
19180 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19181 Warn about unknown charsets.
19182
19183 2005-10-04 David Hansen <david.hansen@gmx.net>
19184
19185 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19186 (nnrss-check-group): Ditto.
19187
19188 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19189
19190 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19191 Rename x-gnus-verbatim to x-verbatim.
19192 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19193
19194 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19195 x-verbatim.
19196
19197 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19198
19199 * gnus-util.el (gnus-remove-duplicates): Remove.
19200
19201 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19202 instead of gnus-remove-duplicates.
19203
19204 * message.el (message-remove-duplicates): Remove.
19205 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19206 message-remove-duplicates.
19207
19208 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19209 available, else use implementation from `delete-dups'.
19210
19211 * message.el (message-insert-expires): New function.
19212 (message-mode-map): Add key binding.
19213 (message-mode-field-menu): Add menu entry.
19214 (message-mode): Document it.
19215 (message-make-expires-date): Use `message-make-date'.
19216
19217 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19218
19219 * message.el (message-make-expires-date): New function.
19220
19221 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19222
19223 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19224
19225 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19226
19227 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19228 function rather than the diff-mode.el package.
19229 (mm-display-external): Use with-current-buffer.
19230 (mm-viewer-completion-map, mm-viewer-completion-map):
19231 Move initialization inside declaration.
19232
19233 2005-09-29 Simon Josefsson <jas@extundo.com>
19234
19235 * spam.el: Load hashcash when compiling, to avoid warnings.
19236 Don't autoload mail-check-payment.
19237 (spam-check-hashcash): Define unconditionally, since hashcash.el
19238 is part of Gnus now. Ignore errors from payment checking.
19239
19240 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19241
19242 * message.el (message-bold-region, message-unbold-region):
19243 Rename from `bold-region' and `unbold-region'.
19244
19245 * message.el: Remove useless autoloads.
19246
19247 2005-09-28 Simon Josefsson <jas@extundo.com>
19248
19249 * message.el (message-use-idna): Default to t.
19250 (message-use-idna): Test whether encoding works too. Doc fix.
19251
19252 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19253
19254 * nntp.el (nntp-warn-about-losing-connection): Remove.
19255
19256 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19257
19258 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19259 customizable. Change default value.
19260 (mm-uu-diff-groups-regexp): Change default value.
19261 (mm-uu-type-alist): Add doc string.
19262 (mm-uu-configure): Add doc string. Make it interactive.
19263 (mm-uu-tex-groups-regexp): New variable.
19264 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19265 (mm-uu-type-alist): Add LaTeX documents.
19266 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19267 of "text/verbatim".
19268 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19269
19270 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19271 instead of "text/verbatim".
19272
19273 * message.el (message-mark-inserted-region)
19274 (message-mark-insert-file): Use slrn style marks when called with
19275 prefix argument.
19276
19277 2005-09-27 Simon Josefsson <jas@extundo.com>
19278
19279 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19280
19281 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19282
19283 * message.el (message-remove-duplicates): New function.
19284 Implementation borrowed from `gnus-remove-duplicates'.
19285 (message-idna-to-ascii-rhs): Also encode idna addresses in
19286 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19287 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19288 only ask about the same idna domain once per header and also tell
19289 in what header to replace the idna domain.
19290
19291 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19292 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19293 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19294 a header is decoded and not just the last one.
19295
19296 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19297
19298 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19299 has been decoded.
19300
19301 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19302 (mm-insert-part): Don't modify text if it has been decoded.
19303
19304 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19305 decoded.
19306
19307 * mm-view.el (mm-inline-text): Don't strip text props unless
19308 decoding enriched or richtext parts.
19309
19310 2005-09-25 Romain Francoise <romain@orebokech.com>
19311
19312 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19313 * gnus-start.el (gnus-subscribe-interactively):
19314 * gnus-uu.el (gnus-uu-grab-articles):
19315 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19316 space.
19317
19318 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19319
19320 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19321 * mm-view.el (mm-view-pkcs7-decrypt):
19322 * gnus-sum.el (gnus-summary-limit-to-extra)
19323 (gnus-summary-respool-article, gnus-read-move-group-name):
19324 * gnus-score.el (gnus-summary-increase-score):
19325 * gnus-util.el (gnus-completing-read-with-default):
19326 * gnus-art.el (gnus-read-save-file-name)
19327 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19328 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19329 * message.el (message-check-news-header-syntax):
19330 Follow convention for reading with the minibuffer.
19331
19332 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19333
19334 * spam-report.el (spam-report-url-ping-plain):
19335 Use gnus-extended-version as User-Agent.
19336
19337 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19338 default value is nil.
19339
19340 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19341 (mm-uu-verbatim-marks-extract): New function.
19342 (mm-uu-extract): New face.
19343 (mm-uu-copy-to-buffer): Use it.
19344
19345 * spam-report.el (spam-report-gmane-ham): Rename from
19346 `spam-report-gmane-unspam'.
19347 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19348 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19349
19350 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19351 Autoload.
19352 (spam-report-gmane-unregister-routine):
19353 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19354
19355 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19356
19357 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19358 (spam-report-gmane-unregister-routine): Add support for gmane
19359 unregistration.
19360
19361 * spam-report.el (spam-report-gmane-unspam)
19362 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19363 (spam-report-gmane): Change to take a single article and do unspam
19364 registration.
19365
19366 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19367
19368 * mm-url.el (mm-url-decode-entities): Fix regexp.
19369
19370 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19371
19372 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19373 default to nil, to be able to use Gnus at all. If the default
19374 switches to something else, then the function should be fixed not
19375 be exceedingly slow.
19376
19377 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19378
19379 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19380 fail hard.
19381
19382 * spam-report.el: Add better Keywords line.
19383
19384 * spam.el: Add Maintainer and better Keywords line.
19385
19386 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19387
19388 * gnus-art.el (gnus-article-replace-part)
19389 (gnus-mime-replace-part): New functions.
19390 (gnus-mime-action-alist, gnus-mime-button-commands)
19391 (gnus-mime-save-part-and-strip): Add file argument.
19392 (gnus-article-part-wrapper): Add interactive argument.
19393
19394 * gnus-sum.el (gnus-summary-mime-map):
19395 Add `gnus-article-replace-part'.
19396
19397 2005-09-19 Didier Verna <didier@xemacs.org>
19398
19399 The nnml compaction feature:
19400 * nnml.el (nnml-request-compact-group): New function.
19401 * nnml.el (nnml-request-compact): New function.
19402 * gnus-int.el (gnus-request-compact-group): New function.
19403 * gnus-int.el (gnus-request-compact): New function.
19404 * gnus-group.el (gnus-group-compact-group): New function.
19405 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19406 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19407 * gnus-srvr.el (gnus-server-compact-server): New function.
19408 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19409 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19410
19411 2005-09-18 Deepak Goel <deego@gnufans.org>
19412
19413 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19414 format spec.
19415
19416 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19417
19418 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19419
19420 2005-09-15 Romain Francoise <romain@orebokech.com>
19421
19422 * message.el (message-fill-paragraph): Clarify docstring.
19423
19424 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19425
19426 * gnus-art.el (gnus-mime-display-part): Protect against broken
19427 MIME messages.
19428
19429 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19430
19431 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19432 before parsing header.
19433
19434 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19435
19436 * html2text.el (html2text-replace-list): Add new entities.
19437
19438 2005-09-11 Romain Francoise <romain@orebokech.com>
19439
19440 * message.el (message-alternative-emails): Improve docstring.
19441 (message-setup-1): Call `message-use-alternative-email-as-from'
19442 after `message-setup-hook' to give it precedence over posting
19443 styles, etc.
19444 (message-use-alternative-email-as-from): Add docstring.
19445 Remove the original From header if present.
19446
19447 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19448 (nnml-save-mail): Use it.
19449
19450 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19451 articles. Add new argument `silent'.
19452 (gnus-uu-mark-all): Report the total number of marked articles.
19453
19454 2005-09-10 Romain Francoise <romain@orebokech.com>
19455
19456 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19457 (gnus-uu-mark-series): Likewise.
19458
19459 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19460
19461 * spam-report.el (spam-report-gmane): Fix generation of spam
19462 report URL.
19463
19464 2005-09-10 Simon Josefsson <jas@extundo.com>
19465
19466 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19467 t, based on discussion on the ding list with Robert Epprecht
19468 <epprecht@solnet.ch>.
19469
19470 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19471
19472 * spam-report.el (spam-report-gmane): Make it work without
19473 X-Report-Spam header. Gmane now only provides Archived-At.
19474 This is only used if `spam-report-gmane-use-article-number' is nil.
19475 (spam-report-gmane-spam-header): Remove. Not used anymore.
19476
19477 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19478 make `gnus-summary-sort-by-recipient' work with threading.
19479
19480 * nnweb.el (nnweb-google-wash-article): Print a message if article
19481 is not available.
19482
19483 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19484
19485 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19486 change. Decode text/* parts content before displaying.
19487
19488 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19489
19490 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19491
19492 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19493
19494 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19495
19496 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19497
19498 * message.el (message-tab-body-function): Fix mismatched custom type.
19499
19500 * gnus.el (gnus-group-change-level-function): Ditto.
19501
19502 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19503
19504 * gnus-art.el (gnus-signature-limit)
19505 (gnus-article-mime-part-function): Ditto.
19506
19507 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19508
19509 * mml.el (mml-mode): Silence the byte compiler.
19510
19511 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19512 using `(sit-for 0)' before moving the point to the specified part;
19513 skip unbuttonized parts.
19514 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19515 return to the summary window if gnus-auto-select-part is non-nil.
19516
19517 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19518
19519 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19520 New variables.
19521 (mml-dnd-attach-file, mml-mode): Use them.
19522
19523 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19524 Make fetching article by MID work again for Google Groups.
19525 Add FIXME concerning gnus-group-make-web-group.
19526
19527 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19528 Don't depend on Gnus by using mail-extract-address-components if
19529 gnus-extract-address-components is not bound.
19530
19531 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19532
19533 * gnus-art.el (gnus-mime-display-security): Don't display the
19534 signature, but only the signed part.
19535
19536 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19537
19538 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19539
19540 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19541 list, not listp.
19542
19543 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19544
19545 * mm-encode.el (mm-encode-content-transfer-encoding):
19546 Likewise when encoding.
19547
19548 * mm-bodies.el (mm-decode-content-transfer-encoding):
19549 De-canonicalize CRLF for all text content types, not just
19550 text/plain.
19551
19552 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19553
19554 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19555 valid article; point arrow and cursor at the MIME button.
19556
19557 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19558
19559 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19560 Suggested by Dan Christensen <jdc@uwo.ca>.
19561
19562 * mm-decode.el (mm-save-part): Enable change of prompt.
19563
19564 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19565
19566 * gnus-msg.el (gnus-inews-add-send-actions):
19567 Make `message-post-method' lambda parameter ARG `&optional'.
19568
19569 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19570
19571 * gnus-sum.el (gnus-summary-mime-map):
19572 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19573 gnus-article-jump-to-part.
19574
19575 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19576 (gnus-article-edit-part): Use it.
19577 (gnus-article-part-wrapper): Add no-handle argument.
19578 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19579 New functions.
19580
19581 2005-08-29 Romain Francoise <romain@orebokech.com>
19582
19583 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19584 docstring.
19585 (gnus-face-from-file): Likewise.
19586
19587 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19588
19589 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19590 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19591 non-nil.
19592 (gnus-auto-select-part): New variable.
19593 (gnus-article-jump-to-part): New function.
19594 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19595 (gnus-mime-delete-part): Allow selecting specified part after
19596 deleting or stripping parts.
19597 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19598 part if argument is bogus.
19599
19600 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19601
19602 * gnus-art.el (w3m-minor-mode-map):
19603 * gnus-spec.el (gnus-newsrc-file-version):
19604 * gnus-util.el (nnmail-active-file-coding-system)
19605 (gnus-original-article-buffer, gnus-user-agent):
19606 * gnus.el (gnus-ham-process-destinations)
19607 (gnus-parameter-ham-marks-alist)
19608 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19609 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19610 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19611 * mm-decode.el (gnus-current-window-configuration):
19612 * mm-extern.el (gnus-article-mime-handles):
19613 * mm-url.el (url-current-object, url-package-name)
19614 (url-package-version):
19615 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19616 (smime-keys, w3m-cid-retrieve-function-alist)
19617 (w3m-current-buffer, w3m-display-inline-images)
19618 (w3m-minor-mode-map):
19619 * mml-smime.el (gnus-extract-address-components):
19620 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19621 (gnus-newsrc-hashtb, message-default-charset)
19622 (message-deletable-headers, message-options)
19623 (message-posting-charset, message-required-mail-headers)
19624 (message-required-news-headers):
19625 * mml1991.el (mc-pgp-always-sign):
19626 * mml2015.el (mc-pgp-always-sign):
19627 * nnheader.el (nnmail-extra-headers):
19628 * rfc1843.el (gnus-decode-encoded-word-function)
19629 (gnus-decode-header-function, gnus-newsgroup-name):
19630 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19631
19632 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19633
19634 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19635 the end of the date treatments.
19636
19637 2005-08-15 Simon Josefsson <jas@extundo.com>
19638
19639 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19640 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19641 Capello and Romain Francoise.
19642 (pgg-fetch-key-function): Remove, not used?
19643 (pgg-insert-url-with-w3): Require url, to get
19644 url-insert-file-contents regardless of where it is defined.
19645
19646 2005-08-13 Romain Francoise <romain@orebokech.com>
19647
19648 * message.el (message-cite-original-1): New function.
19649 (message-cite-original): Use it.
19650 (message-cite-original-without-signature): Ditto.
19651
19652 2005-08-08 Romain Francoise <romain@orebokech.com>
19653
19654 * message.el (message-yank-empty-prefix): New variable.
19655 (message-indent-citation): Use it.
19656 (message-cite-original-without-signature): Respect X-No-Archive.
19657
19658 2005-08-08 Simon Josefsson <jas@extundo.com>
19659
19660 * pgg.el: Autoload url-insert-file-contents instead of loading
19661 w3/url.
19662 (pgg-insert-url-with-w3): Don't load url here.
19663
19664 2005-08-07 Jesper Harder <harder@phys.au.dk>
19665
19666 * message.el (message-kill-to-signature): Don't insert newline at
19667 bol.
19668 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19669
19670 2005-08-06 Romain Francoise <romain@orebokech.com>
19671
19672 * message.el (message-user-fqdn): Fix typo in docstring.
19673
19674 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19675
19676 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19677
19678 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19679
19680 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19681
19682 * mm-bodies.el (mm-encode-body): Use coding system rather than
19683 charset to encode text.
19684
19685 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19686 number of charsets if utf-8 is available (XEmacs).
19687
19688 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19689
19690 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19691 taken from `gnus-button-mid-or-mail-regexp'.
19692 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19693 (gnus-button-alist): Improve regexp for domain part of the MIDs
19694 for news:localpart@domain buttons.
19695 (gnus-button-ctan-directory-regexp): Update.
19696
19697 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19698
19699 * sieve-manage.el (sieve-manage-interactive-login):
19700 Use make-local-variable rather than make-variable-buffer-local.
19701 (sieve-manage-open): Ditto.
19702 (sieve-manage-authenticate): Ditto.
19703
19704 * mml.el (mml-generate-mime-1): Make the content type default to
19705 text/plain if the filename is not specified.
19706
19707 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19708
19709 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19710 instead of insert-buffer.
19711
19712 * message.el (message-yank-original): Ditto; set the mark at the
19713 end of the yanked message.
19714
19715 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19716
19717 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19718 lines to scroll rather than to stop it.
19719
19720 * mml.el (mml-generate-default-type): Add doc string.
19721 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19722 default to application/octet-stream when determining the content
19723 type if it is not specified for the part or the mml contents; add
19724 a comment about mml-generate-default-type.
19725
19726 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19727
19728 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19729 make it default to application/octet-stream when determining the
19730 content type if it is not specified for the external contents.
19731
19732 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19733
19734 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19735 segmented parameter but also other parameters might be there.
19736
19737 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19738
19739 * mm-decode.el (mm-display-external): Delete temp file, directory
19740 and buffer immediately if the external process is exited.
19741
19742 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19743
19744 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19745 fewer lines than that of scroll-margin.
19746 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19747
19748 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19749
19750 * gnus-art.el (gnus-article-next-page): Revert.
19751 (gnus-article-beginning-of-window): New macro.
19752 (gnus-article-next-page-1): Use it.
19753 (gnus-article-prev-page): Ditto.
19754 (gnus-article-edit-part): Use insert-buffer-substring instead of
19755 insert-buffer.
19756 (gnus-article-edit-exit): Ditto.
19757
19758 * gnus-util.el (gnus-beginning-of-window): Remove.
19759 (gnus-end-of-window): Remove.
19760
19761 2005-07-25 Simon Josefsson <jas@extundo.com>
19762
19763 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19764 to have the url package without w3. Reported by Daiki Ueno
19765 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19766
19767 2005-07-20 Didier Verna <didier@xemacs.org>
19768
19769 * gnus-diary.el: Remove the description comment (nndiary is now
19770 properly documented in the Gnus manual).
19771 Fix the spelling of "Back End".
19772 * nndiary.el: Ditto.
19773 Fix the copyright notice.
19774
19775 2005-07-18 Romain Francoise <romain@orebokech.com>
19776
19777 * gnus-sum.el (gnus-summary-to-prefix)
19778 (gnus-summary-newsgroup-prefix): New variables.
19779 (gnus-summary-from-or-to-or-newsgroups): Use them.
19780
19781 2005-07-17 Romain Francoise <romain@orebokech.com>
19782
19783 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19784 space as it's generally not especially interesting to the user.
19785
19786 2005-07-16 Romain Francoise <romain@orebokech.com>
19787
19788 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19789 nil to avoid prompting and file modification if one of the
19790 messages at the top of the nnfolder file contains a copyright
19791 notice.
19792 Update copyright notice.
19793
19794 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19795 instead of `current-time-string' as the latter creates a time
19796 string that is not RFC 2822 compliant (it lacks the zone).
19797 Update copyright notice.
19798
19799 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19800
19801 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19802 for text/rtf. Display default in prompt. Pass default for M-n.
19803
19804 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19805
19806 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19807
19808 * gnus-msg.el (gnus-button-mailto):
19809 Remove save-selected-window-window hackery because it relies on
19810 save-selected-window internals.
19811
19812 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19813
19814 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19815 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19816 (gnus-article-prev-page): Ditto.
19817
19818 * gnus-util.el (gnus-beginning-of-window): New function.
19819 (gnus-end-of-window): New function.
19820
19821 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19822
19823 * gnus-score.el (gnus-score-edit-all-score):
19824 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19825 gnus-message.
19826
19827 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19828
19829 * gnus-msg.el (gnus-button-mailto):
19830 Remove save-selected-window-window hackery because it relies on
19831 save-selected-window internals.
19832
19833 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
19834
19835 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19836 add-minor-mode.
19837 (gnus-binary-mode): Ditto.
19838
19839 * gnus-topic.el (gnus-topic-mode): Ditto.
19840
19841 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
19842
19843 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19844 (gnus-article-prev-page): Take scroll-margin into consideration.
19845
19846 2005-07-04 Lute Kamstra <lute@gnu.org>
19847
19848 Update FSF's address in GPL notices.
19849
19850 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19851
19852 * gnus.el (gnus-exit):
19853 * gnus-group.el (gnus-group-icons):
19854 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19855
19856 * gnus-nocem.el (gnus-nocem):
19857 * message.el (message-various, message-buffers, message-sending)
19858 (message-interface, message-forwarding, message-insertion)
19859 (message-headers, message-news, message-mail):
19860 * pgg-gpg.el (pgg-gpg):
19861 * pgg-parse.el (pgg-parse):
19862 * pgg-pgp.el (pgg-pgp):
19863 * pgg-pgp5.el (pgg-pgp5):
19864 * pop3.el (pop3): Finish `defgroup' description with period.
19865
19866 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
19867
19868 * gnus-art.el (article-display-face): Improve the efficiency.
19869 (article-display-x-face): Ditto; remove gray x-face stuff.
19870
19871 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
19872
19873 * gnus-art.el (article-display-face): Correct the position in
19874 which Faces are inserted.
19875
19876 2005-06-29 Didier Verna <didier@xemacs.org>
19877
19878 * gnus-art.el (article-display-face): Display faces in correct
19879 order.
19880
19881 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19882
19883 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19884 (gnus-fill-real-hashtb): Use hash table instead of obarray.
19885 (gnus-nocem-check-article): Fetch the Type header.
19886 (gnus-nocem-message-wanted-p): Fix the way to examine types.
19887 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19888 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19889 make sure gnus-nocem-hashtb is initialized.
19890 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19891 (gnus-nocem-unwanted-article-p): Ditto.
19892
19893 * pgg.el (pgg-verify): Return the verification result.
19894
19895 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19896
19897 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19898 is ascii.
19899
19900 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19901
19902 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19903 `show-nonbreak-escape'.
19904
19905 2005-06-23 Lute Kamstra <lute@gnu.org>
19906
19907 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19908
19909 * dig.el (dig-mode):
19910 * smime.el (smime-mode): Use gnus-run-mode-hooks.
19911
19912 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19913
19914 * nnimap.el (nnimap-split-download-body): Fix spellings.
19915
19916 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19917
19918 * gnus-art.el (gnus-article-encrypt-body):
19919 * gnus-cus.el (gnus-score-customize):
19920 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19921 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19922
19923 2005-06-16 Arne Jørgensen <arne@arnested.dk>
19924
19925 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19926 header by looking for magic "MII" at the beginning.
19927
19928 2005-06-16 Miles Bader <miles@gnu.org>
19929
19930 * assistant.el (assistant-field): Remove "-face" suffix from face name.
19931 (assistant-field-face): New backward-compatibility alias for renamed
19932 face.
19933 (assistant-render-text): Use renamed assistant-field face.
19934
19935 * spam.el (spam): Remove "-face" suffix from face name.
19936 (spam-face): New backward-compatibility alias for renamed face.
19937 (spam-face, spam-initialize): Use renamed spam face.
19938
19939 * message.el (message-header-to, message-header-cc)
19940 (message-header-subject, message-header-newsgroups)
19941 (message-header-other, message-header-name)
19942 (message-header-xheader, message-separator, message-cited-text)
19943 (message-mml): Remove "-face" suffix from face names.
19944 (message-header-to-face, message-header-cc-face)
19945 (message-header-subject-face, message-header-newsgroups-face)
19946 (message-header-other-face, message-header-name-face)
19947 (message-header-xheader-face, message-separator-face)
19948 (message-cited-text-face, message-mml-face):
19949 New backward-compatibility aliases for renamed faces.
19950 (message-font-lock-keywords): Use renamed message faces.
19951
19952 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19953 (sieve-test-commands, sieve-tagged-arguments):
19954 Remove "-face" suffix from face names.
19955 (sieve-control-commands-face, sieve-action-commands-face)
19956 (sieve-test-commands-face, sieve-tagged-arguments-face):
19957 New backward-compatibility aliases for renamed faces.
19958 (sieve-control-commands-face, sieve-action-commands-face)
19959 (sieve-test-commands-face, sieve-tagged-arguments-face):
19960 Use renamed sieve faces.
19961
19962 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19963 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19964 (gnus-group-news-3-empty, gnus-group-news-4)
19965 (gnus-group-news-4-empty, gnus-group-news-5)
19966 (gnus-group-news-5-empty, gnus-group-news-6)
19967 (gnus-group-news-6-empty, gnus-group-news-low)
19968 (gnus-group-news-low-empty, gnus-group-mail-1)
19969 (gnus-group-mail-1-empty, gnus-group-mail-2)
19970 (gnus-group-mail-2-empty, gnus-group-mail-3)
19971 (gnus-group-mail-3-empty, gnus-group-mail-low)
19972 (gnus-group-mail-low-empty, gnus-summary-selected)
19973 (gnus-summary-cancelled, gnus-summary-high-ticked)
19974 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19975 (gnus-summary-high-ancient, gnus-summary-low-ancient)
19976 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19977 (gnus-summary-low-undownloaded)
19978 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19979 (gnus-summary-low-unread, gnus-summary-normal-unread)
19980 (gnus-summary-high-read, gnus-summary-low-read)
19981 (gnus-summary-normal-read, gnus-splash):
19982 Remove "-face" suffix from face names.
19983 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19984 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19985 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19986 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19987 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19988 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19989 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19990 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19991 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19992 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19993 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19994 (gnus-summary-selected-face, gnus-summary-cancelled-face)
19995 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19996 (gnus-summary-normal-ticked-face)
19997 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19998 (gnus-summary-normal-ancient-face)
19999 (gnus-summary-high-undownloaded-face)
20000 (gnus-summary-low-undownloaded-face)
20001 (gnus-summary-normal-undownloaded-face)
20002 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20003 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20004 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20005 (gnus-splash-face):
20006 New backward-compatibility aliases for renamed faces.
20007 (gnus-group-startup-message): Use renamed gnus faces.
20008
20009 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20010 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20011 (gnus-server-agent): Remove "-face" suffix from face names.
20012 (gnus-server-agent-face, gnus-server-opened-face)
20013 (gnus-server-closed-face, gnus-server-denied-face)
20014 (gnus-server-offline-face):
20015 New backward-compatibility aliases for renamed faces.
20016 (gnus-server-agent-face, gnus-server-opened-face)
20017 (gnus-server-closed-face, gnus-server-denied-face)
20018 (gnus-server-offline-face): Use renamed gnus faces.
20019
20020 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20021 Remove "-face" suffix from face names.
20022 (gnus-picon-xbm-face, gnus-picon-face):
20023 New backward-compatibility aliases for renamed faces.
20024
20025 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20026 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20027 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20028 (gnus-cite-11): Remove "-face" suffix from face names.
20029 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20030 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20031 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20032 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20033 New backward-compatibility aliases for renamed faces.
20034 (gnus-cite-attribution-face, gnus-cite-face-list)
20035 (gnus-article-boring-faces): Use renamed gnus faces.
20036
20037 * gnus-art.el (gnus-signature, gnus-header-from)
20038 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20039 (gnus-header-content): Remove "-face" suffix from face names.
20040 (gnus-signature-face, gnus-header-from-face)
20041 (gnus-header-subject-face, gnus-header-newsgroups-face)
20042 (gnus-header-name-face, gnus-header-content-face):
20043 New backward-compatibility aliases for renamed faces.
20044 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20045
20046 * gnus-sum.el (gnus-summary-selected-face)
20047 (gnus-summary-highlight): Use renamed gnus faces.
20048 * gnus-group.el (gnus-group-highlight): Likewise.
20049
20050 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20051
20052 * gnus-sieve.el (gnus-sieve-article-add-rule):
20053 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20054 * spam-stat.el (spam-stat-buffer-change-to-spam)
20055 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20056
20057 * message.el (message-is-yours-p):
20058 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20059
20060 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20061
20062 * mm-view.el (mm-inline-text): Withdraw the last change.
20063
20064 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20065
20066 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20067 executing enriched-decode.
20068
20069 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20070
20071 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20072 charset of tar files.
20073
20074 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20075
20076 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20077
20078 2005-06-04 Lute Kamstra <lute@gnu.org>
20079
20080 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20081 information is never recorded.
20082
20083 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20084
20085 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20086
20087 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20088
20089 * pop3.el (pop3-apop): Run md5 in the binary mode.
20090
20091 * starttls.el (starttls-set-process-query-on-exit-flag):
20092 Use eval-and-compile.
20093
20094 2005-05-31 Simon Josefsson <jas@extundo.com>
20095
20096 * smime.el (smime-replace-in-string): Define.
20097 (smime-cert-by-ldap-1): Use it.
20098
20099 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20100
20101 * gnus-art.el (article-display-x-face): Replace
20102 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20103
20104 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20105 set-process-query-on-exit-flag or process-kill-without-query.
20106
20107 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20108 loop instead of replace-regexp.
20109
20110 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20111 instead of process-kill-without-query if it is available.
20112
20113 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20114 instead of find-file-hooks if it is available.
20115
20116 * mml1991.el: Bind pgg-default-user-id when compiling.
20117
20118 * mml2015.el: Bind pgg-default-user-id when compiling.
20119
20120 * nndraft.el (nndraft-request-associate-buffer):
20121 Use write-contents-functions instead of write-contents-hooks if it is
20122 available.
20123
20124 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20125 instead of find-file-hooks if it is available.
20126
20127 * nntp.el (nntp-open-connection): Replace
20128 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20129 (nntp-open-ssl-stream): Ditto.
20130 (nntp-open-tls-stream): Ditto.
20131
20132 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20133 set-process-query-on-exit-flag or process-kill-without-query.
20134 (starttls-open-stream-gnutls): Use it instead of
20135 process-kill-without-query.
20136 (starttls-open-stream): Ditto.
20137
20138 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20139
20140 * smime.el (smime-cert-by-ldap-1): Don't use
20141 replace-regexp-in-string.
20142
20143 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20144
20145 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20146
20147 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20148 in PEM format. Adjust to the XEmacs compatibility.
20149
20150 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20151
20152 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20153 by `string-to-number'.
20154 * gnus-agent.el (gnus-agent-regenerate-group)
20155 (gnus-agent-fetch-articles): Ditto.
20156 * gnus-art.el (gnus-button-fetch-group): Ditto.
20157 * gnus-cache.el (gnus-cache-generate-active)
20158 (gnus-cache-articles-in-group): Ditto.
20159 * gnus-group.el (gnus-group-set-current-level)
20160 (gnus-group-insert-group-line): Ditto.
20161 * gnus-score.el (gnus-score-set-expunge-below)
20162 (gnus-score-set-mark-below, gnus-summary-score-effect)
20163 (gnus-summary-score-entry): Ditto.
20164 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20165 (gnus-soup-pack): Ditto.
20166 * gnus-spec.el (gnus-xmas-format): Ditto.
20167 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20168 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20169 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20170 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20171 * nndb.el (nndb-get-remote-expire-response): Ditto.
20172 * nndiary.el (nndiary-parse-schedule-value)
20173 (nndiary-string-to-number, nndiary-request-replace-article)
20174 (nndiary-request-article): Ditto.
20175 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20176 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20177 * nneething.el (nneething-make-head): Ditto.
20178 * nnfolder.el (nnfolder-request-article)
20179 (nnfolder-retrieve-headers): Ditto.
20180 * nnheader.el (nnheader-file-to-number): Ditto.
20181 * nnkiboze.el (nnkiboze-request-article): Ditto.
20182 * nnmail.el (nnmail-process-unix-mail-format)
20183 (nnmail-process-babyl-mail-format): Ditto.
20184 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20185 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20186 (nnmh-request-create-group, nnmh-request-list-1)
20187 (nnmh-request-group, nnmh-request-article): Ditto.
20188 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20189 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20190 * nnsoup.el (nnsoup-make-active): Ditto.
20191 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20192 * nntp.el (nntp-find-group-and-number)
20193 (nntp-retrieve-headers-with-xover): Ditto.
20194 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20195 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20196 (pgg-format-key-identifier): Ditto.
20197 * pop3.el (pop3-last, pop3-stat): Ditto.
20198 * qp.el (quoted-printable-decode-region): Ditto.
20199
20200 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20201 of concat.
20202
20203 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20204
20205 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20206
20207 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20208
20209 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20210
20211 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20212
20213 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20214
20215 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20216
20217 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20218 (gnus-carpal-mode): Ditto.
20219
20220 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20221 (gnus-browse-mode): Ditto.
20222
20223 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20224
20225 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20226
20227 2005-05-29 Richard M. Stallman <rms@gnu.org>
20228
20229 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20230
20231 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20232
20233 * gnus-util.el (gnus-run-mode-hooks): New function.
20234
20235 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20236
20237 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20238
20239 * gnus-agent.el (gnus-agent-make-mode-line-string):
20240 Use mode-line-highlight as mouse-face.
20241
20242 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20243
20244 * canlock.el (canlock): Change the parent group to news.
20245
20246 * deuglify.el (gnus-outlook-deuglify): Add :group.
20247
20248 * dig.el (dig): Add :group.
20249
20250 * dns-mode.el (dns-mode): Add :group.
20251
20252 * encrypt.el (encrypt): Add :group.
20253
20254 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20255 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20256 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20257 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20258 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20259
20260 * gnus-diary.el (gnus-diary): Add :group.
20261
20262 * gnus.el (gnus-group-news-1-face): Add :group.
20263 (gnus-group-news-1-empty-face): Ditto.
20264 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20265 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20266 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20267 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20268 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20269 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20270 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20271 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20272 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20273 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20274 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20275 (gnus-summary-high-ticked-face): Ditto.
20276 (gnus-summary-low-ticked-face): Ditto.
20277 (gnus-summary-normal-ticked-face): Ditto.
20278 (gnus-summary-high-ancient-face): Ditto.
20279 (gnus-summary-low-ancient-face): Ditto.
20280 (gnus-summary-normal-ancient-face): Ditto.
20281 (gnus-summary-high-undownloaded-face): Ditto.
20282 (gnus-summary-low-undownloaded-face): Ditto.
20283 (gnus-summary-normal-undownloaded-face): Ditto.
20284 (gnus-summary-high-unread-face): Ditto.
20285 (gnus-summary-low-unread-face): Ditto.
20286 (gnus-summary-normal-unread-face): Ditto.
20287 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20288 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20289
20290 * hashcash.el (hashcash): New custom group.
20291 (hashcash-default-payment): Add :group.
20292 (hashcash-payment-alist): Ditto.
20293 (hashcash-default-accept-payment): Ditto.
20294 (hashcash-accept-resources): Ditto.
20295 (hashcash-path): Ditto.
20296 (hashcash-extra-generate-parameters): Ditto.
20297 (hashcash-double-spend-database): Ditto.
20298 (hashcash-in-news): Ditto.
20299
20300 * message.el (message-minibuffer-local-map): Add :group.
20301
20302 * netrc.el (netrc): Add :group.
20303
20304 * sieve-manage.el (sieve-manage-log): Add :group.
20305 (sieve-manage-default-user): Diito.
20306 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20307 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20308 (sieve-manage-authenticators): Ditto.
20309 (sieve-manage-authenticator-alist): Ditto.
20310 (sieve-manage-default-port): Ditto.
20311
20312 * sieve-mode.el (sieve-control-commands-face): Add :group.
20313 (sieve-action-commands-face): Ditto.
20314 (sieve-test-commands-face): Ditto.
20315 (sieve-tagged-arguments-face): Ditto.
20316
20317 * smime.el (smime): Add :group.
20318
20319 * spam-report.el (spam-report): Add :group.
20320
20321 * spam.el (spam, spam-face): Add :group.
20322
20323 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20324
20325 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20326 return \n.\n.\n at the end of articles. Protect against that.
20327 (nntp-with-open-group): Allow debugging.
20328
20329 * nnheader.el (mail-header-set-extra): Make into a function
20330 because I just could't understand how to quote the list properly.
20331
20332 * dns.el (query-dns-cached): New function.
20333
20334 2005-05-26 Lute Kamstra <lute@gnu.org>
20335
20336 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20337
20338 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20339
20340 * gnus-art.el: Don't autoload mail-extract-address-components.
20341
20342 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20343 eval-and-compile to evaluate it.
20344
20345 * hashcash.el: Don't autoload executable-find.
20346
20347 * nndb.el: Don't declare the nndb back end two or more times; don't
20348 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20349
20350 * nntp.el: Autoload format-spec instead of format; use
20351 eval-and-compile to evaluate autoload forms.
20352
20353 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20354
20355 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20356
20357 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20358
20359 * gnus.el (gnus-version-number): Bump version.
20360
20361 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20362
20363 * gnus.el: No Gnus v0.3 is released.
20364
20365 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20366
20367 * gnus-art.el (gnus-article-edit-part): Disable undo.
20368
20369 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20370
20371 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20372 gnus-article-date-lapsed-new-header is t if date timer is active;
20373 skip headers in which the original date value is empty.
20374 (gnus-article-save-original-date): Redefine it as a macro.
20375 (gnus-display-mime): Use it.
20376
20377 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20378
20379 * gnus-art.el (article-date-ut): Support converting date in
20380 forwarded parts as well.
20381 (gnus-article-save-original-date): New function.
20382 (gnus-display-mime): Use it.
20383
20384 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20385
20386 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20387 enclosure element of <item>.
20388
20389 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20390
20391 * message.el (message-kill-buffer-query): Rename from
20392 `message-kill-buffer-query-if-modified'. Add :version.
20393
20394 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20395
20396 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20397 window layout.
20398
20399 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20400
20401 * mml.el: Autoload dnd when compiling.
20402
20403 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20404
20405 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20406 x-dnd-*.
20407
20408 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20409
20410 * qp.el (quoted-printable-encode-region): Save excursion.
20411
20412 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20413
20414 * message.el (message-kill-buffer-query-if-modified): Add new variable
20415 so the user can kill a modified message buffer quickly.
20416 (message-kill-buffer): Use it.
20417
20418 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20419
20420 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20421 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20422
20423 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20424
20425 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20426 contained in text because xml.el decodes entities) with LFs.
20427
20428 2005-04-11 Lute Kamstra <lute@gnu.org>
20429
20430 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20431 differently.
20432
20433 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20434
20435 * mm-util.el (mm-detect-coding-region): Typo.
20436
20437 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20438
20439 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20440
20441 2005-04-06 Deepak Goel <deego@gnufans.org>
20442
20443 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20444 user-function allow user modifications of the scores.
20445 (spam-stat-score-buffer-user): New function, to allow
20446 user-computed modifications to the score.
20447 (spam-stat-score-buffer-user-functions): List of additional
20448 scoring functions.
20449 (spam-stat-error-holder): Global temporary error holder.
20450 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20451 variable.
20452
20453 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20454
20455 * gnus-registry.el (gnus-registry-clean-empty-function)
20456 (gnus-registry-trim, gnus-registry-fetch-groups)
20457 (gnus-registry-delete-group): Groups that match
20458 `gnus-registry-ignored-groups' are removed from the registry
20459 entries, not just ignored for splitting. This helps clean up the
20460 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20461 to get all the groups a message ID is in.
20462
20463 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20464 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20465 (spam-stat-score-buffer-user-functions): Add :number custom type.
20466
20467 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20468
20469 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20470 argument in XEmacs.
20471
20472 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20473 (nnrss-request-group): Decode group name first.
20474 (nnrss-request-article): Make a text/plain article if mml-to-mime
20475 failed.
20476 (nnrss-get-encoding): Return a compatible encoding according to
20477 nnrss-compatible-encoding-alist.
20478 (nnrss-find-el): Use consp instead of listp.
20479 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20480
20481 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20482
20483 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20484 which Emacs 20 doesn't support.
20485 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20486
20487 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20488
20489 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20490 silence the byte compiler inside the defun.
20491
20492 * gnus-demon.el (parse-time-string): Add autoload.
20493
20494 * gnus-delay.el (parse-time-string): Add autoload.
20495
20496 * gnus-art.el (parse-time-string): Add autoload.
20497
20498 * nnultimate.el (parse-time): Require for `parse-time-string'.
20499
20500 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20501
20502 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20503
20504 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20505
20506 * smime.el (smime-ldap-host-list): Add :version.
20507
20508 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20509
20510 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20511 pass it to `gnus-browse-read-group'.
20512 (gnus-browse-read-group): Add NUMBER argument and pass it to
20513 `gnus-group-read-ephemeral-group'.
20514
20515 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20516 argument and pass it to `gnus-group-read-group'.
20517
20518 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20519
20520 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20521 mm-xemacs-find-mime-charset-1 if we have the mule feature
20522 available at runtime.
20523
20524 2005-03-25 Werner Lemberg <wl@gnu.org>
20525
20526 * nnmaildir.el: Replace `illegal' with `invalid'.
20527
20528 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20529
20530 * gnus-start.el (gnus-display-time-event-handler):
20531 Check display-time-timer at runtime rather than only at load time
20532 in case display-time-mode is turned off in the mean time.
20533
20534 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20535
20536 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20537 used.
20538
20539 * nneething.el (nneething-map-file-directory): Derive from
20540 `gnus-directory'.
20541
20542 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20543 the To/Cc button.
20544
20545 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20546
20547 * nnmaildir.el (nnmaildir-request-accept-article):
20548 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20549
20550 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20551
20552 * gnus-async.el: Require timer-funcs at compile time when in
20553 XEmacs for `run-with-idle-timer'.
20554
20555 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20556
20557 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20558 autoloaded function.
20559
20560 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20561
20562 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20563
20564 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20565
20566 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20567
20568 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20569
20570 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20571 Add gnus-expert-user to default.
20572
20573 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20574
20575 * nnimap.el (nnimap-open-server): Ditto.
20576
20577 * imap.el (imap-authenticate): Fix typo.
20578
20579 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20580
20581 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20582 buffer (since IMAP server might return FETCH response out of
20583 order, and the nntp buffer must be sorted).
20584
20585 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20586
20587 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20588 comparison on string.
20589
20590 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20591 (gnus-agent-score): Rename category keywords to match gnus-cus.
20592 (gnus-agent-summary-fetch-series): Modify to protect against
20593 gnus-agent-summary-fetch-group clearing processable flags.
20594 (gnus-agent-synchronize-group-flags): Update live group buffer as
20595 synchronization may occur due to the user toggle the plugged
20596 status.
20597 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20598 successfully downloaded.
20599 (gnus-agent-expire-group-1): Avoid using markers when the overview
20600 is in ascending order; greatly improves performance.
20601 (gnus-agent-regenerate-group):
20602 Use gnus-agent-synchronize-group-flags to reset read status in both
20603 gnus and server.
20604 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20605
20606 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20607
20608 * message.el: Don't autoload former message-utils variables.
20609 (message-strip-subject-trailing-was): Change doc string.
20610
20611 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20612 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20613 (nnweb-google-search): Add "hl=en" here.
20614 (nnweb-google-parse-1, nnweb-google-create-mapping):
20615 Don't hardcode URL.
20616
20617 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20618
20619 * message.el (message-get-reply-headers, message-followup):
20620 Mention related variables `message-use-followup-to' and
20621 `message-use-mail-followup-to', in the information buffer.
20622
20623 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20624 of broken groups(-beta).google.com.
20625
20626 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20627
20628 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20629 parameter to invoked gnus-request-move-article; remove the
20630 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20631 all at once instead of once per article.
20632 (gnus-summary-remove-process-mark): Accept a list of articles as
20633 well as a single article for processing.
20634
20635 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20636 parameter.
20637
20638 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20639
20640 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20641
20642 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20643 parameter.
20644
20645 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20646 parameter.
20647
20648 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20649 parameter and remove the gnus-sum-hint-move-is-internal variable.
20650
20651 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20652 parameter.
20653
20654 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20655 parameter.
20656
20657 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20658 parameter.
20659
20660 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20661
20662 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20663 parameter.
20664
20665 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20666 parameter.
20667
20668 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20669
20670 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20671 a more conservative way.
20672
20673 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20674
20675 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20676 buffer, so it moves the window's cursor.
20677
20678 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20679
20680 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20681 `mm-dissect-multipart' and receive the from field as an (optional)
20682 argument from `mm-dissect-multipart'.
20683 (mm-dissect-multipart): Receive the from field as an argument and
20684 pass it on when we call `mm-dissect-buffer' on MIME parts.
20685 Fixes verification/decryption of signed/encrypted MIME parts.
20686
20687 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20688
20689 * gnus-sum.el (gnus-summary-move-article):
20690 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20691 whatever it calls (right now, only nnimap-request-move article
20692 respects it).
20693
20694 * nnimap.el (nnimap-request-move-article):
20695 When gnus-sum-hint-move-is-internal is set, don't do the extra
20696 nnimap-request-article.
20697
20698 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20699
20700 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20701
20702 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20703 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20704
20705 * gnus-sum.el (gnus-summary-caesar-message):
20706 Apply `gnus-treat-article' after rotation.
20707
20708 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20709 doc string.
20710
20711 2005-02-22 Simon Josefsson <jas@extundo.com>
20712
20713 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20714 `password-cache-expiry' instead). Reported by Arne Jørgensen
20715 <arne@arnested.dk>.
20716 (encrypt): Add password-cache and password-cache-expiry as group
20717 members.
20718
20719 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20720
20721 * smime.el (smime-ldap-host-list): Doc fix.
20722 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20723 cache) password.
20724 (smime-sign-region): Use it.
20725 (smime-decrypt-region): Use it.
20726 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20727 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20728 fails.
20729 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20730 certificate from DER to PEM format rather than calling openssl.
20731
20732 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20733
20734 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20735 for signing/encryption.
20736
20737 * mml.el (mml-parse-1): Use them.
20738
20739 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20740
20741 * nnrss.el (nnrss-verbose): Remove.
20742 (nnrss-request-group): Use `nnheader-message' instead.
20743
20744 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20745
20746 * nnrss.el (nnrss-verbose): New variable.
20747 (nnrss-request-group): Make it say nnrss is requesting a group.
20748
20749 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20750
20751 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20752 Handle news URL with given port correctly.
20753
20754 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20755
20756 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20757 containing special characters.
20758
20759 * gnus-sum.el (gnus-summary-edit-article): Ditto.
20760
20761 * mml.el (mime-to-mml): Ditto.
20762
20763 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20764 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20765 (rfc2047-decode-region): Quote decoded words containing special
20766 characters when rfc2047-quote-decoded-words-containing-tspecials
20767 is non-nil.
20768
20769 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
20770
20771 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20772
20773 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20774
20775 2005-02-15 Simon Josefsson <jas@extundo.com>
20776
20777 * nnimap.el (nnimap-debug): Doc fix.
20778
20779 * imap.el (imap-debug): Doc fix.
20780
20781 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20782
20783 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20784
20785 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20786
20787 * gnus.el (spam-contents): Improve docs for spam-contents
20788 parameter in its variable incarnation.
20789
20790 2005-02-14 Simon Josefsson <jas@extundo.com>
20791
20792 * smime-ldap.el: Use require instead of load-library for ldap.
20793 (smime-ldap-search): Indent.
20794 (smime-ldap-search-internal): Shorten line.
20795
20796 * smime.el (smime-cert-by-dns): Add doc-string.
20797 (smime-cert-by-ldap-1): Indent.
20798
20799 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20800 mml-smime-get-dns-ldap.
20801 (mml-smime-encrypt-query): Use new function. Default to ldap.
20802
20803 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20804
20805 * smime.el: Require smime-ldap.
20806 (smime-ldap-host-list): New variable.
20807 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20808
20809 * mml-smime.el (mml-smime-encrypt-query): New function.
20810 (mml-smime-encrypt-query): Use it.
20811
20812 * smime-ldap.el: New file.
20813
20814 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20815
20816 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20817
20818 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20819
20820 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20821 argument in doc string. Make query for type more clear.
20822
20823 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20824
20825 * gnus.el (gnus-group-startup-message): Search for gnus images in
20826 etc/images/gnus.
20827 * mm-util.el (mm-image-load-path): Likewise.
20828 * smiley.el (smiley-data-directory): Search for smilies in
20829 etc/images/smilies.
20830
20831 2005-02-09 Kim F. Storm <storm@cua.dk>
20832
20833 Change Emacs release version from 21.4 to 22.1 throughout.
20834 Change Emacs development version from 21.3.50 to 22.0.50.
20835
20836 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20837
20838 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20839
20840 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20841 non-Mule XEmacs as well.
20842 (mm-decompress-buffer): Signal an error intentionally if it does
20843 not decompress compressed data because auto-compression-mode is
20844 disabled.
20845
20846 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
20847
20848 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20849 an ID in the registry even if it has no groups.
20850
20851 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
20852
20853 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20854 merge it into mm-decompress-buffer.
20855 (gnus-mime-copy-part): Use the MIME part charset, the value which
20856 a user specified or gnus-newsgroup-charset for decoding, like
20857 gnus-mime-inline-part does; set buffer-file-coding-system to tell
20858 save-buffer what was used. Suggested by Kevin Ryde
20859 <user42@zip.com.au>.
20860 (gnus-mime-inline-part): Allow the name parameter as well as the
20861 filename parameter; force decompressing of compressed data; always
20862 display contents being not decoded as unibyte.
20863
20864 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20865 as well as the filename parameter.
20866
20867 * mm-util.el (mm-decompress-buffer):
20868 Merge gnus-mime-jka-compr-maybe-uncompress.
20869 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20870 of compressed data.
20871
20872 2005-02-08 Simon Josefsson <jas@extundo.com>
20873
20874 * imap.el (imap-log): Doc fix.
20875
20876 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20877
20878 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20879 the coding cookies; decompress compressed parts.
20880
20881 * mml.el (mml-generate-mime-1): Add the charset parameter according
20882 to the value which a user specified manually or the coding cookie.
20883
20884 * mm-util.el (mm-string-to-multibyte): New function.
20885 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20886 (mm-coding-system-to-mime-charset): New function.
20887 (mm-decompress-buffer): New function.
20888 (mm-find-buffer-file-coding-system): New function.
20889
20890 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20891 (mm-display-inline-fontify): Rewrite for decoding and decompressing
20892 parts.
20893
20894 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20895
20896 * mm-view.el (mm-display-inline-fontify): Decode a part according
20897 to the charset parameter.
20898
20899 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
20900
20901 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20902 prefix arg is neither nil nor a number, as info specifies.
20903
20904 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
20905
20906 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20907 timestamps.
20908
20909 2005-02-02 Jari Aalto <jari.aalto@cante.net>
20910
20911 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20912 groups error checking and notify user.
20913
20914 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
20915
20916 * message.el (message-send-mail-function): Check existence of
20917 sendmail-program first before using default value
20918 `message-send-mail-with-sendmail'. Otherwise use more generic
20919 `smtpmail-send-it'.
20920
20921 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
20922
20923 * nntp.el (nntp-request-update-info): Always return nil.
20924
20925 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
20926
20927 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20928
20929 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20930
20931 * message.el (message-beginning-of-line): Change the behavior when
20932 invoked between BOL and : so that it first moves backward.
20933
20934 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20935
20936 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20937 article buffer when editing of the article is discarded.
20938 (gnus-article-prepare): Revert.
20939
20940 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20941
20942 * gnus-art.el (gnus-article-prepare):
20943 Remove message-strip-forbidden-properties from the local hook.
20944
20945 2005-01-27 Simon Josefsson <jas@extundo.com>
20946
20947 * password.el (password-cache-add): Only start one timer per key.
20948 Reported by Derek Atkins <warlord@MIT.EDU>.
20949
20950 2005-01-26 Steve Youngs <steve@sxemacs.org>
20951
20952 * run-at-time.el: Remove. It is no longer needed as
20953 timer-funcs.el in the xemacs-base package has a working version of
20954 `run-at-time'.
20955
20956 * password.el: Require timer-funcs instead of run-at-time in
20957 XEmacs.
20958 Remove `password-run-at-time' macro.
20959 (password-cache-add): Use `run-at-time' instead of
20960 `password-run-at-time'.
20961
20962 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20963 for `run-with-idle-timer'.
20964
20965 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20966 for `run-at-time'.
20967
20968 * mm-url.el: Require timer-funcs at compile time when in XEmacs
20969 for `with-timeout'.
20970
20971 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
20972
20973 * mml.el (mml-generate-mime-1): Convert string into unibyte when
20974 inserting " *mml*" buffer's contents into a unibyte temp buffer.
20975
20976 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
20977
20978 * mail-source.el (mail-source-fetch-imap): Search for ^From case
20979 sensitively.
20980
20981 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
20982
20983 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20984
20985 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
20986
20987 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20988 which will be inserted according to the multibyteness of a buffer
20989 rather than the type of contents. Suggested by ARISAWA Akihiro
20990 <ari@mbf.ocn.ne.jp>.
20991
20992 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20993 of string which old xml.el may return rather than a string.
20994
20995 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
20996
20997 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20998
20999 2005-01-16 Simon Josefsson <jas@extundo.com>
21000
21001 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21002 idn/idna.el isn't available.
21003 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21004 <michael@waxrat.com>.
21005
21006 * hashcash.el: Remove non-FSF copyright header.
21007
21008 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21009 (hashcash-generate-payment): Use it.
21010 (hashcash-generate-payment-async): Use it.
21011
21012 2005-01-15 Simon Josefsson <jas@extundo.com>
21013
21014 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21015 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21016
21017 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21018 gnus-summary-idna-message.
21019 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21020 (gnus-summary-idna-message): New function.
21021
21022 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21023
21024 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21025 gnus-novice-user.
21026
21027 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21028
21029 * nnrss.el (nnrss-request-delete-group): Delete entries in
21030 nnrss-group-alist as well.
21031 (nnrss-save-server-data): Insert newline.
21032
21033 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21034
21035 * gnus.el (gnus-user-agent): Use list of symbols instead of
21036 symbols. Display full version number for (S)XEmacs.
21037 Optionally display (S)XEmacs codename.
21038
21039 * gnus-util.el (gnus-emacs-version): Update for new
21040 `gnus-user-agent'.
21041
21042 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21043 Gnus version.
21044
21045 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21046
21047 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21048 which is unreadable in some setups.
21049
21050 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21051
21052 * gnus-spec.el (gnus-update-format-specifications): Flush the
21053 group format spec cache if it doesn't support decoded group names.
21054
21055 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21056
21057 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21058 Allow to apply decay on score files matching a regexp.
21059
21060 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21061
21062 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21063 compatibility in %g and %c.
21064
21065 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21066
21067 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21068 name for only %g and %c.
21069 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21070 of gnus-tmp-group to decoded group name.
21071 (gnus-group-make-rss-group): Exclude `/'s from group names.
21072
21073 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21074
21075 * nnrss.el (nnrss-get-encoding): Fix regexp.
21076
21077 2004-12-27 Simon Josefsson <jas@extundo.com>
21078
21079 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21080 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21081 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21082
21083 2004-12-17 Kim F. Storm <storm@cua.dk>
21084
21085 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21086
21087 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21088
21089 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21090
21091 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21092
21093 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21094
21095 * nnrss.el: Require rfc2047 and mml.
21096 (nnrss-file-coding-system): New variable.
21097 (nnrss-format-string): Redefine it as an inline function.
21098 (nnrss-decode-group-name): New function.
21099 (nnrss-string-as-multibyte): Remove.
21100 (nnrss-retrieve-headers): Decode group name; don't use
21101 nnrss-format-string.
21102 (nnrss-request-group): Decode group name.
21103 (nnrss-request-article): Decode group name; allow a Message-ID as
21104 well as an article number; don't use nnrss-format-string; encode a
21105 Message-ID string which may contain non-ASCII characters; use
21106 mml-to-mime to compose a MIME article.
21107 (nnrss-request-expire-articles): Decode group name.
21108 (nnrss-request-delete-group): Decode group name.
21109 (nnrss-fetch): Clarify error message.
21110 (nnrss-read-server-data): Use insert-file-contents instead of load;
21111 bind file-name-coding-system; use multibyte buffer.
21112 (nnrss-save-server-data): Bind coding-system-for-write to the
21113 value of nnrss-file-coding-system; bind file-name-coding-system;
21114 add coding cookie.
21115 (nnrss-read-group-data): Use insert-file-contents instead of load;
21116 bind file-name-coding-system; use multibyte buffer.
21117 (nnrss-save-group-data): Bind coding-system-for-write to the
21118 value of nnrss-file-coding-system; bind file-name-coding-system.
21119 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21120 make it work with non-ASCII text.
21121 (nnrss-find-el): Make it work with old xml.el as well.
21122
21123 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21124
21125 * nnrss.el (nnrss-get-encoding): New function.
21126 (nnrss-fetch): Use unibyte buffer initially; bind
21127 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21128 decode contents according to the encoding attribute.
21129 (nnrss-save-group-data): Add coding cookie.
21130 (nnrss-mime-encode-string): New function.
21131 (nnrss-check-group): Use it to encode subject and author.
21132
21133 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21134
21135 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21136 imaginary variable.
21137
21138 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21139
21140 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21141 correctly even if there are wide characters.
21142
21143 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21144
21145 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21146 downcased symbol names; make a new cache instead of reusing
21147 bbdb-hashtable.
21148
21149 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21150
21151 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21152 concatenating segments rather than before concatenating them.
21153 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21154
21155 * message.el (message-get-reply-headers): Bind `extra'.
21156
21157 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21158
21159 * message.el (message-extra-wide-headers): New variable.
21160 (message-get-reply-headers): Use it.
21161
21162 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21163
21164 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21165 (gnus-agent-group-pathname): Ditto.
21166
21167 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21168
21169 * gnus-group.el (gnus-group-make-group): Decode group name.
21170 (gnus-group-make-rss-group): Register the group data after opening
21171 the nnrss group.
21172
21173 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21174
21175 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21176 by expiry now get marked as read.
21177
21178 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21179
21180 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21181
21182 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21183
21184 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21185 unify Latin characters in XEmacs.
21186 (mm-find-mime-charset-region): Use it.
21187
21188 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21189
21190 * gnus-util.el (gnus-delete-directory): New function.
21191
21192 * gnus-agent.el (gnus-agent-delete-group): Use it.
21193
21194 * gnus-cache.el (gnus-cache-delete-group): Use it.
21195
21196 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21197
21198 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21199 names.
21200
21201 2004-12-16 Simon Josefsson <jas@extundo.com>
21202
21203 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21204
21205 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21206
21207 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21208
21209 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21210 (gnus-group-set-current-level): Decode group name.
21211
21212 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21213
21214 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21215 failed.
21216
21217 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21218
21219 * gnus-group.el (gnus-group-delete-group): Decode group name.
21220 (gnus-group-make-rss-group): Encode group name.
21221 (gnus-group-catchup-current): Decode group name.
21222 (gnus-group-kill-group): Decode group name.
21223
21224 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21225
21226 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21227
21228 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21229
21230 * gnus-group.el (gnus-group-make-rss-group):
21231 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21232
21233 * gnus-start.el (gnus-setup-news): Honor user's setting to
21234 gnus-message-archive-method. Suggested by Lute Kamstra
21235 <lute@gnu.org>.
21236
21237 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21238
21239 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21240 global counterparts of the buffer-local variables.
21241
21242 2004-11-16 Romain Francoise <romain@orebokech.com>
21243
21244 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21245 counterparts of the buffer-local variables.
21246
21247 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21248
21249 * message.el (message-forbidden-properties): Fix typo in doc
21250 string.
21251
21252 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21253
21254 * gnus-util.el (gnus-replace-in-string): Add doc string.
21255
21256 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21257 to avoid problems when splitting mails with many recipients.
21258
21259 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21260
21261 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21262 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21263
21264 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21265
21266 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21267 if there is no hashtable in memory or file modification time is
21268 newer than cached timestamp.
21269
21270 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21271
21272 * gnus-sum.el (gnus-summary-limit-to-recipient):
21273 Implement not-matching option.
21274
21275 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21276
21277 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21278 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21279 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21280 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21281 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21282 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21283
21284 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21285
21286 * message.el (message-forward-make-body-mml): Remove headers
21287 according to message-forward-ignored-headers if a message is decoded.
21288
21289 2004-12-02 Romain Francoise <romain@orebokech.com>
21290
21291 * message.el (message-forward-make-body-plain): Always remove
21292 headers according to message-forward-ignored-headers.
21293
21294 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21295
21296 * spam.el (spam-summary-prepare-exit): Remove the
21297 gnus-summary-limit pop for now, it has problems with ham marks for
21298 me.
21299
21300 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21301
21302 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21303 correctly.
21304
21305 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21306
21307 * format-spec.el (format-spec): Message the char.
21308
21309 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21310
21311 * gnus-art.el (gnus-split-methods): Reformat comments.
21312
21313 * spam.el (spam-summary-prepare-exit): Remove article limits
21314 before exiting the summary buffer.
21315
21316 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21317
21318 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21319 order to silence the byte compiler.
21320
21321 * spam.el: Fix the way to silence the byte compiler, which
21322 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21323 bbdb-search-simple, spam-BBDB-register-routine,
21324 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21325 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21326 spam-stat-buffer-is-spam, spam-stat-load,
21327 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21328 spam-stat-save and spam-stat-split-fancy.
21329
21330 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21331
21332 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21333 which may confuse users.
21334 (canlock-password-for-verify): Ditto.
21335
21336 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21337
21338 * gnus-art.el (gnus-emphasis-alist): Ditto.
21339
21340 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21341
21342 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21343
21344 * gnus-start.el (gnus-save-killed-list): Ditto.
21345
21346 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21347 (gnus-sum-thread-tree-root): Ditto.
21348 (gnus-sum-thread-tree-false-root): Ditto.
21349 (gnus-sum-thread-tree-single-indent): Ditto.
21350
21351 * message.el (message-courtesy-message): Ditto.
21352 (message-archive-note): Ditto.
21353 (message-subscribed-address-file): Ditto.
21354 (message-user-fqdn): Ditto.
21355
21356 * spam-report.el (spam-report-gmane-regex): Ditto.
21357
21358 * spam.el (spam-blackhole-good-server-regex): Ditto.
21359
21360 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21361
21362 * mml.el (mml-preview): Widen the message buffer before copying
21363 the contents to the preview buffer; sort headers before previewing.
21364
21365 * message.el (message-hidden-headers): Fix the way to avoid a bug
21366 in the `repeat' widget in Emacs 21.3 or earlier.
21367
21368 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21369
21370 * message.el (message-hidden-headers): Default to "^References:".
21371 Improve customization type. Suggested by Reiner Steib
21372 <Reiner.Steib@gmx.de>.
21373
21374 2004-11-25 Romain Francoise <romain@orebokech.com>
21375
21376 * message.el (message-strip-forbidden-properties): Remove check for
21377 obsolete `message-hidden' text property, hidden headers are not
21378 accessible in the buffer anymore.
21379
21380 2004-11-22 Romain Francoise <romain@orebokech.com>
21381
21382 * message.el (message-header-format-alist): Add `From' in list
21383 so that it can be sorted.
21384 (message-fix-before-sending): Widen and sort headers before
21385 sending.
21386 (message-hide-headers): Use narrowing to hide headers by moving
21387 them to the top of the buffer and narrowing to the region
21388 underneath.
21389
21390 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21391
21392 * message.el (message-strip-forbidden-properties):
21393 Bind buffer-read-only (etc) to nil.
21394
21395 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21396
21397 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21398 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21399
21400 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21401
21402 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21403
21404 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21405
21406 * dns.el (query-dns): Use sit-for to time instead of
21407 accept-process-output, since that doesn't seem to work on udp
21408 sockets.
21409
21410 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21411
21412 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21413
21414 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21415
21416 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21417 doc string. Improve doc string.
21418
21419 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21420
21421 * nntp.el (nntp-request-update-info): Return nil if
21422 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21423 may not call gnus-activate-group which uselessly issues the GROUP
21424 commands for all nntp groups and wastes time. Reported by Romain
21425 Francoise <romain@orebokech.com>.
21426
21427 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21428
21429 2004-11-15 Simon Josefsson <jas@extundo.com>
21430
21431 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21432 headers separately.
21433 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21434 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21435
21436 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21437
21438 * gnus-start.el (gnus-convert-old-newsrc):
21439 Assign legacy-gnus-agent to 5.10.7.
21440
21441 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21442
21443 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21444 start of the lines.
21445
21446 2004-11-14 Magnus Henoch <mange@freemail.hu>
21447
21448 * hashcash.el (hashcash-default-payment): Change default to 20.
21449 (hashcash-default-accept-payment): Change default to 20.
21450 (hashcash-process-alist): New variable.
21451 (hashcash-generate-payment-async): Add.
21452 (hashcash-already-paid-p): Add.
21453 (hashcash-insert-payment): Don't generate payments twice.
21454 (hashcash-insert-payment-async): Add.
21455 (hashcash-insert-payment-async-2): Add.
21456 (hashcash-cancel-async): Add.
21457 (hashcash-wait-async): Add.
21458 (hashcash-processes-running-p): Add.
21459 (hashcash-wait-or-cancel): Add.
21460 (mail-add-payment): New optional argument. Conditionally start
21461 asynchronous calculation.
21462 (mail-add-payment-async): Add.
21463
21464 * message.el (message-send-mail): Wait for asynchronous hashcash
21465 results. Don't clobber existing X-Hashcash headers.
21466 (message-setup-1): Call mail-add-payment-async when
21467 message-generate-hashcash is non-nil.
21468
21469 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21470
21471 * message.el (message-use-alternative-email-as-from): Examine the
21472 From header as well; use message-make-from in order to include a
21473 user's full name.
21474
21475 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21476
21477 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21478 default; improve customization type.
21479 (gnus-emphasis-custom-with-format): New macro.
21480 (gnus-emphasis-custom-value-to-external): New function.
21481 (gnus-emphasis-custom-value-to-internal): New function.
21482
21483 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21484
21485 * dns.el (query-dns): Resolve reverse addresses.
21486
21487 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21488
21489 * gnus-group.el (gnus-group-get-new-news): Use it.
21490
21491 * gnus-start.el (gnus-check-reasonable-setup): New function.
21492
21493 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21494
21495 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21496 "Args out of range" error. Reported by Arnaud Giersch
21497 <arnaud.giersch@free.fr>.
21498
21499 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21500
21501 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21502
21503 2004-11-04 Richard M. Stallman <rms@gnu.org>
21504
21505 * spam.el (spam group): Add :version.
21506
21507 * pgg-def.el (pgg group): Add :version.
21508
21509 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21510
21511 * gnus-art.el (gnus-article-edit-article): Don't associate the
21512 article buffer with a draft file. This is a temporary measure
21513 against the 2004-08-22 change to gnus-article-edit-mode.
21514
21515 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21516
21517 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21518 (html2text-format-tags): Remove unused variable `attr'.
21519
21520 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21521
21522 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21523
21524 * spam-stat.el (spam-stat): Add :version.
21525
21526 * sieve.el (sieve): Add :version.
21527
21528 * sha1.el (sha1): Add :version.
21529 (sha1-use-external): Remove redundant version.
21530
21531 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21532 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21533 (nnmail-split-fancy-match-partial-words)
21534 (nnmail-split-lowercase-expanded): Add :version.
21535
21536 * nndiary.el (nndiary): Add :version.
21537
21538 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21539
21540 * mml-sec.el (mml-default-sign-method)
21541 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21542 Add :version.
21543
21544 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21545
21546 * mm-url.el (mm-url-use-external, mm-url-program)
21547 (mm-url-arguments): Add :version.
21548
21549 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21550 (mm-attachment-file-modes, mm-decrypt-option)
21551 (mm-w3m-safe-url-regexp): Add :version.
21552
21553 * message.el (message-cite-prefix-regexp)
21554 (message-sendmail-envelope-from, message-minibuffer-local-map)
21555 (message-user-fqdn, message-completion-alist): Add :version.
21556
21557 * gnus-win.el (gnus-configure-windows-hook)
21558 (gnus-use-frames-on-any-display): Add :version.
21559
21560 * gnus-art.el (gnus-article-address-banner-alist)
21561 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21562 (gnus-treat-from-picon, gnus-treat-mail-picon)
21563 (gnus-treat-x-pgp-sig): Add :version.
21564
21565 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21566 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21567 (gnus-summary-article-delete-hook)
21568 (gnus-summary-display-while-building): Add :version.
21569
21570 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21571 (gnus-get-top-new-news-hook): Add :version.
21572
21573 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21574 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21575
21576 * gnus-registry.el (gnus-registry): Add :version.
21577
21578 * gnus-spec.el (gnus-use-correct-string-widths)
21579 (gnus-make-format-preserve-properties): Add :version.
21580
21581 * gnus.el (gnus-group-charter-alist)
21582 (gnus-group-fetch-control-use-browse-url)
21583 (gnus-install-group-spam-parameters): Add :version.
21584
21585 * gnus-diary.el (gnus-diary): Add :version.
21586
21587 * gnus-delay.el (gnus-delay): Add :version.
21588
21589 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21590 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21591 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21592 Add :version.
21593
21594 * gnus-agent.el (gnus-agent-max-fetch-size)
21595 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21596 (gnus-agent-prompt-send-queue): Add :version.
21597
21598 * deuglify.el (gnus-outlook-deuglify): Add :version.
21599
21600 * html2text.el: Beautify code. Improve doc strings.
21601 Some checkdoc cleanup.
21602 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21603
21604 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21605
21606 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21607
21608 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21609
21610 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21611 when package is loaded.
21612
21613 * spam.el (spam-summary-score-preferred-header): Add global preference
21614 for people who want to override the default SpamAssassin over
21615 Bogofilter preference (when both are set).
21616 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21617 (spam-user-format-function-S):
21618 Check spam-summary-score-preferred-header.
21619 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21620 (spam-user-format-function-S): Format the score correctly.
21621
21622 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21623
21624 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21625 signature file. Suggested by Manoj Srivastava
21626 <srivasta@golden-gryphon.com>.
21627
21628 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21629 iso-2022-jp even in the Japanese language environment.
21630 Suggested by Jason Rumney <jasonr@gnu.org>.
21631
21632 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21633
21634 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21635 use the same characters as the dummy marks; make it free from
21636 getting affected by the language environment.
21637 (gnus-summary-read-group-1): Update mark positions only when the
21638 format spec is updated.
21639
21640 * gnus-spec.el (gnus-update-format-specifications): Return a list
21641 of updated types.
21642
21643 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21644
21645 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21646 of boundp to check if display-warning is available.
21647
21648 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21649
21650 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21651
21652 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21653
21654 * nnspool.el (nnspool-spool-directory): Use news-path if the
21655 news-directory variable is not bound.
21656
21657 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21658 function instead of display-warning if it is not available.
21659
21660 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21661
21662 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21663 v5-10: Use `point-at-bol'.
21664
21665 2004-10-26 Simon Josefsson <jas@extundo.com>
21666
21667 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21668 <chenggao@gmail.com>.
21669
21670 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21671
21672 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21673 instead.
21674
21675 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21676
21677 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21678 to remove a server from the nnimap-server-buffer-alist.
21679 (nnimap-open-connection, nnimap-close-server): Use it.
21680
21681 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21682
21683 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21684
21685 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21686 running the major-mode function.
21687
21688 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21689
21690 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21691 dummy marks in the right way.
21692
21693 2004-10-18 David Edmondson <dme@dme.org>
21694
21695 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21696 excessively.
21697
21698 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21699
21700 * gnus-util.el (gnus-split-references): Accept a nil references
21701 string and go on blissfully.
21702
21703 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21704 cases where the references string is non-nil but has no references.
21705
21706 * encrypt.el: Add autoload tags.
21707
21708 * spam.el (spam-resolve-registrations-routine): Remove article
21709 from unregistration list too. Reported by David Hanak
21710 <dhanak@isis.vanderbilt.edu>
21711
21712 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21713
21714 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21715 nil. Change custom type.
21716
21717 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21718
21719 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21720
21721 * gnus-sum.el (gnus-summary-move-article): Use it.
21722
21723 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21724
21725 * encrypt.el: Add autoload cookies.
21726
21727 * spam.el (spam-backend-article-list-property)
21728 (spam-backend-get-article-todo-list)
21729 (spam-backend-put-article-todo-list)
21730 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21731 Resolve registrations separately.
21732 (spam-register-routine): Format comments.
21733 (spam-unregister-routine, spam-register-routine): Always call with
21734 specific-articles, no default list.
21735 (spam-summary-prepare-exit): Use the spam-classifications function.
21736
21737 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21738 gnus-encrypt.el.
21739
21740 * encrypt.el: Copied from gnus-encrypt.el.
21741
21742 * gnus-encrypt.el: Commented that it's obsolete.
21743
21744 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21745
21746 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21747 (gnus-score-save): Use it.
21748
21749 * message.el (message-bury): Use `window-dedicated-p'.
21750
21751 2004-10-15 Simon Josefsson <jas@extundo.com>
21752
21753 * pop3.el (top-level): Don't require nnheader.
21754 (pop3-read-timeout): Add.
21755 (pop3-accept-process-output): Add.
21756 (pop3-read-response, pop3-retr): Use it.
21757
21758 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
21759
21760 * spam.el (spam-register-routine): Move comment.
21761 (spam-verify-bogofilter): Use 'unknown for the initial
21762 spam-bogofilter-valid state, not 'never.
21763
21764 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21765 for netrc-machine.
21766
21767 * nnimap.el (nnimap-open-connection):
21768 Use netrc-machine-user-or-password.
21769
21770 2004-10-17 Richard M. Stallman <rms@gnu.org>
21771
21772 * gnus-registry.el (gnus-registry-unload-hook):
21773 Set as a variable with add-hook.
21774
21775 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21776 of news-path.
21777
21778 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21779
21780 * spam.el: Delete duplicate `provide'.
21781 (spam-unload-hook): Set as a variable with add-hook.
21782
21783 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21784
21785 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21786 in the doc string.
21787
21788 * message.el (message-ignored-news-headers)
21789 (message-ignored-supersedes-headers)
21790 (message-ignored-resent-headers)
21791 (message-forward-ignored-headers): Improve custom type.
21792
21793 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21794
21795 * message.el (message-tokenize-header): Fix 2004-09-06 change
21796 which used point-min in the wrong place.
21797
21798 2004-10-12 Simon Josefsson <jas@extundo.com>
21799
21800 * tls.el (tls-certtool-program): New variable.
21801 (tls-certificate-information): New function, based on
21802 ssl-certificate-information.
21803
21804 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21805
21806 * compface.el: Move the version of ELisp-based uncompface program
21807 to the contrib directory because of the copyright problem.
21808
21809 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21810
21811 * message.el (message-kill-buffer): Raise the current frame.
21812
21813 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21814
21815 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21816
21817 * gnus.el (message-y-or-n-p): Autoload.
21818
21819 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21820 (pop3-password-required, pop3-authentication-scheme)
21821 (pop3-leave-mail-on-server): Make customizable.
21822 (pop3): New custom group.
21823 (pop3-retr): Remove `sleep-for' statements.
21824 Suggested by Dave Love <fx@gnu.org>.
21825
21826 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21827 Windows/DOS.
21828
21829 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21830 (imap-parse-body): Fix incorrect use of `assert'.
21831 Suggested by Dave Love <fx@gnu.org>.
21832
21833 * mml.el (mml-minibuffer-read-disposition): Require match.
21834 Suggested by Dave Love <fx@gnu.org>.
21835
21836 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
21837
21838 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
21839 doc string.
21840
21841 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
21842
21843 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21844
21845 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21846
21847 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21848 instead of calling `mm-insert-inline', to decode text/* parts
21849 before displaying them.
21850
21851 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
21852
21853 * mm-uu.el (mm-uu-text-plain-type): New variable.
21854 (mm-uu-pgp-signed-extract-1): Use it.
21855 (mm-uu-pgp-encrypted-extract-1): Use it.
21856 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21857 bind mm-uu-text-plain-type with that value.
21858 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21859 mm-uu-dissect.
21860
21861 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21862
21863 * gnus-group.el (gnus-update-group-mark-positions):
21864 * gnus-sum.el (gnus-update-summary-mark-positions):
21865 * message.el (message-check-news-body-syntax):
21866 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21867 of string-as-multibyte.
21868
21869 2004-10-05 Juri Linkov <juri@jurta.org>
21870
21871 * gnus-group.el (gnus-update-group-mark-positions):
21872 * gnus-sum.el (gnus-update-summary-mark-positions):
21873 * message.el (message-check-news-body-syntax):
21874 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21875 8-bit unibyte values to a multibyte string for search functions.
21876
21877 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21878
21879 * mm-uu.el (mm-uu-dissect): Allow optional arg.
21880 (mm-uu-dissect-text-parts): New function.
21881
21882 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21883 dissect text parts.
21884
21885 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21886 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21887
21888 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21889
21890 * gnus-topic.el (gnus-topic-hierarchical-parameters):
21891 Use gnus-current-topics instead of gnus-current-topic.
21892
21893 2004-10-06 Jesper Harder <harder@ifa.au.dk>
21894
21895 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21896
21897 2004-10-05 Jesper Harder <harder@ifa.au.dk>
21898
21899 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21900 where appropriate.
21901
21902 * nnml.el (nnml-generate-active-info): do.
21903
21904 * nndiary.el (nndiary-generate-active-info): do.
21905
21906 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21907 (gnus-topic-move): do.
21908
21909 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21910 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21911
21912 * gnus-srvr.el (gnus-server-prepare)
21913 (gnus-server-open-all-servers): do.
21914
21915 * gnus-msg.el (gnus-summary-cancel-article)
21916 (gnus-summary-resend-message)
21917 (gnus-summary-mail-crosspost-complaint): do.
21918
21919 * gnus-move.el (gnus-change-server): do.
21920
21921 * gnus-group.el (gnus-group-unmark-all-groups)
21922 (gnus-group-set-current-level): do.
21923
21924 2004-10-04 Simon Josefsson <jas@extundo.com>
21925
21926 * message.el (message-generate-hashcash): Doc fix.
21927
21928 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
21929
21930 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21931 avoid infinite recursion via gnus-get-function.
21932
21933 2004-10-02 Jesper Harder <harder@ifa.au.dk>
21934
21935 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21936
21937 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21938
21939 * nnmail.el (nnmail-split-history): do.
21940
21941 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21942 (nnml-request-delete-group): do.
21943
21944 * nnslashdot.el (nnslashdot-read-groups): do.
21945
21946 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21947 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21948
21949 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21950 (nnspool-sift-nov-with-sed): Use last.
21951 (nnspool-retrieve-headers-with-nov): Use mapc.
21952 (nnspool-request-newgroups): Use dolist.
21953 (nnspool-request-group): Use last.
21954
21955 * nntp.el (nntp-read-server-type): Use dolist.
21956
21957 * nnvirtual.el (nnvirtual-create-mapping)
21958 (nnvirtual-update-read-and-marked): Use dolist.
21959 (nnvirtual-convert-headers): Simplify.
21960
21961 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21962
21963 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21964 Add support for sync'ing tick marks.
21965
21966 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
21967
21968 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21969 there's no visible header.
21970
21971 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21972
21973 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21974 When necessary, pass full group name to gnus-request-set-marks.
21975
21976 2004-10-01 Simon Josefsson <jas@extundo.com>
21977
21978 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
21979 acroread.
21980
21981 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21982
21983 * spam-report.el (spam-report-gmane): Fix interactive.
21984
21985 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21986
21987 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21988 when writing file.
21989 (gnus-agent-synchronize-flags): Don't default to being
21990 interactive.
21991
21992 2004-09-30 Simon Josefsson <jas@extundo.com>
21993
21994 * message.el (message-generate-hashcash): Add.
21995 (message-send-mail): Use it, call mail-add-payment.
21996
21997 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
21998
21999 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22000
22001 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22002
22003 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22004 gnus-request-update-info with explicit code to sync the in-memory
22005 info read flags with the marks being sync'd to the backend.
22006
22007 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22008
22009 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22010
22011 * spam.el (spam-verify-bogofilter): Add new function.
22012 (spam-check-bogofilter)
22013 (spam-bogofilter-register-with-bogofilter): Use it.
22014 (spam-verify-bogofilter): Add small fixes.
22015
22016 2004-09-28 Simon Josefsson <jas@extundo.com>
22017
22018 * hashcash.el (hashcash-generate-payment): Revert.
22019
22020 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22021
22022 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22023 Use gnus-extract-references instead of gnus-split-references.
22024
22025 * gnus-util.el (gnus-extract-references): Add new function, analogous
22026 to gnus-split-references but extracts only the message-ID without
22027 anything extra.
22028
22029 * hashcash.el (hashcash-generate-payment)
22030 (hashcash-check-payment): Do the right thing if hashcash-path is
22031 nil (because the hashcash program could not be found).
22032
22033 * spam.el (spam-use-hashcash): Remove comment.
22034
22035 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22036
22037 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22038 (gnus-cache-enter-article, gnus-cache-remove-article)
22039 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22040
22041 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22042
22043 * gnus-art.el (article-hide-boring-headers)
22044 (article-translate-strings, article-display-face)
22045 (gnus-article-mime-match-handle-first)
22046 (gnus-article-highlight-headers)
22047 (gnus-article-add-buttons-to-head): do.
22048
22049 2004-09-27 Simon Josefsson <jas@extundo.com>
22050
22051 * hashcash.el: New version, from
22052 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22053 ../contrib/.
22054
22055 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22056
22057 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22058
22059 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22060
22061 * gnus-dup.el (gnus-dup-open): Use mapc.
22062 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22063
22064 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22065 Reported by Stefan Wiens <s.wi@gmx.net>.
22066
22067 * gnus.el (gnus-shutdown): Use dolist.
22068
22069 * gnus-undo.el (gnus-undo): Use mapc.
22070
22071 * nnrss.el (nnrss-generate-active): do.
22072
22073 * message.el (message-cite-original-without-signature)
22074 (message-cite-original): Use mapc.
22075 (message-do-actions, message-make-forward-subject): Use dolist.
22076
22077 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22078
22079 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22080 deletion to remove entire duplicate line. Fixes merged article
22081 number bug.
22082
22083 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22084
22085 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22086 servers that are offline. Avoids having gnus-agent-toggle-plugged
22087 first ask if you want to open a server and then, even when you
22088 responded with no, asking if you want to synchronize the server's
22089 flags.
22090 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22091 multi-line expressions.
22092 (gnus-agent-synchronize-group-flags): New internal function.
22093 Updates marks in memory (in the info structure) AND in the
22094 backend.
22095
22096 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22097
22098 * nnagent.el (nnagent-request-set-mark):
22099 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22100 method, to ensure that synchronization updates marks in the
22101 backend and in the info (in memory) structure.
22102
22103 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22104
22105 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22106 convention fully; don't miss the root article of a thread; make
22107 the X-Draft-From header with correct article numbers.
22108
22109 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22110
22111 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22112 unless plugged. Disable the agent so that an open failure causes
22113 an error.
22114
22115 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22116 Revert 2004-09-21 change. The backend must be opened while
22117 synchronizing flags even when the backend stores the flags
22118 locally.
22119
22120 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22121
22122 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22123 in `header' match. Reported by Svend Tollak Munkejord.
22124
22125 * message.el (message-cite-original): Fix use of
22126 `message-cite-articles-with-x-no-archive'.
22127
22128 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22129
22130 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22131 (gnus-window-to-buffer): Ditto.
22132
22133 * mml.el (mml-preview-buffer): New variable.
22134 (mml-preview): Manage window layout with gnus-buffer-configuration.
22135
22136 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22137 X-Draft-From header even if those articles aren't quoted.
22138
22139 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22140
22141 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22142 (gnus-request-set-mark, gnus-request-update-mark): Use new
22143 g-s-t-u-l-m to decide to use backend even when unplugged.
22144
22145 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22146
22147 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22148 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22149
22150 2004-09-20 Simon Josefsson <jas@extundo.com>
22151
22152 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22153 "utf-16-le".
22154
22155 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22156
22157 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22158
22159 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22160
22161 * uudecode.el (uudecode-use-external): Add :version.
22162
22163 * smime.el (smime-CA-file, smime-encrypt-cipher)
22164 (smime-dns-server): Add :version.
22165
22166 * smiley.el (gnus-smiley-file-types): Add :version.
22167
22168 * sha1.el (sha1-use-external): Add :version.
22169
22170 * pgg-def.el (pgg-query-keyserver): Add :version.
22171
22172 * nnmail.el (nnmail-fancy-expiry-targets)
22173 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22174 Add :version.
22175
22176 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22177 (nnimap-retrieve-groups-asynchronous): Add :version.
22178 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22179
22180 * mml.el (mml-content-disposition-parameters)
22181 (mml-insert-mime-headers-always): Add :version.
22182
22183 * mm-util.el (mm-coding-system-priorities): Add :version.
22184
22185 * mm-decode.el (mm-inline-text-html-with-images)
22186 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22187 (mm-verify-option): Add :version.
22188 (mm-text-html-renderer): Change :version.
22189
22190 * message.el (message-fcc-externalize-attachments)
22191 (message-required-headers, message-draft-headers)
22192 (message-subject-trailing-was-query)
22193 (message-subject-trailing-was-ask-regexp)
22194 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22195 (message-mark-insert-end, message-archive-header)
22196 (message-archive-note, message-cross-post-default)
22197 (message-cross-post-note, message-followup-to-note)
22198 (message-cross-post-note-function, message-use-mail-followup-to)
22199 (message-subscribed-address-functions)
22200 (message-subscribed-address-file, message-subscribed-addresses)
22201 (message-subscribed-regexps, message-allow-no-recipients)
22202 (message-yank-cited-prefix, message-signature-insert-empty-line)
22203 (message-hidden-headers, message-hierarchical-addresses)
22204 (message-mail-user-agent, message-use-idna)
22205 (message-valid-fqdn-regexp)
22206 (message-strip-special-text-properties, message-header-synonyms)
22207 (message-beginning-of-line, message-tab-body-function): Add :version.
22208 (message-insert-canlock, message-wide-reply-confirm-recipients):
22209 Change :version.
22210
22211 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22212 and :version.
22213 (mail-source-delete-old-incoming-confirm)
22214 (mail-source-movemail-program): Add :version.
22215
22216 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22217 (gnus-agent-cache, gnus-agent): Change :version.
22218
22219 * gnus-util.el (gnus-use-byte-compile): Change :version.
22220
22221 * gnus-sum.el (gnus-summary-make-false-root-always)
22222 (gnus-summary-default-high-score)
22223 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22224 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22225 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22226 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22227 (gnus-sum-thread-tree-single-indent)
22228 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22229 (gnus-sum-thread-tree-leaf-with-other)
22230 (gnus-sum-thread-tree-single-leaf): Add :version.
22231 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22232 (gnus-article-loose-mime): Change :version.
22233
22234 * gnus-start.el (gnus-backup-startup-file)
22235 (gnus-save-startup-file-via-temp-buffer): Add :version.
22236
22237 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22238 (gnus-server-offline-face): Add :version.
22239
22240 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22241
22242 * gnus-msg.el (gnus-gcc-externalize-attachments)
22243 (gnus-debug-files, gnus-debug-exclude-variables)
22244 (gnus-discouraged-post-methods): Change :version.
22245 (gnus-confirm-mail-reply-to-news)
22246 (gnus-confirm-treat-mail-like-news): Add :version.
22247
22248 * gnus-int.el (gnus-server-unopen-status): Add :version.
22249
22250 * gnus-group.el (gnus-group-jump-to-group-prompt)
22251 (gnus-large-ephemeral-newsgroup)
22252 (gnus-fetch-old-ephemeral-headers): Add :version.
22253
22254 * gnus-fun.el (gnus-x-face-directory)
22255 (gnus-convert-pbm-to-x-face-command)
22256 (gnus-convert-image-to-x-face-command)
22257 (gnus-convert-image-to-face-command): Add :version.
22258
22259 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22260
22261 * gnus-cite.el (gnus-cite-blank-line-after-header)
22262 (gnus-article-boring-faces): Add :version.
22263
22264 * gnus-art.el (gnus-buttonized-mime-types)
22265 (gnus-inhibit-mime-unbuttonizing)
22266 (gnus-treat-display-face)
22267 (gnus-treat-body-boundary): Change :version.
22268 (gnus-body-boundary-delimiter, gnus-picon-databases)
22269 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22270 (gnus-treat-date-english, gnus-treat-fold-headers)
22271 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22272 (gnus-treat-mail-picon, gnus-treat-wash-html)
22273 (gnus-article-encrypt-protocol)
22274 (gnus-use-idna, gnus-article-over-scroll)
22275 (gnus-mime-display-multipart-alternative-as-mixed)
22276 (gnus-mime-display-multipart-related-as-mixed)
22277 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22278 (gnus-ctan-url, gnus-button-ctan-handler)
22279 (gnus-button-handle-ctan-bogus-regexp)
22280 (gnus-button-ctan-directory-regexp)
22281 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22282 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22283 (gnus-button-man-level, gnus-button-emacs-level)
22284 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22285
22286 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22287 (gnus-agent-go-online): Change :version.
22288 (gnus-agent-expire-unagentized-dirs)
22289 (gnus-agent-auto-agentize-methods): Add :version.
22290
22291 * flow-fill.el (fill-flowed-display-column)
22292 (fill-flowed-encode-column): Add :version.
22293
22294 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22295 (gnus-outlook-deuglify-unwrap-max)
22296 (gnus-outlook-deuglify-cite-marks)
22297 (gnus-outlook-deuglify-unwrap-stop-chars)
22298 (gnus-outlook-deuglify-no-wrap-chars)
22299 (gnus-outlook-deuglify-attrib-cut-regexp)
22300 (gnus-outlook-deuglify-attrib-verb-regexp)
22301 (gnus-outlook-deuglify-attrib-end-regexp)
22302 (gnus-outlook-display-hook): Add :version.
22303
22304 * binhex.el (binhex-use-external): Add :version.
22305
22306 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22307
22308 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22309 and `invisible'.
22310
22311 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22312
22313 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22314 in gnus-registry-trim.
22315
22316 2004-09-13 Simon Josefsson <jas@extundo.com>
22317
22318 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22319
22320 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22321
22322 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22323 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22324 <yamaoka@jpl.org>.
22325 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22326 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22327 <yamaoka@jpl.org>.
22328
22329 * sieve.el (sieve-manage-mode): Ditto.
22330
22331 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22332
22333 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22334
22335 2004-09-11 Simon Josefsson <jas@extundo.com>
22336
22337 * dns-mode.el: Add.
22338
22339 * mm-view.el (mm-display-dns-inline): Add.
22340
22341 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22342 (mm-automatic-display): Ditto.
22343
22344 * mailcap.el (mailcap-mime-data): Add text/dns.
22345 (mailcap-mime-extensions): Map .soa to text/dns.
22346
22347 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22348
22349 * gnus-art.el (article-decode-mime-words, article-babel)
22350 (gnus-article-highlight-signature, gnus-article-add-buttons)
22351 (gnus-signature-toggle): Remove unnecessary bindings of
22352 `inhibit-read-only' inherited from v5.10 merge.
22353
22354 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22355
22356 * nntp.el (nntp): New customization group.
22357 (nntp-authinfo-file): Add customization group.
22358
22359 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22360
22361 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22362
22363 * gnus.el (to-address, to-list, subscribed)
22364 (large-newsgroup-initial): Ditto.
22365
22366 * flow-fill.el (fill-flowed-display-column)
22367 (fill-flowed-encode-column): Ditto.
22368
22369 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22370
22371 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22372 Use point-min rather than 1.
22373 (message-send-mail): Use buffer-size rather than point-max.
22374
22375 * gnus-sum.el (gnus-summary-search-article-forward):
22376 Signal a specific `search-failed' rather than a generic `error'.
22377
22378 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22379 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22380 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22381
22382 2004-09-10 Simon Josefsson <jas@extundo.com>
22383
22384 * nndb.el (require): Remove tcp and duplicate cl.
22385
22386 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22387
22388 * gnus-agent.el (directory-files-and-attributes): Move forward.
22389
22390 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22391
22392 * gnus-agent.el (directory-files-and-attributes):
22393 Optionally defined to support XEmacs.
22394
22395 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22396
22397 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22398 to avoid run-time CL dependencies.
22399 (gnus-agent-unfetch-articles): New function.
22400 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22401 article numbers even when local .overview file is missing.
22402 (gnus-agent-read-article-number): New function. Only accepts
22403 27-bit article numbers.
22404 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22405 Use gnus-agent-read-article-number.
22406 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22407 from backend while recognizing that article numbers in .overview
22408 must be valid.
22409 (gnus-agent-update-files-total-fetched-for):
22410 Use directory-files-and-attributes to improve performance.
22411 * gnus-int.el (gnus-request-move-article):
22412 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22413 improve performance.
22414
22415 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22416 some users confused by references to .newsrc when they only have a
22417 .newsrc.eld file.
22418 (gnus-convert-mark-converter-prompt)
22419 (gnus-convert-converter-needs-prompt): Fix use of property list.
22420 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22421 New function. Used internally to only display 'gnus converting
22422 files' message when actually necessary.
22423
22424 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22425 methods now autoloaded.
22426
22427 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22428
22429 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22430 identifiers.
22431
22432 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22433
22434 * gnus-picon.el: Fix indentation and closing parenthesis.
22435
22436 2004-09-01 Simon Josefsson <jas@extundo.com>
22437
22438 * message.el (message-canlock-generate): Require sha1, not
22439 sha1-el. (Can we get rid of this require altogether? It is ugly
22440 to require within a function. Sadly, if sha1.el isn't loaded, the
22441 let binding in m-c-g will hide the defcustom definition, which is
22442 bad.)
22443
22444 * canlock.el: Require sha1, not sha1-el.
22445
22446 * message.el: Don't autoload sha1 (there is a autoload cookie in
22447 sha1.el).
22448
22449 * sha1-el.el: Rename to sha1.el.
22450
22451 2004-08-30 Juanma Barranquero <lektu@terra.es>
22452
22453 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22454
22455 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22456
22457 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22458
22459 2004-08-30 Kim F. Storm <storm@cua.dk>
22460
22461 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22462
22463 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22464 Add :group 'nnimap.
22465
22466 2004-08-30 Andreas Schwab <schwab@suse.de>
22467
22468 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22469 ?* and ?\;.
22470
22471 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22472 and ?\' to symbol instead of whitespace.
22473
22474 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22475
22476 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22477
22478 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22479 instead of re-search-forward.
22480
22481 * gnus-uu.el (gnus-uu-save-article): Ditto.
22482 (gnus-uu-post-encode-uuencode): Ditto.
22483
22484 * html2text.el (html2text-clean-list-items): Ditto.
22485 (html2text-clean-dtdd): Ditto.
22486 (html2text-format-tags): Ditto.
22487
22488 * message.el (message-send-mail-with-sendmail): Fix regexp.
22489 (message-fill-field-general): Use search-forward instead of
22490 re-search-forward.
22491 (unbold-region): Ditto.
22492
22493 * nnrss.el (nnrss-request-article): Ditto.
22494
22495 * nnslashdot.el (nnslashdot-request-article): Ditto.
22496
22497 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22498
22499 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22500 "Unrecognized menu descriptor" error in XEmacs.
22501
22502 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22503
22504 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22505 parent article of a sparse article in the thread hashtb.
22506
22507 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22508
22509 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22510 (nnmail-expand-newtext): Lowercase expanded entries if
22511 nnmail-split-lowercase-expanded is non-nil.
22512
22513 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22514
22515 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22516
22517 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22518 of gnus-tmp-news-method into string under XEmacs. It will be
22519 passed to gnus-correct-length which takes only a string argument.
22520
22521 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22522
22523 * gnus-util.el (gnus-bind-print-variables): New macro.
22524 (gnus-prin1): Use it.
22525 (gnus-prin1-to-string): Use it.
22526 (gnus-pp): New function.
22527 (gnus-pp-to-string): New function.
22528
22529 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22530 Replace pp-to-string with gnus-pp-to-string.
22531 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22532 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22533 * gnus-msg.el (gnus-debug): Ditto.
22534 * gnus-score.el (gnus-score-save): Ditto.
22535 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22536 gnus-pp-to-string.
22537 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22538 with gnus-pp.
22539 * score-mode.el (gnus-score-pretty-print): Ditto.
22540 * webmail.el (webmail-debug): Ditto.
22541
22542 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22543
22544 * gnus-art.el (article-display-face, article-display-x-face):
22545 Use buffer-read-only.
22546
22547 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22548
22549 * gnus-art.el (article-hide-list-identifiers):
22550 Bind inhibit-read-only as t.
22551
22552 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22553
22554 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22555
22556 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22557
22558 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22559 (gnus-narrow-to-page): Don't assume point-min == 1.
22560 (gnus-article-edit-mode): Derive from message-mode.
22561
22562 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22563 point-min == 1.
22564
22565 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22566 Disable incorrect use of `assert'.
22567
22568 * message.el (message-mode): Set comment-start-skip.
22569
22570 2004-08-22 Sam Steingold <sds@gnu.org>
22571
22572 * pop3.el (pop3-leave-mail-on-server): New user variable.
22573 (pop3-movemail): Delete mail only when it is nil.
22574
22575 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22576
22577 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22578
22579 * mml.el (mml-preview): Use `pop-to-buffer'.
22580
22581 * message.el (message-goto-mail-followup-to): Insert after "To".
22582 (message-carefully-insert-headers): Add comment.
22583
22584 * gnus.el: Remove unused variable `gnus-article-check-size'.
22585
22586 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22587
22588 * gnus-art.el (gnus-button-alist):
22589 Improve `gnus-button-handle-library' entry.
22590
22591 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22592
22593 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22594 Use downcase, since XEmacs capitalizes error messages differently.
22595
22596 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22597
22598 * nntp.el: Add (require 'gnus) due to reference to
22599 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22600
22601 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22602
22603 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22604 Bind `mm-fill-flowed'.
22605
22606 * mm-decode.el (mm-dissect-singlepart): Check it.
22607
22608 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22609
22610 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22611 'imap' for netrc parsing.
22612
22613 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22614
22615 * mailcap.el (mailcap-mime-data): Mark as risky.
22616
22617 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22618
22619 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22620 may be included in the encoded word.
22621 (rfc2047-encode): Don't append a space if the encoded word
22622 includes close parenthesis.
22623
22624 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22625
22626 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22627 of text within parentheses.
22628
22629 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22630
22631 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22632 (gnus-encrypt-write-file-contents): Make the password key the file
22633 name PLUS the cipher, not just the cipher. Also remove failed
22634 passwords from the cache.
22635
22636 2004-08-06 Simon Josefsson <jas@extundo.com>
22637
22638 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22639 Doc fix.
22640
22641 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22642
22643 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22644 LWSP.
22645
22646 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22647
22648 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22649 Try to append in-reply-to: data to the references: header.
22650
22651 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22652 (netrc-parse): Use gnus-encrypt.el functions.
22653
22654 * gnus-encrypt.el: Add new file for encryption support; currently
22655 does only a few GPG ciphers and an internal XOR cipher.
22656
22657 * password.el: Add comments on using password-read-and-add.
22658 (password-read-and-add): Add function to read and add the
22659 password to the cache at once.
22660
22661 2004-07-28 Simon Josefsson <jas@extundo.com>
22662
22663 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22664 parameter (but don't use it, for now).
22665
22666 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22667 instead of hard coding to nil.
22668
22669 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22670
22671 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22672 as mm-inline-image-xemacs does.
22673
22674 2004-07-26 Simon Josefsson <jas@extundo.com>
22675
22676 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22677 Revert part of 2004-07-17 change below.
22678
22679 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22680
22681 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22682 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22683
22684 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22685
22686 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22687 quotes that actually start with ">" at the beginning of the
22688 lines.
22689
22690 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22691
22692 * rfc2047.el (rfc2047-encode-region): Fix last change.
22693 (rfc2047-encode-parameter): Remove useless concat.
22694
22695 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22696
22697 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22698 encode special characters; fix some kind of misconfigured headers;
22699 signal a real error if debug-on-quit or debug-on-error is non-nil.
22700 (rfc2047-encode-max-chars): New variable.
22701 (rfc2047-encode-1): Use it.
22702 (rfc2047-encode-parameter): New function.
22703
22704 * mml.el (mml-insert-parameter): Remove an excessive space.
22705
22706 2004-07-17 Simon Josefsson <jas@extundo.com>
22707
22708 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22709 Kai Grossjohann <kai@emptydomain.de>.
22710 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22711 (gnus-group-make-menu-bar): Ditto.
22712
22713 * gnus-util.el (gnus-group-server): Add.
22714
22715 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22716
22717 * message.el (message-clone-locals): Clone sendmail and smtp
22718 variables.
22719
22720 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22721
22722 * rfc2047.el (rfc2047-encode-region): Fix last change.
22723
22724 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22725
22726 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22727 characters as non-special.
22728
22729 2004-07-09 Simon Josefsson <jas@extundo.com>
22730
22731 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22732 Users will lose all flag changes made while unplugged with
22733 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22734 good default. See numerous reports on ding mailing list.
22735
22736 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22737
22738 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22739 add generate-head-function and generate-article-function to the
22740 rfc822-forward entry.
22741 (nndoc-rfc822-forward-generate-article): New function.
22742 (nndoc-rfc822-forward-generate-head): New function.
22743
22744 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22745
22746 2004-07-06 Dan Christensen <jdc@uwo.ca>
22747
22748 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22749 respect display group parameter and gnus-summary-expunge-below.
22750 (gnus-articles-to-read): Remove unused reference to display group
22751 parameter.
22752
22753 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22754
22755 * nnheader.el (nnheader-uniquify-message-id): New experimental
22756 variable.
22757 (nnheader-nov-read-message-id): Use it.
22758
22759 * spam-report.el (spam-report-gmane): Add interactive.
22760
22761 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
22762
22763 * mm-encode.el (mm-content-transfer-encoding-defaults):
22764 Use qp-or-base64 for the application/* types.
22765
22766 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
22767
22768 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22769
22770 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
22771
22772 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22773 trim value.
22774
22775 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22776
22777 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22778 New macro and function.
22779 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22780
22781 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22782
22783 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22784 after-load-alist.
22785
22786 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22787
22788 * gnus-group.el (gnus-group-get-new-news-this-group):
22789 Don't update info that isn't there.
22790
22791 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22792
22793 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22794 entry.
22795
22796 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22797
22798 * mm-view.el (mm-inline-render-with-function): Use multibyte
22799 buffer; decode html source by charset.
22800
22801 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22802
22803 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22804 Mule-UCS is loaded under XEmacs.
22805 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22806
22807 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22808
22809 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22810
22811 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22812
22813 * mm-util.el (mm-coding-system-p): Return a coding-system.
22814 (mm-mime-mule-charset-alist): Use shift_jis instead of
22815 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22816 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22817 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22818 instead of japanese-shift-jis and iso-latin-1 respectively in
22819 order to share the default value with both Emacs and XEmacs-mule.
22820 (mm-mule-charset-to-mime-charset):
22821 Make mm-coding-system-priorities effective.
22822 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22823 while predicating of candidates upon the priorities.
22824
22825 2004-06-27 Jesper Harder <harder@ifa.au.dk>
22826
22827 * gnus-sum.el (gnus-summary-make-menu-bar):
22828 Add gnus-uu-invert-processable.
22829
22830 * gnus.el: Autoload gnus-uu-invert-processable.
22831
22832 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
22833
22834 * mm-util.el (mm-with-multibyte-buffer): New macro.
22835
22836 * rfc2047.el (rfc2047-encode-string): Use it.
22837 (rfc2047-encode-region): Move point to the end of the region after
22838 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22839
22840 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22841
22842 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22843 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22844
22845 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22846
22847 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22848 (gnus-cite-parse): Ignore quoted envelope From_.
22849 Suggested by Karl Chen <quarl@nospam.quarl.org>.
22850
22851 2004-06-23 Jesper Harder <harder@ifa.au.dk>
22852
22853 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22854 invalid addresses.
22855
22856 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
22857
22858 * spam.el: Change section markers, revise TODO list.
22859 (spam-backends): Make new master list of all installed backends.
22860 (spam-summary-exit-behavior): Add new variable to determine how
22861 messages moves are done at summary exit.
22862 (spam-move-spam-nonspam-groups-only)
22863 (spam-process-ham-in-nonham-groups)
22864 (spam-process-ham-in-spam-groups): Remove variables, the
22865 spam-summary-exit-behavior variable should be used to manage this
22866 behavior.
22867 (spam-old-ham-articles, spam-old-spam-articles): Remove.
22868 (spam-old-articles): Add variable, replacing spam-old-ham-articles
22869 and spam-old-spam-articles.
22870 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22871 Add empty variables, placeholders for the backends they represent.
22872 (spam-set-difference): Move, unchanged.
22873 (spam-list-of-processors): Declare OBSOLETE, not used anymore
22874 unless the user has a processor variable.
22875 (spam-classifications, spam-classification-valid-p)
22876 (spam-backend-properties, spam-backend-property-valid-p)
22877 (spam-backend-function-type-valid-p)
22878 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22879 (spam-report-articles-gmane, spam-report-articles-resend):
22880 Remove functions, they are not needed.
22881 (spam-install-backend-super, spam-backend-list)
22882 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22883 (spam-backend-function, spam-backend-ham-registration-function)
22884 (spam-backend-spam-registration-function)
22885 (spam-backend-ham-unregistration-function)
22886 (spam-backend-spam-unregistration-function)
22887 (spam-backend-statistical-p, spam-backend-mover-p)
22888 (spam-install-backend-alias, spam-install-checkonly-backend)
22889 (spam-install-mover-backend, spam-install-nocheck-backend)
22890 (spam-install-backend, spam-install-statistical-backend)
22891 (spam-install-statistical-checkonly-backend): Add backend installation
22892 support.
22893 (spam-summary-prepare-exit): Rewrite to use the new backend code.
22894 (spam-group-processor-p): Use the new backend code and respect the
22895 summary exit behavior.
22896 (spam-mark-spam-as-expired-and-move-routine): Remove.
22897 (spam-summary-prepare): Change to use the new spam-old-articles
22898 variable.
22899 (spam-copy-or-move-routine, spam-copy-spam-routine)
22900 (spam-move-spam-routine, spam-copy-ham-routine)
22901 (spam-move-ham-routine): Add code to copy/move ham or spam.
22902 (spam-fetch-field-fast): Improve doc and code, plus allow the
22903 'number request.
22904 (spam-list-of-checks, spam-list-of-statistical-checks):
22905 Remove variables.
22906 (spam-split, spam-find-spam): Use the new backend code.
22907 (spam-registration-functions): Remove variable.
22908 (spam-unregister-routine): Add convenience wrapper.
22909 (spam-log-undo-registration, spam-register-routine)
22910 (spam-log-processing-to-registry)
22911 (spam-log-unregistration-needed-p): Rename "check" to "backend"
22912 where possible.
22913 (spam-check-gmane-xref, spam-check-regex-headers)
22914 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22915 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22916 (spam-check-bogofilter-headers, spam-check-spamoracle)
22917 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22918 (spam-check-crm114-headers): Use the spam-split-group that
22919 spam-split prepares, no need to determine it every time.
22920
22921 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22922 to the nnheader-parse-naked-head call.
22923
22924 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22925
22926 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22927 the nnheader-nov-read-message-id call.
22928
22929 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
22930
22931 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22932 gnus-activate-group twice. Suggested by Markus Peter
22933 <warp@spin.de>.
22934
22935 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
22936
22937 * gnus-art.el (gnus-article-time-format): Exchange the order of
22938 day and month in the default value; fix customization type.
22939 (article-date-ut): Use add-text-properties.
22940 (article-make-date-line): Use message-make-date instead of
22941 current-time-string.
22942
22943 * message.el (message-fetch-field): Don't use set-text-properties.
22944 (message-make-date): Simplify.
22945
22946 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
22947
22948 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22949 (rfc2047-encode-region): Treat text within parentheses as special;
22950 show the original text when error has occurred.
22951
22952 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22953 already-computed method to gnus-activate-group.
22954
22955 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22956 same select-methods identical Lisp objects.
22957
22958 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22959 object when modifying the info.
22960
22961 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
22962
22963 * gnus-srvr.el (gnus-server-set-info): Remove the server from
22964 gnus-opened-servers since it has never been opened with the new
22965 configuration yet.
22966
22967 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
22968
22969 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22970 arg to nnheader-generate-fake-message-id.
22971
22972 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
22973
22974 * nnheader.el (nnheader-generate-fake-message-id): Accept a
22975 number and build a fake message ID localized to a group and
22976 article number (so it's repeatable from that point on).
22977 (nnheader-fake-message-id-p): Change regex to accommodate new fake
22978 ID format.
22979
22980 * gnus-sum.el (gnus-get-newsgroup-headers):
22981 Call nnheader-generate-fake-message-id with the article number.
22982
22983 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
22984
22985 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22986 end-of-buffer.
22987
22988 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22989
22990 * message.el (message-ignored-supersedes-headers): Add Approved.
22991
22992 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
22993
22994 * rfc2047.el (rfc2047-encode-message-header): Remove useless
22995 goto-char.
22996 (rfc2047-encode): Fold the line before encoding.
22997
22998 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22999
23000 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23001 folding -- not all headers can be folded, and this should be done
23002 by the message composition mode. Probably. I think.
23003
23004 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23005
23006 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23007 fast.
23008
23009 * gnus-ems.el (gnus-remove-image): Don't use
23010 message-text-with-property; remove only the image found first.
23011
23012 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23013
23014 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23015
23016 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23017
23018 * message.el (message-text-with-property): Make it fast and accept
23019 optional arguments.
23020 (message-strip-forbidden-properties): Use it.
23021 (message-fix-before-sending): Follow the m-t-w-p change.
23022
23023 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23024
23025 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23026
23027 * gnus-art.el (article-hide-headers): Don't change the buffer
23028 mistakenly when performing mml-preview even if
23029 gnus-single-article-buffer is nil.
23030
23031 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23032
23033 * message.el (message-expand-name-databases): New user option.
23034 (message-expand-name): Use it.
23035
23036 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23037
23038 * spam.el (spam-report-articles-resend)
23039 (spam-report-resend-register-routine): Allow ham reporting.
23040 (spam-report-resend-register-ham-routine): Add wrapper.
23041 (spam-registration-functions): Add ham resending functions.
23042 (spam-list-of-processors): Add ham resend processor.
23043
23044 * gnus.el (ham-resend-to): Add new group parameter.
23045 (spam-process): Add ham resend option.
23046
23047 * spam-report.el (spam-report-resend): Allow reporting ham.
23048 (spam-report-resend-ham): Add wrapper.
23049
23050 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23051
23052 * message.el (message-cite-articles-with-x-no-archive):
23053 New variable.
23054 (message-cite-original): Use it.
23055
23056 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23057
23058 * message.el (message-cite-original): Respect X-No-Archive.
23059
23060 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23061
23062 * gnus-art.el (article-hide-headers): Refer to the values for
23063 gnus-ignored-headers and gnus-visible-headers in the summary
23064 buffer since a user may have set them as group parameters.
23065
23066 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23067
23068 * assistant.el (assistant-node-name): Add convenience function.
23069 (assistant-render-text, assistant-render-node): Add error handling,
23070 plus handle multiple next nodes.
23071 (assistant-find-next-node): Comment out for now.
23072 (assistant-find-next-nodes): Add function, returns list of next
23073 nodes.
23074
23075 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23076
23077 * mail-source.el (mail-source-directory): Fix doc-string.
23078
23079 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23080
23081 * assistant.el (assistant-render-text, assistant-eval): Add :set
23082 widget type, which is different because it takes and returns a
23083 list. Much hilarity ensues.
23084
23085 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23086
23087 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23088
23089 * gnus-group.el (gnus-group-get-new-news-this-group):
23090 Add doc-string.
23091
23092 * gnus-start.el (gnus-activate-group): Add doc-string.
23093
23094 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23095
23096 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23097
23098 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23099
23100 * assistant.el (assistant-render-text): Try to add a :set
23101 widget, more to come.
23102
23103 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23104 strings.
23105 (spam-report-articles-resend)
23106 (spam-register-routine): Do registration iff any articles warrant
23107 it.
23108 (spam-summary-prepare-exit): Change log message for nil group
23109 destinations.
23110
23111 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23112
23113 * spam.el (spam-report-resend-register-routine):
23114 Allow spam-report-resend-to to be a group parameter or a global value.
23115
23116 2004-05-26 Simon Josefsson <jas@extundo.com>
23117
23118 * starttls.el: Merge with my GnuTLS based starttls.el.
23119 (starttls-gnutls-program, starttls-use-gnutls)
23120 (starttls-extra-arguments, starttls-process-connection-type)
23121 (starttls-connect, starttls-failure, starttls-success):
23122 New variables.
23123 (starttls-program, starttls-extra-args): Doc fix.
23124 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23125 New functions.
23126 (starttls-negotiate, starttls-open-stream):
23127 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23128 function if it is set.
23129
23130 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23131
23132 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23133 structured fields.
23134
23135 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23136
23137 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23138
23139 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23140
23141 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23142 Add variable.
23143 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23144 assigning the spam-mark to new messages.
23145
23146 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23147
23148 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23149
23150 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23151
23152 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23153 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23154 default.
23155
23156 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23157
23158 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23159 correct data.
23160
23161 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23162
23163 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23164 (spam-group-processor-p): Fix function.
23165 (spam-group-processor-multiple-p)
23166 (spam-group-spam-processor-report-gmane-p)
23167 (spam-group-spam-processor-report-resend-p)
23168 (spam-group-spam-processor-bogofilter-p)
23169 (spam-group-spam-processor-blacklist-p)
23170 (spam-group-spam-processor-ifile-p)
23171 (spam-group-ham-processor-ifile-p)
23172 (spam-group-spam-processor-spamoracle-p)
23173 (spam-group-spam-processor-crm114-p)
23174 (spam-group-ham-processor-bogofilter-p)
23175 (spam-group-spam-processor-stat-p)
23176 (spam-group-ham-processor-stat-p)
23177 (spam-group-ham-processor-whitelist-p)
23178 (spam-group-ham-processor-BBDB-p)
23179 (spam-group-ham-processor-spamoracle-p)
23180 (spam-group-ham-processor-copy-p): Remove functions with some
23181 prejudice against unneeded code.
23182 (spam-report-articles-resend)
23183 (spam-report-resend-register-routine): Allow the group/topic
23184 spam-resend-to value to override spam-report-resend-to.
23185 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23186 properly now.
23187
23188 * gnus.el (spam-resend-to): Add group/topic parameter.
23189 (spam-process): Move the OBSOLETE processors to the end of the
23190 choices.
23191
23192 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23193
23194 * spam-report.el (spam-report-resend-to, spam-report-resend):
23195 Start with resend-to set to nil, and then ask the user if necessary.
23196 (spam-report-resend): spam-report-resend takes a list of articles, not
23197 separate article numbers.
23198
23199 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23200
23201 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23202 addition to emacs-w3m.
23203
23204 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23205
23206 * assistant.el (assistant-authinfo-data): New function.
23207 (assistant-eval): Eval for entire assistant.
23208
23209 * netrc.el (netrc-services-file): New variable.
23210 (netrc-parse-services): New function.
23211 (netrc-find-service-name): New function.
23212 (netrc-find-service-number): New function.
23213 (netrc-port-equal): New function.
23214 (netrc-machine): Use it.
23215
23216 * nnimap.el (nnimap-open-connection): Use netrc.
23217
23218 * gnus-util.el (gnus-netrc-get): Remove aliases.
23219
23220 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23221
23222 * assistant.el (wid-edit): Fix compilation.
23223
23224 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23225
23226 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23227
23228 * gnus-util.el (gnus-set-file-modes): New function. (small
23229 patch).
23230
23231 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23232
23233 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23234
23235 * assistant.el (assistant-render-node): Fix up rendering and
23236 read-only text.
23237 (assistant-render-node): Reset.
23238 (assistant-make-read-only): Not sticky.
23239
23240 2004-05-20 Danny Siu <dsiu@adobe.com>
23241
23242 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23243 centered even when gnus-auto-center-summary is t.
23244
23245 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23246
23247 * dns.el (dns-get-txt-answer): New function.
23248 (dns-read-txt): Ditto.
23249 (query-dns): Use it.
23250
23251 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23252
23253 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23254 active for foreign groups even if the group level is higher than
23255 the specified value.
23256
23257 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23258
23259 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23260 non-active groups.
23261
23262 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23263
23264 2004-05-20 Magnus Henoch <mange@freemail.hu>
23265
23266 * dns.el (dns-read-type): Add support for SVR. (small patch)
23267
23268 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23269
23270 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23271 (spam-crm114-header, spam-crm114-spam-switch)
23272 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23273 (spam-crm114-positive-spam-header)
23274 (spam-crm114-database-directory, spam-list-of-processors)
23275 (spam-group-spam-processor-crm114-p)
23276 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23277 (spam-generic-score, spam-list-of-checks)
23278 (spam-list-of-statistical-checks, spam-registration-functions)
23279 (spam-check-crm114-headers, spam-crm114-score)
23280 (spam-check-crm114, spam-crm114-register-with-crm114)
23281 (spam-crm114-register-spam-routine)
23282 (spam-crm114-unregister-spam-routine)
23283 (spam-crm114-register-ham-routine)
23284 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23285
23286 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23287
23288 * gnus.el: Add spam-use-crm114.
23289
23290 * spam.el (spam-list-of-processors, spam-registration-functions):
23291 Add spam-use-resend.
23292 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23293 (spam-report-articles-gmane): Add doc fix.
23294 (spam-report-articles-resend, spam-report-resend-register-routine):
23295 Add wrappers around spam-report-resend-to.
23296
23297 * spam-report.el (spam-report-resend-to, spam-report-resend):
23298 Add support for resending spam.
23299 (spam-report-gmane): Fix line length >80.
23300
23301 * gnus.el (spam-process): Add spam-use-resend.
23302
23303 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23304
23305 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23306 number of processed spam messages.
23307 (spam-ham-copy-or-move-routine): Return the number of processed
23308 ham messages.
23309 (spam-summary-prepare-exit): Use the above values to decide
23310 whether status messages shouled be displayed.
23311
23312 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23313
23314 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23315 `rfc2047-encoding-function-alist' in order to avoid conflicting
23316 with the old version.
23317 (rfc2047-encode-region): Concatenate words containing non-ASCII
23318 characters in structured fields; don't encode space-delimited
23319 ASCII words even in unstructured fields; don't break words at
23320 char-category boundaries.
23321 (rfc2047-encode-1): New function.
23322 (rfc2047-encode): Use it; encode text so that it occupies the
23323 maximum width within 76-column; work correctly on Q encoding for
23324 iso-2022-* charsets.
23325 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23326 sure not to break a line just after the header name.
23327 (rfc2047-b-encode-region): Remove.
23328 (rfc2047-b-encode-string): New function.
23329 (rfc2047-q-encode-region): Remove.
23330 (rfc2047-q-encode-string): New function.
23331
23332 * mm-util.el (mm-replace-in-string): New function.
23333
23334 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23335
23336 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23337 Really get it right.
23338 (gnus-inews-make-draft): Really.
23339
23340 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23341
23342 * nnmh.el (nnmh-request-list-1): Don't check the link count
23343 before descending. (small patch)
23344
23345 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23346
23347 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23348 stuff.
23349
23350 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23351 Match on real group name.
23352
23353 * gnus-art.el (gnus-signature-limit): Doc fix.
23354
23355 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23356
23357 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23358
23359 * gnus-draft.el (gnus-draft-send):
23360 Bind rfc2047-encode-encoded-words.
23361
23362 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23363 (rfc2047-encodable-p): Say that =? needs encoding.
23364 (rfc2047-encode-encoded-words): New variable.
23365
23366 * gnus-group.el (gnus-group-select-group): Doc fix.
23367
23368 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23369
23370 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23371 to nil.
23372
23373 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23374
23375 * nnheader.el (nnheader-get-lines-and-char): New function.
23376
23377 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23378
23379 * gnus-msg.el (gnus-summary-followup-with-original):
23380 Document yanking of region when active.
23381
23382 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23383
23384 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23385 groups if the group level is higher than the specified value.
23386
23387 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23388
23389 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23390 (gnus-group-jump-to-group): Add prefix argument using
23391 `gnus-group-jump-to-group-prompt'. Query before jumping to
23392 non-active group.
23393
23394 * compface.el (uncompface): Be verbose when changing
23395 `uncompface-use-external'.
23396
23397 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23398 handle manual section.
23399
23400 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23401
23402 * gnus-art.el (gnus-button-alist): Revert previous change.
23403
23404 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23405
23406 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23407
23408 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23409
23410 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23411 whether backend can accept message.
23412
23413 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23414
23415 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23416
23417 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23418 Avoid creating directory when nntp-marks-is-evil is true.
23419 Reported by Reiner Steib.
23420
23421 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23422
23423 * gnus-picon.el (gnus-picon-insert-glyph):
23424 Add optional `nostring' argument.
23425
23426 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23427
23428 * gnus-picon.el (gnus-picon-style): New variable.
23429 (gnus-picon-transform-address): Support `gnus-picon-style'.
23430
23431 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23432
23433 * message.el (message-fill-field): Return point.
23434 (message-generate-headers): Go to end of field.
23435
23436 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23437 stuff for non-living groups.
23438
23439 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23440
23441 * gnus-art.el (gnus-article-followup-with-original)
23442 (gnus-article-reply-with-original): gnus-mark-active-p ->
23443 gnus-region-active-p.
23444
23445 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23446
23447 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23448 only when there is spam or ham to be processed.
23449
23450 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23451
23452 * mail-source.el (mail-source-delete-crash-box): Refactor.
23453 (mail-source-fetch): Use it.
23454 (mail-source-fetch-file): Ditto.
23455 (mail-source-fetch-directory): Run PostScript in loop.
23456 (mail-source-fetch-pop): Delete.
23457 (mail-source-fetch-maildir): Ditto.
23458 (mail-source-fetch-imap): Ditto.
23459
23460 * imap.el (imap-authenticators): Comment out sasl.
23461
23462 * message.el (message-skip-to-next-address): New function.
23463 (message-fill-header-address): Refactor.
23464 (message-fill-address): Use it.
23465 (message-delete-address): Use it.
23466 (message-fill-header-general): Refactor.
23467 (message-fill-field-address): Rename.
23468 (message-narrow-to-field): Find the start of the header.
23469 (message-header-format-alist): Don't pre-fill.
23470 (message-fill-header): Remove.
23471 (message-insert-header): New function.
23472 (message-shorten-references): Use it.
23473
23474 * rfc2047.el (rfc2047-field-value): Strip props.
23475
23476 * mail-parse.el (mail-header-make-address): New alias.
23477
23478 * ietf-drums.el (ietf-drums-make-address): New function.
23479
23480 * imap.el: Add compiler directives.
23481
23482 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23483
23484 * gnus-art.el (article-decode-idna-rhs): Don't use
23485 message-idna-inside-rhs-p.
23486
23487 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23488
23489 * message.el (message-idna-inside-rhs-p): Remove.
23490 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23491
23492 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23493 false positives.
23494
23495 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23496
23497 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23498
23499 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23500
23501 * nneething.el (nneething-file-name): Don't create spurious
23502 files.
23503
23504 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23505 (gnus-inews-do-gcc): Remove sleep.
23506
23507 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23508 part under point.
23509
23510 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23511 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23512
23513 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23514
23515 * spam.el (spam-summary-prepare-exit): Fix (length).
23516
23517 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23518
23519 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23520 as expired without moving it" message when there are spam
23521 messages left.
23522
23523 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23524
23525 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23526 header is not nil.
23527
23528 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23529
23530 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23531 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23532 (nntp-marks-changed-p): New arg SERVER.
23533 (nntp-request-update-info): Adjust caller.
23534
23535 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23536
23537 * nntp.el (nntp-save-marks): Pass missing arg.
23538
23539 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23540
23541 * nntp.el: Support marks.
23542 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23543 (nntp-marks-modtime, nntp-marks-directory): New variables.
23544 (nntp-request-set-mark, nntp-request-update-info)
23545 (nntp-possibly-create-directory, nntp-marks-changed-p)
23546 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23547 New functions.
23548
23549 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23550
23551 * gnus-score.el (gnus-score-insert-help):
23552 Use gnus-select-lowest-window.
23553
23554 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23555 appt-select-lowest-window and rename to gnus-select-lowest-window.
23556
23557 * gnus.el: do.
23558
23559 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23560
23561 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23562 encodings of MIME-encoded words, in order to improve
23563 interoperability with several broken MUAs.
23564
23565 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23566
23567 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23568 tags, only when charsets are not specified in headers.
23569 (mm-inline-text-html-render-with-w3m): Ditto.
23570
23571 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23572
23573 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23574 instead of MIME-decoded from fields when checking
23575 `gnus-article-address-banner-alist'.
23576
23577 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23578
23579 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23580 description rather than subject.
23581
23582 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23583
23584 * gnus.el (gnus-version-number): Bump.
23585
23586 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23587
23588 * gnus.el: No Gnus v0.2 is released.
23589
23590 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23591
23592 * gnus-agent.el (gnus-agent-read-agentview):
23593 Inline gnus-uncompress-range.
23594
23595 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23596
23597 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23598 `exec-installed-p'.
23599
23600 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23601
23602 * gnus.el (spam-process, spam-autodetect-methods):
23603 Add bsfilter and bsfilter-headers.
23604
23605 * spam.el (spam-bsfilter): New customize group.
23606 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23607 (spam-bsfilter-header, spam-bsfilter-probability-header)
23608 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23609 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23610 (spam-bsfilter-database-directory): New options.
23611 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23612 (spam-list-of-statistical-checks, spam-registration-functions):
23613 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23614 (spam-bsfilter-score): New command.
23615 (spam-check-bsfilter-headers, spam-check-bsfilter)
23616 (spam-bsfilter-register-with-bsfilter)
23617 (spam-bsfilter-register-spam-routine)
23618 (spam-bsfilter-unregister-spam-routine)
23619 (spam-bsfilter-register-ham-routine)
23620 (spam-bsfilter-unregister-ham-routine): New functions.
23621 (spam-generic-score): Support bsfilter; Accept an optional argument
23622 to recalcurate spam score even if scoring header has already been
23623 added.
23624 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23625 optional argument to recalcurate spam score even if scoring header
23626 has already been added.
23627
23628 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23629
23630 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23631 strings! Reported by David D. Smith <davidsmith@acm.org>.
23632 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23633 link is missing.
23634
23635 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23636
23637 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23638 (html2text-get-attr): Rewrite.
23639
23640 * message.el (message-setup-1): Remove redundant put-text-property
23641 on mail-header-separator.
23642
23643 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23644
23645 * gnus-registry.el (gnus-registry-cache-whitespace)
23646 (gnus-registry-action, gnus-registry-spool-action)
23647 (gnus-registry-split-fancy-with-parent): Change message levels
23648 from 5 to 3 or 7, as needed.
23649
23650 * spam.el (spam-summary-prepare-exit)
23651 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23652 (spam-split, spam-find-spam, spam-log-undo-registration)
23653 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23654 level from 5 to 6.
23655
23656 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23657
23658 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23659 2004-03-04 change).
23660
23661 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23662
23663 * sieve-manage.el (sieve-manage-open):
23664 * nnweb.el (nnweb-insert-html):
23665 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23666 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23667 * nnspool.el (nnspool-request-group):
23668 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23669 * nnml.el (nnml-request-update-info):
23670 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23671 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23672 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23673 (nnimap-request-set-mark):
23674 * nnfolder.el (nnfolder-request-update-info):
23675 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23676 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23677 * gnus-uu.el (gnus-uu-find-articles-matching):
23678 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23679 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23680 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23681 * gnus-nocem.el (gnus-nocem-scan-groups):
23682 * gnus-int.el (gnus-start-news-server):
23683 * gnus-group.el (gnus-group-make-kiboze-group)
23684 (gnus-group-browse-foreign-server):
23685 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23686 Use mapc when appropriate.
23687
23688 2004-04-22 Dan Christensen <jdc@uwo.ca>
23689 Adam Sjøgren <asjo@koldfront.dk>
23690 Wes Hardaker <wes@hardakers.net>
23691 Michael Shields <shields@msrl.com>
23692
23693 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23694 may need for spam sorting and scoring.
23695 (spam-user-format-function-S): Add user format function suitable for
23696 general use.
23697 (spam-article-sort-by-spam-status): Add sorting function for summary
23698 sorting.
23699 (spam-extra-header-to-number): Add function to get a score from a
23700 header.
23701 (spam-summary-score): Add function to get a numeric score from the
23702 headers.
23703 (spam-generic-score): Fix function doc, was in wrong place.
23704 (spam-initialize): Take symbols when it's run, and install the
23705 extra headers that spam-necessary-extra-headers thinks we need.
23706
23707 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23708
23709 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23710 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23711
23712 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23713
23714 * gnus-sum.el (gnus-set-global-variables)
23715 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23716 (gnus-article-get-xrefs, gnus-summary-best-group)
23717 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23718 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23719 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23720 Use with-current-buffer.
23721
23722 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23723
23724 * spam.el (spam-summary-prepare-exit): Simplify logic.
23725 (spam-fetch-article-header): Read the article header if it's not
23726 available.
23727 (spam-list-articles): Simplify logic.
23728 (spam-filelist-register-routine): Fix bug with unregister-list.
23729
23730 * gnus-registry.el: Fix comments at beginning.
23731
23732 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23733
23734 * message.el (message-cater-to-broken-inn): Remove.
23735 (message-shorten-references): Make sure the total folded length of
23736 References is shorter than 998 characters to cater to a bug in INN
23737 2.3. Also, don't pretend that references aren't folded -- this
23738 hasn't worked for a while.
23739
23740 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23741
23742 * gnus-agent.el (gnus-agentize):
23743 gnus-agent-send-mail-real-function no longer set to current value
23744 of message-send-mail-function but rather a lambda that calls
23745 message-send-mail-function. The change makes the agent real-time
23746 responsive to user changes to message-send-mail-function.
23747
23748 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23749
23750 * legacy-gnus-agent.el
23751 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23752 help from Florian Weimer <fw@deneb.enyo.de>
23753
23754 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
23755
23756 * nnmail.el (nnmail-cache-insert): Revert last change.
23757
23758 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
23759
23760 * nnmail.el (nnmail-cache-insert): Always check whether
23761 nnmail-cache-ignore-groups matches a group name.
23762
23763 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
23764
23765 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23766 (spam-find-spam, spam-log-processing-to-registry)
23767 (spam-log-registered-p, spam-log-unregistration-needed-p)
23768 (spam-log-undo-registration): Use gnus-message instead of
23769 gnus-error, none of these errors are fatal.
23770
23771 * gnus-registry.el (gnus-registry-clean-empty-function)
23772 (gnus-registry-clean-empty): Remove only empty entries without
23773 extra data.
23774
23775 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23776
23777 * spam-stat.el (spam-stat-buffer-change-to-spam)
23778 (spam-stat-buffer-change-to-non-spam): Change (error) to
23779 (gnus-message 8) invocation.
23780
23781 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23782
23783 * nntp.el (nntp-via-netcat-command): New variable.
23784 (nntp-via-netcat-switches): New variable.
23785 (nntp-open-via-rlogin-and-netcat): New function.
23786 (nntp-open-connection-function): Doc fix.
23787 (nntp-telnet-command): Doc fix.
23788 (nntp-end-of-line): Doc fix.
23789 (nntp-via-rlogin-command): Doc fix.
23790 (nntp-via-user-name): Doc fix.
23791 (nntp-via-address): Doc fix.
23792
23793 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23794
23795 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23796 error in Emacs 21.1.
23797
23798 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23799
23800 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23801
23802 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23803
23804 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23805 (gnus-agent-with-refreshed-group): New macro.
23806 (gnus-agent-rename-group): New function.
23807 (gnus-agent-delete-group): New function.
23808 (gnus-agent-save-group-info): Use gnus-command-method when
23809 `method' parameter is nil. Don't write nil entries into the
23810 active file.
23811 (gnus-agent-get-group-info): New function.
23812 (gnus-agent-fetch-articles):
23813 Use gnus-agent-update-files-total-fetched-for to increment disk space
23814 used.
23815 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23816 Use gnus-agent-update-view-total-fetched-for to increment disk space
23817 used.
23818 (gnus-agent-get-local): Add optional parameters to avoid calling
23819 gnus-group-real-name and gnus-find-method-for-group.
23820 (gnus-agent-set-local): Delete stored entry if either min, or max,
23821 are nil.
23822 (gnus-agent-fetch-session): Reworded error/quit messages.
23823 On quit, use gnus-agent-regenerate-group to record existence of any
23824 articles fetched to disk before the quit occurred.
23825 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23826 gnus-agent-update-view-total-fetched-for, and
23827 gnus-agent-update-files-total-fetched-for to decrement disk space
23828 used.
23829 (gnus-agent-retrieve-headers):
23830 Use gnus-agent-update-view-total-fetched-for to increment disk space
23831 used.
23832 (gnus-agent-regenerate-group): Replace gnus-group-update-group
23833 with gnus-agent-update-files-total-fetched-for to decrement disk
23834 space and fresh group buffer.
23835 (gnus-agent-inhibit-update-total-fetched-for): New variable.
23836 (gnus-agent-need-update-total-fetched-for): New variable.
23837 (gnus-agent-update-files-total-fetched-for): New function.
23838 (gnus-agent-update-view-total-fetched-for): New function.
23839 (gnus-agent-total-fetched-for): New function.
23840
23841 * gnus-cache.el (gnus-cache-save-buffers):
23842 Use gnus-cache-update-overview-total-fetched-for to change disk space
23843 used by this group.
23844 (gnus-cache-possibly-enter-article):
23845 Use gnus-cache-update-file-total-fetched-for to increment disk space
23846 used by this group.
23847 (gnus-cache-possibly-remove-article):
23848 Use gnus-cache-update-file-total-fetched-for to decrement disk space
23849 used by this group.
23850 (gnus-cache-generate-nov-databases): Purge total fetched cache.
23851 (gnus-cache-rename-group): New function.
23852 (gnus-cache-delete-group): New function.
23853 (gnus-cache-inhibit-update-total-fetched-for): New variable.
23854 (gnus-cache-need-update-total-fetched-for): New variable.
23855 (gnus-cache-with-refreshed-group): New macro.
23856 (gnus-cache-update-file-total-fetched-for): New function.
23857 (gnus-cache-update-overview-total-fetched-for): New function.
23858 (gnus-cache-rename-group-total-fetched-for): New function.
23859 (gnus-cache-delete-group-total-fetched-for): New function.
23860 (gnus-cache-total-fetched-for): New function.
23861
23862 * gnus-group.el: Require gnus-sum and autoload functions to
23863 resolve warnings when gnus-group.el compiled alone.
23864 (gnus-group-line-format): Documented new %F.
23865 (size of Fetched data) group line format; identifies disk space
23866 used by agent and cache.
23867 (gnus-group-line-format-alist): Defined new F format.
23868 (gnus-total-fetched-for): New function.
23869 (gnus-group-delete-group): No longer update
23870 gnus-cache-active-altered as gnus-request-delete-group now keeps
23871 the cache in sync.
23872 (gnus-group-list-active): Let the agent store a server's active
23873 list if currently plugged.
23874
23875 * gnus-int.el (gnus-request-delete-group):
23876 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23877 local disk in sync with the server.
23878 (gnus-request-rename-group):
23879 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23880 local disk in sync with the server.
23881
23882 * gnus-start.el (gnus-get-unread-articles):
23883 Cosmetic simplification to logic.
23884
23885 * gnus-util.el (gnus-rename-file): New function.
23886
23887 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
23888
23889 * mm-util.el (mm-image-load-path): Handle nil in load-path.
23890
23891 2004-04-07 Jesper Harder <harder@ifa.au.dk>
23892
23893 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23894 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
23895
23896 2004-04-06 Jesper Harder <harder@ifa.au.dk>
23897
23898 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23899 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
23900
23901 2004-04-03 Jesper Harder <harder@ifa.au.dk>
23902
23903 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23904
23905 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
23906
23907 * spam.el (spam-set-difference): Add function to replace
23908 gnus-set-difference in spam.el.
23909 (spam-summary-prepare-exit): Use spam-set-difference.
23910
23911 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
23912
23913 * gnus-registry.el (gnus-registry-cache-file): Update to use
23914 gnus-dribble-directory OR gnus-home-directory OR ~.
23915 (gnus-registry-split-fancy-with-parent): Fix doc.
23916
23917 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
23918
23919 * message.el (message-exchange-point-and-mark):
23920 Use message-mark-active-p. Suggested by Jesper Harder
23921 <harder@ifa.au.dk>.
23922
23923 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
23924
23925 * message.el (message-exchange-point-and-mark): Don't activate
23926 region if it was inactive. Suggested by Hiroshi Fujishima
23927 <pooh@nature.tsukuba.ac.jp>.
23928
23929 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
23930
23931 * gnus-art.el (article-display-face): Display Faces in the same
23932 order as X-Faces.
23933
23934 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
23935
23936 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23937
23938 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
23939
23940 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23941 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23942 (gnus-article-mime-hierarchy): Remove.
23943 (gnus-article-mime-hierarchy-next): Remove.
23944 (gnus-article-mode): Revert 2004-03-19 change.
23945 (gnus-article-setup-buffer): Revert 2004-03-19 change.
23946 (gnus-insert-mime-button): Revert 2004-03-19 change.
23947 (gnus-mime-accumulate-hierarchy): Remove.
23948 (gnus-mime-enter-multipart): Remove.
23949 (gnus-mime-leave-multipart): Remove.
23950 (gnus-mime-display-part): Revert 2004-03-19 change.
23951 (gnus-mime-display-alternative): Revert 2004-03-19 change.
23952
23953 * mml.el (mml-preview): Revert 2004-03-19 change.
23954
23955 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
23956
23957 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23958
23959 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
23960
23961 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23962 t while entering a file name using the mm-with-multibyte macro.
23963 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23964
23965 * mm-util.el (mm-with-multibyte): New macro.
23966
23967 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
23968
23969 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23970 New user option.
23971 (gnus-mime-multipart-functions): Doc and customization fix.
23972 (gnus-article-mime-hierarchy): New variable.
23973 (gnus-article-mime-hierarchy-next): New variable.
23974 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23975 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23976 gnus-article-mime-hierarchy-next to nil.
23977 (gnus-insert-mime-button): Show hierarchy numbers.
23978 (gnus-mime-accumulate-hierarchy): New function.
23979 (gnus-mime-enter-multipart): New function.
23980 (gnus-mime-leave-multipart): New function.
23981 (gnus-mime-display-part): Recompute hierarchical MIME structure.
23982 (gnus-mime-display-alternative): Show hierarchy numbers.
23983
23984 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23985 gnus-article-mime-hierarchy-next to nil.
23986
23987 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
23988
23989 * dns.el: Don't require gnus-xmas.
23990
23991 2004-03-17 Jesper Harder <harder@ifa.au.dk>
23992
23993 * mml.el (mml-generate-mime-1): Don't use format=flowed with
23994 inline PGP.
23995 (mml-menu): Disable mml-quote-region if mark is inactive.
23996
23997 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
23998
23999 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24000 when the group's active is not available.
24001
24002 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24003
24004 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24005 error.
24006
24007 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24008
24009 * imap.el (imap-store-password): New variable.
24010 (imap-interactive-login): Use it.
24011 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24012
24013 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24014
24015 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24016 window-start and hscroll to summary window.
24017
24018 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24019
24020 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24021 conversion message to newsrc-dribble when an actual conversion is
24022 performed.
24023
24024 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24025
24026 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24027
24028 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24029
24030 * mm-decode.el (mm-complicated-handles): New function reviving
24031 former definition of mm-multiple-handles.
24032
24033 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24034 (gnus-mime-delete-part): Use it.
24035
24036 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24037
24038 * gnus-agent.el (gnus-agent-read-local):
24039 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24040 avoid the implicit assumption that they will always be equal.
24041 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24042 coding-system-for-write, as the with-temp-file macro first prints
24043 to a buffer then saves the buffer.
24044
24045 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24046
24047 * gnus-art.el (gnus-article-edit-part): New function.
24048 (gnus-mime-save-part-and-strip): Use it; do query instead of
24049 signaling an error; don't use mm-multiple-handles.
24050 (gnus-mime-delete-part): Ditto.
24051
24052 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24053
24054 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24055 old file versions.
24056 (gnus-group-prepare-hook): Remove function that converted list
24057 form of gnus-agent-expire-days to group properties.
24058
24059 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24060 (gnus-request-accept-article): Re-indented.
24061
24062 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24063 converters to handle old agent file formats. Add logic for a
24064 "backup before upgrading warning".
24065 (gnus-convert-mark-converter-prompt): Developers can mark
24066 functions as needing (default), or not needing,
24067 gnus-convert-old-newsrc's "backup before upgrading warning".
24068 (gnus-convert-converter-needs-prompt): Tests whether the user
24069 should be protected from potentially irreversable changes by the
24070 function.
24071
24072 * legacy-gnus-agent.el: New. Provides converters that are only
24073 loaded when gnus-convert-old-newsrc needs to call them.
24074
24075 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24076
24077 * mail-source.el (mail-source-touch-pop): Doc fix.
24078
24079 * message.el (message-smtpmail-send-it): Doc fix.
24080
24081 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24082
24083 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24084
24085 * nnmail.el (nnmail-split-fancy): do.
24086
24087 * gnus-kill.el (gnus-kill, gnus-execute): do.
24088
24089 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24090
24091 * gnus-sum.el (gnus-widget-reversible-match)
24092 (gnus-widget-reversible-to-internal)
24093 (gnus-widget-reversible-to-external): New functions.
24094 (gnus-widget-reversible): New widget.
24095 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24096
24097 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24098
24099 * gnus-sum.el (gnus-thread-sort-functions)
24100 (gnus-article-sort-functions): Document `(not F)' items.
24101
24102 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24103
24104 * spam.el (spam-use-gmane-xref): Add new backend.
24105 (spam-gmane-xref-spam-group): Add variable to control the name of the
24106 Gmane spam group.
24107 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24108 (spam-regex-headers-spam, spam-regex-headers-ham)
24109 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24110 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24111 backends and checks.
24112 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24113
24114 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24115 an autodetect method.
24116
24117 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24118
24119 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24120 articles are being added to a group.
24121 (gnus-request-replace-article): Inform the agent that articles
24122 need to be uncached as the cached contents are no longer valid.
24123
24124 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24125
24126 * binhex.el: Don't autoload executable-find.
24127
24128 * canlock.el: Don't autoload mail-fetch-field.
24129
24130 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24131
24132 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24133 rmail-dont-reply-to and rmail-output.
24134
24135 * gnus-score.el: Don't autoload ffap-string-at-point.
24136
24137 * gnus-setup.el: Don't autoload sc-cite-original.
24138
24139 * imap.el: Don't autoload base64-decode-string,
24140 base64-encode-string and md5.
24141
24142 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24143 and rmail-msg-restore-non-pruned-header.
24144
24145 * mm-decode.el: Don't autoload executable-find.
24146
24147 * mm-url.el: Don't autoload executable-find.
24148
24149 * mm-view.el: Don't autoload diff-mode.
24150
24151 * nndb.el: Don't autoload news-reply-mode, news-setup,
24152 cancel-timer and telnet.
24153
24154 * password.el: Don't autoload run-at-time for Emacs.
24155
24156 * sha1-el.el: Don't autoload executable-find.
24157
24158 * sieve-mode.el: Don't autoload c-mode.
24159
24160 * uudecode.el: Don't autoload executable-find.
24161
24162 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24163
24164 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24165 (gnus-agent-possibly-alter-active): Avoid null in numeric
24166 comparison.
24167 (gnus-agent-set-local): Refuse to save null in local object table.
24168 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24169 list of articles that will be marked as unread.
24170
24171 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24172
24173 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24174
24175 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24176
24177 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24178 language tags.
24179
24180 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24181
24182 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24183 Don't bind "obarray".
24184
24185 * gnus-sum.el (gnus-thread-sort-functions):
24186 Add `gnus-thread-sort-by-most-recent-number' and
24187 `gnus-thread-sort-by-most-recent-date'.
24188 Reported by Kai Grossjohann <kai@emptydomain.de>.
24189
24190 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24191
24192 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24193
24194 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24195
24196 * gnus-cus.el (gnus-agent-customize-category):
24197 Remove ignore-errors macro reference that required cl to be loaded at
24198 run-time.
24199
24200 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24201 single-interval range of the form (min . max). Previously the
24202 range had to look like ((min . max)). Likewise, return
24203 (min . max) rather than ((min . max)).
24204 (gnus-range-map): Use gnus-range-normalize to accept
24205 single-interval range.
24206
24207 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24208 the cache, but not the agent, now appear with their usual face.
24209
24210 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24211
24212 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24213 w3m-safe-url-regexp variable buffer-local.
24214
24215 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24216
24217 2004-02-27 Simon Josefsson <jas@extundo.com>
24218
24219 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24220 gnus-group-real-prefix.
24221 (gnus-summary-move-article): Use it, instead of
24222 gnus-group-real-prefix.
24223
24224 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24225
24226 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24227 w3m-safe-url-regexp variable buffer-local and set it as the value
24228 of mm-w3m-safe-url-regexp.
24229
24230 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24231
24232 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24233 parsing gnus-posting-styles when the message is not for replying.
24234
24235 * nnrss.el (nnrss-opml-export):
24236 Use mm-set-buffer-file-coding-system instead of
24237 set-buffer-file-coding-system.
24238
24239 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24240
24241 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24242 of checkdoc.el).
24243 * nnrss.el: do.
24244 * gnus-mlspl.el: do.
24245 * gnus-ml.el: do.
24246 * gnus-srvr.el: do.
24247
24248 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24249
24250 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24251
24252 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24253 Corrections to custom-manual links.
24254
24255 * gnus-art.el (gnus-article): Ditto.
24256
24257 * mm-decode.el (mime-display, mime-security): Ditto.
24258
24259 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24260
24261 * flow-fill.el: Typo.
24262
24263 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24264
24265 * spam-wash.el: New file.
24266
24267 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24268
24269 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24270
24271 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24272
24273 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24274 to be run with new-articles as LIST1, not LIST2.
24275 (spam-registration-functions): Add spam-use-ham-copy as a nil
24276 registration backend.
24277
24278 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24279
24280 * spam-stat.el (spam-stat-washing-hook): New option.
24281 (spam-stat-buffer-words): Use it.
24282 (spam-stat-process-directory, spam-stat-test-directory):
24283 Use insert-file-contents-literally.
24284 (spam-stat-coding-system): New variable.
24285 (spam-stat-load, spam-stat-save): Use it.
24286
24287 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24288
24289 * spam-report.el (spam-report-plug-agent):
24290 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24291
24292 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24293
24294 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24295 Allow / in mailto URLs.
24296
24297 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24298
24299 * spam-report.el (spam-report-process-queue): Fix interactive use.
24300 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24301 (spam-report-unplug-agent): Doc fixes.
24302 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24303 (spam-report-agentize, spam-report-deagentize):
24304 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24305
24306 * message.el (message-setup-fill-variables): Add mml tags to
24307 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24308 <ajk@iu.edu>.
24309 (message-mode): Don't modify paragraph-separate there.
24310
24311 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24312
24313 * compface.el (uncompface-use-external): Default to undecided.
24314 (uncompface-use-external-threshold): New variable.
24315 (uncompface-float-time): New macro.
24316 (uncompface): Determine whether to use the external decoder if
24317 uncompface-use-external is undecided.
24318
24319 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24320
24321 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24322 after images.
24323
24324 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24325
24326 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24327
24328 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24329
24330 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24331
24332 * gnus-sum.el (gnus-summary-limit-to-age)
24333 (gnus-summary-limit-children): do.
24334
24335 * gnus-int.el (gnus-request-scan): do.
24336
24337 * gnus-group.el (gnus-group-suspend): do.
24338
24339 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24340
24341 * gnus-cite.el (gnus-cite-parse-attributions): do.
24342
24343 * gnus-agent.el (gnus-summary-set-agent-mark)
24344 (gnus-agent-regenerate-group): do.
24345
24346 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24347
24348 * binhex.el (binhex-decode-region-internal): do.
24349
24350 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24351
24352 * gnus-fun.el (gnus-face-properties-alist): New user option.
24353 (gnus-display-x-face-in-from): Use it.
24354
24355 * gnus-art.el (article-display-face): Ditto.
24356
24357 * compface.el (uncompface-use-external): Default to nil.
24358
24359 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24360
24361 * nntp.el (nntp-erase-buffer): New function.
24362 (nntp-retrieve-data, nntp-send-command)
24363 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24364 (nntp-possibly-change-group): Use it.
24365
24366 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24367 Use with-current-buffer.
24368
24369 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24370
24371 * compface.el: Merge the ELisp-based uncompface program.
24372 (compface): New customization group.
24373 (uncompface-use-external): New user option.
24374 (uncompface): Call uncompface-internal if uncompface-use-external
24375 is nil.
24376 (uncompface-internal): New function. Note that there are also
24377 some other functions and variables added for this function.
24378
24379 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24380
24381 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24382 if necessary.
24383
24384 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24385
24386 * spam-report.el (spam-report-unplug-agent)
24387 (spam-report-plug-agent, spam-report-deagentize)
24388 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24389 Add support for the Agent in spam-report: when unplugged, report to a
24390 file; when plugged, submit all the requests.
24391
24392 * spam.el (spam-register-routine): Fix message about
24393 registration.
24394
24395 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24396
24397 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24398 dependencies.
24399 (rfc2047-encode): Use it.
24400
24401 * gnus-art.el (gnus-button-marker-list): Move before first
24402 reference.
24403
24404 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24405 (imap-parse-body): Fix format string mismatch.
24406
24407 * gnus-score.el (gnus-summary-increase-score): do.
24408
24409 * nnrss.el (nnrss-close): New function.
24410
24411 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24412
24413 * nnrss.el (nnrss-make-filename): New function.
24414 (nnrss-request-delete-group, nnrss-read-server-data)
24415 (nnrss-save-server-data, nnrss-read-group-data)
24416 (nnrss-save-group-data): Use it.
24417 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24418 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24419 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24420
24421 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24422
24423 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24424
24425 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24426
24427 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24428 files.
24429
24430 * message.el (message-generate-headers-first): Don't quote nil
24431 and t in docstrings.
24432
24433 * imap.el (imap-id): do.
24434
24435 * gnus-agent.el (gnus-agent-consider-all-articles)
24436 (gnus-agent-queue-mail): do.
24437
24438 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24439
24440 * spam-report.el (spam-report-process-queue): New function.
24441 Process requests from `spam-report-requests-file'.
24442 (spam-report-process-queue): Doc fix.
24443
24444 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24445
24446 * spam.el (spam-register-routine)
24447 (spam-log-processing-to-registry, spam-log-registered-p)
24448 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24449 Change "check" to "spam-check" for semi-clarity.
24450
24451 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24452
24453 * pop3.el: Require nnheader.
24454
24455 * mml-smime.el: Require cl. Autoload message-fetch-field.
24456
24457 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24458
24459 * gnus-picon.el: Require cl.
24460
24461 * gnus-fun.el: Require gnus-ems and gnus-util.
24462
24463 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24464
24465 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24466
24467 * gnus-art.el (gnus-article-edit-mode): Define before first
24468 reference.
24469
24470 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24471
24472 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24473 (gnus-uu-post-encoded): Use point-at-bol.
24474
24475 * gnus-topic.el (gnus-group-active-topic-p): do.
24476
24477 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24478
24479 * gnus-group.el (gnus-group-kill-region): do.
24480
24481 * gnus-art.el (article-date-ut): do.
24482
24483 * message.el (message-fetch-field): Remove redundant
24484 case-fold-search binding.
24485 (message-narrow-to-field): Simplify.
24486
24487 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24488
24489 * spam.el (spam-directory): Derive from `gnus-directory'.
24490
24491 * spam-report.el (spam-report-url-to-file)
24492 (spam-report-requests-file): New function and variable for offline
24493 reporting.
24494 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24495 and user defined function.
24496 (spam-report-url-ping-mm-url): Remove doubled slash.
24497
24498 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24499
24500 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24501
24502 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24503
24504 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24505 Fix format string mismatch.
24506
24507 * sieve.el (sieve-deactivate-all): do.
24508
24509 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24510
24511 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24512
24513 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24514
24515 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24516
24517 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24518
24519 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24520 the list of checks.
24521
24522 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24523
24524 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24525 padding.
24526
24527 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24528
24529 * mm-view.el (mm-fill-flowed): New variable.
24530 (mm-inline-text): Use it.
24531
24532 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24533
24534 * spam.el (spam-spamassassin-register-ham-routine)
24535 (spam-spamassassin-register-spam-routine): Fix function names.
24536
24537 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24538
24539 * gnus.el (gnus-tmp-grouplens): Remove.
24540 (gnus-summary-line-format): Remove grouplens.
24541
24542 * gnus-group.el (gnus-group-line-format): Ditto.
24543
24544 * gnus-spec.el (gnus-format-specs): Ditto.
24545 (gnus-update-format-specifications): Flush the group format spec
24546 cache if there's the grouplens stuff.
24547 (gnus-parse-simple-format): Replace %l with the empty string.
24548
24549 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24550
24551 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24552 omission.
24553
24554 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24555
24556 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24557 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24558
24559 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24560
24561 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24562 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24563 New macros and functions.
24564 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24565 Handle > NLINK_MAX messages.
24566 * nnmaildir.el (nnmaildir-request-set-mark):
24567 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24568
24569 2004-01-25 Alex Schroeder <alex@gnu.org>
24570
24571 * spam-stat.el (spam-stat-process-directory-age): New option.
24572 (spam-stat-process-directory): Use it.
24573
24574 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24575
24576 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24577 (spam-stat-save): Accept prefix argument.
24578
24579 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24580
24581 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24582 links" error.
24583
24584 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24585
24586 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24587 compatibility with old .newsrc.eld files.
24588
24589 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24590
24591 * gnus-start.el (gnus-1): do.
24592
24593 * gnus-group.el (gnus-group-line-format-alist): do.
24594
24595 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24596
24597 * gnus-gl.el: Remove.
24598
24599 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24600
24601 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24602 marks consisting of a single range {for example, (3 . 5)} rather
24603 than a list of a single range { ((3 . 5)) }.
24604
24605 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24606
24607 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24608 Use with-current-buffer.
24609 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24610 avoid consing a string.
24611
24612 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24613 Remove obsolete entries for big5 and gb2312.
24614
24615 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24616
24617 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24618 uncompressed list.
24619
24620 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24621
24622 * spam-stat.el (spam-stat-strip-xref): New function.
24623 (spam-stat-process-directory): Use it.
24624
24625 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24626 here -- it's done in message-fetch-field.
24627
24628 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24629
24630 * gnus-agent.el (gnus-agent-queue-mail)
24631 (gnus-agent-prompt-send-queue): New variables.
24632 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24633 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24634 "nndraft:queue" along to gnus-draft-send.
24635 Use gnus-agent-prompt-send-queue.
24636 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24637 is "nndraft:queue". Suggested by Gaute Strokkenes
24638 <gs234@srcf.ucam.org>
24639
24640 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24641 (agent-enable-undownloaded-faces): Add.
24642 (gnus-agent-cat-groups): Use eval-and-compile, not
24643 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24644 method of gnus-agent-cat-groups even when the buffer has been
24645 evalled.
24646 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24647 delete gnus-agent-save-active-1.
24648 (gnus-agent-save-groups): Delete. Identical to
24649 gnus-agent-save-active.
24650 (gnus-agent-write-active): No longer adjust agent's copy of active
24651 file as agent's adjustments are now stored in their own
24652 file. Remove optional parameter.
24653 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24654 servers. Add use of min/max range limits from server's local
24655 file.
24656 (gnus-agent-save-alist): Remove unused optional argument.
24657 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24658 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24659 (gnus-agent-set-local): A per-server file that keeps min/max range
24660 limits for articles known to the agent. Provides a fast mechanism
24661 for altering many active ranges.
24662 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24663 active file (local makes it unnecessary).
24664 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24665
24666 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24667 (agent-enable-undownloaded-faces): Add.
24668
24669 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24670 disable it when sending to "nndraft:queue".
24671 (gnus-group-send-queue): Add safety check to avoid sending queue
24672 when unplugged.
24673
24674 * gnus-group.el (gnus-group-catchup): Use new
24675 gnus-sequence-of-unread-articles, not
24676 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24677 numbers of articles. Use gnus-range-map to avoid having to
24678 uncompress the unread list.
24679 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24680 Fix invalid ange-ftp reference.
24681
24682 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24683 (gnus-sorted-range-intersection): Intersection of two ranges
24684 without requiring that they first be uncompressed.
24685
24686 * gnus-start.el (gnus-activate-group): Unless blocked by the
24687 caller, possibly expand the active range to include both cached
24688 and agentized articles.
24689 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24690 multiple version-dependent converters.
24691 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24692 gnus-agent-save-active.
24693 (gnus-save-newsrc-file): Save dirty agent range limits.
24694
24695 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24696 gnus-agent-possibly-alter-active.
24697 (gnus-adjust-marked-articles): Faster handling of simple lists.
24698
24699 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24700
24701 * spam-stat.el (spam-stat-test-directory): New optional argument
24702 displays a list of files detected. Suggested by Andrew Cohen
24703 <cohen@andy.bu.edu>.
24704 (spam-stat-buffer-words-with-scores): Don't narrow and change
24705 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24706
24707 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24708
24709 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24710 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24711 (spam-spamassassin-arguments)
24712 (spam-spamassassin-spam-flag-header)
24713 (spam-spamassassin-positive-spam-flag-header)
24714 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24715 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24716 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24717 (spam-list-of-processors, spam-list-of-checks)
24718 (spam-list-of-statistical-checks, spam-registration-functions)
24719 (spam-check-spamassassin-headers, spam-check-spamassassin)
24720 (spam-spamassassin-score)
24721 (spam-spamassassin-register-with-sa-learn)
24722 (spam-spamassassin-register-spam-routine)
24723 (spam-spamassassin-register-ham-routine)
24724 (spam-assassin-register-spam-routine)
24725 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24726 (spam-bogofilter-score): Fix to show article before scoring.
24727
24728 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24729
24730 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24731 default scoring function.
24732 (spam-generic-score): Call spam-spamassassin-score if
24733 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24734 spam-bogofilter-score otherwise.
24735
24736 * gnus.el (spam-process, spam-autodetect-methods):
24737 Add spamassassin and spamassassin-headers.
24738
24739 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24740
24741 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24742 Suppress unnecessary messages.
24743
24744 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24745
24746 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24747 make-hash-table.
24748
24749 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24750
24751 * canlock.el (base64-encode-string): Don't autoload it.
24752
24753 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24754
24755 * run-at-time.el: Remove useless (require 'itimer),
24756 eval-and-compile and (featurep 'xemacs).
24757
24758 2004-01-16 Jesper Harder <harder@ifa.au.dk>
24759
24760 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24761 GROUP is a virtual group.
24762
24763 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
24764
24765 * gnus.el: Autoload `message-y-or-n-p'.
24766
24767 2004-01-15 Jesper Harder <harder@ifa.au.dk>
24768
24769 * pgg-parse.el: Remove unnecessary (require 'custom).
24770
24771 * pgg-def.el: do.
24772
24773 * nnmail.el: do.
24774
24775 * gnus-undo.el: do.
24776
24777 * gnus-picon.el: do.
24778
24779 * gnus-util.el: do.
24780
24781 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24782
24783 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24784
24785 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24786
24787 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24788 handle, as well as a list.
24789
24790 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24791 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24792 (mm-w3m-cid-retrieve): Simplify.
24793
24794 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24795
24796 * message.el (message-kill-to-signature): Allow prefix arg to
24797 specify number of lines to keep before signature.
24798
24799 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24800
24801 * message.el (message-kill-to-signature): Change docstring.
24802
24803 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24804
24805 * canlock.el: Always require sha1-el.
24806 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24807
24808 * message.el: Autoload sha1 only when compiling.
24809
24810 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24811
24812 * message.el (message-canlock-generate): Require sha1-el.
24813
24814 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24815
24816 * message.el (message-expand-name): Silence the byte compiler.
24817
24818 2004-01-13 Simon Josefsson <jas@extundo.com>
24819
24820 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24821 Invoke gnus-score-mode.
24822 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24823
24824 * gnus-range.el (gnus-compress-sequence): Doc fix.
24825 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24826
24827 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24828
24829 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24830
24831 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
24832
24833 * spam.el (spam-get-article-as-string): Update to use
24834 gnus-request-article-this-buffer, much simpler.
24835 (spam-get-article-as-buffer): Remove.
24836
24837 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
24838
24839 * message.el (message-expand-name): Use EUDC if the user uses that.
24840
24841 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24842
24843 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24844 character for the encoding to avoid consing a string.
24845
24846 * rfc2047.el (rfc2047-decode-string): Don't cons a string
24847 unnecessarily.
24848
24849 * mm-util.el (mm-replace-chars-in-string): Remove.
24850
24851 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24852 of mm-replace-chars-in-string.
24853
24854 2004-01-11 Jesper Harder <harder@ifa.au.dk>
24855
24856 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24857
24858 * mm-util.el (mm-subst-char-in-string): Support inplace.
24859
24860 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24861 a new string in every iteration. Use shy groups.
24862
24863 2004-01-10 Jesper Harder <harder@ifa.au.dk>
24864
24865 * gnus-srvr.el (gnus-browse-unsubscribe-group):
24866 * gnus-soup.el (gnus-soup-group-brew):
24867 * gnus-msg.el (gnus-put-message):
24868 * gnus-move.el (gnus-group-move-group-to-server):
24869 * gnus-kill.el (gnus-batch-score):
24870 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24871 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24872 (gnus-group-update-group, gnus-group-read-group)
24873 (gnus-group-make-group, gnus-group-make-help-group)
24874 (gnus-group-make-archive-group, gnus-group-make-directory-group)
24875 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24876 (gnus-group-sort-by-unread, gnus-group-catchup)
24877 (gnus-group-unsubscribe-group, gnus-group-kill-group)
24878 (gnus-group-yank-group, gnus-group-set-info)
24879 (gnus-group-list-groups):
24880 * gnus.el (gnus-generate-new-group-name):
24881 * gnus-delay.el (gnus-delay-send-queue):
24882 * nnvirtual.el (nnvirtual-catchup-group):
24883 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24884 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24885 (gnus-group-prepare-topics, gnus-topic-check-topology):
24886 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24887 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24888 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24889 (gnus-group-make-articles-read):
24890 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24891 (gnus-group-change-level, gnus-kill-newsgroup)
24892 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24893 (gnus-get-unread-articles, gnus-make-articles-unread)
24894 (gnus-make-ascending-articles-unread): Use accessor
24895 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24896 to get group information for improved readability.
24897
24898 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24899
24900 * gnus-art.el (article-decode-mime-words, article-babel)
24901 (gnus-article-highlight-signature, gnus-article-add-buttons)
24902 (gnus-signature-toggle): Use gnus-with-article-buffer.
24903
24904 * gnus-art.el (gnus-article-highlight-headers)
24905 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24906
24907 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24908 (gnus-article-set-globals, gnus-request-article-this-buffer)
24909 (gnus-button-message-id, gnus-article-maybe-hide-headers)
24910 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24911 (gnus-mime-display-alternative): Use with-current-buffer.
24912
24913 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24914
24915 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24916 also under 80 char limit, and call gnus-error if needed.
24917 (spam-fetch-article-header): Fix - it was a
24918 buffer-local variable (gnus-newsgroup-data).
24919 (spam-find-spam): Use spam-generate-fake-headers, forget about
24920 spam-insert-fake-headers.
24921 (spam-insert-fake-headers): Remove.
24922
24923 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24924
24925 * deuglify.el (gnus-article-outlook-unwrap-lines)
24926 (gnus-outlook-rearrange-article)
24927 (gnus-outlook-repair-attribution-outlook)
24928 (gnus-outlook-repair-attribution-block)
24929 (gnus-outlook-repair-attribution-other): Remove redundant
24930 save-excursion.
24931
24932 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24933
24934 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24935 (spam-fetch-field-subject-fast)
24936 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24937 (spam-fetch-article-header): Add functions to deal with Gnus
24938 internals for fast retrieval of article header data.
24939 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24940
24941 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24942
24943 * pop3.el (pop3-md5): Remove.
24944 (pop3-apop): Replace pop3-md5 with md5.
24945
24946 * mm-bodies.el: base64 is always built-in.
24947
24948 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24949 Use with-current-buffer.
24950
24951 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
24952
24953 * canlock.el (canlock-insert-header): Remove excessive grouping in
24954 regexp.
24955
24956 * gnus-sum.el (gnus-summary-read-document): Ditto.
24957
24958 * gnus-uu.el (gnus-uu-part-number): Ditto.
24959
24960 * html2text.el (html2text-remove-tags): Ditto.
24961 (html2text-format-tags): Ditto.
24962 (html2text-format-single-elements): Ditto.
24963
24964 * mml.el (mml-parse-1): Ditto.
24965
24966 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24967
24968 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24969
24970 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24971
24972 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24973
24974 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24975
24976 2003-11-15 Simon Josefsson <jas@extundo.com>
24977
24978 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24979 (pgg-gpg-lookup-key): Use regexp match instead of
24980 split-string (split-string is different between emacs 21.2 and
24981 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
24982
24983 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24984
24985 * gnus-art.el (gnus-mime-view-all-parts)
24986 (gnus-article-part-wrapper, gnus-article-view-part):
24987 Use with-current-buffer.
24988
24989 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24990
24991 * spam.el (spam-disable-spam-split-during-ham-respool)
24992 (spam-spamoracle-database, spam-cache-lookups)
24993 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24994 (spam-group-ham-mark-p, spam-group-spam-mark-p)
24995 (spam-group-ham-marks, spam-group-spam-marks)
24996 (spam-group-spam-contents-p, spam-group-ham-contents-p)
24997 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24998 also add spam-use-blackholes to the statistical checks.
24999 (spam-fetch-field-fast): Add interface to fetching fields, may
25000 become a macro.
25001 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25002 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25003 (spam-insert-fake-headers): Fake an article when needed.
25004 (spam-find-spam): Fake article when possible.
25005 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25006 (spam-check-bogofilter-headers): Use message-fetch-field instead
25007 of nnmail-fetch-field.
25008
25009 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25010
25011 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25012
25013 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25014
25015 * spam.el (spam-split): Do not require spam-use-CHECK to be
25016 enabled if that check is passed to spam-split explicitly; also
25017 fix so 'spam doesn't get converted to spam-split-group when
25018 spam-split-symbolic-return is t.
25019 (spam-find-spam): Find registrations of the article and use those
25020 instead of re-running spam-split to find the spam/ham
25021 classification of the article.
25022 (spam-log-processing-to-registry, spam-log-registered-p)
25023 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25024 Use gnus-error instead of gnus-message.
25025 (spam-log-registration-type): Add function to determine the
25026 classification of a message based on registry entries; will
25027 return nil if both 'spam and 'ham are found.
25028 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25029 a reasonably fast local cache without the loading errors.
25030 (spam-cache-lookups): Set to t by default.
25031 (spam-find-spam): Don't try to guess spam-cache-lookups.
25032 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25033 spam-caches entry.
25034 (spam-filelist-build-cache, spam-filelist-check-cache):
25035 Fix caching of whitelist/blacklist entries.
25036 (spam-check-whitelist, spam-check-blacklist):
25037 Invoke spam-from-listed-p with a type, not a cache variable.
25038 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25039
25040 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25041
25042 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25043
25044 * nnmail.el (nnmail-split-fancy): do.
25045
25046 * mml.el (mml-parse): do.
25047
25048 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25049 (gnus-score-adaptive): do.
25050
25051 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25052
25053 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25054 (gnus-mime-button-map): Don't set keymap parent.
25055 (gnus-button-ctan-directory-regexp): Use shy grouping.
25056 (gnus-prev-page-map): Don't set keymap parent.
25057 (gnus-prev-page-map): Remove duplicated one.
25058 (gnus-next-page-map): Don't set keymap parent.
25059 (gnus-mime-security-button-map): Ditto.
25060
25061 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25062 version number.
25063
25064 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25065
25066 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25067
25068 * canlock.el (canlock-sha1-function): Remove.
25069 (canlock-sha1-function-for-verify): Remove.
25070 (canlock-openssl-program): Remove.
25071 (canlock-openssl-args): Remove.
25072 (canlock-ignore-errors): Remove.
25073 (canlock-sha1-with-openssl): Remove.
25074 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25075 (canlock-verify): Don't use canlock-ignore-errors.
25076
25077 * sha1-el.el (sha1-string-external): Make it can return a string
25078 in binary form.
25079 (sha1-region-external): Ditto.
25080 (sha1-string-internal): Ditto.
25081 (sha1-region-internal): Ditto.
25082 (sha1-region): Ditto.
25083 (sha1-string): Ditto.
25084 (sha1): Ditto.
25085
25086 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25087
25088 * spam.el (spam-report-articles-gmane): New command.
25089
25090 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25091
25092 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25093
25094 * run-at-time.el (run-at-time-saved): Remove.
25095 (run-at-time): Doc fix.
25096
25097 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25098
25099 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25100 (gnus-summary-limit-map): Add it.
25101 (gnus-summary-make-menu-bar): do.
25102
25103 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25104
25105 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25106 Make attempt at some caching support (done for BBDB only now).
25107 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25108 addresses to be checked.
25109 (spam-clear-cache-BBDB): Add function, to be invoked by
25110 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25111 (spam-check-BBDB): Check and use the caches, if
25112 spam-cache-lookups is on, remove superfluous (provide).
25113
25114 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25115
25116 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25117
25118 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25119
25120 * run-at-time.el (run-at-time-saved): Move to after the definition
25121 of `run-at-time'.
25122
25123 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25124
25125 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25126 mm-w3m-local-map-property.
25127
25128 * mm-view.el (mm-w3m-mode-map): Remove.
25129 (mm-w3m-local-map-property): Remove.
25130 (mm-inline-text-html-render-with-w3m): Don't use
25131 mm-w3m-local-map-property.
25132
25133 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25134
25135 * run-at-time.el: New file.
25136
25137 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25138 of gnus-set-text-properties.
25139
25140 * gnus-uu.el (gnus-uu-save-article): Ditto.
25141
25142 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25143
25144 * gnus-cite.el (gnus-cite-parse): Ditto.
25145
25146 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25147 of gnus-.
25148
25149 * gnus.el: Change calls to nnheader-run-at-time and
25150 password-run-at-time throughout to use run-at-time directly.
25151
25152 * password.el: Remove definition of run-at-time.
25153
25154 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25155
25156 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25157 in prompt.
25158
25159 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25160
25161 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25162 XEmacs version.
25163
25164 * dns.el (dns-make-network-process): Use `open-network-stream'
25165 instead of `gnus-xmas-open-network-stream'.
25166
25167 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25168
25169 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25170
25171 * gnus-art.el (gnus-mime-display-alternative)
25172 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25173 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25174 Don't use gnus-local-map-property.
25175
25176 * gnus-util.el (gnus-local-map-property): Remove.
25177
25178 * mm-view.el (mm-view-pkcs7-decrypt):
25179 Replace gnus-completing-read-maybe-default with completing-read.
25180
25181 * gnus-util.el (gnus-completing-read): do.
25182 (gnus-completing-read-maybe-default): Remove.
25183
25184 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25185
25186 * password.el: Only autoload `run-at-time' if not XEmacs.
25187 Only autoload the itimer functions if XEmacs.
25188
25189 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25190
25191 * gnus-art.el (gnus-read-string): Remove.
25192 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25193 read-string.
25194
25195 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25196
25197 * netrc.el: Autoload password-read.
25198 (netrc): Add configuration group.
25199 (netrc-encoding-method, netrc-openssl-path):
25200 Add variables for encoding and decoding of files with symmetric
25201 ciphers.
25202 (netrc-encode): Add assistant function to encode a file with
25203 netrc-encoding-method.
25204 (netrc-parse): Add interactive parameter, added optional
25205 decoding if netrc-encoding-method is non-nil but otherwise
25206 behavior is standard.
25207 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25208 Do s/encode/encrypt/ everywhere.
25209
25210 * spam.el: Remove executable-find autoload.
25211
25212 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25213
25214 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25215
25216 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25217
25218 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25219
25220 * gnus-art.el (gnus-treat-ansi-sequences)
25221 (article-treat-ansi-sequences): New variable and function.
25222 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25223
25224 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25225 Use it.
25226
25227 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25228
25229 * mm-util.el (mm-quote-arg): Remove.
25230
25231 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25232 shell-quote-argument.
25233
25234 * gnus-uu.el (gnus-uu-command): do.
25235
25236 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25237
25238 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25239 with make-char.
25240
25241 * mm-util.el (mm-make-char): Remove.
25242
25243 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25244 add-minor-mode.
25245
25246 * gnus-undo.el (gnus-undo-mode): do.
25247
25248 * gnus-topic.el (gnus-topic-mode): do.
25249
25250 * gnus-sum.el (gnus-dead-summary-mode): do.
25251
25252 * gnus-start.el (gnus-slave-mode): do.
25253
25254 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25255
25256 * gnus-ml.el (gnus-mailing-list-mode): do.
25257
25258 * gnus-gl.el (gnus-grouplens-mode): do.
25259
25260 * gnus-draft.el (gnus-draft-mode): do.
25261
25262 * gnus-dired.el (gnus-dired-mode): do.
25263
25264 * gnus-ems.el (gnus-add-minor-mode): Remove.
25265
25266 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25267 Replace gnus-char-width with char-width.
25268
25269 * gnus-ems.el (gnus-char-width): Remove.
25270
25271 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25272 Replace gnus-char-width with char-width.
25273
25274 * gnus-ems.el (gnus-char-width): Remove.
25275
25276 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25277 definition.
25278 Remove Emacs 20 hash table compatibility code.
25279
25280 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25281 20 compatibility code.
25282
25283 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25284
25285 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25286
25287 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25288 Replace with point-at-{eol,bol}.
25289
25290 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25291
25292 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25293
25294 * flow-fill.el (fill-flowed-point-at-bol)
25295 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25296
25297 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25298 Replace with point-at-{eol,bol} throughout all files.
25299
25300 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25301
25302 * ntlm.el (ntlm-string-as-unibyte): New macro.
25303 (ntlm-build-auth-response): Use it.
25304
25305 Remove Emacs 20 stuff:
25306 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25307 of delq and copy-sequence.
25308 * gnus-art.el (popup-menu): Remove the compiler macro.
25309 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25310 Emacs 20.
25311
25312 2004-01-05 Simon Josefsson <jas@extundo.com>
25313
25314 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25315 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25316 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25317 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25318 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25319 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25320 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25321 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25322 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25323 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25324 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25325 string-xor into ntlm-string-xor.
25326 Suggested by Jesper Harder <harder@myrealbox.com>.
25327
25328 * ntlm.el: Don't include poem.
25329
25330 * md4.el (print-int32, print-string-hexa): Remove.
25331 Suggested by Jesper Harder <harder@myrealbox.com>.
25332
25333 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25334
25335 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25336 probably breaks emacs with DL patch, but do we care? Is anyone
25337 still using the DL stuff?)
25338
25339 * sieve-manage.el: Use the password package.
25340 (sieve-manage-read-passwd): Remove.
25341 (sieve-manage-interactive-login): Use password. Re-add
25342 condition-case around loop.
25343
25344 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25345 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25346 Use the password package.
25347
25348 2003-02-19 Simon Josefsson <jas@extundo.com>
25349
25350 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25351 token.
25352
25353 2002-08-07 Simon Josefsson <jas@extundo.com>
25354
25355 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25356 (sieve-manage-authenticators):
25357 (sieve-manage-authenticator-alist): Add some SASL mechs.
25358 (sieve-sasl-auth): New function.
25359 (sieve-manage-cram-md5-auth):
25360 (sieve-manage-plain-auth): Rewrite using SASL library.
25361 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25362 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25363 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25364 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25365
25366 2004-01-05 Simon Josefsson <jas@extundo.com>
25367
25368 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25369 New files.
25370
25371 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25372
25373 * gnus-group.el (gnus-no-groups-message): Update.
25374
25375 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25376
25377 2003-11-09 Simon Josefsson <jas@extundo.com>
25378
25379 * imap.el: Support for ID IMAP extension (RFC 2971).
25380 (imap-local-variables): Add imap-id.
25381 (imap-id): New variable.
25382 (imap-id): New function.
25383 (imap-parse-response): Parse untagged ID response.
25384 * nnimap.el (nnimap-id): New variable.
25385 (nnimap-open-connection): Use it.
25386
25387 2003-12-28 Simon Josefsson <jas@extundo.com>
25388
25389 * gnus-score.el (gnus-score-edit-all-score): New.
25390 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25391
25392 2004-01-04 Simon Josefsson <jas@extundo.com>
25393
25394 * password.el: Add.
25395
25396 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25397
25398 * dns.el (dns-query-types): Fix typo.
25399 (dns-query-types): New function.
25400 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25401 PTR and SOA replies, see RFC 1035.
25402
25403 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25404
25405 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25406
25407 * Move to Changelog.2.
25408
25409 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25410
25411 * gnus.el (gnus-version-number): Bump version.
25412
25413 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25414
25415 * gnus.el: No Gnus v0.1 is released.
25416
25417 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25418
25419 * gnus.el: No Gnus v0.0 is released.
25420
25421 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25422
25423 * gnus.el (gnus-version-number): Bump.
25424 (gnus-version): No.
25425
25426 See ChangeLog.2 for earlier changes.
25427
25428 Copyright (C) 2004-2014 Free Software Foundation, Inc.
25429
25430 This file is part of GNU Emacs.
25431
25432 GNU Emacs is free software: you can redistribute it and/or modify
25433 it under the terms of the GNU General Public License as published by
25434 the Free Software Foundation, either version 3 of the License, or
25435 (at your option) any later version.
25436
25437 GNU Emacs is distributed in the hope that it will be useful,
25438 but WITHOUT ANY WARRANTY; without even the implied warranty of
25439 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25440 GNU General Public License for more details.
25441
25442 You should have received a copy of the GNU General Public License
25443 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25444
25445 ;; Local Variables:
25446 ;; coding: utf-8
25447 ;; fill-column: 79
25448 ;; add-log-time-zone-rule: t
25449 ;; End: