]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Fix bug #19201 with after-strings not being displayed.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2014-11-26 John Mastro <john.b.mastro@gmail.com> (tiny change)
2
3 * auth-source.el (auth-source-macos-keychain-search-items): Return
4 result of `auth-source-macos-keychain-result-append' (bug#19074).
5
6 2014-11-10 Adam Sjøgren <asjo@koldfront.dk>
7
8 * mml2015.el (mml2015-display-key-image): New variable.
9
10 2014-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
11
12 * gnus.el (gnus-mode-line-buffer-identification):
13 Don't add image data for a non-graphic display;
14 Don't shadow load-path, it blocks autoloading of find-image (bug#18813).
15
16 2014-10-27 enami tsugutomo <tsugutomo.enami@jp.sony.com>
17
18 * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
19 to keep connection open (bug#18728).
20
21 2014-10-20 Glenn Morris <rgm@gnu.org>
22
23 * Version 24.4 released.
24
25 2014-09-29 Daiki Ueno <ueno@gnu.org>
26
27 * mml.el (mml-parse-1): Error out if unknown mode is specified in
28 <#secure> tag (bug#18513).
29
30 2014-06-26 Glenn Morris <rgm@gnu.org>
31
32 * mm-util.el (help-function-arglist): Remove outdated declaration.
33
34 2014-06-22 Andreas Schwab <schwab@linux-m68k.org>
35
36 * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
37 attribute values. (Bug#17834)
38
39 2014-05-28 Andreas Schwab <schwab@linux-m68k.org>
40
41 * html2text.el (html2text-get-attr): Fix typo when splitting value from
42 attribute. (Bug#17613)
43
44 2014-05-06 Glenn Morris <rgm@gnu.org>
45
46 * gnus-fun.el (gnus-grab-cam-face):
47 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
48 This is CVE-2014-3421.
49
50 2014-05-01 Glenn Morris <rgm@gnu.org>
51
52 * gnus-registry.el (gnus-registry-install-p): Doc fix.
53
54 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
55
56 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
57 groups work again.
58
59 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
60
61 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
62 999 correctly (i.e. "1,342").
63
64 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
65
66 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
67 out if the directory doesn't exist.
68
69 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
70
71 * gnus-group.el (gnus-group-make-group): Clarify prompt.
72
73 2014-02-22 Daniel Colascione <dancol@dancol.org>
74
75 * auth-source.el (auth-source-secrets-listify-pattern): New function.
76 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
77 instead, build list of patterns.
78
79 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
80
81 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
82 in `auth-sources' means and link to EPA docs.
83
84 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
85
86 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
87 (bug#12375).
88
89 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
90
91 * message.el (message-tab): Mention what happens on normal tabs
92 (bug#11297).
93
94 2014-02-08 Glenn Morris <rgm@gnu.org>
95
96 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
97
98 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
99
100 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
101 with an empty string.
102
103 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
104
105 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
106 buffer-local in some buffers, so bind it explicitly in the buffer we're
107 trying to cancel the article in (bug#10808).
108
109 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
110
111 * gnus-int.el (gnus-request-accept-article): Doc fix.
112
113 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
114
115 * nnir.el (nnir-request-update-mark): Don't try to update the source
116 group if we can't find it (bug#16611).
117
118 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
119
120 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
121
122 2014-01-31 Dave Abrahams <dave@boostpro.com>
123
124 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
125 in the summary buffer (bug#13769).
126
127 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
128
129 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
130 name if we're using a single article buffer. Otherwise, it may point
131 to a killed buffer (bug#13756).
132
133 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
134
135 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
136 the match data, just save and restore it explictly (bug#12375).
137
138 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
139 that's needed.
140
141 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
142 the code once (bug#9069).
143
144 2014-01-18 Steinar Bang <sb@dod.no>
145
146 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
147 reading.
148
149 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
150
151 * message.el (message-bury): Call bury-buffer with no argument
152 in the message-return-action case too.
153
154 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
155
156 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
157 (nnimap-split-fancy, nnimap-split-methods): Declare.
158
159 * mm-util.el (help-function-arglist): Declare.
160
161 2013-12-28 Glenn Morris <rgm@gnu.org>
162
163 * gnus-sieve.el (gnus-sieve-select-method):
164 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
165 (gravatar-rating, gravatar-size):
166 * message.el (message-minibuffer-local-map):
167 * sieve-manage.el (sieve-manage-authenticators)
168 (sieve-manage-authenticator-alist): Specify custom types.
169
170 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
171 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
172 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
173
174 * auth-source.el (auth-sources):
175 * nnmairix.el (nnmairix-propagate-marks-upon-close):
176 Fix custom types.
177
178 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
179
180 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
181 we get proper traces there, too.
182
183 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
184
185 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
186 value of the parameters if the current article has a Reply-To or From
187 field.
188
189 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
190
191 * gnus.el (gnus-group-buffer): Remove duplicate definition.
192
193 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
194
195 * gnus-sum.el (gnus-summary-exit): Stop animations.
196
197 2013-12-19 Juri Linkov <juri@jurta.org>
198
199 * gnus.el (gnus-suppress-keymap):
200 * gnus-art.el (gnus-article-mode-map):
201 * gnus-group.el (gnus-group-mode-map):
202 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
203 Remove [backspace] key binding because it shadows DEL (bug#16035).
204
205 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
206
207 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
208
209 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
210 Make sure work directory exists.
211 (gnus-uu-digest-mail-forward): Store temporary files in work directory
212 rather than tmp directory.
213 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
214 not necessarily always run, with it.
215
216 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
217
218 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
219 value of gnus-icalendar-additional-identities work without restart.
220
221 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
222
223 * mm-util.el (mm-make-temp-file):
224 Alias to make-temp-file for modern Emacsen.
225
226 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
227
228 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
229 nnir-article-number and nnir-article-group.
230
231 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
232
233 * message.el (message-send-mail-with-sendmail):
234 Don't kill error buffer if sending fails.
235
236 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
237
238 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
239 (gnus-icalendar-event->org-entry)
240 (gnus-icalendar--update-org-event)
241 (gnus-icalendar-event->gnus-calendar): Distinguish between
242 required/optional/non-participant attendee status. Fix bug causing
243 the first required event participant to be omitted.
244
245 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
246
247 * gnus-art.el (article-de-quoted-unreadable)
248 (article-de-base64-unreadable, gnus-mime-copy-part)
249 * gnus-html.el (gnus-article-html)
250 * mm-view.el (mm-inline-text-html-render-with-w3)
251 (mm-inline-text-html-render-with-w3m-standalone)
252 * rfc2231.el (rfc2231-decode-encoded-string):
253 Allow overriding charset by mm-charset-override-alist.
254
255 * gnus-art.el (gnus-article-browse-html-parts):
256 Replace LWSPs with `&nbsp;'s in header.
257
258 Work for broken Chinese articles.
259
260 * gnus-art.el (gnus-article-browse-html-save-cid-content):
261 Exclude broken handles that gnus-summary-enter-digest-group may create.
262 (gnus-article-browse-html-parts):
263 Allow overriding charset by mm-charset-override-alist.
264
265 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
266
267 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
268 (gnus-icalendar-identities): Support additional-identities.
269
270 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
271 Fix org-timestamp for events ending at midnight.
272
273 2013-11-21 Ivan Shmakov <ivan@siamics.net> (tiny change)
274
275 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
276 Support debbugs .log files.
277
278 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
279
280 * message.el (message-beginning-of-line):
281 Use beginning-of-visual-line when visual-line-mode is turned on.
282
283 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
284
285 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
286 (gnus-icalendar-event-from-ical)
287 (gnus-icalendar-event->org-entry)
288 (gnus-icalendar--update-org-event): Required/optional participation,
289 list of attendees synced to org.
290
291 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
292
293 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
294 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
295 cancellations to be synced to org if the original appt has an org
296 outline.
297
298 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
299
300 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
301 (gnus-icalendar-event->org-entry)
302 (gnus-icalendar--update-org-event)
303 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
304
305 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
306
307 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
308 Fix timezone handling in gnus-icalendar export to org.
309
310 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
311
312 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
313
314 2013-10-30 Glenn Morris <rgm@gnu.org>
315
316 * gnus-group.el (gnus-group-browse-foreign-server):
317 * gnus-int.el (gnus-start-news-server):
318 Silence compiler obsolescence warning.
319
320 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
321
322 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
323 `nnoo-current-server' first, then for the actual `nnimap-address' to
324 allow netrc entries for the nnoo server to coexist with netrc entries
325 for the `nnimap-address'.
326
327 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
328
329 * mm-decode.el (mm-dissect-buffer): Revert last change.
330 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
331 The problem that motivated those changes was attributed to a broken
332 mail sender, and has been fixed.
333
334 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
335
336 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
337 token is missing in the Content-Type header.
338
339 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
340
341 2013-09-18 Glenn Morris <rgm@gnu.org>
342
343 * gnus-util.el (image-size): Declare.
344
345 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
346
347 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
348 (gnus-icalendar-event-from-ical)
349 (gnus-icalendar-event--build-reply-event-body)
350 (gnus-icalendar-event-reply-from-buffer)
351 (gnus-icalendar-find-org-event-file)
352 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
353 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
354
355 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
356
357 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
360 Use save-current-buffer.
361 (gnus-tree-mode-map): Initialize in the declaration.
362 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
363 (scroll-in-place): Defvar it.
364 (gnus-tmp-*): Defvar them.
365 (gnus-get-tree-buffer): Use derived-mode-p.
366 (gnus--let-eval): New macro.
367 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
368 non-prefixed variables.
369 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
370
371 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
372 vars since it doesn't seem to be available.
373 (gnus-set-global-variables, gnus-summary-read-group-1)
374 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
375 (gnus-summary-display-article, gnus-summary-select-article)
376 (gnus-summary-next-article, gnus-offer-save-summaries)
377 (gnus-summary-generic-mark): Use derived-mode-p.
378 (gnus-summary-read-group-1, gnus-summary-exit)
379 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
380 Adjust calls to gnus-tree-close and gnus-tree-open.
381
382 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
383
384 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
385 (gnus-agent-mode): Use derived-mode-p.
386 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
387 gnus-command-method and *-command-method to nil, but bind
388 gnus-command-method to *-command-method instead!
389 (gnus-agent-fetch-articles): Remove unused var `id'.
390 (gnus-agent-fetch-headers): Remove unused arg `force'.
391 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
392 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
393 (gnus-agent-short-article, gnus-agent-long-article)
394 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
395 first use.
396 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
397 `score-param'.
398 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
399 (gnus-get-predicate): Push in front of the cache, rather than end.
400 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
401 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
402 (gnus-agent-expire-unagentized-dirs): Don't rebind
403 gnus-agent-expire-current-dirs since the defvar silences the warning.
404 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
405 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
406 (gnus-agent-regenerate): Simplify interactive spec and doc.
407
408 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
409
410 * gnus-int.el (gnus-open-server): Silence compiler.
411
412 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
413
414 * message.el (message-display-completion-list): Abolish.
415 (message-completion-in-region): Use display-completion-list.
416
417 2013-09-17 Glenn Morris <rgm@gnu.org>
418
419 * gnus-util.el (gnus-message-with-timestamp-1):
420 Use `messages-buffer' function if available. Ignore read-only.
421
422 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
423
424 * message.el (message-expand-group, message-completion-in-region):
425 Correct the order of start and end of a region.
426
427 2013-09-13 Glenn Morris <rgm@gnu.org>
428
429 * mml2015.el (gnus-create-image): Autoload it.
430
431 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
432
433 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
434 (image-size): Declare.
435
436 2013-09-12 Glenn Morris <rgm@gnu.org>
437
438 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
439 Avoid using `find', which i) might not be defined at runtime;
440 ii) does not work, since its default test is eql, not equal.
441 (gnus-mime-action-alist): Declare.
442
443 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * score-mode.el (gnus-score-mode-map): Move initialization
446 into declaration.
447 (gnus-score-mode): Use define-derived-mode.
448 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
449 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
450 into declaration.
451 (gnus-kill-file-mode): Use define-derived-mode.
452 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
453 Use derived-mode-p.
454 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
455 (gnus-group-setup-buffer, gnus-group-name-at-point)
456 (gnus-group-make-web-group, gnus-group-enter-directory)
457 (gnus-group-suspend): Use derived-mode-p.
458 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
459 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
460 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
461 (gnus-article-setup-buffer, gnus-article-prepare)
462 (gnus-article-prepare-display, gnus-sticky-article)
463 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
464 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
465 (gnus-article-read-summary-keys): Use derived-mode-p.
466
467 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
468
469 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
470
471 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
472
473 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
474 shift_jis from the default value set for Japanese users.
475
476 2013-08-13 Glenn Morris <rgm@gnu.org>
477
478 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
479
480 * gnus.el (gnus-valid-select-methods): Fix type.
481
482 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
483
484 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
485
486 * mm-decode.el (mm-display-external): Run a timer for the temp files
487 deletion after a viewer exits; add a deletion timer for the needsterm
488 case, too.
489
490 * mm-decode.el (mm-display-external): Try to delete temporary files by
491 using a 1-min. timer.
492
493 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
494
495 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
496 New internal variables.
497 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
498 (mm-display-external): Use it to delete temporary files instead of
499 using timers.
500
501 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
502
503 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
504 with cond for backwards compatability.
505
506 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
507
508 * mm-decode.el (mm-display-external): Bind process-connection-type to
509 nil; don't delete a temp file immediately even if a viewer finishes,
510 since it may be a shell script, like xdg-open, that launches a real
511 viewer program belatedly.
512
513 2013-08-05 Dave Abrahams <dave@boostpro.com>
514
515 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
516 that we can create nndoc groups that excerpt other groups.
517
518 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
519
520 * gnus-delay.el (gnus-delay-article): Fix typo.
521
522 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
523 articles.
524
525 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
526 we can get spell-checking etc.
527
528 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
529
530 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
531 a single one used for encoding the whole text in a header.
532
533 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
534
535 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
536 before sending.
537
538 * mm-decode.el (mm-command-output): New face.
539 (mm-display-external): Use it.
540
541 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
542
543 * nnmbox.el (nnmbox-request-article): Don't change point.
544
545 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
546
547 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
548 Include `handle' parameter.
549
550 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
551
552 * gnus-icalendar.el: New file.
553
554 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
555
556 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
557
558 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
559 dummy roots, too.
560
561 2013-08-01 David Edmondson <dme@dme.org>
562
563 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
564 out on ttys.
565
566 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
567
568 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
569 not empty.
570
571 * nnrss.el (nnrss-discover-feed): Indent.
572
573 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
574
575 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
576
577 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
578
579 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
580 dirty to ensure nnimap data being saved.
581
582 2013-07-30 Tassilo Horn <tsdh@gnu.org>
583
584 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
585 menu entry.
586
587 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
588 the current thread's total score instead of the current article's
589 score.
590
591 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
592 (gnus-sort-threads-recursively): Delete defcustom.
593 (gnus-sort-threads-recursive): Adapt accordingly.
594
595 2013-07-30 Tassilo Horn <tsdh@gnu.org>
596
597 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
598 (gnus-sort-threads-recursive): Use it.
599 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
600 again. Now that determines how to sort subthreads.
601
602 2013-07-26 Tassilo Horn <tsdh@gnu.org>
603
604 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
605 (gnus-sort-threads): Use it.
606
607 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
608
609 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
610 punctuation characters follow parentheses (bug#14950).
611
612 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
613
614 * gnus.el (gnus-continuum-version):
615 * gnus-msg.el (gnus-extended-version): Simplify.
616
617 * gnus.el (gnus-continuum-version-1): Remove.
618 * gnus-msg.el (gnus-bug): Revert.
619
620 Calculate gnus-version correctly on Cygwin.
621
622 * gnus.el (gnus-continuum-version): Do main calculations in integers.
623 (gnus-continuum-version-1): New function, return a string.
624
625 * gnus-msg.el (gnus-extended-version, gnus-bug):
626 Use gnus-continuum-version-1 instead of gnus-continuum-version.
627
628 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
629
630 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
631 (bug#13384).
632
633 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
634
635 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
636 that were only relevant in a development version a long time ago.
637
638 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
639
640 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
641 that the old Emacs 24s bundle.
642
643 2013-07-10 David Engster <deng@randomsample.de>
644
645 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
646 if `gnus-newsrc-file-version' does not match `gnus-version'.
647 This fixes a bug in Emacs trunk where the 'unexist' marks were always
648 removed at startup because "Gnus v5.13" was considered smaller than "Ma
649 Gnus v0.03".
650
651 2013-07-10 Tassilo Horn <tsdh@gnu.org>
652
653 * gnus.el (gnus-summary-line-format):
654 Reference `gnus-user-date-format-alist' for the &user-date; format, not
655 `gnus-summary-user-date-format-alist'.
656
657 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
658
659 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
660 delete files (bug#13481).
661
662 2013-07-08 Tassilo Horn <tsdh@gnu.org>
663
664 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
665
666 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
667
668 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
669 display images.
670
671 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
672
673 * message.el (message-cancel-news): According to
674 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
675 preferred over "cmsg cancel" in the Subject.
676
677 * nnir.el (nnir-engines): Note that the group specs are regexps
678 (bug#13238).
679
680 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
681 gotten read-only text properties, ensure that those aren't heeded when
682 copying stuff over (bug#13434).
683
684 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
685 (bug#13762).
686
687 2013-07-05 David Kastrup <dak@gnu.org>
688
689 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
690 authinfo file again (important for blank passwords). This had been
691 broken with 2013-06-15 change.
692
693 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
694
695 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
696 Revert 2013-01-14 change.
697
698 2013-07-02 David Engster <deng@randomsample.de>
699
700 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
701 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
702 to see whether the group was synced before.
703
704 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
705
706 * nnimap.el (nnimap-request-move-article): Decode the group name when
707 doing internal moves to avoid charset issues.
708
709 2013-07-02 Julien Danjou <julien@danjou.info>
710
711 * nnimap.el (nnimap-request-list):
712 Revert change that made listing synchronous.
713 (nnimap-get-responses): Restore.
714
715 2013-07-02 Dave Abrahams <dave@boostpro.com>
716
717 * nnimap.el (nnimap-change-group): Document result value.
718
719 * nnimap.el (nnimap-find-article-by-message-id):
720 Account for the fact that nnimap-change-group can return t.
721
722 2013-07-02 Julien Danjou <julien@danjou.info>
723
724 * nnimap.el (nnimap-request-head):
725 Resture to-buffer parameter, used by `nnimap-request-move-article'.
726
727 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
728
729 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
730 supported by nnimap actually. Reverts previous change.
731
732 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
733 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
734 to-buffer argument that is already supported.
735
736 2013-07-02 Julien Danjou <julien@danjou.info>
737
738 * nnimap.el (nnimap-get-responses): Remove, unused.
739
740 2013-07-02 Julien Danjou <julien@danjou.info>
741
742 * nnimap.el (nnimap-request-articles-find-limit): Rename from
743 `nnimap-request-move-articles-find-limit' since we do not use it
744 only for move operations.
745 (nnimap-request-accept-article):
746 Use `nnimap-request-articles-find-limit' to limit search by message-id.
747
748 2013-07-02 Julien Danjou <julien@danjou.info>
749
750 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
751
752 * nnimap.el (nnimap-log-buffer):
753 Check that `window-point-insertion-type' is boundp, since it's not
754 available in XEmacs.
755
756 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
757
758 * nnimap.el (nnimap-log-buffer):
759 Add this, setting `window-point-insertion-type' in the buffer to t.
760 (nnimap-log-command): Use nnimap-log-buffer.
761
762 2013-07-02 Julien Danjou <julien@danjou.info>
763
764 * nnimap.el (nnimap-find-article-by-message-id):
765 Add an optional limit argument to be able to limit the search.
766 (nnimap-request-move-article):
767 Use `nnimap-request-move-articles-find-limit'.
768 (nnimap-request-move-articles-find-limit):
769 Add this to limit the search by Message-Id after a message move.
770 (nnimap): Add defgroup.
771
772 2013-07-02 Julien Danjou <julien@danjou.info>
773
774 * nnimap.el (nnimap-find-article-by-message-id):
775 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
776 (nnimap-possibly-change-group): Add read-only argument.
777 (nnimap-request-list): Use nnimap-possibly-change-group rather than
778 issuing EXAMINE manually.
779 (nnimap-find-article-by-message-id):
780 Use `nnimap-possibly-change-group' with read-only argument.
781 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
782 We cannot possibly change because we need to be sure that it's either
783 read-write or read-only.
784
785 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
786
787 * gnus-sum.el (gnus-summary-insert-old-articles):
788 Don't include unexisting messages.
789
790 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
791
792 * gnus-start.el (gnus-clean-old-newsrc):
793 Remove totally bogus `unexists' entries.
794 (gnus-clean-old-newsrc): Fix last checkin.
795
796 * nnimap.el (nnimap-update-info):
797 None of the articles below the active low-water mark exist.
798
799 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
800
801 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
802
803 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
804
805 * nnimap.el (nnimap-request-scan):
806 Allow `nnimap-inbox' to be a list of inboxes.
807
808 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
809
810 * gnus-group.el (gnus-group-expire-articles-1):
811 Don't try to expire messages that don't exist.
812
813 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
814
815 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
816
817 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
818
819 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
820
821 * gnus-start.el (gnus-clean-old-newsrc):
822 Delete `unexist' from pre-Ma Gnus 0.3.
823
824 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
825
826 * gnus-sum.el (gnus-summary-local-variables):
827 Make `gnus-newsgroup-unexist' into a local variable.
828
829 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
830
831 * gnus-sum.el (gnus-adjust-marked-articles):
832 Add to `gnus-newsgroup-unexist'.
833
834 * gnus.el (gnus-article-mark-lists):
835 Add `unexist' to the list of marks.
836 (gnus-article-special-mark-lists):
837 Put the `unexist' in the special marks list instead.
838
839 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
840 articles in the list of articles to be selected.
841
842 * nnimap.el (nnimap-retrieve-group-data-early):
843 Query for unexisting articles.
844 (nnimap-update-info): Keep track of unexisting articles.
845 (nnimap-update-qresync-info): Ditto.
846
847 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
848
849 * gnus-start.el (gnus-clean-old-newsrc): New function.
850 (gnus-read-newsrc-file): Use it.
851
852 2013-07-02 Daiki Ueno <ueno@gnu.org>
853
854 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
855 of 'create-image' for XEmacs compatibility; check errors when decoding
856 image. Reported by Uwe Brauer.
857
858 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
859
860 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
861 gnus-button-push revised at 2011-01-19.
862
863 2013-06-19 Glenn Morris <rgm@gnu.org>
864
865 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
866
867 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
868
869 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
870
871 2013-06-18 Glenn Morris <rgm@gnu.org>
872
873 * eww.el, shr.el, shr-color.el: Move to ../net.
874
875 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
876
877 * shr.el (shr-tag-table): Insert the images after the table, so that
878 they're not covered by the table colourisation, which often looked
879 awkward.
880 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
881 <dd>.
882
883 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
884
885 * eww.el (eww-detect-charset): Improve regexp; move backward.
886
887 2013-06-18 Glenn Morris <rgm@gnu.org>
888
889 * mm-decode.el (widget-convert-button): Autoload.
890
891 * sieve-manage.el (mm-enable-multibyte): Autoload.
892
893 * shr.el (libxml-parse-html-region): Declare.
894 (shr-render-buffer): Explicit error if no libxml2 support.
895
896 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
897
898 * auth-source.el (auth-source-current-line): New function.
899 (auth-source-netrc-parse-entries): When a data token is "machine",
900 assume we're in the wrong place and abort parsing the current line.
901
902 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
903
904 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
905 (eww-convert-widgets): Don't bug out if the first widget starts at the
906 beginning of the buffer.
907 (eww-convert-widgets): Fix last patch.
908 (eww-tag-input): Support <input type=image>.
909
910 * shr.el (shr-insert-table): Respect border-collapse: collapse.
911 (shr-tag-base): Protect against base specs that are degenerate.
912 (shr-ensure-paragraph): Don't delete empty lines that have text
913 properties, because these may be input fields.
914
915 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
916 we can navigate to them.
917
918 * shr.el (shr-colorize-region): Put the colours over the entire region.
919 (shr-inhibit-decoration): New variable.
920 (shr-add-font): Use it to inhibit text property decorations while doing
921 preliminary table renderings. This speeds up typical Wikipedia page
922 renderings by 15%.
923 (shr-tag-span): Don't respect the <title>, because that overwrites the
924 help-echo from links inside the spans.
925 (shr-next-link): Use `help-echo' for navigation, so that we can
926 navigate to form elements, too.
927
928 * eww.el (eww-button): New face.
929 (eww-convert-widgets): Use it to make submit buttons more button-like.
930
931 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
932 that Gnus commands work.
933
934 * shr.el (shr-render-td): Support horizontal alignment.
935
936 * eww.el (eww-put-color): Remove.
937 (eww-colorize-region): Use `add-face-text-property'.
938
939 * shr.el (shr-add-font): Append face data, so that we get the correct
940 precedence: The innermost value (which is applied first) wins.
941 (shr-make-overlay): Obsolete function.
942
943 * mm-decode.el (mm-convert-shr-links): New function to convert
944 new-style shr URL links into widgets.
945 (mm-shr): Use it.
946
947 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
948 widget commands, since we're no longer using widgets for links.
949
950 * shr.el (shr-next-link): New command.
951 (shr-previous-link): New command.
952 (shr-urlify): Don't use `widget-convert', because that's slow.
953 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
954 because collecting the overlays and reapplying them when generating
955 tables is slow.
956 (shr-insert-table): Ditto.
957
958 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
961 * shr.el (browse-url): Require `url'.
962 * eww.el (url): Require format-spec.
963
964 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
965
966 * eww.el (eww-display-html): Default to using the entire window width.
967 (eww-browse-url): Don't add a User-Agent header (twice), because that
968 makes Bing refuse connection.
969
970 * shr.el (shr-make-table): Cache the table rendering at the table
971 level, and not the <td> level. This is a bit faster.
972
973 * eww.el (eww-render): Go to the correct ID when given URLs ending with
974 #id.
975
976 * shr.el (shr-tag-li): Don't require a new paragraph, since other
977 browsers don't.
978 (shr-expand-url): Respect #anchor links.
979 (shr-parse-base): Chop off the anchor before using.
980 (shr-descend): Respect display: none.
981 (shr-descend): Allow marking elements that have certain IDs.
982
983 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
984
985 * shr.el (shr-expand-url): Don't bug out on zero-length links.
986
987 * eww.el (eww-tag-textarea): Support <textarea>.
988
989 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
990
991 * shr.el (shr-dom-to-xml): Fix function call.
992
993 * eww.el (eww): New group.
994 (eww-header-line-format): New custom variable.
995 (eww-current-title): New variable.
996 (eww-display-html): Update header and handle title tag.
997 (eww-update-header-line-format): New function.
998 (eww-tag-title): New function.
999
1000 * shr.el (shr-dom-to-xml): New function.
1001 (shr-tag-svg): Add support for the SVG tag.
1002 (shr-bullet): New custom variable.
1003 (shr-tag-li): Support custom bullet in unordered lists.
1004
1005 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1006
1007 * shr.el (shr-expand-url): Respect // URLs.
1008
1009 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1010 put a background colour onto the entire buffer.
1011 (eww-render): When being redirected, use the redirect URL as the new
1012 base URL.
1013
1014 * shr.el (shr-parse-base): Fix parsing error.
1015
1016 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1017
1018 * shr.el (shr-parse-base): New function.
1019 (shr-expand-url): Use it to expand relative URLs reliably.
1020
1021 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1022
1023 * auth-source.el (auth-source-search-collection): Fix docstring.
1024 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1025 single-quoted strings and multiline entries.
1026 (auth-source-netrc-parse-next-interesting)
1027 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1028 New functions to support parser.
1029
1030 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1031
1032 * eww.el (eww-submit): Get submit button logic right when hitting RET
1033 on non-submit buttons.
1034
1035 * shr.el: Remove shr-preliminary-table-render, since that can't really
1036 be used for anything in practice.
1037
1038 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1039
1040 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1041 (sieve-manage-quit).
1042
1043 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1044
1045 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1046 control the maximum size of photo ID image.
1047 (mml2015-epg-key-image-to-string): Respect it.
1048
1049 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1050
1051 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1052 instead of the final one so that we can more easily distinguish them.
1053
1054 * eww.el (eww-submit): Compute the submission URL correctly.
1055
1056 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1059 Use plist-get rather than CL's getf.
1060 (sieve-manage-parse-capability): Avoid CL's remove-if.
1061
1062 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1063
1064 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1065 last slash.
1066
1067 * eww.el (eww-tag-select): Use the first value as the default value.
1068
1069 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1070
1071 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1072 (eww-mode): Use `define-derived-mode'.
1073 (eww-parse-headers): Parse headers from beginning of buffer so that
1074 file:// links work.
1075
1076 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1077
1078 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1079
1080 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1081
1082 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1083 to handle them at all.
1084
1085 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1086
1087 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1088 work, too.
1089 (eww-tag-select): Implement <select>.
1090
1091 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1092
1093 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1094 stream managing functions by using open-protocol-stream to do most of
1095 the work. Has the nice benefit of enabling STARTTLS.
1096 Wait for capabilities after STARTTLS: following RFC5804, the server
1097 sends new capabilities after successfully establishing a TLS connection
1098 with the client. The client should update the cached list of
1099 capabilities, but we just ignore the answer for now.
1100 (sieve-manage-network-p, sieve-manage-network-open)
1101 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1102 (sieve-manage-forward, sieve-manage-streams)
1103 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1104 API, nor called by any other function.
1105 Enable Multibyte for SieveManage buffers: The parser won't properly
1106 handle umlauts and line endings unless multibyte is turned on in the
1107 process buffer.
1108
1109 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1110
1111 * eww.el (eww-tag-input): Support password fields.
1112 (eww-submit): Support POST.
1113
1114 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1115
1116 * eww.el (eww-tag-form): Protect against degenerate forms.
1117
1118 * shr.el (shr-expand-url): Expand URLs that start with a slash
1119 correctly.
1120
1121 * eww.el (eww-submit): Get submit button logic right.
1122
1123 * shr.el (shr-final-table-render): New variable to signal when we're
1124 doing the final table rendering so that we can collect more data at
1125 that point.
1126
1127 * eww.el (eww-submit): Make form submission work.
1128 (eww-tag-input): Implement submit buttons.
1129 (eww-click-radio): Implement radio and checkboxes.
1130 (eww-submit): Handle hidden elements.
1131
1132 * shr.el (shr-descend): Allow other packages to override (or provide)
1133 rendering of elements.
1134 (shr-expand-url): Strip query strings from URLs before expanding them.
1135
1136 * eww.el: Don't require cl-lib.
1137 (eww-tag-form): Start form support.
1138
1139 * eww.el: Start writing a new, tiny web browser.
1140 (eww-previous-url): New command.
1141 (eww-quit): New command.
1142
1143 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1144
1145 * sieve.el: Put point at beginning of buffer when viewing a script.
1146 (sieve-open-server): Respect the PORT parameter. Show the correct port
1147 number in sieve-buffer's header. Fixed code to also work with a string
1148 as port specifier. Properly close the connection on pressing 'q'. Make
1149 sieve-manage-quit close the connection and process buffer. Also, remove
1150 duplicate keybinding for 'q'.
1151
1152 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1153
1154 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1155 make it easier to read.
1156 (mm-pkcs7-enveloped-magic): Ditto.
1157
1158 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1159
1160 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1161 before `image-type-available-p' to avoid loading the image libraries
1162 needlessly.
1163
1164 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1165
1166 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1167 assume Date header begins with "Date", that may be customized into
1168 something like "X-Sent" using gnus-article-time-format.
1169 (article-transform-date): Allow multi-line Date header.
1170
1171 2013-06-02 David Engster <deng@randomsample.de>
1172
1173 * registry.el (initialize-instance, registry-lookup)
1174 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1175 (registry-lookup-secondary-value, registry-search, registry-delete)
1176 (registry-insert, registry-reindex, registry-size, registry-prune):
1177 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1178 changes in EIEIO (introduction of eieio-core.el).
1179
1180 2013-05-30 Glenn Morris <rgm@gnu.org>
1181
1182 * nnmail.el (nnmail-fancy-expiry-target):
1183 Also bind mail-dont-reply-to-names.
1184
1185 * spam-stat.el (spam-stat-save):
1186 No need to tweak font-lock in temp buffers.
1187
1188 * shr.el (shr-put-image): Silence compiler.
1189
1190 2013-05-29 Glenn Morris <rgm@gnu.org>
1191
1192 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1193
1194 * gnus-group.el (gnus-sequence-of-unread-articles)
1195 (gnus-summary-add-mark, gnus-mark-article-as-read)
1196 (gnus-group-make-articles-read): Declare.
1197
1198 * gnus-sum.el (gnus-parameter-list-identifier)
1199 (gnus-article-stop-animations, gnus-stop-downloads)
1200 (gnus-article-only-boring-p, article-goto-body)
1201 (gnus-flush-original-article-buffer, article-narrow-to-head)
1202 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1203 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1204
1205 * gnus.el: No need to eval-and-compile autoloads.
1206
1207 * gravatar.el (help-function-arglist): Autoload.
1208
1209 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1210
1211 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1212
1213 * spam.el: No need to load spam-report when compiling.
1214 No need to eval-and-compile autoloads.
1215 (spam-report-resend-to): Declare.
1216 (spam-report-resend-register-routine): Require 'spam-report.
1217
1218 2013-05-24 Julien Danjou <julien@danjou.info>
1219
1220 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1221 setup.
1222
1223 2013-05-23 Glenn Morris <rgm@gnu.org>
1224
1225 * gnus-util.el (rmail-swap-buffers-maybe)
1226 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1227 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1228 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1229
1230 * mm-decode.el: No need to load term when compiling.
1231 (term-mode, term-char-mode): Declare.
1232
1233 * mm-util.el: No need to load jka-compr when compiling.
1234 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1235
1236 * nnmaildir.el: Require is automatically eval-and-compile.
1237 (nnmail): Require at run-time too.
1238
1239 * registry.el (registry-size): Move definition before use.
1240
1241 2013-05-22 Daiki Ueno <ueno@gnu.org>
1242
1243 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1244 signed data to conform the standard. (Bug#14232)
1245
1246 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1247
1248 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1249 double angle quotation mark.
1250
1251 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1252
1253 * message.el (message-insert-formatted-citation-line): Handle finding
1254 first/lastname when more than 2 names appear.
1255
1256 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1257
1258 * shr.el (shr-tag-span): New function.
1259
1260 2013-05-18 Glenn Morris <rgm@gnu.org>
1261
1262 * message.el (message-mode): Use message-mode-abbrev-table,
1263 with text-mode-abbrev-table as parent. (Bug#14413)
1264
1265 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1266
1267 * message.el (message-expand-group): Decode group names.
1268
1269 2013-05-16 Julien Danjou <julien@danjou.info>
1270
1271 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1272 app-icon.
1273
1274 2013-05-15 Glenn Morris <rgm@gnu.org>
1275
1276 * shr-color.el (shr-color-visible-luminance-min)
1277 (shr-color-visible-distance-min): Use shr-color group.
1278
1279 2013-05-11 Glenn Morris <rgm@gnu.org>
1280
1281 * gnus-vm.el: Make it loadable without VM.
1282 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1283 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1284
1285 2013-05-09 Glenn Morris <rgm@gnu.org>
1286
1287 * mml1991.el: Make it loadable. (Bug#13456)
1288
1289 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1290 * gnus-async.el (gnus-async-post-fetch-function):
1291 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1292 * gnus-html.el (gnus-html-image-cache-ttl):
1293 * gnus-notifications.el (gnus-notifications-timeout):
1294 * gnus-picon.el (gnus-picon-properties):
1295 * gnus-util.el (gnus-completion-styles):
1296 * gnus.el (gnus-other-frame-resume-function):
1297 * message.el (message-user-organization-file)
1298 (message-cite-reply-position):
1299 * nnir.el (nnir-summary-line-format)
1300 (nnir-retrieve-headers-override-function):
1301 * shr-color.el (shr-color-visible-luminance-min):
1302 * shr.el (shr-blocked-images):
1303 * spam-report.el (spam-report-resend-to):
1304 * spam.el (spam-summary-exit-behavior): Fix custom types.
1305
1306 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1307
1308 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1309
1310 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1311 because of let-binding help-xref-following. (Bug#14356)
1312
1313 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1314
1315 * message.el (message-bury, message-send-and-exit):
1316 Revert 2013-05-04 change.
1317
1318 2013-05-06 Glenn Morris <rgm@gnu.org>
1319
1320 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1321
1322 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1323
1324 * message.el (message-bury): Make `buffer' optional.
1325 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1326 (bug#14085).
1327
1328 2013-05-04 Andrew Cohen <cohen@bu.edu>
1329
1330 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1331 entering into the registry.
1332
1333 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1334
1335 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1336 (Bug#14304)
1337
1338 2013-04-27 Glenn Morris <rgm@gnu.org>
1339
1340 * gnus.el (gnus-list-debbugs):
1341 Use require rather than autoload. (Bug#14262)
1342
1343 2013-04-27 Julien Danjou <julien@danjou.info>
1344
1345 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1346 port to "sieve" now that it has an official IANA port assigned.
1347
1348 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1349
1350 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1351 Don't set the MAILHOST environment variable permanently (Bug#14271).
1352
1353 2013-04-26 Glenn Morris <rgm@gnu.org>
1354
1355 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1356
1357 2013-04-25 Andrew Cohen <cohen@bu.edu>
1358
1359 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1360 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1361
1362 2013-04-24 Andrew Cohen <cohen@bu.edu>
1363
1364 * nnir.el (nnir-close-group): Make sure we are in the right group.
1365
1366 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1367 dependency table from all newly retrieved headers.
1368
1369 2013-04-16 David Edmondson <dme@dme.org>
1370
1371 Support <img src="data:...">.
1372
1373 * shr.el (shr-image-from-data): New function.
1374 (shr-tag-img): Use it.
1375
1376 2013-04-14 Andrew Cohen <cohen@bu.edu>
1377
1378 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1379 group.
1380
1381 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1382
1383 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1384 corresponding to any existing group (Bug#14166).
1385
1386 2013-04-10 Andrew Cohen <cohen@bu.edu>
1387
1388 * nnir.el (number-sequence): No longer used.
1389 (nnir-request-set-mark): New function.
1390 (nnir-request-update-info): Improve marks updating.
1391 (nnir-request-scan): Don't duplicate marks updating.
1392 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1393 Use 'assq rather than 'assoc. Quote anonymous function.
1394 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1395 Use 'gnus-group-prefixed-p.
1396 (gnus-summary-create-nnir-group): Make sure server for method is open.
1397
1398 2013-04-04 Andrew Cohen <cohen@bu.edu>
1399
1400 * nnir.el (gnus-nnir-group-p): New function.
1401 (nnir-possibly-change-group): Use it.
1402
1403 * gnus-msg.el (gnus-setup-message): Use it.
1404
1405 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1406
1407 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1408 `initial-input' for the argument name.
1409 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1410
1411 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1412
1413 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1414 (used by MH-E).
1415
1416 2013-04-01 Andrew Cohen <cohen@bu.edu>
1417
1418 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1419 group.
1420
1421 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1422 fix compilation.
1423
1424 2013-03-31 Andrew Cohen <cohen@bu.edu>
1425
1426 * nnir.el (nnir-method-default-engines): And another typo.
1427
1428 2013-03-30 Andrew Cohen <cohen@bu.edu>
1429
1430 * nnir.el (nnir-method-default-engines): Fix typo.
1431
1432 2013-03-29 Andrew Cohen <cohen@bu.edu>
1433
1434 * nnir.el: Define 'number-sequence for xemacs.
1435 (gnus-summary-create-nnir-group): New function to create an nnir group
1436 from an nnir summary buffer based on the current query.
1437 (nnir-request-create-group): Update to allow nnir group creation based
1438 on the current query.
1439
1440 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1441
1442 * nndraft.el (nndraft-request-expire-articles):
1443 Make expiry target always `delete'.
1444
1445 2013-03-27 Andrew Cohen <cohen@bu.edu>
1446
1447 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1448 buffer use the posting-style and gcc of the original article group.
1449 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1450
1451 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1452 after other deffoos.
1453
1454 2013-03-26 Andrew Cohen <cohen@bu.edu>
1455
1456 * nnir.el: Major rewrite. Cleaner separation between searches and group
1457 management. Marks are now shown in nnir summary buffers.
1458 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1459 (gnus-summary-make-nnir-group): New function for initiating searches
1460 from a summary buffer.
1461
1462 2013-03-18 Sam Steingold <sds@gnu.org>
1463
1464 * message.el (message-bury): Minor cleanup.
1465
1466 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1467
1468 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1469 nnml-request-list. (Bug#13873)
1470 (nndir-request-newsgroups): Remove, unused.
1471
1472 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1473
1474 2013-03-03 Ted Phelps <phelps@gnusto.com>
1475
1476 * shr.el: Make all the overlays set the `evaporate' property so that
1477 they're removed properly.
1478
1479 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1480
1481 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1482 shell-quote-argument.
1483
1484 2013-02-22 David Engster <deng@randomsample.de>
1485
1486 * gnus-registry.el (gnus-registry-save): Provide class name when
1487 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1488 Use `condition-case' to stay compatible with older EIEIO versions which
1489 only accept one argument.
1490
1491 2013-02-17 Daiki Ueno <ueno@gnu.org>
1492
1493 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1494 (epg-user-id-validity): Autoload.
1495 (mml2015-epg-check-user-id): New function.
1496 (mml2015-epg-check-sub-key): New function split from
1497 mml2015-epg-find-usable-key.
1498 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1499 optional name-is-key-id, to handle the case when user-id is unusable.
1500 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1501
1502 2013-02-17 Glenn Morris <rgm@gnu.org>
1503
1504 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1505
1506 2013-02-16 Glenn Morris <rgm@gnu.org>
1507
1508 * shr.el (shr-put-image): Only animate images that specify a delay.
1509 This is consistent with the old image-animated-p behavior.
1510
1511 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1512
1513 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1514 for XEmacs.
1515
1516 2013-02-13 Juri Linkov <juri@jurta.org>
1517
1518 * gnus-art.el (gnus-article-mode-map):
1519 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1520 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1521
1522 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1523
1524 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1525 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1526
1527 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1528
1529 * auth-source.el (auth-source-format-prompt): Don't get confused by
1530 any "\" in replacement text. (Bug#13637)
1531
1532 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1533
1534 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1535 (gnus-backend-trace): Honor gnus-backend-trace.
1536
1537 * mml.el (mml-insert-part): Insert closing tag.
1538
1539 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1540
1541 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1542
1543 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1544 able to find the article, which can happen in debbugs groups,
1545 apparently.
1546
1547 2013-01-16 Glenn Morris <rgm@gnu.org>
1548
1549 * smiley.el (smiley-style): Make the file loadable in batch mode.
1550
1551 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1554 imap process running.
1555
1556 2013-01-14 Julien Danjou <julien@danjou.info>
1557
1558 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1559 Compare addresses against addresses, not against the full From field.
1560
1561 2013-01-13 Richard Stallman <rms@gnu.org>
1562
1563 * message.el (message-forward-make-body-mime): New args BEG, END
1564 specify what part of FORWARD-BUFFER to use. Do the work directly
1565 instead of calling `mml-insert-buffer'.
1566
1567 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1568
1569 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1570 cross-reference(s).
1571
1572 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1573 cross-reference(s).
1574
1575 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1576
1577 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1578 and point-max-marker.
1579 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1580
1581 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1582
1583 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1584 to mml2015-encrypt-to-self.
1585 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1586
1587 2013-01-09 Daiki Ueno <ueno@gnu.org>
1588
1589 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1590 mml-smime-epg-find-usable-secret-key.
1591
1592 2013-01-08 Glenn Morris <rgm@gnu.org>
1593
1594 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1595
1596 2013-01-07 Daiki Ueno <ueno@gnu.org>
1597
1598 * mml-smime.el: Support signing by sender.
1599 Requested by Uwe Brauer.
1600 (mml-smime-sign-with-sender): New user option analogous
1601 to mml2015-sign-with-sender.
1602 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1603 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1604 mml2015.el.
1605
1606 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1607
1608 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1609 isn't running, because Gnus will probably not know how to handle the
1610 Gcc header (bug#11941).
1611
1612 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1613 articles.
1614
1615 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1616
1617 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1618 (nnfolder-generate-active-file): Make this function work with recursive
1619 folder names.
1620
1621 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1622
1623 * nntp.el (nntp-open-connection): Use HELP as the capability command
1624 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1625 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1626
1627 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1628
1629 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1630 place holder since this gives `Invalid face reference: nil' messages.
1631 Use the `default' face instead. It has the same effect here, even
1632 though it is not no-op.
1633
1634 * gnus-util.el
1635 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1636
1637 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1638
1639 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1640 non-string posting styles (bug#13285).
1641
1642 2012-12-27 Glenn Morris <rgm@gnu.org>
1643
1644 * plstore.el (plstore-passphrase-callback-function):
1645 Use plstore-get-file.
1646
1647 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1648
1649 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1650 stderr.
1651
1652 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1653 group is nil.
1654
1655 * shr.el (shr-tag-em): Render as italic, not bold.
1656
1657 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1658
1659 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1660
1661 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1662
1663 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1664 temporary file to get PGP key image. Pass no-show-photos when
1665 extracting image to avoid having it pop up twice.
1666
1667 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1668
1669 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1670 eligible for treatment.
1671
1672 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1673 lines. This makes summary commands with hidden threads work more
1674 reliably.
1675
1676 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1677 button to mark the hidden citations (bug#9395).
1678
1679 2012-12-26 Daiki Ueno <ueno@gnu.org>
1680
1681 * mml2015.el (mml2015-epg-signature-to-string): New function.
1682 (mml2015-epg-verify-result-to-string): New function.
1683 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1684 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1685 instead of epg-verify-result-to-string.
1686 (epg-signature-key-id, epg-signature-to-string): Autoload.
1687 (epg-verify-result-to-string): Remove autoload.
1688
1689 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1690
1691 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1692 ID image from GPG public key.
1693 (mml2015-epg-key-image-to-string): New function.
1694
1695 2012-12-25 Leo Liu <sdl.web@gmail.com>
1696
1697 * plstore.el (plstore-passphrase-callback-function): Fix error when
1698 error when plstore-cache-passphrase-for-symmetric-encryption is set
1699 (bug#13264).
1700
1701 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1702
1703 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1704 buffer to the article buffer here, because that clobbers multiple
1705 article buffers.
1706
1707 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1708 buffer always points to the right summary buffer.
1709
1710 2012-12-25 John Wiegley <jwiegley@gmail.com>
1711
1712 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1713 the password (bug#12097).
1714
1715 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1716
1717 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1718 (bug#13263).
1719
1720 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1721 buffer exists before using it (bug#12475).
1722
1723 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1724 offline groups (bug#11937).
1725
1726 * message.el (message-yank-original): When using customize to set the
1727 value of `message-cite-style', the variable it set to a symbol that's
1728 the name of the variable, which must then be dereferenced (bug#12616).
1729
1730 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1731
1732 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1733 the `face' property with a list whose car is the face specified in the
1734 format string and whose cdr is (nil).
1735 * lisp/gnus-util.el
1736 (gnus-put-text-property-excluding-characters-with-faces):
1737 Change accordingly.
1738 (gnus-get-text-property-excluding-characters-with-faces): New function.
1739 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1740 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1741 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1742
1743 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1744
1745 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1746 login methods.
1747 (nnimap-login): Respect the `nnimap-authenticator' variable.
1748
1749 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1750 mark state when moving articles. Otherwise unticked articles will get
1751 their ticks back after moving.
1752
1753 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1754
1755 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1756
1757 * message.el (message-ignored-news-headers): Always remove
1758 X-Message-SMTP-Method to avoid information leakage if the user
1759 mistakenly inserts the header into news messages.
1760
1761 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1762
1763 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1764 right than four characters, this command would move point to
1765 `point-max'. Don't do that.
1766
1767 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1768 to nil to allow re-selecting groups that gain articles.
1769 (gnus-bug-group-download-format-alist): Update the URL.
1770
1771 2012-12-23 Andreas Schwab <schwab@suse.de>
1772
1773 * shr.el (shr-tag-em): Render em as italic, not bold.
1774
1775 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1776
1777 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1778 for reuse.
1779 (gnus-open-server): Use it to add more tracing.
1780 (gnus-finish-retrieve-group-infos): Add backend tracing.
1781 (gnus-backend-trace): Also note the elapsed seconds.
1782
1783 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1784
1785 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1786 Set epa-file-encrypt-to from variable to avoid querying.
1787
1788 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1789
1790 * sieve-mode.el (sieve-font-lock-keywords):
1791 Keywords should be word delimited. (Bug#13173)
1792
1793 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1794
1795 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1796 instead of <pre> to align message header.
1797
1798 2012-12-12 Sam Steingold <sds@gnu.org>
1799
1800 * gnus.el (gnus-other-frame-resume-function): Add user option.
1801 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1802
1803 2012-12-06 Sam Steingold <sds@gnu.org>
1804
1805 * gnus-start.el (gnus-before-resume-hook): Add.
1806 (gnus-1): Run it when Gnus is alive.
1807
1808 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1809
1810 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1811 * gnus-art.el (article-unsplit-urls)
1812 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1813 * gnus-registry.el (gnus-registry-get-article-marks)
1814 * message.el (message-goto-body): Use it.
1815 (message-called-interactively-p): Remove.
1816
1817 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1818 (spam-stat-score-buffer): Use it.
1819
1820 * spam.el: Silence the warnings against BBDB functions when compiling.
1821
1822 * gnus-score.el (gnus-score-decode-text-parts):
1823 Use append+mapcar instead of the cl function mapcan.
1824
1825 * gmm-utils.el (gmm-flet): Remove.
1826
1827 * gnus-sync.el (gnus-sync-lesync-call):
1828 Avoid overriding json-alist-p.
1829
1830 * message.el (message-read-from-minibuffer):
1831 Avoid overriding mail-abbrev-in-expansion-header-p.
1832
1833 2012-12-05 Sam Steingold <sds@gnu.org>
1834
1835 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1836 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1837 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1838
1839 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1840
1841 * gmm-utils.el (gmm-called-interactively-p): Revert.
1842 This seems to cause Emacs to get stuck!
1843 * gnus-art.el (article-unsplit-urls)
1844 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1845 * gnus-registry.el (gnus-registry-get-article-marks)
1846 * message.el (message-goto-body)
1847 (message-called-interactively-p): Revert.
1848
1849 * gmm-utils.el (gmm-called-interactively-p): New function.
1850 * gnus-art.el (article-unsplit-urls)
1851 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1852 * gnus-registry.el (gnus-registry-get-article-marks)
1853 * message.el (message-goto-body): Use it.
1854 (message-called-interactively-p): Remove.
1855
1856 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1857 * gnus-sync.el (gnus-sync-lesync-call)
1858 * message.el (message-read-from-minibuffer): Use it.
1859
1860 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1861
1862 * gmm-utils.el (gmm-flet): Remove.
1863 * gnus-sync.el (gnus-sync-lesync-call)
1864 * message.el (message-read-from-minibuffer): Don't use it.
1865
1866 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1867
1868 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1869
1870 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1871
1872 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1873
1874 * gnus-sync.el (gnus-sync-lesync-call)
1875 * message.el (message-read-from-minibuffer): Use gmm-flet.
1876
1877 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1878
1879 * gnus-util.el (gnus-macroexpand-all): Remove.
1880
1881 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1882
1883 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1884 to TAB, not [tab].
1885 (gnus-summary-article-map): Likewise.
1886
1887 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1888 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1889
1890 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1891
1892 * message.el (message-get-reply-headers):
1893 Make sure the reply goes to the author if it is a wide reply.
1894
1895 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1896
1897 * gnus-score.el (gnus-score-body):
1898 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1899 scoring by body.
1900
1901 2012-11-16 Glenn Morris <rgm@gnu.org>
1902
1903 * gnus-diary.el (nndiary-request-create-group-functions)
1904 (nndiary-request-update-info-functions)
1905 (gnus-subscribe-newsgroup-functions)
1906 (nndiary-request-accept-article-functions):
1907 Use new names for hooks rather than obsolete aliases.
1908
1909 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1910
1911 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1912 in meta tag with the one the part specifies in its header.
1913
1914 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1915
1916 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1917 by default.
1918
1919 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1920
1921 New UIDL implementation.
1922
1923 * mail-source.el (mail-sources, mail-source-keyword-map):
1924 Add :leave as a pop3 keyword.
1925 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1926
1927 * pop3.el (pop3-leave-mail-on-server): Allow number.
1928 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1929 (pop3-movemail): Add UIDL support.
1930 (pop3-send-streaming-command): Take a list of mail numbers instead of
1931 the number of mails.
1932 (pop3-write-to-file): Add X-UIDL header.
1933 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1934 (pop3-uidl-add-xheader): New functions.
1935
1936 * message.el (message-ignored-resent-headers):
1937 Add X-Content-Length and X-UIDL headers.
1938
1939 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1940
1941 * nndiary.el (nndiary-request-create-group-functions)
1942 (nndiary-request-update-info-functions)
1943 (nndiary-request-accept-article-functions):
1944 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1945 "-hooks" suffix.
1946
1947 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1948
1949 * starttls.el (starttls-extra-arguments): Doc fix.
1950
1951 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1952
1953 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1954 it.
1955
1956 2012-10-06 Glenn Morris <rgm@gnu.org>
1957
1958 * gnus-notifications.el (gnus-notifications):
1959 Add missing group :version tag.
1960 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1961 (gnus-gcc-post-body-encode-hook):
1962 * gnus-sync.el (gnus-sync-lesync-name)
1963 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1964
1965 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1966
1967 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1968 a user about whether to delete temp files if once a user answered as n.
1969
1970 2012-09-17 Richard Stallman <rms@gnu.org>
1971
1972 * message.el (message-in-body-p): Don't set mark or modify buffer.
1973
1974 * mml.el (mml-attach-file): Doc fix.
1975 (mml-attach-external, mml-attach-buffer, mml-attach-file):
1976 Set mail-encode-mml when in Mail mode.
1977 Simplify code to set HEAD and move back to HEAD.
1978 (mml-insert-multipart, mml-insert-part):
1979 Set mail-encode-mml when in Mail mode.
1980
1981 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1982
1983 * gnus-util.el (gnus-timer--function): New function.
1984
1985 * gnus-art.el (gnus-article-stop-animations): Use it.
1986
1987 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1988
1989 Fix glitches caused by addition of psec to timers.
1990 * gnus-art.el (gnus-article-stop-animations): Use timer--function
1991 rather than raw access to timer vector.
1992
1993 2012-09-11 Julien Danjou <julien@danjou.info>
1994
1995 * gnus-notifications.el (gnus-notifications): Check for nil values in
1996 ignored addresses check.
1997
1998 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2001
2002 2012-09-07 Chong Yidong <cyd@gnu.org>
2003
2004 * gnus-util.el
2005 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2006
2007 * gnus-salt.el (gnus-tree-highlight-node):
2008 * gnus-sum.el (gnus-summary-highlight-line):
2009 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2010
2011 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2012
2013 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2014
2015 2012-09-06 Juri Linkov <juri@jurta.org>
2016
2017 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2018 scheme for buffer names to be more consistent with other group and
2019 article buffer names in Gnus.
2020
2021 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2022
2023 * gnus-util.el
2024 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2025
2026 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2027 Jenkner.
2028
2029 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2030
2031 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2032
2033 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2034
2035 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2036
2037 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2038 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2039
2040 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2041 string-prefix-p in Emacs >=23.2.
2042
2043 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2044 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2045 instead of string-match-p.
2046 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2047
2048 2012-09-06 Kenichi Handa <handa@gnu.org>
2049
2050 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2051 lowercase a..f.
2052
2053 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2054
2055 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2056
2057 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2058
2059 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2060 TIME is set.
2061
2062 2012-09-05 Juri Linkov <juri@jurta.org>
2063
2064 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2065 than one group at a time (bug#11961).
2066
2067 2012-09-05 Julien Danjou <julien@danjou.info>
2068
2069 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2070 this hide the real reason with a message giving absolutely no hint.
2071
2072 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2073
2074 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2075 to the backend (bug#11804).
2076
2077 * message.el (message-insert-newsgroups): Don't insert newsgroup
2078 duplicates (bug#12275).
2079
2080 2012-09-05 John Wiegley <johnw@newartisans.com>
2081
2082 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2083 sieve rules.
2084
2085 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2086
2087 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2088 function.
2089
2090 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2091
2092 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2093
2094 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2095
2096 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2097 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2098 This should make nnmaildir more usable with offlineimap.
2099
2100 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2101
2102 * gnus-notifications.el (gnus-notifications-notify): Use it.
2103
2104 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2105 warnings on XEmacs.
2106
2107 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2108
2109 Better seeds for (random).
2110 * gnus-sync.el (gnus-sync-lesync-setup):
2111 * message.el (message-canlock-generate, message-unique-id):
2112 Change (random t) to (random), now that the latter is more random.
2113
2114 2012-08-31 Dave Abrahams <dave@boostpro.com>
2115
2116 * auth-source.el (auth-sources): Fix macos keychain access.
2117
2118 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2119 allow the backend `request-head' function to determine the group
2120 name on its own.
2121 (gnus-request-expire-articles): Filter out negative article numbers
2122 during expiry (Bug#11980).
2123
2124 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2125 O(N^2) to O(N). This makes warping into huge groups tolerable.
2126
2127 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2128 you've found the article when you haven't.
2129
2130 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2133
2134 2012-08-30 Julien Danjou <julien@danjou.info>
2135
2136 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2137 `gnus-notifications-timeout'.
2138 (gnus-notifications-timeout): Add.
2139 (gnus-notifications-action): New function.
2140 (gnus-notifications-notify): Add :action using
2141 `gnus-notifications-action'.
2142 (gnus-notifications-id-to-msg): New variable.
2143 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2144 notifications id to messages.
2145
2146 2012-08-30 Kenichi Handa <handa@gnu.org>
2147
2148 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2149 once.
2150
2151 2012-08-29 Julien Danjou <julien@danjou.info>
2152
2153 * gnus-notifications.el: New file.
2154 (gnus-notifications-notify): New function.
2155 (gnus-notifications): Use `gnus-notifications-notify'.
2156
2157 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2158
2159 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2160 transfer encoding first; bind gnus-newsgroup-charset to the charset
2161 that the article specifies (Bug#12209).
2162
2163 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2164
2165 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2166 (gnus-group-customize-done): Encode values posting-style holds.
2167
2168 * gnus-msg.el (gnus-summary-resend-message)
2169 (gnus-configure-posting-styles): Decode values posting-style group
2170 parameter holds.
2171
2172 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2173
2174 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2175 `name' and `address' in Resent-From header.
2176
2177 2012-08-14 Chong Yidong <cyd@gnu.org>
2178
2179 * gnus-art.el (article-display-face): Handle failure in
2180 gnus-create-image (Bug#11802).
2181
2182 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2185 Use defsetf.
2186
2187 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2188
2189 * auth-source.el (auth-source-plstore-search)
2190 (auth-source-secrets-search): Ignore :require and :type in search spec.
2191
2192 2012-08-06 Julien Danjou <julien@danjou.info>
2193
2194 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2195 Remove autoload, already handled by gnus.el.
2196
2197 2012-08-05 Julien Danjou <julien@danjou.info>
2198
2199 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2200 Add autoload.
2201
2202 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2203
2204 * gnus.el (gnus-valid-select-methods): Fix custom type.
2205
2206 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2207
2208 * auth-source.el (auth-sources, auth-source-backend-parse)
2209 (auth-source-macos-keychain-search)
2210 (auth-source-macos-keychain-search-items)
2211 (auth-source-macos-keychain-result-append)
2212 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2213 auth-source.el through the /usr/bin/security utility.
2214 (auth-sources): Fix syntax error.
2215 (auth-source-macos-keychain-result-append): Fix variable name.
2216 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2217
2218 2012-07-27 Julien Danjou <julien@danjou.info>
2219
2220 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2221 Emacs < 24.1
2222
2223 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2224
2225 * message.el (message-kill-address): Don't kill last newline.
2226 (message-skip-to-next-address): Don't move to the next header.
2227 (message-fill-field-address): Work properly.
2228
2229 2012-07-25 Julien Danjou <julien@danjou.info>
2230
2231 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2232
2233 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2234
2235 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2236
2237 2012-07-24 Julien Danjou <julien@danjou.info>
2238
2239 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2240
2241 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2242 (nntp-async-timer-handler): Remove, unused.
2243
2244 * nnimap.el (nnimap-get-responses): Remove, unused.
2245
2246 * nnheader.el (mail-header-set-extra): Remove, unused.
2247
2248 * mm-view.el (mm-view-sound-file): Remove, unused.
2249
2250 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2251 (mm-url-encode-multipart-form-data): Remove, unused.
2252
2253 * message.el (message-remove-signature, message-make-host-name)
2254 (message-fill-address): Remove, unused.
2255
2256 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2257 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2258 unused.
2259
2260 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2261
2262 * gnus-util.el (gnus-extract-address-component-name)
2263 (gnus-extract-address-component-email, gnus-sortable-date)
2264 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2265 (gnus-process-live-p): Remove, unused.
2266
2267 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2268
2269 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2270 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2271 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2272 function.
2273
2274 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2275
2276 * gnus-score.el (gnus-summary-score-crossposting)
2277 (gnus-score-regexp-bad-p): Remove, unused.
2278
2279 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2280
2281 * gnus-range.el (gnus-sublist-p): Remove, unused.
2282
2283 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2284 unused.
2285
2286 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2287
2288 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2289 (gnus-request-associate-buffer): Remove, unused.
2290
2291 * gnus-group.el (gnus-group-set-method-info)
2292 (gnus-group-set-params-info): Remove, unused.
2293
2294 * gnus-fun.el (gnus-shell-command-to-string)
2295 (gnus-shell-command-on-region): Remove, unused.
2296
2297 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2298
2299 * gnus-art.el (gnus-article-text-type-exists-p)
2300 (article-translate-characters, gnus-article-hide-text-of-type)
2301 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2302 Remove, unused.
2303
2304 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2305
2306 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2307 Gnus master.
2308
2309 2012-07-22 Andrew Cohen <cohen@bu.edu>
2310
2311 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2312
2313 2012-07-21 Julien Danjou <julien@danjou.info>
2314
2315 * message.el (message-dont-reply-to-names): Replace deprecated
2316 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2317 (message-get-reply-headers): Ditto.
2318
2319 2012-07-18 Julien Danjou <julien@danjou.info>
2320
2321 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2322 `sieve-upload-and-kill'.
2323
2324 * sieve.el (sieve-bury-buffer): Remove function.
2325 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2326 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2327
2328 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2329
2330 * shr.el (shr-expand-url): Handle URL starting with `//'.
2331
2332 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2333 2012-07-13 Chong Yidong <cyd@gnu.org>
2334
2335 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2336 instead of calling toggle-read-only with a (bogus) argument.
2337
2338 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2339
2340 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2341 of initial input when reading the author to restrict the summary to.
2342
2343 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2344
2345 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2346 buffer exists, which it doesn't if we haven't started Gnus.
2347
2348 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2349
2350 * mm-decode.el (mm-shr):
2351 Allow overriding charset by mm-charset-override-alist.
2352
2353 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2354
2355 * gnus-art.el (gnus-article-view-part):
2356 Toggle subparts of multipart/alternative part.
2357
2358 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2359
2360 * gnus-sync.el: Simply require json.
2361
2362 * registry.el: Simply require eieio and eieio-base.
2363
2364 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2365
2366 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2367
2368 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * shr.el (shr-render-buffer): New command.
2371 (shr-visit-file): Use it.
2372
2373 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2374
2375 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2376 Set no-byte-compile and no-update-autoloads.
2377
2378 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2379
2380 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2381
2382 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2383
2384 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2385 being bound to a lambda form.
2386
2387 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2388
2389 * gnus-picon.el (gnus-picon-properties): New defcustom.
2390 (gnus-picon-create-glyph): Use it.
2391
2392 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2393
2394 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2395 locales.
2396
2397 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2398 on a handle.
2399
2400 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2401 address as the default.
2402
2403 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2404 It makes no sense to query the user about internal files.
2405
2406 * gnus-spec.el: Remove all the byte-compilation stuff, since
2407 benchmarking shows that it doesn't help when entering large summary
2408 buffers.
2409
2410 * gnus-util.el (gnus-byte-code): Remove.
2411
2412 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2413 grouplens stuff.
2414
2415 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2416
2417 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2418 (bug#11514).
2419
2420 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2421
2422 * message.el (message-buffers): Return all buffers derived from Message
2423 to make `gnus-dired-attach' work with mu4e.
2424
2425 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2426
2427 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2428 (mm-dissect-singlepart): Don't guess the MIME type of
2429 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2430 set.
2431 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2432 toplevel MIME type is multipart/encrypted.
2433
2434 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2435
2436 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2437 In particular, add an optional argument and a docstring.
2438
2439 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2440
2441 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2442 current before calling `gnus-groups-to-gnus-format'.
2443 Note that this was already the case for `gnus-active-to-gnus-format'.
2444
2445 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2446
2447 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2448
2449 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2450
2451 * mm-decode.el (mm-dissect-buffer): Doc fix.
2452
2453 * gnus-sum.el (gnus-handle-ephemeral-exit):
2454 Avoid creating the group buffer if it doesn't exist.
2455
2456 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2457 is given, mark the group as ephemeral with the current window conf.
2458
2459 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2460 buffer exists, which it doesn't if we haven't started Gnus.
2461 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2462
2463 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2464
2465 * mml.el (mml-generate-mime):
2466 Allow specifying what the top-level part type is.
2467
2468 * gnus-sum.el (gnus-auto-center-summary):
2469 `scroll-margin' isn't defined on XEmacs.
2470
2471 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2472
2473 * gnus-sum.el (gnus-auto-center-summary):
2474 Set default to respect `scroll-margin'.
2475
2476 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2477
2478 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2479 citation prefix within a block of cited text should be considered
2480 part of that block *only* if it is a blank line.
2481
2482 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2483
2484 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2485 before kinsoku-bol characters nor within kinsoku-eol characters.
2486
2487 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2488
2489 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2490 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2491 Silence compiler.
2492 (gnus-sync-read): Use mapc instead of mapcar.
2493
2494 * mm-archive.el: Require mm-decode for some macros.
2495 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2496 Silence the byte compiler.
2497 (mm-archive-decoders): New function that returns the value of
2498 the mm-archive-decoders variable.
2499
2500 * mm-decode.el:
2501 Don't require mm-archive; autoload mm-archive functions instead.
2502 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2503
2504 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2505
2506 2012-06-26 Peter Münster <pmrb@free.fr>
2507
2508 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2509 (gnus-demon-cancel): Ditto.
2510 (gnus-demon-run-callback): When function cannot be called due to low
2511 idleness, call it when idleness reaches the expected value, instead
2512 of waiting another timer period.
2513 (gnus-demon-init): Add `time' to arguments of call-back.
2514
2515 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2516
2517 * gnus.el: Register gnus-registry functions.
2518
2519 * gnus-registry.el (gnus-try-warping-via-registry):
2520 Move here and indent.
2521
2522 * gnus-int.el (gnus-warp-to-article):
2523 Check whether the registry is enabled before warping.
2524
2525 2012-06-26 Dave Abrahams <dave@boostpro.com>
2526
2527 * gnus-sum.el (gnus-summary-insert-subject): Record information
2528 in the registry about each article retrieved.
2529
2530 * gnus-int.el (gnus-select-group-with-message-id): New function.
2531 (gnus-try-warping-via-registry): Ditto.
2532 (gnus-warp-to-article): Fall back on the registry.
2533
2534 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2535
2536 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2537
2538 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2539
2540 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2541 gnus-gcc-self-resent-messages may be a group parameter.
2542 (gnus-summary-resend-message):
2543 Don't encode encoded words in header when Gcc'ing resent message.
2544
2545 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2546
2547 * shr.el (shr-insert): Treat non-breaking space just like normal
2548 space. This seems to produce more pleasing results.
2549 (shr-insert):
2550 Only insert a blank line if we're starting from an image.
2551 (shr-tag-br):
2552 Allow <br> to end lines or to make a single blank line.
2553 (shr-ensure-paragraph): Consider lines with white space to be blank.
2554
2555 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2556
2557 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2558 and gnus-gcc-post-body-encode-hook.
2559
2560 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2561
2562 * mm-decode.el (mm-dissect-singlepart):
2563 Guess what the type of application/octet-stream parts really is.
2564
2565 * gnus-sum.el (gnus-propagate-marks): Remove.
2566
2567 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2568
2569 * nntp.el (nntp-coding-system-for-read): Remove.
2570 (nntp-coding-system-for-write): Ditto.
2571 (nntp-open-connection): Just use `binary' directly.
2572
2573 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2574
2575 * registry.el (registry-usage-test, registry-persistence-test):
2576 Move to tests/gnustest-registry.el.
2577 (registry-make-testable-db, registry-match-test)
2578 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2579
2580 * gnus-registry.el (gnus-registry-misc-test)
2581 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2582
2583 * tests/gnustest-registry.el:
2584 New file with the registry and gnus-registry ERT tests.
2585
2586 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2587
2588 * gnus-msg.el (gnus-summary-resend-message):
2589 Make gnus-summary-resend-message-insert-gcc be last item in
2590 message-header-setup-hook.
2591
2592 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2593
2594 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2595 (nnfolder-marks, nnfolder-marks-file-suffix)
2596 (nnfolder-marks-modtime): Remove.
2597 (nnfolder-open-server): Don't use marks.
2598 (nnfolder-request-delete-group): Ditto.
2599 (nnfolder-request-rename-group): Ditto.
2600 (nnfolder-request-set-mark, nnfolder-request-marks)
2601 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2602 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2603
2604 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2605 (nnml-marks-modtime): Remove.
2606 (nnml-request-delete-group): Don't use marks.
2607 (nnml-request-rename-group): Ditto.
2608 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2609 (nnml-save-marks, nnml-open-marks): Remove.
2610
2611 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2612 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2613 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2614 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2615 (nntp-server-to-method-cache): Remove.
2616
2617 * shr.el (shr-rescale-image): Fix wrong merge.
2618
2619 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2620
2621 * shr.el (shr-remove-trailing-whitespace):
2622 Really delete the padding on too-wide lines.
2623
2624 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2625
2626 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2627 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2628
2629 * mm-decode.el (mm-display-external): Output the text from
2630 the command in the buffer after the command finished.
2631 This makes text-based commands behave better.
2632
2633 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2634
2635 * message.el (smtpmail-smtp-user): Silence compiler warning.
2636
2637 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2638
2639 * message.el (message-multi-smtp-send-mail): Also allow specifying
2640 the SMTP user name.
2641
2642 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2643
2644 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2645
2646 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2647
2648 * message.el (message-multi-smtp-send-mail): New function.
2649 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2650 header to implement multi-SMTP functionality.
2651
2652 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2653 (gnus-agentize): Don't set it.
2654 (gnus-agent-send-mail): Don't use it.
2655
2656 * gnus-sum.el (gnus-summary-widget-backward):
2657 New function and keystroke.
2658
2659 * shr.el (shr-put-image): Remove underlines from sliced images.
2660 (shr-zoom-image): Compute the region to be replaced more correctly.
2661
2662 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2663
2664 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2665 (gnus-summary-resend-message-insert-gcc): New function.
2666 (gnus-summary-resend-message): Modify message-header-setup-hook and
2667 message-sent-hook to make it work for Gcc.
2668 (gnus-inews-do-gcc): Update the number of unread articles of groups
2669 that messages are Gcc'd to.
2670
2671 * message.el (message-resend): Run message-sent-hook to do Gcc.
2672
2673 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2674
2675 * gnus-registry.el (gnus-registry-fixup-registry):
2676 Move the message to a higher level to silence compilation.
2677
2678 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2679 parameter to allow controlling the scaling.
2680
2681 * shr.el (shr-zoom-image): New command and keystroke.
2682 (shr-put-image): Take a `size' flag to say how to scale the image.
2683
2684 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2685 Use recursive deletion.
2686 (mm-dissect-archive): Add support for zip files.
2687
2688 * gnus-util.el (gnus-recursive-directory-files): New function.
2689
2690 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2691 (mm-archive-decoders): Add tgz support.
2692
2693 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2694 Otherwise inserting text into the Gnus buffer can look odd.
2695
2696 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2697
2698 * mm-archive.el (mm-archive-decoders): Add support for tar.
2699
2700 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2701
2702 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2703
2704 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2705
2706 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2707
2708 * mm-archive.el: New file.
2709
2710 * mm-decode.el (mm-dissect-singlepart):
2711 Use it to decode ms-tnef files.
2712
2713 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2714
2715 * message.el (message-goto-*): Make all the `message-goto-*' commands
2716 push the mark before moving point. This makes it easier to go back
2717 to where you came from after editing whatever you jumped to.
2718
2719 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2720
2721 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2722 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2723 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2724
2725 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2726
2727 * spam.el: Move BBDB autoloads.
2728 (spam-exists-in-BBDB-p):
2729 New function to do the BBDB search directly in BBDB 2 and 3.
2730 (spam-check-BBDB): Use it.
2731 (spam-enter-ham-BBDB): Use it.
2732
2733 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2734
2735 * gnus-group.el (gnus-group-get-new-news):
2736 New parameter `one-level' for scanning exactly one level.
2737
2738 * gnus-start.el (gnus-get-unread-articles): Ditto.
2739
2740 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2741
2742 * gnus-sync.el: More commentary about setup.
2743
2744 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2745
2746 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2747
2748 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2749
2750 * gnus-sync.el: Improve docs about CouchDB admins.
2751
2752 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2753
2754 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2755 not needed. Provide xmlplistread list function to produce XML plist
2756 output for non-Gnus LeSync clients.
2757
2758 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2759
2760 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2761 and save against it. Group subscriptions, read marks, other marks,
2762 subscription levels, topic names, and topic offsets (the group's
2763 position within the topic) are saved. This is an experimental
2764 backend and may change significantly. Load json.el from
2765 the gnus-fallback-lib if it's not available otherwise.
2766 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2767
2768 2012-06-26 David Engster <dengste@eml.cc>
2769
2770 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2771
2772 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2773
2774 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2775
2776 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2777
2778 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2779 is an integer to avoid later problems.
2780
2781 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2782
2783 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2784 locales.
2785
2786 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2787
2788 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2789 articles when fetch-old is non-nil (bug#11370).
2790
2791 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2792
2793 * gnus-group.el (gnus-group-get-new-news):
2794 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2795
2796 2012-06-10 Dave Abrahams <dave@boostpro.com>
2797
2798 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2799 groups (bug#11641).
2800
2801 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2802
2803 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2804 (bug#11514).
2805
2806 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2807
2808 * nntp.el: Stop the `letf' madness.
2809 (nntp--report-1): New var.
2810 (nntp-report): Merge nntp-report-1 into it.
2811 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2812 the nntp-report function.
2813
2814 * auth-source.el: Fix comment-style to follow the convention.
2815
2816 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2817
2818 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2819 a string so that Gcc works (bug#11514).
2820
2821 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2824 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2825
2826 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2829 jumping to *Server* from a dedicated *Group* window.
2830 (gnus-configure-frame): CSE.
2831
2832 * gnus-registry.el: Minor style cleanup.
2833 (gnus-registry--set/remove-mark): New function, extracted from
2834 gnus-registry-install-shortcuts.
2835 (gnus-registry-install-shortcuts): Use it.
2836
2837 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2838
2839 * nnspool.el (news-path): Use eval-and-compile.
2840
2841 2012-05-24 Glenn Morris <rgm@gnu.org>
2842
2843 * nnspool.el (news-directory, news-path, news-inews-program):
2844 Move here from paths.el. Don't see a need for these to be autoloaded.
2845
2846 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2847 Merge in doc from paths.el version. Don't see any need for this to be
2848 autoloaded, or for the warning about users not setting it.
2849
2850 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2851
2852 Fix minor Y10k bug.
2853 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2854
2855 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2858 message once it's actually open.
2859
2860 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2861
2862 * auth-source.el (auth-source--aput-1, auth-source--aput)
2863 (auth-source--aget): New functions and macros.
2864 Use them instead of aput/aget.
2865
2866 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2867
2868 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2869
2870 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2871
2872 * plstore.el (plstore-called-interactively-p): New compat macro copied
2873 from message.el.
2874 (plstore-mode): Use it.
2875
2876 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2877
2878 * plstore.el: Revive the editing feature.
2879 (plstore-mode): New mode to edit plstore file.
2880 (plstore-mode-toggle-display, plstore-mode-original)
2881 (plstore-mode-decoded): New command.
2882 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2883 (plstore--insert-buffer, plstore--make): New function.
2884 (plstore-open, plstore-save): Simplify by using them.
2885
2886 2012-04-16 Glenn Morris <rgm@gnu.org>
2887
2888 * nndraft.el (nndraft-request-list): Fix declaration.
2889
2890 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2891
2892 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2893 don't have a current group.
2894
2895 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2896 have a group name.
2897
2898 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2899 a multibyte buffer (bug#7410).
2900 (article-wash-html): Parse the original article buffer to get the
2901 unencoded data (bug#7410).
2902
2903 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2904 .newsrc.el files.
2905
2906 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2907
2908 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2909 would have gotten if we posted to the group, and use that to compare
2910 against the message we want to cancel (bug#10808).
2911
2912 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2913
2914 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2915 "#" to avoid having them interpreted as comments.
2916
2917 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2918
2919 * shr.el (shr-insert): Update the text state properly to avoid
2920 inserting spurious paragraph starts.
2921
2922 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2923
2924 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2925 requested (bug#10961).
2926
2927 * shr.el (shr-table-widths): Divide the extra width more fairly over
2928 the TDs (bug#10973).
2929 (shr-render-td): Don't delete too much padding.
2930 (shr-natural-width): Compute the natural width more correctly.
2931 (shr-insert): Allow the natural width to be computed for tables again.
2932 (shr-tag-table-1): Rework how the natural widths are computed by
2933 rendering the table a third time.
2934 (shr-natural-width): Remove.
2935 (shr-buffer-width): New function.
2936 (shr-expand-newlines): Use it.
2937
2938 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
2939 using a `gnus-use-full-window' setup (bug#11013).
2940
2941 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2942
2943 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2944 24.1 release.
2945
2946 2012-03-10 David Edmondson <dme@dme.org>
2947
2948 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2949 'Forwarded Message' header and the start of the message.
2950
2951 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2952
2953 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2954 isn't running (bug#10897).
2955
2956 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2957
2958 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2959
2960 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2961
2962 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2963
2964 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2965
2966 * mm-decode.el (mm-shr): Remove "soft hyphens".
2967
2968 * nnimap.el (nnimap-request-list): Return the group names encoded as
2969 utf8. Otherwise non-European group names don't work.
2970 (nnimap-request-newgroups): Ditto.
2971
2972 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2973 the default in `read-string' (bug#10757).
2974
2975 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2976 topics (bug#10843).
2977
2978 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2979 buffer. Suggested by Herbert Valerio Riedel.
2980 (nnimap-request-move-article): Delete the message from the correct IMAP
2981 server.
2982
2983 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
2984
2985 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2986 Reported by Peter Münster.
2987
2988 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2989
2990 * shr.el (shr-image-fetched): Make sure we really kill the right
2991 buffer.
2992
2993 2012-02-16 Leo Liu <sdl.web@gmail.com>
2994
2995 * gnus-start.el (gnus-1): Avoid duplicate entries.
2996
2997 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
2998
2999 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3000 too-wide lines.
3001
3002 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3003
3004 * shr.el (shr-rescale-image): Undo previous change; see
3005 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3006
3007 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3008
3009 * nnimap.el (nnimap-record-commands): New variable.
3010 (nnimap-log-command): Use it.
3011 (nnimap-make-process-buffer): Add a space to the process buffer.
3012 (nnimap-transform-headers): Don't bug out on header lines containing
3013 stuff that look like IMAP length encodings.
3014
3015 * shr.el (shr-rescale-image): Allow viewing large images.
3016
3017 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3018
3019 * nnml.el (nnml-request-compact-group): Delete the marks file after
3020 compaction (bug#10800).
3021
3022 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3023 group exit.
3024
3025 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3026 QRESYNC/FETCH output.
3027
3028 2012-02-11 Glenn Morris <rgm@gnu.org>
3029
3030 * sieve-manage.el (sieve-manage-default-stream):
3031 * shr.el (shr):
3032 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3033 (nnir-retrieve-headers-override-function)
3034 (nnir-imap-default-search-key, nnir-notmuch-program)
3035 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3036 (nnir-method-default-engines):
3037 * message.el (message-cite-reply-position):
3038 * gssapi.el (gssapi-program):
3039 * gravatar.el (gravatar):
3040 * gnus-sum.el (gnus-refer-thread-use-nnir):
3041 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3042 (gnus-registry-max-pruned-entries):
3043 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3044 * gnus-int.el (gnus-after-set-mark-hook)
3045 (gnus-before-update-mark-hook):
3046 * gnus-async.el (gnus-async-post-fetch-function):
3047 * auth-source.el (auth-source-cache-expiry):
3048 Add missing :version tags to new defcustoms and defgroups.
3049
3050 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3051
3052 * message.el (message-default-send-mail-function): Made into own
3053 function for reuse by emacsbug.el.
3054
3055 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3056
3057 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3058 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3059
3060 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3061
3062 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3063 running.
3064
3065 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3066
3067 * gnus.el (gnus-server-extend-method): Don't add an -address component
3068 if the method already has one (bug#9676).
3069
3070 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3071
3072 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3073 of an initial-input for consistency (bug#10757).
3074
3075 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3076
3077 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3078
3079 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3080
3081 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3082 lines that are narrower than the window width. Otherwise background
3083 "blocks" will look less readable.
3084
3085 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3086
3087 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3088
3089 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3090
3091 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3092 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3093 have newlines within the strings, and where the UID comes after the
3094 BODYSTRUCTURE element (bug#10537).
3095
3096 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3097 (bug#10732).
3098
3099 * shr.el (shr-insert-document): Add doc string.
3100 (shr-visit-file): Ditto.
3101 (shr-remove-trailing-whitespace): New function.
3102 (shr-insert-document): Use it to clean up trailing whitespace as the
3103 final step (bug#10714).
3104
3105 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3106
3107 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3108 buffer if `gnus-kill-summary-on-exit' is nil.
3109
3110 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3111
3112 * gnus-sum.el (gnus-summary-show-thread):
3113 next-single-char-property-change may return nil in XEmacs.
3114
3115 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3116
3117 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3118 when just reading a single group from "without" Gnus.
3119
3120 2012-02-06 Chong Yidong <cyd@gnu.org>
3121
3122 * gnus-sum.el (gnus-summary-show-thread):
3123 next-single-char-property-change never returns nil (Bug#8657).
3124
3125 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3126
3127 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3128 without reconnecting.
3129 (nnimap-possibly-change-group): Ditto.
3130 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3131 connection has died before being called.
3132
3133 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3134
3135 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3136 an initial sync unless we're really doing one.
3137
3138 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3139 address parameter if one already exists (bug#9676).
3140
3141 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3142 not the prefix, as documented (bug#10689).
3143
3144 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3145
3146 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3147 the "server".
3148
3149 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3150 the real error message with the useless "previously known to be down".
3151 Which isn't even correct.
3152
3153 * nntp.el (nntp-open-connection): Report the error message if the nntp
3154 server can't be reached.
3155
3156 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3157 groups we do a total scan for.
3158 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3159 doing that.
3160
3161 2012-01-31 Jim Meyering <jim@meyering.net>
3162
3163 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3164 Correct a comment (insert "not") and hide nominally-doubled "to".
3165
3166 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3167
3168 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3169 section in the manual.
3170
3171 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3172
3173 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3174 words.
3175 (rfc2047-encode-string): Ditto.
3176 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3177 understand folded filename="..." parameters, for instance.
3178
3179 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3180 the message for greater debuggability.
3181
3182 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3183
3184 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3185 instead of setting it locally, since the latter doesn't seem to have
3186 any effect (most of the time).
3187
3188 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3189
3190 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3191 function call.
3192
3193 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3194
3195 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3196 seconds, and make the repeat clause with HH:MM specs work as
3197 documented.
3198
3199 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3200
3201 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3202 so that previous errors don't prohibit getting new news.
3203
3204 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3205
3206 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3207
3208 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3209
3210 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3211 bound globally in old Emacsen and XEmacsen.
3212
3213 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3214
3215 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3216 buffer, not of the string which is its name.
3217
3218 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3219
3220 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3221 non-server-marks groups.
3222 (gnus-group-make-articles-read): Ditto.
3223
3224 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3225 methods (bug#9676).
3226
3227 * gnus.el (gnus-method-ephemeral-p): New function.
3228
3229 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3230
3231 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3232 left-to-right.
3233
3234 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3235
3236 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3237 warning.
3238
3239 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3240
3241 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3242 macroexpand the nnir things, since they haven't been defined yet, and
3243 nnir requires gnus-sum.
3244
3245 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3246
3247 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3248
3249 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3250
3251 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3252 logical server name in addition to the actual machine address.
3253
3254 * auth-source.el (auth-source-user-and-password): Add convenience
3255 wrapper to search by just host and optionally user.
3256
3257 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3258
3259 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3260 after rendering.
3261
3262 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3263
3264 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3265 (bug#9693).
3266 (gnus-summary-setup-buffer): Document return value (bug#9697).
3267
3268 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3269 since ido doesn't work on symbols (bug#9632).
3270
3271 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3272 when getting a single value as when getting all the values. This means
3273 that atoms like `gcc-self' work cumulatively, like variable settings,
3274 instead of getting the value from the last matching clause.
3275 (gnus-group-find-parameter): Protect against the group buffer not
3276 existing (bug#9585).
3277
3278 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3279
3280 * gnus-start.el (gnus-activate-group): Document more parameters
3281 (bug#9694).
3282
3283 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3284 (bug#9692).
3285
3286 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3287 article was fetched, so that it can be expired later (bug#9958).
3288 (gnus-agent-summary-fetch-series): Add doc string.
3289 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3290 (bug#9517).
3291
3292 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3293 retrieval is happening.
3294
3295 * gnus.el (gnus-parameters): Doc fix.
3296
3297 2012-01-06 Dave Abrahams <dave@boostpro.com>
3298
3299 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3300 show the thread after expansion.
3301
3302 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3303
3304 * gnus-art.el (article-narrow-to-head): If the head is completely
3305 empty, narrow to the empty region (bug#9764).
3306
3307 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3308 read, and then mark them as unread only when the unread mark is used.
3309 This makes `C-- T k' actually work, even though it's confusing.
3310
3311 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3312 alive before we try to find its window.
3313
3314 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3315
3316 * mm-decode.el (mm-display-external): Use a longer timeout for the
3317 deletion to allow slow programs to display the file.
3318
3319 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3320
3321 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3322 prompt to be less confusing.
3323
3324 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3325 argument to `message-reply'. This broke `special-display-*' frame
3326 pop-uping (bug#10238).
3327
3328 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3329
3330 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3331 systems, since these allegedly don't work there.
3332
3333 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3334
3335 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3336 live buffer.
3337
3338 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3339
3340 * nnir.el (nnir-retrieve-headers): Protect against the article not
3341 existing on the server (bug#10335).
3342
3343 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3344
3345 * gnus-agent.el (gnus-agent-load-local):
3346 Recompute gnus-agent-article-local on changing method.
3347
3348 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3349
3350 * gnus.el (gnus-parameters): Note precedence.
3351
3352 2012-01-04 Leo Liu <sdl.web@gmail.com>
3353
3354 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3355 in the group buffer.
3356
3357 2012-01-04 Julien Danjou <julien@danjou.info>
3358
3359 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3360 change.
3361
3362 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3363
3364 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3365 too.
3366
3367 * nntp.el (nntp-retrieve-group-data-early): Use it.
3368
3369 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3370
3371 * nntp.el (nntp-retrieval-in-progress): New variable.
3372 (nntp-make-process-buffer): Make it buffer-local.
3373
3374 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3375 2010.
3376 (gnus-demon-init): Use it to compute the time if time is on the form
3377 "04:23".
3378
3379 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3380
3381 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3382 status in the correct buffer.
3383
3384 2012-01-03 Leo Liu <sdl.web@gmail.com>
3385
3386 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3387 when opening topics (bug#10407).
3388
3389 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3390
3391 * mm-view.el (mm-display-inline-fontify): Add comment.
3392
3393 2011-12-15 Juri Linkov <juri@jurta.org>
3394
3395 * mm-decode.el (mm-inline-media-tests): Add missing
3396 `mm-handle-media-subtype'.
3397
3398 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3399
3400 * message.el (message-valid-fqdn-regexp): Update with newly approved
3401 top-level domain names ".tel" and ".asia".
3402
3403 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3404
3405 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3406 unconditionally.
3407
3408 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3409
3410 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3411 pop-to-buffer-same-window for old Emacsen.
3412
3413 2011-12-04 Chong Yidong <cyd@gnu.org>
3414
3415 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3416 change (Bug#10200).
3417
3418 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3419
3420 * compface.el (uncompface):
3421 * gnus-art.el (gnus-article-x-face-command): Update the header format
3422 of icon data for the most recent icontopbm program.
3423
3424 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3425
3426 * gnus-msg.el (gnus-inews-do-gcc):
3427 * message.el (message-send-mail):
3428 * mml.el (mml-generate-mime): Share the value of the buffer-local
3429 `message-options' variable between a draft buffer and temprary working
3430 buffers.
3431
3432 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3433
3434 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3435
3436 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3437
3438 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3439 for Cygwin.
3440
3441 2011-11-24 Glenn Morris <rgm@gnu.org>
3442
3443 * starttls.el: Fix case of "GnuTLS".
3444
3445 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3446
3447 * gnus-group.el (gnus-group-highlight): Fix typo.
3448
3449 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3450
3451 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3452 value of `delete-file', that returns nil for a local file but returns t
3453 for a remote file using ssh.
3454
3455 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3456
3457 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3458 avoid later breakage.
3459
3460 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3461
3462 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3463 article buffers' name.
3464
3465 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3466
3467 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3468 by Paul Eggert's spellfixes two days ago.
3469
3470 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3471
3472 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3473 buffer-local instead of binding them to avoid warnings. Also demote
3474 errors (bug#10063).
3475 (font-lock-mode-hook): Shut up byte compiler.
3476
3477 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3478
3479 * mm-util.el (mm-charset-after): Fix typo.
3480
3481 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3482
3483 * gnus-sum.el (gnus-summary-make-menu-bar):
3484 * gnus-uu.el (gnus-uu-decode-postscript)
3485 (gnus-uu-decode-postscript-and-save):
3486 * mailcap.el (mailcap-print-command):
3487 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3488 Fix typos.
3489
3490 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3491
3492 * gnus-art.el (gnus-article-part-wrapper):
3493 * shr-color.el (shr-color-visible-distance-min)
3494 (shr-color-relative-to-absolute, set-minimum-interval)
3495 (shr-color-visible): Fix typos.
3496
3497 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3498
3499 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3500 slightly clearer.
3501
3502 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3503
3504 * message.el (message-send-and-exit): Document `arg'.
3505
3506 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3509
3510 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3511
3512 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3513 we don't use `bound-and-true-p'.
3514
3515 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3516
3517 * gnus-util.el (gnus-bound-and-true-p): Remove.
3518 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3519 * nnir.el: Use it.
3520 * nnmairix.el: Use it.
3521
3522 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3523
3524 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3525 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3526 for reasons unknown.
3527 * nnir.el: Use it.
3528 * nnmairix.el: Use it.
3529
3530 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3531 * nnir.el: Ditto.
3532 * nnmairix.el: Ditto.
3533
3534 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3535
3536 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * message.el (message-completion-function): Make sure
3539 message-tab-body-function is not attempted if one of
3540 message-completion-alist fails to find a completion (bug#9158).
3541
3542 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3543
3544 * mml.el (mml-quote-region): Quote <#secure> tag.
3545 (mml-generate-mime-1): Unquote <#secure> tag.
3546
3547 2011-10-20 Chong Yidong <cyd@gnu.org>
3548
3549 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3550 calling a minor mode from Lisp with nil arg enables it, so we have to
3551 make the wording a bit ambiguous here).
3552
3553 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3554
3555 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3556 * nnir.el (nnir-mode): Use it.
3557 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3558 Use it.
3559
3560 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3561 * nnmairix.el (gnus-registry-enabled): Ditto.
3562
3563 2011-10-17 Dave Abrahams <dave@boostpro.com>
3564
3565 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3566 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3567 only while we need to find out if it should be t or nil.
3568 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3569 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3570 the registry is installed. Set it to nil when it's unloaded.
3571 (gnus-registry-install-p): Provide user guidance for the initial value
3572 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3573 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3574 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3575 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3576 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3577 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3578 `gnus-registry-install'.
3579
3580 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3581
3582 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3583 previous change.
3584 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3585 primary key is marked as disabled.
3586
3587 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3588
3589 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3590 primary key is marked as disabled.
3591
3592 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3593
3594 * html2text.el (html2text-clean-anchor): Check for quotes around
3595 `href' value.
3596
3597 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3598
3599 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3600 searching. Drop `bbdb-cache'.
3601
3602 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3603
3604 * message.el (message-signed-or-encrypted-p): Exclude header when
3605 checking if there is signed or encrypted body in text/plain message.
3606
3607 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3608
3609 * html2text.el (html2text-get-attr): Correctly handle attribute values
3610 containing "=".
3611
3612 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3613
3614 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3615 handle bindings.
3616
3617 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3618
3619 * gnus-win.el (gnus-configure-windows): Protect against reading
3620 ephemeral groups outside of Gnus.
3621
3622 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3623
3624 * shr.el (shr-tag-img): Don't get images displayed in tables.
3625
3626 2011-10-03 Glenn Morris <rgm@gnu.org>
3627
3628 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3629 the "maintainer" version of debbugs.gnu.org reports.
3630
3631 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3632
3633 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3634 make asynchronous adjacent image insertion work better.
3635
3636 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3637
3638 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3639 Clarify documentation.
3640
3641 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3642
3643 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3644 `gnus-asynchronous' isn't shadowed.
3645
3646 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3647
3648 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3649 (nnimap-insert-partial-structure): The charset parameter isn't
3650 case-sensitive.
3651
3652 * nnheader.el (nnheader-message-maybe): New function.
3653
3654 * shr.el (shr-tag-table): Render totally broken tables better.
3655
3656 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3657 computing the boundary.
3658
3659 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3660
3661 * pop3.el (pop3-number-of-responses): Remove.
3662 (pop3-wait-for-messages): Rewrite to take linear time instead of
3663 exponential time.
3664
3665 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3666
3667 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3668 re-fetch images.
3669
3670 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3671 re-fetch images when hitting `g' in Gnus.
3672
3673 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3674
3675 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3676 (mml-compute-boundary): Don't check collision if it is non-nil.
3677 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3678 before checking collision.
3679
3680 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3681
3682 * message.el (message-indent-citation): Really make sure there's a
3683 newline at the end.
3684
3685 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3686 Fix suggested by John Wiegley.
3687
3688 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3689
3690 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3691
3692 * message.el (message-default-send-rename-function): Break out into its
3693 own function.
3694
3695 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3696 doesn't work under XEmacs.
3697
3698 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3699 of "imaps" to word around Windows problems.
3700 (nnimap-open-connection-1): Use it.
3701
3702 * message.el (message-indent-citation): Revert last change which made
3703 `F' not work.
3704
3705 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3706
3707 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3708 terminal as well.
3709
3710 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3711
3712 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3713 because it displays images using overlays that aren't easy to copy to
3714 the article buffer.
3715
3716 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3717
3718 * message.el (message-indent-citation): Fix empty line removal at the
3719 end of the citation.
3720
3721 2011-09-20 Julien Danjou <julien@danjou.info>
3722
3723 * auth-source.el (auth-source-netrc-create): Use default value for
3724 password if specified. Evaluate default.
3725 (auth-source-plstore-create): Ditto.
3726 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3727 value evaluation.
3728 (auth-source-netrc-create): Typo fix.
3729 (auth-source-plstore-create): Ditto.
3730
3731 * auth-source.el (auth-source-format-cache-entry): New function.
3732
3733 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3734
3735 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3736
3737 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3738
3739 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3740
3741 2011-09-19 Julien Danjou <julien@danjou.info>
3742
3743 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3744 which work with things that are not ASCII.
3745
3746 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3747
3748 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3749
3750 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3751
3752 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3753 message level.
3754
3755 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3756
3757 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3758
3759 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3760
3761 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3762
3763 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3766 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3767
3768 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3769
3770 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3771 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3772 articles.
3773
3774 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3775
3776 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3777 (message-mail-other-window, message-mail-other-frame)
3778 (message-news-other-window, message-news-other-frame):
3779 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3780 instead of setting buffer display variables.
3781
3782 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3783
3784 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3785
3786 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3787
3788 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3789
3790 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3791 duplicates" to a higher level.
3792
3793 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3794 most egregious messages.
3795
3796 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3797
3798 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3799
3800 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3801
3802 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3803 up the file (bug#9351).
3804
3805 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3806
3807 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3808 it does with all other backends, but decode the names immediately after
3809 getting them.
3810
3811 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3812 decoding nnimap groups.
3813
3814 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3815 newsrc file. It doesn't seem like an important optimization any more.
3816
3817 2011-09-10 Dave Abrahams <dave@boostpro.com>
3818
3819 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3820 overflows.
3821
3822 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3823
3824 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3825 (gnus-interactive-exit): Extend to `quiet'.
3826
3827 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3828
3829 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3830 string.
3831
3832 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3833 renaming function arguments from `this'.
3834
3835 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3836
3837 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3838 has been renamed.
3839 (gnus-lrm-string-p): Include RLM and PDF, too.
3840
3841 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3842 (bug#9225).
3843
3844 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3845
3846 Add autoload cookies for functions used by sendmail.el.
3847 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3848
3849 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3850
3851 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3852
3853 * gnus-art.el (article-date-ut): Work properly even when there are
3854 things like Date header in the body; work for forwarded parts.
3855
3856 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3857
3858 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3859 original-article-buffer.
3860
3861 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3862
3863 * nnir.el (nnir-compose-result): Fix matching of server type.
3864 (nnir-run-swish++): Ditto.
3865 (nnir-run-namazu): Ditto.
3866 (nnir-run-notmuch): Ditto.
3867
3868 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3869
3870 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3871 (bug#9405).
3872
3873 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3874 (bug#9421).
3875
3876 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3877 (bug#9425).
3878
3879 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3880 thing (bug#9426).
3881
3882 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3883
3884 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3885 the error message.
3886
3887 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3888
3889 * message.el (message-setup-1): Return t (Bug#9392).
3890
3891 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3892
3893 * gnus-sum.el: When adding article headers to a summary buffer also
3894 update gnus-newsgroup-articles (bug#9386).
3895
3896 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3897
3898 * auth-source.el: Autoload help-mode.
3899
3900 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3901
3902 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3903 names.
3904
3905 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3906
3907 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3908 mm-replace-in-string for compatibility issues.
3909 * mml2015.el (mml2015-epg-verify): Ditto.
3910
3911 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3912
3913 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3914
3915 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3916
3917 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3918
3919 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3920 continue on and do the clean-up phase (bug#9188).
3921
3922 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3923 just ignore groups that can't be opened instead of erroring out
3924 (bug#9225).
3925
3926 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3927 nil since some many people are fuddy-duddies.
3928
3929 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3930 images.
3931
3932 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3933 instead.
3934
3935 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3936
3937 * gnus-util.el (gnus-process-live-p): Copy over compat function.
3938
3939 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3940 processing.
3941
3942 * nntp.el (nntp-kill-buffer): Kill the process before killing the
3943 buffer to avoid warnings.
3944
3945 2011-08-20 Simon Josefsson <simon@josefsson.org>
3946
3947 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3948 specified to reduce precision.
3949
3950 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3951
3952 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3953 bodystructures (bug#9314).
3954
3955 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3956
3957 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3958 Make button keymap non-sticky after buttons.
3959
3960 2011-08-18 David Engster <dengste@eml.cc>
3961
3962 * nnmairix.el (nnmairix-request-set-mark)
3963 (nnmairix-goto-original-article): Remove adding of article to registry,
3964 since `gnus-registry-add-group' isn't available anymore.
3965 (nnmairix-determine-original-group-from-registry):
3966 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3967 available anymore.
3968
3969 2011-08-12 Simon Josefsson <simon@josefsson.org>
3970
3971 * starttls.el (starttls-any-program-available): Define as obsolete
3972 function.
3973
3974 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3975
3976 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3977 versions which Gnus use when appropriate.
3978
3979 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3980 a pretty destructive command.
3981
3982 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3983
3984 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3985
3986 * message.el (message-fix-before-sending): Make a different warning
3987 about NUL characters (bug#9270).
3988
3989 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3990 from custom (bug#9260).
3991
3992 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3993 things work in Emacs 22 and XEmacs, too.
3994
3995 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3996 default From.
3997
3998 * gnus-spec.el (gnus-lrm-string-p): New macro.
3999 (gnus-lrm-string): New constant.
4000 (gnus-summary-line-format-spec): LRM-ify the from.
4001 (gnus-tilde-max-form): LRM-ify string chopping.
4002
4003 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4004
4005 * message.el (message-is-yours-p): Allow disabling canlock checking
4006 (bug#9295).
4007 (message-shoot-gnksa-feet): Add `canlock-verify'.
4008 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4009 message directory isn't writable (bug#9304).
4010
4011 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4012 non-world-readable.
4013
4014 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4015
4016 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4017 articles.
4018
4019 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4020
4021 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4022 copy-list.
4023
4024 2011-08-12 Sam Steingold <sds@gnu.org>
4025
4026 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4027 in the reverse order to avoid modifying the cache with `nreverse'.
4028 (gnus-all-score-files): Do not modify the value returned by
4029 `gnus-score-find-alist' because it lives in a cache variable.
4030 (gnus-current-home-score-file): No need to `nreverse' the return value
4031 of `gnus-score-find-alist', it is already in the correct order.
4032
4033 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4034
4035 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4036 type MESSAGE and subtype RFC822 is slightly different from those of
4037 type TEXT.
4038
4039 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4040
4041 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4042 This allows article-referral to work from an nnir group.
4043
4044 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4045
4046 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4047
4048 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4049
4050 * mml1991.el (mml1991-epg-find-usable-key)
4051 (mml1991-epg-find-usable-secret-key): New function.
4052 (mml1991-epg-sign): Check if signing key is usable.
4053 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4054
4055 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4056
4057 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4058 server-variables only. This should fix a bug introduced with commit
4059 e1889675b7f4adf057833c5513c9374134c4e053.
4060 (nnir-run-query): 'nnir-search-engine should not be set from the global
4061 environment.
4062
4063 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4064
4065 * nnir.el (nnir-search-thread): Position point on referring article
4066 line.
4067 (nnir-warp-to-article): Clean up summary buffers.
4068
4069 * nnimap.el (nnimap-request-thread): Whitespace fix.
4070
4071 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4072
4073 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4074
4075 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076
4077 * starttls.el (starttls-available-p): Rename from
4078 `starttls-any-program-available' and changed return convention.
4079
4080 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4081
4082 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4083 `unix-sync' unless it's defined.
4084
4085 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4086
4087 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4088 `aref' for XEmacs compatibiltiy.
4089
4090 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4091
4092 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4093
4094 2011-07-31 Dave Abrahams <dave@boostpro.com>
4095
4096 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4097 closures, quote the form properly (bug#9194).
4098
4099 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4100
4101 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4102 (gnus-summary-insert-new-articles): Protect against servers that are
4103 down.
4104
4105 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4106
4107 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4108 in mm handle if none is specified.
4109
4110 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4111
4112 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4113
4114 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4115
4116 * nnir.el (nnir-search-thread): New function to make an nnir group
4117 based on a thread query.
4118
4119 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4120 of nnir in thread referral.
4121 (gnus-summary-refer-thread): Use it.
4122
4123 * nnimap.el (nnimap-request-thread): Use it.
4124
4125 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4126
4127 * shr.el (shr-tag-comment): Ignore HTML comments.
4128
4129 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4130
4131 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4132 argument.
4133 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4134 Use `nnir-address' to handle server info rather than passing an arg.
4135
4136 * nnimap.el (nnimap-make-thread-query): New utility function to format
4137 an imap thread search query.
4138 (nnimap-request-thread): Use it.
4139
4140 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4141 right select-method if we are not going back to the group buffer.
4142
4143 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4144
4145 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4146 enter invalid buffer configurations into the quit form (bug#9107).
4147 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4148 unplugged/plugged.
4149
4150 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4151 keep track of which ones are unread (bug#9061).
4152
4153 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4154 (bug#9055).
4155
4156 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4157 (bug#9041).
4158
4159 * gnus-html.el (mm-util): Require (bug#9073).
4160
4161 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4162 (gnus-summary-refer-thread): Use it to remove duplicates in the
4163 un-threaded view (bug#9053).
4164 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4165
4166 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4167
4168 * nnir.el (nnir-read-server-parm): Use default value from global
4169 variable. Without this the default search engine parameters aren't
4170 used at all.
4171
4172 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4173
4174 * message.el (message-unique-id): Don't use the undocumented return
4175 value from (random t) (bug#9118).
4176
4177 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4178
4179 * message.el (message-auto-save-directory): If the ~/Mail directory
4180 doesn't exist, use ~ as the auto-save directory (bug#4432).
4181
4182 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4183 hasn't already been started.
4184
4185 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4186
4187 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4188
4189 * message.el (message-reply): Work around mysterious bug where
4190 `message-mode' seems to overwrite the locally bound `subject' variable.
4191
4192 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4193
4194 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4195 correct group.
4196
4197 * gnus-int.el (gnus-request-thread): Add group argument.
4198
4199 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4200
4201 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4202
4203 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4204 renamed to `debbugs-gnu-*'.
4205
4206 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4207
4208 * plstore.el: Revert the editing feature since it is not urgent.
4209 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4210 (plstore-mode-decoded): Remove.
4211
4212 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4213
4214 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4215 isn't very interesting any more, and it leaks potentially secret data.
4216 (gnus-debug): Remove.
4217
4218 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4219 use of :custom-show.
4220
4221 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4222
4223 * plstore.el: Add documentation.
4224 (plstore-mode): New mode to edit plstore file.
4225 (plstore-mode-toggle-display, plstore-mode-original)
4226 (plstore-mode-decoded): New command.
4227 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4228 (plstore--insert-buffer, plstore--make): New function.
4229 (plstore-open, plstore-save): Simplify by using them.
4230
4231 2011-07-06 Glenn Morris <rgm@gnu.org>
4232
4233 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4234
4235 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4236
4237 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4238 no longer is much used.
4239 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4240 Articles".
4241
4242 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4243
4244 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4245 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4246 `notmuch' backend.
4247
4248 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4249
4250 * mm-decode.el (mm-text-html-renderer): Doc fix.
4251
4252 * gnus-msg.el (gnus-bug): Fix the MML tag.
4253
4254 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4255
4256 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4257
4258 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4259 secondary methods if started with `gnus-no-server'.
4260
4261 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4262
4263 * message.el (message-return-action): Fix typo in docstring.
4264
4265 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4266
4267 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4268 bug reports at once.
4269
4270 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4271
4272 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4273
4274 * nndraft.el: Require gnus-group.
4275 (nndraft-request-list): Declare.
4276
4277 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4278 no unread article unless it matches gnus-permanently-visible-groups.
4279
4280 * nndraft.el (nndraft-update-unread-articles): New function.
4281 (nndraft-request-associate-buffer): Use it to update the number of
4282 unread articles for the nndraft groups in the group buffer when saving
4283 or killing a draft message.
4284
4285 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4286
4287 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4288 systems to binary before writing and reading the mbox files.
4289
4290 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4291 instead of trying to list them all (bug#8978).
4292
4293 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4294
4295 * pop3.el (pop3-open-server): Use :end-of-capability.
4296
4297 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4298
4299 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4300 the id is always a number.
4301
4302 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4303 debbugs mode, if possible.
4304
4305 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4306
4307 * auth-source.el (auth-source-token-passphrase-callback-function):
4308 Reindent.
4309 (epg-context-operation): Remove unnecessary autoload.
4310
4311 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4312
4313 * gnus.el (gnus-list-debbugs): New command.
4314
4315 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4316 mboxstat instead of the maintbox, since the stat seems to be fuller.
4317
4318 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4319 summary buffers.
4320
4321 * message.el (message-get-reply-headers): Delete all duplicates,
4322 instead of the first.
4323 (message-get-reply-headers): Ensure that we have progress while
4324 deleting duplicates.
4325
4326 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4327 gnus-posting-style value from the summary buffer to make it easier to
4328 make that a per-buffer conf.
4329
4330 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4331
4332 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4333 found by setting `shortcut' in 'query.
4334 (nnir-request-article): Use `shortcut' setting when requesting article
4335 by Message-ID.
4336
4337 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4338
4339 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4340 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4341 Bring the pseudo-headers back too.
4342
4343 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4344
4345 * auth-source.el (auth-source-token-passphrase-callback-function):
4346 Simplify and remove EPA dependency.
4347
4348 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4349
4350 * nnir.el (nnir-request-article): Fix error message text.
4351
4352 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4353
4354 * auth-source.el (plstore-delete): Autoload.
4355 (auth-source-plstore-search): Support delete operation.
4356 * plstore.el (plstore-delete): New function.
4357
4358 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4359
4360 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4361 mark actually existing articles as unread rather than the ones that
4362 active asserts.
4363
4364 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4365
4366 * nntp.el (nntp-record-command):
4367 * gnus-util.el (gnus-message-with-timestamp-1):
4368 Use format-time-string rather than decoding time stamps by hand.
4369 This is simpler and insulates the code from potential changes to
4370 current-time format.
4371
4372 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4373
4374 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4375
4376 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4377
4378 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4379 (plstore-save): Support public key encryption.
4380 (plstore--init-from-buffer): New function.
4381 (plstore-open): Use it; fix error when opening a non-existent file.
4382 (plstore-revert): Use plstore--init-from-buffer.
4383
4384 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4385
4386 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4387
4388 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4389
4390 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4391 for old Emacsen.
4392
4393 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4394
4395 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4396 is not fully working.
4397
4398 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4399
4400 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4401 quit window configuration.
4402
4403 * auth-source.el (epg-context-set-passphrase-callback):
4404 Remove duplicate autoload.
4405
4406 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4407
4408 * nnir.el (nnir-request-article): Allow requesting articles by
4409 Message-ID with nnimap.
4410
4411 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4412 current server.
4413
4414 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4415
4416 * auth-source.el: Autoload EPA/EPG functions.
4417 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4418 changed when EPA/EPG is not available.
4419 (auth-source-backend): Rename "arg" member to "data".
4420 (auth-source-backend-parse, auth-source-plstore-search)
4421 (auth-source-plstore-create): Use it.
4422
4423 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4424
4425 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4426 `gnus-refer-article-methods'.
4427
4428 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4429
4430 * auth-source.el: Require EPA and EPG.
4431 (auth-source-passphrase-alist): New variable.
4432 (auth-source-passphrase-callback-function)
4433 (auth-source-token-passphrase-callback-function): Callbacks for the
4434 netrc field encryption (GPG tokens).
4435 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4436 Symmetric encryption and decryption of the netrc GPG tokens.
4437 (auth-source-netrc-normalize): Use them, simplifying the closure.
4438
4439 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4440
4441 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4442 non-nil, and `nnimap-split-methods' is nil, use the former.
4443
4444 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4445
4446 * plstore.el (plstore-revert): New function.
4447 (plstore-open): Use it; hide the buffer from user.
4448
4449 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4450
4451 * auth-source.el (auth-source-backend): New member "arg".
4452 (auth-source-backend-parse): Handle new backend 'plstore.
4453 * plstore.el: New file.
4454
4455 2011-06-30 Glenn Morris <rgm@gnu.org>
4456
4457 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4458
4459 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4460
4461 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4462
4463 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4464 expiring articles to.
4465
4466 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4467 variations as ASCII (bug#5458).
4468
4469 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4470
4471 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4472
4473 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4474
4475 * message.el (message-point-in-header-p): Tweak the function to default
4476 to saying that we're not in the headers if there is no separator at
4477 all. This makes it possible to use the Message version of `M-q' in
4478 buffers with no headers (bug#7987).
4479 (message-point-in-header-p): Fix last checkin to work with an empty
4480 mail-header-separator, too.
4481
4482 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4483 again, save the choice via customize.
4484
4485 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4486
4487 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4488
4489 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4490 ended the connection, bail out before waiting infinitely on a new
4491 connection.
4492
4493 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4494
4495 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4496 reports.
4497
4498 * gnus.el (gnus-bug-package): Use "gnus."
4499 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4500
4501 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4502
4503 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4504 animations going on at article exit time.
4505
4506 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4507 since removing it breaks people upgrading.
4508
4509 * shr.el (shr-put-image): Use the new interface for animating images.
4510 (shr-put-image): Animate for 60 seconds.
4511
4512 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4513 error with `find-file-hooks' on Emacs 22.
4514 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4515 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4516 on all architectures.
4517
4518 * spam.el (spam-stat): Require in a normal fashion without binding
4519 `spam-stat-install-hooks' to avoid compilation warnings.
4520
4521 * spam-stat.el (spam-stat-install-hooks): Remove.
4522 (spam-stat-install-hooks): Don't run automatically.
4523
4524 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4525
4526 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4527 and keystroke.
4528
4529 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4530
4531 * auth-source.el (auth-source-netrc-cache): Move forward.
4532
4533 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4534
4535 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4536 we already know.
4537 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4538 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4539
4540 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4541
4542 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4543 %S format, since that looks odd.
4544 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4545 file, especially when saving.
4546
4547 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4548
4549 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4550 article found.
4551
4552 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4553
4554 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4555 `auth-source-save-secrets' with a more sensitive alist that can be
4556 configured per file. Experimental, so defaults to 'never.
4557 (auth-source-netrc-create): Use it. Still experimental code.
4558 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4559 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4560
4561 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4562
4563 * auth-source.el (auth-source-save-secrets): New variable to control if
4564 secret tokens should be saved encrypted.
4565 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4566 to `auth-source-netrc-normalize'.
4567 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4568 on the EPA variables being defined.
4569 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4570 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4571 the lexical-let closure.
4572 (auth-source-netrc-create): Create "gpg:" tokens according to
4573 `auth-source-save-secrets'.
4574
4575 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4576
4577 * gnus-group.el (gnus-group-update-group): Add new argument
4578 `info-unchanged' that stops updating dribble buffer.
4579
4580 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4581 deletes lines matching to it in dribble buffer.
4582
4583 * gnus-agent.el (gnus-agent-fetch-group-1):
4584 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4585 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4586 * gnus-start.el (gnus-group-change-level):
4587 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4588
4589 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4590 if newsgroup info is not changed.
4591
4592 * gnus-group.el (gnus-group-get-new-news-this-group):
4593 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4594 Don't update dribble buffer.
4595
4596 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4597
4598 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4599 remove entries with groups we ignore.
4600
4601 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4602
4603 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4604 the underline comes at the bottom.
4605
4606 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4607
4608 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4609 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4610 (gnus-registry-article-marks-to-names): Rename from
4611 `gnus-registry-user-format-function-M2'.
4612
4613 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4614
4615 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4616 ephemeral group.
4617
4618 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4619
4620 * shr.el (shr-browse-image): Copy the URL if called interactively.
4621
4622 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4623
4624 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4625 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4626 done, then unselected articles may be marked as read.
4627
4628 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4629 since not doing this seems to lead to a race condition in pop3-logon.
4630
4631 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4632 so that the call chain it correct when we call "upwards".
4633
4634 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4635 in read-only groups.
4636
4637 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4638
4639 * message.el (message-cite-reply-position): Doc string fix.
4640
4641 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4642 avoid regexp overflow.
4643 (nnimap-transform-split-mail): Ditto.
4644
4645 * pop3.el (pop3-retr): Error out if the server closes the connection.
4646
4647 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4650 mm-with-unibyte-current-buffer. The buffer should not contain any
4651 multibyte chars anyway at this stage.
4652
4653 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4654
4655 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4656 at the end of lines.
4657
4658 2011-05-29 Julien Danjou <julien@danjou.info>
4659
4660 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4661
4662 2011-05-27 Glenn Morris <rgm@gnu.org>
4663
4664 * gnus-group.el (gnus-bug-group-download-format-alist):
4665 Use the "maintainer" version of debian reports as well.
4666
4667 2011-05-26 Glenn Morris <rgm@gnu.org>
4668
4669 * gnus-group.el (gnus-bug-group-download-format-alist):
4670 Use the "maintainer" version of debbugs.gnu.org reports.
4671
4672 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4673
4674 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4675
4676 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4677
4678 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4679 the thread moves us backwards and so we loop forever.
4680
4681 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4682
4683 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4684 whitespace in base64 data lines.
4685
4686 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4687
4688 * gnus-registry.el (gnus-registry-user-format-function-M):
4689 Use `mapconcat'.
4690 (gnus-registry-user-format-function-M2): Use to see the full text of
4691 the marks. Make "," the mark text separator.
4692
4693 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4694 authentication with auth-source.
4695
4696 2011-05-17 Glenn Morris <rgm@gnu.org>
4697
4698 * gnus-group.el (gnus-import-other-newsrc-file):
4699 Use insert-file-contents.
4700
4701 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4702
4703 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4704 1000 iterations.
4705
4706 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4707
4708 * nntp.el (nntp-open-connection): Check if process-type is available.
4709
4710 2011-05-16 Julien Danjou <julien@danjou.info>
4711
4712 * shr.el (shr-tag-del): Add support for del tag.
4713
4714 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4715
4716 * gnus-html.el (gnus-html-put-image): Register a displayer.
4717
4718 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4719
4720 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4721
4722 * registry.el (prune-factor): New initialization parameter defaulting
4723 to 0.1.
4724 (registry-prune-hard): Use it.
4725
4726 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4727 0.1 expicitly.
4728
4729 2011-05-13 Glenn Morris <rgm@gnu.org>
4730
4731 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4732 is bound, since this function requires sendmail.
4733
4734 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4735
4736 * registry.el (registry-usage-test): Disable pruning test.
4737
4738 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4739
4740 * registry.el (registry-prune-hard-candidates)
4741 (registry-prune-soft-candidates): Helper methods for registry pruning.
4742 (registry-prune): Use them. Make the sort function optional.
4743
4744 2011-05-10 Jim Meyering <meyering@redhat.com>
4745
4746 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4747
4748 2011-05-10 Julien Danjou <julien@danjou.info>
4749
4750 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4751 symbol and not a list.
4752
4753 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4754
4755 * gnus-art.el (gnus-article-mode): Move binding of
4756 shr-put-image-function here from gnus-article-prepare-display.
4757
4758 * shr.el (shr-put-image-function): New variable.
4759 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4760 (shr-put-image): Return scaled image.
4761
4762 * gnus-art.el (gnus-shr-put-image): New function.
4763 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4764
4765 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4766 original ones, as deletable.
4767
4768 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4771
4772 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4773
4774 * registry.el (registry-full): Add convenience method. Fix logic.
4775 (registry-insert): Use it. Fix logic here too.
4776
4777 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4778 `registry-prune' if `registry-full' returns t.
4779 (gnus-registry-handle-action)
4780 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4781 (gnus-registry-usage-test): Use it.
4782
4783 2011-05-07 Julien Danjou <julien@danjou.info>
4784
4785 * shr.el (shr-link): Make shr-link inherit from link by default.
4786
4787 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4788
4789 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4790
4791 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4792
4793 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4794 error out because the face is not a list.
4795
4796 2011-05-05 Glenn Morris <rgm@gnu.org>
4797
4798 * gnus-start.el (gnus-propagate-marks): Declare.
4799
4800 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4801
4802 * registry.el (registry-reindex): Fix percentage message.
4803
4804 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4805
4806 * shr.el: Add shr-link face for links.
4807 (shr-urlify): Use it.
4808
4809 * registry.el (registry-insert): Make error message more helpful.
4810
4811 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4812
4813 * gnus-html.el (gnus-html-schedule-image-fetching):
4814 Use url-queue-retrieve, if it exists.
4815
4816 * shr.el (shr-tag-img): Ditto.
4817
4818 * gnus.el: Autoload more gnus-agent functions.
4819
4820 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4821 agent if we haven't already (bug#8502).
4822
4823 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4824 into the Agent, too.
4825
4826 * gnus-agent.el (gnus-agent-store-article): New function.
4827
4828 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4829 and moved from that file for reuse.
4830
4831 * pop3.el (pop3-open-server): Error messages are "-ERR".
4832
4833 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4834
4835 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4836 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4837
4838 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4841 buffer has moved to a different frame.
4842
4843 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4844
4845 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4846 to get the conversion from unibyte to multibyte buffers to work on
4847 Emacs 22.
4848
4849 * nntp.el (nntp-request-article): Slight clean-up.
4850
4851 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4852
4853 * shr.el (shr-strike-through): New face.
4854 (shr-tag-s): Use it to provide <s> support.
4855 (shr-tag-s): Remove duplicate definition.
4856
4857 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4858
4859 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4860 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4861
4862 2011-04-23 Glenn Morris <rgm@gnu.org>
4863
4864 * gnus-sum.el (gnus-extra-headers): Bump :version.
4865
4866 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4867
4868 * shr.el (shr-tag-sup): New function.
4869 (shr-tag-sub): Ditto.
4870
4871 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4872
4873 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4874 for the case where `gnus-registry-ignored-groups' is a list of lists,
4875 and don't call `gnus-parameter-registry-ignore' otherwise.
4876
4877 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4878
4879 * nnimap.el (nnimap-user): New backend variable.
4880 (nnimap-open-connection-1): Use it.
4881 (nnimap-credentials): Accept user parameter so it's explicit what user
4882 name is desired.
4883
4884 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4885 default.
4886
4887 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4888 not gnus-registry.el.
4889
4890 * gnus-registry.el: Mention in comments how to modify
4891 `gnus-extra-headers' for proper recipient tracking and that it may
4892 already have To and Cc recently, which it does as of this commit.
4893 (gnus-registry-ignored-groups): Remove defcustom.
4894 Explain why in comments.
4895 (gnus-registry-action): Fix data-header reference to use the extra
4896 headers. Explain in package commentary how to add To and Cc headers to
4897 the gnus-extra-headers.
4898 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4899 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4900 parameter list or a string list in `gnus-registry-ignored-groups'.
4901 Fix logic error.
4902
4903 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4904
4905 * shr.el (shr-expand-url): Protect against null urls.
4906
4907 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4908
4909 * shr.el (shr-base): New binding.
4910 (shr-tag-base): Keep track of <base>.
4911 (shr-expand-url): New function used throughout.
4912
4913 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
4914
4915 * gnus-registry.el
4916 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4917 (gnus-registry-ignored-groups): New variable.
4918 (gnus-registry-ignore-group-p): Use it.
4919 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4920 set the destination group to nil (same as delete) if it's ignored.
4921
4922 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4923
4924 * gnus-registry.el (gnus-registry-action)
4925 (gnus-registry-fetch-header-fast):
4926 Don't use mail-header that looks an internal function of mailheader.el.
4927
4928 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4929
4930 * gnus-registry.el: Eliminate cl functions.
4931 (gnus-registry-sort-addresses): New function that replaces mapcan.
4932 (gnus-registry-action, gnus-registry-spool-action)
4933 (gnus-registry-split-fancy-with-parent)
4934 (gnus-registry-fetch-recipients-fast): Use it.
4935 (gnus-registry-import-eld): Replace delete* with dolist + delq.
4936
4937 * registry.el (initialize-instance, registry-lookup)
4938 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4939 (registry-lookup-secondary-value, registry-search, registry-delete)
4940 (registry-insert, registry-reindex, registry-size, registry-prune):
4941 Use eval-and-compile.
4942
4943 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
4944
4945 * registry.el (registry-reindex): New method to recreate the secondary
4946 registry indices.
4947
4948 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4949 tracked field changes.
4950 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4951 (gnus-registry-action, gnus-registry-spool-action)
4952 (gnus-registry-handle-action)
4953 (gnus-registry--split-fancy-with-parent-internal)
4954 (gnus-registry-split-fancy-with-parent)
4955 (gnus-registry-register-message-ids): Add recipient tracking on spool,
4956 move, and delete actions, and for fancy splitting with parent.
4957 (gnus-registry-extract-addresses)
4958 (gnus-registry-fetch-recipients-fast)
4959 (gnus-registry-fetch-header-fast): Convenience functions.
4960 (gnus-registry-misc-test): ERT test of
4961 `gnus-registry-extract-addresses'.
4962
4963 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
4964
4965 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4966 Track by subject first, then sender.
4967
4968 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4969
4970 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4971
4972 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4973 Lisp.
4974
4975 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4976 (gnus-draft-send): Use it to avoid popping
4977 up frames from gnus-group-send-queue.
4978
4979 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4980
4981 * gnus-registry.el: Updated gnus-registry docs.
4982
4983 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
4984
4985 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4986 Fix logic bug.
4987 (gnus-registry-post-process-groups): Fix logging of no results and
4988 quote sender and subject.
4989
4990 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4991
4992 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4993 (gnus-read-active-for-groups): Don't try to finish getting stuff where
4994 we had no early-data returned.
4995 (gnus-get-unread-articles): Add a sanity check so that we don't issue
4996 two async commands to the same server at the same time.
4997
4998 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
4999
5000 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5001
5002 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5003
5004 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5005 "warning" level.
5006
5007 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5008 (mm-url-insert-file-contents): Don't set the package names.
5009
5010 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5011
5012 * gnus-registry.el (gnus-registry-action): Remove properties and
5013 simplify subject in `gnus-registry-handle-action'.
5014 (gnus-registry-spool-action): Get subject and sender from message if
5015 they are not passed in.
5016 (gnus-registry-handle-action): Remove properties and simplify subject
5017 consistently.
5018
5019 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5020
5021 * registry.el: Require CL before using defmacro*.
5022
5023 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5024
5025 * gnus-art.el (article-treat-date): Assume that
5026 gnus-article-date-headers may be a group parameter.
5027
5028 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5029
5030 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5031
5032 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5033 interactively so the newsrc file can contain foreign groups too.
5034 Useful for debugging but not much for users.
5035
5036 2011-04-07 David Engster <dengste@eml.cc>
5037
5038 * registry.el (registry-usage-test): Only do
5039 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5040 lexical binding.
5041
5042 2011-04-06 David Engster <dengste@eml.cc>
5043
5044 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5045 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5046
5047 2011-04-06 David Engster <dengste@eml.cc>
5048
5049 * registry.el (initialize-instance): Change :after to :AFTER to be
5050 compatible with old EIEIO version in XEmacs.
5051
5052 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5053
5054 * gnus-registry.el (gnus-registry-post-process-groups)
5055 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5056 and provide better messaging.
5057
5058 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5059
5060 * gnus-registry.el: Don't use ERT if it's not available. Load it
5061 unconditionally anyway, discarding errors.
5062 (gnus-registry-delete-entries): New convenience function.
5063 (gnus-registry-import-eld): Import from old .eld registry.
5064
5065 * registry.el: Don't use ERT if it's not available. Load it
5066 unconditionally anyway, discarding errors.
5067
5068 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5069 version from the Claudio Bley GnuTLS patch (extra optional parameters
5070 and host name).
5071
5072 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5073
5074 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5075 fixup the parameters that can be customized by the user between
5076 save/read cycles.
5077 (gnus-registry-read): Use it.
5078 (gnus-registry-make-db): Use it.
5079 (gnus-registry-spool-action, gnus-registry-handle-action):
5080 Fix messaging.
5081 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5082 Map references to actual group names with sender and subject tracking.
5083 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5084 (gnus-registry-usage-test): Add subject lookup test.
5085
5086 * registry.el (registry-db, initialize-instance): Set up constructor
5087 instead of :initform arguments for the sake of older Emacsen.
5088 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5089 pre-lexbind merge bug.
5090 (registry-usage-test): Use it.
5091 (initialize-instance, registry-db): Move the non-function initforms
5092 back to the class definition.
5093
5094 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5095
5096 * registry.el: New library to manage gnus-registry-style data.
5097
5098 * gnus-registry.el: Use it (major rewrite).
5099
5100 * nnregistry.el: Use it.
5101
5102 * spam.el: Use it.
5103
5104 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5105
5106 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5107 marks on non-selected articles.
5108
5109 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5110
5111 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5112
5113 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5114 parameter to open-protocol-stream.
5115
5116 2011-04-01 Julien Danjou <julien@danjou.info>
5117
5118 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5119 fundamental-mode.
5120
5121 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5122
5123 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5124 servers.
5125
5126 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5127
5128 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5129 made marks not propagate, again.
5130
5131 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5132
5133 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5134 Make this the default type.
5135 (proto-stream-open-plain): Rename from proto-stream-open-default.
5136 (open-protocol-stream, proto-stream-open-starttls)
5137 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5138 with `plain'.
5139
5140 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5141 value.
5142
5143 * nntp.el (nntp-open-connection-function): Document the fact that some
5144 values are not functions but are instead handled specially.
5145 Recognize nntp-open-plain-stream value.
5146 (nntp-open-connection): Recognize that value.
5147
5148 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5149
5150 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5151 stuff.
5152
5153 * gnus-score.el (gnus-score-string): Fix calling convention of
5154 `gnus-simplify-buffer-fuzzy' after last patches.
5155
5156 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5157 server for articles we didn't get any headers for. This is a sanity
5158 check.
5159
5160 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5161
5162 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5163 new CAPABILITY, use it.
5164
5165 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5166
5167 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5168 downloading anything.
5169
5170 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5171
5172 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5173
5174 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5175 colors.
5176 (gnus-splash-svg-color-symbols): New function.
5177
5178 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5179
5180 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5181 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5182 (gnus-simplify-subject-fuzzy): Use the local
5183 gnus-simplify-subject-fuzzy-regex instead of the global one.
5184 This makes using this variable in group parameters work.
5185
5186 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5187
5188 * gnus-registry.el (gnus-registry-unfollowed-groups):
5189 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5190 archive:sent-YYYY-MM-DD groups).
5191 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5192 tracking if there are more than `gnus-registry-max-track-groups'
5193 matches.
5194
5195 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5196
5197 * message.el (message--yank-original-internal): New function to do the
5198 insertion cleanly inside eval in `message-yank-original'.
5199 (message-yank-original): Use it.
5200
5201 2011-03-29 Julien Danjou <julien@danjou.info>
5202
5203 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5204 local variables disabled rather than `normal-mode'.
5205
5206 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5207
5208 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5209 with open-network-stream.
5210 (proto-stream-always-use-starttls): Option removed.
5211 (open-protocol-stream): Return a process object by default. Provide a
5212 new parameter :return-list specifying a list-type return value, which
5213 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5214 :type `network' to `try-starttls', and `network-only' to `default'.
5215 Make `default' the default, for compatibility with open-network-stream.
5216 Handle the no-parameter case exactly as open-network-stream, with no
5217 additional stream processing. Search plists using plist-get.
5218 Explicitly add :end-of-commend parameter if it is missing.
5219 (proto-stream-open-default): Rename from
5220 proto-stream-open-network-only. Return 'default as the type.
5221 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5222 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5223 failed. Always return a list with a (possibly dead) process as the
5224 first element, for compatibility with open-network-stream.
5225 (proto-stream-open-tls): Use plist-get. Always return a list.
5226 (proto-stream-open-shell): Return `default' as connection type.
5227 (proto-stream-capability-open): Use plist-get.
5228 (proto-stream-eoc): Function deleted.
5229
5230 * nnimap.el (nnimap-stream, nnimap-open-connection)
5231 (nnimap-open-connection-1): Handle renaming of :type parameter for
5232 open-protocol-stream.
5233 (nnimap-open-connection-1): Pass a :return-list parameter
5234 open-protocol-stream to obtain a list return value. Parse this list
5235 using plist-get.
5236
5237 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5238 for open-protocol-stream. Accept open-protocol-stream return value
5239 that is a subprocess object instead of a list. Handle the case of a
5240 dead returned process.
5241
5242 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5243
5244 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5245
5246 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5247
5248 2011-03-21 Julien Danjou <julien@danjou.info>
5249
5250 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5251 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5252 query.
5253 (mm-inline-text): Render normal text with fontification whenever
5254 possible.
5255
5256 * gnus-sum.el (gnus-summary-save-parts-1):
5257 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5258 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5259 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5260 Use `mm-handle-filename'.
5261
5262 * mm-util.el (mm-handle-filename): New function, return the filename of
5263 an handle.
5264
5265 2011-03-18 Julien Danjou <julien@danjou.info>
5266
5267 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5268 (gnus-buffer-live-p): Check that buffer is not nil.
5269
5270 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5271
5272 * gnus-art.el: Require mouse, which the build bot seems to say is
5273 needed.
5274
5275 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5276 XEmacs, since it doesn't have url-retrieve-synchronously.
5277
5278 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5279
5280 * gnus-group.el (gnus-group-list-ticked): New function.
5281 (gnus-group-make-menu-bar): Provide a menu entry for it.
5282 (gnus-group-list-map): Provide a binding for it.
5283
5284 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5285
5286 * shr.el (shr-visit-file): New command.
5287
5288 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5289
5290 2011-03-17 Bjørn Mork <bjorn@mork.no>
5291
5292 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5293 servers.
5294
5295 2011-03-16 Julien Danjou <julien@danjou.info>
5296
5297 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5298 inline.
5299
5300 * gnus-art.el (article-hide-list-identifiers):
5301 Use gnus-group-get-list-identifiers.
5302
5303 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5304 (gnus-summary-remove-list-identifiers):
5305 Use gnus-group-get-list-identifiers to get regexp.
5306 (gnus-select-newsgroup, gnus-summary-insert-subject)
5307 (gnus-summary-insert-articles):
5308 Call gnus-summary-remove-list-identifiers unconditionally.
5309
5310 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5311
5312 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5313 we're selecting a group with unread articles.
5314
5315 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5316
5317 * gssapi.el: New file separated out from imap.el to provide a general
5318 Kerberos 5 connection facility for Emacs.
5319
5320 * message.el (message-elide-ellipsis): Document the format spec
5321 ellipsis.
5322
5323 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5324
5325 * message.el (message-elide-region): Allow the ellipsis to say how many
5326 lines were removed.
5327
5328 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5329
5330 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5331 window configurations containing buffers that are now dead.
5332
5333 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5334 parsing to avoid integer overflows.
5335 (nnimap-parse-flags): Simplify the last change.
5336 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5337 too large for 32-bit Emacsen.
5338
5339 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * auth-source.el (auth-source-netrc-create):
5342 * message.el (message-yank-original): Fix use of `case'.
5343
5344 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5345
5346 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5347 XEmacs, which was one character too wide.
5348
5349 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5350
5351 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5352 default number of articles to display.
5353 (gnus-articles-to-read): Use pretty names for prompt.
5354
5355 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5356
5357 * gnus-int.el (gnus-open-server): Ditto.
5358
5359 * gnus-start.el (gnus-activate-group): Give a backtrace if
5360 debug-on-quit is set and the user hits `C-g'.
5361 (gnus-read-active-file): Ditto.
5362
5363 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5364
5365 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5366
5367 * message.el (message-yank-original): Use cond instead of CL case.
5368
5369 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * auth-source.el (auth-source-netrc-create): Use usual format for the
5372 default in prompts.
5373
5374 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5375
5376 * auth-source.el (auth-source-netrc-create): Show the default in the
5377 prompt when prompting for token creation.
5378
5379 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5380
5381 * auth-source.el (auth-source-format-prompt): Always convert the value
5382 to a string to avoid evaluating non-string arguments.
5383 (auth-source-netrc-create): Offer default properly, not as initial
5384 content in `read-string'.
5385 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5386 of line to determine if we've been run before. If so, don't run again,
5387 but print a trivial message to indicate the cache was hit instead.
5388
5389 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5390
5391 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5392 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5393 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5394 Gnus.
5395
5396 2011-03-11 Julien Danjou <julien@danjou.info>
5397
5398 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5399 modified file".
5400
5401 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5402
5403 * auth-source.el (auth-source-read-char-choice): New function to read a
5404 character choice using `dropdown-list', `read-char-choice', or
5405 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5406 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5407 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5408 (auth-source-netrc-saver): Use it.
5409 (auth-source-pick-first-password): New convenience function.
5410
5411 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5412
5413 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5414 parameter in the credentials.
5415 (nnimap-open-connection-1): Use it after a successful login.
5416 (nnimap-credentials): Add IMAP-specific user and password prompt.
5417
5418 * auth-source.el (auth-source-search): Add :require parameter, taking a
5419 list. Document it and the :save-function return token. Pass :require
5420 down. Change the CREATED message from a warning to a debug statement.
5421 (auth-source-search-backends): Pass :require down.
5422 (auth-source-netrc-search): Pass :require down.
5423 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5424 Change save prompt to indicate all modifications saved here are
5425 deletions.
5426 (auth-source-netrc-create): Take user login name as default in user
5427 prompt. Move all the save functionality to a lexically bound function
5428 under the :save-function token in the returned list. Set up clearer
5429 default prompts for user, host, port, and secret.
5430 (auth-source-netrc-saver): New function, intended to be wrapped for
5431 :save-function.
5432
5433 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * Version 23.3 released.
5436
5437 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5438
5439 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5440 lines to be spaces instead.
5441
5442 2011-03-07 Julien Danjou <julien@danjou.info>
5443
5444 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5445 (sieve-sasl-auth): Check that auth-source-search did return something,
5446 or just return an empty string.
5447
5448 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5449
5450 * gnus.el (gnus-interactive): Use read-directory-name.
5451
5452 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5453 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5454 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5455 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5456 Likewise.
5457
5458 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5459
5460 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5461
5462 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5463 onto the list of killed groups, too. This makes killed nnimap groups,
5464 for instance, more reliably not reappear.
5465
5466 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5467 the parent.
5468
5469 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5470
5471 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5472 really have server-side marks.
5473
5474 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5475 since most backends do not usefully have server-side marks.
5476 (gnus-update-read-articles): Propagate marks to all backends that
5477 really have server-side marks.
5478
5479 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5480
5481 * message.el (message-cite-reply-position, message-cite-style):
5482 New variables.
5483 (message-yank-original): Use the new citation styles.
5484
5485 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5486
5487 * message.el (message-options): Revert the change that's a workaround
5488 for XEmacs buffer-local issue; don't mark it buffer-local when running
5489 under XEmacs.
5490
5491 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5492
5493 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5494 numbers too big to be `read'.
5495
5496 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5497
5498 * message.el (message-options): Make buffer-local two ways to attempt
5499 to fix a XEmacs bug.
5500
5501 2011-03-02 Julien Danjou <julien@danjou.info>
5502
5503 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5504
5505 2011-03-01 Julien Danjou <julien@danjou.info>
5506
5507 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5508 group.
5509 (article-hide-list-identifiers): Use list-identifier group parameter.
5510
5511 2011-02-28 Julien Danjou <julien@danjou.info>
5512
5513 * sieve.el (sieve-buffer-script-name): New local variable to store
5514 sieve script name.
5515 (sieve-edit-script): Store sieve script name.
5516 (sieve-upload): Use sieve script name when uploading.
5517 (sieve-upload): Use substitute-command-keys.
5518 (sieve-edit-script): Use substitute-command-keys.
5519 (sieve-refresh-scriptlist): Use substitute-command-keys.
5520 (sieve-manage-mode-map): Define keymap properly.
5521 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5522 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5523 Remove commented code about cvs.
5524 (sieve-manage-quit): New function.
5525 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5526
5527 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5528
5529 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5530
5531 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5532
5533 * auth-source.el (auth-source-search): Cache empty result sets.
5534
5535 * auth-source.el (auth-source-save-behavior): New variable to replace
5536 `auth-source-never-create'.
5537 (auth-source-netrc-create): Use it.
5538 (auth-source-never-save): Remove.
5539
5540 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5541
5542 * nnimap.el (nnimap-stream): Doc fix.
5543 (nnimap-open-connection-1): Reverse the order of the ports to that the
5544 prompted-for port is first.
5545
5546 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5547 retrieval by the no-group selection.
5548
5549 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5550 numerical parameters.
5551
5552 2011-02-25 Julien Danjou <julien@danjou.info>
5553
5554 * gnus-gravatar.el: Use gnus-with-article-buffer.
5555
5556 * gnus-art.el (gnus-with-article-buffer): Check that the
5557 gnus-article-buffer is alive.
5558
5559 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5560
5561 * auth-source.el (auth-source-creation-prompts): New variable to manage
5562 creation-time prompts.
5563 (auth-source-search): Document it.
5564 (auth-source-format-prompt): Add utility function.
5565 (auth-source-netrc-create): Don't default the user name to
5566 user-login-name. Use `auth-source-creation-prompts' and some default
5567 prompts for user, host, port, and password (the default generic prompt
5568 remains ugly).
5569 (auth-source-never-save): Add customizable option to never save info.
5570 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5571 mode excursion.
5572
5573 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5574
5575 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5576 argument that XEmacs doesn't support.
5577
5578 2011-02-23 Julien Danjou <julien@danjou.info>
5579
5580 * gnus-art.el (article-make-date-line): Ignore errors if time is
5581 invalid and not convertible.
5582 (article-make-date-line): Only add lapsed time if time is not nil.
5583
5584 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5585
5586 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5587 `read-char-choice' for backwards compatibility.
5588 (auth-source-netrc-element-or-first): New function to DTRT for
5589 parameter extraction.
5590 (auth-source-netrc-create): Use it and fix multiple parameter print
5591 bug. Use the default passed from above (given-default) or the
5592 built-in (user-login-name for :user).
5593
5594 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5595
5596 * gnus-start.el (gnus-dribble-read-file):
5597 Set buffer-save-without-query, since we always want to save the dribble
5598 file, probably.
5599
5600 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5601 nnimap.
5602
5603 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5604 -summary- since it's a user-visible variable.
5605
5606 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5607 first time you use the new Gnus.
5608
5609 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5610
5611 * auth-source.el: Don't load netrc.el.
5612 (auth-sources): Search ~/.netrc as well by default.
5613 (auth-source-debug): Add 'trivia option for extra output.
5614 (auth-source-do-trivia): Use it.
5615 (auth-source-search): Simplify logic to use
5616 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5617 appropriate. Don't keep a running count at this level. Layer :create
5618 and :delete options appropriately on the first and second passes.
5619 Don't track the backend with the search results.
5620 (auth-source-search-backends): New function to search a list of
5621 backends for a processed spec.
5622 (auth-source-netrc-parse): Cache all netrc files, making
5623 auth-source-netrc-cache an alist keyed by the file name and using the
5624 file mtime as the caching criterion. Keep the obfuscated data secret
5625 with a lexical bind.
5626 (auth-source-netrc-search): Don't calculate the length of the results
5627 unnecessarily.
5628 (auth-source-search-backends): Fix bug.
5629 (auth-source-netrc-create): Rework prompts.
5630
5631 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5632
5633 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
5634 Lower case names of search constraints.
5635 (nnir-run-query): Cache and reuse search constraints for all imap
5636 servers.
5637
5638 2011-02-22 Sam Steingold <sds@gnu.org>
5639
5640 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5641
5642 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5643
5644 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5645 after exit.
5646 (gnus-setup-message): Define missing variable from last checkin.
5647
5648 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5649 value, show the raw article.
5650
5651 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5652
5653 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5654 auth-source now accepts numbers.
5655
5656 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5657 spec, too.
5658 (auth-source-ensure-strings): New function.
5659
5660 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5661 (gnus-article-setup-buffer): Always restart the date timer so that user
5662 changes to the frequency is respected.
5663
5664 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5665 port numbers, so make sure it gets that if nnimap-server-port is
5666 explicit.
5667
5668 2011-02-21 Simon Josefsson <simon@josefsson.org>
5669
5670 * nnimap.el (nnimap-inbox): Doc fix.
5671
5672 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5673
5674 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5675 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5676 color-lab-to-srgb.
5677
5678 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5679
5680 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5681 given method as in the group name if we're using an extended method.
5682 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5683 command, if we're using that, instead of waiting for the beginning.
5684
5685 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5686 we're sure to get unique server names, and we don't output two async
5687 commands in the same buffer. This fixes an NNTP hang for some users.
5688
5689 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5690
5691 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5692 summary buffer before reading going to the next buffer. This avoids
5693 putting the point in the group buffer if you `C-g' the command.
5694
5695 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5696 cache (for now) to make ~/.authinfo.gpg files usable.
5697
5698 * nnfolder.el (copyright-update): Define for the compiler.
5699
5700 * auth-source.el (auth-source-search): Fix unbound variable.
5701
5702 2011-02-19 Glenn Morris <rgm@gnu.org>
5703
5704 * gnus.el (gnus-meta): Doc fix.
5705
5706 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5707
5708 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5709 in case it's not yet loaded.
5710
5711 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5712
5713 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5714 line we're waiting for.
5715
5716 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5717
5718 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5719 face with line-width greater than zero will cause RET in gnus summary
5720 buffer to scroll down article page-wise because auto vscroll happens,
5721 it should be temporally disabled when doing a scroll-up.
5722
5723 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5724
5725 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5726 outputs from the server.
5727
5728 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5729
5730 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5731 later so that bbdb can hook in easier.
5732
5733 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5734
5735 * auth-source.el (auth-source-search): Don't try to create credentials
5736 if the caller doesn't want that.
5737 (auth-source-search): If we don't find a match, don't bug out on
5738 non-bound variables.
5739 (auth-source-search): Only ask a single backend to create the
5740 credentials.
5741
5742 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5743 logging.
5744 (nnimap-credentials): Protect against auth-source-search returning nil.
5745 (nnimap-request-list): Protect against not being able to open the
5746 server.
5747
5748 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5749
5750 * auth-source.el (auth-source-search): Do a two-phase search, one with
5751 no :create to get the responses from all backends.
5752
5753 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5754 when getting credentials.
5755
5756 * gnus-util.el (gnus-delete-duplicates): New function.
5757
5758 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5759
5760 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5761 a creation default, pass the whole port list down. It will be
5762 completed.
5763
5764 * auth-source.el (auth-source-search): Update docs to talk about
5765 multiple creation choices.
5766 (auth-source-netrc-create): Accept a list as a value (from the search
5767 parameters) and do completion on that list. Keep a separate netrc line
5768 with the password obscured for showing the user.
5769
5770 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5771 first choice to `auth-source-search' so it will be used for entry
5772 creation instead of the server's Gnus-specific name.
5773 (nnimap-credentials): Rely on the auth-source library to select which
5774 port is actually wanted in the new netrc entry, so don't override
5775 `auth-source-creation-defaults'.
5776
5777 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5778 :protocol and accept a missing user, host, or port as a wildcard match.
5779 (auth-source-debug): Default to off.
5780
5781 (auth-source-netrc-search, auth-source-netrc-create)
5782 (auth-source-secrets-search, auth-source-secrets-create)
5783 (auth-source-user-or-password, auth-source-backend, auth-sources)
5784 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5785 instead of :protocol.
5786
5787 * nnimap.el (nnimap-credentials): Pass a port default to
5788 `auth-source-search' in case an entry needs to be created.
5789 (nnimap-open-connection-1): Use :port instead of :protocol.
5790
5791 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5792
5793 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5794 instead of delete-dups that is not available in XEmacs 21.4.
5795
5796 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5797
5798 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5799 nil means that nnimap doesn't get updated.
5800
5801 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5802
5803 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5804 result when the user doesn't want to write to the file.
5805 (auth-source-netrc-search): Expect a synthetic result and proceed
5806 accordingly.
5807 (auth-source-cache-expiry): New variable to override
5808 `password-cache-expiry'.
5809 (auth-source-remember): Use it.
5810
5811 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5812 parameter. Create entry if necessary by using :create t.
5813 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5814
5815 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5816
5817 * auth-source.el (auth-source-debug): Enable by default and don't
5818 mention the obsolete `auth-source-hide-passwords'.
5819 (auth-source-do-warn): New function to debug unconditionally.
5820 (auth-source-do-debug): Use it.
5821 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5822 and for Secrets API entries when the secrets.el library is not
5823 available.
5824
5825 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5826
5827 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5828 (gnus-summary-exit): Kill the correct article buffer on exit from a
5829 `C-d' group.
5830
5831 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
5832 gnus-propagate-marks.
5833
5834 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5835 before killing the buffers so that a non-full window conf gets handled
5836 correctly.
5837 (gnus-summary-exit): Ditto.
5838 (gnus-summary-read-group-1): Ditto.
5839
5840 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5841 async code again so that we can debug it properly.
5842
5843 * message.el (message-reply): Take an optional switch-buffer parameter
5844 so that Gnus window confs are respected better.
5845
5846 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5847
5848 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5849 `plist-get' to accept non-list parameters (XEmacs issue).
5850 Fix docstring.
5851 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5852 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5853 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5854 Login collection is "Login" and not "login".
5855
5856 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5857
5858 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5859 multiple headers.
5860
5861 * nnimap.el (nnimap-inhibit-logging): New variable.
5862 (nnimap-log-command): Don't log login commands.
5863
5864 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5865 to have more parameters.
5866
5867 * nnimap.el (nnimap-send-command): Mark the command time for each
5868 command, so that we don't get NOOPs stepping on our toes.
5869
5870 * gnus-art.el (article-date-ut): Get the date from the Date header on
5871 `t'.
5872
5873 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5874
5875 * auth-source.el (auth-source-search): Use copy-sequence instead of
5876 the cl.el copy-list.
5877
5878 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5879
5880 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5881 Improve prompt.
5882
5883 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5884
5885 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5886 washing status from the default format. It isn't very informative.
5887
5888 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5889
5890 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5891 Fix Gcc processing on imap.
5892
5893 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5894
5895 * message.el (message-bury): Don't pop up a new window when selected
5896 window is dedicated.
5897
5898 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5899
5900 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5901
5902 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5903
5904 * sieve-manage.el: Autoload `auth-source-search'.
5905 (sieve-sasl-auth): Use it.
5906
5907 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5908
5909 * nnimap.el: Autoload `auth-source-forget+'.
5910 (nnimap-open-connection-1): Use it if the connection fails.
5911
5912 * auth-source.el: Require `password-cache'.
5913 (auth-source-hide-passwords, auth-source-cache): Remove and mark
5914 obsolete.
5915 (auth-source-magic): Marker for `password-cache' keys.
5916 (auth-source-do-cache): Update docstring.
5917 (auth-source-search): Use and check cache.
5918 (auth-source-forget-all-cached, auth-source-remember)
5919 (auth-source-recall, auth-source-forget, auth-source-forget+)
5920 (auth-source-specmatchp): Caching support functions.
5921 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5922 Remove and obsolete.
5923 (auth-source-user-or-password): Remove caching to further discourage
5924 using it. Always hide passwords.
5925
5926 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5927
5928 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5929 code for now, since it doesn't work for all users.
5930
5931 2011-02-09 Julien Danjou <julien@danjou.info>
5932
5933 * message.el (message-options): Make message-options really buffer
5934 local.
5935
5936 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
5937
5938 * mail-source.el: Autoload `auth-source-search'.
5939 (mail-source-keyword-map): Note order matters.
5940 (mail-source-set-1): Get all the mail-source source values and
5941 defaults and search auth-source on those if needed. This can all
5942 probably be simplified.
5943
5944 * nnimap.el: Autoload `auth-source-search'.
5945 (nnimap-credentials): Use it.
5946 (nnimap-open-connection-1): Ask for the virtual server and physical
5947 address in one shot.
5948
5949 * nntp.el: Autoload `auth-source-search'.
5950 (nntp-send-authinfo): Use it. Note TODO.
5951
5952 2011-02-08 Julien Danjou <julien@danjou.info>
5953
5954 * shr.el (shr-tag-body): Add support for text attribute in body
5955 markups.
5956
5957 * message.el (message-options): Make message-options a local variable.
5958
5959 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
5960
5961 * auth-source.el (auth-source-secrets-search)
5962 (auth-source-user-or-password): Use `append' instead of `nconc'.
5963 (auth-source-user-or-password): Build return list better and protect
5964 against nil :secret.
5965
5966 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
5967
5968 * nnimap.el (nnimap-update-info): Refactor slightly.
5969 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5970 (nnimap-update-info): Clean up slightly.
5971 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5972 characters.
5973 (nnimap-process-quirk): Rename function to avoid collision.
5974 (nnimap-update-info): Fix macrology bug-out.
5975 (nnimap-update-info): Simplify split history test.
5976
5977 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
5978
5979 * auth-source.el (top): Require 'eieio unconditionally.
5980 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5981 (auth-source-secrets-search): Limit search when `max' is greater than
5982 number of results.
5983
5984 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5985
5986 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5987 part not returning any data.
5988
5989 * proto-stream.el (open-protocol-stream): Document the return value.
5990
5991 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5992
5993 * auth-source.el (auth-source-secrets-search): Add examples.
5994
5995 2011-02-06 Julien Danjou <julien@danjou.info>
5996
5997 * message.el (message-setup-1): Handle message-generate-headers-first
5998 set to t.
5999
6000 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6001
6002 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6003 API with a string "secrets:collection-name" and with 'default.
6004 (auth-source-backend-parse): Parse "secrets:collection-name" and
6005 'default. Recurse on parses instead of repeating code. Use the
6006 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6007 message when ignoring a source.
6008 (auth-source-search): List ignored search keys at the top level.
6009 (auth-source-netrc-create): Use `case' instead of `cond'.
6010 (auth-source-secrets-search): Created with TODOs.
6011 (auth-source-secrets-create): Created with TODOs.
6012 (auth-source-retrieve, auth-source-create, auth-source-delete)
6013 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6014 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6015 (auth-source-user-or-password-sftp)
6016 (auth-source-user-or-password-smtp): Remove.
6017 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6018 around `auth-source-search'. Not tested thoroughly.
6019
6020 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6021
6022 * auth-source.el: Bring in assoc and eioeio libraries.
6023 (secrets-enabled): New variable to track the status of the Secrets API.
6024 (auth-source-backend): New EIOEIO class to represent a backend.
6025 (auth-source-creation-defaults): New variable to set prompt defaults
6026 during token creation (see the `auth-source-search' docstring for
6027 details).
6028 (auth-sources): Simplify to allow a simple string as a netrc backend
6029 spec.
6030 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6031 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6032 (auth-source-search): Main auth-source API entry point.
6033 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6034 (auth-source-search-collection): Helper function for searching.
6035 (auth-source-netrc-parse, auth-source-netrc-normalize)
6036 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6037 Supports search, create, and delete.
6038 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6039 backend stubs.
6040 (auth-source-user-or-password): Call `auth-source-search' but it's not
6041 ready yet.
6042
6043 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6044
6045 * message.el (message-setup-1): Remove the read-only stuff, since it
6046 doesn't work under XEmacs, for some reason.
6047
6048 * gnus-sum.el (gnus-user-date): Rename back from
6049 gnus-summary-user-date since user code refers to it.
6050
6051 * shr.el (shr-render-td): Store the actual background color used.
6052
6053 * message.el (message-setup-1): Don't bind the constant
6054 -forbidden-properties.
6055 (message-setup-1): Revert previous change, since it needs to bind the
6056 props to insert them.
6057 (message-resend): Allow removing the read-only separator line.
6058
6059 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6060
6061 * nnimap.el (nnimap-request-accept-article): Give an error message if
6062 the APPEND wasn't successful.
6063
6064 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6065
6066 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6067 that have no groups.
6068
6069 2011-02-03 Julien Danjou <julien@danjou.info>
6070
6071 * gnus-draft.el: Remove progn around gnus-draft-setup.
6072
6073 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6074
6075 * gnus-start.el (gnus-read-active-for-groups): This function is never
6076 called with a nil `infos', so clean that up.
6077 (gnus-get-unread-articles): Request active files from primary/secondary
6078 methods that have no groups (yet).
6079
6080 2011-02-03 Julien Danjou <julien@danjou.info>
6081
6082 * message.el (message-setup-1): Always generate References first.
6083 (message-mail): Return the return value of message-setup, not always t.
6084 (message-setup-1): Insert mail-header-separator with read-only and
6085 intangible properties set.
6086
6087 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6088 user-date in docstring.
6089
6090 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6091
6092 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6093 docstring.
6094
6095 * gnus.el (gnus-user-date-format-alist): Change default value.
6096 Use defcustom, with type and group. Move from gnus-util.el.
6097 Rename to gnus-summary-user-date-format-alist.
6098
6099 2011-02-03 Glenn Morris <rgm@gnu.org>
6100
6101 * nnimap.el (gnus-fetch-headers): Declare.
6102
6103 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6104
6105 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6106
6107 * message.el (message-forward-make-body-digest-plain)
6108 (message-followup, message-reply): Clean up things noted by Stefan.
6109
6110 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6111 gnus-article-update-date-headers is nil.
6112 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6113 it didn't really work with defcustom.
6114 (article-update-date-lapsed): Make sure the window start doesn't move,
6115 either.
6116
6117 2011-02-01 Julien Danjou <julien@danjou.info>
6118
6119 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6120 format.
6121
6122 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6123 standard in Emacs nowadays.
6124
6125 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * message.el (message-expand-name): Don't trust the return value of
6128 bbdb-complete-name.
6129 (message-check-news-header-syntax): Remove unused var `start'.
6130 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6131 (message-inhibit-body-encoding): Move to before first use.
6132 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6133 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6134 (Organization, Message-ID, Date, mh-previous-window-config):
6135 Defvar the vars using dynamic scoping.
6136
6137 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6138
6139 * shr.el (shr-render-td): Only do colors at the final rendering.
6140 Should be slightly faster.
6141 (shr-insert-table): Fix up TD background colors when doing the
6142 vertical padding.
6143
6144 * gnus-art.el (article-date-ut): Protect against articles with no Date
6145 header.
6146 (article-update-date-lapsed): Don't use current-column to find the
6147 horizontal position. It's fragile in the presence of \003 characters.
6148
6149 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6150
6151 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6152
6153 * gnus-art.el (article-transform-date): Rewrite to still work when
6154 there are several rfc2822 parts.
6155 (article-transform-date): Fix infinite recursion.
6156 (article-date-ut): Replace infinitely many Date headers with a single
6157 one when called interactively.
6158
6159 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6160 secure manner.
6161
6162 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6163 move around by not using save-window-excursion. It seems to work...
6164
6165 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6166
6167 * gnus-art.el (article-make-date-line): Work for user-defined format.
6168
6169 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6170
6171 * nntp.el (nntp-retrieve-group-data-early)
6172 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6173 fetching functions.
6174
6175 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6176 thoroughly for all backends that have no known groups. This should
6177 allow new nnml methods to retrieve mail.
6178
6179 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6180 that Gnus doesn't know exists again.
6181
6182 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6183 (gnus-treat-date-ut): Ditto.
6184 (gnus-article-update-date-header): Rename.
6185 (gnus-treat-date-local): Remove.
6186 (gnus-treat-date-english): Remove.
6187 (gnus-treat-date-lapsed): Remove.
6188 (gnus-treat-date-combined-lapsed): Remove.
6189 (gnus-treat-date-original): Remove.
6190 (gnus-treat-date-iso8601): Remove.
6191 (gnus-treat-date-user-defined): Remove.
6192 (gnus-article-date-headers): New variable to control all the date
6193 header options.
6194 (article-date-ut): Rewrite to allow using the new way to format date
6195 headers(s).
6196
6197 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6198
6199 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6200 method.
6201 (nnmail-article-group): A better test for fanciness.
6202
6203 * nnimap.el (nnimap-request-head): Protect against not finding the
6204 article by Message-ID.
6205
6206 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6207
6208 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6209 keep point at the "same place".
6210
6211 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6212
6213 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6214 data if the group is inactive.
6215
6216 2011-01-28 Julien Danjou <julien@danjou.info>
6217
6218 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6219 (gnus-all-windows-visible-p): Remove old compatibility code.
6220 (gnus-window-top-edge): Add docstring.
6221
6222 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6223
6224 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6225
6226 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6227 older request-update-info.
6228
6229 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6230
6231 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6232
6233 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6234 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6235
6236 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6237
6238 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6239 groups. This makes the nndraft:queue group pop up if it's not already
6240 there.
6241
6242 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6243 messages" logic, which was reversed.
6244
6245 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6246 the "same place" even if point is on the line being replaced.
6247 (article-update-date-lapsed): Allow updating both the combined lapsed
6248 and the lapsed headers.
6249 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6250 (article-make-date-line): Limit the number of segments dynamically to
6251 avoid too-long lines.
6252
6253 2011-01-27 Julien Danjou <julien@danjou.info>
6254
6255 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6256 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6257
6258 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6259
6260 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6261 Use plist-get instead of the cl function getf.
6262
6263 2011-01-27 Glenn Morris <rgm@gnu.org>
6264
6265 * gnus-util.el (float-time): Get rid of compiler warning, again.
6266
6267 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6268
6269 * shr.el (shr-put-color): Special-case background colors: Do put them
6270 at the blank parts at the front of the lines.
6271
6272 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6273 exit hook to nix out all data on readedness on group exit.
6274
6275 * gnus-util.el (float-time): If float-time is bound, always use it on
6276 all Emacsen. It's unclear why the subrp check was there.
6277 (time-date): Require to make some autoload issues on XEmacs go away.
6278
6279 * shr.el (shr-put-color): Don't do the box padding in tables, since
6280 they're already padded.
6281
6282 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6283
6284 * gnus-art.el (gnus-article-next-page): When the last line of the
6285 article is displayed, scroll down once more instead of going to the
6286 next article at once.
6287 (article-lapsed-string): Refactor out and allow specifying how many
6288 segments you want.
6289 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6290 (gnus-article-update-lapsed-header): New variable.
6291
6292 * shr.el: Revert change that made headings use different-sized faces.
6293 The Emacs display engine isn't advanced enough that, for instance,
6294 tables can comfortably use differently-sized faces.
6295
6296 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6297
6298 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6299 used.
6300 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6301 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6302 we're using an encrypted connection.
6303
6304 * proto-stream.el: Alter the interface functions to also return the
6305 actual stream type used: network or TLS.
6306
6307 2011-01-25 Julien Danjou <julien@danjou.info>
6308
6309 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6310 (mm-display-javascript-inline): New function.
6311
6312 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6313 viewing function.
6314
6315 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6316
6317 * shr.el (shr-expand-newlines): Fix variable name.
6318
6319 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6320
6321 * shr.el (shr-expand-newlines): Make nested boxes work.
6322
6323 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6324
6325 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6326 backgrounds.
6327 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6328 in a more sensible manner.
6329
6330 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6331
6332 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6333 if EPG is loaded.
6334
6335 2011-01-24 Julien Danjou <julien@danjou.info>
6336
6337 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6338 tags.
6339
6340 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6341
6342 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6343 commands.
6344
6345 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6346 in the article buffer.
6347 (gnus-gravatar-insert): Use blank space from the current buffer to
6348 avoid breaking text properties. This makes X-Sent updating work again.
6349
6350 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6351
6352 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6353
6354 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6355 fix the bug in url-http.el instead.
6356
6357 * shr.el (shr-image-fetched): Ditto.
6358
6359 * shr.el (shr-image-fetched): Avoid having point move in the article
6360 buffer.
6361
6362 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6363 buffer after being called. It's apparently being killed by url.el, and
6364 killing it made point move to end-of-buffer in a random buffer.
6365
6366 * shr.el (shr-image-fetched): Ditto.
6367
6368 2011-01-23 Julien Danjou <julien@danjou.info>
6369
6370 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6371
6372 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6373 text/x-org.
6374
6375 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6376
6377 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6378 (i.e., nnimap) returning nil as the article number.
6379
6380 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6381
6382 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6383 "DelSp" parameter in RFC3676.
6384
6385 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6386
6387 * message.el (message-check-recipients): Display the encoded version of
6388 the bogus address if they differ.
6389
6390 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6391 after sending.
6392
6393 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6394
6395 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6396
6397 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6398 group buffer after sending the queue.
6399
6400 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6401
6402 2011-01-22 Julien Danjou <julien@danjou.info>
6403
6404 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6405
6406 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6407
6408 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6409 nested related parts.
6410
6411 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6412 unexpired articles. This fixes the regression that led expiry marks to
6413 disappear from nnfolder groups.
6414
6415 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6418 Don't confuse the "ret" of "retrograde" with RET.
6419
6420 2011-01-21 Julien Danjou <julien@danjou.info>
6421
6422 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6423 than mm-insert-inline.
6424
6425 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6426
6427 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6428 Widen article buffer.
6429
6430 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6433 the temp buffer.
6434 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6435
6436 2011-01-20 Julien Danjou <julien@danjou.info>
6437
6438 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6439
6440 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6441 than mm-insert-inline to insert inline part: this respect
6442 mm-inline-media-tests displayers.
6443
6444 * mm-view.el (mm-display-shell-script-inline): New function.
6445
6446 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6447
6448 * mm-uu.el (mm-uu-type-alist): Add org block.
6449 (mm-uu-org-src-code-block-extract): New function.
6450
6451 * mm-view.el (mm-display-org-inline): New function.
6452
6453 * mm-decode.el (mm-automatic-display): Add text/org.
6454
6455 * mailcap.el (mailcap-mime-extensions): Add .org.
6456
6457 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6458
6459 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6460 gnus-article-add-buttons.
6461
6462 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6463
6464 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6465 From header with a date and "nobody" as the sender.
6466
6467 2011-01-19 Julien Danjou <julien@danjou.info>
6468
6469 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6470 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6471 if you have the same regexp several times.
6472 (gnus-button-push): Fix matching when regexp is symbol.
6473
6474 2011-01-15 Glenn Morris <rgm@gnu.org>
6475
6476 * message.el (message-mail): A compose-mail function should
6477 accept headers as strings.
6478
6479 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6480
6481 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6482 Add :vert-only tags.
6483 (message-mail): New arg RETURN-ACTION.
6484 (message-return-action): New var.
6485 (message-bury): Use it.
6486 (message-mode): Make it buffer-local.
6487 (message-send-and-exit): Always call message-bury.
6488
6489 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6490 message-mail.
6491
6492 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6493
6494 * nnimap.el (nnimap-convert-partial-article): Protect against
6495 zero-length body parts.
6496
6497 * mm-decode.el (mm-preferred-alternative-precedence):
6498 Discourage showing empty parts.
6499
6500 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6501 and stuff if the backend didn't return the article number. This fixes
6502 an Exchange-related nnimap bug.
6503
6504 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6505 group window, because it does the wrong thing when a separate frame
6506 displays the group buffer.
6507
6508 * proto-stream.el (open-protocol-stream): Protect against the low-level
6509 transport functions returning nil.
6510
6511 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6512
6513 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6514 (mml2015-epg-find-usable-secret-key): New function.
6515 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6516 mml2015-epg-find-usable-key (Bug#7797).
6517 (mml2015-epg-encrypt): Ditto.
6518
6519 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6520
6521 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6522
6523 2011-01-03 Glenn Morris <rgm@gnu.org>
6524
6525 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6526
6527 * sieve.el (sieve-open-server): Give a more explicit error if
6528 sieve-manage-open returns nil. (Bug#7720)
6529
6530 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6531
6532 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6533
6534 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6535
6536 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6537 This avoids sending passwords in plain text over non-encrypted
6538 channels.
6539
6540 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6541
6542 * nnimap.el (nnimap-login): Refactored out into own function, and
6543 implement CRAM-MD5.
6544 (nnimap-wait-for-line): Refactored out.
6545
6546 * mm-view.el (mml-smime): Require.
6547
6548 2010-12-20 David Engster <deng@eml.cc>
6549
6550 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6551 use EPG to decrypt S/MIME messages instead of openssl.
6552
6553 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6554
6555 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6556
6557 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6558 status is the group clearly is unreachable.
6559
6560 * auth-source.el (auth-source-create): Add the optional second
6561 parameter to `local-variable-p' to be compatible with XEmacs.
6562
6563 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6564
6565 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6566 work when using a compressed nnml folder.
6567
6568 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6569
6570 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6571 backends after sanitising on entry, because this never makes sense:
6572 If the articles have gone missing, then the data no longer exists on
6573 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6574 overwrite anything anyway.
6575
6576 * shr.el (shr-insert-document): Bind shr-width dynamically to
6577 window-width if it's nil.
6578
6579 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6580
6581 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6582 with the meaning of using the full emacs window width for rendering.
6583
6584 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6585
6586 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6587 case when sender is not given.
6588
6589 2010-12-23 Julien Danjou <julien@danjou.info>
6590
6591 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6592 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6593 the addresses, otherwise we might misplaced the gravatar.
6594
6595 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6596
6597 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6598 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6599 obsolete in Emacs.
6600
6601 2010-12-20 Julien Danjou <julien@danjou.info>
6602
6603 * gnus-util.el (gnus-rescale-image): Revert last change.
6604
6605 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6606
6607 * gnus-group.el (gnus-group-delete-articles): New command.
6608
6609 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6610
6611 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6612
6613 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6614
6615 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6616 here, since it's up to the backends to do CRLF removal if their
6617 protocol has it.
6618
6619 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6620
6621 2010-12-17 Julien Danjou <julien@danjou.info>
6622
6623 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6624 they are from file. Can also scale up.
6625
6626 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6627
6628 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6629 Restore gnus-use-agent.
6630 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6631
6632 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6633
6634 2010-12-17 Julien Danjou <julien@danjou.info>
6635
6636 * gravatar.el (gravatar-retrieve-synchronously): New function.
6637 (gravatar-get-data): Make more robust.
6638
6639 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6640
6641 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6642 to really consider the last line.
6643
6644 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6645
6646 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6647 list of recipient keys, or use symmetric encryption if not a list.
6648 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6649 EPA override, replacing the call to `netrc-store-data'.
6650
6651 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6652
6653 * gnus-srvr.el: Avoid passing nil regexp argument to
6654 delete-matching-lines.
6655
6656 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6657
6658 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6659 fetching stops when Gnus exits.
6660
6661 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6662 function.
6663 (nnfolder-request-expire-articles): Save all the buffers after doing
6664 expiry.
6665
6666 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6667 the last article", since that led to serious performance regressions
6668 when expiring nnml groups.
6669
6670 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6671
6672 * nnir.el: Improve customizations.
6673
6674 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6675
6676 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6677
6678 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6679 group has been killed.
6680 (gnus-group-yank-group): Ditto.
6681
6682 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6683
6684 * nnimap.el (nnimap-request-update-group-status): New function.
6685
6686 * gnus-int.el (gnus-request-update-group-status): New interface
6687 function.
6688
6689 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6690 copying read-ness to the backends.
6691
6692 * nnimap.el (nnimap-quirk): New function.
6693 (nnimap-retrieve-group-data-early): Use it.
6694 (nnimap-quirks): New alist.
6695
6696 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6697
6698 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6699 don't delete it within indentation.
6700
6701 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6702
6703 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6704 previous line.
6705
6706 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6707
6708 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6709 QRESYNC command by deleting a superfluous space which broke Cyrus
6710 servers. This change will break other servers that are buggy the other
6711 way around.
6712
6713 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6714
6715 * spam.el: Reindent and fix long lines.
6716 (spam-copy-or-move-routine): Exclude invalid move destinations.
6717
6718 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6719
6720 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6721 installed the registry.
6722
6723 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6724
6725 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6726 groupname doesn't contain "gmane".
6727
6728 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6729
6730 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6731 (gnus-1): Don't create the nndrafts group twice.
6732 (gnus-setup-news): There's no need to read the active file here, since
6733 that's done again later on a per-backend basis.
6734 (gnus-start-draft-setup): Make sure that the new group is started out
6735 empty.
6736
6737 * gnus-agent.el (gnus-agentize): Don't create the queue group
6738 automatically on startup. It'll be created later, if needed.
6739
6740 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6741 of automatically subscribed groups.
6742 (gnus-auto-subscribed-categories): New variable.
6743 (gnus-matches-options-n): Use it.
6744 (gnus-default-subscribed-newsgroups): Remove unused variable.
6745 (gnus-start-draft-setup): Message a bit less.
6746
6747 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6748
6749 * nnir.el (nnir-run-imap): Return article list in order of increasing
6750 UID.
6751
6752 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6753
6754 * gnus-sum.el (gnus-summary-enter-digest-group):
6755 Mention gnus-auto-select-on-ephemeral-exit.
6756
6757 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6758 convention of the network-only option.
6759
6760 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6761
6762 * proto-stream.el (proto-stream-open-network-only): New function to
6763 have a way to specify non-STARTTLS upgrade connections.
6764
6765 2010-12-10 Julien Danjou <julien@danjou.info>
6766
6767 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6768 email address is nil.
6769
6770 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6771
6772 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6773
6774 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6775 deletion.
6776 (nnir-run-imap): Only need to parse list once.
6777
6778 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6779
6780 * shr.el (shr-tag-script): Ignore <script>.
6781 (shr-tag-label): Add <label> support.
6782
6783 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6784
6785 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6786
6787 * shr.el (shr-image-displayer): Work for images lined side by side.
6788
6789 2010-12-08 Robert Pluim <rpluim@gmail.com>
6790
6791 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6792 parameter, since XEmacs doesn't accept t as a parameter.
6793
6794 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6795
6796 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6797 ids.
6798 (nnir-run-gmane): Simplify groupspec formatting.
6799 (nnir-request-expire-articles): New function.
6800
6801 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6802
6803 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6804 overflow, possibly.
6805
6806 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6807 (shr-render-td): Handle td style="" better.
6808 (shr-tag-table): Use the color from the style sheet.
6809 (shr-render-td): Make sure we copy over all the overlays, too.
6810
6811 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6812
6813 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6814 (nnir-request-article): Improve article retrieval.
6815
6816 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6817
6818 * mm-util.el (mm-extra-numeric-entities): New variable.
6819
6820 * mm-url.el (mm-url-decode-entities):
6821 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6822
6823 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * message.el: Use completion-at-point.
6826 (message-completion-function): New fun, extracted from message-tab.
6827 (message-mode): Use it for completion-at-point-functions.
6828 (message-tab): Use it and completion-at-point.
6829
6830 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6831
6832 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6833 character if a non-breakable character follows.
6834
6835 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6836
6837 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6838 any stream.
6839
6840 * shr.el (shr-tag-font): Colorize the region.
6841 (shr-tag-body): Ditto.
6842 (shr-tag-font): Actually let the styles be inherited instead of
6843 overwriting them.
6844 (shr-tag-font): Get the background color right.
6845 (shr-tag-style): Ignore all <style> tags for the moment.
6846
6847 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6848 a Message-ID to avoid having nnimap depend on gnus-sum.
6849
6850 * shr.el (shr-descend): Only colorize something if we have a node that
6851 sets colors.
6852
6853 2010-12-06 Julien Danjou <julien@danjou.info>
6854
6855 * shr.el (shr-render-td): Render td content with shr-descend, so style
6856 will be applied to <td> too.
6857 (shr-colorize-region): Colorize region even if we only have a background.
6858 (shr-tag-body): Fix color and background color inheritance.
6859 Do not recolorize after shr-generic.
6860 (shr-tag-font): Let shr-generic colorize via inheritance.
6861
6862 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6863
6864 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6865
6866 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6867
6868 * nnir.el (nnir-request-move-article): Remove obsolete code.
6869
6870 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6871
6872 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6873
6874 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6875
6876 * gnus-sum.el (gnus-summary-respool-article): The completion function
6877 expects a list instead of an alist.
6878
6879 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6880 string as the parameter.
6881
6882 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6883
6884 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6885 styles.
6886 (shr-colorize-region): New function.
6887 (shr-insert-background-overlay): Remove.
6888 (shr-render-td): Background setting should be taken care of on a higher
6889 level.
6890 (shr-tag-body): Use post-hoc colorizations.
6891 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6892 (shr-put-color-1): Don't overwrite old colors.
6893 (shr-colorize-region): When the background color isn't explicit, use
6894 a fixed background.
6895
6896 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6897 nnmail variables.
6898
6899 2010-12-05 Bjørn Mork <bjorn@mork.no>
6900
6901 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6902 unless necessary.
6903
6904 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6905
6906 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6907 server.
6908
6909 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6910
6911 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6912 so that TAB works.
6913
6914 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6915 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6916
6917 * shr.el (shr-urlify): Show the URL before the title to avoid
6918 misleading URLs.
6919
6920 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
6921
6922 * shr.el (shr-urlify): Display the title in <a> tags.
6923
6924 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
6925
6926 * nnir.el (nnir-categorize): Replace mapcar with mapc.
6927
6928 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
6929
6930 * nnir.el: Rearrange code to allow macros to be autoloaded by
6931 gnus-sum.el.
6932 (nnir-retrieve-headers-override-function): Make this variable
6933 customizable.
6934 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6935
6936 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
6937 from nnir.el.
6938
6939 2010-12-03 Julien Danjou <julien@danjou.info>
6940
6941 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6942
6943 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6944
6945 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6946 allow optional argument `environment'.
6947
6948 2010-12-03 Glenn Morris <rgm@gnu.org>
6949
6950 * mm-extern.el (message-goto-body): Update declaration.
6951
6952 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6953
6954 * gnus-util.el (gnus-macroexpand-all): New function.
6955
6956 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6957 instead of macroexpand-all that is unavailable in XEmacs.
6958
6959 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
6960
6961 * nnir.el (nnir-summary-line-format): New variable.
6962 (nnir-mode): Use it.
6963 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
6964 (nnir-article-ids): Reimplement as defsubst.
6965 (nnir-retrieve-headers): Don't mangle the subject header.
6966 (nnir-run-imap): Use 100 as RSV score.
6967 (nnir-run-find-grep): Fix for full server searching.
6968 (nnir-run-gmane): Better restriction to gmane groups.
6969
6970 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6971 summary buffers.
6972
6973 2010-12-02 Julien Danjou <julien@danjou.info>
6974
6975 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6976
6977 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6978
6979 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6980 support.
6981
6982 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
6983
6984 * nnir.el: Update to handle the registry better.
6985 (autoload): Silence byte-compiler.
6986 (nnir-open-server): Add a hook for nnir groups.
6987 (nnir-request-move-article): Don't mangle the header. Better to use
6988 formatting variables (which will be added in the future).
6989 (nnir-registry-action): Update the registry using the original article
6990 group name.
6991 (nnir-mode): Install nnir-specific hooks for updating the registry.
6992
6993 * gnus-sum.el
6994 (gnus-article-original-subject, gnus-newsgroup-original-name):
6995 Remove obsolete variables.
6996 (gnus-summary-move-article): Remove use of obsolete variables.
6997 (gnus-summary-local-variables): Make move and delete hooks local to
6998 summary buffers.
6999
7000 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7001
7002 * rtree.el: New file.
7003
7004 2010-12-01 Julien Danjou <julien@danjou.info>
7005
7006 * message.el (message-user-organization): Do not use
7007 gnus-local-organization.
7008
7009 * gnus.el: Remove gnus-local-organization.
7010
7011 * gnus-msg.el: Remove nastygram thing.
7012
7013 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7014
7015 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7016 funcall.
7017
7018 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7019
7020 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7021 names.
7022
7023 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7024 characters.
7025
7026 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7027 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7028 Suggested by Štěpán Němec <stepnem@gmail.com>.
7029 (gnus-gravatar-transform-address): Use mail-extract-address-components
7030 that supports non-ASCII names rather than mail-header-parse-addresses.
7031
7032 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7033
7034 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7035 handled by the network handler.
7036
7037 2010-11-30 Julien Danjou <julien@danjou.info>
7038
7039 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7040 (nnimap-open-connection-1): Fix PREAUTH.
7041
7042 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7043
7044 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7045
7046 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7047 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7048 (shr-insert): Use them.
7049 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7050
7051 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7052
7053 * nnir.el (nnir-request-move-article): Bail out if original group
7054 doesn't support article moves.
7055 (nnir-get-active): Improve active list retrieval.
7056
7057 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7058
7059 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7060
7061 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7062
7063 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7064 seem to accept strings-with-numbers as port numbers.
7065
7066 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7067
7068 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7069 change the registry.
7070
7071 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7072
7073 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7074 delete-dups that is not available in XEmacs 21.4.
7075
7076 * mm-util.el (mm-delete-duplicates): Add comment.
7077
7078 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7079
7080 * nnir.el (nnir-ignored-newsgroups): New variable.
7081 (nnir-get-active): Use it.
7082
7083 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7084
7085 * proto-stream.el (proto-stream-open-network): Add some comments.
7086
7087 * nntp.el (nntp-open-connection): Provide a :success condition.
7088
7089 * nnimap.el (nnimap-open-connection-1): Ditto.
7090
7091 * proto-stream.el (proto-stream-open-network): See what the response to
7092 the STARTTLS command is.
7093
7094 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7095 backwards compatibility).
7096 (nnimap-open-connection-1): Really respect nnimap-server-port.
7097
7098 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7099 TLS upgrades we don't really care about the identity of the peer.
7100 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7101 that what we've checked for.
7102 (proto-stream-always-use-starttls): Only default to t if
7103 open-gnutls-stream exists.
7104 (proto-stream-open-network): If STARTTLS failed, then just open a
7105 normal connection.
7106 (proto-stream-open-network): Wait until the greeting before doing
7107 STARTTLS.
7108
7109 * nntp.el (nntp-open-connection): Report what the connection error is.
7110
7111 * proto-stream.el (open-protocol-stream): Rename from
7112 open-proto-stream.
7113
7114 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7115
7116 * nnimap.el (nnimap-stream): Change default to `undecided'.
7117 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7118 first, and then network.
7119 (nnimap-open-connection-1): Respect nnimap-server-port.
7120 (nnimap-open-connection): Be more backwards-compatible.
7121
7122 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7123 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7124 (proto-stream-open-starttls): Folded back into the main function.
7125 (proto-stream-open-network): Fix typo in the GnuTLS path.
7126 (proto-stream-command): Refactor out.
7127
7128 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7129
7130 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7131 starttls.el STARTTLS.
7132
7133 * color.el (color-lab->srgb): Fix function call name.
7134
7135 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7136 if we're using tls.el.
7137 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7138 built in, then don't try to establish a STARTTLS connection.
7139
7140 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7141 servers.
7142
7143 * proto-stream.el (open-proto-stream): Use network, not stream.
7144 (open-proto-stream): Add a way to specify what the end of a command is.
7145
7146 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7147 connections types.
7148 (nntp-open-network-stream): Remove.
7149 (nntp-open-ssl-stream): Remove.
7150 (nntp-open-tls-stream): Remove.
7151 (nntp-ssl-program): Remove.
7152
7153 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7154
7155 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7156
7157 * nnir.el: Fix typos.
7158 (nnir-retrieve-headers-override-function): Rename variable to reflect
7159 new semantics.
7160 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7161 macros.
7162 (nnir-request-article, nnir-request-move-article): Use them.
7163 (nnir-categorize): New function.
7164 (nnir-run-query): Use it.
7165 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7166 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7167 sorted.
7168 (nnir-group-full-name): Use gnus-group-full-name instead.
7169 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7170 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7171
7172 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7173
7174 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7175
7176 * proto-stream.el: New library to provide protocol-specific
7177 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7178 protocols.
7179 (open-proto-stream): Complete the documentation.
7180 (proto-stream-open-network): Fix some typos.
7181
7182 * nnimap.el (nnimap-open-connection): Use it.
7183
7184 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7185
7186 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7187 negotiation.
7188
7189 2010-11-26 Julien Danjou <julien@danjou.info>
7190
7191 * color.el: Rename various rgb functions to srgb.
7192
7193 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7194
7195 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7196 names.
7197
7198 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7199
7200 * shr.el (shr-insert): Revert last change.
7201 (shr-find-fill-point): Never leave point being at bol;
7202 relax the kinsoku limitation when rendering tables.
7203
7204 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7205
7206 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7207 results from -accept-article.
7208
7209 * shr-color.el: Require cl when compiling.
7210
7211 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7212 checkin.
7213
7214 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7215
7216 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7217
7218 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7219 'add and 'delete to set backend marks.
7220
7221 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7222
7223 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7224
7225 * nntp.el (nntp-request-set-mark): Use it.
7226
7227 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7228
7229 * nnml.el (nnml-request-set-mark): Ditto.
7230
7231 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7232 introduces regressions in article selection.
7233 (nnimap-find-uid-response): New function.
7234 (nnimap-request-accept-article): Use the UID returned, if any.
7235 (nnimap-request-move-article): Use the UID returned, if any.
7236 (nnimap-get-groups): Reimplement to work with folded lines.
7237 (nnimap-find-uid-response): The UID is the last element in the list.
7238 (nnimap-request-set-mark): Extend syntax with 'set.
7239
7240 * nnml.el (nnml-request-set-mark): Ditto.
7241
7242 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7243
7244 * nntp.el (nntp-request-set-mark): Ditto.
7245
7246 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7247
7248 * message.el (message-called-interactively-p): A temporary macro.
7249 (message-goto-body): Use it temporarily.
7250
7251 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7252
7253 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7254 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7255 (nnimap-last-response-string): Fix last unfolding fix.
7256
7257 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7258
7259 * shr.el (shr-insert): Fix the way to fold lines.
7260
7261 2010-11-25 Julien Danjou <julien@danjou.info>
7262
7263 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7264
7265 * color.el: Rename from color-lab.el
7266 (color-rgb->hex): Add.
7267 (color-complement): Add.
7268 (color-complement-hex): Add.
7269
7270 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7271
7272 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7273
7274 * shr-color.el (shr-color-visible): Don't bug out if the color names
7275 don't exist.
7276
7277 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7278
7279 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7280 assuming that article displaying or another mml-preview may be
7281 interrupted for an error or for the like.
7282
7283 * shr.el (shr-get-background): Fix argument name.
7284
7285 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7286
7287 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7288
7289 * gnus-sum.el (gnus-summary-include-articles): New function.
7290
7291 * message.el (message-goto-body): called-interactively-p needs a
7292 parameter, so use `any'.
7293
7294 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7295 clear marks before moving, since they're synced from the Gnus side
7296 first.
7297
7298 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7299 (gnus-summary-move-article): Copy over all marks before moving, so that
7300 IMAP doesn't think a new article has arrived.
7301
7302 2010-11-24 Julien Danjou <julien@danjou.info>
7303
7304 * shr.el (shr-insert-background-overlay): Fix typo.
7305 (shr-render-td): Copy the background before rendering.
7306
7307 * shr-color.el (shr-color-visible): Fix docstring.
7308
7309 * shr.el (shr-tag-table): Add bgcolor support.
7310 (shr-render-td): Add bgcolor support.
7311 (shr-get-background): Add.
7312 (shr-insert-foreground-overlay): Use shr-get-background.
7313
7314 * message.el (message-goto-body): Use called-interactively-p.
7315 (message-in-body-p): message-goto-body returns point.
7316
7317 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7318
7319 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7320 Fixes something or other in Emacs 23, and is backwards compatible.
7321
7322 * message.el (message-goto-body): Remove the <#secure special-casing,
7323 which is too special.
7324
7325 * shr.el (shr-parse-style): Drop !important from styles.
7326
7327 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7328
7329 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7330 this function to return incorrect results when calling it with an
7331 explicit article argument different from
7332 (gnus-summary-article-number).
7333
7334 2010-11-24 Julien Danjou <julien@danjou.info>
7335
7336 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7337 (shr-tag-body): Add background support.
7338 (shr-descend): Add background support.
7339 (shr-tag-title): Add.
7340
7341 * shr-color.el (shr-color-visible): Really return original background
7342 if fixed.
7343
7344 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7345
7346 * shr.el (shr-color-check): Protect against non-existent color names.
7347
7348 2010-11-24 Julien Danjou <julien@danjou.info>
7349
7350 * color-lab.el: Require 'cl when compiling.
7351
7352 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7353
7354 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7355 matched part.
7356
7357 * color-lab.el: Fix all expt calls to use float type.
7358
7359 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7360
7361 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7362 expression to shr-color-check as is.
7363
7364 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7365
7366 * color-lab.el: Add coding cookie.
7367 (float-pi): Use eval-and-compile.
7368
7369 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7370
7371 * shr.el (shr-insert-color-overlay): Split stuff like
7372 "#444444 !important" to find the real color.
7373 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7374 parse <font color="red"> entries.
7375
7376 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7377
7378 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7379 point when parsing headers.
7380
7381 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7382 is positioned properly when parsing headers.
7383
7384 2010-11-23 Julien Danjou <julien@danjou.info>
7385
7386 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7387
7388 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7389
7390 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7391
7392 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7393 Use shr-color-hue-to-rgb.
7394 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7395
7396 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7397
7398 * shr.el (shr-color->hexadecimal): Autoload.
7399 (shr-descend): Add color to all tags.
7400
7401 2010-11-22 Julien Danjou <julien@danjou.info>
7402
7403 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7404 shr-color->hexadecimal.
7405
7406 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7407 RGB() or HSL() color representation.
7408
7409 * shr.el (shr-tag-font): Add.
7410 (shr-tag-color-check): New function to get better colors.
7411 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7412 tag-span.
7413
7414 * shr-color.el: New file.
7415
7416 * color-lab.el: New file.
7417
7418 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7419
7420 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7421
7422 * nnir.el: Fix typo in comments.
7423 (nnir-run-imap): Simplify code. No need to reverse artlist.
7424 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7425
7426 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7427
7428 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7429
7430 * nnimap.el (nnimap-get-capabilities): Refactor out.
7431 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7432
7433 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7434
7435 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7436 appearing when `mm-uu-hide-markers' is nil.
7437
7438 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7439
7440 * nnimap.el (nnimap-unselect-group): Make into its own function.
7441 (nnimap-request-rename-group): Unselect group before renaming.
7442 This had gotten lost somewhere.
7443 (nnimap-request-accept-article): Keep track of examined groups, and
7444 unselect the group before APPENDing to read-only groups.
7445 (nnimap-request-move-article): Clear flags before moving so that they
7446 can be re-set later.
7447
7448 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7449
7450 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7451 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7452
7453 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7454
7455 * gnus-art.el (gnus-mime-display-single):
7456 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7457 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7458 parameter.
7459
7460 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7461
7462 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7463 (shr-table-vertical-line): New variable.
7464 (shr-insert-table): Use it.
7465
7466 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7467
7468 * gnus-html.el (gnus-html-wash-images): Don't display images if
7469 gnus-inhibit-images is non-nil; register displayer for cid images.
7470 (gnus-html-display-image): Work for cid image.
7471 (gnus-html-insert-image): Allow arguments.
7472 (gnus-html-put-image): Inhibit read-only.
7473 (gnus-html-prefetch-images): Don't prefetch images if
7474 gnus-inhibit-images is non-nil.
7475
7476 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7477
7478 * shr.el (shr-put-image): Break lines when inserting big pictures.
7479
7480 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7481
7482 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7483 sender, thanks Katsumi Yamaoka.
7484
7485 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7486
7487 * nnir.el (nnir-run-imap): Reverse the article list for each group
7488 rather than the whole list.
7489
7490 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7491
7492 * shr.el (shr-image-displayer): Protect function against non-existent
7493 image source.
7494
7495 * gnus-art.el (gnus-inhibit-images): New user option.
7496 (gnus-mime-display-single): Don't display image if it is non-nil.
7497
7498 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7499 gnus-inhibit-images.
7500
7501 * shr.el (shr-image-displayer): New function.
7502 (shr-tag-img): Use it.
7503
7504 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7505
7506 * mml2015.el (mml2015-epg-sign): Use From header.
7507
7508 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7509
7510 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7511
7512 * gnus-util.el (gnus-find-text-property-region): Return markers.
7513
7514 * shr.el (shr-tag-img): Put a displayer in the text property.
7515
7516 * gnus-util.el (gnus-find-text-property-region): New utility function.
7517
7518 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7519 (gnus-html-show-images): Remove.
7520
7521 * gnus-art.el (gnus-article-show-images): New, more general function.
7522
7523 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7524 image url text properties.
7525
7526 * shr.el: Ditto.
7527
7528 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7529 gnus-agent-auto-agentize-methods is set. Which it isn't.
7530
7531 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7532
7533 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7534 work for two or more articles.
7535
7536 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7537
7538 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7539 divide an image that's in an html article to two or more when washing
7540 non-ASCII characters in alt text of it.
7541
7542 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7543
7544 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7545 smime-decrypt-region using function argument.
7546 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7547
7548 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7549
7550 * smime.el (smime-decrypt-region): Catch it.
7551
7552 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * smime.el (smime-mode-map): Move initialization into declaration.
7555 (gnus-run-mode-hooks): Don't autoload.
7556 (smime-mode): Use define-derived-mode.
7557
7558 2010-11-11 Glenn Morris <rgm@gnu.org>
7559
7560 * smime.el (from): Restrict declaration to XEmacs.
7561
7562 * nnir.el (gnus-group-topic-name): Autoload.
7563
7564 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7565
7566 * shr.el (shr-insert): Don't break long line if it is because of
7567 kinsoku-bol characters in the line end.
7568
7569 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7570
7571 * nnir.el (nnir-request-move-article): Fix to provide original group
7572 and subject.
7573 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7574 been retrieved.
7575
7576 * gnus-sum.el (gnus-summary-move-article): Use original group and
7577 subject for virtual articles such as those in an nnir summary buffer.
7578
7579 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7580
7581 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7582 least 21.5).
7583
7584 * smime.el (from): Declare it again for XEmacs.
7585
7586 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7587
7588 * message.el (message-resend): Don't disable encoding unless it's
7589 already encoded.
7590
7591 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7592 low-numbered articles.
7593
7594 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7595
7596 * rfc2047.el (rfc2047-syntax-table): Simplify.
7597
7598 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7599 set-char-table-range for XEmacs.
7600
7601 2010-11-10 Glenn Morris <rgm@gnu.org>
7602
7603 * smime.el (from): Remove unused declaration.
7604
7605 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7606 (gnus-float-time): On Emacs, always an alias.
7607
7608 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7609 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7610
7611 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7612
7613 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7614
7615 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7616
7617 * shr.el (browse-url-mailto): Autoload.
7618
7619 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7620
7621 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7622 regexp doesn't need quoting.
7623
7624 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7625
7626 * message.el (message-subject-trailing-was-ask-regexp)
7627 (message-subject-trailing-was-regexp): Match was: in addition to was.
7628
7629 2010-11-09 Glenn Morris <rgm@gnu.org>
7630
7631 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7632 (nnbabyl-check-mbox): Use point-at-bol.
7633
7634 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7635
7636 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7637
7638 * message.el (message-mailto): New function.
7639 (message-mailto): Should accept other parameters.
7640 (message-mailto): Remove since it duplicates browse-url-mailto
7641 functionality.
7642
7643 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7644
7645 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7646 methods.
7647 (gnus-read-active-file): Ditto.
7648
7649 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7650 ": " from the prompt.
7651 (gnus-group-make-group): Ditto.
7652
7653 2010-11-07 Glenn Morris <rgm@gnu.org>
7654
7655 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7656 (gnus-bookmark-kill-line): Use point-at-eol.
7657
7658 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7659
7660 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7661 asterisks in From header.
7662
7663 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7664
7665 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7666 string to avoid making the From headers syntactically invalid.
7667
7668 * message.el (message-send-mail): Don't insert courtesy messages if the
7669 message already has List-Post and List-ID messages.
7670
7671 2010-11-06 Glenn Morris <rgm@gnu.org>
7672
7673 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7674 `condition', `type', `length' a prefix.
7675 (gnus-treat-predicate): Update for above name changes.
7676
7677 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7678
7679 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7680 binding. Handled by `gnus-summary-refer-thread' instead.
7681 (nnir-warp-to-article): New backend function.
7682
7683 * nnimap.el (nnimap-request-thread): Force dependency updating.
7684
7685 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7686 (gnus-summary-refer-thread): Rework to improve thread-referral.
7687
7688 * gnus-int.el (gnus-warp-to-article): New function.
7689
7690 * gnus-sum.el (gnus-summary-article-map): Bind it.
7691
7692 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7693
7694 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7695 gnus-summary-refer-thread.
7696
7697 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7698 headers.
7699 (gnus-summary-limit-include-thread): Prevent articles in thread from
7700 being cut in gnus-cut-threads.
7701 (gnus-summary-refer-thread): Limit retrieved headers to those in
7702 thread.
7703
7704 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7705
7706 * message.el (message-send-mail): Use the value of
7707 message-courtesy-message from the message buffer.
7708
7709 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7710
7711 * shr.el (shr-browse-url): Implement mailto: URLs.
7712
7713 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7714 "raw".
7715
7716 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7717 if it's already selected.
7718
7719 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7720
7721 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7722
7723 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7724 to measure the length and truncate alt text.
7725
7726 2010-11-03 Glenn Morris <rgm@gnu.org>
7727
7728 * nndiary.el (nndiary-generate-nov-databases-1)
7729 (nndiary-generate-active-info): Rename dynamic variable `files' to
7730 something less generic.
7731
7732 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7733
7734 * nnir.el (nnir-request-move-article): Call the underlying backend to
7735 move articles from nnir.
7736
7737 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7738
7739 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7740
7741 2010-11-02 Julien Danjou <julien@danjou.info>
7742
7743 * nnir.el: Remove wais support.
7744
7745 2010-11-02 Glenn Morris <rgm@gnu.org>
7746
7747 * gnus-html.el: Reorder requirements to quieten compiler.
7748
7749 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7750
7751 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7752 properly for XEmacs as well.
7753 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7754 (gnus-article-natural-long-line-p): Use window-width rather than
7755 frame-width.
7756
7757 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7758
7759 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7760 (nnir-read-parms): Don't modify query.
7761 (nnir-run-query): Add ability to search topic on current line.
7762 (nnir-get-active): Clean up.
7763
7764 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7765
7766 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7767 degenerate articles.
7768
7769 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7770 (gnus-print-buffer): Just print the buffer as is, without any copying
7771 to a buffer and then re-highlighting.
7772
7773 * nnimap.el (nnimap-request-group): Store the new updated info.
7774 (nnimap-request-group): Select the group when we don't know whether it
7775 exists or not.
7776
7777 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7778 groups.
7779
7780 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7781 groups.
7782
7783 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7784 groups.
7785
7786 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7787 long-lines case by only filling the long lines.
7788
7789 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7790 (bug#7311).
7791
7792 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7793
7794 * shr.el: No need to declare `declare-function' since shr.el is for
7795 only Emacsen that provide `libxml-parse-html-region'.
7796
7797 2010-11-01 Glenn Morris <rgm@gnu.org>
7798
7799 * mm-util.el (gnus-completing-read): Autoload.
7800 (mm-read-coding-system): Simplify Emacs definition.
7801
7802 * nnmail.el (gnus-activate-group):
7803 * nnimap.el (gnutls-negotiate):
7804 * nntp.el (netrc-parse): Fix declarations.
7805
7806 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7807
7808 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7809 string-match-p in Emacs >=23.
7810
7811 * gnus-msg.el (gnus-configure-posting-styles):
7812 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7813
7814 2010-11-01 Glenn Morris <rgm@gnu.org>
7815
7816 * nnir.el (declare-function): Add compat stub.
7817 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7818 (nnir-run-gmane): Require 'mm-url.
7819
7820 * mm-util.el (mm-string-to-multibyte): Simplify.
7821
7822 * shr.el (declare-function): Add compat stub.
7823 (url-cache-create-filename): Declare.
7824 (mm-disable-multibyte, widget-convert-button): Autoload.
7825
7826 * smime.el (ldap-search): Declare.
7827 (smime-cert-by-ldap-1): Require ldap on Emacs.
7828
7829 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7830 (nnimap-keepalive): Use gnus-float-time.
7831
7832 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7833 (mail-source-delete-crash-box): Use gnus-float-time.
7834
7835 * gnus-dired.el (gnus-completing-read): Autoload.
7836
7837 * mm-view.el (gnus-rescale-image): Autoload.
7838
7839 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7840
7841 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7842
7843 * sieve-manage.el: Require 'cl when compiling.
7844
7845 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7846 (gnus-iswitchb-completing-read): Require iswitchb.
7847 (gnus-select-frame-set-input-focus): Silence compiler.
7848
7849 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7850
7851 * message.el (message-subject-trailing-was-query): Change default to t,
7852 since I think that's what most people want.
7853
7854 * nnimap.el (nnimap-request-accept-article): Erase buffer before
7855 appending for easier debugging.
7856 (nnimap-wait-for-connection): Take a regexp.
7857 (nnimap-request-accept-article): Wait for the continuation line before
7858 sending anything unless we're streaming.
7859
7860 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7861 leave the header washing to take place.
7862
7863 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7864
7865 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7866 regular expression match and replace in posting styles.
7867
7868 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7869
7870 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
7871 an entire server.
7872 (nnir-get-active): New function.
7873 (nnir-run-imap): Use it.
7874 (nnir-run-gmane): Who knew, gmane search returns an article score!
7875
7876 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7877 server on the current line with nnir.
7878
7879 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7880
7881 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7882 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7883 left edge.
7884 (gnus-article-foldable-buffer): Skip past the prefix when determining
7885 raggedness.
7886
7887 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7888 the raw article, and change `C-u g' to show the article without doing
7889 treatments.
7890
7891 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7892 on to `gnus-treat-article'.
7893 (gnus-inhibit-article-treatments): New variable.
7894
7895 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7896
7897 * gnus-art.el (gnus-treatment-function-alist): Have
7898 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7899 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7900 sections.
7901
7902 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7903 parameter.
7904 (gnus-article-fill-cited-long-lines): New function.
7905 (gnus-article-fill-cited-article): Allow filling only long sections.
7906
7907 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7908 and non-punctuation (like after the apostrophe in "'We").
7909
7910 * gnus-sum.el (gnus-summary-select-article): Make sure
7911 gnus-original-article-buffer is alive.
7912
7913 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7914 reflect the order they are in the digest.
7915
7916 * gnus.el (gnus-group-startup-message): Move point to the start of the
7917 buffer.
7918
7919 * nnimap.el (nnimap-capability): New function.
7920 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7921 is set.
7922
7923 2010-10-31 David Engster <dengste@eml.cc>
7924
7925 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7926 conform with changes to gnus-completing-read.
7927
7928 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929
7930 * shr.el (shr-tag-img): Output "*" instead of "[img]".
7931
7932 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7933
7934 * nnir.el: Move defvar, defcustom around to keep file organized
7935 and keep byte-compiler quiet.
7936 (nnir-read-parms): Accept search-engine as arg.
7937 (nnir-run-query): Pass search-engine as arg.
7938 (nnir-search-engine): Remove.
7939
7940 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7941
7942 * shr.el (shr-generic): The text nodes should be text, not :text.
7943
7944 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7945 later in the file.
7946
7947 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7948
7949 * nnir.el: General clean up. Allow searching with multiple engines.
7950 Allow separate extra-parameters for each engine.
7951 Batch queries when possible.
7952 (nnir-imap-default-search-key, nnir-method-default-engines):
7953 Add customize interface.
7954 (nnir-run-gmane): New engine.
7955 (nnir-engines): Use it. Qualify all prompts with engine name.
7956 (nnir-search-engine): Remove global variable.
7957 (nnir-run-hyrex): Restore for now.
7958 (nnir-extra-parms, nnir-search-history): New variables.
7959 (gnus-group-make-nnir-group): Use them.
7960 (nnir-group-server): Remove in favor of gnus-group-server.
7961 (nnir-request-group): Avoid searching twice.
7962 (nnir-sort-groups-by-server): New function.
7963
7964 2010-10-30 Julien Danjou <julien@danjou.info>
7965
7966 * gnus-group.el: Remove gnus-group-fetch-control.
7967
7968 * gnus-start.el (gnus-find-new-newsgroups):
7969 Remove gnus-check-first-time-used.
7970
7971 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7972
7973 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7974
7975 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7976 set on groups that don't have \* permanentflags.
7977
7978 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7979
7980 * shr.el (shr-tag-span): Drop colorization of regions since we don't
7981 control the background color.
7982 (shr-tag-img): Ignore very small web bug type images.
7983 (shr-put-image): Add help-echo alt texts to the images.
7984 (shr-tag-video): Show the video poster image.
7985
7986 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7987
7988 * shr.el (shr-table-depth): New variable.
7989 (shr-tag-table-1): Only insert the images after the top-level table.
7990
7991 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7992
7993 * gnus-util.el (gnus-list-memq-of-list): New function.
7994
7995 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7996 selected.
7997 (nnimap-unsplittable-articles): New slot.
7998 (nnimap-new-articles): Use it.
7999
8000 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8001
8002 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8003 move to the previous line on `M-g'.
8004
8005 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8006
8007 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8008 *-request-group, which seems unnecessary.
8009
8010 * nnimap.el (nnimap-quote-specials): Function copied over from
8011 imap.el.
8012 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8013 they support that. Suggested by Tom Regner.
8014
8015 2010-10-29 Julien Danjou <julien@danjou.info>
8016
8017 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8018 defalias.
8019 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8020
8021 * gnus.el: Remove `gnus-nntp-service' variable.
8022 (gnus-secondary-servers): Make obsolete.
8023 (gnus-nntp-server): Make obsolete.
8024
8025 * gnus-start.el (gnus-1): Remove x-splash calls.
8026
8027 * gnus-ems.el (gnus-x-splash): Remove.
8028
8029 * gnus.el (gnus-group-startup-message): Simplify/update code.
8030
8031 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8032 capability before doing anything.
8033 (gnus-group-insert-group-line): Remove useless
8034 gnus-group-remove-excess-properties.
8035
8036 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8037
8038 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8039
8040 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8041
8042 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8043 config after reselecting.
8044
8045 2010-10-28 Julien Danjou <julien@danjou.info>
8046
8047 * shr.el (shr-put-image): Use point even if only inserting text.
8048 (shr-put-image): Save excursion when inserting alt text on non-graphic
8049 display, so the behavior is the same when we are on a graphic display.
8050
8051 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8052
8053 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8054
8055 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8056 (gnus-mime-copy-part): Check coding system, not charset.
8057 (gnus-mime-view-part-externally): Never remove part.
8058 (gnus-mime-view-part-internally): Don't remove part here.
8059 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8060 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8061 multipart/alternative.
8062
8063 * mm-decode.el (mm-display-part): Take optional arg `force'.
8064
8065 2010-10-26 Julien Danjou <julien@danjou.info>
8066
8067 * gnus-group.el (gnus-group-default-list-level): Add this function to
8068 compute the default list level.
8069 (gnus-group-default-list-level): Add possibility to use a function.
8070
8071 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8072
8073 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8074
8075 * gnus-group.el (gnus-group-completing-read)
8076 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8077 gnus-replace-in-string.
8078
8079 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8080
8081 * shr.el (shr-tag-div): Add.
8082
8083 2010-10-25 Julien Danjou <julien@danjou.info>
8084
8085 * gnus-util.el: Remove `gnus-with-local-quit'.
8086
8087 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8088
8089 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8090
8091 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8092 the original article buffer.
8093
8094 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8095
8096 * nnimap.el (nnimap-request-head): New function.
8097 (nnimap-request-move-article): Try to be slightly faster by not
8098 requesting the entire message when moving.
8099 (nnimap-transform-headers): Don't bug out on bodiless articles.
8100 (nnimap-send-command): Have no outstanding messages if the IMAP server
8101 doesn't support streaming.
8102 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8103
8104 2010-10-24 Julien Danjou <julien@danjou.info>
8105
8106 * message.el (message-default-headers): Fix type.
8107
8108 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8109
8110 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8111 prefetching images.
8112
8113 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8114 backend for unknown groups. This is mainly useful for nnimap groups.
8115
8116 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8117 group isn't covered by the agent.
8118
8119 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8120
8121 * nnir.el (nnir-method-default-engines): New variable.
8122 (nnir-run-query): Use it.
8123 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8124 (gnus-summary-nnir-goto-thread): Change group if needed.
8125
8126 * gnus-group.el (gnus-group-group-map): Add key binding for
8127 gnus-group-make-nnir-group.
8128
8129 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8130
8131 * shr.el (shr-tag-object): Add.
8132
8133 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8134 original article buffer live.
8135 (gnus-summary-select-article-buffer):
8136 Mention gnus-widen-article-buffer.
8137
8138 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8139
8140 * shr.el (shr-tag-strong): Add.
8141
8142 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8143
8144 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8145 group names. They mess up the group buffer badly.
8146
8147 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8148
8149 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8150 instead of the summary one.
8151
8152 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8153
8154 * mml.el (mml-preview): Work properly when editing article.
8155
8156 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8157 gnus-have-read-active-file if it's already been in.
8158
8159 2010-10-22 Tom Tromey <tromey@redhat.com>
8160
8161 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8162 gnus-group-completing-read.
8163
8164 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8165
8166 * message.el (message-mode-map): Don't bind M-; to comment region, to
8167 allow the global comment-dwim to work.
8168
8169 2010-10-21 Julien Danjou <julien@danjou.info>
8170
8171 * message.el (message-setup-1): Allow message-default-headers to be a
8172 function.
8173
8174 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8175
8176 * shr.el (shr-tag-table): Simplify.
8177
8178 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8179
8180 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8181 to avoid trying to snarf invalid stuff.
8182
8183 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8184
8185 * gnus.el (gnus-message-archive-group): Quote value.
8186 (gnus-message-archive-group): Mark as changed.
8187
8188 * shr.el (shr-add-font): Don't put the font properties on the newline
8189 or the indentation.
8190
8191 * message.el (message-fix-before-sending): Change options when sending
8192 non-printable characters.
8193
8194 * gnus.el (gnus-message-archive-method): Change the default to
8195 monthly outgoing groups.
8196
8197 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8198 that have gotten new numbers.
8199
8200 * nnimap.el (nnimap-request-replace-article): New function.
8201
8202 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8203
8204 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8205 (nnrss-request-article): Don't use special html washing code.
8206
8207 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8208
8209 * shr.el (shr-tag-table): Remove useless nconc.
8210
8211 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8212
8213 * gnus-art.el (article-wash-html): Simplify and remove the charset
8214 stuff. Use the normal html rendering code instead of the special html
8215 washing code.
8216
8217 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8218 `gnus-w3m' symbols.
8219 (mm-text-html-washer-alist): Remove.
8220
8221 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8222 (mm-inline-media-tests): Remove use.
8223 (mm-text-html-renderer): Change default to the `shr' symbol.
8224
8225 * mm-view.el (mm-inline-text-html): Remove use.
8226
8227 * gnus-art.el (gnus-blocked-images): New function. Allow the
8228 `gnus-blocked-images' to be a function.
8229 (gnus-article-wash-function): Remove.
8230
8231 2010-10-20 Julien Danjou <julien@danjou.info>
8232
8233 * spam.el (spam-list-of-processors): Mark as obsolete.
8234
8235 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8236 (nnimap-insert-partial-structure): Fix boundary detection.
8237
8238 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8239
8240 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8241 run file-truename on remote files. This can be expensive and even
8242 prevent one from editing drafts if some unrelated buffer has a stale
8243 connection.
8244
8245 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8246
8247 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8248 kinsoku-eol regardless of shr-kinsoku-shorten.
8249 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8250 (shr-tag-table): Support caption, thead, and tfoot.
8251
8252 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8253
8254 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8255 lines.
8256 (shr-save-contents): New command and keystroke.
8257
8258 * nndoc.el (nndoc-type-alist): Add git support.
8259 (nndoc-git-type-p): New function.
8260 (nndoc-transform-git-article): Ditto.
8261 (nndoc-transform-git-headers): Ditto.
8262 (nndoc-transform-git-headers): Generate Subject headers.
8263
8264 * shr.el (shr-parse-style): New function.
8265 (shr-tag-span): Ditto.
8266
8267 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8268 to `G G' to avoid collisions.
8269
8270 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8271
8272 * shr.el: Load kinsoku if necessary.
8273 (shr-kinsoku-shorten): New internal variable.
8274 (shr-find-fill-point): Make kinsoku shorten text line if
8275 shr-kinsoku-shorten is bound to non-nil.
8276 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8277 shr-indentation too when testing if table is wider than frame width.
8278 (shr-insert-table): Use `string-width' instead of `length' to measure
8279 text width.
8280 (shr-insert-table-ruler): Make sure indentation is done at bol.
8281
8282 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8285 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8286 undecoded network data.
8287
8288 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8289
8290 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8291 name in the mode line spec so that the mode line menu works
8292 (bug#2431).
8293
8294 * message.el (message-get-reply-headers): If we're fed `to-address',
8295 then always use that.
8296
8297 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8298 aren't so wide as to need to switch off the edit menu.
8299
8300 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8301 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8302
8303 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8304 `M-g'.
8305 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8306 the permanent marks.
8307
8308 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8309
8310 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8311 Splitting according to references/in-reply-to obeys the ignore-groups
8312 variable, while splitting by sender and subject do not.
8313
8314 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8315
8316 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8317 alist, so that we can look for non-Unicode chars.
8318 (article-translate-strings): Allow both character and string maps.
8319
8320 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8321
8322 * shr.el (shr-insert): Don't insert space behind a wide character
8323 categorized as kinsoku-bol, or between characters both categorized as
8324 nospace.
8325
8326 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8327
8328 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8329 headers to gnus-newsgroup-headers.
8330
8331 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8332
8333 * shr.el (shr-tag-img): Don't align images -- since we're not
8334 rescaling, this often leads to ugly displays.
8335
8336 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8337
8338 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8339 duplicates.
8340
8341 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8342
8343 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8344 call.
8345
8346 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8347
8348 * gnus.el: Autoload gnus-html-show-images.
8349
8350 * nnimap.el: Use nnheader-message throughout.
8351
8352 * shr.el (shr-tag-img): Ignore images with no data.
8353
8354 2010-10-15 Julien Danjou <julien@danjou.info>
8355
8356 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8357 a possibility to disable format=flow encoding when using hard newlines.
8358
8359 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8360
8361 * shr.el (shr-insert): Remove space inserted before or after a
8362 breakable character or at the beginning or the end of a line.
8363 (shr-find-fill-point): Do kinsoku; find the second best point or give
8364 it up if there's no breakable point.
8365
8366 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8367
8368 * nnimap.el (nnimap-open-connection): Message when opening connection
8369 for debugging purposes.
8370
8371 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8372 on every setup buffer call to allow this to change from article to
8373 article.
8374
8375 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8376 buffers where we have a wide table.
8377
8378 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8379
8380 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8381 uses *-request-thread.
8382
8383 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8384
8385 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8386 incantation, which is no longer valid.
8387
8388 2010-10-14 Julien Danjou <julien@danjou.info>
8389
8390 * shr.el: Fix defcustom type (char -> character).
8391
8392 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8393
8394 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8395 programs.
8396
8397 2010-10-14 Julien Danjou <julien@danjou.info>
8398
8399 * shr.el (shr-tag-a): Use url-link as widget type.
8400
8401 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8402 `gnus-group-get-icon'.
8403
8404 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8405
8406 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8407 This should make server editing work better.
8408
8409 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8410
8411 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8412 (nnimap-parse-flags): Fix regexp.
8413
8414 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8415 probably work for CJVK text, too.
8416
8417 * nnimap.el (nnimap-extend-tls-programs): Remove.
8418 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8419
8420 2010-10-13 Julien Danjou <julien@danjou.info>
8421
8422 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8423 responses.
8424
8425 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8426
8427 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8428
8429 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8430 anything in Emacs.
8431
8432 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8433
8434 2010-10-13 Julien Danjou <julien@danjou.info>
8435
8436 * shr.el (shr-width): Make shr-width a defcustom with default to
8437 fill-column.
8438 (shr-tag-img): Use shr-width rather than fill-column.
8439
8440 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8441
8442 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8443
8444 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8445 position when (X-)Faces exist.
8446 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8447 avatars when called interactively.
8448
8449 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8450
8451 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8452 gnus-article-x-face-too-ugly is bound.
8453
8454 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8455
8456 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8457
8458 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8459 mailbox that doesn't exist.
8460
8461 2010-10-12 Julien Danjou <julien@danjou.info>
8462
8463 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8464 (shr-get-image-data): Encode URL properly when fetching from cache.
8465 (shr-tag-img): Use aligned-to spaces to align correctly images.
8466
8467 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8468 before inserting the Gravatar.
8469
8470 * shr.el (shr-tag-img): Add align attribute support for <img>.
8471
8472 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8473
8474 * gnus-gravatar.el (gnus-art): Require.
8475
8476 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8477 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8478 Remove long obsoleted functions.
8479
8480 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8481
8482 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8483
8484 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8485 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8486 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8487 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8488 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8489 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8490 Fix comment for declare-function.
8491
8492 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8493
8494 * nnimap.el (nnimap-request-rename-group): Select group read-only
8495 before renaming it.
8496
8497 * shr.el (shr-insert): Fix up the white space only regexp.
8498
8499 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8500 bodies. Protect against this. Reported by Michael Welsh Duggan.
8501
8502 * shr.el (shr-current-column): New function.
8503 (shr-find-fill-point): New function.
8504
8505 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8506
8507 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8508 numbers.
8509
8510 2010-10-11 Julien Danjou <julien@danjou.info>
8511
8512 * shr.el (shr-hr-line): Add.
8513 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8514 display hr lines.
8515 (shr-max-columns): Do not change state to nil if we just inserting
8516 spaces.
8517
8518 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8519
8520 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8521 select the last group.
8522
8523 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8524
8525 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8526
8527 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8528
8529 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8530 for Gnus.
8531 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8532 (nnimap-update-qresync-info): Mark \Seen articles as read.
8533
8534 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8535 non-variable, too.
8536
8537 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8538 available.
8539 (nnimap-update-info): Rely more on the current active than the param
8540 active to avoid marking articles as read too much.
8541
8542 * auth-source.el (auth-source-create): Use (user-login-name) for the
8543 user name default.
8544
8545 * nnimap.el (nnimap-update-info): If the server doesn't return any
8546 useful info, just use the previous info.
8547 (nnimap-update-info): Prefer old info over start-article.
8548 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8549
8550 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8551
8552 * nnir.el (autoload): Clean up autoloads.
8553 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8554 Use key rather than value.
8555 (nnir-imap-search-other): New variable.
8556 (nnir-read-parm): Use it.
8557 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8558 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8559
8560 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8563 the process, too.
8564
8565 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8566
8567 * spam.el (gnus-summary-mode-map): Bind to "$".
8568 Suggested by Russ Allbery.
8569
8570 * shr.el: Rework the way things are indented by <li> slightly.
8571
8572 * gnus.el (gnus-group-set-parameter): Fix typo.
8573
8574 * nnimap.el: Start implementing QRESYNC support.
8575
8576 2010-10-09 Julien Danjou <julien@danjou.info>
8577
8578 * nnir.el (nnir-engines): Fix too many arguments.
8579
8580 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8581
8582 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8583 group is the "last", so that the backends like nnfolder actually save
8584 their folders.
8585
8586 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8587 try to use that for the TLS stream.
8588 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8589 UIDVALIDITY and find out which groups are read-only and not.
8590 (nnimap-get-flags): Use the same marks parsing code as the rest of
8591 nnimap.
8592
8593 2010-10-09 Julien Danjou <julien@danjou.info>
8594
8595 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8596
8597 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8598 retrieving gravatars.
8599
8600 * shr.el (shr-table-corner): Add.
8601 (shr-table-line): Add.
8602 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8603
8604 2010-10-08 Julien Danjou <julien@danjou.info>
8605
8606 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8607
8608 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8609
8610 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8611
8612 * gnus-sum.el (gnus-mark-article-as-unread)
8613 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8614 (gnus-summary-set-bookmark): Use it.
8615
8616 * gnus-msg.el (gnus-setup-message): Use it.
8617
8618 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8619
8620 * gnus.el (gnus-group-remove-parameter): Use it.
8621
8622 * gnus-group.el (gnus-group-make-web-group): Use it.
8623
8624 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8625
8626 * nnregistry.el: Update docs to mention manual.
8627
8628 * gnus-registry.el: Update docs to mention nnregistry.el.
8629 (gnus-registry-initialize): Don't install nnregistry refer method
8630 automatically.
8631 (gnus-registry-install-nnregistry): Remove it.
8632
8633 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8634
8635 * shr.el (shr-insert): Don't insert double spaces.
8636
8637 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8638
8639 * gnus-gravatar.el (gnus-treat-from-gravatar)
8640 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8641 called interactively.
8642
8643 * gnus-art.el (gnus-mime-view-part-externally)
8644 (gnus-mime-view-part-internally): Make predicate function passed to
8645 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8646 of a mime type.
8647
8648 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8649
8650 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8651
8652 * shr.el (require): Require cl when compiling.
8653 (shr-tag-hr): New function.
8654
8655 * nnimap.el (nnimap-update-info): Remove double setting of high.
8656 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8657 This makes nnimap work properly on Courier again.
8658
8659 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8660 the variable for backwards compatibility.
8661
8662 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8663 the file name before using to avoid setting mm-default-directory to
8664 nil.
8665
8666 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8667 bidning gnus-agent variables.
8668
8669 * shr.el (shr-render-td): Use a cache for the table rendering function
8670 to avoid getting an exponential rendering behavior in nested tables.
8671 (shr-insert): Rework the line-breaking algorithm.
8672 (shr-insert): Don't leave trailing spaces.
8673 (shr-insert-table): Also insert empty TDs.
8674 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8675
8676 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8677
8678 * gnus-sum.el (gnus-number): Rename from `number'.
8679 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8680 (gnus-summary-limit-children): Update uses correspondingly.
8681
8682 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8683
8684 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8685 (gnus-gravatar-transform-address): Don't show avatars of people of
8686 which mail addresses match gnus-gravatar-too-ugly.
8687
8688 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8689
8690 * shr.el (shr-table-widths): Expand TD elements to fill available
8691 space.
8692
8693 2010-10-07 Julien Danjou <julien@danjou.info>
8694
8695 * nnimap.el (nnimap-request-rename-group): Add this method.
8696
8697 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8698
8699 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8700 name from XEmacs' function-arglist.
8701
8702 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8703 gravatar under XEmacs.
8704
8705 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8706
8707 * auth-source.el: Update docs with TODO items.
8708
8709 * gnus-sync.el: Update docs to explain state and plans.
8710
8711 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8712 Hooks for mark updates.
8713 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8714
8715 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8716 hooks with arguments, which is needed for mark update hooks.
8717
8718 2010-10-06 Julien Danjou <julien@danjou.info>
8719
8720 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8721 was matched.
8722
8723 * sieve-manage.el: Update example in `Commentary'.
8724
8725 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8726
8727 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8728 not 2000.
8729 (sieve-manage-authenticate): Re-add function.
8730
8731 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8732
8733 * shr.el (shr-insert): Get 'space transition right.
8734 (shr-render-td): Only delete space at the end of the TD.
8735
8736 * nnimap.el (nnimap-open-connection): Prepare to support
8737 open-gnutls-stream.
8738
8739 * shr.el: Rearrange function order to be more logical.
8740
8741 2010-10-06 Julien Danjou <julien@danjou.info>
8742
8743 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8744 (nnrss-discover-feed): Remove 404 URL in docstring.
8745
8746 * nnir.el: Fix Swish-E URL.
8747 Fix Namazu URL.
8748
8749 * message.el (message-change-subject): Remove 404 URL in a comment.
8750
8751 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8752
8753 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8754 called interactively.
8755
8756 * gnus-util.el (gnus-remove-if): Allow hash table.
8757 (gnus-remove-if-not): New function.
8758
8759 * gnus-art.el (gnus-mime-view-part-as-type):
8760 * gnus-score.el (gnus-summary-score-effect):
8761 * gnus-sum.el (gnus-read-move-group-name):
8762 Replace remove-if-not with gnus-remove-if-not.
8763
8764 * gnus-group.el (gnus-group-completing-read):
8765 Regard collection as a hash table if it is not a list.
8766
8767 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8768
8769 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8770
8771 * shr.el: Document the table-rendering algorithm.
8772
8773 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8774 invalid URLs.
8775
8776 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8777 line-broken.
8778 (shr-tag-img): Ignore image fetching errors.
8779 (shr-overlays-in-region): Compute overlay positions correctly.
8780
8781 * mm-decode.el (mm-shr): Require shr.
8782
8783 * gnus-art.el (gnus-blocked-images): Move variable here.
8784
8785 * shr.el (shr-insert-table): Bind free variable.
8786
8787 * mm-decode.el (mm-shr): Bind shr-content-function.
8788
8789 * shr.el (shr-content-function): New variable.
8790
8791 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8792 added for symmetry.
8793
8794 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8795
8796 * gnus-group.el (gnus-group-make-group): Doc fix.
8797
8798 * nnimap.el (nnimap-request-newgroups): Return success.
8799
8800 * shr.el (shr-find-elements): New function.
8801 (shr-tag-table): Put all the images after the table.
8802 (shr-tag-table): Really inhibit images inside the table.
8803 (shr-collect-overlays): Copy over overlays from the TD elements to the
8804 main document.
8805
8806 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8807 gnus-blocked-images.
8808
8809 2010-10-05 Julien Danjou <julien@danjou.info>
8810
8811 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8812
8813 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8814 (gnus-html-maximum-image-size): Add this function.
8815 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8816
8817 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8818 server-value of the capability is nil.
8819
8820 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8821
8822 * shr.el (shr-tag-em): Add <EM> tag.
8823
8824 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8825
8826 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8827 customizable.
8828
8829 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8830 handing broken links to browse-url.
8831
8832 2010-10-05 Julien Danjou <julien@danjou.info>
8833
8834 * gnus-util.el (gnus-emacs-completing-read)
8835 (gnus-iswitchb-completing-read): Use autoload rather than require.
8836
8837 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
8838
8839 * gnus-util.el (gnus-completing-read-function): Exclude
8840 gnus-icompleting-read and gnus-ido-completing-read from candidates for
8841 XEmacs since iswitchb.el is very old and ido.el is unavailable in
8842 XEmacs.
8843
8844 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8845 not to use `delete-dups' that is unavailable in XEmacs 21.4.
8846
8847 * gnus-html.el: Don't require help-fns under XEmacs.
8848 (gnus-html-schedule-image-fetching): Work for XEmacs.
8849
8850 * mm-decode.el (mm-shr): Decode contents by charset.
8851
8852 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8853
8854 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8855 unknown.
8856
8857 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8858 (shr-get-image-data): Ensure against the cache file missing.
8859
8860 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8861 for data.
8862
8863 * spam-report.el (spam-report-url-ping-plain): Don't query about
8864 killing the process.
8865
8866 * shr.el (shr-render-td): Protect against too-wide text.
8867
8868 2010-10-04 Julien Danjou <julien@danjou.info>
8869
8870 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8871 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8872
8873 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8874 retrieved.
8875
8876 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8877
8878 * shr.el (browse-url): Require.
8879 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8880 lines.
8881 (shr-show-alt-text, shr-browse-image): New commands.
8882 (shr-browse-url, shr-copy-url): New commands.
8883
8884 * gnus-sum.el (gnus-widen-article-window): New variable.
8885 (gnus-summary-select-article-buffer): Use it.
8886
8887 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8888 without @ signs.
8889
8890 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8891
8892 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8893
8894 2010-10-04 Julien Danjou <julien@danjou.info>
8895
8896 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8897 for XEmacs.
8898
8899 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8900
8901 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8902
8903 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8904 (nnimap-close-server): Implement.
8905
8906 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8907 (shr-insert): Tweak line breaking.
8908 (shr-insert): Handle <pre> better.
8909 (shr-tag-li): Get <li> indentation right.
8910 (shr-tag-li): Get <li> indentation even righter.
8911 (shr-tag-blockquote): Ensure paragraph start.
8912 (shr-make-table): Tweak table generation.
8913 (shr-make-table): Fix typo.
8914
8915 * shr.el: Implement table rendering.
8916
8917 2010-10-04 Julien Danjou <julien@danjou.info>
8918
8919 * gnus-html.el (gnus-html-put-image): Fix resize image code.
8920
8921 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8922
8923 * shr.el (shr-insert): Use string anchors instead of line anchors.
8924
8925 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8926
8927 * shr.el: Add headings.
8928 (shr-ensure-paragraph): Actually work.
8929 (shr-tag-li): Make <ul> prettier.
8930 (shr-insert): Get white space at the beginning/end of elements right.
8931 (shr-tag-p): Collapse subsequent <p>s.
8932 (shr-ensure-paragraph): Don't insert double line feeds after blank
8933 lines.
8934 (shr-insert): \t is also space.
8935 (shr-tag-s): Fix "s" tag name function.
8936 (shr-tag-s): Fix face prop name.
8937
8938 2010-10-03 Julien Danjou <julien@danjou.info>
8939
8940 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8941
8942 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8943 gnus-window-inside-pixel-edges.
8944
8945 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8946 gnus-ems.
8947
8948 * mm-view.el (mm-inline-image-emacs): Support image resizing.
8949
8950 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8951 function.
8952
8953 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8954 resize choice.
8955
8956 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8957
8958 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8959 beginning of the buffer.
8960
8961 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8962 article buffer again.
8963
8964 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8965
8966 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8967 when it's at the start of the buffer.
8968
8969 * shr.el (shr-tag-blockquote): Convert name.
8970 (shr-rescale-image): Use the right image-size variant.
8971
8972 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8973 buffer isn't shown, then select the current article first instead of
8974 bugging out.
8975 (gnus-summary-select-article-buffer): Show both the article and summary
8976 buffers again.
8977
8978 * shr.el (shr-fontize-cont): Protect against regions with no text.
8979 Rename tag functions to shr-tag-* for enhanced security.
8980 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8981
8982 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
8983
8984 * shr.el (shr-insert):
8985 * pop3.el (pop3-movemail):
8986 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8987 loaded.
8988
8989 2010-10-03 Glenn Morris <rgm@gnu.org>
8990
8991 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8992
8993 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8994
8995 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8996
8997 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8998
8999 * gnus-util.el (gnus-make-local-hook): Simplify.
9000
9001 2010-10-02 Julien Danjou <julien@danjou.info>
9002
9003 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9004 (gnus-ido-completing-read): New function.
9005 (gnus-emacs-completing-read): New function.
9006 (gnus-completing-read): Use gnus-completing-read-function.
9007 Add gnus-completing-read-function.
9008
9009 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9010
9011 * shr.el (shr-insert-document): Autoload.
9012 (shr-img): Be silent.
9013 (shr-insert): Add a newline after every picture before text.
9014 (shr-add-font): Use overlays for combining faces.
9015 (shr-insert): Pass upwards the text start point.
9016
9017 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9018 possible.
9019 (mm-shr): New function.
9020
9021 2010-10-02 Julien Danjou <julien@danjou.info>
9022
9023 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9024 should go backward.
9025
9026 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9027
9028 * shr.el (shr): Fix typo in provide call.
9029
9030 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9031
9032 * shr.el: New file.
9033
9034 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9035
9036 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9037 completing read.
9038
9039 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9040
9041 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9042 we're being queried about. Suggested by Dan Jacobson.
9043
9044 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9045 Suggested by Jason Eisner.
9046
9047 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9048 table, too. Suggested by Stefan Wiens.
9049 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9050 the table unnecessary. Suggested by Stefan Wiens.
9051
9052 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9053 longer needed, and probably doesn't work either, as pointed out by
9054 Stefan Wiens.
9055 (gnus-summary-exit): Remove call to the clearing function.
9056 (gnus-summary-exit-no-update): Ditto.
9057
9058 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9059 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9060 Reported by Stefan Monnier.
9061 (gnus-summary-save-in-rmail): Ditto.
9062
9063 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9064 article buffer, instead of both the article buffer and the summary
9065 buffer. Sort of suggested by Dan Jacobson.
9066
9067 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9068
9069 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9070 Suggested by Dan Jacobson.
9071
9072 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9073 documentation clearer.
9074
9075 * message.el (message-shorten-references): Comment on the number "21".
9076 Suggested by Stefan Monnier.
9077
9078 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9079 Suggested by Dan Jacobson.
9080
9081 * gnus.el (gnus-large-newsgroup):
9082 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9083
9084 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9085 externalize attachments. Bug reported by Steve Wen.
9086
9087 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9088 really message anything to the user.
9089
9090 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9091 directly.
9092
9093 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9094 messages in empty groups.
9095
9096 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9097
9098 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9099 non-UIDNEXT group.
9100
9101 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9102
9103 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9104 not the value from the collection.
9105
9106 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9107 values. This sometimes happens on some groups that have no info.
9108 (nnimap-request-newgroups): New function.
9109
9110 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9111
9112 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9113 check into `gnus-registry-initialize'.
9114 (gnus-registry-initialize): Ditto.
9115 Fix and extend header docs.
9116
9117 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9118
9119 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9120 regexp backtrace overflows.
9121
9122 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9123 for starttls that tls.el implements; i.e. openssl.
9124
9125 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9126
9127 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9128 (gravatar-create-image): New function that's an alias to
9129 gnus-xmas-create-image, gnus-create-image, or create-image.
9130 (gravatar-data->image): Use it.
9131
9132 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9133
9134 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9135 install the nnregistry refer method.
9136 (gnus-registry-install-hooks): Use it.
9137 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9138 unfollowed groups.
9139
9140 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9141
9142 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9143 expanding threads.
9144
9145 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9146
9147 * nnir.el: Use the server names without suffixes (bug#7009).
9148
9149 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9150 unencrypted to STARTTLS, if possible.
9151
9152 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9153
9154 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9155 headers before superseding.
9156
9157 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9158
9159 * nnrss.el (nnrss-use-local): Add documentation.
9160
9161 * nnimap.el (nnimap-extend-tls-programs): New function.
9162 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9163 (nnimap-wait-for-connection): Accept the greeting from the stupid
9164 output from openssl s_client -starttls, too.
9165
9166 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9167 article number.
9168 (nnimap-split-fancy): New variable.
9169 (nnimap-split-incoming-mail): Use it.
9170
9171 * nntp.el (nntp-server-list-active-group): Document.
9172
9173 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9174 SELECT to get the message-id.
9175
9176 * mail-source.el (mail-sources): Remove webmail support.
9177 (defvar): Ditto.
9178 (mail-source-fetcher-alist): Ditto.
9179 (mail-source-fetch-webmail): Remove.
9180
9181 * webmail.el: Remove -- doesn't seem relevant any more.
9182
9183 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9184
9185 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9186 the \r.
9187
9188 2010-09-30 Julien Danjou <julien@danjou.info>
9189
9190 * gnus-agent.el (gnus-agent-add-group): Fix call to
9191 gnus-completing-read.
9192
9193 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9194
9195 * nndoc.el (nndoc-retrieve-groups): New function.
9196
9197 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9198 `default', use nnmail-split-methods.
9199 (nnimap-request-article): Downcase the NILs so that they are nil.
9200
9201 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9202 symbol.
9203
9204 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9205 code, since if the user has requested network, that's what they ought
9206 to get.
9207 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9208 (nnimap-split-rule): Mark as obsolete.
9209
9210 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9211 New variable.
9212
9213 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9214 correct slot, too.
9215
9216 2010-09-29 Julien Danjou <julien@danjou.info>
9217
9218 * gnus.el (gnus-local-domain): Declare variable obsolete.
9219
9220 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9221 Fix history computing.
9222 (gnus-ido-completing-read): Require ido.
9223
9224 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9225
9226 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9227 build Gnus.
9228
9229 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9230 when interpreting the structures.
9231 (nnimap-request-accept-article): Add \r\n to the lines to make this
9232 work with Cyrus.
9233
9234 * nndraft.el (nndraft-request-expire-articles): Use the group name
9235 instead if "nndraft". Fix found by Nils Ackermann.
9236
9237 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9238
9239 * nnregistry.el: Add.
9240
9241 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * nnmail.el (group, group-art-list, group-art):
9244 Remove unneeded directives.
9245
9246 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9247
9248 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9249 (mm-mime-charset):
9250 * rfc2047.el (rfc2047-syntax-table):
9251 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9252
9253 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9254 rather than `insert-file-contents' and `eval-region'.
9255
9256 2010-09-29 Julien Danjou <julien@danjou.info>
9257
9258 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9259 replacement of `gnus-gravatar-relief' to mimic
9260 `gnus-faces-properties-alist'.
9261 Add :version property.
9262
9263 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9264
9265 * mail-source.el (mail-source-report-new-mail):
9266 * message.el (message-default-mail-headers):
9267 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9268
9269 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9270
9271 2010-09-28 Julien Danjou <julien@danjou.info>
9272
9273 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9274 mail-address contains the same string as real-name.
9275
9276 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9277 non-blank in header, otherwise it'll get stripped.
9278
9279 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9280 real-name, and then for mail address rather than doing : or , search.
9281
9282 2010-09-27 Julien Danjou <julien@danjou.info>
9283
9284 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9285 right completing-read function.
9286 (gnus-use-ido): New variable
9287 (gnus-completing-read-with-default): Remove.
9288 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9289 (gnus-agent-add-group):
9290 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9291 * mm-view.el (mm-view-pkcs7-decrypt):
9292 * mm-util.el (mm-codepage-setup):
9293 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9294 * mml-smime.el (mml-smime-openssl-sign-query):
9295 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9296 (mml-insert-multipart):
9297 * gnus-msg.el (gnus-summary-yank-message):
9298 * gnus-int.el (gnus-start-news-server):
9299 * mm-decode.el (mm-interactively-view-part):
9300 * gnus-dired.el (gnus-dired-attach):
9301 * gnus.el (gnus-read-method):
9302 * gnus-bookmark.el (gnus-bookmark-jump):
9303 * gnus-art.el (gnus-mime-view-part-as-type)
9304 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9305 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9306 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9307 * nnmairix.el (nnmairix-create-server-and-default-group)
9308 (nnmairix-update-groups, nnmairix-get-server)
9309 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9310 (nnmairix-get-group-from-file-path):
9311 * nnrss.el (nnrss-find-rss-via-syndic8):
9312 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9313 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9314 (gnus-group-browse-foreign-server):
9315 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9316 (gnus-summary-execute-command, gnus-summary-respool-article)
9317 (gnus-read-move-group-name):
9318 * gnus-score.el (gnus-summary-increase-score)
9319 (gnus-summary-score-effect):
9320 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9321
9322 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9323
9324 * nnimap.el (auth-source-forget-user-or-password)
9325 (auth-source-user-or-password): Autoload.
9326
9327 * message.el (message-from-style, message-interactive)
9328 (message-signature): Remove comment.
9329 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9330 always.
9331 (message-sendmail-envelope-from): Comment fix.
9332 (message-yank-prefix): Default to mail-yank-prefix always.
9333 (message-indentation-spaces):
9334 Default to mail-indentation-spaces always.
9335 (message-signature-file): Default to mail-signature-file always.
9336
9337 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9338
9339 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9340 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9341 new articles.
9342
9343 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9344 parts.
9345 (nnimap-request-article): Work with the t setting, too.
9346
9347 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9348 that you don't get flashes of other buffers.
9349 (gnus-summary-show-complete-article): Intern before setting.
9350
9351 2010-09-27 David Engster <dengste@eml.cc>
9352
9353 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9354 well as HEADERS.
9355 (nnmairix-retrieve-headers): Provide new argument for the above.
9356
9357 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9358
9359 * gnus-sum.el (gnus-summary-move-article): Don't alter
9360 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9361 group.
9362
9363 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9364
9365 * message.el (message-cite-prefix-regexp): Revert my last edit.
9366
9367 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9368 variable instead of the Gnus variable.
9369
9370 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9371
9372 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9373
9374 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9375 since some servers don't like it.
9376 (nnimap-open-connection): Forget credentials if the server says the
9377 password was wrong.
9378 (nnimap-parse-line): Protect against invalid data.
9379
9380 * gnus-sum.el (gnus-summary-move-article): Add comment.
9381 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9382 nothing alters it while scanning for new messages.
9383
9384 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9385 which may or may not help.
9386 (nnimap-open-connection): If we're doing a stream connection, and then
9387 discover we're on a STARTTLS-capable server, then open a STARTTLS
9388 connection instead.
9389
9390 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9391
9392 * nnimap.el (utf7): Require.
9393
9394 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9395 prefix.
9396
9397 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9398
9399 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9400
9401 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9402
9403 * nnimap.el (nnimap-request-accept-article): Message the error on
9404 error.
9405
9406 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9407
9408 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9409
9410 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9411
9412 * nndoc.el (nndoc-request-list): Return success always.
9413
9414 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9415 `fetch-old' -- we only want to fetch the articles we've requested.
9416 The rest are in the agent, probably.
9417 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9418 disappeared server" to something low. It's not important.
9419
9420 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9421 arrived before the FETCH data.
9422
9423 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9424 target here, because we don't know the Gnus name of the group.
9425
9426 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9427 for the correct group.
9428
9429 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9430
9431 * gnus.el (gnus): Give a final warning after startup.
9432
9433 * gnus-util.el (gnus-action-message-log): New variable.
9434 (gnus-message): Use it.
9435 (gnus-final-warning): New function.
9436
9437 * nnimap.el (nnimap-open-connection): Record the greeting.
9438 (nnimap): Add greeting.
9439
9440 2010-09-26 Julien Danjou <julien@danjou.info>
9441
9442 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9443 arguments.
9444 (gnus-html-wash-images): Fix spec computing to include start/end.
9445
9446 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9447
9448 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9449
9450 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9451 deletion.
9452 (nnimap-retrieve-headers): Don't select the group, because that's
9453 already done by nnimap-possibly-change-group.
9454
9455 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9456 (gnus-picon-transform-address): Use it.
9457
9458 * mail-source.el (mail-source-value): Revert previous patch.
9459
9460 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9461 on failure.
9462 (nnimap-open-connection): Look up both virtual and physical server name
9463 credentials.
9464
9465 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9466
9467 2009-02-08 Dave Love <fx@gnu.org>
9468
9469 * gnus-win.el (gnus-window-to-buffer-helper)
9470 (gnus-all-windows-visible-p): Function needn't be a symbol.
9471
9472 * mail-source.el (mail-source-value): Function needn't be a symbol.
9473
9474 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9475
9476 * message.el (message-cite-prefix-regexp): Remove } from the cite
9477 prefix.
9478
9479 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9480 highlight again, so that the highlight is correct.
9481
9482 * gnus-picon.el (gnus-picon): Remove again.
9483 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9484
9485 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9486 doing the header highlightling, so that the background color of the
9487 picon is correct.
9488
9489 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9490 (gnus-picon): Ditto.
9491 (gnus-picon): Reinstate. The background color for picons is white.
9492 (gnus-picon-insert-glyph): Make the background white.
9493
9494 * nnml.el (nnml-open-nov): Don't return dead buffers.
9495
9496 * auth-source.el (auth-source-create): Query the user for whether to
9497 store the credentials.
9498
9499 * auth-source.el (auth-source-user-or-password): Use the existing auth
9500 sources, if any, for creation.
9501
9502 * gnus.el (gnus-group-fast-parameter): Return the last matching
9503 parameter instead of the first matching parameter.
9504
9505 2010-09-26 Julien Danjou <julien@danjou.info>
9506
9507 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9508
9509 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9510
9511 * mml2015.el (mml2015-use): Remove gpg support.
9512
9513 * mml1991.el (mml1991-function-alist): Remove gpg function.
9514 (mml1991-gpg-sign): Remove.
9515
9516 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9517
9518 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9519 (gnus-browse-unsubscribe-current-group): Document it.
9520 (gnus-browse-unsubscribe-group): Use it.
9521
9522 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9523
9524 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9525 address to the To list for easier response.
9526
9527 * gnus.el (gnus-play-startup-jingle): Remove.
9528 (gnus-splash): Don't play jingle.
9529 (gnus): Silence gnus-load message.
9530
9531 * gnus-art.el (gnus-treat-play-sounds): Remove.
9532
9533 * gnus.el (gnus-play-jingle): Remove audio support.
9534
9535 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9536
9537 * earcon.el: Remove -- no users.
9538
9539 * gnus-audio.el: Remove -- no users of this package.
9540
9541 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9542
9543 * gnus-start.el (gnus-setup-news): Remove nocem support.
9544
9545 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9546
9547 * gnus.el (gnus-use-nocem): Remove.
9548
9549 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9550 Remove.
9551
9552 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9553 uses NoCeM any more.
9554
9555 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9556 (gnus-button-ctan-handler): Ditto.
9557 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9558 (gnus-button-ctan-directory-regexp): Ditto.
9559 (gnus-button-handle-ctan): Ditto.
9560 (gnus-button-tex-level): Ditto.
9561 (gnus-button-alist): Remove CTAN stuff.
9562
9563 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9564
9565 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9566 nnimap-streaming test.
9567
9568 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9569 servers twice.
9570
9571 * nnimap.el (nnimap-open-connection): Add more error reporting when
9572 nnimap fails early.
9573
9574 * nnheader.el (nnheader-get-report-string): New function.
9575 (nnheader-get-report): Use it.
9576
9577 * gnus-int.el (gnus-check-server): Say what the error was when opening
9578 failed.
9579
9580 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9581 using streaming.
9582
9583 2010-09-25 Julien Danjou <julien@danjou.info>
9584
9585 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9586 gnus-window-inside-pixel-edges.
9587
9588 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9589
9590 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9591
9592 * mm-decode.el (mm-save-part): Allow saving to other directories the
9593 normal Emacs way.
9594
9595 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9596 Suggested by Jay Berkenbilt.
9597
9598 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9599 there isn't a single byte.
9600
9601 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9602 just do it. It doesn't really seem to matter what the user responds
9603 here, I think, so it's just a confusing question.
9604
9605 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9606 non-streaming case.
9607
9608 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9609 (gnus-article-encrypt-body): Use it.
9610
9611 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9612 keystroke.
9613
9614 * nnimap.el (nnimap-find-wanted-parts-1):
9615 Use gnus-fetch-partial-articles.
9616
9617 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9618
9619 * nnimap.el (nnimap-insert-partial-structure): New function.
9620 (nnimap-get-partial-article): New function.
9621 (nnimap-request-article): Use it.
9622 (nnimap-wait-for-response): Return whether the wait was successful.
9623 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9624 retrieval wasn't successful.
9625 (nnimap-retrieve-group-data-early): Allow throttling servers.
9626 (nnimap-streaming): New variable.
9627 (nnimap-fetch-partial-articles): Remove.
9628
9629 * mm-decode.el (mm-with-part): Protect against killed buffers.
9630
9631 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9632 for prettier summary display.
9633
9634 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9635
9636 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9637
9638 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9639
9640 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9641 apparently third-party libraries depend on it.
9642
9643 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9644 before starting negotiation.
9645
9646 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9647 privacy reasons.
9648 (gnus-treat-mail-gravatar): Ditto.
9649
9650 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9651 buffer when inserting images. Inserting text into the headers, for
9652 instance, can make them invalid.
9653
9654 2010-09-25 Julien Danjou <julien@danjou.info>
9655
9656 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9657 variables.
9658
9659 * nnheader.el: Remove useless variables news-reply-yank-from and
9660 news-reply-yank-message-id.
9661
9662 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9663 variables.
9664
9665 * mml1991.el: Remove useless mml1991-verbose.
9666
9667 * gnus.el: Remove useless variable gnus-use-generic-from.
9668 Remove obsolete variable gnus-topic-indentation.
9669
9670 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9671
9672 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9673
9674 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9675
9676 * gnus-group.el: Remove useless gnus-group-icon-cache.
9677 Remove useless gnus-ephemeral-group-server.
9678
9679 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9680
9681 * mml2015.el: Remove useless mml2015-verbose.
9682
9683 * mml-smime.el: Remove useless mml-smime-verbose.
9684
9685 * gnus.el: Remove useless gnus-local-domain.
9686
9687 * gnus-gravatar.el (gnus-gravatar-transform-address):
9688 Use gnus-gravatar-size.
9689
9690 * gnus-art.el: Remove useless gnus-treat-translate.
9691
9692 2010-09-24 Julien Danjou <julien@danjou.info>
9693
9694 * gnus-sum.el: Add support for Gravatars.
9695
9696 * gnus-art.el: Add support for Gravatars.
9697
9698 * gnus-gravatar.el: Add this file.
9699
9700 * gravatar.el: Add this file.
9701
9702 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9703
9704 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9705
9706 * gnus-group.el (gnus-group-fetch-faq): Remove.
9707
9708 * gnus.el (gnus-group-faq-directory): Remove.
9709
9710 * gnus-group.el (gnus-group-fetch-charter): Remove.
9711
9712 * gnus.el (gnus-group-charter-alist): Remove.
9713
9714 * gnus-group.el (gnus-group-archive-directory): Remove.
9715 (gnus-group-recent-archive-directory): Ditto.
9716 (gnus-group-make-archive-group): Remove.
9717
9718 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9719
9720 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9721 use the same article number for all the cached articles.
9722
9723 * nnimap.el (nnimap-command): Register the last command time so
9724 that we can use it for idling NOOPs.
9725 (nnimap-open-connection): Start the keeplive timer.
9726 (nnimap-make-process-buffer): Store all the process buffers.
9727 (nnimap-keepalive): New function.
9728
9729 * starttls.el (starttls-open-stream): Add autoload cookie.
9730
9731 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9732
9733 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9734 handling.
9735
9736 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9737
9738 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9739 its data structures.
9740
9741 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9742 instead of the cl.el copy-list.
9743 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9744 equalp.
9745
9746 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9747
9748 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9749 and tool-bar-local-item-from-menu.
9750
9751 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9752 mode-line-highlight face for Emacs.
9753
9754 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9755 loading gnus-sum.elc; fix comment for canlock-verify.
9756 (gnus-article-jump-to-part): Use read-number.
9757 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9758 Remove Emacs pre-21 compatible code for help-echo.
9759 (gnus-article-next-page-1): No need to adjust the number of lines.
9760 (gnus-article-describe-bindings): Always use help-buffer.
9761
9762 * gnus-audio.el (gnus-audio-inline-sound):
9763 * gnus-cus.el (gnus-custom-mode):
9764 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9765
9766 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9767
9768 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9769 compatible code.
9770
9771 2010-09-24 Glenn Morris <rgm@gnu.org>
9772
9773 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9774 visiting the fcc file in rmail-mode.
9775
9776 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9777
9778 * nnir.el: Silence the byte compiler.
9779
9780 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9781 alias to browse-url-url-encode-chars if any.
9782 (gnus-html-encode-url): Use it.
9783
9784 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9785
9786 * gnus-start.el (gnus-use-backend-marks): New variable.
9787 (gnus-get-unread-articles-in-group): Use it.
9788
9789 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9790 makeover.
9791
9792 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9793
9794 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9795
9796 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9797
9798 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9799 Remove.
9800 (gnus-setup-news-hook):
9801 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9802
9803 * gnus-int.el (gnus-request-update-info): Protect against backends not
9804 having the function.
9805
9806 * nnimap.el (nnimap-stream): Mention STARTTLS.
9807 (nnimap-open-connection): Add STARTTLS support.
9808
9809 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9810
9811 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9812
9813 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9814
9815 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9816 BODYSTRUCTUREs.
9817 (nnimap-transform-headers): Unfold quoted {42} headers.
9818
9819 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9820 the info.
9821 (gnus-get-unread-articles): Only call updatep on backends that support
9822 it.
9823
9824 * nnweb.el (nnweb-request-update-info): NOOP.
9825
9826 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9827
9828 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9829 since it only deals with marks.
9830
9831 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9832 gnus-request-marks, and make a new gnus-request-update-info.
9833
9834 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9835 the active instead of the high number, which is usually too low.
9836
9837 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
9838
9839 * encrypt.el: Remove.
9840
9841 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9842
9843 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9844 server in symbolic form.
9845
9846 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9847
9848 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9849
9850 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9851 (nnimap-update-info): Fix up code slightly.
9852
9853 * gnus-int.el (gnus-open-server): Add tracing for performance
9854 debugging.
9855
9856 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9857 (gnus-group-insert-group-line): Pass the real group name so that it
9858 gets the right data.
9859
9860 * gnus-start.el (gnus-get-unread-articles): Don't have
9861 `gnus-get-unread-articles-in-group' update info, since that can be
9862 really slow and doesn't seem to be needed?
9863
9864 2010-09-22 Julien Danjou <julien@danjou.info>
9865
9866 * gnus-group.el (gnus-group-insert-group-line):
9867 Call gnus-group-highlight-line.
9868 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9869 default hook list.
9870 (gnus-group-update-eval-form): Add new function.
9871 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9872 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9873
9874 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9875
9876 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9877 immediate, then expire all articles.
9878 (nnimap-update-info): Fix off-by-one errors.
9879 (nnimap-flags-to-marks): Would return no marks lists for group with no
9880 flags. Instead return the other data.
9881
9882 2010-09-22 Julien Danjou <julien@danjou.info>
9883
9884 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9885 Only return an icon.
9886 (gnus-group-insert-group-line): Compute icon to return.
9887
9888 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9889 (gnus-html-image-fetched): Only cache if
9890 gnus-html-image-automatic-caching is set.
9891 (gnus-html-image-fetched): Check for errors.
9892
9893 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9894
9895 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9896 once per method on `g'. This ensures that backends like nnfolder don't
9897 open all their folders.
9898
9899 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9900 (nnimap-request-list): Nix out group in the correct buffer.
9901 (nnimap-parse-flags): Implement by using `read' instead of
9902 hand-parsing.
9903 (nnimap-flags-to-marks): Pass on permanent-flags.
9904 (nnimap-make-process-buffer): Record the server name.
9905 (nnimap-parse-flags): Fix typo.
9906 (nnimap-request-scan): Run split on the server in general, not just a
9907 single group.
9908
9909 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9910 parameter, and propagate this downwards.
9911
9912 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9913 since EXAMINE changes it on the server.
9914
9915 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9916 this command might take a while.
9917
9918 2010-09-22 Julien Danjou <julien@danjou.info>
9919
9920 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
9921 harmful if you have 2 images side-by-side, they can't be properly
9922 update on text deletion. Using text-property is safer here.
9923 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9924 data.
9925
9926 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9927
9928 * nnimap.el (nnimap-expunge-inbox): Remove.
9929 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9930 (nnimap-expunge): Flip default to t.
9931
9932 * gnus.el (gnus-method-to-server): Don't push things to the cache
9933 unless it's unique.
9934 (gnus-server-to-method): Ditto.
9935
9936 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9937
9938 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9939
9940 2010-09-22 Julien Danjou <julien@danjou.info>
9941
9942 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9943 get the start of data.
9944 (gnus-html-encode-url): Add this function to encode special chars in
9945 URL.
9946 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9947 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9948
9949 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9950 default.
9951 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9952
9953 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9954 images alt-text.
9955 (gnus-html-put-image): Put alt-text as help-echo.
9956
9957 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9958
9959 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9960 * mm-util.el (mm-decompress-buffer):
9961 * nnir.el (nnir-run-find-grep):
9962 * pop3.el (pop3-list): Use 3rd arg of split-string.
9963
9964 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9965
9966 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9967 outside the active range. Suggested by Dan Christensen.
9968
9969 * gnus-start.el (gnus-get-unread-articles): Get the extended method
9970 slightly later to avoid double-getting it.
9971
9972 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9973 previous patch.
9974
9975 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9976
9977 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
9978
9979 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9980
9981 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9982
9983 * gnus-int.el (gnus-open-server): Give a better error message in the
9984 "go offline" case.
9985
9986 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9987 marks for nnimap, which is seldom the right thing to do.
9988
9989 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9990 (gnus-same-method-different-name): New function.
9991
9992 * nnimap.el (parse-time): Require.
9993
9994 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9995 method in the presence of many similar methods.
9996
9997 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9998
9999 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10000 nnml-inhibit-expiry.
10001
10002 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10003 find out whether methods are equal.
10004
10005 * nnimap.el (nnimap-find-expired-articles): New function.
10006 (nnimap-process-expiry-targets): New function.
10007 (nnimap-request-move-article): Request the article before looking at
10008 what the Message-ID is. Fix found by Andrew Cohen.
10009 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10010
10011 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10012 for oldness in addition to being a predicate.
10013
10014 * nnimap.el (nnimap-request-group): When we have zero articles, return
10015 the right data to Gnus.
10016 (nnimap-request-expire-articles): Only delete articles immediately if
10017 the target is 'delete.
10018
10019 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10020 method, this would bug out.
10021
10022 * gnus-group.el (gnus-group-expunge-group): Rename from
10023 gnus-group-nnimap-expunge, and implemented as a normal interface
10024 function.
10025
10026 * gnus-int.el (gnus-request-expunge-group): New function.
10027
10028 * nnimap.el (nnimap-request-create-group): Implement.
10029 (nnimap-request-expunge-group): New function.
10030
10031 2010-09-21 Julien Danjou <julien@danjou.info>
10032
10033 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10034 (gnus-html-cache-expired): Add new function.
10035 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10036 wethever we should display image for fetch it.
10037 Compute alt-text earlier to pass it to the fetching function too.
10038 (gnus-html-schedule-image-fetching): Change function argument to only
10039 get one image at a time, not a list.
10040 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10041 cache.
10042 (gnus-html-get-image-data): New function to retrieve image data from
10043 cache.
10044 (gnus-html-put-image): Change buffer argument to use image data rather
10045 than file, and place image above region rather than inserting a new
10046 one. Do not take alt-text as argument, since it's useless now: we place
10047 the image above alt-text.
10048 (gnus-html-prune-cache): Remove.
10049 (gnus-html-show-images): Start to fetch image when we find one, do not
10050 push into a temporary list.
10051 (gnus-html-prefetch-images): Only fetch image if they have expired.
10052 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10053 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10054
10055 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10056
10057 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10058
10059 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10060
10061 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10062 spec inser "*" if the group isn't active instead of 0.
10063
10064 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10065 opening the server.
10066 (nnimap-request-delete-group): Implement group deletion.
10067 (nnimap-transform-headers): Return the size of the entire message in
10068 the Bytes header, not just the size of the first part.
10069 (nnimap-request-move-article): When moving an article from nnimap,
10070 request the article first so the accepting form has an article to
10071 accept. Reported by Dan Christensen.
10072 (nnimap-command): Make sure that the error message doesn't error out.
10073
10074 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10075
10076 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10077 we haven't requested anything.
10078
10079 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10080
10081 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10082 "". Fix found by Andrew Cohen.
10083
10084 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10085 instead of -encode-string.
10086
10087 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10088
10089 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10090
10091 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10092 by mm-subst-char-in-string.
10093
10094 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10095
10096 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10097 waiting for the connection string.
10098
10099 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10100 arriving.
10101
10102 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10103 bogus characters. This allows selecting certain Gmail groups.
10104
10105 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10106 (nnimap-fetch-partial-articles): New variable.
10107 (nnimap-open-connection): When looking for credentials, also use the
10108 nnimap-server-port.
10109 (nnimap-request-article): Return the group/article number, so that Gnus
10110 `^' works as expected.
10111 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10112
10113 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10114 comments.
10115 (gnus-methods-sloppily-equal): New function.
10116 (gnus): When using the development version of Gnus, load the gnus-load
10117 file.
10118
10119 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10120 `gnus-open-server' on each method before trying to scan them etc.
10121 This ensures that all the backend parameters are set correctly.
10122
10123 * nnimap.el (nnimap-authenticator): New variable.
10124 (nnimap-open-connection): Allow anonymous login.
10125 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10126 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10127
10128 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10129 patch, found by Knut Anders Hatlen.
10130
10131 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10132
10133 * gnus-agent.el (gnus-agent-batch-confirmation)
10134 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10135 to gnus-message.
10136 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10137 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10138 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10139 * gnus-int.el (gnus-open-server): Likewise.
10140 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10141 (gnus-score-check-syntax): Likewise.
10142 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10143 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10144 Likewise.
10145 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10146
10147 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10148
10149 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10150 calling conventions so that prefetch doesn't bug out.
10151
10152 2010-09-19 Julien Danjou <julien@danjou.info>
10153
10154 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10155 rather than `subst-char-in-region' in order to be able to replace ASCII
10156 char by UTF-8 ones.
10157
10158 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10159 than curl.
10160 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10161 the right URL and ALT text on images.
10162 (gnus-html-wash-tags): Fix tag case.
10163 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10164 (gnus-article-html): Add -o display_ins_del=2 option.
10165 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10166
10167 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10168
10169 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10170 the extra mail headers, which sometimes seem to happen for unknown
10171 reasons.
10172
10173 * mail-parse.el (mail-header-encode-parameter): Define as
10174 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10175 (or most, perhaps?) mail readers don't understand the latter, but do
10176 understand the former.
10177
10178 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10179 to nil, so that no methods are automatically agentized. I think this
10180 is probably what most users want.
10181
10182 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10183 from url-retrieve, for instance about invalid URLs.
10184
10185 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10186 groups that have no articles.
10187 (nnimap-request-article): Check that we really got an article when we
10188 requested one.
10189
10190 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10191 doesn't exist.
10192
10193 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10194 nntp buffer so the agent can save it.
10195 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10196 that CRLF doesn't get translated to \n.
10197 (nnimap-open-connection): Don't make 'shell commands only send \n.
10198
10199 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10202 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10203 Update var name.
10204 (nnml-generate-nov-file): Use dolist.
10205 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10206 Use with-current-buffer.
10207
10208 2010-09-18 Julien Danjou <julien@danjou.info>
10209
10210 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10211 parallel.
10212
10213 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10214
10215 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10216 the range update right.
10217 (nnimap-request-group): Don't make `M-g' bug out on group with no
10218 marks.
10219 (nnoo): Require, so that other packages can require nnimap.
10220 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10221 command we're looking for. This helps when the server sends more
10222 responses after we've gotten everything we expected.
10223 (nnimap): Add a `newlinep' field to keep track of end-of-line
10224 conventions.
10225 Don't send CRLF to things that don't want it.
10226 (nnimap-request-accept-article): Ditto.
10227
10228 2010-09-18 Julien Danjou <julien@danjou.info>
10229
10230 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10231 than curl to retrieve images.
10232
10233 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10234
10235 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10236 the marks.
10237 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10238 (nnimap-wait-for-connection): New function.
10239 (nnimap-open-connection): If we have PREAUTH, don't query for login
10240 credentials.
10241 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10242 when doing a partial update.
10243
10244 2010-09-18 Julien Danjou <julien@danjou.info>
10245
10246 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10247 tags.
10248
10249 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10250
10251 * nnimap.el (nnimap-credentials): New function.
10252 (nnimap-open-connection): Use the new function to look for credentials
10253 also on the numeric equivalents of "imap" and "imaps".
10254
10255 * gnus-start.el (gnus-activate-group): Send the info to
10256 gnus-request-group.
10257
10258 * nnimap.el (nnimap-request-group): Have the "check" version of the
10259 function parse flags and update the info, so that a `M-g' get a total
10260 resync of all flags from the group.
10261
10262 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10263 to allow backends to alter the info on group selection. Also alter all
10264 the backend -request-group functions to take the parameter.
10265
10266 * nnimap.el (nnimap-store-info): New function.
10267 (nnimap-update-info): Store the info for later usage.
10268 (nnimap-request-group): Use the stored info for the dont-check case, so
10269 that we don't retrieve all marks when we enter a group.
10270
10271 * nnimap.el: Use deffoo instead of defun for interface functions.
10272
10273 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10274 update the group info. This makes the nndraft groups, for instance, go
10275 back to their old behavior.
10276
10277 * gnus-sum.el (gnus-select-newsgroup): Indent.
10278
10279 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10280 in.
10281 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10282 nothing.
10283
10284 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10285 from methods that are denied.
10286
10287 * gnus-int.el (gnus-method-denied-p): New function.
10288
10289 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10290 store the password instead of netrc.
10291 (nnimap-open-connection): Don't error out when we can't make a
10292 connections.
10293
10294 * auth-source.el (auth-source-create): In the password prompt, say what
10295 we're querying for. Also prompt for user name if that hasn't been
10296 given.
10297
10298 * nnimap.el (nnimap-with-process-buffer): Remove.
10299
10300 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10301
10302 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10303 method when we're reading from the agent.
10304
10305 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10306
10307 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10308 that's probably most useful for users.
10309
10310 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10311 "failed" all the time.
10312
10313 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10314 ...)) with (with-current-buffer ...).
10315
10316 * nntp.el (nntp-open-server): Return whether the open was successful or
10317 not.
10318
10319 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10320 select an unread unseen article first.
10321
10322 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10323 /etc/services, supply some sensible port defaults.
10324
10325 2010-09-17 Julien Danjou <julien@danjou.info>
10326
10327 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10328
10329 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10330
10331 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10332 doesn't have any parameters.
10333
10334 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10335
10336 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10337 only upcased checks.
10338
10339 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10340
10341 * nnimap.el (nnimap-open-shell-stream): New function.
10342 (nnimap-open-connection): Use it.
10343 (nnimap-transform-headers): Get the number of lines in each message.
10344 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10345 number of lines.
10346 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10347 problem.
10348
10349 * utf7.el (utf7-encode): Autoload.
10350
10351 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10352 to allow the mail splitting to not return a default group. This is
10353 useful for nnimap, which will leave unmatched mail in the inbox.
10354
10355 * nnimap.el: Rewritten.
10356
10357 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10358 nnimap usage.
10359
10360 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10361 if the move is internal, so that nnimap can do fast internal moves.
10362
10363 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10364 data.
10365 (gnus-read-active-for-groups): Support finishing the early retrieval of
10366 data.
10367
10368 * gnus-range.el (gnus-range-nconcat): New function.
10369
10370 * gnus-int.el (gnus-finish-retrieve-group-infos)
10371 (gnus-retrieve-group-data-early): New functions.
10372
10373 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10376 (nnrss-retrieve-groups):
10377 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10378 (pop3-quit): Use with-current-buffer.
10379
10380 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10381
10382 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10383 instead of nnheader-accept-process-output.
10384
10385 * gnus-html.el (gnus-html-schedule-image-fetching)
10386 (gnus-html-prefetch-images): Replace process-kill-without-query by
10387 gnus-set-process-query-on-exit-flag.
10388
10389 2010-09-16 Romain Francoise <romain@orebokech.com>
10390
10391 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10392
10393 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10394
10395 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10396 parameter to unintern is mandatory-ish in Emacs 24.
10397
10398 * gnus-html.el (gnus-html-schedule-image-fetching)
10399 (gnus-html-prefetch-images): Check for curl before using it.
10400
10401 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10402 depend on curl, which isn't essential.
10403
10404 * imap.el: Revert back to version
10405 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10406 seem problematic.
10407
10408 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10409
10410 * gnus-registry.el (gnus-registry-install-shortcuts):
10411 Explicitly pass `obarray' to `unintern' to avoid a warning.
10412
10413 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10414
10415 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10416 change.
10417
10418 * nnrss.el (nnrss-request-list): Remove this function and related
10419 functions, including the moreover stuff.
10420
10421 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10422
10423 * nnrss.el (nnrss-retrieve-groups): New function.
10424
10425 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10426
10427 * .dir-locals.el: Add no-byte-compile cookie.
10428
10429 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10430
10431 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10432 for back end that doesn't support request-scan.
10433
10434 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10435
10436 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10437 then do request scans from the backends.
10438
10439 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10440 avoid running a hook per line, since this takes a lot of time,
10441 profiling shows.
10442 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10443 directly if gnus-visual-p is true.
10444
10445 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10446
10447 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10448 groups; replace mapcar with dolist which is a bit faster; pass groups
10449 info to gnus-read-active-file-1.
10450 (gnus-read-active-file-1): Scan only specified groups if the new
10451 optional arg `infos' is given.
10452
10453 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10454
10455 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10456
10457 * pop3.el (pop3-movemail): Remove.
10458 (pop3-streaming-movemail): Rename to pop3-movemail.
10459
10460 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10461 don't restrict end-tag searches to the end of the line.
10462
10463 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10464
10465 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10466 articles of every unchecked group to t, which means unknown since the
10467 server has never been opened.
10468
10469 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10470
10471 * gnus-html.el (gnus-html-show-alt-text): New command.
10472 (gnus-html-browse-image): Ditto.
10473 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10474 to browse the image directly.
10475 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10476 better.
10477
10478 * gnus-async.el (gnus-async-article-callback):
10479 Call `gnus-html-prefetch-images' unconditionally.
10480
10481 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10482 before feeding URLs to curl.
10483
10484 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10485
10486 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10487 internal images as deletable by `W D D'.
10488
10489 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10490 (gnus-async-article-callback): Fix typo.
10491
10492 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10493
10494 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10495 current line to work around bugs in the output from w3m.
10496
10497 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10498 for groups that want that.
10499
10500 * nntp.el (nntp-wait-for-string): Supply a timeout for
10501 accept-process-output to ensure progress.
10502
10503 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10504 level to get unread articles from, then use that for foreign groups,
10505 too.
10506
10507 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10508 confuses the rest of the function.
10509
10510 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10511 for the methods that support -retrieve-groups, too.
10512
10513 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10514
10515 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10516
10517 * pop3.el: Require cl when compiling.
10518 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10519
10520 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10521
10522 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10523 that aren't going to be activated.
10524 (gnus-get-unread-articles): Fix up the last commit.
10525
10526 * gnus-html.el (gnus-article-html): Allow calling without specifying
10527 the handle. In that case, dissect the buffer first.
10528
10529 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10530
10531 * nnimap.el (nnimap-open-connection): Revert the change that would look
10532 into authinfo for imaps instead of imap.
10533
10534 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10535 say that you don't want to call gnus-request-group with don-check, but
10536 do check the response. This is for virtual groups only.
10537 (gnus-get-unread-articles): Count the archive groups as secondary, so
10538 that they're activated the same way as before.
10539
10540 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10541 case-insensitively.
10542 (nnimap-debug): Remove.
10543
10544 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10545 mail from a file, and the file doesn't exist.
10546
10547 * pop3.el (pop3-streaming-movemail): Return t for success.
10548
10549 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10550 .authinfo if we're using ssl connection.
10551
10552 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10553 already have if we're in a main Gnus `g' run.
10554
10555 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10556
10557 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10558
10559 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10560
10561 * nnmh.el (nnmh-request-list-1): Bind `file'.
10562
10563 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10564 alias to set-process-query-on-exit-flag or process-kill-without-query.
10565 (pop3-open-server): Use it.
10566
10567 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10568
10569 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10570 box to the Incoming file. Fixes mistake in previous checkin.
10571
10572 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10573 request loop (for debugging purposes) removed.
10574
10575 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10576 culprit is more visible.
10577 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10578 (nnml-add-incremental-nov): New functions to do "incremental" nov
10579 updates, where we just append to the end of the existing nov files
10580 without reading/writing them in full.
10581
10582 * mail-source.el (mail-source-delete-crash-box): Really only check the
10583 incoming files once in a while.
10584
10585 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10586
10587 * mail-source.el (mail-source-delete-crash-box): Only check the
10588 incoming files for deletion once per day to save a lot of file
10589 accesses.
10590
10591 * pop3.el (pop3-logon): Fix up unbound variable typo.
10592
10593 * mail-source.el (pop3-streaming-movemail): Autoload.
10594
10595 * pop3.el (pop3-streaming-movemail):
10596 Respect pop3-leave-mail-on-server.
10597
10598 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10599 retrieval.
10600
10601 * pop3.el (pop3-process-filter): Remove unused function.
10602 (pop3-streaming-movemail, pop3-send-streaming-command)
10603 (pop3-wait-for-messages, pop3-write-to-file)
10604 (pop3-number-of-responses): New functions for streaming pop3
10605 retrieval.
10606
10607 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10608 come from no known methods.
10609 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10610 list.
10611
10612 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10613 message sizes.
10614 (pop3-movemail): Use erase-buffer instead of looping and deleting
10615 regions, which seems rather odd.
10616
10617 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10618 file once per `g' run.
10619
10620 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10621 directories. This makes the draft queue directory work.
10622
10623 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10624 data from the backends, so that we only request the list of groups from
10625 each method once. This should speed things up considerably.
10626
10627 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10628 detect that it's not implemented.
10629
10630 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10631 we actually do recurse down into the tree, but don't stat all leaf
10632 nodes.
10633
10634 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10635 then say so instead of bugging out.
10636
10637 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10638 files exist before trying to read them.
10639
10640 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10641 around <pre_int>.
10642
10643 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10644
10645 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10646
10647 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10648
10649 * mm-util.el (mm-image-load-path): Just return the image directories,
10650 not all directories in the path in addition to the image directories.
10651 (mm-image-load-path): Maintain a cache of the image directories so that
10652 the `g' command in Gnus doesn't have to stat dozens of directories each
10653 time.
10654
10655 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10656 (gnus-html-wash-tags): Add a new `i' command to insert images.
10657 (gnus-html-insert-image): New command and keystroke.
10658 (gnus-html-redisplay-with-images): New command and keystroke.
10659 (gnus-html-show-images): Rename command.
10660 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10661 spacers.
10662 (gnus-html-wash-tags): Decode entities at the end, so that entities
10663 inside the tags don't mess up the rest of the "parsing".
10664
10665 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10666 so that nnimap methods aren't agentized by default. There's apparently
10667 many problems related to agent/imap behavior.
10668
10669 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10670
10671 * gnus-html.el: Doc fix.
10672
10673 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10674
10675 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10676 glyph-width and glyph-height instead of display-graphic-p and
10677 image-size; make avoidance of displaying small images work for XEmacs.
10678
10679 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10680 for XEmacs.
10681
10682 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10683 of symbol that holds plist data.
10684 (gnus-process-plist): Remove plist of process after getting it.
10685
10686 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10687
10688 * message.el (message-generate-hashcash): Change default to
10689 'opportunistic if hashcash is installed.
10690
10691 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10692 (gnus-html-put-image): Only call image-size once, since it's somewhat
10693 time-consuming on remote X servers.
10694
10695 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10696
10697 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10698 decoded contents.
10699 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10700
10701 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10702
10703 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10704 group line format, since it isn't very interesting.
10705
10706 * gnus-agent.el (gnus-agent-short-article),
10707 (gnus-agent-long-article): Increase values for these two variables,
10708 since most people are likely to have more network connection and
10709 storage than before.
10710
10711 * gnus.el (gnus-refer-article-method): Change default to 'current.
10712 When referring an article, the common behavior is to refer it from the
10713 current select method, not the native select method. The chances of
10714 the native select method having the message in question is rather slim
10715 these days.
10716
10717 * gnus-sum.el (gnus-auto-select-subject): Change default to
10718 `unseen-or-unread'. I think it's likely that most people want to
10719 select an unseen article over a previously seen, but unread one.
10720
10721 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10722 means that in the article buffer none of the minor mode elements will
10723 be shown, usually, and this is not desirable in most cases.
10724
10725 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10726 that commands like `d' (and the like) go to the next line in the
10727 buffer, instead of the next unread article. I think this is the
10728 behavior that is most natural for most users.
10729 (gnus-single-article-buffer): Change default to nil, so that people can
10730 have as many article buffers open as they have summary buffer. I think
10731 this is the most natural way for the groups to behave.
10732
10733 * message.el (message-generate-new-buffers): Change default to
10734 `unsent', so that all new message buffers start their names with the
10735 string "*unsent", and it's easier to find the buffers if you move from
10736 them.
10737
10738 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10739
10740 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10741 small. They're probably tracking images.
10742 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10743 (gnus-html-rescale-image): Yet another try at getting the image sizing
10744 right.
10745
10746 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10747 nntp-marks-file-name is nil.
10748
10749 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10750
10751 * gnus-html.el (gnus-html-wash-tags)
10752 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10753 Better logging.
10754
10755 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10756
10757 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10758
10759 * gnus-html.el (gnus-html-wash-tags): Check the value of
10760 gnus-blocked-images in the summary buffer.
10761
10762 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10763
10764 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10765
10766 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10767
10768 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10769 like "a", it seems like.
10770 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10771 since it needs to be picked from the correct buffer.
10772
10773 * nnwfm.el: Remove.
10774
10775 * nnlistserv.el: Remove.
10776
10777 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10778
10779 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10780 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10781
10782 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10783
10784 * nnkiboze.el: Remove.
10785
10786 * nndb.el: Remove.
10787
10788 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10789 alt text.
10790 (gnus-html-rescale-image): Try to get the rescaling logic right for
10791 images that are just wide and not tall.
10792
10793 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10794 overshadow variable bindings.
10795
10796 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10797
10798 * gnus-html.el (gnus-html-wash-tags)
10799 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10800 Add extra logging.
10801
10802 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10803
10804 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10805 (gnus-max-image-proportion): New variable.
10806 (gnus-html-rescale-image): New function.
10807 (gnus-html-put-image): Rescale images.
10808
10809 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10810
10811 Fix up some byte-compiler warnings.
10812 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10813 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10814 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10815 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10816 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10817 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10818 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10819
10820 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10821
10822 * gnus-html.el (gnus-article-html): Decode contents by charset.
10823
10824 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10825
10826 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10827 (gnus-html-frame-width, gnus-blocked-images):
10828 * message.el (message-prune-recipient-rules): Add custom version.
10829 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10830
10831 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10832 functions.
10833
10834 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10835 gnus-process-get.
10836
10837 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
10838
10839 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10840 instead of lsub directly.
10841
10842 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10843
10844 * nnwarchive.el: Remove.
10845
10846 * gnus-soup.el: Remove.
10847
10848 * nnsoup.el: Remove.
10849
10850 * nnultimate.el: Remove.
10851
10852 * gnus-html.el (gnus-blocked-images): New variable.
10853
10854 * message.el (message-prune-recipients): New function.
10855 (message-prune-recipient-rules): New variable.
10856
10857 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10858 guess whether a long line is natural text or not.
10859
10860 * gnus-html.el (gnus-html-schedule-image-fetching):
10861 Use gnus-process-plist and friends for compatibility.
10862
10863 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10864
10865 * gnus-html.el: Require packages that define macros used in this file.
10866 (gnus-article-mouse-face): Declare to silence byte-compiler.
10867 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10868 process-get.
10869 (gnus-html-put-image): Use plist-get to avoid getf.
10870 (gnus-html-prefetch-images): Use with-current-buffer.
10871
10872 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10873
10874 * gnus-ems.el: Provide compatibility functions for
10875 gnus-set-process-plist.
10876
10877 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10878 * gnus.el (gnus-valid-select-methods):
10879 * message.el (message-send-mail-partially-limit):
10880 * mm-decode.el (mm-text-html-renderer):
10881 * mml.el (mml-insert-mime-headers-always):
10882 * smiley.el (smiley-regexp-alist): Bump custom version.
10883
10884 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10885
10886 * gnus-html.el: Require mm-url.
10887 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10888 with the url to `url'.
10889 (gnus-html-wash-tags): Support cid: URLs/images.
10890
10891 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10892
10893 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10894 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10895 bindings, as they aren't useful at all. `w' is moved to `W w'.
10896
10897 * gnus-move.el: Remove file, since it doesn't really work.
10898
10899 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10900 UTF-8. This seems to fix problems with some German web feeds.
10901
10902 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10903 at the top so that the proper colors are applied.
10904
10905 * gnus-art.el (gnus-article-view-part): Doc fix.
10906
10907 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10908 XEmacs-compatible.
10909 (gnus-html-put-image): Don't do images on non-graphic displays.
10910
10911 * nnslashdot.el: Remove this unused backend.
10912
10913 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10914 actions.
10915 (gnus-undo-register-1): Revert last change.
10916
10917 * gnus-group.el (gnus-group-completing-read): Protect against not
10918 having completion-styles bound.
10919
10920 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10921 make broken recipients happier.
10922
10923 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10924
10925 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10926 point parameter.
10927
10928 * gnus-group.el (gnus-group-completing-read): Add 'substring to
10929 completion-styles for group selection.
10930
10931 2009-02-04 Andreas Schwab <schwab@suse.de>
10932
10933 * gnus-score.el (gnus-score-string): Fix regex for matching extra
10934 headers and regexp-quote the match if necessary.
10935
10936 2009-03-24 Miles Bader <miles@gnu.org>
10937
10938 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10939 the blinking smiley.
10940
10941 2009-03-24 Simon Josefsson <simon@josefsson.org>
10942
10943 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10944 blink smiley.
10945
10946 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10947
10948 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10949 where the dribbel file lives exists.
10950
10951 * message.el (message-send-mail-partially-limit): Change the default to
10952 nil, since most people don't want this.
10953
10954 * mm-url.el (mm-url-decode-entities): Also decode entities like
10955 &#x3212.
10956
10957 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
10958
10959 * gnus-sum.el (gnus-summary-idna-message):
10960 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10961 Hyperlink urls in docstrings with URL `...'.
10962
10963 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
10964
10965 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10966 functions.
10967
10968 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10969
10970 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10971 say what the mouseover text should be.
10972
10973 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10974 version of the mm-w3m-safe-url-regexp variable to only download images
10975 in the groups where we want that to happen.
10976
10977 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10978
10979 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10980 easier debugging.
10981 (gnus-article-beginning-of-window): Add kludge to allow spacing past
10982 big pictures in the article buffer.
10983
10984 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10985 gnus-article-html.
10986 (mm-text-html-renderer): gnus-article-html needs curl in addition to
10987 w3m.
10988
10989 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10990
10991 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10992
10993 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10994 which doesn't exist.
10995
10996 * message.el (message-inhibit-ecomplete): New variable to allow some
10997 function to inhibit ecomplete address storage.
10998 (message-resend): Disable ecomplete message storage when resending
10999 messages.
11000
11001 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11002
11003 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11004
11005 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11006 Save excursion while copying, moving, and deleting articles in order to
11007 prevent the cursor from jumping to unforeseen place.
11008
11009 2010-08-17 Glenn Morris <rgm@gnu.org>
11010
11011 * gnus-sync.el: Require gnus components whose functions are used.
11012
11013 * gnus-art.el (bookmark-make-record-function):
11014 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11015 Declare for compiler.
11016
11017 * mm-url.el (mml-compute-boundary): Autoload.
11018
11019 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11020
11021 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11022
11023 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11024
11025 Typo fix "hoo4a" -> "hook".
11026
11027 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11028
11029 2010-08-14 Glenn Morris <rgm@gnu.org>
11030
11031 * gnus-sync.el (gnus-sync): Fix defgroup version.
11032
11033 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11034
11035 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11036
11037 * gnus-sync.el: Fix docs.
11038 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11039 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11040
11041 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11042
11043 Optimizations for gnus-sync.el.
11044
11045 * gnus-sync.el: Add docs about gnus-sync-backend
11046 possibilities.
11047 (gnus-sync-save): Remove unnecessary message.
11048 (gnus-sync-read): Optimize and show what groups were skipped.
11049
11050 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11051
11052 Minor bug fixes for gnus-sync.el.
11053
11054 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11055 Don't read the sync on get-new-news.
11056
11057 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11058 quiet.
11059
11060 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11061 (fix typo).
11062
11063 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11064
11065 Make saving and restoring of hidden threads work with overlays.
11066 Patch applied by Ted Zlatanov.
11067
11068 * gnus-sum.el (gnus-hidden-threads-configuration)
11069 (gnus-restore-hidden-threads-configuration): Update to deal with text
11070 properties, rather than searching for a magic character.
11071
11072 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11073
11074 New gnus-sync.el library for synchronization of marks.
11075
11076 * gnus-sync.el: New library for synchronization of marks.
11077
11078 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11079 renamed from `gnus-registry-grep-in-list'.
11080
11081 * gnus-registry.el (gnus-registry-follow-group-p):
11082 Use `gnus-grep-in-list'.
11083
11084 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11085
11086 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11087
11088 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11089 determining charset of text fails.
11090
11091 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11092
11093 * nnmail.el (nnmail-get-new-mail-1): Revert.
11094
11095 * nnml.el (nnml-active-number): Make sure names of newly created groups
11096 in nnml-group-alist are encoded.
11097
11098 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11099
11100 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11101 containing non-ASCII characters in active file for nnml back end.
11102
11103 2010-07-24 David Engster <dengste@eml.cc>
11104
11105 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11106 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11107
11108 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11109
11110 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11111 tag (Bug#6654).
11112
11113 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11114
11115 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11116 the article buffer, not the summary buffer.
11117
11118 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11119
11120 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11121 Emacs 23 as well.
11122
11123 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11124
11125 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11126 Patch applied by Karl Fogel.
11127
11128 * gnus-sum.el (gnus-summary-bookmark-make-record):
11129 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11130
11131 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11132
11133 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11134 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11135 C-w still not working correctly from Article buffers; Thierry's
11136 patch to fix that will be applied after this.
11137
11138 * gnus-art.el (bookmark-make-record-function): New local variable.
11139
11140 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11141 article buffer.
11142 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11143
11144 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11145
11146 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11147 on changes in bookmark.el.
11148
11149 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11150
11151 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11152 the *other* type of HTML form submission.
11153
11154 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11155
11156 * auth-source.el (auth-source-pick): If choice does not contain a
11157 questioned keyword, set the check to t.
11158
11159 2010-06-12 Romain Francoise <romain@orebokech.com>
11160
11161 * gnus-util.el (gnus-date-get-time): Move up before first use.
11162
11163 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11164
11165 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11166 (gnus-article-edit-part): Bind it to make last part that is substituted
11167 or deleted visible.
11168 (gnus-mime-display-single): Buttonize part of which id equals to
11169 gnus-mime-buttonized-part-id.
11170
11171 2010-06-10 Dan Christensen <jdc@uwo.ca>
11172
11173 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11174 (gnus-dd-mmm): Use gnus-date-get-time.
11175 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11176 simplify logic.
11177 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11178 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11179
11180 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11181
11182 * auth-source.el (top): Autoload `secrets-list-collections',
11183 `secrets-create-item', `secrets-delete-item'.
11184 (auth-sources): Fix tag string.
11185 (auth-get-source, auth-source-retrieve, auth-source-create)
11186 (auth-source-delete): New defuns.
11187 (auth-source-pick): Rewrite in order to avoid 2 passes.
11188 (auth-source-forget-user-or-password): New parameter USERNAME.
11189 (auth-source-user-or-password): New parameters CREATE-MISSING and
11190 DELETE-EXISTING. Retrieve password interactively, if needed.
11191
11192 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11193
11194 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11195 deleting unused directories when gnus-expert-user is t.
11196
11197 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11198
11199 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11200 for each temp file when gnus-article-browse-delete-temp is ask.
11201
11202 2010-05-20 Kevin Ryde <user42@zip.com.au>
11203
11204 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11205
11206 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11207
11208 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11209 article unless decoding article to be saved.
11210
11211 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11212
11213 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11214 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11215 generated within the mm-with-unibyte-current-buffer macro.
11216
11217 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11218
11219 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11220 to nil when we're in a mml-preview buffer and no group is selected.
11221
11222 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11223
11224 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11225 when catching the `C-g'. Reported by "Leo".
11226
11227 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11228
11229 * message.el (message-forward-make-body-plain)
11230 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11231 multibyte-string-p.
11232
11233 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11234
11235 * message.el (message-forward-make-body-mml): Assume original message
11236 is multibyte string; error on unibyte.
11237 (message-forward-make-body-plain): Ditto; don't add excessive newline
11238 in body end.
11239
11240 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11241
11242 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11243 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11244
11245 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11246
11247 * mm-extern.el (mm-extern-url): Don't use
11248 mm-with-unibyte-current-buffer.
11249 (mm-extern-cache-contents): Use with-current-buffer instead of
11250 save-excursion + set-buffer.
11251
11252 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11253
11254 * mm-util.el (mm-emacs-mule): Remove.
11255
11256 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11257
11258 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11259 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11260 change.
11261
11262 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11263
11264 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11265 bind the default value of enable-multibyte-characters to nil.
11266
11267 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11268
11269 * message.el (message-forward-make-body-plain)
11270 (message-forward-make-body-mml):
11271 Don't use mm-with-unibyte-current-buffer.
11272
11273 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11274
11275 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11276 (Bug#5592).
11277
11278 2010-05-07 Julien Danjou <julien@danjou.info>
11279
11280 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11281 it to mm-pipe-part.
11282
11283 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11284 it is given.
11285
11286 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11287
11288 * nnweb.el (nnweb-gmane-search):
11289 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11290 XEmacs.
11291
11292 * gnus-art.el (gnus-article-browse-html-parts):
11293 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11294 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11295 make-temp-file.
11296
11297 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11298 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11299 compiling.
11300
11301 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11302 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11303 XEmacs when compiling.
11304
11305 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11306 gnus-pick-mode-off-hook for XEmacs when compiling.
11307 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11308 gnus-binary-mode-off-hook for XEmacs when compiling.
11309
11310 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11311 Return nil if char-charset is not available.
11312
11313 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11314 macro.
11315
11316 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11317 instead of encode-coding-string.
11318
11319 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11320 'xemacs) instead of mm-emacs-mule to switch function definitions.
11321 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11322
11323 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11324
11325 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11326
11327 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11328
11329 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11330 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11331
11332 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11333
11334 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11335 alias `jka-compr-delete-temp-file' no longer exists.
11336
11337 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11338
11339 Use define-minor-mode in Gnus where applicable.
11340 * mml.el (mml-mode): Use define-minor-mode.
11341 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11342 (gnus-undo-mode): Use define-minor-mode.
11343 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11344 (gnus-dead-summary-mode): Use define-minor-mode.
11345 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11346 Initialize in declaration.
11347 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11348 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11349 (gnus-mailing-list-mode): Use define-minor-mode.
11350 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11351 (gnus-draft-mode): Use define-minor-mode.
11352 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11353 (gnus-dired-mode): Use define-minor-mode.
11354
11355 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11356
11357 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11358 handles on recursive mml-to-mime translation and check them for
11359 boundary delimiter collisions. Reported by Greg Troxel.
11360
11361 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11362
11363 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11364
11365 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * mm-util.el (mm-find-buffer-file-coding-system):
11368 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11369
11370 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11371
11372 * message.el (message-generate-headers): Record insertion of optional
11373 headers as well. Otherwise the check to prevent repeated insertion of
11374 optional headers is a no-op.
11375
11376 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11377
11378 * smime.el: Don't mention CVS.
11379
11380 * nnrss.el (nnrss-fetch): Don't mention CVS.
11381
11382 * nnir.el: Don't mention CVS.
11383
11384 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11385
11386 * gnus-sum.el (gnus-summary-bookmark-make-record):
11387 Add `location' field.
11388
11389 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11390
11391 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11392 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11393 Use with-current-buffer to silence the byte-compiler.
11394 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11395 bother to require `gnus'.
11396 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11397
11398 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11399
11400 * gnus-sum.el (gnus-summary-bookmark-make-record)
11401 (gnus-summary-bookmark-jump): New functions.
11402 (gnus-summary-mode): Setup bookmark support.
11403
11404 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11405
11406 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11407 if set.
11408
11409 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11410
11411 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11412 gnus-article-browse-html-save-cid-image; make it work recursively for
11413 forwarded messages as well.
11414 (gnus-article-browse-html-parts): Work when prefix arg is given.
11415 (gnus-article-browse-html-article): Doc fix.
11416
11417 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11418
11419 * message.el (message-default-mail-headers)
11420 (message-default-headers): Carry the value mail-default-headers over
11421 into message-default-mail-headers, rather than message-default-headers.
11422
11423 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11424
11425 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11426 charset.
11427
11428 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11429 charset into the <meta> tag when the article is encoded to utf-8.
11430
11431 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11432
11433 * gnus-art.el (gnus-article-browse-delete-temp-files):
11434 Delete directories as well.
11435 (gnus-article-browse-html-parts): Work for images that do not specify
11436 file names; delete temp directory when quitting; insert header at the
11437 right place; use file: scheme for image files.
11438
11439 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11440
11441 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11442 (gnus-article-browse-html-parts): Use it to make temporary cid image
11443 files in addition to html file so that browser may display them.
11444
11445 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11446
11447 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11448
11449 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11450
11451 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11452
11453 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11454
11455 * auth-source.el (auth-sources): Change default to be simpler.
11456 Explain about Secret Service API sources. Improve Customize options.
11457 (auth-source-pick): Change to accept any number of search parameters.
11458 Implement fallbacks iteratively, not recursively. Add scoring on the
11459 second pass and sort by score. Call Secret Service API when needed.
11460 (auth-source-user-or-password): Use it. Call Secret Service API
11461 directly when needed to get the user name and the password.
11462
11463 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11464
11465 * message.el (message-interactive): Doc fix.
11466 (message-qmail-inject-args): Reflow.
11467 (message-kill-to-signature): Fix typo in docstring.
11468
11469 * smiley.el (smiley-buffer): Fix typo in docstring.
11470
11471 2010-03-24 Glenn Morris <rgm@gnu.org>
11472
11473 * mail-source.el (gnus-message): Declare.
11474 (mail-source-delete-old-incoming): Require gnus-util.
11475
11476 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11477
11478 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11479
11480 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11481
11482 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11483 password-cache's default if it is not bound.
11484 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11485 password-cache-expiry's default if it is not bound.
11486
11487 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11488 available in Emacs 21.
11489
11490 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11491
11492 * auth-source.el (auth-sources): Fix up definition so extra parameters
11493 are always inline.
11494
11495 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11496
11497 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11498 wasn't updated after mismatch. Clear cached mailbox info correctly
11499 when uidvalidity changes.
11500 (nnimap-group-prefixed-name): New function to avoid some code
11501 duplication.
11502 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11503 (nnimap-request-group): Use it.
11504 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11505 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11506 with many imap folders. This is done by caching the group status from
11507 the imap server persistently in a group parameter `imap-status'. (This
11508 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11509 but not persistently, so every Gnus startup was still very slow.)
11510
11511 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11512
11513 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11514 secrets.el dependency.
11515 (auth-sources): Add optional user name. Add secrets.el configuration
11516 choice (unused right now).
11517
11518 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11519
11520 * gnus-sum.el (gnus-summary-make-menu-bar):
11521 Let `gnus-registry-install-shortcuts' fill in the functions.
11522
11523 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11524 warnings.
11525 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11526 (gnus-registry-install-shortcuts): Populate and use it in a
11527 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11528
11529 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11530
11531 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11532 In-place substitutions for the group name encoding/decoding.
11533 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11534 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11535 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11536 (nnimap-update-unseen, nnimap-request-list)
11537 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11538 (nnimap-request-set-mark, nnimap-split-to-groups)
11539 (nnimap-split-articles, nnimap-request-newgroups)
11540 (nnimap-request-create-group, nnimap-request-accept-article)
11541 (nnimap-request-delete-group, nnimap-request-rename-group)
11542 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11543 `encoded-mbx' for consistency.
11544 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11545 variable `imap-current-mailbox'.
11546
11547 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11548 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11549
11550 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11551
11552 * pop3.el (pop3-display-message-size-flag): Display message size byte
11553 counts during POP3 download.
11554 (pop3-movemail): Use it.
11555 (pop3-list): Implement listing of available messages.
11556
11557 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11558
11559 * nnir.el (nnir-get-article-nov-override-function): New function to
11560 override the normal NOV retrieval.
11561 (nnir-retrieve-headers): Use it.
11562
11563 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11564
11565 * auth-source.el (netrc-machine-user-or-password): Autoload.
11566
11567 2010-03-19 Glenn Morris <rgm@gnu.org>
11568
11569 Stop message.el from loading about 40 libraries it doesn't always need.
11570 The general approach is to autoload rather than require, and to
11571 require in the specific functions rather than the file. (Bug#5642)
11572
11573 * gmm-utils.el: Don't require wid-edit.
11574 (widget-create-child-value, widget-convert, widget-default-get):
11575 Autoload.
11576
11577 * gnus-util.el: Don't require time-date, netrc.
11578 (message-fetch-field, gnus-group-name-decode): Declare rather than
11579 autoloading.
11580 (gnus-fetch-field): Require message.
11581 (gnus-decode-newsgroups): Require gnus-group.
11582
11583 * ietf-drums.el: Don't require time-date.
11584
11585 * message.el: Don't require hashcash, canlock, ecomplete.
11586 Do require mail-utils. Require nnheader only when compiling.
11587 (smtpmail-default-smtp-server): Remove declaration.
11588 (message-send-mail-function): Check smtpmail-default-smtp-server
11589 is bound rather than requiring smtpmail.
11590 (message-auto-save-directory, message-insert-signature):
11591 Use expand-file-name rather than nnheader-concat.
11592 (nnheader-insert-file-contents): Autoload.
11593 (hashcash-wait-async): Declare.
11594 (message-send-mail): Only call gnus-setup-posting-charset if
11595 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11596 (message-send-mail-with-sendmail): Require sendmail.
11597 (canlock-password, canlock-password-for-verify): Declare.
11598 (message-canlock-password): Require canlock.
11599 (nnheader-get-report): Autoload.
11600 (gnus-setup-posting-charset): Declare.
11601 (message-send-news): Require gnus-msg.
11602 (message-make-references, message-make-in-reply-to): Use mail-header-id
11603 rather than the alias mail-header-message-id.
11604 (ecomplete-add-item, ecomplete-save): Declare.
11605 (message-put-addresses-in-ecomplete): Require ecomplete.
11606 (ecomplete-display-matches): Autoload.
11607
11608 * mm-decode.el: Don't require mailcap, gnus-util.
11609 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11610 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11611 Autoload.
11612 (mailcap-mime-extensions): Declare.
11613
11614 * mm-encode.el: Don't require mailcap.
11615 (mailcap-extension-to-mime): Autoload.
11616
11617 * mml-sec.el: Don't require password-cache.
11618
11619 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11620 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11621 (mml-minibuffer-read-type): Require mailcap.
11622 (mml-preview): Require gnus-msg.
11623
11624 * mml1991.el: Require password-cache.
11625 (password-cache-expiry): Remove declaration.
11626
11627 * mml2015.el: Require password-cache.
11628 (password-cache-expiry): Remove declaration.
11629
11630 * nneething.el (mailcap): Require mailcap.
11631
11632 * nnheader.el (declare-function): Add compatibility stub.
11633 (message-remove-header): Declare rather than autoload.
11634 (nnheader-replace-header): Require message.
11635
11636 * nnimap.el (declare-function): Add compatibility stub.
11637 (netrc-parse, netrc-machine-user-or-password): Declare.
11638 (nnimap-open-connection): Require netrc.
11639
11640 * nntp.el (declare-function): Add compatibility stub.
11641 (netrc-parse, netrc-machine, netrc-get): Declare.
11642 (nntp-send-authinfo): Require netrc.
11643
11644 * rfc2047.el: Don't require qp.
11645 (quoted-printable-encode-region, quoted-printable-decode-string):
11646 Autoload.
11647
11648 * sieve-mode.el: Don't require easymenu.
11649 (easy-menu-add-item): Autoload it.
11650
11651 * spam-stat.el (time-to-number-of-days): Autoload it.
11652
11653 2010-03-17 Kevin Ryde <user42@zip.com.au>
11654
11655 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11656 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11657 value if any backslash escapes).
11658
11659 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11660
11661 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11662 if it is available. (bug#5647)
11663
11664 2010-02-26 Glenn Morris <rgm@gnu.org>
11665
11666 * message.el (message-send-mail-function): Change the default, so that
11667 it inherits from a customized send-mail-function. (Bug#5643)
11668
11669 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11670
11671 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11672 shell-command-to-string signals an error (bug#5299).
11673
11674 2010-02-24 Glenn Morris <rgm@gnu.org>
11675
11676 * message.el (message-smtpmail-send-it)
11677 (message-send-mail-with-mailclient): Doc fixes.
11678
11679 2010-02-16 Glenn Morris <rgm@gnu.org>
11680
11681 * message.el (message-default-mail-headers): Change the default value
11682 to ease the transition from mail-mode to message-mode. (Bug#5555)
11683
11684 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11685
11686 * message.el (message-mail): Just pass yank-action on to message-setup.
11687 (message-setup): Handle (FUN . ARGS) form of yank-action.
11688 (message-with-reply-buffer, message-widen-reply)
11689 (message-yank-original): Handle non-buffer values of
11690 message-reply-buffer (Bug#4080).
11691 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11692
11693 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11694
11695 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11696 Fix typo in docstring.
11697
11698 2010-01-08 Jason Rumney <jasonr@gnu.org>
11699
11700 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11701 response.
11702
11703 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11704
11705 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11706
11707 * message.el (message-check-news-header-syntax): Protect against a
11708 string that `rfc822-addresses' returns when parsing fails.
11709
11710 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11711
11712 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11713 (gnus-previous-char-property-change): New functions.
11714
11715 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11716
11717 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11718
11719 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11720 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11721
11722 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11723
11724 * message.el (message-exchange-point-and-mark): Rework last change to
11725 avoid using optional arg of exchange-point-and-mark, for backward
11726 compatibility.
11727
11728 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11729
11730 * message.el (message-exchange-point-and-mark):
11731 Call exchange-point-and-mark with an argument rather than setting
11732 mark-active by hand (Bug#5175).
11733
11734 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11735
11736 * nntp.el (nntp-service-to-port): Work for service expressed with
11737 numeric string; replace [:digit:] with [0-9] for XEmacs.
11738
11739 2009-12-17 Glenn Morris <rgm@gnu.org>
11740
11741 * gnus-group.el (gnus-bug-group-download-format-alist):
11742 Change emacs entry to debbugs.gnu.org. Bump :version.
11743
11744 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11745
11746 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11747
11748 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11749
11750 * message.el (message-info): Explain why we use `Info-goto-node'.
11751
11752 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11753
11754 * message.el (message-completion-in-region): New compatibility function.
11755 (message-expand-group): Use it.
11756
11757 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11758
11759 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11760 with no unread article should be listed if the 2nd arg `predicate' is
11761 given.
11762
11763 2009-11-29 Juri Linkov <juri@jurta.org>
11764
11765 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11766 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11767 on `gnus-recenter'. (Bug#4698, Bug#4981)
11768
11769 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11770
11771 * message.el (message-from-style, message-interactive)
11772 (message-signature): Always set default values from the corresponding
11773 mail-* variables.
11774 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11775 (message-yank-prefix, message-indentation-spaces)
11776 (message-signature-file, message-default-headers): Use boundp rather
11777 than (featurep 'xemacs) to check if the corresponding mail-* variables
11778 exist.
11779
11780 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11781
11782 * message.el (message-send-mail-with-sendmail): Revert last change.
11783
11784 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11785
11786 * message.el (message-from-style, message-interactive)
11787 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11788 (message-yank-prefix, message-indentation-spaces, message-signature)
11789 (message-signature-file, message-default-headers): For GNU Emacs, set
11790 default values from the corresponding mail-* variables.
11791 (message-send-mail-with-sendmail): Use envelope-from only if
11792 mail-specify-envelope-from is non-nil.
11793
11794 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11795
11796 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11797 containing tspecial characters if they have been already quoted.
11798
11799 2009-10-24 Glenn Morris <rgm@gnu.org>
11800
11801 * gnus-art.el (help-xref-stack-item): Define for compiler.
11802
11803 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11804
11805 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11806
11807 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11808
11809 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11810 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11811
11812 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11813
11814 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11815 (gnus-overlays-in): New alias to overlays-in.
11816
11817 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11818 gnus-overlay-get, and gnus-delete-overlay.
11819 (gnus-summary-show-thread): Make it work as well for systems in which
11820 next-single-char-property-change is not available.
11821 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11822
11823 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11824
11825 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11826
11827 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11828
11829 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11830 and XEmacs that don't have `remove-overlays'.
11831
11832 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11835 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11836 selective display. Use overlays instead.
11837
11838 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11839
11840 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11841
11842 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11843
11844 * spam-stat.el (spam-stat-load): Fix typo in message.
11845
11846 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
11847
11848 * gnus-art.el (gnus-article-encrypt-body):
11849 * message.el (message-check-recipients):
11850 * mm-util.el (mm-codepage-setup):
11851 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11852 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11853
11854 2009-09-22 Daiki Ueno <ueno@unixuser.org>
11855
11856 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11857 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11858 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11859 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11860 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11861
11862 2009-09-18 Glenn Morris <rgm@gnu.org>
11863
11864 * gnus-diary.el (gnus-diary-check-message):
11865 * message.el (message-insert-formatted-citation-line):
11866 * nnbabyl.el (top-level):
11867 * nndiary.el (nndiary-schedule):
11868 Fix typos in condition-case handlers.
11869
11870 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11871
11872 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11873 configuration that provides the sole article window in a frame;
11874 position point correctly after deleting a part.
11875
11876 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11877
11878 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11879 (spam-resolve-registrations-routine): Use it to unregister articles
11880 that change status.
11881
11882 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11883
11884 * nnrss.el (nnrss-request-article): Remove binding of
11885 default-enable-multibyte-characters that has gotten needless by
11886 the 2007-07-13 change in rfc2047-encode-message-header.
11887
11888 * mml.el (mml-insert-multipart): Error on the message header.
11889 (mml-insert-part): Error on the message header; position point at
11890 the end of a MIME tag.
11891
11892 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11893
11894 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11895 (gnus-float-time): Alias to float-time if it exists.
11896
11897 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11898 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11899 float-time is available; suppress compile warning for time-to-seconds.
11900
11901 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11902
11903 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11904 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11905 Add the optional argument `encoding' that overrides the default.
11906
11907 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11908 mm-encode-buffer.
11909
11910 2009-09-04 Glenn Morris <rgm@gnu.org>
11911
11912 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11913 mm-disable-multibyte, rather than default-enable-multibyte-characters.
11914 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11915 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11916 * mm-util.el (mm-with-unibyte-current-buffer)
11917 (mm-find-buffer-file-coding-system):
11918 * yenc.el (yenc-decode-region): Use default-value rather than
11919 default-enable-multibyte-characters.
11920
11921 2009-09-03 Glenn Morris <rgm@gnu.org>
11922
11923 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11924 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11925 than default-enable-multibyte-characters.
11926
11927 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
11928
11929 * gnus-art.el (gnus-article-read-summary-keys):
11930 Fix gnus-buffer-configuration's value temporarily used.
11931
11932 2009-09-02 Glenn Morris <rgm@gnu.org>
11933
11934 * gnus-util.el (gnus-float-time): New function.
11935 * gnus-delay.el (gnus-delay-article):
11936 * gnus-sum.el (gnus-thread-latest-date):
11937 * gnus-util.el (gnus-user-date): Use gnus-float-time.
11938 * nnspool.el (nnspool-request-newgroups):
11939 Use gnus-float-time rather than time-to-seconds.
11940 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11941
11942 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11943 (gnus-header-subject-face, gnus-header-newsgroups-face)
11944 (gnus-header-name-face, gnus-header-content-face):
11945 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11946 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11947 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11948 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11949 (gnus-cite-face-11):
11950 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11951 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11952 (gnus-server-closed-face, gnus-server-denied-face)
11953 (gnus-server-offline-face):
11954 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11955 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11956 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11957 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11958 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11959 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11960 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11961 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11962 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11963 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11964 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11965 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11966 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11967 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11968 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11969 (gnus-summary-high-undownloaded-face)
11970 (gnus-summary-low-undownloaded-face)
11971 (gnus-summary-normal-undownloaded-face)
11972 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11973 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11974 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11975 (gnus-splash-face):
11976 * message.el (message-header-to-face, message-header-cc-face)
11977 (message-header-subject-face, message-header-newsgroups-face)
11978 (message-header-other-face, message-header-name-face)
11979 (message-header-xheader-face, message-separator-face)
11980 (message-cited-text-face, message-mml-face):
11981 * sieve-mode.el (sieve-control-commands-face)
11982 (sieve-action-commands-face, sieve-test-commands-face)
11983 (sieve-tagged-arguments-face):
11984 * spam.el (spam-face):
11985 Mark face aliases with "-face" in the name as obsolete.
11986
11987 2009-09-01 Glenn Morris <rgm@gnu.org>
11988
11989 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11990 than goto-line.
11991
11992 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11993
11994 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11995 Don't move point if the command is invoked inside the message header.
11996
11997 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11998
11999 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12000 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12001 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12002 * nnir.el (nnir-swish-e-index-file):
12003 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12004 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12005 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12006 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12007 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12008 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12009
12010 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12011
12012 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12013 Don't save excursion.
12014
12015 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12016
12017 * nnheader.el (nnheader-find-file-noselect):
12018 * mm-util.el (mm-insert-file-contents):
12019 Use (default-value 'major-mode) instead of default-major-mode.
12020
12021 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12022
12023 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12024
12025 2009-08-25 Glenn Morris <rgm@gnu.org>
12026
12027 * nnir.el (top-level): Don't require cl at run-time.
12028 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12029 Replace cl-function substitute with gnus-replace-in-string.
12030 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12031 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12032 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12033 simplified expansions.
12034
12035 2009-08-22 Glenn Morris <rgm@gnu.org>
12036
12037 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12038 goto-line.
12039
12040 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12041
12042 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12043
12044 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12045 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12046 (gnus-mm-display-part, gnus-mime-display-single)
12047 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12048 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12049
12050 * gnus-sum.el
12051 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12052 (gnus-summary-move-article): Add expirable mark to articles copied or
12053 moved to group that has auto-expire turned on if the option is non-nil.
12054
12055 2009-07-24 Glenn Morris <rgm@gnu.org>
12056
12057 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12058 Fix typo. (Bug#3903)
12059
12060 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12061
12062 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12063 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12064 that should not be used for draft articles.
12065 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12066 that has no concern in minor mode keys.
12067 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12068 Abolish.
12069
12070 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12071
12072 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12073 article without making inquiry to a user for unknown encoding.
12074
12075 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12076 (nnmaildir--scan): Assume i-node and device number that file-attributes
12077 returns might be cons-cell.
12078
12079 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12080
12081 * auth-source.el: Remove docs now in auth.texi. Don't use
12082 `gnus-message' for logging. Add new variables `auth-source-debug' and
12083 `auth-source-hide-passwords' and use them.
12084
12085 2009-07-15 Glenn Morris <rgm@gnu.org>
12086
12087 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12088
12089 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12090
12091 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12092 excessive whitespace from the default values of title and description.
12093
12094 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12095
12096 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12097 mail-fetch-field to fetch Content-Description header in order to
12098 exclude newlines.
12099
12100 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12101
12102 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12103 to deleted part.
12104
12105 2009-05-30 David Engster <dengste@eml.cc>
12106
12107 * nnmairix.el: Remove old documentation in the commentary block.
12108 (nnmairix-request-group): Do not update active file for nnml back ends.
12109 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12110 end so that overview files are ignored.
12111 (nnmairix-update-groups): Make updating the groups more robust by using
12112 marks.
12113 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12114 with dollar characters in message-id.
12115
12116 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12117
12118 * spam.el: Use dns-query instead of query-dns. Was renamed on
12119 2008-12-25 in dns.el.
12120
12121 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12122
12123 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12124 could happen if the text is only composed of spaces and/or tabs.
12125
12126 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12127
12128 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12129 when sending a queued message to avoid extra mml tags.
12130
12131 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12132
12133 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12134
12135 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12136
12137 * gnus-dired.el: Remove autoload for gnus-setup-message.
12138 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12139 displaying Gnus logo; always use compose-mail.
12140
12141 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12142
12143 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12144
12145 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12146
12147 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12148 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12149 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12150 available.
12151 (gnus-nocem-epg-verify): New function.
12152
12153 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12154
12155 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12156
12157 2009-02-15 Glenn Morris <rgm@gnu.org>
12158
12159 * gnus-util.el (rmail-insert-rmail-file-header)
12160 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12161 autoloads.
12162 (rmail-default-rmail-file): Remove unnecessary declaration.
12163 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12164
12165 2009-02-14 Glenn Morris <rgm@gnu.org>
12166
12167 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12168 variable (only used in gnus-util, which declares it anyway).
12169 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12170 which was only needed by gnus-art (changed to not use it any more).
12171 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12172 only used in gnus-util, which autoloads it itself.
12173 (rmail-update-summary): Fix autoload.
12174
12175 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12176 rather than rmail-output-to-rmail-file.
12177
12178 2009-02-07 Glenn Morris <rgm@gnu.org>
12179
12180 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12181 autoload of function that no longer exists.
12182 (rmail-toggle-header): Declare.
12183 (message-forward-rmail-make-body): Handle mbox Rmail.
12184
12185 2009-01-31 Glenn Morris <rgm@gnu.org>
12186
12187 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12188 2009-01-09 change.
12189
12190 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12191
12192 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12193 (auth-source-forget-all-cached): New convenience function.
12194 (auth-source-user-or-password): Accept list of modes or a single mode.
12195
12196 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12197 auth-source modes.
12198
12199 * nnimap.el (nnimap-open-connection): Use list of
12200 auth-source modes.
12201
12202 * nntp.el (nntp-send-authinfo): Use list of
12203 auth-source modes.
12204
12205 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12206
12207 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12208 now.
12209
12210 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12211
12212 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12213 coding system in XEmacs; add a workaround for XEmacs.
12214
12215 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12216
12217 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12218 of current-language-environment.
12219
12220 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12221
12222 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12223 available at runtime.
12224
12225 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12226
12227 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12228
12229 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12230
12231 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12232 the greatest positive fixnum value doesn't work under an XEmacs with
12233 bignum support; use the most-positive-fixnum constant instead,
12234 available since Emacs 21.1 with cl and XEmacs 21.1.
12235
12236 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12237
12238 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12239 XEmacs gets not to work.
12240
12241 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12242
12243 * mm-util.el (mm-coding-system-priorities): Allow the value like
12244 "Japanese (UTF-8)" of current-language-environment.
12245
12246 2009-01-09 Glenn Morris <rgm@gnu.org>
12247
12248 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12249 with last-command-event.
12250
12251 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12252
12253 * message.el (message-fix-before-sending): Amend comment.
12254
12255 2009-01-07 David Engster <dengste@eml.cc>
12256
12257 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12258 simplified server definitions by converting it via
12259 gnus-server-to-method.
12260
12261 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12262
12263 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12264 parameter's operands.
12265
12266 2009-01-06 David Engster <dengste@eml.cc>
12267
12268 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12269 primary select method (for gnus-group-mark-article-as-read).
12270
12271 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12272
12273 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12274 `(gnus)Face', not `(gnus)X-Face'.
12275
12276 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12277
12278 * mm-util.el (mm-ucs-to-char): New function.
12279
12280 * mm-url.el (mm-url-decode-entities): Use it.
12281
12282 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12283
12284 * message.el (message-fix-before-sending): Add `eight-bit' to
12285 illegible-text check.
12286
12287 2009-01-03 Michael Olson <mwolson@gnu.org>
12288
12289 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12290 `headers' is nil. This can occur if the IMAP server does not have
12291 permissions to read messages from a folder, but can write new messages
12292 to the folder.
12293 (nnimap-request-article-part): Do not insert `data' if it is nil.
12294
12295 2009-01-01 Dave Love <fx@gnu.org>
12296
12297 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12298
12299 * nnimap.el: Fix author email.
12300 (nnimap-split-rule): Add FIXME comment.
12301 (nnimap-debug): Fix doc string.
12302
12303 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12304
12305 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12306 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12307 to check if those variables exist (first appeared in Emacs 18.50).
12308
12309 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12310
12311 * mm-util.el (mm-line-number-at-pos): New function.
12312
12313 * spam-report.el (spam-report-process-queue): Use it.
12314
12315 2008-12-24 David Engster <dengste@eml.cc>
12316
12317 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12318 parameters that haven't existed as variables as buffer-local variables.
12319
12320 2008-12-23 Dave Love <fx@gnu.org>
12321
12322 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12323 cadar.
12324
12325 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12326 imap-starttls-p.
12327 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12328
12329 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12330
12331 * spam-report.el (spam-report-gmane-max-requests): New constant.
12332 (spam-report-gmane-wait): New variable.
12333 (spam-report-gmane-ham, spam-report-gmane-spam)
12334 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12335 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12336 the server.
12337
12338 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12339 Add explanations.
12340
12341 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12342 nnheader-accept-process-output and nnheader-read-timeout if available.
12343 (pop3-movemail): Use it.
12344
12345 * message.el (message-check-news-body-syntax): Fix signature check if
12346 there's an attachment.
12347
12348 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12349
12350 * mm-util.el: Add comments to the mm- emulating functions.
12351
12352 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12353
12354 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12355 Reported by Stephen Berman <stephen.berman@gmx.net>.
12356
12357 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12358
12359 * mm-util.el (mm-substring-no-properties): New function.
12360 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12361 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12362 (mm-string-to-multibyte): Doc fix.
12363
12364 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12365
12366 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12367
12368 * mml.el (mml-attach-file): Strip text properties from file name.
12369 (Bug#1574)
12370
12371 2008-12-16 Glenn Morris <rgm@gnu.org>
12372
12373 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12374
12375 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12376
12377 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12378 knows since the charset specified might be a bogus alias that
12379 mm-charset-synonym-alist provides.
12380
12381 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12382
12383 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12384 "ISO_8859-1".
12385
12386 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12387
12388 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12389
12390 * mm-util.el (mm-charset-eval-alist):
12391 Define it before mm-charset-to-coding-system.
12392 (mm-charset-to-coding-system): Add optional argument `silent';
12393 define it before mm-charset-override-alist.
12394 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12395 default value if it can be used in Emacs currently running;
12396 silence mm-charset-to-coding-system.
12397
12398 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12399
12400 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12401 `allow-override' which says whether to use `mm-charset-override-alist'.
12402 (rfc2047-decode-encoded-words): Use it.
12403
12404 * mm-util.el (mm-charset-override-alist): Fix custom type;
12405 add `(gb2312 . gbk)' to choices.
12406
12407 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12408
12409 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12410 fast.
12411
12412 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12413
12414 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12415
12416 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12417 on links.
12418
12419 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12420
12421 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12422
12423 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12424 users' addresses that don't have domain parts.
12425 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12426 rather than message-narrow-to-head since there will be the message
12427 header separator.
12428
12429 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12430
12431 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12432 since the result is inserted in a unibyte buffer anyway.
12433 (nnimap-demule-use-string-to-multibyte): Remove.
12434 (nnimap-demule): Alias it to mm-string-to-multibyte.
12435
12436 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12437
12438 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12439 variable for debugging bug#464 and bug#1174.
12440 (nnimap-demule): Use it.
12441
12442 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12443
12444 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12445 score calculation correctly.
12446
12447 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12448
12449 * message.el (message-send-mail): Just set the buffer to unibyte
12450 rather than use mm-with-unibyte-current-buffer which does a lot more.
12451 (message-send-mail-partially): Don't bother with
12452 mm-with-unibyte-current-buffer since it's already been made unibyte by
12453 message-send-mail.
12454
12455 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12456
12457 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12458
12459 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12460
12461 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12462
12463 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12464
12465 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12466 require itself and to remove `with-no-warnings'.
12467
12468 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12469
12470 * starttls.el (starttls-any-program-available): Get the name of the
12471 available TLS layer program.
12472 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12473 well as the host name in the "opening" message.
12474
12475 * auth-source.el (auth-source-cache, auth-source-do-cache)
12476 (auth-source-user-or-password): Cache passwords and logins by default,
12477 allow override with `auth-source-do-cache'.
12478 (auth-source-forget-user-or-password): Allow users to remove cache
12479 entries if needed.
12480
12481 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12482
12483 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12484 condition-case to only the forward-sexp call.
12485
12486 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12487
12488 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12489 quotes contained. Make it more robust regardless by an extra
12490 condition-case wrapper.
12491
12492 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12493
12494 * nnml.el (nnml-request-expire-articles): Check if the function set to
12495 `nnmail-expiry-target' returns the symbol `delete'.
12496
12497 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12498
12499 * nnmail.el (nnmail-expiry-target): Fix custom type.
12500
12501 2008-10-02 Glenn Morris <rgm@gnu.org>
12502
12503 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12504 Silence compiler warning.
12505
12506 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12507
12508 * mml.el (mml-menu): Don't assume mml2015 is bound.
12509
12510 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12511
12512 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12513 exists.
12514
12515 2008-09-27 Glenn Morris <rgm@gnu.org>
12516
12517 * gnus-util.el (mail-header-remove-comments): Autoload it.
12518
12519 2008-09-27 Andreas Schwab <schwab@suse.de>
12520
12521 * gnus-util.el (gnus-split-references): Strip comments.
12522 (gnus-parent-id): Likewise.
12523
12524 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12525
12526 * message.el (message-confirm-send): Fix version.
12527
12528 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12529
12530 * message.el (message-idna-to-ascii-rhs-1): Use
12531 mail-extract-address-components rather than mail-header-parse-addresses
12532 that is an alias by default to ietf-drums-parse-addresses that does not
12533 support non-ASCII names in headers' contents.
12534
12535 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12536
12537 * message.el (message-confirm-send): Fix variable documentation to
12538 avoid the "y/n" wording.
12539
12540 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12541
12542 * message.el (message-set-auto-save-file-name): Save to a different
12543 filename so multiple messages (especially drafts) can be recovered.
12544
12545 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12546
12547 * message.el (message-confirm-send): Add appropriate version.
12548
12549 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12550
12551 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12552 defvar.
12553
12554 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12555
12556 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12557 (mm-pkcs7-enveloped-magic): Ditto.
12558
12559 2008-09-17 Simon Josefsson <simon@josefsson.org>
12560
12561 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12562 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12563
12564 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12565
12566 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12567 default, it's better.
12568
12569 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12570
12571 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12572 summary line gnus-number property and ignore them (with a warning
12573 message).
12574
12575 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12576
12577 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12578 macro caddr in the interactive form since it won't be expanded.
12579
12580 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12581
12582 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12583 `charset'; fix name of function called recursively.
12584 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12585
12586 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12587
12588 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12589 (gnus-mime-set-charset-parameters): New function.
12590 (gnus-mime-view-part-as-charset): Use it to correctly display part
12591 specifying wrong charset.
12592
12593 2008-09-08 David Engster <dengste@eml.cc>
12594
12595 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12596 in completing-read for back end server.
12597
12598 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12599
12600 * message.el (message-confirm-send): New variable to confirm sending a
12601 message.
12602 (message-send): Use it.
12603
12604 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12605
12606 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12607
12608 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12609
12610 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12611
12612 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12613
12614 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12615 prevent tracking too many groups.
12616 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12617 Use it.
12618
12619 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12620
12621 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12622 moving point to the bottom of the window in order to avoid recentering.
12623
12624 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12625
12626 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12627 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12628 (gnus-article-beginning-of-window): Fix calculation.
12629
12630 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12631
12632 * gnus-msg.el (gnus-summary-supersede-article)
12633 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12634 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12635 message header.
12636
12637 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12638
12639 * message.el:
12640 * gnus-start.el:
12641 * gnus-registry.el: Remove VMS support.
12642
12643 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12644
12645 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12646 macro.
12647 (rfc2104-hash): Use it.
12648
12649 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12650
12651 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12652 (gnus-summary-sort-by-most-recent-date): New commands.
12653 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12654 and menu entries.
12655
12656 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12657
12658 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12659 don't redisplay article for raw contents; remove plural articles stuff.
12660
12661 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12662 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12663 on gnus-summary-save-article; display results properly.
12664
12665 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12666
12667 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12668
12669 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12670
12671 * gnus-art.el (gnus-summary-save-in-pipe):
12672 Consider gnus-save-all-headers.
12673
12674 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12675
12676 * gnus-util.el (ns-focus-frame): Remove declaration.
12677 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12678 like x.
12679
12680 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12681
12682 * rfc2104.el (rfc2104-zero): Delete defconst.
12683 (rfc2104-hex-alist): Likewise.
12684 (rfc2104-hex-to-int): Delete func.
12685 (rfc2104-hexstring-to-bitstring): Likewise.
12686 (rfc2104-nybbles): New defconst.
12687 (rfc2104-hash): Rewrite for speed.
12688
12689 2008-07-16 Glenn Morris <rgm@gnu.org>
12690
12691 * gnus-util.el (ns-focus-frame): Declare for compiler.
12692
12693 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12694
12695 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12696 set as a group parameter.
12697 (gnus-summary-save-in-pipe): Work when it is called independently.
12698 (gnus-summary-pipe-to-muttprint): Don't modify
12699 gnus-summary-pipe-output-default-command.
12700
12701 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12702
12703 * message.el (message-send-mail-with-sendmail):
12704 Display the error message.
12705
12706 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12707
12708 * gnus-art.el (gnus-default-article-saver):
12709 Add gnus-summary-save-in-pipe to choices.
12710 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12711 gnus-summary-pipe-output-default-command as the default command.
12712 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12713 instead of gnus-last-shell-command.
12714
12715 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12716 New user option.
12717 (gnus-summary-muttprint-program): Mention the value will be changed.
12718 (gnus-summary-save-article): Force showing of all headers.
12719 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12720
12721 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12722
12723 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12724
12725 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12726
12727 * nnimap.el (nnimap-id):
12728 * sieve-manage.el (sieve-manage-open): Doc fixes.
12729
12730 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12731
12732 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12733 if available.
12734
12735 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12736
12737 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12738
12739 * nnkiboze.el (nnkiboze-generate-group):
12740 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12741
12742 * nnmairix.el: Require CL.
12743
12744 2008-06-15 David Engster <dengste@eml.cc>
12745
12746 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12747
12748 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12749
12750 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12751 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12752 runtime choice under XEmacs.
12753
12754 * gnus-sum.el (gnus-summary-set-display-table):
12755 Use `gnus-put-display-table', `gnus-get-display-table',
12756 `gnus-set-display-table' for the display table, instead of `aset'.
12757
12758 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12759
12760 * nnmairix.el: Add autoloads.
12761
12762 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12763
12764 * nnmairix.el (nnmairix-delete-recreate-group)
12765 (nnmairix-update-and-clear-marks): Fix error messages.
12766
12767 2008-06-14 David Engster <dengste@eml.cc>
12768
12769 * nnmairix.el: Upgrade to version 0.6.
12770 (nnmairix-group-toggle-propmarks-this-group)
12771 (nnmairix-group-toggle-readmarks-this-group)
12772 (nnmairix-group-delete-recreate-this-group)
12773 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12774 (nnmairix-remove-tick-mark-original-article): New commands.
12775 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12776 (nnmairix-propagate-marks-to-nnmairix-groups)
12777 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12778 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12779 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12780 functions needed for marks propagation and manipulation of read marks.
12781 (nnmairix-update-groups): New function.
12782 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12783 (nnmairix-determine-original-group-from-registry)
12784 (nnmairix-determine-original-group-from-path)
12785 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12786 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12787 New helper functions.
12788 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12789 keystrokes for new commands.
12790 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12791 (nnmairix-request-group): Check allow-fast group parameter.
12792 (nnmairix-request-create-group): Set allow-fast group parameter if
12793 nnmairix-allowfast-default is set.
12794 (nnmairix-close-group): Propagate marks upon closing if needed.
12795 (nnmairix-group-toggle-threads-this-group): Use new.
12796 nnmairix-group-toggle-parameter helper function.
12797 (nnmairix-search): Better check for empty search result.
12798 (nnmairix-goto-original-article): Use new helper functions for
12799 determining original article.
12800 (nnmairix-show-original-article): Make sure message-id is in brackets.
12801 (nnmairix-call-mairix-binary): Change variable name.
12802 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12803 helper function.
12804 (nnmairix-widget-toggle-activate): Fix doc string.
12805
12806 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12807
12808 * nnir.el: Require edmacro when compiling with XEmacs.
12809 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12810 available in Emacs 21.
12811
12812 2008-06-11 Glenn Morris <rgm@gnu.org>
12813
12814 * gnus-util.el (x-focus-frame):
12815 * gnus.el (image-size):
12816 * mm-decode.el (image-size): Declare.
12817
12818 * gnus-picon.el (declare-function): Add compat definition.
12819 (image-size): Declare.
12820
12821 * gnus-group.el (tool-bar-map):
12822 * gnus-sum.el (tool-bar-map): Define for compiler.
12823
12824 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12825
12826 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12827
12828 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12829 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12830 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12831 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12832 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12833 * sieve-manage.el, spam-report.el, spam.el:
12834 Remove unnecessary eval-and-compile of autoloads.
12835
12836 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12837
12838 * auth-source.el: Precise Tramp doc.
12839
12840 2008-06-07 Glenn Morris <rgm@gnu.org>
12841
12842 * nnmairix.el: Remove unnecessary eval-when-compile.
12843
12844 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
12845
12846 * nnir.el: New file.
12847
12848 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * gnus-util.el (gnus-read-shell-command): New function.
12851 * mm-decode.el (mm-pipe-part):
12852 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12853
12854 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12855
12856 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12857
12858 2008-06-03 Glenn Morris <rgm@gnu.org>
12859
12860 * pop3.el (nnheader-accept-process-output): Autoload it.
12861
12862 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12863
12864 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12865 are not 2-digit hexadecimal characters that follow `%'s.
12866
12867 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12868
12869 * message.el (message-bogus-recipient-p): Fix type in doc string.
12870 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12871 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12872 Improve custom options.
12873 (message-bogus-recipient-p): Adjust accordingly.
12874
12875 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12876
12877 * nnmairix.el: Require edmacro when compiling with XEmacs.
12878
12879 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12880
12881 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12882 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12883
12884 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12885
12886 * auth-source.el: Add more docs.
12887
12888 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12889
12890 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12891 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12892 retrieval faster in some cases, but might make CPU usage larger.
12893 If this has any bad side effects, we might revert this change.
12894
12895 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12896 seems to make mail retrieval much, much faster.
12897 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12898 unconditionally.
12899
12900 * gnus-draft.el (gnus-group-send-queue):
12901 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12902
12903 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12904
12905 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12906
12907 * message.el (message-bogus-address-regexp): Fix and improve custom
12908 type.
12909 (message-setup-hook): Add message-check-recipients as custom option.
12910
12911 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
12912
12913 * message.el (message-cite-function): Remove bogus autoload which crept
12914 in during merge from v5-10.
12915
12916 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12917
12918 * nnimap.el (nnimap-open-connection): Fix login/password bug.
12919
12920 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12921
12922 * auth-source.el: Preliminary Tramp docs.
12923 (auth-sources): Change the default auth-sources to use
12924 EPA .gpg files.
12925
12926 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
12927
12928 * nntp.el: Autoload `auth-source-user-or-password'.
12929 (nntp-send-authinfo): Use it.
12930
12931 * nnimap.el: Autoload `auth-source-user-or-password'.
12932 (nnimap-open-connection): Use it.
12933
12934 * auth-source.el: Add docs on using with url-auth. Import gnus-util
12935 for the gnus-message function.
12936 (auth-source-user-or-password): Use it.
12937
12938 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12939
12940 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12941 rfc2104-hexstring-to-byte-list. Return a unibyte string.
12942 (rfc2104-hash): Use it.
12943
12944 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12945
12946 * gnus-art.el (gnus-article-toggle-truncate-lines):
12947 Don't use `iff' in docstring.
12948
12949 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
12950
12951 * gnus-registry.el: Adjusted copyright dates and added a keyword.
12952
12953 * gnus-util.el (gnus-extract-address-component-name)
12954 (gnus-extract-address-component-email): Convenience functions around
12955 `gnus-extract-address-components'.
12956
12957 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12958 Use `gnus-extract-address-component-email' to fix bug of comparing full
12959 sender name to `user-mail-address'.
12960
12961 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12962
12963 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12964 catch/throw to optimize.
12965 (gnus-registry-find-keywords): Just use member to find a keyword.
12966
12967 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12970 is current before calling gnus-server-prepare.
12971 (gnus-server-setup-buffer, gnus-server-update-server)
12972 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12973
12974 2008-05-04 Juri Linkov <juri@jurta.org>
12975
12976 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12977 (mailcap-file-default-commands): Use mailcap-replace-in-string
12978 instead of replace-regexp-in-string, and mailcap-delete-duplicates
12979 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
12980
12981 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
12982
12983 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12984
12985 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12986
12987 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12988 hooks.
12989 (gnus-update-read-articles): Speed up non-marks-using users.
12990 (gnus-use-marks): Define gnus-use-marks.
12991 (gnus-propagate-marks): Rename variable to something more sensible.
12992
12993 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12994
12995 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12996 (gmm-image-load-path-for-library): Fix typos in docstrings.
12997 (gmm-message): Reflow docstring.
12998
12999 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13000
13001 * mail-source.el (mail-source-set-1, mail-source-bind):
13002 Move auth-source code out of the macro to clean it up and fix bugs.
13003
13004 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13005
13006 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13007 by sender if it's equal to user-mail-address, it's likely to be
13008 useless.
13009
13010 * mail-source.el (mail-source-bind): Don't use user or password if they
13011 are not bound. Unintern them if they are nil. Don't use server unless
13012 it's bound, and default it to empty string otherwise.
13013
13014 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13015
13016 * mail-source.el: Load auth-source.el.
13017 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13018 get user name or password, if auth-sources is set up.
13019
13020 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13021 strategy of splitting with parent.
13022 (gnus-registry-split-fancy-with-parent)
13023 (gnus-registry-post-process-groups): Use it and fix prior
13024 bug (returning a list as the split result).
13025
13026 * auth-source.el (auth-sources): Remove server parameter.
13027 (auth-source-pick, auth-source-user-or-password)
13028 (auth-source-user-or-password-imap)
13029 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13030 (auth-source-user-or-password-sftp)
13031 (auth-source-user-or-password-smtp): Remove server parameter.
13032
13033 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13034
13035 * smime.el (smime-sign-region, smime-encrypt-region)
13036 (smime-decrypt-region):
13037 Remove redundant calls to `generate-new-buffer-name'.
13038
13039 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13040
13041 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13042 Don't use QP for message/rfc822.
13043 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13044
13045 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13046
13047 * sieve-manage.el (sieve-string-bytes): Remove.
13048 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13049 correct byte-length only if the process's coding-system is the same as
13050 the one used internally by Emacs to represent strings.
13051
13052 2008-04-22 Juri Linkov <juri@jurta.org>
13053
13054 * mailcap.el (mailcap-file-default-commands): New function.
13055
13056 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13057
13058 * message.el (message-signature-separator, message-cite-function):
13059 Change custom version.
13060
13061 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13062
13063 * mm-decode.el (mm-display-external): Make temp file read-only.
13064
13065 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13066
13067 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13068 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13069 `C-c C-f d'.
13070
13071 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13072
13073 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13074
13075 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13076
13077 * auth-source.el: Add docs.
13078 (auth-sources): Modify format to support server.
13079 (auth-source-pick, auth-source-user-or-password)
13080 (auth-source-user-or-password-imap)
13081 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13082 (auth-source-user-or-password-sftp)
13083 (auth-source-user-or-password-smtp): Add server parameter.
13084
13085 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13086
13087 * gnus-registry.el: Initialize the registry when gnus-registry-install
13088 is t.
13089
13090 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13091
13092 * compface.el (uncompface): Make buffer unibyte.
13093
13094 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13095
13096 * mail-source.el (mail-source-value):
13097 Prefer fboundp to functionp so it works with macros as well.
13098
13099 2008-04-05 Glenn Morris <rgm@gnu.org>
13100
13101 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13102
13103 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13104
13105 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13106 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13107
13108 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13109 multibyteness after rather than before erasing it.
13110
13111 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13112 mm-with-multibyte.
13113 (gnus-request-article-this-buffer): Make sure the proper decoding is
13114 used if gnus-original-article-buffer happens to be unibyte.
13115
13116 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13117 default-enable-multibyte-characters.
13118
13119 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13120 default-enable-multibyte-characters.
13121
13122 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13123
13124 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13125
13126 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13129 Fix last change in case the element is not even a symbol.
13130
13131 2008-04-02 Simon Josefsson <simon@josefsson.org>
13132
13133 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13134 imap-enable-exchange-bug-workaround.
13135 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13136
13137 2008-04-01 Simon Josefsson <simon@josefsson.org>
13138
13139 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13140 a 100 byte status-checks into a 2-3MB transfer for each group.
13141 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13142 to enable bug workaround or not.
13143 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13144
13145 2008-03-31 Glenn Morris <rgm@gnu.org>
13146
13147 * message.el (mml2015-use): Declare for compiler.
13148 (message-info): Require mml2015 when appropriate.
13149
13150 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13151
13152 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13153 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13154 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13155 (nntp-service-to-port): New function.
13156 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13157 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13158 (nntp-open-netcat-stream): New function.
13159 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13160
13161 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13162
13163 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13164
13165 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13166
13167 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13168
13169 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13170
13171 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13172
13173 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13174
13175 * message.el (message-signature-separator): Change default.
13176 Improve custom type.
13177 (message-cite-function): Change default to
13178 message-cite-original-without-signature.
13179
13180 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13181 toggle.
13182
13183 * message.el (message-check-news-body-syntax): Fix signature check.
13184 (message-setup-1): Mark buffer as unmodified _after_ running
13185 message-setup-hook and handling message-alternative-emails.
13186 (message-shorten-references): Be more strict when building list of
13187 valid references to comply with GNKSA.
13188
13189 * gnus-group.el (gnus-read-ephemeral-bug-group)
13190 (gnus-read-ephemeral-debian-bug-group)
13191 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13192
13193 * message.el (message-info): Don't use booleanp which isn't supported
13194 in Emacs 21 and XEmacs.
13195
13196 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13197
13198 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13199 gnus-group-gmane-group-download-format.
13200 (gnus-group-read-ephemeral-gmane-group): Rename from
13201 gnus-group-read-ephemeral-gmane-group.
13202 (gnus-read-ephemeral-gmane-group-url): Rename from
13203 gnus-group-read-ephemeral-gmane-group-url.
13204 (gnus-bug-group-download-format-alist): New variable.
13205 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13206 (gnus-read-ephemeral-emacs-bug-group): New commands.
13207
13208 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13209
13210 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13211 (gnus-visible-headers): Improve custom type.
13212
13213 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13214
13215 * mml.el (mml-menu): Add workarounds for XEmacs.
13216
13217 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13218 X-Boundary header.
13219
13220 * message.el (message-simplify-recipients): Fix previous commit.
13221
13222 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13223
13224 * mm-util.el (mm-set-buffer-multibyte): New function.
13225 * mm-decode.el (mm-copy-to-buffer): Use it.
13226
13227 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13228 Prefer fboundp to functionp so it works with macros as well.
13229
13230 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13231
13232 * message.el (message-alter-recipients-discard-bogus-full-name):
13233 New function.
13234 (message-alter-recipients-function): New variable.
13235 (message-get-reply-headers): Use it.
13236 (message-replace-header): New helper function.
13237 (message-recipients-without-full-name): New variable.
13238 (message-simplify-recipients): New command.
13239
13240 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13241
13242 * message.el (message-info): Handle EasyPG manual.
13243
13244 * mml.el (mml-menu): Add entry for EasyPG.
13245
13246 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13247
13248 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13249 parameter.
13250
13251 * message.el (message-disassociate-draft): Specify drafts group name
13252 fully.
13253
13254 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13255
13256 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13257 Eliminate unnecessary duplicates from the match list.
13258
13259 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13260
13261 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13262 args of `how-many' of which the XEmacs version doesn't take; declare
13263 Info-index-next as function.
13264
13265 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13266
13267 * gnus-score.el (gnus-score-headers): Fix handling of
13268 gnus-inhibit-slow-scoring.
13269
13270 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13271 string.
13272 (gnus-button-url-regexp): Improve handling of parenthesis.
13273 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13274 (gnus-button-handle-info-keystrokes): Handle index entries.
13275
13276 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13277
13278 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13279 Incoming* files.
13280
13281 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13282
13283 * auth-source.el (auth-sources): Rename from auth-source-choices.
13284 (auth-source-pick): Use it.
13285
13286 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13287
13288 * auth-source.el (auth-source-protocols)
13289 (auth-source-protocols-customize, auth-source-choices): Add and
13290 modified variable customizations and defaults.
13291 (auth-source-pick, auth-source-user-or-password)
13292 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13293 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13294 (auth-source-user-or-password-sftp)
13295 (auth-source-user-or-password-smtp): Use new variables and provide an
13296 interface to netrc.el.
13297
13298 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13299
13300 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13301 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13302 Make sure the nntp port to specify is a string.
13303
13304 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13305
13306 * nntp.el: Use with-current-buffer.
13307 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13308 dubious mm-with-unibyte-current-buffer.
13309 (nntp-with-open-group-function): New function extracted from
13310 nntp-with-open-group macro.
13311 (nntp-with-open-group): Use the function, so it's easier to debug.
13312 Add indentation and debugging info.
13313 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13314 Recommend the use of the netcat alternatives.
13315
13316 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13317 Avoid mm-string-as-multibyte as well.
13318
13319 * nnweb.el (nnweb-insert-html):
13320 Remove use of nnheader-string-as-multibyte.
13321
13322 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13323 (nnheader-string-as-multibyte): Remove.
13324
13325 * mm-view.el: Use inhibit-read-only.
13326 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13327 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13328 or unibyte-string.
13329
13330 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13331 (mm-uu-yenc-extract): Use with-current-buffer.
13332
13333 * gnus-soup.el (gnus-soup-send-packet): Don't use
13334 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13335
13336 * nnmh.el: Use with-current-buffer.
13337 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13338 mm-string-as-multibyte on the output of mm-encode-coding-string.
13339
13340 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13341 (nnimap-request-move-article): Use with-current-buffer.
13342
13343 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13344 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13345 conversion uses string-make-unibyte rather than string-as-unibyte.
13346
13347 * gnus-msg.el: Use with-current-buffer.
13348
13349 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13350
13351 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13352
13353 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13354 string for caching if it is 'PIN.
13355
13356 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13357
13358 * mail-source.el (mail-source-delete-old-incoming-confirm):
13359 Change default to nil.
13360 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13361
13362 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13363
13364 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13365 (gnus-article-goto-prev-page): Work for articles having ^L's.
13366
13367 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13368
13369 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13370
13371 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13372
13373 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13374 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13375 (gnus-bookmark-jump): Adjust some variable names.
13376
13377 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13378
13379 * auth-source.el: New package.
13380 (auth-source-choices): Add customization entry point variable.
13381
13382 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13383 bug.
13384
13385 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13386
13387 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13388 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13389 (gnus-registry-install-shortcuts): Rename from
13390 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13391 the `gnus-registry-mark-map' keymap dynamically from
13392 `gnus-registry-marks'. The generated functions update the summary line
13393 when a registry mark is added or deleted, and will call
13394 `gnus-registry-install-p' (see the comments in the code).
13395 (gnus-registry-user-format-function-M): Use concat intelligently.
13396
13397 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13398 the registry mark functions.
13399
13400 2008-03-05 Glenn Morris <rgm@gnu.org>
13401
13402 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13403 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13404 gnus-art.
13405 (top-level): No need to load own source when compiling.
13406
13407 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13408
13409 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13410 Suggested by <chris.anderton@zetnet.co.uk>.
13411
13412 2008-03-04 Glenn Morris <rgm@gnu.org>
13413
13414 * gnus-sum.el (top-level): No need to require gnus when compiling,
13415 since unconditionally required near start of file.
13416 (gnus-summary-display-while-building): Move definition before use.
13417
13418 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13419
13420 * gnus-registry.el (gnus-registry-user-format-function-M):
13421 Add formatting function.
13422
13423 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13424
13425 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13426 with plists.
13427 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13428 Use new format.
13429
13430 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13431
13432 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13433 `where-is-internal' that returns a range of key sequences.
13434
13435 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13436
13437 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13438
13439 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13440 (gnus-summary-jump-to-group): Consider windows on other displayed
13441 frames as well. Similar changes might be needed elsewhere, but that's
13442 the one I've bumped into during my use.
13443
13444 * nndoc.el (nndoc-oe-dbx-type-p):
13445 * gnus-msg.el (gnus-debug):
13446 * gnus-group.el (gnus-update-group-mark-positions):
13447 Use mm-string-to-multibyte.
13448
13449 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13450
13451 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13452 doesn't handle NotDashEscaped.
13453
13454 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13455 (mml-dnd-attach-options): Fix typo in custom choice.
13456
13457 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13458 Change nndoc-article-type to mbox.
13459 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13460
13461 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13462 to nil, instead of html2text.
13463
13464 * imap.el (imap-debug): Add `imap-ping-server'.
13465
13466 * gnus-bookmark.el: Add FIXMEs.
13467
13468 * message.el (message-form-letter-separator)
13469 (message-send-form-letter-delay): New variables.
13470 (message-send-form-letter): Use them. New command to send form
13471 letters. Requested by Uwe Siart.
13472 (message-send-mail-function): Doc fix. Add "Other" custom option.
13473
13474 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13475
13476 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13477 empty author.
13478
13479 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13480
13481 * gnus-registry.el (gnus-registry-marks): Add variable for
13482 customization of marks and their appearance.
13483 (gnus-registry-read-mark): Use it.
13484 (gnus-registry-do-marks): Add utility function to loop through
13485 `gnus-registry-marks'.
13486 (gnus-registry-install-shortcuts-and-menus): Add function to install
13487 shortcuts and menus.
13488 (gnus-registry-initialize): Use it.
13489 (gnus-registry-default-mark): Clarify documentation.
13490
13491 2008-02-29 Glenn Morris <rgm@gnu.org>
13492
13493 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13494 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13495 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13496 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13497 Change defcustom :version from 23.0 to 23.1.
13498
13499 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13500
13501 * gnus-registry.el (gnus-registry-follow-group-p)
13502 (gnus-registry-post-process-groups): Add functions to aid registry
13503 splitting and improve logging. Clarify behavior in function
13504 documentation.
13505 (gnus-registry-split-fancy-with-parent): Use them.
13506
13507 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * gnus-art.el: Use with-current-buffer.
13510
13511 2008-02-27 David Engster <dengste@eml.cc>
13512
13513 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13514 Express real group name in the response.
13515
13516 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13517
13518 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13519 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13520 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13521 autoload gnus-registry-fetch-group when compiling.
13522 (nnmairix-request-group-with-article-number-correction):
13523 Remove unreferenced argument passed to nnmairix-call-backend.
13524
13525 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13526
13527 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13528 (mm-uu-extract): Improve face for low color ttys.
13529 Reported by Sascha Wilde.
13530
13531 2008-02-27 Glenn Morris <rgm@gnu.org>
13532
13533 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13534 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13535 variables to defconsts. Convert comments to doc-strings.
13536 (nnmairix-last-server, nnmairix-current-server): Convert from free
13537 variables to defvars. Convert comments to doc-strings.
13538 (gnus-registry-fetch-group): Autoload.
13539 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13540 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13541 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13542 caddr.
13543 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13544 nnmairix-request-group-with-article-number-correction call.
13545 (nnmairix-fast, nnmairix-group): New, less general names, for free
13546 variables passed from nnmairix-request-group to
13547 nnmairix-request-group-with-article-number-correction. Declare.
13548 (nnmairix-request-group-with-article-number-correction):
13549 Use nnmairix-fast, nnmairix-group rather than fast, group.
13550
13551 2008-02-26 David Engster <dengste@eml.cc>
13552
13553 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13554 version 0.5.
13555
13556 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13557
13558 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13559 instead of making an extra function call. Don't add the current group
13560 to articles only when they have the group. Use
13561 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13562 Reported by David <de_bb@arcor.de>.
13563
13564 2008-02-24 Miles Bader <miles@gnu.org>
13565
13566 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13567 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13568 (mm-find-mime-charset-region):
13569 * mm-bodies.el (mm-encode-body):
13570 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13571
13572 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13573
13574 * mail-source.el (mail-source-delete-incoming): Change default.
13575 Supplement doc string.
13576
13577 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13578
13579 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13580
13581 * nnmail.el (nnmail-message-id-cache-file): Derive from
13582 `gnus-home-directory'.
13583
13584 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13585
13586 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13587 Document negative prefix.
13588
13589 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13590
13591 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13592
13593 * message.el (message-unsent-separator): Add the Exim bounce
13594 separator.
13595
13596 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13597
13598 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13599 list.
13600 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13601 recipient/signer list.
13602
13603 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13604
13605 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13606 fbound (Emacs 23 unicode), signal an error.
13607
13608 2008-02-08 Glenn Morris <rgm@gnu.org>
13609
13610 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13611
13612 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13613
13614 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13615 ports to the calls to `netrc-machine-user-or-password' in addition to
13616 "imap" and "imaps".
13617
13618 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13619
13620 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13621 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13622 <hanche@math.ntnu.no>.
13623
13624 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13625
13626 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13627
13628 2008-02-01 Zhang Wei <id.brep@gmail.com>
13629
13630 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13631
13632 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13633
13634 2008-02-01 Miles Bader <miles@gnu.org>
13635
13636 * mml.el (mml-parse-1): Remove apparently vestigial use of
13637 `mm-hack-charsets'.
13638 * mm-bodies.el (mm-encode-body): Likewise.
13639
13640 2008-02-01 Kenichi Handa <handa@m17n.org>
13641
13642 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13643 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13644 (rfc2104-hash): Convert the result of concat to unibyte string.
13645
13646 2008-02-01 Dave Love <fx@gnu.org>
13647
13648 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13649 coding-system-for-read.
13650 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13651
13652 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13653 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13654 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13655
13656 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13657
13658 * mail-source.el (mail-sources): Add `group' choice.
13659
13660 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13661 parameter `in-group' to control into which group the articles go.
13662 Add treatment of `group' mail-source.
13663
13664 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13665
13666 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13667 * message.el (message-beginning-of-line): Use featurep instead of bound
13668 tests in order to resolve conditionals at compile time.
13669
13670 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13671
13672 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13673
13674 * mm-decode.el (mm-dissect-buffer): Decode description.
13675
13676 * mml.el (mml-to-mime): Encode message header first.
13677
13678 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13679
13680 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13681 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13682
13683 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13684
13685 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13686
13687 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13688
13689 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13690 prefix keys.
13691 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13692 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13693 gnus-xmas.el.
13694
13695 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13696
13697 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13698 Add new variables for article mark management.
13699 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13700 list of extra data entries which, when present, will indicate that the
13701 article ID should not be trimmed from the registry.
13702 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13703 functions.
13704 (gnus-registry-read-mark): New function to read a mark name from the
13705 user.
13706 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13707 (gnus-registry-set-article-mark-internal): New functions to add and
13708 remove marks.
13709 (gnus-registry-get-article-marks): New function to show the marks for
13710 an article, or retrieve them for further use.
13711
13712 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13713
13714 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13715 keys when no argument is given.
13716
13717 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13718
13719 * gnus-sum.el (gnus-article-sort-by-random)
13720 (gnus-thread-sort-by-random): Fix doc strings.
13721 Reported by jidanni@jidanni.org.
13722
13723 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13724
13725 * gnus-art.el (gnus-article-describe-bindings): New function.
13726 (gnus-article-read-summary-keys): Use it.
13727 (gnus-article-mode-map): Bind `C-h b' to it.
13728
13729 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13730
13731 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13732 XEmacs.
13733 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13734 Protect against non-character events.
13735
13736 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13737
13738 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13739 New command.
13740 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13741 instead of END. Change name of the temp file.
13742 (gnus-group-gmane-group-download-format): Add doc string. Make it
13743 customizable.
13744
13745 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13746
13747 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13748 bind `S W' to gnus-article-wide-reply-with-original; set default
13749 binding to gnus-article-read-summary-send-keys.
13750 (gnus-article-read-summary-keys): Fix the order of keys; display
13751 continuation keys correctly in the echo area; describe bindings
13752 correctly when keys end with `C-h'.
13753 (gnus-article-read-summary-send-keys): New function.
13754 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13755 Work for gnus-article-read-summary-send-keys; display continuation keys
13756 correctly in the echo area.
13757 (gnus-article-reply-with-original): Ignore prefix argument.
13758 (gnus-article-wide-reply-with-original): New function.
13759
13760 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13761
13762 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13763 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13764
13765 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13766
13767 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13768 (gnus-group-read-ephemeral-gmane-group): New command.
13769
13770 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13771
13772 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13773
13774 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13775
13776 * message.el (message-send-mail-function): Increase custom version.
13777
13778 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13779 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13780
13781 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13782
13783 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13784 html parts correctly; support forwarded messages.
13785 (gnus-article-browse-html-article): Remove work buffers.
13786
13787 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13788 compiling.
13789 (netrc-bound-and-true-p): New macro.
13790 (netrc-parse): Use it instead of bound-and-true-p that is not available
13791 in XEmacs 21.4.
13792
13793 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13794
13795 * gnus-registry.el (gnus-registry-mark-article)
13796 (gnus-registry-article-marks): Add functionality to mark articles
13797 through the Gnus registry.
13798
13799 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13800 (netrc-parse): Use encrypt-file-alist to determine if
13801 encrypt-find-model or encrypt-insert-file-contents should be used.
13802
13803 2007-12-19 Glenn Morris <rgm@gnu.org>
13804
13805 * mml.el (message-options-set, message-narrow-to-head)
13806 (message-in-body-p, message-mail-p, message-encode-message-body):
13807 Autoload.
13808 (message-remove-header, message-narrow-to-headers-or-head)
13809 (message-subscribed-p, message-make-mail-followup-to)
13810 (message-position-on-field, message-news-p)
13811 (message-options-set-recipient, message-generate-headers)
13812 (message-sort-headers): Declare as functions.
13813
13814 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13815
13816 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13817 convention in doc string.
13818
13819 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13820
13821 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13822 title to html parts.
13823 (gnus-article-browse-html-article): Pass message header to it.
13824
13825 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13826
13827 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13828
13829 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13830 or password compatible with XEmacs.
13831
13832 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13833
13834 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13835 format document.
13836 (gnus-mime-delete-part): Don't write description line if empty.
13837 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13838
13839 2007-12-14 Johan Bockgård <bojohan@gnu.org>
13840
13841 * gnus-sum.el (gnus-summary-mark-unread-as-read)
13842 (gnus-summary-mark-read-and-unread-as-read)
13843 (gnus-summary-mark-current-read-and-unread-as-read)
13844 (gnus-summary-mark-unread-as-ticked): Doc fix.
13845 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13846
13847 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13848
13849 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13850 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13851
13852 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13853
13854 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13855 yes-or-no-p.
13856
13857 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13858
13859 * mm-decode.el (mm-add-meta-html-tag): New function.
13860 (mm-save-part-to-file, mm-pipe-part): Use it.
13861
13862 * gnus-art.el (gnus-article-browse-delete-temp-files):
13863 Use gnus-y-or-n-p instead of y-or-n-p.
13864 (gnus-article-browse-html-parts): Work with message/external-body; use
13865 mm-add-meta-html-tag.
13866
13867 2007-12-11 Glenn Morris <rgm@gnu.org>
13868
13869 * gnus-cache.el: Require gnus-sum not just when compiling.
13870
13871 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13872
13873 * gnus-int.el (gnus-server-opened, gnus-status-message):
13874 Move definitions before use.
13875
13876 * mm-decode.el: Require gnus-util.
13877 (mm-remove-part): Only call delete-annotation on XEmacs.
13878
13879 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13880
13881 * nnmail.el: Require gnus-int.
13882
13883 * spam.el: Move `require's before `eval-when-compile's.
13884
13885 * gnus-ems.el (gnus-alive-p):
13886 * gnus-fun.el (message-goto-eoh):
13887 * gnus-util.el (gnus-group-name-decode):
13888 * mail-source.el (gnus-compress-sequence):
13889 * message.el (Info-goto-node, format-spec):
13890 * mm-bodies.el (message-options-get):
13891 * mm-decode.el (mm-view-pkcs7):
13892 * mm-util.el (gmm-write-region):
13893 * mml-smime.el (mml-compute-boundary)
13894 (gnus-completing-read-with-default):
13895 * mml.el (widget-button-press, gnus-make-hashtable):
13896 * mml1991.el (mm-decode-content-transfer-encoding)
13897 (mm-encode-content-transfer-encoding)
13898 (message-options-get, message-options-set):
13899 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13900 * nnfolder.el (gnus-request-group):
13901 * nnheader.el (ietf-drums-unfold-fws):
13902 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13903 * smime.el (gnus-run-mode-hooks):
13904 * spam-stat.el (gnus-message): Autoload.
13905
13906 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13907 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13908 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13909 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13910 Add declare-function compatibility definition.
13911
13912 * gnus-cache.el (nnvirtual-find-group-art):
13913 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13914 (gnus-add-image, gnus-add-wash-type):
13915 * gnus-group.el (nnkiboze-score-file):
13916 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13917 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13918 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13919 (message-tokenize-header, gnus-get-buffer-create)
13920 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13921 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13922 * gnus.el (gnus-group-decoded-name):
13923 * mail-source.el (imap-capability):
13924 * mm-bodies.el (message-options-set):
13925 * mm-decode.el (gnus-configure-windows):
13926 * mm-extern.el (message-goto-body):
13927 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13928 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13929 (epg-sub-key-validity, message-options-set):
13930 * mml.el (widget-event-point, gnus-configure-windows):
13931 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13932 * mml2015.el (epg-check-configuration, epg-configuration)
13933 (message-options-set):
13934 * nndb.el (nndb-request-article):
13935 * nnfolder.el (gnus-request-create-group):
13936 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13937 * nnmaildir.el (gnus-group-mark-article-read):
13938 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13939 * rfc1843.el (message-fetch-field):
13940 * spam.el (gnus-extract-address-components):
13941 Declare as functions.
13942
13943 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13944
13945 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13946
13947 2007-12-09 Glenn Morris <rgm@gnu.org>
13948
13949 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13950
13951 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13952 * message.el, mm-view.el, sieve-manage.el, smime.el:
13953 Add declare-function compatibility definition.
13954
13955 * gnus-art.el (w3-region, w3m-region, Info-menu):
13956 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13957 * gnus-sum.el (gnus-get-predicate):
13958 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13959 * message.el (mail-abbrev-in-expansion-header-p):
13960 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13961 (w3m-detect-meta-charset, w3m-region):
13962 * sieve-manage.el (password-read, password-cache-add)
13963 (password-cache-remove):
13964 * smime.el (password-read-and-add): Declare as functions.
13965
13966 2007-12-08 David Kastrup <dak@gnu.org>
13967
13968 * gnus-sum.el (gnus-summary-simplify-subject-query):
13969 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13970 `message'.
13971
13972 2007-12-07 Glenn Morris <rgm@gnu.org>
13973
13974 * gnus-art.el (article-make-date-line): Revert previous change.
13975
13976 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13977
13978 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13979
13980 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
13981
13982 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13983 Call gnus-add-to-range ranges only once with a prepared article-list.
13984
13985 2007-12-06 Paul Jarc <prj@po.cwru.edu>
13986
13987 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13988 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13989 group names with backslashes.
13990 Reported by Tassilo Horn <tassilo@member.fsf.org>.
13991
13992 2007-12-06 Deepak Goel <deego3@gmail.com>
13993
13994 * gnus-art.el (article-make-date-line):
13995 * gnus-start.el (gnus-load):
13996 * pop3.el (pop3-read-response): Fix buggy call to `error'.
13997
13998 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13999
14000 * gnus-art.el (gnus-use-idna):
14001 * gnus-start.el (gnus-site-init-file):
14002 * message.el (message-use-idna):
14003 * mm-uu.el (mm-uu-hide-markers):
14004 * smiley.el (smiley-style): Revert changes that suppress warnings.
14005
14006 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14007
14008 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14009 specify charset to html source.
14010 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14011
14012 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14013
14014 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14015 idna-program in order to suppress byte compile warning issued by XEmacs
14016 that came to byte compile the default value section of defcustom forms
14017 recently.
14018
14019 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14020 value of installation-directory.
14021
14022 * message.el (message-use-idna): Don't directly refer to the value of
14023 idna-program.
14024
14025 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14026
14027 * smiley.el (smiley-style): Don't directly call face-attribute.
14028
14029 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14030
14031 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14032
14033 * gnus-dired.el: Reduce Gnus dependencies.
14034 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14035 Don't require. Use autoloads instead.
14036 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14037 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14038 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14039 (gnus-dired-mode): Adjust doc string.
14040 (gnus-dired-mail-mode): New variable.
14041 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14042 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14043 (gnus-dired-mail-buffers): New function. Return mail or message
14044 composition buffers.
14045 (gnus-dired-attach): Use it.
14046 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14047 NO-DECODE.
14048 (gnus-dired-print): Use `gnus-print-buffer' depending on
14049 `gnus-dired-mail-mode'.
14050
14051 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14052
14053 * rfc2047.el (rfc2047-encoded-word-regexp)
14054 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14055 explaining what regexp patterns are for.
14056
14057 2007-12-04 Glenn Morris <rgm@gnu.org>
14058
14059 * password.el: Move to ../password-cache.el.
14060
14061 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14062 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14063 * mml-smime.el (password-read, password-cache-add)
14064 (password-cache-remove):
14065 No need to autoload, since mml-sec requires password.
14066
14067 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14068 * message.el (gnus-extract-address-components):
14069 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14070
14071 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14072 password.
14073
14074 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14075
14076 * mailcap.el: Reduce dependencies.
14077 (mail-header-parse-content-type): Autoload.
14078 (mailcap-delete-duplicates): New alias.
14079 (mailcap-mime-info): Add optional argument NO-DECODE.
14080 (mailcap-mime-types): Use mailcap-delete-duplicates.
14081
14082 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14083
14084 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14085
14086 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14087 function.
14088
14089 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14090 (gnus-uu-yenc-article): New function.
14091
14092 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14093
14094 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14095
14096 2007-12-02 Glenn Morris <rgm@gnu.org>
14097
14098 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14099 Move to ../net.
14100
14101 * binhex.el, uudecode.el: Move to ../mail.
14102
14103 * encrypt.el: Remove file.
14104
14105 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14106
14107 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14108 matches on patches.
14109
14110 * gnus-art.el (gnus-article-browse-html-article):
14111 Mention `mm-text-html-renderer' in the doc string.
14112
14113 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14114 string. Add comments.
14115
14116 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14117 if rhs is ASCII.
14118
14119 2007-12-01 Glenn Morris <rgm@gnu.org>
14120
14121 * dig.el, dns.el: Move to ../net.
14122 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14123
14124 * mail-source.el (top-level): Require format-spec before
14125 eval-when-compile.
14126
14127 2007-11-30 Glenn Morris <rgm@gnu.org>
14128
14129 * encrypt.el: Require password, rather than autoloading password-read.
14130
14131 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14132
14133 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14134 caller can indicate whether the cache should be disregarded for this
14135 call. This way the result of the call is reproducible at all times and
14136 can be considered a canonical server name for the supplied method.
14137 (gnus-agent-method-p): Canonicalize server names by pushing their
14138 method through `gnus-method-to-server' using the no-cache argument.
14139
14140 * gnus-srvr.el (gnus-server-insert-server-line):
14141 Call `gnus-method-to-server' with `no-cache' argument.
14142
14143 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14144 gnus-agent-possibly-synchronize-flags as this should be called when the
14145 server is actually being opened.
14146 (gnus-agent-possibly-synchronize-flags)
14147 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14148 flags file of an agentized server to the latter function.
14149
14150 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14151 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14152 after a connection has been established successfully.
14153
14154 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14155
14156 * gnus-art.el (article-display-face): Force to display face if called
14157 interactively; check if gnus-article-x-face-too-ugly matches author.
14158 (article-display-x-face): Display face even if From header is missing
14159 as article-display-face does.
14160
14161 2007-11-28 Richard Stallman <rms@gnu.org>
14162
14163 * md4.el: Move to ../.
14164 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14165
14166 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14167
14168 * mail-source.el (mail-sources): Default to fetch from file for
14169 compatibility with default of nnmail-spool-file.
14170
14171 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14172
14173 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14174 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14175 to look for encoded word that should be encoded again.
14176 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14177 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14178 encoding pattern.
14179 (rfc2047-decode-region): Switch strict regexp and loose one according
14180 to rfc2047-allow-irregular-q-encoded-words.
14181
14182 2007-11-26 Simon Josefsson <simon@josefsson.org>
14183
14184 * imap.el: Move to ../net directory.
14185
14186 2007-11-25 Romain Francoise <romain@orebokech.com>
14187
14188 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14189
14190 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14191
14192 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14193 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14194
14195 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14196 `nnmail-spool-file'.
14197
14198 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14199 `nnmail-spool-file'.
14200
14201 * gnus-move.el (gnus-change-server): Ditto.
14202
14203 * gnus-kill.el (gnus-batch-score): Ditto.
14204
14205 * gnus-cache.el (gnus-jog-cache): Ditto.
14206
14207 * gnus-msg.el (gnus-summary-reply):
14208 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14209
14210 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14211
14212 * gnus-cache.el (gnus-cache-generate-nov-databases):
14213 Use nnml-generate-nov-databases-directory instead of
14214 nnml-generate-nov-databases-1.
14215
14216 2007-11-24 Glenn Morris <rgm@gnu.org>
14217
14218 * message.el (message-tool-bar-retro): Update for rename
14219 mail_send.xpm->mail-send.xpm.
14220
14221 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14222
14223 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14224 `smime-ldap-search' for Emacs 22 and up.
14225
14226 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14227
14228 * hashcash.el: Move to ../mail directory.
14229
14230 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14231
14232 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14233 `smime-ldap-search' for Emacs 22 and up.
14234
14235 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14238
14239 * message.el (message-send-mail-function): Fix error convention.
14240 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14241 (message-widen-reply, message-send-mail, message-talkative-question)
14242 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14243 (message-clone-locals, message-send-news): Use with-current-buffer.
14244 (message-insert-or-toggle-importance): Remove unused var `valid'.
14245 (message-make-references): Remove unused var `new-references'.
14246 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14247
14248 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14249
14250 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14251 (spam-split-symbolic-return-positive): Reflow docstring.
14252 (spam-backends, spam-summary-exit-behavior)
14253 (spam-mark-ham-unread-before-move-from-spam-group)
14254 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14255 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14256 (spam-clear-cache, spam-backend-check, spam-install-backend)
14257 (spam-install-statistical-backend, spam-list-of-processors)
14258 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14259 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14260 (spam-check-crm114, spam-initialize, spam-unload-hook):
14261 Fix typos in docstrings.
14262
14263 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14264
14265 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14266 been checked if they have never been read and those group levels are
14267 higher than the one that a user specified.
14268
14269 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14270
14271 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14272 foreign groups unless a group level is specified by a user.
14273 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14274
14275 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14276
14277 * message.el (message-send-mail-function): Require sendmail.
14278
14279 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14280
14281 * message.el (message-send-mail-function): Check for smtpmail too.
14282
14283 * utf7.el (utf7-encode, utf7-decode): Use coding system
14284 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14285
14286 * message.el (message-send-mail-function): New function.
14287 (message-send-mail-function): Set default using
14288 message-send-mail-function. Adjust doc string.
14289 (message-send-mail-with-mailclient): New function.
14290
14291 2007-11-17 Richard Stallman <rms@gnu.org>
14292
14293 * assistant.el: Remove file.
14294
14295 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14296
14297 * smime.el (from):
14298 * rfc2047.el (message-posting-charset):
14299 * qp.el (mm-use-ultra-safe-encoding):
14300 * pop3.el (parse-time-months):
14301 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14302 * nnml.el (files):
14303 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14304 (jka-compr-compression-info-list, ange-ftp-path-format)
14305 (efs-path-regexp):
14306 * nndiary.el (files):
14307 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14308 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14309 (epg-digest-algorithm-alist, inhibit-redisplay)
14310 (password-cache-expiry):
14311 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14312 (pgg-output-buffer, password-cache-expiry):
14313 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14314 (efs-path-regexp):
14315 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14316 (inhibit-redisplay):
14317 * mm-uu.el (file-name, start-point, end-point, entry)
14318 (gnus-newsgroup-name, gnus-newsgroup-charset):
14319 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14320 (latin-unity-ucs-list):
14321 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14322 (mm-uu-binhex-decode-function):
14323 * message.el (gnus-message-group-art, gnus-list-identifiers)
14324 (rmail-enable-mime-composing, gnus-local-organization)
14325 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14326 (gnus-read-active-file, facemenu-add-face-function)
14327 (facemenu-remove-face-function, gnus-article-decoded-p)
14328 (tool-bar-mode):
14329 * mail-source.el (display-time-mail-function):
14330 * gnus-util.el (nnmail-pathname-coding-system)
14331 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14332 (gnus-original-article-buffer, gnus-user-agent)
14333 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14334 (xemacs-codename, sxemacs-codename, emacs-program-version):
14335 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14336 * gnus-start.el (gnus-agent-covered-methods)
14337 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14338 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14339 (gnus-newsgroup-headers, gnus-group-list-mode)
14340 (gnus-group-mark-positions, gnus-newsgroup-data)
14341 (gnus-newsgroup-unreads, nnoo-state-alist)
14342 (gnus-current-select-method, mail-sources)
14343 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14344 (nnmail-spool-file, gnus-cache-active-hashtb):
14345 * gnus-mh.el (mh-lib-progs):
14346 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14347 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14348 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14349 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14350 (gnus-group-buffer):
14351 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14352 (font-lock-set-defaults):
14353 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14354 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14355 (gnus-summary-post-menu, total-parts, type, condition, length):
14356 * gnus-agent.el (gnus-agent-read-agentview):
14357 * flow-fill.el (show-trailing-whitespace):
14358 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14359 eval-and-compile wrappers for byte compiler pacifiers.
14360
14361 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14362 (mm-display-inline-fontify): Check for featurep 'xemacs not
14363 extent-list.
14364
14365 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14366 itimer-list.
14367 (mm-create-image-xemacs): Only do something for XEmacs.
14368 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14369
14370 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14371
14372 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14373 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14374
14375 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14376
14377 * nnimap.el (nnimap-split-download-body):
14378 * gnus-demon.el (gnus-demon):
14379 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14380
14381 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14382
14383 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14384 New macros.
14385 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14386 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14387 copy data from unibyte buffer to multibyte current buffer.
14388 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14389 to copy data from unibyte current buffer to multibyte buffer.
14390 (nntp-make-process-buffer): Make process buffer unibyte.
14391
14392 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14393
14394 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14395
14396 * pop3.el (pop3-open-server): Accept and process data more robustly at
14397 connection start to avoid spurious "POP SSL connection failed" errors.
14398
14399 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14400
14401 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14402 read group names.
14403
14404 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14405
14406 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14407
14408 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14409
14410 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14411 (nnmail-save-active): Use a unibyte buffer when saving active file,
14412 which may contain non-ASCII group names.
14413
14414 * nnml.el (nnml-request-group): Decode group names in messages.
14415
14416 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14417
14418 * message.el (message-citation-line-function)
14419 (message-insert-formatted-citation-line): Fix spelling of
14420 `message-insert-formated-citation-line'.
14421
14422 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14423
14424 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14425
14426 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14427
14428 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14429 nnmail-pathname-coding-system.
14430
14431 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14432 that a user enters; decode group names in messages.
14433
14434 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14435
14436 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14437
14438 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14439
14440 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14441
14442 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14443 risky local variable.
14444
14445 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14446
14447 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14448
14449 * encrypt.el: Improve documentation to fix function name typo.
14450 Reported by Daiki Ueno <ueno@unixuser.org>.
14451
14452 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14453
14454 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14455 even if the point is not in the last page of an article.
14456 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14457 back to the previous page.
14458
14459 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14460
14461 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14462
14463 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14464
14465 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14466
14467 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14468
14469 * message.el (message-check-news-body-syntax):
14470 Avoid mm-string-as-multibyte.
14471 (message-hide-headers): Don't assume (point-min)==1.
14472
14473 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14474
14475 * message.el (message-remove-blank-cited-lines): Fix if remove is
14476 given.
14477 (message-bogus-address-regexp): New variable.
14478 (message-bogus-recipient-p): New function.
14479 (message-check-recipients): New command.
14480 (message-syntax-checks): Add `bogus-recipient'.
14481 (message-fix-before-sending): Add `bogus-recipient'.
14482
14483 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14484 (gnus-treat-body-boundary): Don't test window-system.
14485
14486 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14487
14488 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14489
14490 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14491
14492 * gnus.el: Bump version to Gnus v5.13.
14493
14494 2007-10-28 Miles Bader <miles@gnu.org>
14495
14496 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14497 at compile-time too.
14498
14499 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14500
14501 * gnus-msg.el (gnus-message-setup-hook):
14502 Add `message-remove-blank-cited-lines' to options.
14503
14504 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14505
14506 * message.el (message-remove-blank-cited-lines): New function.
14507 Suggested by Karl Plästerer.
14508
14509 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14510
14511 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14512 mapc.
14513
14514 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14515 (top-level): Use mapc to set functions to be traced for debugging.
14516
14517 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14518 called for effect with while loop.
14519
14520 * message.el (message-talkative-question): Replace mapcar called for
14521 effect with mapc.
14522
14523 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14524 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14525 called for effect with dolist.
14526
14527 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14528
14529 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14530 gnus-extra-headers and nnmail-extra-headers.
14531
14532 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14533 called for effect with dolist.
14534 (top-level): Use mapc to set functions to be traced for debugging.
14535
14536 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14537 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14538 dolist.
14539
14540 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14541 Replace mapcar called for effect with mapc.
14542 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14543 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14544 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14545 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14546
14547 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14548 remove-if that's a cl function.
14549
14550 * webmail.el (webmail-debug): Replace mapcar called for effect with
14551 dolist.
14552
14553 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14554
14555 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14556 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14557 with while loop.
14558
14559 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14560 functions from article-* functions.
14561 (gnus-multi-decode-header): Replace mapcar called for effect with
14562 dolist.
14563
14564 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14565 (gnus-bookmark-show-details): Replace mapcar called for effect with
14566 while loop.
14567
14568 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14569 called for effect with while loop.
14570
14571 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14572 with dolist.
14573
14574 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14575 Replace mapcar called for effect with dolist.
14576
14577 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14578
14579 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14580 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14581 Replace mapcar called for effect with dolist.
14582 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14583 mapc.
14584
14585 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14586 Replace mapcar called for effect with dolist.
14587 (gnus-topic-list): Replace mapcar called for effect with mapc.
14588
14589 * gnus.el: Use mapc instead of mapcar to add autoloads.
14590
14591 2007-10-23 Richard Stallman <rms@gnu.org>
14592
14593 * gnus-group.el (gnus-group-highlight): Mark as risky.
14594
14595 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14596
14597 * gnus.el (gnus-server-to-method): Return method found first in
14598 gnus-newsrc-alist.
14599
14600 * gnus-art.el (gnus-article-highlight-signature)
14601 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14602 button overlay without the front stickiness.
14603
14604 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14605
14606 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14607 overview buffer needed a catch to receive its throw.
14608 (gnus-agent-flush-cache): Declare as interactive to make this function
14609 easier to use.
14610
14611 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14612
14613 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14614 `next-line'.
14615
14616 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14617
14618 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14619 exclude address matching message-dont-reply-to-names.
14620
14621 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14622
14623 * gnus-util.el (gnus-string<): New function.
14624
14625 * gnus-sum.el (gnus-article-sort-by-author)
14626 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14627
14628 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14629
14630 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14631 the frame-focus tag is set in gnus-buffer-configuration.
14632
14633 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14634
14635 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14636 the front stickiness.
14637
14638 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14639
14640 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14641 url pattern; remove duplicate one.
14642 (gnus-article-extend-url-button): New function.
14643 (gnus-article-add-buttons): Use it.
14644 (gnus-button-push): Use concatenated url that it makes.
14645
14646 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14647
14648 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14649 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14650
14651 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14652
14653 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14654 Don't hardcode point-min==1.
14655
14656 2007-09-30 David Kastrup <dak@gnu.org>
14657
14658 * gnus-art.el (gnus-article-reply-with-original)
14659 (gnus-article-followup-with-original): When `transient-mark-mode' is
14660 off, refrain from active-region behavior for followups.
14661
14662 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14663
14664 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14665 Fix comment about "iso8859-1".
14666
14667 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14668
14669 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14670 ones returned from the verify-function.
14671
14672 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14673 Call mml2015-extract-cleartext-signature if extraction failed.
14674
14675 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14676
14677 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14678 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14679 failed.
14680
14681 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14682
14683 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14684
14685 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14686
14687 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14688 to mark a thread as expirable. Add variable `hide' to handle hiding of
14689 thread for both the null and zero (kill/expire thread) universal prefix
14690 cases.
14691 (gnus-summary-expire-thread): Add new function to expire a thread,
14692 using gnus-summary-kill-thread.
14693 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14694 shortcuts for gnus-summary-expire-thread.
14695 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14696 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14697
14698 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14699
14700 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14701 extras value, so an extras entry can be deleted.
14702 (gnus-registry-delete-extra-entry): Use it.
14703 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14704 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14705 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14706 storage through the gnus-registry, and provide an appropriate API for
14707 it.
14708
14709 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14710
14711 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14712 Suggested by Leo <sdl.web@gmail.com>.
14713
14714 * gnus.el: Do.
14715
14716 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14717
14718 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14719 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14720
14721 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14722
14723 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14724 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14725
14726 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14727
14728 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14729 newline.
14730 (nnmbox-request-accept-article): Don't change article in source buffer;
14731 narrow to header to use message-fetch-field rather than
14732 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14733 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14734 as delimiters; make sure article ends with newline.
14735 (nnmbox-delete-mail): Correct last position of article to be deleted;
14736 ignore X-Gnus-Newsgroup header in article body.
14737 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14738 positions; make sure article ends with newline.
14739
14740 * message.el (message-display-abbrev): Don't infloop when a user
14741 inserts SPC in the beginning of header.
14742
14743 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14744
14745 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14746 list of groups not followed by default. Fix type to be regexp.
14747 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14748
14749 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14750
14751 * hmac-def.el (define-hmac-function): Switch from old-style to
14752 new-style backquotes.
14753
14754 * md4.el (md4-make-step): Likewise.
14755
14756 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14757
14758 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14759 raw-text coding system when saving .newsrc file, which may contain
14760 non-ASCII group names.
14761
14762 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14763
14764 * gnus-cus.el (gnus-score-extra): New widget.
14765 (gnus-score-extra-convert): New function.
14766 (gnus-score-customize): Use it for Extra.
14767
14768 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14769
14770 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14771 (mml2015-mailcrypt-clear-verify): Use it.
14772 (mml2015-gpg-clear-verify): Use it.
14773 (mml2015-pgg-clear-verify): Use it.
14774 (mml2015-epg-clear-verify): Replace the current part with the output
14775 from GnuPG; don't extract the plaintext by itself.
14776
14777 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14778 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14779 mml2015-clear-verify-function; don't touch the armor headers or
14780 dash-escaped text here.
14781
14782 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14783
14784 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14785 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14786 parts, or application/octet-stream as a last resort.
14787 (gnus-mime-view-part-as-type): Don't toggle display.
14788 (gnus-mime-view-part-as-charset): Don't turn off display before
14789 querying charset.
14790
14791 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14792 stuff to undisplayer function in Emacs.
14793 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14794
14795 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14796 text/calendar parts.
14797
14798 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14799
14800 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14801 decoding text/calendar parts.
14802
14803 * message.el (message-forward-make-body-mime): Always mark body as
14804 having no illegible text; remove signed-or-encrypted argument.
14805 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14806
14807 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14808 (mml-generate-mime-1): Don't encode body if it is specified to be in
14809 raw form; don't make buffer be unibyte when inserting multibyte string.
14810
14811 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * sha1.el: Fix up comment style.
14814 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14815 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14816
14817 * hex-util.el: Fix up comment style.
14818 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14819
14820 * gnus-salt.el: Use with-current-buffer.
14821 (gnus-pick-setup-message): Fix long-standing typo.
14822
14823 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14824
14825 * imap.el (imap-logout-timeout): New variable.
14826 (imap-logout, imap-logout-wait): New functions.
14827 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14828
14829 * nnimap.el (nnimap-logout-timeout): New server variable.
14830 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14831 nnimap-logout-timeout.
14832
14833 * gnus-art.el (gnus-article-summary-command-nosave)
14834 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14835
14836 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14837
14838 * gnus.el (gnus-maximum-newsgroup): New variable.
14839
14840 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14841 according to gnus-maximum-newsgroup.
14842
14843 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14844 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14845 Limit the range of articles according to gnus-maximum-newsgroup.
14846
14847 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
14848
14849 * gnus-art.el (gnus-sticky-article): Fix problems described in
14850 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
14851 Don't perform gnus-configure-windows here; reuse existing sticky
14852 article buffer.
14853
14854 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14855 it doesn't exist in gnus-article-mode.
14856
14857 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14858
14859 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14860 (gnus-agent-decoded-group-name): New function.
14861 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14862 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14863
14864 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14865
14866 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14867 Add binding for gnus-sticky-article.
14868 (gnus-summary-exit): Don't kill sticky article buffers.
14869
14870 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14871 article buffer.
14872 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14873 (gnus-kill-sticky-article-buffers): New commands.
14874
14875 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14876
14877 * nntp.el (nntp-xref-number-is-evil): New server variable.
14878 (nntp-find-group-and-number): If it is non-nil, don't trust article
14879 numbers in the Xref header.
14880
14881 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14882
14883 * gnus-agent.el (gnus-agent-read-group): New function.
14884 (gnus-agent-flush-group, gnus-agent-expire-group)
14885 (gnus-agent-regenerate-group): Use it.
14886 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14887 nnmail-pathname-coding-system.
14888
14889 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14890
14891 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14892
14893 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14894 that are unread as unread, and also as selected so that information of
14895 marks having been changed by a user may be updated when exiting group.
14896
14897 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14898
14899 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14900
14901 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14902
14903 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14904 calculated ignoring signature parts to gnus-treat-article.
14905
14906 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14907
14908 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14909 a point here in order to keep the window start.
14910 (gnus-insert-mime-security-button): Make a button overlay without the
14911 front stickiness.
14912 (gnus-mime-display-security): Goto the end of a button.
14913
14914 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14915
14916 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14917
14918 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14919 group-name-at-point.
14920 (gnus-group-completing-read): New function that offers decoded
14921 non-ASCII group names for completion.
14922 (gnus-fetch-group, gnus-group-read-ephemeral-group)
14923 (gnus-group-jump-to-group, gnus-group-make-group-simple)
14924 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14925 (gnus-group-fetch-control): Use it.
14926 (gnus-fetch-group): Use group-name-at-point for the initial value
14927 rather than the default value; use gnus-alive-p.
14928
14929 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14930 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14931 (gnus-summary-post-news): Use gnus-group-completing-read.
14932
14933 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14934 (gnus-read-move-group-name): Decode group name for completion.
14935
14936 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
14937
14938 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14939 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14940 Yamaoka slightly modified the code).
14941
14942 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
14943
14944 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14945 (nnmail-split-incoming): Bind it.
14946
14947 * nnml.el (nnml-group-name-charset): New function.
14948 (nnml-decoded-group-name): Use it; don't decode group name if
14949 nnmail-group-names-not-encoded-p is non-nil.
14950 (nnml-encoded-group-name): New function.
14951 (nnml-group-pathname): Inline nnml-decoded-group-name.
14952 (nnml-request-expire-articles): Decode group name in message.
14953 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14954 nnmail-pathname-coding-system.
14955 (nnml-save-mail, nnml-active-number): Work with decoded group names and
14956 not decoded ones according to nnmail-group-names-not-encoded-p.
14957 (nnml-generate-active-info): Use nnml-encoded-group-name.
14958
14959 2007-08-08 Glenn Morris <rgm@gnu.org>
14960
14961 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14962 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14963 doc-strings and comments.
14964
14965 2007-07-25 Glenn Morris <rgm@gnu.org>
14966
14967 * Relicense all FSF files to GPLv3 or later.
14968
14969 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14970
14971 * gnus-sum.el (gnus-summary-move-article):
14972 Make gnus-summary-respool-article work.
14973
14974 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
14975
14976 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14977 string.
14978
14979 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
14980
14981 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
14982 that should be ignored when comparing distant RSS articles with local
14983 ones.
14984 (nnrss-make-hash-index): New function. Create a hash index according
14985 to the ignored fields.
14986 (nnrss-check-group): Use it.
14987
14988 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
14989
14990 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14991
14992 * gnus-art.el (article-decode-group-name): Decode Xref header too.
14993
14994 * gnus-group.el (gnus-group-make-group): Encode group name here unless
14995 the new optional argument ENCODED is non-nil.
14996 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14997 coding system for encoding group name.
14998 (gnus-group-make-rss-group): Pass un-encoded group name to
14999 gnus-group-make-group.
15000 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15001 encoded.
15002
15003 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15004 Encode group name to which articles are moved or copied.
15005 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15006 coding system for encoding Newsgroup, Followup-To and Xref headers.
15007
15008 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15009 marks; use nnheader-file-coding-system to write a file.
15010 (nnagent-retrieve-headers): Bind file-name-coding-system to
15011 nnmail-pathname-coding-system.
15012
15013 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15014
15015 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15016 (nnml-request-article, nnml-request-create-group)
15017 (nnml-request-rename-group, nnml-find-id)
15018 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15019 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15020 (nnml-save-marks): Use nnml-group-pathname instead of
15021 nnmail-group-pathname.
15022
15023 (nnml-request-create-group, nnml-request-expire-articles)
15024 (nnml-request-move-article, nnml-request-delete-group)
15025 (nnml-deletable-article-p, nnml-possibly-create-directory)
15026 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15027 (nnml-open-marks): Bind file-name-coding-system to
15028 nnmail-pathname-coding-system.
15029
15030 (nnml-request-article): Pass server argument to nnml-find-group-number.
15031 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15032 Pass server argument to nnml-possibly-create-directory.
15033 (nnml-request-accept-article): Pass server argument to
15034 nnml-active-number and nnml-save-mail.
15035 (nnml-find-group-number): Pass server argument to nnml-find-id.
15036 (nnml-request-update-info): Pass server argument to
15037 nnml-marks-changed-p.
15038
15039 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15040 (nnml-save-mail, nnml-active-number): Add server argument.
15041
15042 (nnml-request-delete-group): Warn if group is missing.
15043 (nnml-get-nov-buffer): Decode group name.
15044 (nnml-generate-active-info): Encode group name.
15045 (nnml-open-marks): Decode group name in messages.
15046
15047 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15048
15049 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15050 if it is not specified.
15051 (gnus-article-pipe-part, gnus-article-save-part)
15052 (gnus-article-interactively-view-part, gnus-article-copy-part)
15053 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15054 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15055 (gnus-article-replace-part, gnus-article-delete-part)
15056 (gnus-article-view-part-as-type): Pass raw prefix argument to
15057 gnus-article-part-wrapper.
15058
15059 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15060
15061 * gnus-agent.el (gnus-agent-save-active):
15062 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15063
15064 * gnus-cache.el (gnus-cache-save-buffers)
15065 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15066 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15067 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15068 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15069 (gnus-cache-generate-active, gnus-cache-rename-group)
15070 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15071 (gnus-cache-update-overview-total-fetched-for):
15072 Bind file-name-coding-system to nnmail-pathname-coding-system.
15073 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15074 New variables.
15075 (gnus-cache-decoded-group-name): New function.
15076 (gnus-cache-file-name): Use it.
15077 (gnus-cache-generate-active): Use non-decoded group name for active.
15078
15079 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15080 right place.
15081 (gnus-write-active-file): Don't break non-ASCII group names.
15082
15083 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15084 nnmail-pathname-coding-system.
15085
15086 * gnus-uu.el (gnus-uu-decode-save): Typo.
15087
15088 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15089
15090 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15091
15092 2007-07-14 David Kastrup <dak@gnu.org>
15093
15094 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15095 finishing actions if we did not edit the article.
15096
15097 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15098
15099 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15100 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15101 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15102 (gnus-agent-flush-group, gnus-agent-flush-cache)
15103 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15104 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15105 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15106 (gnus-agent-regenerate-group)
15107 (gnus-agent-update-files-total-fetched-for)
15108 (gnus-agent-update-view-total-fetched-for):
15109 Bind file-name-coding-system to nnmail-pathname-coding-system.
15110 (gnus-agent-group-pathname): Don't encode file names by
15111 nnmail-pathname-coding-system.
15112 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15113 coding-system-for-write instead of buffer-file-coding-system to
15114 gnus-agent-file-coding-system.
15115
15116 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15117 Decode group name.
15118
15119 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15120
15121 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15122 (gnus-read-newsrc-el-file): Make group names unibyte.
15123
15124 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15125 nnmail-pathname-coding-system.
15126
15127 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15128 (nnrss-request-delete-group): Bind file-name-coding-system to
15129 nnmail-pathname-coding-system.
15130 (nnrss-read-server-data, nnrss-read-group-data):
15131 Bind file-name-coding-system correctly.
15132 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15133
15134 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15135 (nntp-server-to-method-cache): New variable.
15136 (nntp-group-pathname): New function that decodes non-ASCII group names.
15137 (nntp-possibly-create-directory, nntp-marks-changed-p)
15138 (nntp-save-marks, nntp-open-marks): Use it.
15139 (nntp-possibly-create-directory, nntp-open-marks):
15140 Bind file-name-coding-system to nnmail-pathname-coding-system.
15141 (nntp-open-marks): Decode group names when bootstrapping marks.
15142
15143 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15144 Newsgroups and Followup-To headers.
15145
15146 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15147
15148 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15149 (gnus-server-closed-face, gnus-server-denied-face)
15150 (gnus-server-offline-face): Remove variable.
15151 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15152
15153 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15154 of modifying message-stack directly for XEmacs.
15155
15156 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15157 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15158 if the coding-system argument is nil for XEmacs.
15159
15160 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15161 mm-charset-override-alist.
15162
15163 * rfc2047.el: Don't require base64; require rfc2045 for the function
15164 rfc2045-encode-string.
15165 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15166 to quote the parameter value.
15167
15168 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15169
15170 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15171 form in gnus-group-name-charset-method-alist.
15172
15173 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15174 overrides the default layout edit-form.
15175
15176 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15177
15178 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15179
15180 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15181
15182 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15183 as unfetched articles.
15184
15185 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15186
15187 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15188
15189 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15190
15191 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15192 original back end that keeps marks in the local system.
15193
15194 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15195
15196 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15197 arg of pop-to-buffer for XEmacs.
15198 (gnus-article-read-summary-keys): Ditto; don't restore window
15199 configuration if summary command ends up with neither article buffer
15200 nor summary buffer; describe bindings if summary keys end with C-h.
15201
15202 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15203
15204 * message.el (message-fix-before-sending): Skip raw message part to be
15205 forwarded while checking illegible text.
15206 (message-forward-make-body-mime, message-forward-make-body):
15207 Mark signed or encrypted raw message as having no illegible text.
15208
15209 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15210
15211 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15212 (gnus-message-with-timestamp-1): New macro.
15213 (gnus-message-with-timestamp): New function.
15214 (gnus-message): Use them.
15215
15216 * nnheader.el (nnheader-message): Use them.
15217
15218 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15219
15220 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15221 .newsrc.eld file.
15222
15223 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15224
15225 * gnus-agent.el (gnus-agent-fetch-headers)
15226 (gnus-agent-retrieve-headers):
15227 Bind gnus-decode-encoded-address-function to identity.
15228
15229 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15230 available also when the server returns simply a dot.
15231
15232 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15233
15234 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15235
15236 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15237
15238 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15239
15240 * gnus-ems.el (gnus-x-splash): Make it work.
15241
15242 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15243 from being used.
15244
15245 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15246
15247 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15248 the front stickiness.
15249 (gnus-article-summary-command-nosave): Correct the order of the
15250 arguments passed to pop-to-buffer.
15251 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15252 summary command ends up with the article buffer.
15253
15254 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15255 the same faces.
15256
15257 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15258
15259 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15260
15261 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15262
15263 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15264 * gnus-sum.el (gnus-summary-highlight):
15265 * mail-source.el (mail-source-delete-old-incoming-confirm):
15266 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15267
15268 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15269
15270 * gnus-art.el (gnus-mime-view-part-externally)
15271 (gnus-mime-view-part-internally): Fix predicate function passed to
15272 completing-read.
15273
15274 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15275
15276 * gnus.el (gnus-update-message-archive-method): Add :version.
15277
15278 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15279
15280 * gnus.el (gnus-update-message-archive-method): New variable.
15281
15282 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15283 according to gnus-message-archive-method if
15284 gnus-update-message-archive-method is non-nil.
15285
15286 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15287
15288 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15289 Suggested by Loic Dachary <loic@dachary.org>.
15290 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15291
15292 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15293
15294 * message.el (message-pop-to-buffer): Add switch-function argument.
15295 (message-mail): Pass switch-function argument to it.
15296
15297 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15298
15299 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15300 Improve doc string.
15301
15302 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15303
15304 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15305 (gnus-header-content):
15306 * gnus-cite.el (gnus-cite-10):
15307 * gnus-srvr.el (gnus-server-closed):
15308 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15309 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15310 (gnus-group-mail-3-empty, gnus-group-mail-low)
15311 (gnus-group-mail-low-empty, gnus-splash):
15312 * message.el (message-header-to, message-header-cc)
15313 (message-header-subject, message-header-other, message-header-name)
15314 (message-header-xheader, message-separator, message-cited-text)
15315 (message-mml): Lighten colors of faces used for dark background.
15316
15317 2007-05-24 Simon Josefsson <simon@josefsson.org>
15318
15319 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15320 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15321
15322 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15323
15324 * message.el (message-narrow-to-headers-or-head):
15325 Ignore mail-header-separator in the body.
15326
15327 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15328
15329 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15330 same as window size.
15331
15332 2007-05-22 Kevin Ryde <user42@zip.com.au>
15333
15334 * message.el (message-font-lock-keywords): Use message-header-xheader
15335 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15336 ahead of the anything pattern, to get it recognized.
15337
15338 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15339
15340 * gnus-sum.el (gnus-articles-to-read)
15341 (gnus-summary-insert-old-articles): Don't truncate group name for
15342 `read-string'.
15343
15344 * gnus-util.el (gnus-limit-string): Delete this function.
15345
15346 * gnus-sum.el (gnus-simplify-subject-fully):
15347 Use `truncate-string-to-width' instead.
15348
15349 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15350
15351 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15352 Tell if, on summary exit, the next group has to be selected.
15353 (gnus-summary-exit): Use it.
15354
15355 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15356
15357 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15358 non-break space.
15359
15360 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15361
15362 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15363 Check if group is not a directory.
15364 (nnfolder-request-expire-articles): Don't delete articles if the target
15365 group is not available.
15366
15367 * nnml.el (nnml-request-create-group): Properly check if group is not a
15368 file.
15369 (nnml-request-expire-articles): Don't delete articles if the target
15370 group is not available.
15371
15372 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15373 Don't quote characters that are within parentheses.
15374
15375 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15376
15377 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15378 (gnus-handle-ephemeral-exit): Select article according to it.
15379
15380 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15381
15382 * message.el (message-insert-formated-citation-line): Remove newline.
15383 (message-citation-line-format): Add final \n here so that the user can
15384 avoid a blank line.
15385
15386 2007-05-03 Dan Christensen <jdc@uwo.ca>
15387
15388 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15389 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15390 Update lanl/arXiv support.
15391
15392 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15393
15394 * gnus.el: Bump version number.
15395
15396 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15397
15398 * gnus.el (gnus-version-number): Bump version.
15399
15400 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15401
15402 * gnus.el: No Gnus v0.6 is released.
15403
15404 2007-04-27 Didier Verna <didier@xemacs.org>
15405
15406 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15407 * gmm-utils.el (gmm-regexp-concat): ... here.
15408 * message.el: Don't require 'gnus-util.
15409 (message-dont-reply-to-names): Handle name change above.
15410 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15411
15412 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15413
15414 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15415 since the initial value varies according to the system.
15416
15417 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15418
15419 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15420
15421 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15422
15423 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15424
15425 2007-04-24 Didier Verna <didier@xemacs.org>
15426
15427 Improve the type of gnus-ignored-from-addresses.
15428 * gnus-util.el (gnus-orify-regexp): New function.
15429 * message.el (gnus-util): Require it.
15430 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15431 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15432 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15433
15434 2007-04-24 Didier Verna <didier@xemacs.org>
15435
15436 * gnus-sum.el:
15437 * gnus-utils.el: Fix some trailing whitespaces.
15438
15439 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15440
15441 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15442 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15443 article's Message-ID; refer parent article in summary buffer.
15444
15445 * message.el (message-bounce): Call mime-to-mml.
15446
15447 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15448
15449 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15450
15451 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15452
15453 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15454 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15455 displayed of multipart/alternative part if it is invoked from summary
15456 buffer.
15457
15458 * mm-view.el (mm-inline-text-html-render-with-w3m)
15459 (mm-inline-text-html-render-with-w3m-standalone)
15460 (mm-inline-render-with-function): Use mail-parse-charset by default.
15461
15462 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15463
15464 * parse-time.el (parse-time-string-chars): Check if CHAR
15465 is less than the length of parse-time-syntax.
15466
15467 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15468
15469 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15470 from gnus-newsgroup-processable.
15471
15472 2007-04-16 Didier Verna <didier@xemacs.org>
15473
15474 * gnus-msg.el (gnus-configure-posting-styles):
15475 Handle message-signature-directory properly with :file syntax.
15476 Reported by "Leo".
15477
15478 2007-04-11 Didier Verna <didier@xemacs.org>
15479
15480 New user option: message-signature-directory.
15481 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15482 * message.el (message-insert-signature): Ditto.
15483 * message.el (message-signature-file): Doc update.
15484 * message.el (message-signature-directory): New.
15485
15486 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15487
15488 * gnus-msg.el (gnus-inews-yank-articles):
15489 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15490
15491 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15492
15493 * message.el (message-yank-original): Make sure cited text ends with
15494 newline; don't exchange point and mark.
15495
15496 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15497
15498 * tls.el (open-tls-stream): Properly handle case where there
15499 is no associated buffer.
15500
15501 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15502
15503 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15504 message-yank-original, make sure (< mark TEXT point).
15505
15506 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15507
15508 * message.el (message-fill-column): New variable.
15509 (message-mode): Use it. Add comment on a possible new hook.
15510
15511 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15512 (nnmail-get-new-mail): Reformat.
15513
15514 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15515
15516 * gmm-utils.el: Fix Commentary.
15517 (gmm-tool-bar-from-list): Fix typo in doc string.
15518
15519 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15520
15521 * message.el (message-yank-original): Don't switch point and mark
15522 unnecessarily to put point and mark as documented.
15523
15524 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15525
15526 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15527 from the message heads.
15528
15529 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15530
15531 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15532 article buffer does not have a window. This may not be the best
15533 solution but is certainly better than setting the start of the null,
15534 that is the current, window.
15535
15536 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15537
15538 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15539 (gnus-draft-setup): Run it.
15540
15541 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15542 gnus-score-fast-scoring. Allow regexp.
15543 (gnus-score-headers): Use it.
15544
15545 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15546 XEmacs.
15547
15548 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15549 string.
15550 (gnus-button-alist): Also catch `<f1> k ...'.
15551 (gnus-treat-display-x-face): Fix doc string.
15552
15553 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15554
15555 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15556 evaluation of gnus-extended-version to ensure correct generation of the
15557 User-Agent header when message-generate-headers-first is used.
15558
15559 2007-03-24 Simon Josefsson <simon@josefsson.org>
15560
15561 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15562 hashcash-path is nil. Don't call callback with incorrect number of
15563 parameters if val is 0.
15564
15565 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15566
15567 * message.el (message-required-news-headers):
15568 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15569
15570 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15571
15572 * message.el (message-generate-new-buffers): Change the meaning of the
15573 nil value; add `standard' to the choices; treat t as `unique'; improve
15574 doc string.
15575 (gnus-select-frame-set-input-focus): Autoload.
15576 (message-buffer-name): Search for the existing message buffer if
15577 message-generate-new-buffers is nil or `standard'; treat the value t of
15578 message-generate-new-buffers as `unique'.
15579 (message-pop-to-buffer): Raise the frame already displaying the message
15580 buffer; clear the echo area after querying.
15581 (message-setup): Pass the `continue' argument to compose-mail.
15582 (message-mail): Prefer `switch-function' if it is given; search for the
15583 existing message buffer if the `continue' argument is non-nil; pass
15584 continue and switch-function arguments to compose-mail by way of
15585 message-setup.
15586 (message-mail-other-window): Adjust argument of message-setup.
15587 (message-mail-other-frame): Ditto.
15588
15589 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15590
15591 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15592 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15593 to turn font-lock on when turning gnus-message-citation-mode on.
15594
15595 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15596
15597 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15598 (mml-smime-function-alist): New variable; add epg as the backend.
15599 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15600 mml-smime- functions instead.
15601 * mm-view.el: Require smime.
15602
15603 2007-03-05 Didier Verna <didier@xemacs.org>
15604
15605 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15606 instead of just inheritance for posting styles.
15607 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15608
15609 2007-02-24 John Paul Wallington <jpw@pobox.com>
15610
15611 * tls.el (tls-certtool-program): Fix custom type.
15612
15613 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15614
15615 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15616 and point-at-eol instead of line-(beginning|end)-position.
15617
15618 * assistant.el (assistant-parse-buffer): Ditto.
15619
15620 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15621
15622 * mml2015.el (mml2015-epg-find-usable-key): New function.
15623 (mml2015-epg-sign): Use it.
15624 (mml2015-epg-encrypt): Use it.
15625
15626 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15627
15628 * message.el (message-make-in-reply-to): Quote name containing
15629 non-ASCII characters. It will make the RFC2047 encoder cause an error
15630 if there are special characters. Reported by NAKAJI Hiroyuki
15631 <nakaji@jp.freebsd.org>.
15632
15633 2007-02-27 Didier Verna <didier@xemacs.org>
15634
15635 Include the group parameters as well as the topic ones in the
15636 inheritance filter process.
15637 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15638 argument GROUP-PARAMS-LIST.
15639 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15640
15641 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15642
15643 * nntp.el (nntp-never-echoes-commands)
15644 (nntp-open-connection-functions-never-echo-commands): New variables.
15645 (nntp-send-command): Use them.
15646
15647 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15648
15649 * mml2015.el (mml2015-epg-verify): Simplify.
15650
15651 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15652
15653 * mml.el (mml-content-disposition-alist): New user option.
15654 (mml-content-disposition): New function.
15655 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15656 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15657
15658 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15659
15660 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15661 verification.
15662
15663 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15664
15665 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15666 articles posted in the last 24 hours.
15667
15668 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15669
15670 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15671
15672 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15673
15674 * nntp.el (nntp-send-command): Don't wait for echoes when
15675 nntp-open-ssl-stream is used.
15676
15677 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15678
15679 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15680 (gnus-message-add-citation-keywords)
15681 (gnus-message-remove-citation-keywords): Remove.
15682 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15683 directly, make the variables in font-lock-defaults buffer-local, add
15684 gnus-message-citation-keywords to them and then update the value of
15685 font-lock-keywords.
15686
15687 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15688
15689 * message.el (message-cite-original-1): Don't call
15690 gnus-article-highlight-citation.
15691
15692 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15693 citations; fix line count.
15694
15695 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15696
15697 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15698 (gnus-message-add-citation-keywords)
15699 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15700 versions of font-lock-add-keywords and font-lock-remove-keywords to
15701 work with XEmacs correctly.
15702
15703 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15704
15705 * gnus-cite.el (gnus-cite-face-list): Set the values of
15706 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15707 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15708 (gnus-message-cite-prefix-regexp): New variable.
15709 (gnus-message-search-citation-line): Use it; protect against long
15710 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15711 the 0th match data for Emacs.
15712 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15713 (gnus-message-add-citation-keywords): Append keywords rather than
15714 prepending; emulate font-lock-add-keywords if it is not available.
15715 (gnus-message-remove-citation-keywords):
15716 Emulate font-lock-remove-keywords if it is not available.
15717
15718 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15719
15720 * message.el (message-cite-prefix-regexp): Set the value of
15721 gnus-message-cite-prefix-regexp.
15722
15723 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15724
15725 * nnweb.el (nnweb-google-parse-1): Update parser.
15726
15727 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15728
15729 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15730
15731 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15732
15733 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15734 regexp.
15735
15736 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15737
15738 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15739 string-to-multibyte.
15740 (uudecode-decode-region-internal): Use it.
15741
15742 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15743
15744 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15745 Fix custom choice.
15746
15747 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15748
15749 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15750
15751 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15752
15753 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15754 `write-region' to respect `mm-inhibit-file-name-handlers'.
15755
15756 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15757
15758 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15759 Use gnus-home-directory instead of "~/" or "$HOME".
15760
15761 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15762
15763 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15764 to mention filename.
15765 Add comments at beginning regarding usage.
15766 (encrypt-write-file-contents): Change interactive so a string is
15767 acceptable. If the file has no associated model, show an error instead
15768 of a nonsense prompt.
15769
15770 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15771
15772 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15773 Thanks to Yoshihiko Yamada for kind notification of this typo.
15774
15775 2007-01-12 Kenichi Handa <handa@m17n.org>
15776
15777 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15778 multibyte buffer.
15779
15780 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15781
15782 * gnus-score.el (gnus-score-fast-scoring): New variable.
15783 (gnus-score-headers): Use it.
15784
15785 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15786
15787 * message.el (message-cite-original-1):
15788 Call gnus-article-highlight-citation if requested.
15789 (message-make-from): Allow name and address as optional arguments.
15790
15791 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15792
15793 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15794 bugs to doc string.
15795 (gnus-button-alist): Add mid\\|message-id.
15796 (gnus-button-fetch-group): Extend for use in
15797 `browse-url-browser-function'.
15798 (gnus-button-url-regexp): Try to catch paired parentheses like in
15799 Wikipedia URLs.
15800
15801 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15802 Suggested by Simon Krahnke <overlord@gmx.li>.
15803
15804 2007-01-13 Romain Francoise <romain@orebokech.com>
15805
15806 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15807 Update copyright.
15808
15809 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15810
15811 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15812
15813 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15814
15815 * gnus-registry.el (gnus-registry-unfollowed-groups)
15816 (gnus-registry-split-fancy-with-parent): Fix documentation.
15817
15818 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15819
15820 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15821 from nnweb groups.
15822
15823 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15824
15825 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15826 Xref urls. Erase buffer before requesting head.
15827
15828 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15829
15830 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15831
15832 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15833 customizable.
15834
15835 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15836
15837 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15838 no signing key is found.
15839 (mml2015-epg-encrypt): Ask user whether to skip or abort if
15840 no encrypting and/or signing key is found.
15841
15842 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15843
15844 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15845
15846 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15847
15848 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15849 headers read from disk with the ones newly found in the current search.
15850 This should no longer cause problems, because the article numbers in
15851 Gmane's `nov.php' output are ignored since the previous change.
15852
15853 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15854
15855 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15856
15857 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15858
15859 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15860
15861 2007-01-01 Romain Francoise <romain@orebokech.com>
15862
15863 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15864
15865 2006-12-31 Steve Youngs <steve@sxemacs.org>
15866
15867 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15868 `define-minor-mode' macro definition expanded properly.
15869 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15870 exclude it there.
15871
15872 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15873 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15874 `fboundp' test.
15875 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15876 This is OK to autoload in (S)XEmacs now.
15877
15878 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15879
15880 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15881 keystroke.
15882 (gnus-summary-limit-to-singletons): Fix typo.
15883
15884 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15885 else fails.
15886
15887 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15888
15889 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15890 docstring.
15891
15892 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15893 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15894 (gnus-summary-insert-dormant-articles): Fix typo in message.
15895
15896 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15897
15898 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15899 nil for XEmacs.
15900 (gnus-message-citation-mode): Don't autoload in XEmacs.
15901
15902 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15903
15904 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15905
15906 * nnimap.el (nnimap-expunge-search-string):
15907 Mention nnimap-search-uids-not-since-is-evil in docstring.
15908
15909 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
15910
15911 * spam.el: Revert to make-obsolete-variable because
15912 define-obsolete-variable-alias is not supported in Emacs 21.
15913
15914 * spam.el (spam-ifile-path, spam-ifile-database-path)
15915 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15916 make-obsolete-variable.
15917 (spam-bsfilter-path, spam-bsfilter-program)
15918 (spam-spamassassin-path, spam-spamassassin-program)
15919 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15920 Don't use "path" inappropriately.
15921 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15922 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15923 variable names.
15924
15925 2006-12-28 Daiki Ueno <ueno@unixuser.org>
15926
15927 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15928 summary buffer.
15929
15930 * password.el (password-cache-remove): Use clear-string to burn
15931 password, if available.
15932
15933 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15934
15935 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15936
15937 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15938
15939 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15940 (gnus-message-highlight-citation): Move defcustom here from
15941 gnus-cite.el.
15942 (gnus-message-citation-mode): Autoload.
15943
15944 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
15945 checks to make it compile with XEmacs.
15946 (gnus-message-citation-mode): New minor mode.
15947 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15948 (gnus-message-highlight-citation): New variables.
15949 (gnus-message-search-citation-line)
15950 (gnus-message-add-citation-keywords)
15951 (gnus-message-remove-citation-keywords)
15952 (turn-on-gnus-message-citation-mode)
15953 (turn-off-gnus-message-citation-mode): New functions.
15954
15955 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
15956
15957 * gnus-cite.el: Enable highlighting of different citation levels in
15958 message-mode.
15959
15960 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15961
15962 * message.el (message-make-fqdn): Fix comment.
15963 (message-bogus-system-names): Add ".local".
15964
15965 * spam.el (spam-ifile-path, spam-ifile-program)
15966 (spam-ifile-database-path, spam-ifile-database)
15967 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15968 Don't use "path" inappropriately.
15969 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15970 strings.
15971 (spam-check-ifile, spam-ifile-register-with-ifile)
15972 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15973 Use new variable names.
15974
15975 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15976 (gnus-treat-display-smileys): Simplify using
15977 gnus-image-type-available-p.
15978
15979 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15980 available.
15981
15982 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15983
15984 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15985 one after turning on the buffer's multibyteness instead of decoding
15986 them directly in the unibyte buffer that causes unexpected conversion
15987 in Emacs 23 (unicode).
15988
15989 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15990
15991 * message.el (message-generate-hashcash): Fix custom type.
15992
15993 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15994
15995 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15996
15997 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15998
15999 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16000 disconnect icons. Add help text.
16001
16002 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16003
16004 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16005 negated to be consistent with the others we handle.
16006
16007 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16008
16009 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16010 version of gnus-summary-buffer to something, so that we can use two
16011 article buffers at the same time.
16012
16013 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16014
16015 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16016 trigger all the extra headers.
16017 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16018 sorting.
16019
16020 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16021
16022 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16023 solid groups.
16024
16025 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16026
16027 * legacy-gnus-agent.el: Add Copyright notice.
16028
16029 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16030
16031 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16032
16033 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16034
16035 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16036
16037 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16038 to make it work reliably in CVS Emacs.
16039 (gnus-summary-limit-strange-charsets-predicate)
16040 (gnus-summary-limit-to-predicate): New functions.
16041
16042 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16043
16044 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16045 specifying array size.
16046 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16047 array if it is too small.
16048 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16049 (gnus-sort-threads-loop): New function.
16050
16051 2006-12-06 Chris Moore <dooglus@gmail.com>
16052
16053 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16054 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16055
16056 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16057
16058 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16059 options.
16060
16061 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16062
16063 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16064 DOS-ing the recipient.
16065
16066 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16067 the headers when creating the mapping to avoid mismappings.
16068 (nnweb-gmane-create-mapping): Always nix out old mapping.
16069
16070 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16071
16072 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16073 and mm-verify-option to never.
16074
16075 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16076
16077 * message.el (message-signed-or-encrypted-p): New function.
16078 (message-forward-make-body): Use it.
16079
16080 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16081 Replace encode-coding-string with mm-encode-coding-string.
16082
16083 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16084
16085 * nneething.el (nneething-decode-file-name):
16086 Replace decode-coding-string with mm-decode-coding-string.
16087
16088 * gnus-int.el (gnus-open-server): Say failed server's name.
16089
16090 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16091
16092 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16093 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16094
16095 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16096 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16097 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16098 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16099 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16100 (gnus-subscribe-newsgroup, gnus-1):
16101 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16102 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16103 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16104 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16105
16106 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16107
16108 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16109 keystroke.
16110 (gnus-summary-limit-to-bodies): Implement headersp.
16111
16112 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16113
16114 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16115
16116 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16117
16118 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16119
16120 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16121
16122 * message.el (message-generate-hashcash): Expand range of values to
16123 include `opportunistic'.
16124 (message-send-mail): Use it.
16125
16126 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16127
16128 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16129 and comment it.
16130
16131 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16132
16133 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16134
16135 * gnus-util.el (gnus-extract-address-components): Improve comment.
16136
16137 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16138
16139 * gnus-util.el (gnus-extract-address-components): Work with address in
16140 which the name portion contains @.
16141
16142 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16143
16144 * gnus.el (gnus-start): Move custom group up.
16145 (gnus-select-method): Don't autoload, but make it available for
16146 `customize-variable'.
16147 (gnus-getenv-nntpserver): Don't autoload.
16148
16149 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16150
16151 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16152
16153 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16154
16155 * message.el (message-sendmail-extra-arguments): New variable.
16156 (message-send-mail-with-sendmail): Use it.
16157
16158 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16159
16160 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16161 mm-with-unibyte-current-buffer to make string unibyte.
16162
16163 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16164 mm-string-as-multibyte.
16165
16166 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16167
16168 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16169 Reported by Werner Koch <wk@gnupg.org>.
16170
16171 2006-11-14 Daiki Ueno <ueno@p360>
16172
16173 * mml2015.el: Autoload epa-select-keys when compiling.
16174
16175 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16176
16177 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16178 message-options.
16179 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16180
16181 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16182
16183 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16184 EasyPG (< 0.0.6).
16185 (mml2015-always-trust): New user option.
16186 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16187 prompt.
16188
16189 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16190
16191 * nntp.el (nntp-authinfo-force): New variable.
16192 (nntp-send-authinfo): Use it.
16193
16194 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16195
16196 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16197 decode encoded words. Improve prompt. Add comment about forwarding.
16198 (message-replacement-char): Move up.
16199
16200 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16201
16202 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16203 instead of gnus-intersection because arguments of gnus-sorted-nunion
16204 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16205
16206 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16207
16208 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16209 (message-simplify-subject-functions):
16210 Enable message-strip-subject-encoded-words by default.
16211
16212 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16213
16214 * message.el (message-strip-subject-encoded-words): New function.
16215 (message-simplify-subject-functions): New variable.
16216 (message-simplify-subject): Use it. Fix typo in doc string.
16217 Support message-strip-subject-encoded-words.
16218
16219 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16220
16221 * gnus-diary.el (gnus-diary-delay-format-function):
16222 * nndiary.el (nndiary-reminders):
16223 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16224
16225 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16226
16227 * gnus-art.el (article-hide-boring-headers): Fetch date from
16228 gnus-original-article-buffer to avoid problems with localized date
16229 strings.
16230
16231 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16232
16233 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16234
16235 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16236
16237 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16238 New variables.
16239 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16240 (mm-charset-synonym-alist): Move some entries to
16241 mm-codepage-iso-8859-list.
16242 (mm-charset-synonym-alist, mm-charset-override-alist):
16243 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16244
16245 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16246
16247 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16248
16249 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16250
16251 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16252 with Emacs 21 and XEmacs.
16253
16254 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16255
16256 * spam.el (spam-parse-address): New function for better parsing,
16257 catching errors, etc.
16258 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16259
16260 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16261
16262 * mm-view.el: Add interactive arg to html2text autoload.
16263
16264 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16265
16266 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16267
16268 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16269
16270 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16271 New variables.
16272 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16273 (mm-charset-synonym-alist): Move some entries to
16274 mm-codepage-iso-8859-list.
16275
16276 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16277
16278 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16279
16280 * message.el (message-citation-line-format)
16281 (message-insert-formated-citation-line): Fix implementation of %E, %N
16282 and %n according to the doc string.
16283
16284 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16285
16286 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16287 Use car-safe to avoid bad parses.
16288
16289 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16290
16291 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16292 names.
16293
16294 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16295
16296 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16297
16298 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16299 header.
16300
16301 * message.el (message-draft-headers): Add Date.
16302 (message-headers-to-generate): Fix typo in docstring.
16303
16304 * nndraft.el (nndraft-required-headers): New variable.
16305 (nndraft-generate-headers): Use it.
16306
16307 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16308
16309 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16310
16311 * gnus-registry.el (gnus-registry-wash-for-keywords)
16312 (gnus-registry-find-keywords): New functions to allow easy searching of
16313 articles that are in the registry.
16314
16315 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16316
16317 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16318 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16319 Reported by Damien Elmes <damien@repose.cx>.
16320
16321 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16322
16323 * gnus.el (gnus-mime): Remove unused custom group.
16324
16325 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16326
16327 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16328 "blank line" when searching for end of armor headers.
16329
16330 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16331
16332 * gmm-utils.el (gmm-write-region): Fix variable name.
16333
16334 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16335
16336 * gmm-utils.el (gmm-write-region): New function based on compatibility
16337 code from `mm-make-temp-file'.
16338
16339 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16340
16341 * nnmaildir.el (nnmaildir--update-nov)
16342 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16343 Use `gmm-write-region'.
16344
16345 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16346
16347 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16348 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16349
16350 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16351
16352 * message.el (message-replacement-char): New variable.
16353 (message-fix-before-sending): Use it.
16354 (message-simplify-subject): New function to remove duplicate code.
16355 (message-reply, message-followup): Use it.
16356
16357 * gnus-sum.el (gnus-summary-make-menu-bar):
16358 Clarify gnus-summary-limit-to-articles.
16359
16360 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16361
16362 * gnus-util.el (gnus-with-local-quit): New macro.
16363
16364 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16365
16366 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16367
16368 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16369 ignore non-string data.
16370
16371 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16372
16373 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16374 non-string data (needs to be done in the registry too).
16375
16376 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16377
16378 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16379 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16380 (gnus-registry-split-fancy-with-parent)
16381 (gnus-registry-fetch-simplified-message-subject-fast)
16382 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16383 Remove text properties on ingress into the registry and when it's saved.
16384 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16385 registry from entries with no groups.
16386
16387 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16388
16389 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16390 function to remove string properties.
16391
16392 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16393
16394 * gmm-utils.el (gmm): Adjust custom version.
16395
16396 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16397 Adjust custom version.
16398
16399 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16400
16401 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16402
16403 * gnus-art.el (gnus-insert-prev-page-button)
16404 (gnus-insert-next-page-button): Simplify. Reformat.
16405
16406 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16407
16408 * gnus-art.el (gnus-insert-prev-page-button)
16409 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16410
16411 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16412
16413 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16414
16415 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16416
16417 * gnus-art.el (gnus-insert-mime-button)
16418 (gnus-insert-mime-security-button):
16419 Apply gnus-article-button-face to MIME and security buttons.
16420
16421 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16422
16423 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16424 readable.
16425
16426 2006-09-20 Steve Youngs <steve@sxemacs.org>
16427
16428 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16429 `browse-url-of-file' instead of `browse-url'.
16430
16431 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16432
16433 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16434 regexp. Articles containing quotation were cut prematurely.
16435
16436 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16437
16438 * message.el (message-cite-original-1): Use nobody by default for the
16439 value of From header.
16440 (message-reply): Ditto.
16441
16442 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16443
16444 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16445 to the gnus-info. This fixes a bug of inline-PGP message verification.
16446 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16447
16448 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16449
16450 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16451 mails in the doc string. Add some URLs in comment.
16452 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16453
16454 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16455
16456 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16457 backslashes handling and the way to find boundaries of quoted strings.
16458
16459 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16460
16461 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16462 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16463 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16464 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16465
16466 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16467
16468 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16469 doc string.
16470 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16471
16472 2006-09-06 Simon Josefsson <jas@extundo.com>
16473
16474 * mml2015.el (mml2015-use): Doc fix, mention epg.
16475
16476 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16477
16478 * mml2015.el (mml2015-use): Default to epg, if available.
16479
16480 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16481
16482 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16483 message-sender.
16484 (mml1991-epg-encrypt): Ditto.
16485 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16486 message-sender.
16487 (mml2015-epg-encrypt): Ditto.
16488
16489 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16490
16491 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16492 several common directories.
16493
16494 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16495
16496 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16497 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16498
16499 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16500
16501 * gnus-art.el (article-decode-encoded-words): Make it fast.
16502
16503 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16504
16505 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16506
16507 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16508 in quoted string into `\'.
16509
16510 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16511
16512 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16513 Use standard-syntax-table.
16514
16515 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16516
16517 * gnus-art.el (gnus-decode-address-function): New variable.
16518 (article-decode-encoded-words): Use it to decode headers which are
16519 assumed to contain addresses.
16520 (gnus-mime-delete-part): Remove useless `or'.
16521
16522 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16523 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16524 (gnus-nov-parse-line): Use it to decode From header.
16525 (gnus-get-newsgroup-headers): Ditto.
16526 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16527
16528 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16529 (mail-decode-encoded-address-string): New alias.
16530
16531 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16532 New function.
16533 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16534 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16535 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16536 (rfc2047-decode-string): Ditto.
16537 (rfc2047-decode-address-region): New function.
16538 (rfc2047-decode-address-string): New function.
16539
16540 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16541
16542 * message.el (message-caesar-buffer-body): Allow rotating headers.
16543
16544 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16545
16546 * message.el (message-insert-formated-citation-line): Fix %f.
16547 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16548
16549 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16550
16551 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16552 (gnus-bookmark-mouse-available-p): New macro.
16553 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16554 (gnus-bookmark-bmenu-show-infos): Use it.
16555 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16556 (gnus-bookmark-bmenu-hide-infos): Ditto.
16557 (gnus-bookmark-remove-properties): New function.
16558 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16559 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16560 (gnus-bookmark-write-file): Bind coding-system-for-write.
16561 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16562 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16563 group before selecting it.
16564 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16565 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16566 quit-window if it is not available; use gnus-mouse-2 and bind it to
16567 gnus-bookmark-bmenu-select-by-mouse.
16568 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16569 (gnus-bookmark-bmenu-select-by-mouse): New function.
16570
16571 2006-08-13 Romain Francoise <romain@orebokech.com>
16572
16573 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16574 space.
16575
16576 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16577
16578 * compface.el (uncompface): Use binary rather than raw-text-unix.
16579
16580 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16581
16582 * compface.el (uncompface): Make sure the eol conversion doesn't take
16583 place when communicating with the external programs.
16584 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16585
16586 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16587
16588 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16589
16590 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16591
16592 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16593 Make it more robust by parsing author and date independently.
16594
16595 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16596
16597 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16598
16599 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16600
16601 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16602 first matching secret key.
16603 (mml2015-epg-encrypt): Ditto.
16604
16605 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16606 first matching secret key.
16607 (mml1991-epg-encrypt): Ditto.
16608
16609 * mml2015.el (mml2015-encrypt-to-self): New user option.
16610 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16611 mml2015-epg-encrypt-to-self is set.
16612
16613 * mml1991.el (mml1991-encrypt-to-self): New variable.
16614 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16615 mml1991-epg-encrypt-to-self is set.
16616
16617 * mml2015.el (mml2015-signers): New user option.
16618 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16619 (mml2015-epg-encrypt): Allow to select signing keys.
16620
16621 * mml1991.el (mml1991-signers): New variable.
16622 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16623 (mml1991-epg-encrypt): Allow to select signing keys.
16624
16625 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16626
16627 * nnheader.el (nnheader-insert-head): Make it work even if the file
16628 uses CRLF for the line-break code.
16629
16630 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16631
16632 * mml2015.el: Require mml-sec instead of password.
16633 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16634 (mml2015-cache-passphrase): Inherit the default value from
16635 mml-secure-cache-passphrase.
16636 (mml2015-passphrase-cache-expiry): Inherit the default value from
16637 mml-secure-passphrase-cache-expiry.
16638
16639 * mml1991.el: Require mml-sec instead of password.
16640 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16641 (mml1991-cache-passphrase): Inherit the default value from
16642 mml-secure-cache-passphrase.
16643 (mml1991-passphrase-cache-expiry): Inherit the default value from
16644 mml-secure-passphrase-cache-expiry.
16645
16646 * mml-sec.el: Require password.
16647 (mml-secure-verbose): New user option.
16648 (mml-secure-cache-passphrase): New user option.
16649 (mml-secure-passphrase-cache-expiry): New user option.
16650
16651 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16652 Andreas Vögele <andreas@altroot.de> (tiny change)
16653
16654 * pgg-def.el (pgg-truncate-key-identifier):
16655 Truncate the key ID to 8 letters from the end.
16656
16657 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16658
16659 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16660 workaround for the url package included with Emacs.
16661
16662 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16663
16664 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16665
16666 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16667 correctly. This fixes a bug caused by the 2006-05-12 change.
16668
16669 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16670
16671 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16672 some information about the error when saying that the `bogus' mail
16673 group will be used.
16674
16675 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16676
16677 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16678 string.
16679
16680 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16681
16682 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16683
16684 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16685
16686 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16687
16688 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16689
16690 * mml1991.el (mml1991-function-alist): Add epg.
16691 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16692 (mml1991-epg-encrypt): New functions.
16693
16694 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16695
16696 * mml2015.el (mml2015-verbose): New variable.
16697 (mml2015-cache-passphrase): Ditto.
16698 (mml2015-passphrase-cache-expiry): Ditto.
16699 (mml2015-function-alist): Add epg.
16700 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16701 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16702 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16703 New functions.
16704
16705 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16706
16707 * message.el (message-cite-original-1): Preserve region when removing
16708 quoted text due to X-No-Archive in order to avoid bogus attribution
16709 when citing multiple messages.
16710
16711 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16712
16713 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16714 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16715
16716 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16717
16718 * gnus-diary.el (gnus-user-format-function-d)
16719 (gnus-user-format-function-D): Autoload.
16720
16721 * imap.el (Commentary): Fix typo.
16722
16723 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16724 2006-04-22 contribution.
16725
16726 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16727
16728 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16729 It didn't really fix the bogosity I'm seeing with solid web groups.
16730
16731 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16732
16733 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16734 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16735 created using server names. If we use the feature without declaring
16736 it, Gnus does not properly manage server and group state.
16737
16738 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16739 bound.
16740
16741 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16742
16743 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16744 looking up the method using GROUP's prefix before inventing a new one.
16745 It is used on killed/unknown groups in various places where returning
16746 an all-new method isn't expected by the caller.
16747
16748 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16749 and match semantics of gnus-group-real-prefix.
16750
16751 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16752
16753 * nnmail.el (nnmail-broken-references-mailers): New variable.
16754 (nnmail-ignore-broken-references): New function generalizing
16755 nnmail-fix-eudora-headers.
16756 (nnmail-fix-eudora-headers): Now obsolete.
16757
16758 * gnus-art.el (gnus-button-handle-custom):
16759 Support `customize-apropos*'.
16760
16761 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16762
16763 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16764
16765 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16766 articles.
16767
16768 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16769
16770 * message.el (message-cite-reply-above): New variable.
16771 (message-yank-original): Use it.
16772
16773 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16774
16775 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16776
16777 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16778
16779 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16780 as read.
16781
16782 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16783
16784 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16785
16786 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16787 (gnus-bookmark-default-file): Use gnus-directory.
16788 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16789 Remove "*" in doc string.
16790 (gnus-bookmark-write-file): Simplify.
16791 (gnus-bookmark-maybe-sort-alist): Use `when'.
16792 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16793 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16794 Add FIXME about Emacs 21 and XEmacs compatibility.
16795 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16796 compatibility.
16797 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16798 compatibility.
16799 (gnus-bookmark-menu-heading): Fix version.
16800
16801 2006-06-19 Bastien Guerry <bzg@altern.org>
16802
16803 * gnus-bookmark.el: New file.
16804
16805 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16806
16807 * message.el (message-syntax-checks): Doc fix.
16808
16809 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16810
16811 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16812 unsubscribed groups as if they were killed ones. It causes duplicate
16813 entries in gnus-newsrc-alist.
16814
16815 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16816
16817 * message.el (message-syntax-checks): Doc fix.
16818 (message-send-mail): Add check for continuation headers.
16819 (message-check-news-header-syntax): Fix regexp used to check for
16820 continuation headers.
16821
16822 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16823
16824 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16825
16826 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16827
16828 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16829
16830 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16831
16832 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16833 default-truncate-lines.
16834
16835 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16836
16837 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16838 to fill the utf-8 entry.
16839
16840 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16841
16842 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16843
16844 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
16845
16846 * gnus-agent.el (directory-files-and-attributes): Move all the way
16847 forward (the third and final move).
16848 (gnus-agent-read-agentview): Trap reconstruction errors due to
16849 nonexistent directory. Handle by returning nil.
16850
16851 2006-05-30 Didier Verna <didier@xemacs.org>
16852
16853 * message.el (message-dont-reply-to-names): Update the custom type.
16854 * message.el (message-dont-reply-to-names): New defsubst: potentially
16855 convert a list of regexps into a single one.
16856 * message.el (message-get-reply-headers): Use it.
16857 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16858
16859 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16860
16861 * gnus-agent.el (directory-files-and-attributes): Move forward.
16862
16863 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16864
16865 * gnus-ml.el (gnus-mailing-list-subscribe)
16866 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16867 (gnus-mailing-list-message): Fix doc strings.
16868
16869 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16870
16871 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16872 of doing it manually.
16873
16874 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16875
16876 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16877 comment.
16878
16879 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16880
16881 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16882 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16883 (gnus-agent-read-local): All symbols allocated in my-obarray.
16884 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16885 (gnus-agent-regenerate-group): Check numeric names to see if they are
16886 messages or groups.
16887 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16888 better way of do this...)
16889
16890 * gnus-cache.el (gnus-agent-total-fetched-for):
16891 Ignore 'dummy.group' (there should be a better way of do this...)
16892
16893 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16894
16895 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16896 (gnus-saved-headers): Ditto.
16897 (gnus-default-article-saver): Mention functions may have properties.
16898 (gnus-article-save): Override gnus-save-all-headers and
16899 gnus-saved-headers by :headers property which saver function may have.
16900 (gnus-summary-save-in-file): Add :headers property.
16901 (gnus-summary-write-to-file): Ditto.
16902
16903 * gnus-sum.el (gnus-summary-save-article): Bind
16904 gnus-prompt-before-saving to t when saving many articles in a file;
16905 always show all headers.
16906
16907 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16908
16909 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16910 marks.
16911
16912 * message.el (message-indent-citation): Add optional arguments to allow
16913 using it outside of message buffers.
16914
16915 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16916 (gnus-article-treat-unfold-headers): Use it.
16917 (gnus-article-truncate-lines): New variable.
16918 (gnus-article-mode): Use it.
16919 (gnus-article-toggle-truncate-lines): New function.
16920
16921 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16922 Add gnus-article-toggle-truncate-lines.
16923
16924 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16925 coding system in XEmacs, use binary.
16926
16927 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16928
16929 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16930 after-load-alist.
16931
16932 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16933 this function should save decoded articles.
16934 (gnus-summary-write-to-file): Use property to specify this function
16935 should save decoded articles and specify gnus-summary-save-in-file
16936 should be used to save articles other than the first one when saving
16937 many articles.
16938 (gnus-summary-save-body-in-file): Use property to specify this
16939 function should save decoded articles.
16940 (gnus-summary-write-body-to-file): Use property to specify this
16941 function should save decoded articles and specify
16942 gnus-summary-save-body-in-file should be used to save articles other
16943 than the first one when saving many articles.
16944
16945 * gnus-sum.el (gnus-summary-save-article): Simplify.
16946
16947 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16948
16949 * gnus-art.el (gnus-default-article-saver):
16950 Add gnus-summary-write-body-to-file.
16951 (gnus-article-save-coding-system): Don't use coding system object
16952 in XEmacs.
16953 (gnus-read-save-file-name): Add optional `dir-var' argument which
16954 specifies directory in which files are saved; work even if optional
16955 `variable' argument is not specified.
16956 (gnus-summary-write-to-file): Read file name.
16957 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16958 (gnus-summary-write-body-to-file): New function.
16959
16960 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16961 (gnus-summary-local-variables): Add it.
16962 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16963 (gnus-summary-save-article): Remove optional `decode' argument;
16964 determine whether to decode articles by the value of
16965 gnus-default-article-saver; when saving many files using
16966 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16967 it first and use gnus-summary-save-in-file or
16968 gnus-summary-save-body-in-file thereafter unless
16969 gnus-prompt-before-saving is always; move point to article which
16970 will be saved.
16971 (gnus-summary-save-article-file): Revert.
16972 (gnus-summary-write-article-file): Revert.
16973 (gnus-summary-save-article-body-file): Revert.
16974 (gnus-summary-write-article-body-file): New function.
16975
16976 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16977
16978 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16979
16980 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16981
16982 * gnus-art.el (gnus-default-article-saver): Doc fix.
16983 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16984 from gnus-summary-save-article-coding-system, and default to a
16985 certain coding system.
16986 (gnus-output-to-file): Add coding cookie and encode text according
16987 to gnus-article-save-coding-system; don't use mm-append-to-file.
16988
16989 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16990 gnus-art.el and rename to gnus-article-save-coding-system.
16991 (gnus-summary-save-article): Require gnus-art; don't show all
16992 headers if it decodes articles; don't add coding cookie here;
16993 don't bind mm-text-coding-system-for-write.
16994 (gnus-summary-save-article-file): Save decoded articles.
16995 (gnus-summary-write-article-file): When saving many files, use
16996 gnus-summary-write-to-file first and gnus-summary-save-in-file
16997 thereafter unless gnus-prompt-before-saving is always.
16998 (gnus-summary-save-article-body-file): Save decoded articles.
16999
17000 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17001
17002 * nnrss.el (nnrss-check-group): Bind hash-index.
17003
17004 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17005
17006 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17007 its hash index. Store this hash in `nnrss-group-data'.
17008 (nnrss-read-group-data): Update accordingly.
17009
17010 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17011
17012 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17013 entry.
17014
17015 * gnus-sum.el (gnus-summary-make-menu-bar):
17016 Add gnus-article-browse-html-article.
17017
17018 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17019
17020 * gnus-sum.el (gnus-summary-mime-map):
17021 Add gnus-article-browse-html-article.
17022
17023 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17024
17025 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17026 suitable coding systems in customize.
17027
17028 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17029
17030 * mail-source.el (mail-sources): Fix custom type.
17031
17032 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17033
17034 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17035 (gnus-summary-expire-articles-now): Shorten prompt.
17036
17037 * gmm-utils.el (wid-edit): Require.
17038 (defun-gmm): Rename from `gmm-defun-compat'.
17039 (gmm-image-search-load-path): Use it.
17040 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17041
17042 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17043
17044 * gnus-sum.el (gnus-summary-save-article-coding-system):
17045 New variable.
17046 (gnus-summary-save-article): Add optional `decode' argument.
17047 If it is set and gnus-summary-save-article-coding-system is non-nil,
17048 save decoded article.
17049 (gnus-summary-write-article-file): Save decoded article if
17050 gnus-summary-save-article-coding-system is non-nil.
17051
17052 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17053 type.
17054
17055 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17056
17057 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17058
17059 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17060
17061 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17062 first to test gnus-single-article-buffer which may be buffer-local.
17063
17064 * gnus-sum.el (gnus-summary-setup-buffer):
17065 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17066 group; make gnus-article-buffer, gnus-article-current, and
17067 gnus-original-article-buffer always buffer-local.
17068 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17069 group.
17070 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17071
17072 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17073
17074 * nnml.el (nnml-request-compact-group): Compressed files might not
17075 have .gz extension.
17076
17077 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17078
17079 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17080 (mm-copy-to-buffer): Use with-current-buffer.
17081 (mm-display-part): Simplify.
17082 (mm-inlinable-p): Add optional arg `type'.
17083
17084 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17085
17086 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17087 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17088 Try harder to show the attachment internally or externally using
17089 gnus-mime-view-part-as-type.
17090
17091 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17092
17093 * message.el (message-from-style, message-signature-separator)
17094 (message-user-organization-file, message-send-mail-function)
17095 (message-citation-line-function, message-yank-prefix)
17096 (message-indent-citation-function, message-signature)
17097 (message-signature-file, message-signature-insert-empty-line):
17098 Remove autoloads.
17099
17100 * gnus-art.el (gnus-buttonized-mime-types):
17101 Remove "multipart/signed". Revert 2006-04-26 change.
17102
17103 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17104
17105 * gnus.el (gnus-version-number): Bump version.
17106
17107 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17108
17109 * gnus.el: No Gnus v0.5 is released.
17110
17111 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17112
17113 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17114 fetching articles by message-id.
17115
17116 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17117
17118 * message.el (hashcash): Require hashcash as normal.
17119
17120 * ecomplete.el (ecomplete-highlight-match-line):
17121 Use point-at-eol.
17122 (ecomplete-highlight-match-line): Use `highlight', because that
17123 face exists in both Emacs and XEmacs.
17124
17125 * message.el (message-display-abbrev): Use point-at-bol.
17126
17127 * mail-source.el: Don't require timer/timer-funcs.
17128
17129 * gnus-async.el: Ditto.
17130
17131 * password.el: Ditto.
17132
17133 * mm-url.el: Ditto.
17134
17135 * mm-util.el: Require timer/timer-funcs.
17136
17137 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17138
17139 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17140 Close.
17141
17142 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17143
17144 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17145 unibyte after clear-decrypt function runs.
17146
17147 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17148 returns as a unibyte string.
17149
17150 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17151
17152 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17153 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17154 (mml1991-pgg-encrypt): Ditto.
17155
17156 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17157
17158 * message.el (message-user-organization-file): Check several
17159 locations of the organization file.
17160
17161 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17162 Add gnus-article-view-part-as-type.
17163
17164 * gnus-art.el (gnus-article-view-part-as-type): New function.
17165
17166 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17167 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17168
17169 * mml.el: Simplify autoload.
17170 (mml-mode): defvar dnd-protocol-alist instead of using
17171 symbol-value.
17172 (mml-default-directory): New variable.
17173 (mml-minibuffer-read-file): Use it.
17174 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17175
17176 * message.el (message-citation-line-format): New variable.
17177 (message-insert-formated-citation-line): New function.
17178 (message-citation-line-function):
17179 Add `message-insert-formated-citation-line' to custom type.
17180
17181 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17182 to doc string.
17183
17184 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17185 depending on mm-verify-option.
17186
17187 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17188
17189 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17190 binding pgg-* variables; reimplement the section which prevents
17191 MIME header from being signed.
17192 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17193 pgg-text-mode; remove a blank line at the top of body.
17194
17195 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17196 lines at the top of body; use gnus-newsgroup-charset if there's no
17197 Charset header.
17198
17199 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17200
17201 * message.el (message-self-insert-commands): Doc fix.
17202
17203 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17204 (mm-uu-pgp-encrypted-test): Ditto.
17205 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17206 between header and body; return application/pgp-encrypted handle
17207 if decryption failed; decode decrypted body by charset.
17208
17209 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17210 element match to application/pgp-*.
17211
17212 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17213
17214 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17215 HTML.
17216
17217 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17218
17219 * mail-source.el (mail-source-call-script): Message the error
17220 string.
17221
17222 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17223
17224 * gnus-util.el (gnus-byte-compile): Use it.
17225
17226 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17227
17228 * gnus-util.el (kill-empty-logs): New function.
17229
17230 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17231
17232 * message.el (message-mail-alias-type): Doc fix.
17233 (message-mail-alias-type-p): New function.
17234 (message-send): Use it.
17235 (message-mode): Ditto.
17236 (message-strip-forbidden-properties): Ditto.
17237
17238 * ecomplete.el (ecomplete-database-file-coding-system):
17239 New variable.
17240 (ecomplete-save): Use it.
17241 (ecomplete-setup): Use it.
17242
17243 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17244
17245 * message.el (message-self-insert-commands): New variable.
17246 (message-strip-forbidden-properties): Use it.
17247
17248 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17249
17250 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17251 that doesn't make XEmacs choke.
17252
17253 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17254
17255 * gnus-util.el (gnus-replace-in-string):
17256 Prefer replace-regexp-in-string over of replace-in-string.
17257
17258 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17259
17260 * gnus-util.el (gnus-select-frame-set-input-focus):
17261 Use select-frame-set-input-focus if it is available in XEmacs; use
17262 definition defined in Emacs 22 for old Emacsen.
17263
17264 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17265
17266 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17267
17268 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17269
17270 * gnus-registry.el (gnus-registry-cache-save): Remove text
17271 properties when saving via the temp buffer.
17272
17273 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17274
17275 * message.el (message-generate-hashcash): Honor custom type.
17276
17277 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17278
17279 * message.el (message-generate-hashcash): Default to non-nil when
17280 hashcash is found.
17281
17282 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17283 (gnus-refer-thread-limit): Increase default to 500.
17284
17285 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17286
17287 * flow-fill.el (fill-flowed): Allow delete-space.
17288
17289 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17290
17291 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17292 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17293 Remove autoloads.
17294
17295 2006-04-18 Simon Josefsson <jas@extundo.com>
17296
17297 * message.el (message-generate-hashcash): Default to.
17298
17299 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17300
17301 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17302 concatenating segments rather than before concatenating them.
17303
17304 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17305
17306 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17307
17308 * imap.el (imap-quote-specials): New function.
17309 (imap-login-auth): Quote specials.
17310
17311 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17312
17313 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17314
17315 * message.el (message-forward-make-body-plain):
17316 Allow message-forward-ignored-headers to be a list.
17317 (message-remove-ignored-headers): Factor out into function.
17318 (message-forward-make-body-mml): Use it.
17319 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17320 (rfc2231-parse-string): Allow concatanation of parameters that
17321 aren't contiguous. The test case is
17322 (mail-header-parse-content-type "message/external-body;
17323 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17324 access-type=LOCAL-FILE;
17325 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17326
17327 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17328
17329 * nntp.el (nntp-accept-process-output): Return the value of
17330 `nnheader-accept-process-output'.
17331
17332 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17333
17334 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17335 (gnus-button-alist): Recognize more diff formats.
17336 (gnus-button-patch): Strip directory.
17337
17338 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17339
17340 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17341 Emacs 22 when setting focus.
17342
17343 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17344
17345 * gnus-art.el (gnus-article-treat-types): Do treatment of
17346 text/x-verbatim parts.
17347 (gnus-button-patch): New command.
17348
17349 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17350 addresses that contain invalid characters.
17351
17352 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17353
17354 * message.el (message-put-addresses-in-ecomplete):
17355 Use gnus-replace-in-string.
17356 (message-is-yours-p): Use the more correct
17357 mail-header-parse-address instead of
17358 mail-extract-address-components.
17359 (message-put-addresses-in-ecomplete): Fix typo.
17360
17361 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17362 keystroke.
17363
17364 * gnus-art.el (gnus-treatment-function-alist): Change order of
17365 newsgroups/generic header folding to avoid double-folding.
17366
17367 * message.el (message-hidden-headers): Add X-Draft-From.
17368
17369 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17370 New command.
17371 (gnus-summary-repeat-search-article-backward): New command.
17372
17373 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17374 groups in the parent topic.
17375
17376 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17377
17378 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17379 (spam-extra-header-to-number): Return the CRM114 number as a
17380 number instead of a string.
17381
17382 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17383
17384 * gnus-art.el (gnus-face-properties-alist): Move here from
17385 gnus-fun.
17386
17387 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17388
17389 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17390
17391 * message.el (message-strip-forbidden-properties): Only display on
17392 self-insert-command.
17393
17394 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17395 reindent.
17396 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17397
17398 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17399
17400 * smiley.el (smiley-style): Fix typo.
17401
17402 2006-03-23 Kenichi Handa <handa@m17n.org>
17403
17404 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17405 instead of set-buffer-multibyte.
17406
17407 2006-03-23 Kenichi Handa <handa@m17n.org>
17408
17409 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17410 buffer and then decode the buffer text if necessary.
17411 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17412 first, and after mm-encode-body, change the buffer to unibyte.
17413
17414 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17415
17416 * hashcash.el (hashcash-insert-payment-async-2):
17417 Use message-goto-eoh instead of doing it manually.
17418 (mail-add-payment): Use message-narrow-to-header instead of trying
17419 to do the same itself.
17420
17421 * message.el (message-hidden-headers): Add Face.
17422
17423 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17424 reparenting code.
17425 (gnus-summary-reparent-children): Refactored out code.
17426 (gnus-summary-thread-map): New keystroke.
17427 (gnus-summary-reparent-children): Make into command.
17428
17429 * smiley.el (smiley-style): Default to `medium' if using a large
17430 font.
17431
17432 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17433 does it itself.
17434
17435 * message.el (message-point-in-header-p): Simplify definition.
17436
17437 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17438
17439 * nnagent.el (nnagent-request-set-mark): Silence log file
17440 writing.
17441 (nnagent-request-set-mark): Use write-region instead of
17442 append-to-file.
17443
17444 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17445 strange select method.
17446
17447 * ecomplete.el (ecomplete-display-matches): Get highlightling
17448 right.
17449 (ecomplete-display-matches): Use literals.
17450 (ecomplete-display-matches): Disable message logging.
17451
17452 * message.el (message-display-abbrev): Small optimization.
17453
17454 * ecomplete.el (ecomplete-display-matches): Allow automatic
17455 display.
17456
17457 * message.el (message-strip-forbidden-properties):
17458 Display abbrevs.
17459 (message-display-abbrev): Get automatic display right.
17460
17461 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17462 keystrokes.
17463
17464 2006-04-13 Romain Francoise <romain@orebokech.com>
17465
17466 TODO: Backport to v5-10!
17467
17468 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17469 Move here (and rename) from gnus-registry.el.
17470
17471 * gnus-registry.el: Require gnus-util.
17472 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17473
17474 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17475
17476 * gnus-group.el (gnus-group-catchup-current):
17477 Change if-then-else-if-then-else into cond.
17478 (gnus-group-catchup): Indent.
17479 (group-name-at-point): New function.
17480 (gnus-fetch-group): Provide default from thing at point.
17481
17482 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17483
17484 * message.el (message-display-abbrev): Fix regexp.
17485
17486 * ecomplete.el (ecomplete-highlight-match-line):
17487 Reimplement choosing.
17488 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17489 dead variables.
17490
17491 * message.el (message-newline-and-indent): Remove debugging.
17492 (message-display-abbrev): Use new implementation.
17493
17494 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17495
17496 * gnus-art.el (gnus-article-mode):
17497 Set cursor-in-non-selected-windows to nil.
17498
17499 * smiley.el: Revert previous change.
17500 (smiley-data-directory): defvar it before using it in the
17501 defcustom of `smiley-style'.
17502
17503 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17504
17505 * message.el (message-newline-and-indent): New function.
17506
17507 * ecomplete.el: Implement more bits.
17508
17509 * message.el (message-put-addresses-in-ecomplete): Clean up the
17510 string.
17511
17512 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17513
17514 * gnus-sum.el (gnus-summary-save-parts):
17515 Bind gnus-summary-save-parts-counter and use it to make unique file
17516 names.
17517
17518 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17519
17520 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17521 parameter to say whether to actually parse the individual
17522 addresses.
17523
17524 * message.el (message-put-addresses-in-ecomplete): New function.
17525 (ecomplete): Require.
17526 (message-mail-alias-type): Add ecomplete as an option.
17527
17528 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17529
17530 * flow-fill.el (fill-flowed): Remove trailing space from blank
17531 quoted lines.
17532
17533 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17534
17535 * smiley.el (smiley-style): Move definition later to avoid a
17536 compilation warning.
17537
17538 2006-04-12 Kenichi Handa <handa@m17n.org>
17539
17540 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17541 buffer and then decode the buffer text if necessary.
17542 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17543 first, and after mm-encode-body, change the buffer to unibyte.
17544 Use mm-disable-multibyte instead of set-buffer-multibyte.
17545
17546 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17547
17548 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17549 Content-Type header instead of Content-Disposition header.
17550 (gnus-mime-inline-part): Ditto.
17551 (gnus-mime-view-part-as-charset): Ignore charset that the part
17552 specifies.
17553
17554 * mm-decode.el (mm-display-part): Work with external parts and
17555 usual parts similarly.
17556
17557 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17558 instead of gnus-display-mime.
17559
17560 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17561 instead of with-temp-buffer.
17562
17563 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17564 tag to summarized topics part in order to encode non-ASCII text.
17565
17566 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17567
17568 * smiley.el (smiley-style): New variable.
17569 (smiley-directory): New function.
17570 (smiley-data-directory): Derive from `smiley-style' using
17571 `smiley-directory'.
17572 (smiley-regexp-alist): Add new entries.
17573
17574 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17575 (gnus-article-browse-delete-temp): Add :version.
17576
17577 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17578
17579 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17580 the sieve region.
17581
17582 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17583
17584 * gnus.el (gnus-version-number): Bump version.
17585
17586 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17587
17588 * gnus.el: No Gnus v0.4 is released.
17589
17590 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17591
17592 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17593 layout.
17594
17595 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17596 unknown charset.
17597
17598 * message.el (message-header-synonyms): Add Original-To to the
17599 default.
17600
17601 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17602 optional parameter.
17603
17604 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17605
17606 * gnus-fun.el (gnus): Require it for gnus-directory.
17607
17608 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17609
17610 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17611
17612 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17613
17614 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17615
17616 2006-04-05 Simon Josefsson <jas@extundo.com>
17617
17618 * password.el (password-reset): New function.
17619
17620 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17621
17622 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17623 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17624
17625 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17626
17627 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17628 Some whitespace was matched into the url, which broke browsing hits
17629 > 100 when mm-url-use-external was nil.
17630
17631 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17632
17633 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17634 Check gnus-extra-headers for 'Newsgroups.
17635
17636 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17637 bound.
17638
17639 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17640
17641 * pgg-gpg.el: Clean up process buffers every time gpg processes
17642 complete.
17643
17644 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17645
17646 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17647 doc string.
17648
17649 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17650
17651 * pgg-gpg.el (pgg-gpg-process-filter)
17652 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17653
17654 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17655 lines, temporary fix.
17656
17657 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17658
17659 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17660
17661 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17662
17663 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17664 default-enable-multibyte-characters. This reverts the change from
17665 revision 6.17 which is no longer necessary because the passphrase
17666 is sent separately now. GnuPG messages are unreadable under
17667 multibyte locales with default-enable-multibyte-characters set to
17668 nil.
17669
17670 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17671
17672 * message.el (message-tool-bar-gnome): Move "spell".
17673
17674 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17675
17676 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17677 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17678 instead.
17679
17680 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17681
17682 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17683 Improve newsgroups handling for NNTP overviews which don't include
17684 Newsgroups.
17685
17686 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17687
17688 * message.el (message-resend): Bind message-generate-hashcash to nil.
17689
17690 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17691
17692 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17693 when searching for already-paid recipients.
17694
17695 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17696
17697 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17698 passphrases when it is not needed.
17699 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17700 passphrase stuff from gpg, should only be necessary when you use
17701 gpg with a smartcard.
17702
17703 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17704
17705 * mml.el (mml-insert-mime): Ignore cached contents of
17706 message/external-body part.
17707
17708 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17709 (mm-insert-part): Ditto.
17710
17711 2006-03-23 Simon Josefsson <jas@extundo.com>
17712
17713 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17714 Reiner.
17715 (pgg-gpg-use-agent-p): Use it again.
17716
17717 2006-03-23 Simon Josefsson <jas@extundo.com>
17718
17719 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17720 older emacsen.
17721 (pgg-gpg-use-agent-p): Don't use it.
17722
17723 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17724
17725 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17726 if we can.
17727
17728 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17729
17730 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17731 (pgg-gpg-update-agent): New function.
17732 (pgg-gpg-use-agent-p): New function.
17733 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17734 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17735 (pgg-gpg-sign-region): Use it.
17736
17737 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17738
17739 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17740 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17741
17742 2006-03-21 Simon Josefsson <jas@extundo.com>
17743
17744 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17745 <wilde@sha-bang.de>.
17746 (pgg-gpg-use-agent): New variable.
17747 (pgg-gpg-process-region): Use it.
17748 (pgg-gpg-encrypt-region): Likewise.
17749 (pgg-gpg-encrypt-symmetric-region): Likewise.
17750 (pgg-gpg-decrypt-region): Likewise.
17751 (pgg-gpg-sign-region): Likewise.
17752 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17753
17754 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17755
17756 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17757
17758 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17759 Add comment on version.
17760
17761 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17762
17763 * smiley.el: Add missing test smiley.
17764
17765 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17766
17767 * mm-decode.el (mm-with-part): New macro.
17768 (mm-get-part): Use it; work with message/external-body as well.
17769 (mm-save-part): Treat name and filename equally.
17770
17771 * mm-extern.el (mm-extern-cache-contents): New function.
17772 (mm-inline-external-body): Use it; force the part to be displayed;
17773 move undisplayer added to the cached handle to the parent.
17774
17775 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17776 (gnus-mime-view-part-as-type): Work with message/external-body.
17777
17778 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17779
17780 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17781
17782 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17783 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17784 Emacs.]
17785
17786 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17787
17788 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17789 path rather than symbol. Always return list of directories.
17790 Guarantee that image directory comes first. [Sync with image.el,
17791 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17792
17793 * message.el (message-make-tool-bar): Adjust to new API of
17794 `gmm-image-load-path-for-library'.
17795
17796 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17797
17798 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17799
17800 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17801
17802 * gnus-art.el (gnus-article-only-boring-p):
17803 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17804 intangible text.
17805 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17806
17807 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17808
17809 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17810 Use `defun' instead of `gmm-defun-compat'.
17811
17812 2006-03-14 Simon Josefsson <jas@extundo.com>
17813
17814 * message.el (message-unique-id): Don't use message-number-base36
17815 if (user-uid) is a float.
17816 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17817
17818 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17819
17820 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17821
17822 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17823 empty line between a part and a message part.
17824
17825 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17826
17827 * smiley.el: Add more test smileys.
17828 (smiley-data-directory, smiley-regexp-alist)
17829 (gnus-smiley-file-types): Fix doc strings.
17830 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17831 adding new elements.
17832 (smiley-mouse-map): Unused code. Make it a comment.
17833
17834 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17835
17836 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17837 scan latest NoCeM messages instead of old ones.
17838 (gnus-nocem-check-article): Fix regexps so as to match to PGP
17839 delimiters that are recently used.
17840 (gnus-nocem-load-cache): Add autoload cookie.
17841
17842 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17843
17844 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17845 level which is larger than gnus-use-nocem is specified.
17846
17847 * gnus-group.el (gnus-group-get-new-news): Ditto.
17848
17849 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
17850
17851 * gnus-util.el (gnus-tool-bar-update): New function.
17852
17853 * gnus-group.el (gnus-group-update-tool-bar): New variable.
17854 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17855
17856 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17857
17858 * gnus-group.el (gnus-group-redraw-when-idle)
17859 (gnus-group-redraw-check): Remove.
17860 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17861
17862 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17863
17864 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17865 if optional last element is specified in splits (FIELD VALUE...).
17866
17867 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17868
17869 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17870 to gmm-image-load-path-for-library. Call with no-error argument.
17871 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17872
17873 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17874
17875 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17876
17877 * gmm-utils.el (gmm-image-load-path): Remove alias.
17878
17879 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17880
17881 * gmm-utils.el (gmm-image-load-path): Add alias.
17882
17883 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17884 nnml-generate-nov-databases-1.
17885 (nnml-generate-nov-databases): Use it.
17886 (nnml-generate-nov-databases-directory): Document no-active
17887 argument.
17888
17889 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17890 directory if path is t. Add no-error.
17891
17892 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17893 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17894
17895 * gnus-art.el (gnus-article-browse-delete-temp-files):
17896 Simplify resetting gnus-article-browse-html-temp-list.
17897
17898 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17899 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17900 Add example to docstring. Rename local variables. Move error
17901 checks to default case in cond and simplify.
17902
17903 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17904
17905 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17906 handle is multipart when calling it recursively.
17907 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17908
17909 2006-03-03 Daniel Pittman <daniel@rimspace.net>
17910
17911 * nnimap.el (nnimap-request-update-info-internal): Optimize.
17912 Don't `gnus-uncompress-range' to avoid excessive memory usage.
17913
17914 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17915
17916 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17917 is loaded.
17918
17919 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17920 loaded.
17921
17922 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17923
17924 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17925 to "Emacs 23 (unicode)" in doc string.
17926
17927 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17928 "Emacs 23 (unicode)" in comment.
17929
17930 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17931
17932 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17933
17934 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17935 characters 160 through 255 in Emacs 23.
17936
17937 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17938
17939 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17940 gnus-article-browse-html-temp.
17941 (gnus-article-browse-delete-temp): Make it customizable.
17942 Add `file'. Adjust doc string.
17943 (gnus-article-browse-delete-temp-files): Add argument.
17944 Allow query for each file. Adjust doc string.
17945 (gnus-article-browse-html-parts):
17946 Add `gnus-article-browse-delete-temp-files' to
17947 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17948
17949 2006-03-02 Hynek Schlawack <hynek@ularx.de>
17950
17951 * gnus-art.el (gnus-article-browse-html-temp)
17952 (gnus-article-browse-delete-temp): New variables.
17953 (gnus-article-browse-delete-temp-files): New function.
17954 (gnus-article-browse-html-parts): Use it.
17955
17956 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17957
17958 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17959
17960 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17961 string.
17962
17963 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17964 gnus-summary-insert-new-articles when unplugged.
17965 Remove gnus-summary-search-article-forward.
17966
17967 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17968 display-visual-class instead of display-color-cells.
17969
17970 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
17971
17972 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17973 message/* containing non-ASCII text properly.
17974
17975 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
17976
17977 * message.el: Require gmm-utils, remove autoloads.
17978 (message-tool-bar): Set default based on
17979 gmm-tool-bar-style.
17980 (message-tool-bar-gnome): Add gmm-customize-mode.
17981
17982 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17983 gmm-tool-bar-style.
17984 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17985
17986 * gnus-group.el (gnus-group-tool-bar): Set default based on
17987 gmm-tool-bar-style.
17988 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17989
17990 * gmm-utils.el (gmm-image-directory): Rename variable from
17991 gmm-image-load-path.
17992 (gmm-image-load-path): Use gmm-image-directory.
17993 (gmm-customize-mode): New function.
17994 (gmm-tool-bar-style): New variable.
17995
17996 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17997 gnus-group-redraw-line-number.
17998 (gnus-group-redraw-check): Simplify.
17999 (gnus-group-tool-bar-update): Remove redraw check.
18000 (gnus-group-make-tool-bar): Add redraw check.
18001
18002 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18003
18004 * gnus-art.el (gnus-button): Add missing parentheses.
18005
18006 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18007
18008 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18009
18010 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18011
18012 * gnus-art.el (gnus-button): New face.
18013 (gnus-article-button-face): Use it.
18014
18015 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18016 Add gnus-summary-next-page. Re-order.
18017
18018 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18019 next-node are now included.
18020 (gnus-group-redraw-line-number): New internal variable.
18021 (gnus-group-redraw-check): Helper function for updating the tool
18022 bar.
18023 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18024
18025 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18026
18027 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18028 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18029 Use it to match format of Spamassassin 3.0 and later.
18030 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18031 (spam-check-bogofilter)
18032 (spam-bogofilter-register-with-bogofilter): Fix args of
18033 `gnus-error' calls.
18034
18035 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18036
18037 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18038 unnecessary interaction when sending queued mails.
18039 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18040
18041 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18042
18043 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18044 first or last are nil.
18045
18046 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18047
18048 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18049
18050 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18051
18052 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18053
18054 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18055
18056 * dns.el (query-dns): Protect more against buggy tcp output.
18057
18058 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18059
18060 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18061 nov.php.
18062
18063 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18064
18065 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18066 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18067 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18068 output on the server side.
18069 (nnweb-google-create-mapping): Update regexps and add some
18070 progress indication.
18071
18072 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18073
18074 * gnus-group.el (gnus-group-tool-bar-gnome):
18075 Fix gnus-agent-toggle-plugged. Re-order icons.
18076 (gnus-group-tool-bar-gnome):
18077 Add gnus-group-{prev,next}-unread-group.
18078 (gnus-group-tool-bar-gnome): Re-order icons.
18079
18080 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18081 Move gnus-summary-insert-new-articles.
18082
18083 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18084 Fix comments.
18085
18086 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18087 also available in Emacs 21.3.
18088
18089 * message.el (message-fix-before-sending): Change "Emacs 22" to
18090 "Emacs 23 (unicode)" in comment.
18091
18092 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18093 "Emacs 23 (unicode)" in comment.
18094
18095 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18096 comment.
18097 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18098
18099 * mm-view.el (mm-fill-flowed): Add :version.
18100
18101 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18102
18103 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18104 and load-path.
18105
18106 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18107
18108 * message.el: Autoload gmm-image-load-path.
18109 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18110 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18111 consitency.
18112
18113 * gmm-utils.el (gmm-image-load-path): Also search in
18114 "../etc/images". Don't set gmm-image-load-path if we don't find
18115 the image.
18116
18117 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18118
18119 * gmm-utils.el (gmm-image-load-path): Don't make
18120 `gmm-image-load-path' include subdirectories which the second arg
18121 `image' might specify.
18122
18123 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18124 subdirectory to icon file names.
18125
18126 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18127
18128 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18129
18130 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18131 gmm-image-load-path calls.
18132
18133 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18134
18135 * message.el (message-make-tool-bar): Ditto.
18136
18137 * mml.el (mml-preview): Add comment concerning tool bar icons.
18138
18139 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18140 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18141
18142 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18143 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18144
18145 * message.el (message-tool-bar-gnome): Use new icon names.
18146 (message-make-tool-bar): Use `gmm-image-load-path'.
18147
18148 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18149 New functions from MH-E.
18150 (gmm-image-load-path): New variable from MH-E.
18151 (gmm-image-load-path): New function from MH-E. Add arguments
18152 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18153 *-image-load-path-called-flag.
18154
18155 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18156
18157 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18158
18159 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18160
18161 * nnimap.el (nnimap-request-move-article): Change folder back to
18162 source group before deleting.
18163
18164 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18165
18166 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18167
18168 * gnus-art.el (mm-url-insert-file-contents-external):
18169 Autoload mm-url.
18170
18171 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18172
18173 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18174
18175 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18176 coding system which mm-charset-to-coding-system returns for a
18177 given charset is valid.
18178
18179 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18180
18181 * html2text.el (html2text-remove-tag-list):
18182 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18183
18184 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18185
18186 * gnus-cus.el: Revert 2005-10-17 change.
18187
18188 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18189
18190 * gnus-art.el (article-strip-banner):
18191 Call article-really-strip-banner only when the regexp match is made.
18192
18193 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18194
18195 * gnus-art.el (article-strip-banner):
18196 Use gnus-extract-address-components instead of
18197 mail-header-parse-addresses to make it work with non-ASCII text;
18198 remove mail-encode-encoded-word-string.
18199
18200 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18201 values which are surrounded with \"...\"; make it never cause a
18202 Lisp error; give up parsing of parameters if it failed in
18203 extracting type.
18204
18205 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18206
18207 * smime.el (smime-cert-by-ldap-1): Fix bug where
18208 `smime-ldap-search' returns results without userCertificates.
18209
18210 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18211
18212 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18213
18214 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18215
18216 * spam.el (spam-check-spamassassin-headers): Adapt format for
18217 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18218 <ari@mbf.ocn.ne.jp>.
18219 (spam-list-of-processors): Add spam-use-gmane.
18220
18221 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18222
18223 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18224 make-temp-file; make it work with XEmacs as well.
18225
18226 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18227 mm-make-temp-file.
18228
18229 * mm-decode.el (mm-display-external): Use the 3rd arg of
18230 mm-make-temp-file.
18231 (mm-create-image-xemacs): Ditto.
18232
18233 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18234
18235 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18236 with message-narrow-to-headers.
18237 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18238 (gnus-draft-check-draft-articles): New function.
18239 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18240
18241 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18242
18243 * gnus-art.el (gnus-article-browse-html-parts):
18244 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18245 Don't use suffix argument for mm-make-temp-file for Emacs 21
18246 compatibility. Remove useless `format'.
18247
18248 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18249
18250 * nnweb.el (nnweb-google-wash-article): Update regexps.
18251 (nnweb-group-alist): Use defvoo instead of defvar.
18252
18253 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18254
18255 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18256 re-loading nn* modules.
18257
18258 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18259
18260 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18261 for `tool-bar-mode' and don't check it's default-value.
18262
18263 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18264
18265 * message.el (message-make-tool-bar): Ditto.
18266
18267 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18268 `substring'. Shorten tmp-file name.
18269
18270 * gnus.el: Remove bogus comment.
18271
18272 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18273
18274 * gnus-art.el (gnus-article-browse-html-parts): New function.
18275 (gnus-article-browse-html-article): New function for viewing html
18276 articles with a browser.
18277
18278 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18279
18280 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18281 (mml2015-pgg-encrypt): Ditto.
18282
18283 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18284 (mml1991-pgg-encrypt): Ditto.
18285
18286 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18287
18288 * nnfolder.el (nnfolder-insert-newsgroup-line):
18289 Use message-make-date instead of current-time-string.
18290
18291 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18292 to gnus-decoded which mm-uu might set.
18293
18294 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18295
18296 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18297 don't decode quoted parameters; remove misimported Emacs code.
18298 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18299 (rfc2231-decode-encoded-string): Don't use split-string which
18300 behaves differently according to Emacs version; use
18301 mm-decode-coding-region to convert charset to coding-system.
18302 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18303 (rfc2231-encode-string): Remove misimported Emacs code.
18304
18305 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18306
18307 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18308 when calling mail-header-parse-content-type.
18309 (article-de-quoted-unreadable): Ditto.
18310 (article-de-base64-unreadable): Ditto.
18311 (article-wash-html): Ditto.
18312
18313 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18314 calling mail-header-parse-content-type and
18315 mail-header-parse-content-disposition.
18316 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18317 mail-header-parse-content-type.
18318
18319 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18320 insert charset and format parameters; encode description after
18321 inserting it to buffer.
18322 (mml-insert-parameter): Fold lines properly even if a parameter is
18323 segmented into two or more lines; change the max column to 76.
18324
18325 * rfc1843.el (rfc1843-decode-article-body): Don't use
18326 ignore-errors when calling mail-header-parse-content-type.
18327
18328 * rfc2231.el (rfc2231-parse-string): Return at least type if
18329 possible; don't cause an error even if it fails in parsing of
18330 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18331 (rfc2231-encode-string): Don't break lines at the beginning, leave
18332 it to mml-insert-parameter.
18333
18334 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18335 calling mail-header-parse-content-type.
18336
18337 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18338
18339 * spam-report.el (spam-report-gmane-use-article-number):
18340 Improve doc string.
18341 (spam-report-gmane-internal): Check if a suitable header was found
18342 in the article.
18343
18344 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18345
18346 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18347 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18348
18349 2006-02-05 Romain Francoise <romain@orebokech.com>
18350
18351 Update copyright notices of all files in the gnus directory.
18352
18353 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18354
18355 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18356
18357 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18358
18359 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18360 segmented lines of parameter value to cope with Thunderbird 1.5
18361 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18362 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18363 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18364
18365 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18366
18367 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18368 parts.
18369
18370 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18371
18372 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18373 there's only one active file for all servers.
18374 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18375 solid groups. Gnus might have used a FAST request to select the group.
18376 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18377 and nnweb-search redundantly in the active file.
18378 (nnweb-request-list): Don't list bogus groups. There can only be one.
18379 (nnweb-request-create-group): Don't use ARGS.
18380 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18381 initializations. Let nnoo do the work.
18382
18383 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18384
18385 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18386 Say the part has been decoded.
18387
18388 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18389
18390 2006-01-31 Kevin Ryde <user42@zip.com.au>
18391
18392 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18393 mailcap-viewer-test-cache when there's no 'test clause, since that
18394 will invert the meaning of a "nil" test previously determined by
18395 mailcap-mailcap-entry-passes-test.
18396
18397 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18398
18399 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18400 compiling.
18401
18402 * gnus-sum.el: Ditto.
18403
18404 * message.el: Don't bind tool-bar-map when compiling.
18405
18406 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18407
18408 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18409
18410 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18411
18412 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18413 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18414 current Google Groups.
18415
18416 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18417
18418 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18419 and tool-bar-mode.
18420
18421 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18422 and tool-bar-mode.
18423
18424 * message.el (message-tool-bar-update): Simplify.
18425 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18426
18427 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18428 gnus-summary-buffer.
18429 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18430 gnus-summary-reply.
18431
18432 * gmm-utils.el (gmm): Add :version.
18433
18434 2006-01-26 Steve Youngs <steve@sxemacs.org>
18435
18436 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18437 Don't autoload.
18438
18439 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18440
18441 * gmm-utils.el (gmm-verbose): Add :group.
18442
18443 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18444
18445 * message.el: Change some comments WRT tool-bars.
18446
18447 * gnus-sum.el (gnus-summary-tool-bar)
18448 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18449 (gnus-summary-tool-bar-zap-list): New variables.
18450 (gnus-summary-make-tool-bar): Complete rewrite using
18451 `gmm-tool-bar-from-list'.
18452
18453 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18454 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18455 New variables.
18456 (gnus-group-make-tool-bar): Complete rewrite using
18457 `gmm-tool-bar-from-list'.
18458 (gnus-group-tool-bar-update): New function.
18459
18460 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18461
18462 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18463
18464 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18465 is dissected into a single part of which the type is the same as
18466 the given one; decode charset.
18467
18468 2006-01-21 Kevin Ryde <user42@zip.com.au>
18469
18470 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18471 into alists as symbol not string, since that's what
18472 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18473 look for.
18474
18475 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18476
18477 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18478 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18479
18480 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18481
18482 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18483
18484 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18485 (gnus-mime-security-button-menu): New definition.
18486 (gnus-mime-security-button-map): Use them.
18487 (gnus-mime-security-button-menu): New function.
18488 (gnus-insert-mime-security-button): Addition to help echo.
18489 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18490 (gnus-mime-security-pipe-part): New functions.
18491
18492 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18493 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18494
18495 * mm-decode.el (mm-handle-set-disposition): Remove.
18496 (mm-handle-set-description): Remove.
18497
18498 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18499
18500 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18501 (mm-w3m-standalone-supports-m17n-p): New function.
18502 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18503 w3m usage.
18504
18505 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18506 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18507
18508 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18509
18510 * message.el (message-tool-bar-zap-list):
18511 Use gmm-tool-bar-zap-list as custom type.
18512 (message-tool-bar-update): New function.
18513 (message-tool-bar, message-tool-bar-gnome)
18514 (message-tool-bar-retro): Add message-tool-bar-update.
18515 (message-tool-bar-gnome): Add flyspell-buffer.
18516
18517 * gnus-util.el (gnus-error): Describe `args'.
18518
18519 * gmm-utils.el (gmm-error): Describe `args'.
18520 (gmm-tool-bar-zap-list): New widget.
18521 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18522
18523 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18524
18525 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18526 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18527 the number of recursive calls.
18528
18529 * mm-decode.el (mm-handle-set-disposition): New macro.
18530 (mm-handle-set-description): New macro.
18531
18532 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18533
18534 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18535 encoding.
18536
18537 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18538
18539 * message.el (message-tool-bar-zap-list, message-tool-bar)
18540 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18541 (message-tool-bar-local-item-from-menu): Remove.
18542 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18543 (message-make-tool-bar): New function.
18544 (message-mode): Use `message-make-tool-bar'.
18545
18546 * gmm-utils.el: New file.
18547 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18548 (gmm-lazy): New widget copied from `nnmail.el'.
18549 (gmm-tool-bar-from-list): New function for creating customizable
18550 tool bars.
18551 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18552 output.
18553 (gmm): Add :prefix to defgroup.
18554
18555 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18556
18557 * gmm-utils.el (gmm-widget-p): New function.
18558
18559 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18560
18561 * mml.el (mml-attach-file): Describe `description' in doc string.
18562 (mml-menu): Add Emacs MIME manual and PGG manual.
18563
18564 2006-01-20 Richard M. Stallman <rms@gnu.org>
18565
18566 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18567
18568 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18569
18570 * nntp.el (nntp-end-of-line): Doc fix.
18571
18572 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18573
18574 * imap.el (imap-open): Handle case where buffer is a buffer
18575 object.
18576
18577 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18578
18579 * gnus-delay.el (gnus-delay): Don't autoload.
18580 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18581 to be re-loaded when customizing the `gnus-delay' group.
18582
18583 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18584
18585 * message.el (message-insert-citation-line): Use newlines.
18586
18587 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18588
18589 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18590
18591 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18592
18593 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18594
18595 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18596
18597 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18598
18599 * mm-decode.el (mm-inlined-types): Add application/pgp.
18600 (mm-automatic-display): Ditto.
18601
18602 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18603 part as text.
18604
18605 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18606
18607 * nnrss.el: Update copyright.
18608 (nnrss-opml-import): Query whether to subscribe to each entry.
18609
18610 * gnus-art.el:
18611 * gnus-sum.el:
18612 * mm-uu.el:
18613 * mm-view.el: Update copyright.
18614
18615 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18616
18617 * message.el (message-info): New function.
18618 (message-mode-menu): Add it.
18619 Update copyright.
18620
18621 * ChangeLog: Fix and update copyright.
18622
18623 2006-01-13 Romain Francoise <romain@orebokech.com>
18624
18625 * message.el (message-forward-subject-name-subject): Prefer the
18626 address to 'nowhere' if the sender has no name.
18627 Fix typo. Update copyright year.
18628
18629 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18630
18631 * gnus-art.el (article-wash-html):
18632 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18633 (gnus-article-wash-html-with-w3m-standalone): New function.
18634
18635 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18636 mm-inline-text-html-render-with-w3m-standalone.
18637 (mm-text-html-washer-alist): Map w3m-standalone to
18638 gnus-article-wash-html-with-w3m-standalone.
18639 (mm-inline-text-html-render-with-w3m-standalone): New function.
18640
18641 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18642
18643 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18644 Improve LaTeX.
18645
18646 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18647
18648 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18649 (nnrss-request-article): Render text/plain parts as HTML.
18650
18651 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18652 the buffer.
18653
18654 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18655
18656 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18657 custom definition of `gnus-posting-styles'.
18658
18659 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18660 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18661
18662 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18663
18664 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18665 Use nntp for bug archive.
18666
18667 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18668
18669 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18670 parts.
18671 (nnrss-normalize-date): New function converts ISO 8601 date into
18672 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18673 (nnrss-check-group): Use it.
18674
18675 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18676
18677 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18678
18679 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18680 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18681 (nnrss-insert-w3): Ditto.
18682
18683 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18684
18685 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18686 the articles to be forwarded including the case where neither a
18687 number of articles nor a region is specified.
18688
18689 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18690
18691 * nnrss.el (nnrss-request-article): Fix last change; fill
18692 text/plain parts.
18693
18694 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18695
18696 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18697 in text/plain part.
18698 (nnrss-check-group): Don't add excessive newline to dc:subject.
18699
18700 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18701
18702 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18703 article.
18704
18705 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18706
18707 * nnml.el: Don't require gnus-bcklg. Autoload it.
18708 (nnml-use-compressed-files, nnml-save-mail): Support other
18709 comression programs such as bzip2.
18710
18711 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18712
18713 * dns.el (query-dns): Make sure we check the buffer size before
18714 removing tcp headers.
18715
18716 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18717
18718 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18719 remove MIME buttons associated with multipart/alternative parts.
18720 (gnus-mime-display-alternative): Tag buttons using `article-type'
18721 text property.
18722
18723 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18724 associated with multipart/alternative parts.
18725
18726 * gnus-art.el (gnus-signature-separator): Fix custom type.
18727
18728 * mm-decode.el (mm-inlined-types): Fix custom type.
18729 (mm-keep-viewer-alive-types): Ditto.
18730 (mm-automatic-display): Ditto.
18731 (mm-attachment-override-types): Ditto.
18732 (mm-inline-override-types): Ditto.
18733 (mm-automatic-external-display): Ditto.
18734
18735 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18736
18737 * spam-report.el (spam-report-user-mail-address)
18738 (spam-report-user-agent): New variables.
18739 (spam-report-url-ping-plain): Use spam-report-user-agent.
18740
18741 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18742
18743 * gnus-art.el (gnus-button-handle-custom): Do not just use
18744 `customize-apropos' for any "M-x customize-*" button but the
18745 function called for. Accept both the function name and its
18746 argument in order to achieve this.
18747 (gnus-button-alist): Remove support for "custom:" URL's.
18748 Pass function name to `gnus-button-handle-custom' in case of "M-x
18749 customize-*" buttons.
18750
18751 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18752
18753 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18754 multipart/alternative and add xref to mm-discouraged-alternatives
18755 in doc string.
18756
18757 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18758 gnus-buttonized-mime-types in doc string.
18759
18760 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18761
18762 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18763 Suggest image/.* in the doc string.
18764
18765 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18766
18767 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18768 message-marks (Debian bug#342521).
18769
18770 2005-12-12 Simon Josefsson <jas@extundo.com>
18771
18772 * password.el (password-read-from-cache): Add.
18773 (password-read): Use it.
18774
18775 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18776
18777 * rfc2047.el (rfc2047-charset-to-coding-system):
18778 Recognize us-ascii as a MIME charset.
18779
18780 * mm-bodies.el (mm-decode-content-transfer-encoding):
18781 Protect against the case where the 2nd arg TYPE is nil.
18782
18783 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18784
18785 * pop3.el (pop3-stream-type): Fix custom version.
18786
18787 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18788
18789 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18790
18791 * mm-decode.el (mm-display-external): Add missing cdr.
18792
18793 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18794
18795 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18796 RFC1524) if it is in mailcap or add a suffix according to
18797 mailcap-mime-extensions when generating a temp filename; postpone
18798 deleting a temp file for 2 seconds for some wrappers, shell
18799 scripts, and so on, which might exit right after having started a
18800 viewer command as a background job.
18801
18802 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18803
18804 * nntp.el (nntp-marks-directory): Fix custom group.
18805
18806 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18807 steps when < 10.
18808
18809 * gnus-start.el (gnus-no-server-1):
18810 Mention `gnus-level-default-subscribed' in doc string.
18811
18812 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18813
18814 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18815 parens.
18816
18817 2005-11-26 Dave Love <fx@gnu.org>
18818
18819 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18820 (tls-program, tls-success): Provide openssl alternative.
18821
18822 * starttls.el: Doc fixes.
18823 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18824 SERVICE to PORT.
18825
18826 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18827 port null or service name.
18828 (starttls-negotiate): Autoload.
18829
18830 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18831
18832 * message.el (message-kill-to-signature): Fix interactive spec.
18833
18834 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18835
18836 * pop3.el (pop3-open-server): Recognize a string as a service name.
18837
18838 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
18839
18840 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18841
18842 2005-11-23 Dave Love <fx@gnu.org>
18843
18844 Add pop3s, pop3/starttls.
18845
18846 * pop3.el (pop3-authentication-scheme): Clarify doc.
18847 (open-tls-stream, starttls-open-stream): Autoload.
18848 (pop3-stream-type): New.
18849 (pop3-open-server): Use it.
18850
18851 * mail-source.el (mail-sources): Fix some :types. Add stream type
18852 for POP.
18853 (mail-source-keyword-map): Add :stream for POP.
18854 (mail-source-fetch-pop): Use pop3-stream-type.
18855
18856 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18857
18858 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18859 of current-time-string.
18860
18861 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18862
18863 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18864 date header.
18865
18866 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18867
18868 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
18869 it can seriously impact performance as it bypasses the agent's
18870 local caches.
18871
18872 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18873
18874 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18875 must be explicitly online rather than "not explicitly offline" for
18876 its flags to be synchronized.
18877
18878 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18879 that gnus-uu-unmark-thread will function correctly.
18880
18881 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18882 1024K is instead displayed as 1M.
18883
18884 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18885
18886 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18887
18888 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18889
18890 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18891
18892 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18893
18894 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18895 error message to display actual error condition.
18896 (gnus-agent-save-local): Avoid saving symbols that are bound to
18897 nil as they simply result in a warning message in
18898 gnus-agent-read-local.
18899
18900 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18901
18902 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18903 rather than make-variable-buffer-local for file-precious-flag.
18904
18905 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18906
18907 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18908 for duplicates which are removed. The invalid sort check then
18909 triggers a rescan after the sort as sorting may have moved
18910 duplicate entries such that they can be cheaply detected.
18911
18912 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18913
18914 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18915
18916 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18917
18918 * gnus-agent.el (gnus-agent-article-alist-save-format):
18919 Change internal variable to a custom variable. Change default value
18920 from compressed(2) to uncompressed(1).
18921 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18922 support for uncompressed agentview files. Taken together, reading
18923 the agentview file should now be 6-7 times faster.
18924
18925 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
18926
18927 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18928 as a buffer-local variable. This avoids creating truncated
18929 dribble files as a result of a hang up, eg.
18930
18931 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18932
18933 * gnus-start.el (gnus-start-draft-setup):
18934 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18935
18936 * gnus.el (gnus-splash): Change custom group.
18937 (gnus-group-get-parameter, gnus-group-parameter-value):
18938 Describe allow-list argument.
18939
18940 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18941 string.
18942
18943 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18944
18945 * gnus-art.el (gnus-default-article-saver): Add user-defined
18946 `function' to custom type.
18947
18948 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18949
18950 * imap.el (imap-open): Handle case where buffer is a buffer
18951 object.
18952
18953 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18954
18955 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18956 long lines.
18957 (gnus-cache-delete-group): Wrap doc strings.
18958
18959 * gnus-agent.el (gnus-agent-rename-group)
18960 (gnus-agent-delete-group): Wrap doc strings.
18961
18962 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18963
18964 * gnus-start.el (gnus-1): Add "native" to
18965 gnus-predefined-server-alist.
18966
18967 * gnus.el (gnus-method-to-server): Don't add "native" to the
18968 lists here, because that leads to problems when
18969 gnus-select-method is bound.
18970
18971 2005-11-09 Simon Josefsson <jas@extundo.com>
18972
18973 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18974 use (not sort-by-date) instead.
18975
18976 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18977
18978 * gnus-delay.el (gnus-delay-group): Don't autoload.
18979 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18980 to be re-loaded when customizing the `gnus-delay' group.
18981
18982 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18983
18984 * message.el: Revert last changes.
18985 (message-insert-citation-line): Use newlines.
18986
18987 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18988
18989 * message.el (message-courtesy-message)
18990 (message-mark-insert-begin, message-mark-insert-end)
18991 (message-elide-ellipsis, message-cancel-message)
18992 (message-add-header, message-change-subject)
18993 (message-cross-post-followup-to-header)
18994 (message-cross-post-insert-note, message-reduce-to-to-cc)
18995 (message-widen-reply, message-delete-not-region)
18996 (message-kill-to-signature, message-insert-signature)
18997 (message-insert-importance-high, message-insert-importance-low)
18998 (message-insert-or-toggle-importance)
18999 (message-insert-disposition-notification-to)
19000 (message-indent-citation, message-yank-original)
19001 (message-cite-original-without-signature, message-cite-original)
19002 (message-insert-citation-line, message-position-on-field)
19003 (message-fix-before-sending, message-send-mail-partially)
19004 (message-send-mail, message-send-mail-with-sendmail)
19005 (message-send-mail-with-qmail, message-send-news)
19006 (message-check-news-header-syntax, message-generate-headers)
19007 (message-insert-courtesy-copy, message-fill-address)
19008 (message-fill-header, message-shorten-references)
19009 (message-setup-1, message-cancel-news)
19010 (message-forward-make-body-plain, message-forward-make-body-mime)
19011 (message-forward-make-body-mml, message-encode-message-body)
19012 (message-forward-make-body-digest-plain)
19013 (message-forward-make-body-digest-mime)
19014 (message-use-alternative-email-as-from): Insert `hard-newline'
19015 instead of ordinary newlines.
19016
19017 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19018
19019 * message.el (message-generate-headers): Downcase the argument
19020 given to message-check-element.
19021
19022 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19023
19024 * nntp.el (nntp-authinfo-rejected): New error condition.
19025 (nntp-wait-for): Use new error condition to signal authentication
19026 error.
19027 (nntp-retrieve-data): Rethrow new error condition to break out of
19028 recursive call to nntp-send-authinfo.
19029
19030 2005-11-08 Romain Francoise <romain@orebokech.com>
19031
19032 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19033 (gnus-summary-exit-map): Bind to `Z p'.
19034 (gnus-summary-make-menu-bar): Add menu item.
19035
19036 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19037
19038 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19039 (gnus-treat-*): Add `first' in all doc strings.
19040
19041 * gnus-group.el (gnus-group-compact-group): Fix typo.
19042
19043 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19044
19045 * gnus.el (gnus-parameters-case-fold-search): New variable.
19046 (gnus-parameters-get-parameter): Use it.
19047
19048 * gnus-score.el (gnus-home-score-file): Doc fix.
19049
19050 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19051
19052 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19053
19054 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19055
19056 * mm-util.el (mm-special-display-p): New function.
19057
19058 * mml.el (mml-preview): Use it; doc fix.
19059
19060 2005-10-29 Romain Francoise <romain@orebokech.com>
19061
19062 * message.el (message-fix-before-sending): Fix comment.
19063
19064 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19065
19066 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19067
19068 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19069
19070 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19071 Used in gnus-score.el.
19072
19073 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19074
19075 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19076
19077 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19078
19079 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19080 whitespace removed in revision 7.8. Use concatenated string to
19081 protect trailing whitespace.
19082
19083 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19084
19085 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19086 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19087 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19088 Courier IMAP ("some version from 2004"). Mostly based on similar
19089 code in the same function.
19090
19091 2005-10-26 Didier Verna <didier@xemacs.org>
19092
19093 * gnus-group.el (gnus-group-compact-group): Invalidate original
19094 article buffer.
19095 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19096 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19097 NOV database and in article itself.
19098 Invalidate article backlog.
19099
19100 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19101
19102 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19103
19104 2005-10-26 Simon Josefsson <jas@extundo.com>
19105
19106 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19107 part of 2004-07-25 change.
19108
19109 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19110
19111 * message.el (message-display-completion-list): New function.
19112 (message-expand-group): Use it; make sure the Completions buffer
19113 is modifiable.
19114
19115 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19116
19117 * imap.el (imap-open): Handle case where buffer is a buffer object.
19118
19119 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19120
19121 * pgg-def.el:
19122 * pgg-gpg.el:
19123 * pgg-parse.el:
19124 * pgg-pgp.el:
19125 * pgg-pgp5.el:
19126 * pgg.el: Move to the parent lisp directory.
19127
19128 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19129
19130 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19131 user-mail-name is an empty string.
19132
19133 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19134
19135 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19136 depending on gnus-score-decay-constant.
19137
19138 * encrypt.el (encrypt-insert-file-contents)
19139 (encrypt-write-file-contents): Don't use `gnus-message'.
19140
19141 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19142 arguments.
19143 (mm-uu-type-alist): Add message-marks and insert-marks.
19144 Pass arguments to mm-uu-verbatim-marks-extract.
19145 (mm-uu-hide-markers): New variable.
19146 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19147
19148 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19149 (gnus-convert-image-to-face-command): Use "convert" by default to
19150 allow other input image formats.
19151 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19152 accordingly.
19153
19154 2005-10-23 Simon Josefsson <jas@extundo.com>
19155
19156 * imap.el (imap-gssapi-program): Align command line parameters
19157 with latest GNU SASL.
19158 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19159
19160 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19161
19162 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19163 HTML.
19164 (nnslashdot-request-article): Ditto.
19165
19166 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19167
19168 * mail-source.el (mail-source-fetch-pop): Require pop3.
19169 (mail-source-check-pop): Ditto.
19170
19171 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19172
19173 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19174 errors.
19175
19176 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19177
19178 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19179 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19180
19181 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19182
19183 * mm-bodies.el (mm-decode-string):
19184 Call `mm-charset-to-coding-system' with allow-override argument.
19185
19186 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19187
19188 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19189 (rfc2047-charset-to-coding-system): New function.
19190 (rfc2047-decode-encoded-words): New function.
19191 (rfc2047-decode-region): Use them.
19192 (rfc2047-decode-cte): Remove.
19193 (rfc2047-parse-and-decode): Remove.
19194 (rfc2047-decode): Remove.
19195
19196 2005-10-15 Kenichi Handa <handa@m17n.org>
19197
19198 * rfc2047.el (rfc2047-decode-cte): New function.
19199 (rfc2047-decode-region): Change the way to decode successive
19200 encoded-words: decode B- or Q-encoding in each encoded-word,
19201 concatenate them, and decode it as charset.
19202
19203 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19204
19205 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19206 widget-move-and-invoke.
19207 (gnus-custom-mode): Use gnus-custom-map.
19208
19209 2005-10-15 Bill Wohler <wohler@newt.com>
19210
19211 * message.el (message-tool-bar-map): Rename image file from
19212 mail_send to mail/send.
19213
19214 2005-10-16 Masatake YAMATO <jet@gyve.org>
19215
19216 * message.el (message-expand-group): Pass the common
19217 prefix substring of completion to `display-completion-list'.
19218
19219 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19220
19221 * mml-sec.el (mml-secure-method): New internal variable.
19222 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19223 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19224 New functions using mml-secure-method.
19225
19226 * mml.el (mml-mode-map): Add key bindings for those functions.
19227 (mml-menu): Simplify security menu entries. Suggested by Jesper
19228 Harder <harder@myrealbox.com>.
19229 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19230 Goto end of message if point is the headers of the message.
19231
19232 * message.el (message-in-body-p): New function.
19233
19234 * assistant.el: Autoload gnus-util and netrc.
19235
19236 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19237 Use `mm-charset-override-alist' only when decoding.
19238
19239 * mm-bodies.el (mm-decode-body):
19240 Call `mm-charset-to-coding-system' with allow-override argument.
19241
19242 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19243 `filename' from Content-Disposition if Content-Type doesn't
19244 provide `name'.
19245 (gnus-mime-view-part-as-type): Set default instead of
19246 initial-input.
19247
19248 2005-10-09 Daniel Brockman <daniel@brockman.se>
19249
19250 * format-spec.el (format-spec): Propagate text properties of % spec.
19251
19252 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19253
19254 * gnus-art.el (gnus-treat-predicate): Add `first'.
19255
19256 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19257
19258 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19259 (mm-charset-override-alist): New variable.
19260 (mm-charset-to-coding-system): Use it.
19261 (mm-codepage-setup): New helper function.
19262 (mm-charset-eval-alist): New variable.
19263 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19264 Warn about unknown charsets.
19265
19266 2005-10-04 David Hansen <david.hansen@gmx.net>
19267
19268 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19269 (nnrss-check-group): Ditto.
19270
19271 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19272
19273 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19274 Rename x-gnus-verbatim to x-verbatim.
19275 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19276
19277 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19278 x-verbatim.
19279
19280 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19281
19282 * gnus-util.el (gnus-remove-duplicates): Remove.
19283
19284 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19285 instead of gnus-remove-duplicates.
19286
19287 * message.el (message-remove-duplicates): Remove.
19288 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19289 message-remove-duplicates.
19290
19291 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19292 available, else use implementation from `delete-dups'.
19293
19294 * message.el (message-insert-expires): New function.
19295 (message-mode-map): Add key binding.
19296 (message-mode-field-menu): Add menu entry.
19297 (message-mode): Document it.
19298 (message-make-expires-date): Use `message-make-date'.
19299
19300 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19301
19302 * message.el (message-make-expires-date): New function.
19303
19304 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19305
19306 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19307
19308 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19309
19310 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19311 function rather than the diff-mode.el package.
19312 (mm-display-external): Use with-current-buffer.
19313 (mm-viewer-completion-map, mm-viewer-completion-map):
19314 Move initialization inside declaration.
19315
19316 2005-09-29 Simon Josefsson <jas@extundo.com>
19317
19318 * spam.el: Load hashcash when compiling, to avoid warnings.
19319 Don't autoload mail-check-payment.
19320 (spam-check-hashcash): Define unconditionally, since hashcash.el
19321 is part of Gnus now. Ignore errors from payment checking.
19322
19323 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19324
19325 * message.el (message-bold-region, message-unbold-region):
19326 Rename from `bold-region' and `unbold-region'.
19327
19328 * message.el: Remove useless autoloads.
19329
19330 2005-09-28 Simon Josefsson <jas@extundo.com>
19331
19332 * message.el (message-use-idna): Default to t.
19333 (message-use-idna): Test whether encoding works too. Doc fix.
19334
19335 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19336
19337 * nntp.el (nntp-warn-about-losing-connection): Remove.
19338
19339 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19340
19341 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19342 customizable. Change default value.
19343 (mm-uu-diff-groups-regexp): Change default value.
19344 (mm-uu-type-alist): Add doc string.
19345 (mm-uu-configure): Add doc string. Make it interactive.
19346 (mm-uu-tex-groups-regexp): New variable.
19347 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19348 (mm-uu-type-alist): Add LaTeX documents.
19349 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19350 of "text/verbatim".
19351 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19352
19353 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19354 instead of "text/verbatim".
19355
19356 * message.el (message-mark-inserted-region)
19357 (message-mark-insert-file): Use slrn style marks when called with
19358 prefix argument.
19359
19360 2005-09-27 Simon Josefsson <jas@extundo.com>
19361
19362 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19363
19364 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19365
19366 * message.el (message-remove-duplicates): New function.
19367 Implementation borrowed from `gnus-remove-duplicates'.
19368 (message-idna-to-ascii-rhs): Also encode idna addresses in
19369 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19370 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19371 only ask about the same idna domain once per header and also tell
19372 in what header to replace the idna domain.
19373
19374 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19375 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19376 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19377 a header is decoded and not just the last one.
19378
19379 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19380
19381 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19382 has been decoded.
19383
19384 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19385 (mm-insert-part): Don't modify text if it has been decoded.
19386
19387 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19388 decoded.
19389
19390 * mm-view.el (mm-inline-text): Don't strip text props unless
19391 decoding enriched or richtext parts.
19392
19393 2005-09-25 Romain Francoise <romain@orebokech.com>
19394
19395 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19396 * gnus-start.el (gnus-subscribe-interactively):
19397 * gnus-uu.el (gnus-uu-grab-articles):
19398 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19399 space.
19400
19401 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19402
19403 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19404 * mm-view.el (mm-view-pkcs7-decrypt):
19405 * gnus-sum.el (gnus-summary-limit-to-extra)
19406 (gnus-summary-respool-article, gnus-read-move-group-name):
19407 * gnus-score.el (gnus-summary-increase-score):
19408 * gnus-util.el (gnus-completing-read-with-default):
19409 * gnus-art.el (gnus-read-save-file-name)
19410 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19411 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19412 * message.el (message-check-news-header-syntax):
19413 Follow convention for reading with the minibuffer.
19414
19415 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19416
19417 * spam-report.el (spam-report-url-ping-plain):
19418 Use gnus-extended-version as User-Agent.
19419
19420 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19421 default value is nil.
19422
19423 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19424 (mm-uu-verbatim-marks-extract): New function.
19425 (mm-uu-extract): New face.
19426 (mm-uu-copy-to-buffer): Use it.
19427
19428 * spam-report.el (spam-report-gmane-ham): Rename from
19429 `spam-report-gmane-unspam'.
19430 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19431 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19432
19433 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19434 Autoload.
19435 (spam-report-gmane-unregister-routine):
19436 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19437
19438 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19439
19440 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19441 (spam-report-gmane-unregister-routine): Add support for gmane
19442 unregistration.
19443
19444 * spam-report.el (spam-report-gmane-unspam)
19445 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19446 (spam-report-gmane): Change to take a single article and do unspam
19447 registration.
19448
19449 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19450
19451 * mm-url.el (mm-url-decode-entities): Fix regexp.
19452
19453 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19454
19455 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19456 default to nil, to be able to use Gnus at all. If the default
19457 switches to something else, then the function should be fixed not
19458 be exceedingly slow.
19459
19460 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19461
19462 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19463 fail hard.
19464
19465 * spam-report.el: Add better Keywords line.
19466
19467 * spam.el: Add Maintainer and better Keywords line.
19468
19469 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19470
19471 * gnus-art.el (gnus-article-replace-part)
19472 (gnus-mime-replace-part): New functions.
19473 (gnus-mime-action-alist, gnus-mime-button-commands)
19474 (gnus-mime-save-part-and-strip): Add file argument.
19475 (gnus-article-part-wrapper): Add interactive argument.
19476
19477 * gnus-sum.el (gnus-summary-mime-map):
19478 Add `gnus-article-replace-part'.
19479
19480 2005-09-19 Didier Verna <didier@xemacs.org>
19481
19482 The nnml compaction feature:
19483 * nnml.el (nnml-request-compact-group): New function.
19484 * nnml.el (nnml-request-compact): New function.
19485 * gnus-int.el (gnus-request-compact-group): New function.
19486 * gnus-int.el (gnus-request-compact): New function.
19487 * gnus-group.el (gnus-group-compact-group): New function.
19488 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19489 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19490 * gnus-srvr.el (gnus-server-compact-server): New function.
19491 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19492 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19493
19494 2005-09-18 Deepak Goel <deego@gnufans.org>
19495
19496 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19497 format spec.
19498
19499 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19500
19501 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19502
19503 2005-09-15 Romain Francoise <romain@orebokech.com>
19504
19505 * message.el (message-fill-paragraph): Clarify docstring.
19506
19507 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19508
19509 * gnus-art.el (gnus-mime-display-part): Protect against broken
19510 MIME messages.
19511
19512 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19513
19514 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19515 before parsing header.
19516
19517 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19518
19519 * html2text.el (html2text-replace-list): Add new entities.
19520
19521 2005-09-11 Romain Francoise <romain@orebokech.com>
19522
19523 * message.el (message-alternative-emails): Improve docstring.
19524 (message-setup-1): Call `message-use-alternative-email-as-from'
19525 after `message-setup-hook' to give it precedence over posting
19526 styles, etc.
19527 (message-use-alternative-email-as-from): Add docstring.
19528 Remove the original From header if present.
19529
19530 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19531 (nnml-save-mail): Use it.
19532
19533 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19534 articles. Add new argument `silent'.
19535 (gnus-uu-mark-all): Report the total number of marked articles.
19536
19537 2005-09-10 Romain Francoise <romain@orebokech.com>
19538
19539 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19540 (gnus-uu-mark-series): Likewise.
19541
19542 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19543
19544 * spam-report.el (spam-report-gmane): Fix generation of spam
19545 report URL.
19546
19547 2005-09-10 Simon Josefsson <jas@extundo.com>
19548
19549 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19550 t, based on discussion on the ding list with Robert Epprecht
19551 <epprecht@solnet.ch>.
19552
19553 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19554
19555 * spam-report.el (spam-report-gmane): Make it work without
19556 X-Report-Spam header. Gmane now only provides Archived-At.
19557 This is only used if `spam-report-gmane-use-article-number' is nil.
19558 (spam-report-gmane-spam-header): Remove. Not used anymore.
19559
19560 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19561 make `gnus-summary-sort-by-recipient' work with threading.
19562
19563 * nnweb.el (nnweb-google-wash-article): Print a message if article
19564 is not available.
19565
19566 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19567
19568 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19569 change. Decode text/* parts content before displaying.
19570
19571 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19572
19573 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19574
19575 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19576
19577 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19578
19579 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19580
19581 * message.el (message-tab-body-function): Fix mismatched custom type.
19582
19583 * gnus.el (gnus-group-change-level-function): Ditto.
19584
19585 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19586
19587 * gnus-art.el (gnus-signature-limit)
19588 (gnus-article-mime-part-function): Ditto.
19589
19590 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19591
19592 * mml.el (mml-mode): Silence the byte compiler.
19593
19594 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19595 using `(sit-for 0)' before moving the point to the specified part;
19596 skip unbuttonized parts.
19597 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19598 return to the summary window if gnus-auto-select-part is non-nil.
19599
19600 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19601
19602 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19603 New variables.
19604 (mml-dnd-attach-file, mml-mode): Use them.
19605
19606 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19607 Make fetching article by MID work again for Google Groups.
19608 Add FIXME concerning gnus-group-make-web-group.
19609
19610 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19611 Don't depend on Gnus by using mail-extract-address-components if
19612 gnus-extract-address-components is not bound.
19613
19614 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19615
19616 * gnus-art.el (gnus-mime-display-security): Don't display the
19617 signature, but only the signed part.
19618
19619 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19620
19621 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19622
19623 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19624 list, not listp.
19625
19626 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19627
19628 * mm-encode.el (mm-encode-content-transfer-encoding):
19629 Likewise when encoding.
19630
19631 * mm-bodies.el (mm-decode-content-transfer-encoding):
19632 De-canonicalize CRLF for all text content types, not just
19633 text/plain.
19634
19635 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19636
19637 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19638 valid article; point arrow and cursor at the MIME button.
19639
19640 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19641
19642 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19643 Suggested by Dan Christensen <jdc@uwo.ca>.
19644
19645 * mm-decode.el (mm-save-part): Enable change of prompt.
19646
19647 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19648
19649 * gnus-msg.el (gnus-inews-add-send-actions):
19650 Make `message-post-method' lambda parameter ARG `&optional'.
19651
19652 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19653
19654 * gnus-sum.el (gnus-summary-mime-map):
19655 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19656 gnus-article-jump-to-part.
19657
19658 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19659 (gnus-article-edit-part): Use it.
19660 (gnus-article-part-wrapper): Add no-handle argument.
19661 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19662 New functions.
19663
19664 2005-08-29 Romain Francoise <romain@orebokech.com>
19665
19666 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19667 docstring.
19668 (gnus-face-from-file): Likewise.
19669
19670 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19671
19672 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19673 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19674 non-nil.
19675 (gnus-auto-select-part): New variable.
19676 (gnus-article-jump-to-part): New function.
19677 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19678 (gnus-mime-delete-part): Allow selecting specified part after
19679 deleting or stripping parts.
19680 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19681 part if argument is bogus.
19682
19683 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19684
19685 * gnus-art.el (w3m-minor-mode-map):
19686 * gnus-spec.el (gnus-newsrc-file-version):
19687 * gnus-util.el (nnmail-active-file-coding-system)
19688 (gnus-original-article-buffer, gnus-user-agent):
19689 * gnus.el (gnus-ham-process-destinations)
19690 (gnus-parameter-ham-marks-alist)
19691 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19692 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19693 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19694 * mm-decode.el (gnus-current-window-configuration):
19695 * mm-extern.el (gnus-article-mime-handles):
19696 * mm-url.el (url-current-object, url-package-name)
19697 (url-package-version):
19698 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19699 (smime-keys, w3m-cid-retrieve-function-alist)
19700 (w3m-current-buffer, w3m-display-inline-images)
19701 (w3m-minor-mode-map):
19702 * mml-smime.el (gnus-extract-address-components):
19703 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19704 (gnus-newsrc-hashtb, message-default-charset)
19705 (message-deletable-headers, message-options)
19706 (message-posting-charset, message-required-mail-headers)
19707 (message-required-news-headers):
19708 * mml1991.el (mc-pgp-always-sign):
19709 * mml2015.el (mc-pgp-always-sign):
19710 * nnheader.el (nnmail-extra-headers):
19711 * rfc1843.el (gnus-decode-encoded-word-function)
19712 (gnus-decode-header-function, gnus-newsgroup-name):
19713 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19714
19715 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19716
19717 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19718 the end of the date treatments.
19719
19720 2005-08-15 Simon Josefsson <jas@extundo.com>
19721
19722 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19723 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19724 Capello and Romain Francoise.
19725 (pgg-fetch-key-function): Remove, not used?
19726 (pgg-insert-url-with-w3): Require url, to get
19727 url-insert-file-contents regardless of where it is defined.
19728
19729 2005-08-13 Romain Francoise <romain@orebokech.com>
19730
19731 * message.el (message-cite-original-1): New function.
19732 (message-cite-original): Use it.
19733 (message-cite-original-without-signature): Ditto.
19734
19735 2005-08-08 Romain Francoise <romain@orebokech.com>
19736
19737 * message.el (message-yank-empty-prefix): New variable.
19738 (message-indent-citation): Use it.
19739 (message-cite-original-without-signature): Respect X-No-Archive.
19740
19741 2005-08-08 Simon Josefsson <jas@extundo.com>
19742
19743 * pgg.el: Autoload url-insert-file-contents instead of loading
19744 w3/url.
19745 (pgg-insert-url-with-w3): Don't load url here.
19746
19747 2005-08-07 Jesper Harder <harder@phys.au.dk>
19748
19749 * message.el (message-kill-to-signature): Don't insert newline at
19750 bol.
19751 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19752
19753 2005-08-06 Romain Francoise <romain@orebokech.com>
19754
19755 * message.el (message-user-fqdn): Fix typo in docstring.
19756
19757 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19758
19759 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19760
19761 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19762
19763 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19764
19765 * mm-bodies.el (mm-encode-body): Use coding system rather than
19766 charset to encode text.
19767
19768 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19769 number of charsets if utf-8 is available (XEmacs).
19770
19771 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19772
19773 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19774 taken from `gnus-button-mid-or-mail-regexp'.
19775 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19776 (gnus-button-alist): Improve regexp for domain part of the MIDs
19777 for news:localpart@domain buttons.
19778 (gnus-button-ctan-directory-regexp): Update.
19779
19780 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19781
19782 * sieve-manage.el (sieve-manage-interactive-login):
19783 Use make-local-variable rather than make-variable-buffer-local.
19784 (sieve-manage-open): Ditto.
19785 (sieve-manage-authenticate): Ditto.
19786
19787 * mml.el (mml-generate-mime-1): Make the content type default to
19788 text/plain if the filename is not specified.
19789
19790 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19791
19792 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19793 instead of insert-buffer.
19794
19795 * message.el (message-yank-original): Ditto; set the mark at the
19796 end of the yanked message.
19797
19798 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19799
19800 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19801 lines to scroll rather than to stop it.
19802
19803 * mml.el (mml-generate-default-type): Add doc string.
19804 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19805 default to application/octet-stream when determining the content
19806 type if it is not specified for the part or the mml contents; add
19807 a comment about mml-generate-default-type.
19808
19809 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19810
19811 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19812 make it default to application/octet-stream when determining the
19813 content type if it is not specified for the external contents.
19814
19815 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19816
19817 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19818 segmented parameter but also other parameters might be there.
19819
19820 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19821
19822 * mm-decode.el (mm-display-external): Delete temp file, directory
19823 and buffer immediately if the external process is exited.
19824
19825 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19826
19827 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19828 fewer lines than that of scroll-margin.
19829 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19830
19831 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19832
19833 * gnus-art.el (gnus-article-next-page): Revert.
19834 (gnus-article-beginning-of-window): New macro.
19835 (gnus-article-next-page-1): Use it.
19836 (gnus-article-prev-page): Ditto.
19837 (gnus-article-edit-part): Use insert-buffer-substring instead of
19838 insert-buffer.
19839 (gnus-article-edit-exit): Ditto.
19840
19841 * gnus-util.el (gnus-beginning-of-window): Remove.
19842 (gnus-end-of-window): Remove.
19843
19844 2005-07-25 Simon Josefsson <jas@extundo.com>
19845
19846 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19847 to have the url package without w3. Reported by Daiki Ueno
19848 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19849
19850 2005-07-20 Didier Verna <didier@xemacs.org>
19851
19852 * gnus-diary.el: Remove the description comment (nndiary is now
19853 properly documented in the Gnus manual).
19854 Fix the spelling of "Back End".
19855 * nndiary.el: Ditto.
19856 Fix the copyright notice.
19857
19858 2005-07-18 Romain Francoise <romain@orebokech.com>
19859
19860 * gnus-sum.el (gnus-summary-to-prefix)
19861 (gnus-summary-newsgroup-prefix): New variables.
19862 (gnus-summary-from-or-to-or-newsgroups): Use them.
19863
19864 2005-07-17 Romain Francoise <romain@orebokech.com>
19865
19866 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19867 space as it's generally not especially interesting to the user.
19868
19869 2005-07-16 Romain Francoise <romain@orebokech.com>
19870
19871 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19872 nil to avoid prompting and file modification if one of the
19873 messages at the top of the nnfolder file contains a copyright
19874 notice.
19875 Update copyright notice.
19876
19877 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19878 instead of `current-time-string' as the latter creates a time
19879 string that is not RFC 2822 compliant (it lacks the zone).
19880 Update copyright notice.
19881
19882 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19883
19884 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19885 for text/rtf. Display default in prompt. Pass default for M-n.
19886
19887 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19888
19889 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19890
19891 * gnus-msg.el (gnus-button-mailto):
19892 Remove save-selected-window-window hackery because it relies on
19893 save-selected-window internals.
19894
19895 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19896
19897 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19898 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19899 (gnus-article-prev-page): Ditto.
19900
19901 * gnus-util.el (gnus-beginning-of-window): New function.
19902 (gnus-end-of-window): New function.
19903
19904 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19905
19906 * gnus-score.el (gnus-score-edit-all-score):
19907 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19908 gnus-message.
19909
19910 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19911
19912 * gnus-msg.el (gnus-button-mailto):
19913 Remove save-selected-window-window hackery because it relies on
19914 save-selected-window internals.
19915
19916 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
19917
19918 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19919 add-minor-mode.
19920 (gnus-binary-mode): Ditto.
19921
19922 * gnus-topic.el (gnus-topic-mode): Ditto.
19923
19924 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
19925
19926 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19927 (gnus-article-prev-page): Take scroll-margin into consideration.
19928
19929 2005-07-04 Lute Kamstra <lute@gnu.org>
19930
19931 Update FSF's address in GPL notices.
19932
19933 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19934
19935 * gnus.el (gnus-exit):
19936 * gnus-group.el (gnus-group-icons):
19937 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19938
19939 * gnus-nocem.el (gnus-nocem):
19940 * message.el (message-various, message-buffers, message-sending)
19941 (message-interface, message-forwarding, message-insertion)
19942 (message-headers, message-news, message-mail):
19943 * pgg-gpg.el (pgg-gpg):
19944 * pgg-parse.el (pgg-parse):
19945 * pgg-pgp.el (pgg-pgp):
19946 * pgg-pgp5.el (pgg-pgp5):
19947 * pop3.el (pop3): Finish `defgroup' description with period.
19948
19949 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
19950
19951 * gnus-art.el (article-display-face): Improve the efficiency.
19952 (article-display-x-face): Ditto; remove gray x-face stuff.
19953
19954 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
19955
19956 * gnus-art.el (article-display-face): Correct the position in
19957 which Faces are inserted.
19958
19959 2005-06-29 Didier Verna <didier@xemacs.org>
19960
19961 * gnus-art.el (article-display-face): Display faces in correct
19962 order.
19963
19964 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19965
19966 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19967 (gnus-fill-real-hashtb): Use hash table instead of obarray.
19968 (gnus-nocem-check-article): Fetch the Type header.
19969 (gnus-nocem-message-wanted-p): Fix the way to examine types.
19970 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19971 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19972 make sure gnus-nocem-hashtb is initialized.
19973 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19974 (gnus-nocem-unwanted-article-p): Ditto.
19975
19976 * pgg.el (pgg-verify): Return the verification result.
19977
19978 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19979
19980 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19981 is ascii.
19982
19983 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19984
19985 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19986 `show-nonbreak-escape'.
19987
19988 2005-06-23 Lute Kamstra <lute@gnu.org>
19989
19990 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19991
19992 * dig.el (dig-mode):
19993 * smime.el (smime-mode): Use gnus-run-mode-hooks.
19994
19995 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19996
19997 * nnimap.el (nnimap-split-download-body): Fix spellings.
19998
19999 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20000
20001 * gnus-art.el (gnus-article-encrypt-body):
20002 * gnus-cus.el (gnus-score-customize):
20003 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20004 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20005
20006 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20007
20008 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20009 header by looking for magic "MII" at the beginning.
20010
20011 2005-06-16 Miles Bader <miles@gnu.org>
20012
20013 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20014 (assistant-field-face): New backward-compatibility alias for renamed
20015 face.
20016 (assistant-render-text): Use renamed assistant-field face.
20017
20018 * spam.el (spam): Remove "-face" suffix from face name.
20019 (spam-face): New backward-compatibility alias for renamed face.
20020 (spam-face, spam-initialize): Use renamed spam face.
20021
20022 * message.el (message-header-to, message-header-cc)
20023 (message-header-subject, message-header-newsgroups)
20024 (message-header-other, message-header-name)
20025 (message-header-xheader, message-separator, message-cited-text)
20026 (message-mml): Remove "-face" suffix from face names.
20027 (message-header-to-face, message-header-cc-face)
20028 (message-header-subject-face, message-header-newsgroups-face)
20029 (message-header-other-face, message-header-name-face)
20030 (message-header-xheader-face, message-separator-face)
20031 (message-cited-text-face, message-mml-face):
20032 New backward-compatibility aliases for renamed faces.
20033 (message-font-lock-keywords): Use renamed message faces.
20034
20035 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20036 (sieve-test-commands, sieve-tagged-arguments):
20037 Remove "-face" suffix from face names.
20038 (sieve-control-commands-face, sieve-action-commands-face)
20039 (sieve-test-commands-face, sieve-tagged-arguments-face):
20040 New backward-compatibility aliases for renamed faces.
20041 (sieve-control-commands-face, sieve-action-commands-face)
20042 (sieve-test-commands-face, sieve-tagged-arguments-face):
20043 Use renamed sieve faces.
20044
20045 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20046 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20047 (gnus-group-news-3-empty, gnus-group-news-4)
20048 (gnus-group-news-4-empty, gnus-group-news-5)
20049 (gnus-group-news-5-empty, gnus-group-news-6)
20050 (gnus-group-news-6-empty, gnus-group-news-low)
20051 (gnus-group-news-low-empty, gnus-group-mail-1)
20052 (gnus-group-mail-1-empty, gnus-group-mail-2)
20053 (gnus-group-mail-2-empty, gnus-group-mail-3)
20054 (gnus-group-mail-3-empty, gnus-group-mail-low)
20055 (gnus-group-mail-low-empty, gnus-summary-selected)
20056 (gnus-summary-cancelled, gnus-summary-high-ticked)
20057 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20058 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20059 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20060 (gnus-summary-low-undownloaded)
20061 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20062 (gnus-summary-low-unread, gnus-summary-normal-unread)
20063 (gnus-summary-high-read, gnus-summary-low-read)
20064 (gnus-summary-normal-read, gnus-splash):
20065 Remove "-face" suffix from face names.
20066 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20067 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20068 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20069 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20070 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20071 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20072 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20073 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20074 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20075 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20076 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20077 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20078 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20079 (gnus-summary-normal-ticked-face)
20080 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20081 (gnus-summary-normal-ancient-face)
20082 (gnus-summary-high-undownloaded-face)
20083 (gnus-summary-low-undownloaded-face)
20084 (gnus-summary-normal-undownloaded-face)
20085 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20086 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20087 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20088 (gnus-splash-face):
20089 New backward-compatibility aliases for renamed faces.
20090 (gnus-group-startup-message): Use renamed gnus faces.
20091
20092 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20093 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20094 (gnus-server-agent): Remove "-face" suffix from face names.
20095 (gnus-server-agent-face, gnus-server-opened-face)
20096 (gnus-server-closed-face, gnus-server-denied-face)
20097 (gnus-server-offline-face):
20098 New backward-compatibility aliases for renamed faces.
20099 (gnus-server-agent-face, gnus-server-opened-face)
20100 (gnus-server-closed-face, gnus-server-denied-face)
20101 (gnus-server-offline-face): Use renamed gnus faces.
20102
20103 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20104 Remove "-face" suffix from face names.
20105 (gnus-picon-xbm-face, gnus-picon-face):
20106 New backward-compatibility aliases for renamed faces.
20107
20108 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20109 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20110 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20111 (gnus-cite-11): Remove "-face" suffix from face names.
20112 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20113 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20114 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20115 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20116 New backward-compatibility aliases for renamed faces.
20117 (gnus-cite-attribution-face, gnus-cite-face-list)
20118 (gnus-article-boring-faces): Use renamed gnus faces.
20119
20120 * gnus-art.el (gnus-signature, gnus-header-from)
20121 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20122 (gnus-header-content): Remove "-face" suffix from face names.
20123 (gnus-signature-face, gnus-header-from-face)
20124 (gnus-header-subject-face, gnus-header-newsgroups-face)
20125 (gnus-header-name-face, gnus-header-content-face):
20126 New backward-compatibility aliases for renamed faces.
20127 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20128
20129 * gnus-sum.el (gnus-summary-selected-face)
20130 (gnus-summary-highlight): Use renamed gnus faces.
20131 * gnus-group.el (gnus-group-highlight): Likewise.
20132
20133 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20134
20135 * gnus-sieve.el (gnus-sieve-article-add-rule):
20136 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20137 * spam-stat.el (spam-stat-buffer-change-to-spam)
20138 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20139
20140 * message.el (message-is-yours-p):
20141 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20142
20143 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20144
20145 * mm-view.el (mm-inline-text): Withdraw the last change.
20146
20147 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20148
20149 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20150 executing enriched-decode.
20151
20152 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20153
20154 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20155 charset of tar files.
20156
20157 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20158
20159 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20160
20161 2005-06-04 Lute Kamstra <lute@gnu.org>
20162
20163 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20164 information is never recorded.
20165
20166 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20167
20168 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20169
20170 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20171
20172 * pop3.el (pop3-apop): Run md5 in the binary mode.
20173
20174 * starttls.el (starttls-set-process-query-on-exit-flag):
20175 Use eval-and-compile.
20176
20177 2005-05-31 Simon Josefsson <jas@extundo.com>
20178
20179 * smime.el (smime-replace-in-string): Define.
20180 (smime-cert-by-ldap-1): Use it.
20181
20182 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20183
20184 * gnus-art.el (article-display-x-face): Replace
20185 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20186
20187 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20188 set-process-query-on-exit-flag or process-kill-without-query.
20189
20190 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20191 loop instead of replace-regexp.
20192
20193 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20194 instead of process-kill-without-query if it is available.
20195
20196 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20197 instead of find-file-hooks if it is available.
20198
20199 * mml1991.el: Bind pgg-default-user-id when compiling.
20200
20201 * mml2015.el: Bind pgg-default-user-id when compiling.
20202
20203 * nndraft.el (nndraft-request-associate-buffer):
20204 Use write-contents-functions instead of write-contents-hooks if it is
20205 available.
20206
20207 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20208 instead of find-file-hooks if it is available.
20209
20210 * nntp.el (nntp-open-connection): Replace
20211 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20212 (nntp-open-ssl-stream): Ditto.
20213 (nntp-open-tls-stream): Ditto.
20214
20215 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20216 set-process-query-on-exit-flag or process-kill-without-query.
20217 (starttls-open-stream-gnutls): Use it instead of
20218 process-kill-without-query.
20219 (starttls-open-stream): Ditto.
20220
20221 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20222
20223 * smime.el (smime-cert-by-ldap-1): Don't use
20224 replace-regexp-in-string.
20225
20226 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20227
20228 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20229
20230 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20231 in PEM format. Adjust to the XEmacs compatibility.
20232
20233 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20234
20235 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20236 by `string-to-number'.
20237 * gnus-agent.el (gnus-agent-regenerate-group)
20238 (gnus-agent-fetch-articles): Ditto.
20239 * gnus-art.el (gnus-button-fetch-group): Ditto.
20240 * gnus-cache.el (gnus-cache-generate-active)
20241 (gnus-cache-articles-in-group): Ditto.
20242 * gnus-group.el (gnus-group-set-current-level)
20243 (gnus-group-insert-group-line): Ditto.
20244 * gnus-score.el (gnus-score-set-expunge-below)
20245 (gnus-score-set-mark-below, gnus-summary-score-effect)
20246 (gnus-summary-score-entry): Ditto.
20247 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20248 (gnus-soup-pack): Ditto.
20249 * gnus-spec.el (gnus-xmas-format): Ditto.
20250 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20251 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20252 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20253 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20254 * nndb.el (nndb-get-remote-expire-response): Ditto.
20255 * nndiary.el (nndiary-parse-schedule-value)
20256 (nndiary-string-to-number, nndiary-request-replace-article)
20257 (nndiary-request-article): Ditto.
20258 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20259 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20260 * nneething.el (nneething-make-head): Ditto.
20261 * nnfolder.el (nnfolder-request-article)
20262 (nnfolder-retrieve-headers): Ditto.
20263 * nnheader.el (nnheader-file-to-number): Ditto.
20264 * nnkiboze.el (nnkiboze-request-article): Ditto.
20265 * nnmail.el (nnmail-process-unix-mail-format)
20266 (nnmail-process-babyl-mail-format): Ditto.
20267 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20268 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20269 (nnmh-request-create-group, nnmh-request-list-1)
20270 (nnmh-request-group, nnmh-request-article): Ditto.
20271 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20272 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20273 * nnsoup.el (nnsoup-make-active): Ditto.
20274 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20275 * nntp.el (nntp-find-group-and-number)
20276 (nntp-retrieve-headers-with-xover): Ditto.
20277 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20278 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20279 (pgg-format-key-identifier): Ditto.
20280 * pop3.el (pop3-last, pop3-stat): Ditto.
20281 * qp.el (quoted-printable-decode-region): Ditto.
20282
20283 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20284 of concat.
20285
20286 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20287
20288 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20289
20290 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20291
20292 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20293
20294 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20295
20296 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20297
20298 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20299
20300 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20301 (gnus-carpal-mode): Ditto.
20302
20303 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20304 (gnus-browse-mode): Ditto.
20305
20306 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20307
20308 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20309
20310 2005-05-29 Richard M. Stallman <rms@gnu.org>
20311
20312 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20313
20314 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20315
20316 * gnus-util.el (gnus-run-mode-hooks): New function.
20317
20318 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20319
20320 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20321
20322 * gnus-agent.el (gnus-agent-make-mode-line-string):
20323 Use mode-line-highlight as mouse-face.
20324
20325 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20326
20327 * canlock.el (canlock): Change the parent group to news.
20328
20329 * deuglify.el (gnus-outlook-deuglify): Add :group.
20330
20331 * dig.el (dig): Add :group.
20332
20333 * dns-mode.el (dns-mode): Add :group.
20334
20335 * encrypt.el (encrypt): Add :group.
20336
20337 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20338 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20339 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20340 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20341 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20342
20343 * gnus-diary.el (gnus-diary): Add :group.
20344
20345 * gnus.el (gnus-group-news-1-face): Add :group.
20346 (gnus-group-news-1-empty-face): Ditto.
20347 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20348 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20349 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20350 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20351 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20352 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20353 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20354 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20355 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20356 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20357 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20358 (gnus-summary-high-ticked-face): Ditto.
20359 (gnus-summary-low-ticked-face): Ditto.
20360 (gnus-summary-normal-ticked-face): Ditto.
20361 (gnus-summary-high-ancient-face): Ditto.
20362 (gnus-summary-low-ancient-face): Ditto.
20363 (gnus-summary-normal-ancient-face): Ditto.
20364 (gnus-summary-high-undownloaded-face): Ditto.
20365 (gnus-summary-low-undownloaded-face): Ditto.
20366 (gnus-summary-normal-undownloaded-face): Ditto.
20367 (gnus-summary-high-unread-face): Ditto.
20368 (gnus-summary-low-unread-face): Ditto.
20369 (gnus-summary-normal-unread-face): Ditto.
20370 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20371 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20372
20373 * hashcash.el (hashcash): New custom group.
20374 (hashcash-default-payment): Add :group.
20375 (hashcash-payment-alist): Ditto.
20376 (hashcash-default-accept-payment): Ditto.
20377 (hashcash-accept-resources): Ditto.
20378 (hashcash-path): Ditto.
20379 (hashcash-extra-generate-parameters): Ditto.
20380 (hashcash-double-spend-database): Ditto.
20381 (hashcash-in-news): Ditto.
20382
20383 * message.el (message-minibuffer-local-map): Add :group.
20384
20385 * netrc.el (netrc): Add :group.
20386
20387 * sieve-manage.el (sieve-manage-log): Add :group.
20388 (sieve-manage-default-user): Diito.
20389 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20390 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20391 (sieve-manage-authenticators): Ditto.
20392 (sieve-manage-authenticator-alist): Ditto.
20393 (sieve-manage-default-port): Ditto.
20394
20395 * sieve-mode.el (sieve-control-commands-face): Add :group.
20396 (sieve-action-commands-face): Ditto.
20397 (sieve-test-commands-face): Ditto.
20398 (sieve-tagged-arguments-face): Ditto.
20399
20400 * smime.el (smime): Add :group.
20401
20402 * spam-report.el (spam-report): Add :group.
20403
20404 * spam.el (spam, spam-face): Add :group.
20405
20406 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20407
20408 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20409 return \n.\n.\n at the end of articles. Protect against that.
20410 (nntp-with-open-group): Allow debugging.
20411
20412 * nnheader.el (mail-header-set-extra): Make into a function
20413 because I just could't understand how to quote the list properly.
20414
20415 * dns.el (query-dns-cached): New function.
20416
20417 2005-05-26 Lute Kamstra <lute@gnu.org>
20418
20419 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20420
20421 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20422
20423 * gnus-art.el: Don't autoload mail-extract-address-components.
20424
20425 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20426 eval-and-compile to evaluate it.
20427
20428 * hashcash.el: Don't autoload executable-find.
20429
20430 * nndb.el: Don't declare the nndb back end two or more times; don't
20431 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20432
20433 * nntp.el: Autoload format-spec instead of format; use
20434 eval-and-compile to evaluate autoload forms.
20435
20436 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20437
20438 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20439
20440 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20441
20442 * gnus.el (gnus-version-number): Bump version.
20443
20444 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20445
20446 * gnus.el: No Gnus v0.3 is released.
20447
20448 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20449
20450 * gnus-art.el (gnus-article-edit-part): Disable undo.
20451
20452 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20453
20454 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20455 gnus-article-date-lapsed-new-header is t if date timer is active;
20456 skip headers in which the original date value is empty.
20457 (gnus-article-save-original-date): Redefine it as a macro.
20458 (gnus-display-mime): Use it.
20459
20460 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20461
20462 * gnus-art.el (article-date-ut): Support converting date in
20463 forwarded parts as well.
20464 (gnus-article-save-original-date): New function.
20465 (gnus-display-mime): Use it.
20466
20467 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20468
20469 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20470 enclosure element of <item>.
20471
20472 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20473
20474 * message.el (message-kill-buffer-query): Rename from
20475 `message-kill-buffer-query-if-modified'. Add :version.
20476
20477 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20478
20479 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20480 window layout.
20481
20482 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20483
20484 * mml.el: Autoload dnd when compiling.
20485
20486 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20487
20488 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20489 x-dnd-*.
20490
20491 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20492
20493 * qp.el (quoted-printable-encode-region): Save excursion.
20494
20495 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20496
20497 * message.el (message-kill-buffer-query-if-modified): Add new variable
20498 so the user can kill a modified message buffer quickly.
20499 (message-kill-buffer): Use it.
20500
20501 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20502
20503 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20504 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20505
20506 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20507
20508 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20509 contained in text because xml.el decodes entities) with LFs.
20510
20511 2005-04-11 Lute Kamstra <lute@gnu.org>
20512
20513 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20514 differently.
20515
20516 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20517
20518 * mm-util.el (mm-detect-coding-region): Typo.
20519
20520 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20521
20522 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20523
20524 2005-04-06 Deepak Goel <deego@gnufans.org>
20525
20526 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20527 user-function allow user modifications of the scores.
20528 (spam-stat-score-buffer-user): New function, to allow
20529 user-computed modifications to the score.
20530 (spam-stat-score-buffer-user-functions): List of additional
20531 scoring functions.
20532 (spam-stat-error-holder): Global temporary error holder.
20533 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20534 variable.
20535
20536 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20537
20538 * gnus-registry.el (gnus-registry-clean-empty-function)
20539 (gnus-registry-trim, gnus-registry-fetch-groups)
20540 (gnus-registry-delete-group): Groups that match
20541 `gnus-registry-ignored-groups' are removed from the registry
20542 entries, not just ignored for splitting. This helps clean up the
20543 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20544 to get all the groups a message ID is in.
20545
20546 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20547 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20548 (spam-stat-score-buffer-user-functions): Add :number custom type.
20549
20550 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20551
20552 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20553 argument in XEmacs.
20554
20555 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20556 (nnrss-request-group): Decode group name first.
20557 (nnrss-request-article): Make a text/plain article if mml-to-mime
20558 failed.
20559 (nnrss-get-encoding): Return a compatible encoding according to
20560 nnrss-compatible-encoding-alist.
20561 (nnrss-find-el): Use consp instead of listp.
20562 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20563
20564 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20565
20566 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20567 which Emacs 20 doesn't support.
20568 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20569
20570 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20571
20572 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20573 silence the byte compiler inside the defun.
20574
20575 * gnus-demon.el (parse-time-string): Add autoload.
20576
20577 * gnus-delay.el (parse-time-string): Add autoload.
20578
20579 * gnus-art.el (parse-time-string): Add autoload.
20580
20581 * nnultimate.el (parse-time): Require for `parse-time-string'.
20582
20583 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20584
20585 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20586
20587 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20588
20589 * smime.el (smime-ldap-host-list): Add :version.
20590
20591 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20592
20593 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20594 pass it to `gnus-browse-read-group'.
20595 (gnus-browse-read-group): Add NUMBER argument and pass it to
20596 `gnus-group-read-ephemeral-group'.
20597
20598 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20599 argument and pass it to `gnus-group-read-group'.
20600
20601 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20602
20603 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20604 mm-xemacs-find-mime-charset-1 if we have the mule feature
20605 available at runtime.
20606
20607 2005-03-25 Werner Lemberg <wl@gnu.org>
20608
20609 * nnmaildir.el: Replace `illegal' with `invalid'.
20610
20611 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20612
20613 * gnus-start.el (gnus-display-time-event-handler):
20614 Check display-time-timer at runtime rather than only at load time
20615 in case display-time-mode is turned off in the mean time.
20616
20617 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20618
20619 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20620 used.
20621
20622 * nneething.el (nneething-map-file-directory): Derive from
20623 `gnus-directory'.
20624
20625 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20626 the To/Cc button.
20627
20628 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20629
20630 * nnmaildir.el (nnmaildir-request-accept-article):
20631 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20632
20633 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20634
20635 * gnus-async.el: Require timer-funcs at compile time when in
20636 XEmacs for `run-with-idle-timer'.
20637
20638 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20639
20640 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20641 autoloaded function.
20642
20643 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20644
20645 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20646
20647 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20648
20649 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20650
20651 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20652
20653 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20654 Add gnus-expert-user to default.
20655
20656 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20657
20658 * nnimap.el (nnimap-open-server): Ditto.
20659
20660 * imap.el (imap-authenticate): Fix typo.
20661
20662 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20663
20664 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20665 buffer (since IMAP server might return FETCH response out of
20666 order, and the nntp buffer must be sorted).
20667
20668 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20669
20670 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20671 comparison on string.
20672
20673 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20674 (gnus-agent-score): Rename category keywords to match gnus-cus.
20675 (gnus-agent-summary-fetch-series): Modify to protect against
20676 gnus-agent-summary-fetch-group clearing processable flags.
20677 (gnus-agent-synchronize-group-flags): Update live group buffer as
20678 synchronization may occur due to the user toggle the plugged
20679 status.
20680 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20681 successfully downloaded.
20682 (gnus-agent-expire-group-1): Avoid using markers when the overview
20683 is in ascending order; greatly improves performance.
20684 (gnus-agent-regenerate-group):
20685 Use gnus-agent-synchronize-group-flags to reset read status in both
20686 gnus and server.
20687 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20688
20689 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20690
20691 * message.el: Don't autoload former message-utils variables.
20692 (message-strip-subject-trailing-was): Change doc string.
20693
20694 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20695 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20696 (nnweb-google-search): Add "hl=en" here.
20697 (nnweb-google-parse-1, nnweb-google-create-mapping):
20698 Don't hardcode URL.
20699
20700 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20701
20702 * message.el (message-get-reply-headers, message-followup):
20703 Mention related variables `message-use-followup-to' and
20704 `message-use-mail-followup-to', in the information buffer.
20705
20706 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20707 of broken groups(-beta).google.com.
20708
20709 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20710
20711 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20712 parameter to invoked gnus-request-move-article; remove the
20713 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20714 all at once instead of once per article.
20715 (gnus-summary-remove-process-mark): Accept a list of articles as
20716 well as a single article for processing.
20717
20718 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20719 parameter.
20720
20721 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20722
20723 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20724
20725 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20726 parameter.
20727
20728 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20729 parameter.
20730
20731 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20732 parameter and remove the gnus-sum-hint-move-is-internal variable.
20733
20734 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20735 parameter.
20736
20737 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20738 parameter.
20739
20740 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20741 parameter.
20742
20743 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20744
20745 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20746 parameter.
20747
20748 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20749 parameter.
20750
20751 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20752
20753 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20754 a more conservative way.
20755
20756 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20757
20758 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20759 buffer, so it moves the window's cursor.
20760
20761 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20762
20763 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20764 `mm-dissect-multipart' and receive the from field as an (optional)
20765 argument from `mm-dissect-multipart'.
20766 (mm-dissect-multipart): Receive the from field as an argument and
20767 pass it on when we call `mm-dissect-buffer' on MIME parts.
20768 Fixes verification/decryption of signed/encrypted MIME parts.
20769
20770 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20771
20772 * gnus-sum.el (gnus-summary-move-article):
20773 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20774 whatever it calls (right now, only nnimap-request-move article
20775 respects it).
20776
20777 * nnimap.el (nnimap-request-move-article):
20778 When gnus-sum-hint-move-is-internal is set, don't do the extra
20779 nnimap-request-article.
20780
20781 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20782
20783 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20784
20785 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20786 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20787
20788 * gnus-sum.el (gnus-summary-caesar-message):
20789 Apply `gnus-treat-article' after rotation.
20790
20791 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20792 doc string.
20793
20794 2005-02-22 Simon Josefsson <jas@extundo.com>
20795
20796 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20797 `password-cache-expiry' instead). Reported by Arne Jørgensen
20798 <arne@arnested.dk>.
20799 (encrypt): Add password-cache and password-cache-expiry as group
20800 members.
20801
20802 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20803
20804 * smime.el (smime-ldap-host-list): Doc fix.
20805 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20806 cache) password.
20807 (smime-sign-region): Use it.
20808 (smime-decrypt-region): Use it.
20809 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20810 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20811 fails.
20812 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20813 certificate from DER to PEM format rather than calling openssl.
20814
20815 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20816
20817 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20818 for signing/encryption.
20819
20820 * mml.el (mml-parse-1): Use them.
20821
20822 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20823
20824 * nnrss.el (nnrss-verbose): Remove.
20825 (nnrss-request-group): Use `nnheader-message' instead.
20826
20827 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20828
20829 * nnrss.el (nnrss-verbose): New variable.
20830 (nnrss-request-group): Make it say nnrss is requesting a group.
20831
20832 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20833
20834 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20835 Handle news URL with given port correctly.
20836
20837 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20838
20839 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20840 containing special characters.
20841
20842 * gnus-sum.el (gnus-summary-edit-article): Ditto.
20843
20844 * mml.el (mime-to-mml): Ditto.
20845
20846 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20847 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20848 (rfc2047-decode-region): Quote decoded words containing special
20849 characters when rfc2047-quote-decoded-words-containing-tspecials
20850 is non-nil.
20851
20852 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
20853
20854 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20855
20856 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20857
20858 2005-02-15 Simon Josefsson <jas@extundo.com>
20859
20860 * nnimap.el (nnimap-debug): Doc fix.
20861
20862 * imap.el (imap-debug): Doc fix.
20863
20864 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20865
20866 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20867
20868 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20869
20870 * gnus.el (spam-contents): Improve docs for spam-contents
20871 parameter in its variable incarnation.
20872
20873 2005-02-14 Simon Josefsson <jas@extundo.com>
20874
20875 * smime-ldap.el: Use require instead of load-library for ldap.
20876 (smime-ldap-search): Indent.
20877 (smime-ldap-search-internal): Shorten line.
20878
20879 * smime.el (smime-cert-by-dns): Add doc-string.
20880 (smime-cert-by-ldap-1): Indent.
20881
20882 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20883 mml-smime-get-dns-ldap.
20884 (mml-smime-encrypt-query): Use new function. Default to ldap.
20885
20886 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20887
20888 * smime.el: Require smime-ldap.
20889 (smime-ldap-host-list): New variable.
20890 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20891
20892 * mml-smime.el (mml-smime-encrypt-query): New function.
20893 (mml-smime-encrypt-query): Use it.
20894
20895 * smime-ldap.el: New file.
20896
20897 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20898
20899 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20900
20901 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20902
20903 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20904 argument in doc string. Make query for type more clear.
20905
20906 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20907
20908 * gnus.el (gnus-group-startup-message): Search for gnus images in
20909 etc/images/gnus.
20910 * mm-util.el (mm-image-load-path): Likewise.
20911 * smiley.el (smiley-data-directory): Search for smilies in
20912 etc/images/smilies.
20913
20914 2005-02-09 Kim F. Storm <storm@cua.dk>
20915
20916 Change Emacs release version from 21.4 to 22.1 throughout.
20917 Change Emacs development version from 21.3.50 to 22.0.50.
20918
20919 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20920
20921 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20922
20923 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20924 non-Mule XEmacs as well.
20925 (mm-decompress-buffer): Signal an error intentionally if it does
20926 not decompress compressed data because auto-compression-mode is
20927 disabled.
20928
20929 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
20930
20931 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20932 an ID in the registry even if it has no groups.
20933
20934 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
20935
20936 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20937 merge it into mm-decompress-buffer.
20938 (gnus-mime-copy-part): Use the MIME part charset, the value which
20939 a user specified or gnus-newsgroup-charset for decoding, like
20940 gnus-mime-inline-part does; set buffer-file-coding-system to tell
20941 save-buffer what was used. Suggested by Kevin Ryde
20942 <user42@zip.com.au>.
20943 (gnus-mime-inline-part): Allow the name parameter as well as the
20944 filename parameter; force decompressing of compressed data; always
20945 display contents being not decoded as unibyte.
20946
20947 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20948 as well as the filename parameter.
20949
20950 * mm-util.el (mm-decompress-buffer):
20951 Merge gnus-mime-jka-compr-maybe-uncompress.
20952 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20953 of compressed data.
20954
20955 2005-02-08 Simon Josefsson <jas@extundo.com>
20956
20957 * imap.el (imap-log): Doc fix.
20958
20959 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20960
20961 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20962 the coding cookies; decompress compressed parts.
20963
20964 * mml.el (mml-generate-mime-1): Add the charset parameter according
20965 to the value which a user specified manually or the coding cookie.
20966
20967 * mm-util.el (mm-string-to-multibyte): New function.
20968 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20969 (mm-coding-system-to-mime-charset): New function.
20970 (mm-decompress-buffer): New function.
20971 (mm-find-buffer-file-coding-system): New function.
20972
20973 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20974 (mm-display-inline-fontify): Rewrite for decoding and decompressing
20975 parts.
20976
20977 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20978
20979 * mm-view.el (mm-display-inline-fontify): Decode a part according
20980 to the charset parameter.
20981
20982 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
20983
20984 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20985 prefix arg is neither nil nor a number, as info specifies.
20986
20987 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
20988
20989 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20990 timestamps.
20991
20992 2005-02-02 Jari Aalto <jari.aalto@cante.net>
20993
20994 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20995 groups error checking and notify user.
20996
20997 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
20998
20999 * message.el (message-send-mail-function): Check existence of
21000 sendmail-program first before using default value
21001 `message-send-mail-with-sendmail'. Otherwise use more generic
21002 `smtpmail-send-it'.
21003
21004 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21005
21006 * nntp.el (nntp-request-update-info): Always return nil.
21007
21008 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21009
21010 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21011
21012 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21013
21014 * message.el (message-beginning-of-line): Change the behavior when
21015 invoked between BOL and : so that it first moves backward.
21016
21017 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21018
21019 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21020 article buffer when editing of the article is discarded.
21021 (gnus-article-prepare): Revert.
21022
21023 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21024
21025 * gnus-art.el (gnus-article-prepare):
21026 Remove message-strip-forbidden-properties from the local hook.
21027
21028 2005-01-27 Simon Josefsson <jas@extundo.com>
21029
21030 * password.el (password-cache-add): Only start one timer per key.
21031 Reported by Derek Atkins <warlord@MIT.EDU>.
21032
21033 2005-01-26 Steve Youngs <steve@sxemacs.org>
21034
21035 * run-at-time.el: Remove. It is no longer needed as
21036 timer-funcs.el in the xemacs-base package has a working version of
21037 `run-at-time'.
21038
21039 * password.el: Require timer-funcs instead of run-at-time in
21040 XEmacs.
21041 Remove `password-run-at-time' macro.
21042 (password-cache-add): Use `run-at-time' instead of
21043 `password-run-at-time'.
21044
21045 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21046 for `run-with-idle-timer'.
21047
21048 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21049 for `run-at-time'.
21050
21051 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21052 for `with-timeout'.
21053
21054 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21055
21056 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21057 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21058
21059 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21060
21061 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21062 sensitively.
21063
21064 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21065
21066 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21067
21068 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21069
21070 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21071 which will be inserted according to the multibyteness of a buffer
21072 rather than the type of contents. Suggested by ARISAWA Akihiro
21073 <ari@mbf.ocn.ne.jp>.
21074
21075 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21076 of string which old xml.el may return rather than a string.
21077
21078 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21079
21080 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21081
21082 2005-01-16 Simon Josefsson <jas@extundo.com>
21083
21084 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21085 idn/idna.el isn't available.
21086 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21087 <michael@waxrat.com>.
21088
21089 * hashcash.el: Remove non-FSF copyright header.
21090
21091 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21092 (hashcash-generate-payment): Use it.
21093 (hashcash-generate-payment-async): Use it.
21094
21095 2005-01-15 Simon Josefsson <jas@extundo.com>
21096
21097 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21098 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21099
21100 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21101 gnus-summary-idna-message.
21102 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21103 (gnus-summary-idna-message): New function.
21104
21105 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21106
21107 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21108 gnus-novice-user.
21109
21110 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21111
21112 * nnrss.el (nnrss-request-delete-group): Delete entries in
21113 nnrss-group-alist as well.
21114 (nnrss-save-server-data): Insert newline.
21115
21116 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21117
21118 * gnus.el (gnus-user-agent): Use list of symbols instead of
21119 symbols. Display full version number for (S)XEmacs.
21120 Optionally display (S)XEmacs codename.
21121
21122 * gnus-util.el (gnus-emacs-version): Update for new
21123 `gnus-user-agent'.
21124
21125 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21126 Gnus version.
21127
21128 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21129
21130 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21131 which is unreadable in some setups.
21132
21133 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21134
21135 * gnus-spec.el (gnus-update-format-specifications): Flush the
21136 group format spec cache if it doesn't support decoded group names.
21137
21138 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21139
21140 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21141 Allow to apply decay on score files matching a regexp.
21142
21143 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21144
21145 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21146 compatibility in %g and %c.
21147
21148 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21149
21150 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21151 name for only %g and %c.
21152 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21153 of gnus-tmp-group to decoded group name.
21154 (gnus-group-make-rss-group): Exclude `/'s from group names.
21155
21156 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21157
21158 * nnrss.el (nnrss-get-encoding): Fix regexp.
21159
21160 2004-12-27 Simon Josefsson <jas@extundo.com>
21161
21162 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21163 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21164 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21165
21166 2004-12-17 Kim F. Storm <storm@cua.dk>
21167
21168 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21169
21170 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21171
21172 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21173
21174 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21175
21176 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21177
21178 * nnrss.el: Require rfc2047 and mml.
21179 (nnrss-file-coding-system): New variable.
21180 (nnrss-format-string): Redefine it as an inline function.
21181 (nnrss-decode-group-name): New function.
21182 (nnrss-string-as-multibyte): Remove.
21183 (nnrss-retrieve-headers): Decode group name; don't use
21184 nnrss-format-string.
21185 (nnrss-request-group): Decode group name.
21186 (nnrss-request-article): Decode group name; allow a Message-ID as
21187 well as an article number; don't use nnrss-format-string; encode a
21188 Message-ID string which may contain non-ASCII characters; use
21189 mml-to-mime to compose a MIME article.
21190 (nnrss-request-expire-articles): Decode group name.
21191 (nnrss-request-delete-group): Decode group name.
21192 (nnrss-fetch): Clarify error message.
21193 (nnrss-read-server-data): Use insert-file-contents instead of load;
21194 bind file-name-coding-system; use multibyte buffer.
21195 (nnrss-save-server-data): Bind coding-system-for-write to the
21196 value of nnrss-file-coding-system; bind file-name-coding-system;
21197 add coding cookie.
21198 (nnrss-read-group-data): Use insert-file-contents instead of load;
21199 bind file-name-coding-system; use multibyte buffer.
21200 (nnrss-save-group-data): Bind coding-system-for-write to the
21201 value of nnrss-file-coding-system; bind file-name-coding-system.
21202 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21203 make it work with non-ASCII text.
21204 (nnrss-find-el): Make it work with old xml.el as well.
21205
21206 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21207
21208 * nnrss.el (nnrss-get-encoding): New function.
21209 (nnrss-fetch): Use unibyte buffer initially; bind
21210 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21211 decode contents according to the encoding attribute.
21212 (nnrss-save-group-data): Add coding cookie.
21213 (nnrss-mime-encode-string): New function.
21214 (nnrss-check-group): Use it to encode subject and author.
21215
21216 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21217
21218 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21219 imaginary variable.
21220
21221 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21222
21223 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21224 correctly even if there are wide characters.
21225
21226 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21227
21228 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21229 downcased symbol names; make a new cache instead of reusing
21230 bbdb-hashtable.
21231
21232 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21233
21234 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21235 concatenating segments rather than before concatenating them.
21236 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21237
21238 * message.el (message-get-reply-headers): Bind `extra'.
21239
21240 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21241
21242 * message.el (message-extra-wide-headers): New variable.
21243 (message-get-reply-headers): Use it.
21244
21245 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21246
21247 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21248 (gnus-agent-group-pathname): Ditto.
21249
21250 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21251
21252 * gnus-group.el (gnus-group-make-group): Decode group name.
21253 (gnus-group-make-rss-group): Register the group data after opening
21254 the nnrss group.
21255
21256 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21257
21258 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21259 by expiry now get marked as read.
21260
21261 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21262
21263 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21264
21265 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21266
21267 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21268 unify Latin characters in XEmacs.
21269 (mm-find-mime-charset-region): Use it.
21270
21271 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21272
21273 * gnus-util.el (gnus-delete-directory): New function.
21274
21275 * gnus-agent.el (gnus-agent-delete-group): Use it.
21276
21277 * gnus-cache.el (gnus-cache-delete-group): Use it.
21278
21279 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21280
21281 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21282 names.
21283
21284 2004-12-16 Simon Josefsson <jas@extundo.com>
21285
21286 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21287
21288 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21289
21290 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21291
21292 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21293 (gnus-group-set-current-level): Decode group name.
21294
21295 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21296
21297 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21298 failed.
21299
21300 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21301
21302 * gnus-group.el (gnus-group-delete-group): Decode group name.
21303 (gnus-group-make-rss-group): Encode group name.
21304 (gnus-group-catchup-current): Decode group name.
21305 (gnus-group-kill-group): Decode group name.
21306
21307 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21308
21309 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21310
21311 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21312
21313 * gnus-group.el (gnus-group-make-rss-group):
21314 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21315
21316 * gnus-start.el (gnus-setup-news): Honor user's setting to
21317 gnus-message-archive-method. Suggested by Lute Kamstra
21318 <lute@gnu.org>.
21319
21320 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21321
21322 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21323 global counterparts of the buffer-local variables.
21324
21325 2004-11-16 Romain Francoise <romain@orebokech.com>
21326
21327 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21328 counterparts of the buffer-local variables.
21329
21330 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21331
21332 * message.el (message-forbidden-properties): Fix typo in doc
21333 string.
21334
21335 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21336
21337 * gnus-util.el (gnus-replace-in-string): Add doc string.
21338
21339 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21340 to avoid problems when splitting mails with many recipients.
21341
21342 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21343
21344 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21345 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21346
21347 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21348
21349 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21350 if there is no hashtable in memory or file modification time is
21351 newer than cached timestamp.
21352
21353 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21354
21355 * gnus-sum.el (gnus-summary-limit-to-recipient):
21356 Implement not-matching option.
21357
21358 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21359
21360 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21361 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21362 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21363 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21364 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21365 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21366
21367 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21368
21369 * message.el (message-forward-make-body-mml): Remove headers
21370 according to message-forward-ignored-headers if a message is decoded.
21371
21372 2004-12-02 Romain Francoise <romain@orebokech.com>
21373
21374 * message.el (message-forward-make-body-plain): Always remove
21375 headers according to message-forward-ignored-headers.
21376
21377 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21378
21379 * spam.el (spam-summary-prepare-exit): Remove the
21380 gnus-summary-limit pop for now, it has problems with ham marks for
21381 me.
21382
21383 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21384
21385 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21386 correctly.
21387
21388 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21389
21390 * format-spec.el (format-spec): Message the char.
21391
21392 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21393
21394 * gnus-art.el (gnus-split-methods): Reformat comments.
21395
21396 * spam.el (spam-summary-prepare-exit): Remove article limits
21397 before exiting the summary buffer.
21398
21399 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21400
21401 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21402 order to silence the byte compiler.
21403
21404 * spam.el: Fix the way to silence the byte compiler, which
21405 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21406 bbdb-search-simple, spam-BBDB-register-routine,
21407 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21408 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21409 spam-stat-buffer-is-spam, spam-stat-load,
21410 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21411 spam-stat-save and spam-stat-split-fancy.
21412
21413 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21414
21415 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21416 which may confuse users.
21417 (canlock-password-for-verify): Ditto.
21418
21419 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21420
21421 * gnus-art.el (gnus-emphasis-alist): Ditto.
21422
21423 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21424
21425 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21426
21427 * gnus-start.el (gnus-save-killed-list): Ditto.
21428
21429 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21430 (gnus-sum-thread-tree-root): Ditto.
21431 (gnus-sum-thread-tree-false-root): Ditto.
21432 (gnus-sum-thread-tree-single-indent): Ditto.
21433
21434 * message.el (message-courtesy-message): Ditto.
21435 (message-archive-note): Ditto.
21436 (message-subscribed-address-file): Ditto.
21437 (message-user-fqdn): Ditto.
21438
21439 * spam-report.el (spam-report-gmane-regex): Ditto.
21440
21441 * spam.el (spam-blackhole-good-server-regex): Ditto.
21442
21443 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21444
21445 * mml.el (mml-preview): Widen the message buffer before copying
21446 the contents to the preview buffer; sort headers before previewing.
21447
21448 * message.el (message-hidden-headers): Fix the way to avoid a bug
21449 in the `repeat' widget in Emacs 21.3 or earlier.
21450
21451 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21452
21453 * message.el (message-hidden-headers): Default to "^References:".
21454 Improve customization type. Suggested by Reiner Steib
21455 <Reiner.Steib@gmx.de>.
21456
21457 2004-11-25 Romain Francoise <romain@orebokech.com>
21458
21459 * message.el (message-strip-forbidden-properties): Remove check for
21460 obsolete `message-hidden' text property, hidden headers are not
21461 accessible in the buffer anymore.
21462
21463 2004-11-22 Romain Francoise <romain@orebokech.com>
21464
21465 * message.el (message-header-format-alist): Add `From' in list
21466 so that it can be sorted.
21467 (message-fix-before-sending): Widen and sort headers before
21468 sending.
21469 (message-hide-headers): Use narrowing to hide headers by moving
21470 them to the top of the buffer and narrowing to the region
21471 underneath.
21472
21473 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21474
21475 * message.el (message-strip-forbidden-properties):
21476 Bind buffer-read-only (etc) to nil.
21477
21478 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21479
21480 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21481 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21482
21483 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21484
21485 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21486
21487 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21488
21489 * dns.el (query-dns): Use sit-for to time instead of
21490 accept-process-output, since that doesn't seem to work on udp
21491 sockets.
21492
21493 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21494
21495 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21496
21497 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21498
21499 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21500 doc string. Improve doc string.
21501
21502 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21503
21504 * nntp.el (nntp-request-update-info): Return nil if
21505 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21506 may not call gnus-activate-group which uselessly issues the GROUP
21507 commands for all nntp groups and wastes time. Reported by Romain
21508 Francoise <romain@orebokech.com>.
21509
21510 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21511
21512 2004-11-15 Simon Josefsson <jas@extundo.com>
21513
21514 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21515 headers separately.
21516 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21517 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21518
21519 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21520
21521 * gnus-start.el (gnus-convert-old-newsrc):
21522 Assign legacy-gnus-agent to 5.10.7.
21523
21524 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21525
21526 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21527 start of the lines.
21528
21529 2004-11-14 Magnus Henoch <mange@freemail.hu>
21530
21531 * hashcash.el (hashcash-default-payment): Change default to 20.
21532 (hashcash-default-accept-payment): Change default to 20.
21533 (hashcash-process-alist): New variable.
21534 (hashcash-generate-payment-async): Add.
21535 (hashcash-already-paid-p): Add.
21536 (hashcash-insert-payment): Don't generate payments twice.
21537 (hashcash-insert-payment-async): Add.
21538 (hashcash-insert-payment-async-2): Add.
21539 (hashcash-cancel-async): Add.
21540 (hashcash-wait-async): Add.
21541 (hashcash-processes-running-p): Add.
21542 (hashcash-wait-or-cancel): Add.
21543 (mail-add-payment): New optional argument. Conditionally start
21544 asynchronous calculation.
21545 (mail-add-payment-async): Add.
21546
21547 * message.el (message-send-mail): Wait for asynchronous hashcash
21548 results. Don't clobber existing X-Hashcash headers.
21549 (message-setup-1): Call mail-add-payment-async when
21550 message-generate-hashcash is non-nil.
21551
21552 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21553
21554 * message.el (message-use-alternative-email-as-from): Examine the
21555 From header as well; use message-make-from in order to include a
21556 user's full name.
21557
21558 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21559
21560 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21561 default; improve customization type.
21562 (gnus-emphasis-custom-with-format): New macro.
21563 (gnus-emphasis-custom-value-to-external): New function.
21564 (gnus-emphasis-custom-value-to-internal): New function.
21565
21566 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21567
21568 * dns.el (query-dns): Resolve reverse addresses.
21569
21570 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21571
21572 * gnus-group.el (gnus-group-get-new-news): Use it.
21573
21574 * gnus-start.el (gnus-check-reasonable-setup): New function.
21575
21576 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21577
21578 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21579 "Args out of range" error. Reported by Arnaud Giersch
21580 <arnaud.giersch@free.fr>.
21581
21582 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21583
21584 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21585
21586 2004-11-04 Richard M. Stallman <rms@gnu.org>
21587
21588 * spam.el (spam group): Add :version.
21589
21590 * pgg-def.el (pgg group): Add :version.
21591
21592 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21593
21594 * gnus-art.el (gnus-article-edit-article): Don't associate the
21595 article buffer with a draft file. This is a temporary measure
21596 against the 2004-08-22 change to gnus-article-edit-mode.
21597
21598 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21599
21600 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21601 (html2text-format-tags): Remove unused variable `attr'.
21602
21603 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21604
21605 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21606
21607 * spam-stat.el (spam-stat): Add :version.
21608
21609 * sieve.el (sieve): Add :version.
21610
21611 * sha1.el (sha1): Add :version.
21612 (sha1-use-external): Remove redundant version.
21613
21614 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21615 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21616 (nnmail-split-fancy-match-partial-words)
21617 (nnmail-split-lowercase-expanded): Add :version.
21618
21619 * nndiary.el (nndiary): Add :version.
21620
21621 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21622
21623 * mml-sec.el (mml-default-sign-method)
21624 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21625 Add :version.
21626
21627 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21628
21629 * mm-url.el (mm-url-use-external, mm-url-program)
21630 (mm-url-arguments): Add :version.
21631
21632 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21633 (mm-attachment-file-modes, mm-decrypt-option)
21634 (mm-w3m-safe-url-regexp): Add :version.
21635
21636 * message.el (message-cite-prefix-regexp)
21637 (message-sendmail-envelope-from, message-minibuffer-local-map)
21638 (message-user-fqdn, message-completion-alist): Add :version.
21639
21640 * gnus-win.el (gnus-configure-windows-hook)
21641 (gnus-use-frames-on-any-display): Add :version.
21642
21643 * gnus-art.el (gnus-article-address-banner-alist)
21644 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21645 (gnus-treat-from-picon, gnus-treat-mail-picon)
21646 (gnus-treat-x-pgp-sig): Add :version.
21647
21648 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21649 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21650 (gnus-summary-article-delete-hook)
21651 (gnus-summary-display-while-building): Add :version.
21652
21653 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21654 (gnus-get-top-new-news-hook): Add :version.
21655
21656 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21657 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21658
21659 * gnus-registry.el (gnus-registry): Add :version.
21660
21661 * gnus-spec.el (gnus-use-correct-string-widths)
21662 (gnus-make-format-preserve-properties): Add :version.
21663
21664 * gnus.el (gnus-group-charter-alist)
21665 (gnus-group-fetch-control-use-browse-url)
21666 (gnus-install-group-spam-parameters): Add :version.
21667
21668 * gnus-diary.el (gnus-diary): Add :version.
21669
21670 * gnus-delay.el (gnus-delay): Add :version.
21671
21672 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21673 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21674 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21675 Add :version.
21676
21677 * gnus-agent.el (gnus-agent-max-fetch-size)
21678 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21679 (gnus-agent-prompt-send-queue): Add :version.
21680
21681 * deuglify.el (gnus-outlook-deuglify): Add :version.
21682
21683 * html2text.el: Beautify code. Improve doc strings.
21684 Some checkdoc cleanup.
21685 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21686
21687 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21688
21689 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21690
21691 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21692
21693 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21694 when package is loaded.
21695
21696 * spam.el (spam-summary-score-preferred-header): Add global preference
21697 for people who want to override the default SpamAssassin over
21698 Bogofilter preference (when both are set).
21699 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21700 (spam-user-format-function-S):
21701 Check spam-summary-score-preferred-header.
21702 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21703 (spam-user-format-function-S): Format the score correctly.
21704
21705 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21706
21707 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21708 signature file. Suggested by Manoj Srivastava
21709 <srivasta@golden-gryphon.com>.
21710
21711 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21712 iso-2022-jp even in the Japanese language environment.
21713 Suggested by Jason Rumney <jasonr@gnu.org>.
21714
21715 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21716
21717 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21718 use the same characters as the dummy marks; make it free from
21719 getting affected by the language environment.
21720 (gnus-summary-read-group-1): Update mark positions only when the
21721 format spec is updated.
21722
21723 * gnus-spec.el (gnus-update-format-specifications): Return a list
21724 of updated types.
21725
21726 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21727
21728 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21729 of boundp to check if display-warning is available.
21730
21731 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21732
21733 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21734
21735 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21736
21737 * nnspool.el (nnspool-spool-directory): Use news-path if the
21738 news-directory variable is not bound.
21739
21740 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21741 function instead of display-warning if it is not available.
21742
21743 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21744
21745 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21746 v5-10: Use `point-at-bol'.
21747
21748 2004-10-26 Simon Josefsson <jas@extundo.com>
21749
21750 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21751 <chenggao@gmail.com>.
21752
21753 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21754
21755 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21756 instead.
21757
21758 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21759
21760 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21761 to remove a server from the nnimap-server-buffer-alist.
21762 (nnimap-open-connection, nnimap-close-server): Use it.
21763
21764 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21765
21766 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21767
21768 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21769 running the major-mode function.
21770
21771 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21772
21773 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21774 dummy marks in the right way.
21775
21776 2004-10-18 David Edmondson <dme@dme.org>
21777
21778 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21779 excessively.
21780
21781 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21782
21783 * gnus-util.el (gnus-split-references): Accept a nil references
21784 string and go on blissfully.
21785
21786 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21787 cases where the references string is non-nil but has no references.
21788
21789 * encrypt.el: Add autoload tags.
21790
21791 * spam.el (spam-resolve-registrations-routine): Remove article
21792 from unregistration list too. Reported by David Hanak
21793 <dhanak@isis.vanderbilt.edu>
21794
21795 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21796
21797 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21798 nil. Change custom type.
21799
21800 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21801
21802 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21803
21804 * gnus-sum.el (gnus-summary-move-article): Use it.
21805
21806 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21807
21808 * encrypt.el: Add autoload cookies.
21809
21810 * spam.el (spam-backend-article-list-property)
21811 (spam-backend-get-article-todo-list)
21812 (spam-backend-put-article-todo-list)
21813 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21814 Resolve registrations separately.
21815 (spam-register-routine): Format comments.
21816 (spam-unregister-routine, spam-register-routine): Always call with
21817 specific-articles, no default list.
21818 (spam-summary-prepare-exit): Use the spam-classifications function.
21819
21820 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21821 gnus-encrypt.el.
21822
21823 * encrypt.el: Copied from gnus-encrypt.el.
21824
21825 * gnus-encrypt.el: Commented that it's obsolete.
21826
21827 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21828
21829 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21830 (gnus-score-save): Use it.
21831
21832 * message.el (message-bury): Use `window-dedicated-p'.
21833
21834 2004-10-15 Simon Josefsson <jas@extundo.com>
21835
21836 * pop3.el (top-level): Don't require nnheader.
21837 (pop3-read-timeout): Add.
21838 (pop3-accept-process-output): Add.
21839 (pop3-read-response, pop3-retr): Use it.
21840
21841 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
21842
21843 * spam.el (spam-register-routine): Move comment.
21844 (spam-verify-bogofilter): Use 'unknown for the initial
21845 spam-bogofilter-valid state, not 'never.
21846
21847 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21848 for netrc-machine.
21849
21850 * nnimap.el (nnimap-open-connection):
21851 Use netrc-machine-user-or-password.
21852
21853 2004-10-17 Richard M. Stallman <rms@gnu.org>
21854
21855 * gnus-registry.el (gnus-registry-unload-hook):
21856 Set as a variable with add-hook.
21857
21858 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21859 of news-path.
21860
21861 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21862
21863 * spam.el: Delete duplicate `provide'.
21864 (spam-unload-hook): Set as a variable with add-hook.
21865
21866 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21867
21868 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21869 in the doc string.
21870
21871 * message.el (message-ignored-news-headers)
21872 (message-ignored-supersedes-headers)
21873 (message-ignored-resent-headers)
21874 (message-forward-ignored-headers): Improve custom type.
21875
21876 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21877
21878 * message.el (message-tokenize-header): Fix 2004-09-06 change
21879 which used point-min in the wrong place.
21880
21881 2004-10-12 Simon Josefsson <jas@extundo.com>
21882
21883 * tls.el (tls-certtool-program): New variable.
21884 (tls-certificate-information): New function, based on
21885 ssl-certificate-information.
21886
21887 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21888
21889 * compface.el: Move the version of ELisp-based uncompface program
21890 to the contrib directory because of the copyright problem.
21891
21892 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21893
21894 * message.el (message-kill-buffer): Raise the current frame.
21895
21896 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21897
21898 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21899
21900 * gnus.el (message-y-or-n-p): Autoload.
21901
21902 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21903 (pop3-password-required, pop3-authentication-scheme)
21904 (pop3-leave-mail-on-server): Make customizable.
21905 (pop3): New custom group.
21906 (pop3-retr): Remove `sleep-for' statements.
21907 Suggested by Dave Love <fx@gnu.org>.
21908
21909 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21910 Windows/DOS.
21911
21912 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21913 (imap-parse-body): Fix incorrect use of `assert'.
21914 Suggested by Dave Love <fx@gnu.org>.
21915
21916 * mml.el (mml-minibuffer-read-disposition): Require match.
21917 Suggested by Dave Love <fx@gnu.org>.
21918
21919 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
21920
21921 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
21922 doc string.
21923
21924 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
21925
21926 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21927
21928 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21929
21930 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21931 instead of calling `mm-insert-inline', to decode text/* parts
21932 before displaying them.
21933
21934 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
21935
21936 * mm-uu.el (mm-uu-text-plain-type): New variable.
21937 (mm-uu-pgp-signed-extract-1): Use it.
21938 (mm-uu-pgp-encrypted-extract-1): Use it.
21939 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21940 bind mm-uu-text-plain-type with that value.
21941 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21942 mm-uu-dissect.
21943
21944 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21945
21946 * gnus-group.el (gnus-update-group-mark-positions):
21947 * gnus-sum.el (gnus-update-summary-mark-positions):
21948 * message.el (message-check-news-body-syntax):
21949 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21950 of string-as-multibyte.
21951
21952 2004-10-05 Juri Linkov <juri@jurta.org>
21953
21954 * gnus-group.el (gnus-update-group-mark-positions):
21955 * gnus-sum.el (gnus-update-summary-mark-positions):
21956 * message.el (message-check-news-body-syntax):
21957 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21958 8-bit unibyte values to a multibyte string for search functions.
21959
21960 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21961
21962 * mm-uu.el (mm-uu-dissect): Allow optional arg.
21963 (mm-uu-dissect-text-parts): New function.
21964
21965 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21966 dissect text parts.
21967
21968 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21969 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21970
21971 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21972
21973 * gnus-topic.el (gnus-topic-hierarchical-parameters):
21974 Use gnus-current-topics instead of gnus-current-topic.
21975
21976 2004-10-06 Jesper Harder <harder@ifa.au.dk>
21977
21978 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21979
21980 2004-10-05 Jesper Harder <harder@ifa.au.dk>
21981
21982 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21983 where appropriate.
21984
21985 * nnml.el (nnml-generate-active-info): do.
21986
21987 * nndiary.el (nndiary-generate-active-info): do.
21988
21989 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21990 (gnus-topic-move): do.
21991
21992 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21993 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21994
21995 * gnus-srvr.el (gnus-server-prepare)
21996 (gnus-server-open-all-servers): do.
21997
21998 * gnus-msg.el (gnus-summary-cancel-article)
21999 (gnus-summary-resend-message)
22000 (gnus-summary-mail-crosspost-complaint): do.
22001
22002 * gnus-move.el (gnus-change-server): do.
22003
22004 * gnus-group.el (gnus-group-unmark-all-groups)
22005 (gnus-group-set-current-level): do.
22006
22007 2004-10-04 Simon Josefsson <jas@extundo.com>
22008
22009 * message.el (message-generate-hashcash): Doc fix.
22010
22011 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22012
22013 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22014 avoid infinite recursion via gnus-get-function.
22015
22016 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22017
22018 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22019
22020 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22021
22022 * nnmail.el (nnmail-split-history): do.
22023
22024 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22025 (nnml-request-delete-group): do.
22026
22027 * nnslashdot.el (nnslashdot-read-groups): do.
22028
22029 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22030 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22031
22032 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22033 (nnspool-sift-nov-with-sed): Use last.
22034 (nnspool-retrieve-headers-with-nov): Use mapc.
22035 (nnspool-request-newgroups): Use dolist.
22036 (nnspool-request-group): Use last.
22037
22038 * nntp.el (nntp-read-server-type): Use dolist.
22039
22040 * nnvirtual.el (nnvirtual-create-mapping)
22041 (nnvirtual-update-read-and-marked): Use dolist.
22042 (nnvirtual-convert-headers): Simplify.
22043
22044 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22045
22046 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22047 Add support for sync'ing tick marks.
22048
22049 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22050
22051 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22052 there's no visible header.
22053
22054 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22055
22056 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22057 When necessary, pass full group name to gnus-request-set-marks.
22058
22059 2004-10-01 Simon Josefsson <jas@extundo.com>
22060
22061 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22062 acroread.
22063
22064 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22065
22066 * spam-report.el (spam-report-gmane): Fix interactive.
22067
22068 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22069
22070 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22071 when writing file.
22072 (gnus-agent-synchronize-flags): Don't default to being
22073 interactive.
22074
22075 2004-09-30 Simon Josefsson <jas@extundo.com>
22076
22077 * message.el (message-generate-hashcash): Add.
22078 (message-send-mail): Use it, call mail-add-payment.
22079
22080 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22081
22082 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22083
22084 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22085
22086 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22087 gnus-request-update-info with explicit code to sync the in-memory
22088 info read flags with the marks being sync'd to the backend.
22089
22090 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22091
22092 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22093
22094 * spam.el (spam-verify-bogofilter): Add new function.
22095 (spam-check-bogofilter)
22096 (spam-bogofilter-register-with-bogofilter): Use it.
22097 (spam-verify-bogofilter): Add small fixes.
22098
22099 2004-09-28 Simon Josefsson <jas@extundo.com>
22100
22101 * hashcash.el (hashcash-generate-payment): Revert.
22102
22103 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22104
22105 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22106 Use gnus-extract-references instead of gnus-split-references.
22107
22108 * gnus-util.el (gnus-extract-references): Add new function, analogous
22109 to gnus-split-references but extracts only the message-ID without
22110 anything extra.
22111
22112 * hashcash.el (hashcash-generate-payment)
22113 (hashcash-check-payment): Do the right thing if hashcash-path is
22114 nil (because the hashcash program could not be found).
22115
22116 * spam.el (spam-use-hashcash): Remove comment.
22117
22118 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22119
22120 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22121 (gnus-cache-enter-article, gnus-cache-remove-article)
22122 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22123
22124 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22125
22126 * gnus-art.el (article-hide-boring-headers)
22127 (article-translate-strings, article-display-face)
22128 (gnus-article-mime-match-handle-first)
22129 (gnus-article-highlight-headers)
22130 (gnus-article-add-buttons-to-head): do.
22131
22132 2004-09-27 Simon Josefsson <jas@extundo.com>
22133
22134 * hashcash.el: New version, from
22135 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22136 ../contrib/.
22137
22138 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22139
22140 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22141
22142 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22143
22144 * gnus-dup.el (gnus-dup-open): Use mapc.
22145 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22146
22147 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22148 Reported by Stefan Wiens <s.wi@gmx.net>.
22149
22150 * gnus.el (gnus-shutdown): Use dolist.
22151
22152 * gnus-undo.el (gnus-undo): Use mapc.
22153
22154 * nnrss.el (nnrss-generate-active): do.
22155
22156 * message.el (message-cite-original-without-signature)
22157 (message-cite-original): Use mapc.
22158 (message-do-actions, message-make-forward-subject): Use dolist.
22159
22160 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22161
22162 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22163 deletion to remove entire duplicate line. Fixes merged article
22164 number bug.
22165
22166 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22167
22168 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22169 servers that are offline. Avoids having gnus-agent-toggle-plugged
22170 first ask if you want to open a server and then, even when you
22171 responded with no, asking if you want to synchronize the server's
22172 flags.
22173 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22174 multi-line expressions.
22175 (gnus-agent-synchronize-group-flags): New internal function.
22176 Updates marks in memory (in the info structure) AND in the
22177 backend.
22178
22179 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22180
22181 * nnagent.el (nnagent-request-set-mark):
22182 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22183 method, to ensure that synchronization updates marks in the
22184 backend and in the info (in memory) structure.
22185
22186 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22187
22188 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22189 convention fully; don't miss the root article of a thread; make
22190 the X-Draft-From header with correct article numbers.
22191
22192 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22193
22194 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22195 unless plugged. Disable the agent so that an open failure causes
22196 an error.
22197
22198 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22199 Revert 2004-09-21 change. The backend must be opened while
22200 synchronizing flags even when the backend stores the flags
22201 locally.
22202
22203 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22204
22205 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22206 in `header' match. Reported by Svend Tollak Munkejord.
22207
22208 * message.el (message-cite-original): Fix use of
22209 `message-cite-articles-with-x-no-archive'.
22210
22211 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22212
22213 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22214 (gnus-window-to-buffer): Ditto.
22215
22216 * mml.el (mml-preview-buffer): New variable.
22217 (mml-preview): Manage window layout with gnus-buffer-configuration.
22218
22219 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22220 X-Draft-From header even if those articles aren't quoted.
22221
22222 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22223
22224 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22225 (gnus-request-set-mark, gnus-request-update-mark): Use new
22226 g-s-t-u-l-m to decide to use backend even when unplugged.
22227
22228 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22229
22230 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22231 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22232
22233 2004-09-20 Simon Josefsson <jas@extundo.com>
22234
22235 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22236 "utf-16-le".
22237
22238 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22239
22240 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22241
22242 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22243
22244 * uudecode.el (uudecode-use-external): Add :version.
22245
22246 * smime.el (smime-CA-file, smime-encrypt-cipher)
22247 (smime-dns-server): Add :version.
22248
22249 * smiley.el (gnus-smiley-file-types): Add :version.
22250
22251 * sha1.el (sha1-use-external): Add :version.
22252
22253 * pgg-def.el (pgg-query-keyserver): Add :version.
22254
22255 * nnmail.el (nnmail-fancy-expiry-targets)
22256 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22257 Add :version.
22258
22259 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22260 (nnimap-retrieve-groups-asynchronous): Add :version.
22261 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22262
22263 * mml.el (mml-content-disposition-parameters)
22264 (mml-insert-mime-headers-always): Add :version.
22265
22266 * mm-util.el (mm-coding-system-priorities): Add :version.
22267
22268 * mm-decode.el (mm-inline-text-html-with-images)
22269 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22270 (mm-verify-option): Add :version.
22271 (mm-text-html-renderer): Change :version.
22272
22273 * message.el (message-fcc-externalize-attachments)
22274 (message-required-headers, message-draft-headers)
22275 (message-subject-trailing-was-query)
22276 (message-subject-trailing-was-ask-regexp)
22277 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22278 (message-mark-insert-end, message-archive-header)
22279 (message-archive-note, message-cross-post-default)
22280 (message-cross-post-note, message-followup-to-note)
22281 (message-cross-post-note-function, message-use-mail-followup-to)
22282 (message-subscribed-address-functions)
22283 (message-subscribed-address-file, message-subscribed-addresses)
22284 (message-subscribed-regexps, message-allow-no-recipients)
22285 (message-yank-cited-prefix, message-signature-insert-empty-line)
22286 (message-hidden-headers, message-hierarchical-addresses)
22287 (message-mail-user-agent, message-use-idna)
22288 (message-valid-fqdn-regexp)
22289 (message-strip-special-text-properties, message-header-synonyms)
22290 (message-beginning-of-line, message-tab-body-function): Add :version.
22291 (message-insert-canlock, message-wide-reply-confirm-recipients):
22292 Change :version.
22293
22294 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22295 and :version.
22296 (mail-source-delete-old-incoming-confirm)
22297 (mail-source-movemail-program): Add :version.
22298
22299 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22300 (gnus-agent-cache, gnus-agent): Change :version.
22301
22302 * gnus-util.el (gnus-use-byte-compile): Change :version.
22303
22304 * gnus-sum.el (gnus-summary-make-false-root-always)
22305 (gnus-summary-default-high-score)
22306 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22307 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22308 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22309 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22310 (gnus-sum-thread-tree-single-indent)
22311 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22312 (gnus-sum-thread-tree-leaf-with-other)
22313 (gnus-sum-thread-tree-single-leaf): Add :version.
22314 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22315 (gnus-article-loose-mime): Change :version.
22316
22317 * gnus-start.el (gnus-backup-startup-file)
22318 (gnus-save-startup-file-via-temp-buffer): Add :version.
22319
22320 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22321 (gnus-server-offline-face): Add :version.
22322
22323 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22324
22325 * gnus-msg.el (gnus-gcc-externalize-attachments)
22326 (gnus-debug-files, gnus-debug-exclude-variables)
22327 (gnus-discouraged-post-methods): Change :version.
22328 (gnus-confirm-mail-reply-to-news)
22329 (gnus-confirm-treat-mail-like-news): Add :version.
22330
22331 * gnus-int.el (gnus-server-unopen-status): Add :version.
22332
22333 * gnus-group.el (gnus-group-jump-to-group-prompt)
22334 (gnus-large-ephemeral-newsgroup)
22335 (gnus-fetch-old-ephemeral-headers): Add :version.
22336
22337 * gnus-fun.el (gnus-x-face-directory)
22338 (gnus-convert-pbm-to-x-face-command)
22339 (gnus-convert-image-to-x-face-command)
22340 (gnus-convert-image-to-face-command): Add :version.
22341
22342 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22343
22344 * gnus-cite.el (gnus-cite-blank-line-after-header)
22345 (gnus-article-boring-faces): Add :version.
22346
22347 * gnus-art.el (gnus-buttonized-mime-types)
22348 (gnus-inhibit-mime-unbuttonizing)
22349 (gnus-treat-display-face)
22350 (gnus-treat-body-boundary): Change :version.
22351 (gnus-body-boundary-delimiter, gnus-picon-databases)
22352 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22353 (gnus-treat-date-english, gnus-treat-fold-headers)
22354 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22355 (gnus-treat-mail-picon, gnus-treat-wash-html)
22356 (gnus-article-encrypt-protocol)
22357 (gnus-use-idna, gnus-article-over-scroll)
22358 (gnus-mime-display-multipart-alternative-as-mixed)
22359 (gnus-mime-display-multipart-related-as-mixed)
22360 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22361 (gnus-ctan-url, gnus-button-ctan-handler)
22362 (gnus-button-handle-ctan-bogus-regexp)
22363 (gnus-button-ctan-directory-regexp)
22364 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22365 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22366 (gnus-button-man-level, gnus-button-emacs-level)
22367 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22368
22369 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22370 (gnus-agent-go-online): Change :version.
22371 (gnus-agent-expire-unagentized-dirs)
22372 (gnus-agent-auto-agentize-methods): Add :version.
22373
22374 * flow-fill.el (fill-flowed-display-column)
22375 (fill-flowed-encode-column): Add :version.
22376
22377 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22378 (gnus-outlook-deuglify-unwrap-max)
22379 (gnus-outlook-deuglify-cite-marks)
22380 (gnus-outlook-deuglify-unwrap-stop-chars)
22381 (gnus-outlook-deuglify-no-wrap-chars)
22382 (gnus-outlook-deuglify-attrib-cut-regexp)
22383 (gnus-outlook-deuglify-attrib-verb-regexp)
22384 (gnus-outlook-deuglify-attrib-end-regexp)
22385 (gnus-outlook-display-hook): Add :version.
22386
22387 * binhex.el (binhex-use-external): Add :version.
22388
22389 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22390
22391 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22392 and `invisible'.
22393
22394 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22395
22396 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22397 in gnus-registry-trim.
22398
22399 2004-09-13 Simon Josefsson <jas@extundo.com>
22400
22401 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22402
22403 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22404
22405 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22406 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22407 <yamaoka@jpl.org>.
22408 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22409 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22410 <yamaoka@jpl.org>.
22411
22412 * sieve.el (sieve-manage-mode): Ditto.
22413
22414 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22415
22416 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22417
22418 2004-09-11 Simon Josefsson <jas@extundo.com>
22419
22420 * dns-mode.el: Add.
22421
22422 * mm-view.el (mm-display-dns-inline): Add.
22423
22424 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22425 (mm-automatic-display): Ditto.
22426
22427 * mailcap.el (mailcap-mime-data): Add text/dns.
22428 (mailcap-mime-extensions): Map .soa to text/dns.
22429
22430 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22431
22432 * gnus-art.el (article-decode-mime-words, article-babel)
22433 (gnus-article-highlight-signature, gnus-article-add-buttons)
22434 (gnus-signature-toggle): Remove unnecessary bindings of
22435 `inhibit-read-only' inherited from v5.10 merge.
22436
22437 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22438
22439 * nntp.el (nntp): New customization group.
22440 (nntp-authinfo-file): Add customization group.
22441
22442 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22443
22444 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22445
22446 * gnus.el (to-address, to-list, subscribed)
22447 (large-newsgroup-initial): Ditto.
22448
22449 * flow-fill.el (fill-flowed-display-column)
22450 (fill-flowed-encode-column): Ditto.
22451
22452 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22453
22454 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22455 Use point-min rather than 1.
22456 (message-send-mail): Use buffer-size rather than point-max.
22457
22458 * gnus-sum.el (gnus-summary-search-article-forward):
22459 Signal a specific `search-failed' rather than a generic `error'.
22460
22461 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22462 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22463 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22464
22465 2004-09-10 Simon Josefsson <jas@extundo.com>
22466
22467 * nndb.el (require): Remove tcp and duplicate cl.
22468
22469 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22470
22471 * gnus-agent.el (directory-files-and-attributes): Move forward.
22472
22473 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22474
22475 * gnus-agent.el (directory-files-and-attributes):
22476 Optionally defined to support XEmacs.
22477
22478 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22479
22480 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22481 to avoid run-time CL dependencies.
22482 (gnus-agent-unfetch-articles): New function.
22483 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22484 article numbers even when local .overview file is missing.
22485 (gnus-agent-read-article-number): New function. Only accepts
22486 27-bit article numbers.
22487 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22488 Use gnus-agent-read-article-number.
22489 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22490 from backend while recognizing that article numbers in .overview
22491 must be valid.
22492 (gnus-agent-update-files-total-fetched-for):
22493 Use directory-files-and-attributes to improve performance.
22494 * gnus-int.el (gnus-request-move-article):
22495 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22496 improve performance.
22497
22498 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22499 some users confused by references to .newsrc when they only have a
22500 .newsrc.eld file.
22501 (gnus-convert-mark-converter-prompt)
22502 (gnus-convert-converter-needs-prompt): Fix use of property list.
22503 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22504 New function. Used internally to only display 'gnus converting
22505 files' message when actually necessary.
22506
22507 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22508 methods now autoloaded.
22509
22510 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22511
22512 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22513 identifiers.
22514
22515 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22516
22517 * gnus-picon.el: Fix indentation and closing parenthesis.
22518
22519 2004-09-01 Simon Josefsson <jas@extundo.com>
22520
22521 * message.el (message-canlock-generate): Require sha1, not
22522 sha1-el. (Can we get rid of this require altogether? It is ugly
22523 to require within a function. Sadly, if sha1.el isn't loaded, the
22524 let binding in m-c-g will hide the defcustom definition, which is
22525 bad.)
22526
22527 * canlock.el: Require sha1, not sha1-el.
22528
22529 * message.el: Don't autoload sha1 (there is a autoload cookie in
22530 sha1.el).
22531
22532 * sha1-el.el: Rename to sha1.el.
22533
22534 2004-08-30 Juanma Barranquero <lektu@terra.es>
22535
22536 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22537
22538 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22539
22540 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22541
22542 2004-08-30 Kim F. Storm <storm@cua.dk>
22543
22544 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22545
22546 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22547 Add :group 'nnimap.
22548
22549 2004-08-30 Andreas Schwab <schwab@suse.de>
22550
22551 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22552 ?* and ?\;.
22553
22554 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22555 and ?\' to symbol instead of whitespace.
22556
22557 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22558
22559 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22560
22561 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22562 instead of re-search-forward.
22563
22564 * gnus-uu.el (gnus-uu-save-article): Ditto.
22565 (gnus-uu-post-encode-uuencode): Ditto.
22566
22567 * html2text.el (html2text-clean-list-items): Ditto.
22568 (html2text-clean-dtdd): Ditto.
22569 (html2text-format-tags): Ditto.
22570
22571 * message.el (message-send-mail-with-sendmail): Fix regexp.
22572 (message-fill-field-general): Use search-forward instead of
22573 re-search-forward.
22574 (unbold-region): Ditto.
22575
22576 * nnrss.el (nnrss-request-article): Ditto.
22577
22578 * nnslashdot.el (nnslashdot-request-article): Ditto.
22579
22580 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22581
22582 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22583 "Unrecognized menu descriptor" error in XEmacs.
22584
22585 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22586
22587 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22588 parent article of a sparse article in the thread hashtb.
22589
22590 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22591
22592 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22593 (nnmail-expand-newtext): Lowercase expanded entries if
22594 nnmail-split-lowercase-expanded is non-nil.
22595
22596 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22597
22598 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22599
22600 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22601 of gnus-tmp-news-method into string under XEmacs. It will be
22602 passed to gnus-correct-length which takes only a string argument.
22603
22604 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22605
22606 * gnus-util.el (gnus-bind-print-variables): New macro.
22607 (gnus-prin1): Use it.
22608 (gnus-prin1-to-string): Use it.
22609 (gnus-pp): New function.
22610 (gnus-pp-to-string): New function.
22611
22612 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22613 Replace pp-to-string with gnus-pp-to-string.
22614 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22615 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22616 * gnus-msg.el (gnus-debug): Ditto.
22617 * gnus-score.el (gnus-score-save): Ditto.
22618 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22619 gnus-pp-to-string.
22620 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22621 with gnus-pp.
22622 * score-mode.el (gnus-score-pretty-print): Ditto.
22623 * webmail.el (webmail-debug): Ditto.
22624
22625 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22626
22627 * gnus-art.el (article-display-face, article-display-x-face):
22628 Use buffer-read-only.
22629
22630 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22631
22632 * gnus-art.el (article-hide-list-identifiers):
22633 Bind inhibit-read-only as t.
22634
22635 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22636
22637 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22638
22639 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22640
22641 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22642 (gnus-narrow-to-page): Don't assume point-min == 1.
22643 (gnus-article-edit-mode): Derive from message-mode.
22644
22645 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22646 point-min == 1.
22647
22648 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22649 Disable incorrect use of `assert'.
22650
22651 * message.el (message-mode): Set comment-start-skip.
22652
22653 2004-08-22 Sam Steingold <sds@gnu.org>
22654
22655 * pop3.el (pop3-leave-mail-on-server): New user variable.
22656 (pop3-movemail): Delete mail only when it is nil.
22657
22658 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22659
22660 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22661
22662 * mml.el (mml-preview): Use `pop-to-buffer'.
22663
22664 * message.el (message-goto-mail-followup-to): Insert after "To".
22665 (message-carefully-insert-headers): Add comment.
22666
22667 * gnus.el: Remove unused variable `gnus-article-check-size'.
22668
22669 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22670
22671 * gnus-art.el (gnus-button-alist):
22672 Improve `gnus-button-handle-library' entry.
22673
22674 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22675
22676 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22677 Use downcase, since XEmacs capitalizes error messages differently.
22678
22679 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22680
22681 * nntp.el: Add (require 'gnus) due to reference to
22682 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22683
22684 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22685
22686 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22687 Bind `mm-fill-flowed'.
22688
22689 * mm-decode.el (mm-dissect-singlepart): Check it.
22690
22691 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22692
22693 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22694 'imap' for netrc parsing.
22695
22696 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22697
22698 * mailcap.el (mailcap-mime-data): Mark as risky.
22699
22700 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22701
22702 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22703 may be included in the encoded word.
22704 (rfc2047-encode): Don't append a space if the encoded word
22705 includes close parenthesis.
22706
22707 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22708
22709 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22710 of text within parentheses.
22711
22712 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22713
22714 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22715 (gnus-encrypt-write-file-contents): Make the password key the file
22716 name PLUS the cipher, not just the cipher. Also remove failed
22717 passwords from the cache.
22718
22719 2004-08-06 Simon Josefsson <jas@extundo.com>
22720
22721 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22722 Doc fix.
22723
22724 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22725
22726 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22727 LWSP.
22728
22729 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22730
22731 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22732 Try to append in-reply-to: data to the references: header.
22733
22734 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22735 (netrc-parse): Use gnus-encrypt.el functions.
22736
22737 * gnus-encrypt.el: Add new file for encryption support; currently
22738 does only a few GPG ciphers and an internal XOR cipher.
22739
22740 * password.el: Add comments on using password-read-and-add.
22741 (password-read-and-add): Add function to read and add the
22742 password to the cache at once.
22743
22744 2004-07-28 Simon Josefsson <jas@extundo.com>
22745
22746 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22747 parameter (but don't use it, for now).
22748
22749 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22750 instead of hard coding to nil.
22751
22752 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22753
22754 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22755 as mm-inline-image-xemacs does.
22756
22757 2004-07-26 Simon Josefsson <jas@extundo.com>
22758
22759 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22760 Revert part of 2004-07-17 change below.
22761
22762 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22763
22764 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22765 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22766
22767 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22768
22769 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22770 quotes that actually start with ">" at the beginning of the
22771 lines.
22772
22773 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22774
22775 * rfc2047.el (rfc2047-encode-region): Fix last change.
22776 (rfc2047-encode-parameter): Remove useless concat.
22777
22778 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22779
22780 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22781 encode special characters; fix some kind of misconfigured headers;
22782 signal a real error if debug-on-quit or debug-on-error is non-nil.
22783 (rfc2047-encode-max-chars): New variable.
22784 (rfc2047-encode-1): Use it.
22785 (rfc2047-encode-parameter): New function.
22786
22787 * mml.el (mml-insert-parameter): Remove an excessive space.
22788
22789 2004-07-17 Simon Josefsson <jas@extundo.com>
22790
22791 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22792 Kai Grossjohann <kai@emptydomain.de>.
22793 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22794 (gnus-group-make-menu-bar): Ditto.
22795
22796 * gnus-util.el (gnus-group-server): Add.
22797
22798 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22799
22800 * message.el (message-clone-locals): Clone sendmail and smtp
22801 variables.
22802
22803 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22804
22805 * rfc2047.el (rfc2047-encode-region): Fix last change.
22806
22807 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22808
22809 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22810 characters as non-special.
22811
22812 2004-07-09 Simon Josefsson <jas@extundo.com>
22813
22814 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22815 Users will lose all flag changes made while unplugged with
22816 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22817 good default. See numerous reports on ding mailing list.
22818
22819 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22820
22821 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22822 add generate-head-function and generate-article-function to the
22823 rfc822-forward entry.
22824 (nndoc-rfc822-forward-generate-article): New function.
22825 (nndoc-rfc822-forward-generate-head): New function.
22826
22827 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22828
22829 2004-07-06 Dan Christensen <jdc@uwo.ca>
22830
22831 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22832 respect display group parameter and gnus-summary-expunge-below.
22833 (gnus-articles-to-read): Remove unused reference to display group
22834 parameter.
22835
22836 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22837
22838 * nnheader.el (nnheader-uniquify-message-id): New experimental
22839 variable.
22840 (nnheader-nov-read-message-id): Use it.
22841
22842 * spam-report.el (spam-report-gmane): Add interactive.
22843
22844 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
22845
22846 * mm-encode.el (mm-content-transfer-encoding-defaults):
22847 Use qp-or-base64 for the application/* types.
22848
22849 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
22850
22851 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22852
22853 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
22854
22855 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22856 trim value.
22857
22858 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22859
22860 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22861 New macro and function.
22862 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22863
22864 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22865
22866 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22867 after-load-alist.
22868
22869 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22870
22871 * gnus-group.el (gnus-group-get-new-news-this-group):
22872 Don't update info that isn't there.
22873
22874 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22875
22876 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22877 entry.
22878
22879 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22880
22881 * mm-view.el (mm-inline-render-with-function): Use multibyte
22882 buffer; decode html source by charset.
22883
22884 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22885
22886 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22887 Mule-UCS is loaded under XEmacs.
22888 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22889
22890 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22891
22892 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22893
22894 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22895
22896 * mm-util.el (mm-coding-system-p): Return a coding-system.
22897 (mm-mime-mule-charset-alist): Use shift_jis instead of
22898 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22899 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22900 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22901 instead of japanese-shift-jis and iso-latin-1 respectively in
22902 order to share the default value with both Emacs and XEmacs-mule.
22903 (mm-mule-charset-to-mime-charset):
22904 Make mm-coding-system-priorities effective.
22905 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22906 while predicating of candidates upon the priorities.
22907
22908 2004-06-27 Jesper Harder <harder@ifa.au.dk>
22909
22910 * gnus-sum.el (gnus-summary-make-menu-bar):
22911 Add gnus-uu-invert-processable.
22912
22913 * gnus.el: Autoload gnus-uu-invert-processable.
22914
22915 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
22916
22917 * mm-util.el (mm-with-multibyte-buffer): New macro.
22918
22919 * rfc2047.el (rfc2047-encode-string): Use it.
22920 (rfc2047-encode-region): Move point to the end of the region after
22921 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22922
22923 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22924
22925 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22926 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22927
22928 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22929
22930 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22931 (gnus-cite-parse): Ignore quoted envelope From_.
22932 Suggested by Karl Chen <quarl@nospam.quarl.org>.
22933
22934 2004-06-23 Jesper Harder <harder@ifa.au.dk>
22935
22936 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22937 invalid addresses.
22938
22939 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
22940
22941 * spam.el: Change section markers, revise TODO list.
22942 (spam-backends): Make new master list of all installed backends.
22943 (spam-summary-exit-behavior): Add new variable to determine how
22944 messages moves are done at summary exit.
22945 (spam-move-spam-nonspam-groups-only)
22946 (spam-process-ham-in-nonham-groups)
22947 (spam-process-ham-in-spam-groups): Remove variables, the
22948 spam-summary-exit-behavior variable should be used to manage this
22949 behavior.
22950 (spam-old-ham-articles, spam-old-spam-articles): Remove.
22951 (spam-old-articles): Add variable, replacing spam-old-ham-articles
22952 and spam-old-spam-articles.
22953 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22954 Add empty variables, placeholders for the backends they represent.
22955 (spam-set-difference): Move, unchanged.
22956 (spam-list-of-processors): Declare OBSOLETE, not used anymore
22957 unless the user has a processor variable.
22958 (spam-classifications, spam-classification-valid-p)
22959 (spam-backend-properties, spam-backend-property-valid-p)
22960 (spam-backend-function-type-valid-p)
22961 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22962 (spam-report-articles-gmane, spam-report-articles-resend):
22963 Remove functions, they are not needed.
22964 (spam-install-backend-super, spam-backend-list)
22965 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22966 (spam-backend-function, spam-backend-ham-registration-function)
22967 (spam-backend-spam-registration-function)
22968 (spam-backend-ham-unregistration-function)
22969 (spam-backend-spam-unregistration-function)
22970 (spam-backend-statistical-p, spam-backend-mover-p)
22971 (spam-install-backend-alias, spam-install-checkonly-backend)
22972 (spam-install-mover-backend, spam-install-nocheck-backend)
22973 (spam-install-backend, spam-install-statistical-backend)
22974 (spam-install-statistical-checkonly-backend): Add backend installation
22975 support.
22976 (spam-summary-prepare-exit): Rewrite to use the new backend code.
22977 (spam-group-processor-p): Use the new backend code and respect the
22978 summary exit behavior.
22979 (spam-mark-spam-as-expired-and-move-routine): Remove.
22980 (spam-summary-prepare): Change to use the new spam-old-articles
22981 variable.
22982 (spam-copy-or-move-routine, spam-copy-spam-routine)
22983 (spam-move-spam-routine, spam-copy-ham-routine)
22984 (spam-move-ham-routine): Add code to copy/move ham or spam.
22985 (spam-fetch-field-fast): Improve doc and code, plus allow the
22986 'number request.
22987 (spam-list-of-checks, spam-list-of-statistical-checks):
22988 Remove variables.
22989 (spam-split, spam-find-spam): Use the new backend code.
22990 (spam-registration-functions): Remove variable.
22991 (spam-unregister-routine): Add convenience wrapper.
22992 (spam-log-undo-registration, spam-register-routine)
22993 (spam-log-processing-to-registry)
22994 (spam-log-unregistration-needed-p): Rename "check" to "backend"
22995 where possible.
22996 (spam-check-gmane-xref, spam-check-regex-headers)
22997 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22998 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22999 (spam-check-bogofilter-headers, spam-check-spamoracle)
23000 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23001 (spam-check-crm114-headers): Use the spam-split-group that
23002 spam-split prepares, no need to determine it every time.
23003
23004 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23005 to the nnheader-parse-naked-head call.
23006
23007 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23008
23009 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23010 the nnheader-nov-read-message-id call.
23011
23012 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23013
23014 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23015 gnus-activate-group twice. Suggested by Markus Peter
23016 <warp@spin.de>.
23017
23018 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23019
23020 * gnus-art.el (gnus-article-time-format): Exchange the order of
23021 day and month in the default value; fix customization type.
23022 (article-date-ut): Use add-text-properties.
23023 (article-make-date-line): Use message-make-date instead of
23024 current-time-string.
23025
23026 * message.el (message-fetch-field): Don't use set-text-properties.
23027 (message-make-date): Simplify.
23028
23029 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23030
23031 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23032 (rfc2047-encode-region): Treat text within parentheses as special;
23033 show the original text when error has occurred.
23034
23035 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23036 already-computed method to gnus-activate-group.
23037
23038 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23039 same select-methods identical Lisp objects.
23040
23041 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23042 object when modifying the info.
23043
23044 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23045
23046 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23047 gnus-opened-servers since it has never been opened with the new
23048 configuration yet.
23049
23050 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23051
23052 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23053 arg to nnheader-generate-fake-message-id.
23054
23055 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23056
23057 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23058 number and build a fake message ID localized to a group and
23059 article number (so it's repeatable from that point on).
23060 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23061 ID format.
23062
23063 * gnus-sum.el (gnus-get-newsgroup-headers):
23064 Call nnheader-generate-fake-message-id with the article number.
23065
23066 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23067
23068 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23069 end-of-buffer.
23070
23071 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23072
23073 * message.el (message-ignored-supersedes-headers): Add Approved.
23074
23075 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23076
23077 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23078 goto-char.
23079 (rfc2047-encode): Fold the line before encoding.
23080
23081 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23082
23083 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23084 folding -- not all headers can be folded, and this should be done
23085 by the message composition mode. Probably. I think.
23086
23087 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23088
23089 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23090 fast.
23091
23092 * gnus-ems.el (gnus-remove-image): Don't use
23093 message-text-with-property; remove only the image found first.
23094
23095 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23096
23097 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23098
23099 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23100
23101 * message.el (message-text-with-property): Make it fast and accept
23102 optional arguments.
23103 (message-strip-forbidden-properties): Use it.
23104 (message-fix-before-sending): Follow the m-t-w-p change.
23105
23106 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23107
23108 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23109
23110 * gnus-art.el (article-hide-headers): Don't change the buffer
23111 mistakenly when performing mml-preview even if
23112 gnus-single-article-buffer is nil.
23113
23114 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23115
23116 * message.el (message-expand-name-databases): New user option.
23117 (message-expand-name): Use it.
23118
23119 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23120
23121 * spam.el (spam-report-articles-resend)
23122 (spam-report-resend-register-routine): Allow ham reporting.
23123 (spam-report-resend-register-ham-routine): Add wrapper.
23124 (spam-registration-functions): Add ham resending functions.
23125 (spam-list-of-processors): Add ham resend processor.
23126
23127 * gnus.el (ham-resend-to): Add new group parameter.
23128 (spam-process): Add ham resend option.
23129
23130 * spam-report.el (spam-report-resend): Allow reporting ham.
23131 (spam-report-resend-ham): Add wrapper.
23132
23133 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23134
23135 * message.el (message-cite-articles-with-x-no-archive):
23136 New variable.
23137 (message-cite-original): Use it.
23138
23139 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23140
23141 * message.el (message-cite-original): Respect X-No-Archive.
23142
23143 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23144
23145 * gnus-art.el (article-hide-headers): Refer to the values for
23146 gnus-ignored-headers and gnus-visible-headers in the summary
23147 buffer since a user may have set them as group parameters.
23148
23149 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23150
23151 * assistant.el (assistant-node-name): Add convenience function.
23152 (assistant-render-text, assistant-render-node): Add error handling,
23153 plus handle multiple next nodes.
23154 (assistant-find-next-node): Comment out for now.
23155 (assistant-find-next-nodes): Add function, returns list of next
23156 nodes.
23157
23158 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23159
23160 * mail-source.el (mail-source-directory): Fix doc-string.
23161
23162 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23163
23164 * assistant.el (assistant-render-text, assistant-eval): Add :set
23165 widget type, which is different because it takes and returns a
23166 list. Much hilarity ensues.
23167
23168 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23169
23170 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23171
23172 * gnus-group.el (gnus-group-get-new-news-this-group):
23173 Add doc-string.
23174
23175 * gnus-start.el (gnus-activate-group): Add doc-string.
23176
23177 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23178
23179 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23180
23181 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23182
23183 * assistant.el (assistant-render-text): Try to add a :set
23184 widget, more to come.
23185
23186 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23187 strings.
23188 (spam-report-articles-resend)
23189 (spam-register-routine): Do registration iff any articles warrant
23190 it.
23191 (spam-summary-prepare-exit): Change log message for nil group
23192 destinations.
23193
23194 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23195
23196 * spam.el (spam-report-resend-register-routine):
23197 Allow spam-report-resend-to to be a group parameter or a global value.
23198
23199 2004-05-26 Simon Josefsson <jas@extundo.com>
23200
23201 * starttls.el: Merge with my GnuTLS based starttls.el.
23202 (starttls-gnutls-program, starttls-use-gnutls)
23203 (starttls-extra-arguments, starttls-process-connection-type)
23204 (starttls-connect, starttls-failure, starttls-success):
23205 New variables.
23206 (starttls-program, starttls-extra-args): Doc fix.
23207 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23208 New functions.
23209 (starttls-negotiate, starttls-open-stream):
23210 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23211 function if it is set.
23212
23213 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23214
23215 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23216 structured fields.
23217
23218 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23219
23220 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23221
23222 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23223
23224 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23225 Add variable.
23226 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23227 assigning the spam-mark to new messages.
23228
23229 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23230
23231 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23232
23233 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23234
23235 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23236 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23237 default.
23238
23239 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23240
23241 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23242 correct data.
23243
23244 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23245
23246 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23247 (spam-group-processor-p): Fix function.
23248 (spam-group-processor-multiple-p)
23249 (spam-group-spam-processor-report-gmane-p)
23250 (spam-group-spam-processor-report-resend-p)
23251 (spam-group-spam-processor-bogofilter-p)
23252 (spam-group-spam-processor-blacklist-p)
23253 (spam-group-spam-processor-ifile-p)
23254 (spam-group-ham-processor-ifile-p)
23255 (spam-group-spam-processor-spamoracle-p)
23256 (spam-group-spam-processor-crm114-p)
23257 (spam-group-ham-processor-bogofilter-p)
23258 (spam-group-spam-processor-stat-p)
23259 (spam-group-ham-processor-stat-p)
23260 (spam-group-ham-processor-whitelist-p)
23261 (spam-group-ham-processor-BBDB-p)
23262 (spam-group-ham-processor-spamoracle-p)
23263 (spam-group-ham-processor-copy-p): Remove functions with some
23264 prejudice against unneeded code.
23265 (spam-report-articles-resend)
23266 (spam-report-resend-register-routine): Allow the group/topic
23267 spam-resend-to value to override spam-report-resend-to.
23268 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23269 properly now.
23270
23271 * gnus.el (spam-resend-to): Add group/topic parameter.
23272 (spam-process): Move the OBSOLETE processors to the end of the
23273 choices.
23274
23275 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23276
23277 * spam-report.el (spam-report-resend-to, spam-report-resend):
23278 Start with resend-to set to nil, and then ask the user if necessary.
23279 (spam-report-resend): spam-report-resend takes a list of articles, not
23280 separate article numbers.
23281
23282 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23283
23284 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23285 addition to emacs-w3m.
23286
23287 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23288
23289 * assistant.el (assistant-authinfo-data): New function.
23290 (assistant-eval): Eval for entire assistant.
23291
23292 * netrc.el (netrc-services-file): New variable.
23293 (netrc-parse-services): New function.
23294 (netrc-find-service-name): New function.
23295 (netrc-find-service-number): New function.
23296 (netrc-port-equal): New function.
23297 (netrc-machine): Use it.
23298
23299 * nnimap.el (nnimap-open-connection): Use netrc.
23300
23301 * gnus-util.el (gnus-netrc-get): Remove aliases.
23302
23303 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23304
23305 * assistant.el (wid-edit): Fix compilation.
23306
23307 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23308
23309 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23310
23311 * gnus-util.el (gnus-set-file-modes): New function. (small
23312 patch).
23313
23314 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23315
23316 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23317
23318 * assistant.el (assistant-render-node): Fix up rendering and
23319 read-only text.
23320 (assistant-render-node): Reset.
23321 (assistant-make-read-only): Not sticky.
23322
23323 2004-05-20 Danny Siu <dsiu@adobe.com>
23324
23325 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23326 centered even when gnus-auto-center-summary is t.
23327
23328 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23329
23330 * dns.el (dns-get-txt-answer): New function.
23331 (dns-read-txt): Ditto.
23332 (query-dns): Use it.
23333
23334 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23335
23336 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23337 active for foreign groups even if the group level is higher than
23338 the specified value.
23339
23340 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23341
23342 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23343 non-active groups.
23344
23345 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23346
23347 2004-05-20 Magnus Henoch <mange@freemail.hu>
23348
23349 * dns.el (dns-read-type): Add support for SVR. (small patch)
23350
23351 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23352
23353 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23354 (spam-crm114-header, spam-crm114-spam-switch)
23355 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23356 (spam-crm114-positive-spam-header)
23357 (spam-crm114-database-directory, spam-list-of-processors)
23358 (spam-group-spam-processor-crm114-p)
23359 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23360 (spam-generic-score, spam-list-of-checks)
23361 (spam-list-of-statistical-checks, spam-registration-functions)
23362 (spam-check-crm114-headers, spam-crm114-score)
23363 (spam-check-crm114, spam-crm114-register-with-crm114)
23364 (spam-crm114-register-spam-routine)
23365 (spam-crm114-unregister-spam-routine)
23366 (spam-crm114-register-ham-routine)
23367 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23368
23369 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23370
23371 * gnus.el: Add spam-use-crm114.
23372
23373 * spam.el (spam-list-of-processors, spam-registration-functions):
23374 Add spam-use-resend.
23375 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23376 (spam-report-articles-gmane): Add doc fix.
23377 (spam-report-articles-resend, spam-report-resend-register-routine):
23378 Add wrappers around spam-report-resend-to.
23379
23380 * spam-report.el (spam-report-resend-to, spam-report-resend):
23381 Add support for resending spam.
23382 (spam-report-gmane): Fix line length >80.
23383
23384 * gnus.el (spam-process): Add spam-use-resend.
23385
23386 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23387
23388 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23389 number of processed spam messages.
23390 (spam-ham-copy-or-move-routine): Return the number of processed
23391 ham messages.
23392 (spam-summary-prepare-exit): Use the above values to decide
23393 whether status messages shouled be displayed.
23394
23395 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23396
23397 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23398 `rfc2047-encoding-function-alist' in order to avoid conflicting
23399 with the old version.
23400 (rfc2047-encode-region): Concatenate words containing non-ASCII
23401 characters in structured fields; don't encode space-delimited
23402 ASCII words even in unstructured fields; don't break words at
23403 char-category boundaries.
23404 (rfc2047-encode-1): New function.
23405 (rfc2047-encode): Use it; encode text so that it occupies the
23406 maximum width within 76-column; work correctly on Q encoding for
23407 iso-2022-* charsets.
23408 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23409 sure not to break a line just after the header name.
23410 (rfc2047-b-encode-region): Remove.
23411 (rfc2047-b-encode-string): New function.
23412 (rfc2047-q-encode-region): Remove.
23413 (rfc2047-q-encode-string): New function.
23414
23415 * mm-util.el (mm-replace-in-string): New function.
23416
23417 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23418
23419 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23420 Really get it right.
23421 (gnus-inews-make-draft): Really.
23422
23423 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23424
23425 * nnmh.el (nnmh-request-list-1): Don't check the link count
23426 before descending. (small patch)
23427
23428 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23429
23430 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23431 stuff.
23432
23433 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23434 Match on real group name.
23435
23436 * gnus-art.el (gnus-signature-limit): Doc fix.
23437
23438 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23439
23440 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23441
23442 * gnus-draft.el (gnus-draft-send):
23443 Bind rfc2047-encode-encoded-words.
23444
23445 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23446 (rfc2047-encodable-p): Say that =? needs encoding.
23447 (rfc2047-encode-encoded-words): New variable.
23448
23449 * gnus-group.el (gnus-group-select-group): Doc fix.
23450
23451 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23452
23453 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23454 to nil.
23455
23456 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23457
23458 * nnheader.el (nnheader-get-lines-and-char): New function.
23459
23460 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23461
23462 * gnus-msg.el (gnus-summary-followup-with-original):
23463 Document yanking of region when active.
23464
23465 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23466
23467 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23468 groups if the group level is higher than the specified value.
23469
23470 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23471
23472 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23473 (gnus-group-jump-to-group): Add prefix argument using
23474 `gnus-group-jump-to-group-prompt'. Query before jumping to
23475 non-active group.
23476
23477 * compface.el (uncompface): Be verbose when changing
23478 `uncompface-use-external'.
23479
23480 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23481 handle manual section.
23482
23483 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23484
23485 * gnus-art.el (gnus-button-alist): Revert previous change.
23486
23487 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23488
23489 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23490
23491 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23492
23493 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23494 whether backend can accept message.
23495
23496 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23497
23498 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23499
23500 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23501 Avoid creating directory when nntp-marks-is-evil is true.
23502 Reported by Reiner Steib.
23503
23504 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23505
23506 * gnus-picon.el (gnus-picon-insert-glyph):
23507 Add optional `nostring' argument.
23508
23509 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23510
23511 * gnus-picon.el (gnus-picon-style): New variable.
23512 (gnus-picon-transform-address): Support `gnus-picon-style'.
23513
23514 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23515
23516 * message.el (message-fill-field): Return point.
23517 (message-generate-headers): Go to end of field.
23518
23519 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23520 stuff for non-living groups.
23521
23522 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23523
23524 * gnus-art.el (gnus-article-followup-with-original)
23525 (gnus-article-reply-with-original): gnus-mark-active-p ->
23526 gnus-region-active-p.
23527
23528 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23529
23530 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23531 only when there is spam or ham to be processed.
23532
23533 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23534
23535 * mail-source.el (mail-source-delete-crash-box): Refactor.
23536 (mail-source-fetch): Use it.
23537 (mail-source-fetch-file): Ditto.
23538 (mail-source-fetch-directory): Run PostScript in loop.
23539 (mail-source-fetch-pop): Delete.
23540 (mail-source-fetch-maildir): Ditto.
23541 (mail-source-fetch-imap): Ditto.
23542
23543 * imap.el (imap-authenticators): Comment out sasl.
23544
23545 * message.el (message-skip-to-next-address): New function.
23546 (message-fill-header-address): Refactor.
23547 (message-fill-address): Use it.
23548 (message-delete-address): Use it.
23549 (message-fill-header-general): Refactor.
23550 (message-fill-field-address): Rename.
23551 (message-narrow-to-field): Find the start of the header.
23552 (message-header-format-alist): Don't pre-fill.
23553 (message-fill-header): Remove.
23554 (message-insert-header): New function.
23555 (message-shorten-references): Use it.
23556
23557 * rfc2047.el (rfc2047-field-value): Strip props.
23558
23559 * mail-parse.el (mail-header-make-address): New alias.
23560
23561 * ietf-drums.el (ietf-drums-make-address): New function.
23562
23563 * imap.el: Add compiler directives.
23564
23565 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23566
23567 * gnus-art.el (article-decode-idna-rhs): Don't use
23568 message-idna-inside-rhs-p.
23569
23570 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23571
23572 * message.el (message-idna-inside-rhs-p): Remove.
23573 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23574
23575 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23576 false positives.
23577
23578 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23579
23580 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23581
23582 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23583
23584 * nneething.el (nneething-file-name): Don't create spurious
23585 files.
23586
23587 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23588 (gnus-inews-do-gcc): Remove sleep.
23589
23590 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23591 part under point.
23592
23593 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23594 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23595
23596 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23597
23598 * spam.el (spam-summary-prepare-exit): Fix (length).
23599
23600 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23601
23602 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23603 as expired without moving it" message when there are spam
23604 messages left.
23605
23606 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23607
23608 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23609 header is not nil.
23610
23611 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23612
23613 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23614 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23615 (nntp-marks-changed-p): New arg SERVER.
23616 (nntp-request-update-info): Adjust caller.
23617
23618 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23619
23620 * nntp.el (nntp-save-marks): Pass missing arg.
23621
23622 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23623
23624 * nntp.el: Support marks.
23625 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23626 (nntp-marks-modtime, nntp-marks-directory): New variables.
23627 (nntp-request-set-mark, nntp-request-update-info)
23628 (nntp-possibly-create-directory, nntp-marks-changed-p)
23629 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23630 New functions.
23631
23632 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23633
23634 * gnus-score.el (gnus-score-insert-help):
23635 Use gnus-select-lowest-window.
23636
23637 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23638 appt-select-lowest-window and rename to gnus-select-lowest-window.
23639
23640 * gnus.el: do.
23641
23642 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23643
23644 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23645 encodings of MIME-encoded words, in order to improve
23646 interoperability with several broken MUAs.
23647
23648 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23649
23650 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23651 tags, only when charsets are not specified in headers.
23652 (mm-inline-text-html-render-with-w3m): Ditto.
23653
23654 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23655
23656 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23657 instead of MIME-decoded from fields when checking
23658 `gnus-article-address-banner-alist'.
23659
23660 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23661
23662 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23663 description rather than subject.
23664
23665 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23666
23667 * gnus.el (gnus-version-number): Bump.
23668
23669 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23670
23671 * gnus.el: No Gnus v0.2 is released.
23672
23673 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23674
23675 * gnus-agent.el (gnus-agent-read-agentview):
23676 Inline gnus-uncompress-range.
23677
23678 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23679
23680 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23681 `exec-installed-p'.
23682
23683 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23684
23685 * gnus.el (spam-process, spam-autodetect-methods):
23686 Add bsfilter and bsfilter-headers.
23687
23688 * spam.el (spam-bsfilter): New customize group.
23689 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23690 (spam-bsfilter-header, spam-bsfilter-probability-header)
23691 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23692 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23693 (spam-bsfilter-database-directory): New options.
23694 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23695 (spam-list-of-statistical-checks, spam-registration-functions):
23696 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23697 (spam-bsfilter-score): New command.
23698 (spam-check-bsfilter-headers, spam-check-bsfilter)
23699 (spam-bsfilter-register-with-bsfilter)
23700 (spam-bsfilter-register-spam-routine)
23701 (spam-bsfilter-unregister-spam-routine)
23702 (spam-bsfilter-register-ham-routine)
23703 (spam-bsfilter-unregister-ham-routine): New functions.
23704 (spam-generic-score): Support bsfilter; Accept an optional argument
23705 to recalcurate spam score even if scoring header has already been
23706 added.
23707 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23708 optional argument to recalcurate spam score even if scoring header
23709 has already been added.
23710
23711 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23712
23713 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23714 strings! Reported by David D. Smith <davidsmith@acm.org>.
23715 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23716 link is missing.
23717
23718 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23719
23720 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23721 (html2text-get-attr): Rewrite.
23722
23723 * message.el (message-setup-1): Remove redundant put-text-property
23724 on mail-header-separator.
23725
23726 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23727
23728 * gnus-registry.el (gnus-registry-cache-whitespace)
23729 (gnus-registry-action, gnus-registry-spool-action)
23730 (gnus-registry-split-fancy-with-parent): Change message levels
23731 from 5 to 3 or 7, as needed.
23732
23733 * spam.el (spam-summary-prepare-exit)
23734 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23735 (spam-split, spam-find-spam, spam-log-undo-registration)
23736 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23737 level from 5 to 6.
23738
23739 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23740
23741 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23742 2004-03-04 change).
23743
23744 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23745
23746 * sieve-manage.el (sieve-manage-open):
23747 * nnweb.el (nnweb-insert-html):
23748 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23749 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23750 * nnspool.el (nnspool-request-group):
23751 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23752 * nnml.el (nnml-request-update-info):
23753 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23754 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23755 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23756 (nnimap-request-set-mark):
23757 * nnfolder.el (nnfolder-request-update-info):
23758 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23759 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23760 * gnus-uu.el (gnus-uu-find-articles-matching):
23761 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23762 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23763 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23764 * gnus-nocem.el (gnus-nocem-scan-groups):
23765 * gnus-int.el (gnus-start-news-server):
23766 * gnus-group.el (gnus-group-make-kiboze-group)
23767 (gnus-group-browse-foreign-server):
23768 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23769 Use mapc when appropriate.
23770
23771 2004-04-22 Dan Christensen <jdc@uwo.ca>
23772 Adam Sjøgren <asjo@koldfront.dk>
23773 Wes Hardaker <wes@hardakers.net>
23774 Michael Shields <shields@msrl.com>
23775
23776 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23777 may need for spam sorting and scoring.
23778 (spam-user-format-function-S): Add user format function suitable for
23779 general use.
23780 (spam-article-sort-by-spam-status): Add sorting function for summary
23781 sorting.
23782 (spam-extra-header-to-number): Add function to get a score from a
23783 header.
23784 (spam-summary-score): Add function to get a numeric score from the
23785 headers.
23786 (spam-generic-score): Fix function doc, was in wrong place.
23787 (spam-initialize): Take symbols when it's run, and install the
23788 extra headers that spam-necessary-extra-headers thinks we need.
23789
23790 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23791
23792 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23793 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23794
23795 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23796
23797 * gnus-sum.el (gnus-set-global-variables)
23798 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23799 (gnus-article-get-xrefs, gnus-summary-best-group)
23800 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23801 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23802 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23803 Use with-current-buffer.
23804
23805 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23806
23807 * spam.el (spam-summary-prepare-exit): Simplify logic.
23808 (spam-fetch-article-header): Read the article header if it's not
23809 available.
23810 (spam-list-articles): Simplify logic.
23811 (spam-filelist-register-routine): Fix bug with unregister-list.
23812
23813 * gnus-registry.el: Fix comments at beginning.
23814
23815 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23816
23817 * message.el (message-cater-to-broken-inn): Remove.
23818 (message-shorten-references): Make sure the total folded length of
23819 References is shorter than 998 characters to cater to a bug in INN
23820 2.3. Also, don't pretend that references aren't folded -- this
23821 hasn't worked for a while.
23822
23823 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23824
23825 * gnus-agent.el (gnus-agentize):
23826 gnus-agent-send-mail-real-function no longer set to current value
23827 of message-send-mail-function but rather a lambda that calls
23828 message-send-mail-function. The change makes the agent real-time
23829 responsive to user changes to message-send-mail-function.
23830
23831 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23832
23833 * legacy-gnus-agent.el
23834 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23835 help from Florian Weimer <fw@deneb.enyo.de>
23836
23837 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
23838
23839 * nnmail.el (nnmail-cache-insert): Revert last change.
23840
23841 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
23842
23843 * nnmail.el (nnmail-cache-insert): Always check whether
23844 nnmail-cache-ignore-groups matches a group name.
23845
23846 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
23847
23848 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23849 (spam-find-spam, spam-log-processing-to-registry)
23850 (spam-log-registered-p, spam-log-unregistration-needed-p)
23851 (spam-log-undo-registration): Use gnus-message instead of
23852 gnus-error, none of these errors are fatal.
23853
23854 * gnus-registry.el (gnus-registry-clean-empty-function)
23855 (gnus-registry-clean-empty): Remove only empty entries without
23856 extra data.
23857
23858 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23859
23860 * spam-stat.el (spam-stat-buffer-change-to-spam)
23861 (spam-stat-buffer-change-to-non-spam): Change (error) to
23862 (gnus-message 8) invocation.
23863
23864 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23865
23866 * nntp.el (nntp-via-netcat-command): New variable.
23867 (nntp-via-netcat-switches): New variable.
23868 (nntp-open-via-rlogin-and-netcat): New function.
23869 (nntp-open-connection-function): Doc fix.
23870 (nntp-telnet-command): Doc fix.
23871 (nntp-end-of-line): Doc fix.
23872 (nntp-via-rlogin-command): Doc fix.
23873 (nntp-via-user-name): Doc fix.
23874 (nntp-via-address): Doc fix.
23875
23876 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23877
23878 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23879 error in Emacs 21.1.
23880
23881 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23882
23883 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23884
23885 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23886
23887 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23888 (gnus-agent-with-refreshed-group): New macro.
23889 (gnus-agent-rename-group): New function.
23890 (gnus-agent-delete-group): New function.
23891 (gnus-agent-save-group-info): Use gnus-command-method when
23892 `method' parameter is nil. Don't write nil entries into the
23893 active file.
23894 (gnus-agent-get-group-info): New function.
23895 (gnus-agent-fetch-articles):
23896 Use gnus-agent-update-files-total-fetched-for to increment disk space
23897 used.
23898 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23899 Use gnus-agent-update-view-total-fetched-for to increment disk space
23900 used.
23901 (gnus-agent-get-local): Add optional parameters to avoid calling
23902 gnus-group-real-name and gnus-find-method-for-group.
23903 (gnus-agent-set-local): Delete stored entry if either min, or max,
23904 are nil.
23905 (gnus-agent-fetch-session): Reworded error/quit messages.
23906 On quit, use gnus-agent-regenerate-group to record existence of any
23907 articles fetched to disk before the quit occurred.
23908 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23909 gnus-agent-update-view-total-fetched-for, and
23910 gnus-agent-update-files-total-fetched-for to decrement disk space
23911 used.
23912 (gnus-agent-retrieve-headers):
23913 Use gnus-agent-update-view-total-fetched-for to increment disk space
23914 used.
23915 (gnus-agent-regenerate-group): Replace gnus-group-update-group
23916 with gnus-agent-update-files-total-fetched-for to decrement disk
23917 space and fresh group buffer.
23918 (gnus-agent-inhibit-update-total-fetched-for): New variable.
23919 (gnus-agent-need-update-total-fetched-for): New variable.
23920 (gnus-agent-update-files-total-fetched-for): New function.
23921 (gnus-agent-update-view-total-fetched-for): New function.
23922 (gnus-agent-total-fetched-for): New function.
23923
23924 * gnus-cache.el (gnus-cache-save-buffers):
23925 Use gnus-cache-update-overview-total-fetched-for to change disk space
23926 used by this group.
23927 (gnus-cache-possibly-enter-article):
23928 Use gnus-cache-update-file-total-fetched-for to increment disk space
23929 used by this group.
23930 (gnus-cache-possibly-remove-article):
23931 Use gnus-cache-update-file-total-fetched-for to decrement disk space
23932 used by this group.
23933 (gnus-cache-generate-nov-databases): Purge total fetched cache.
23934 (gnus-cache-rename-group): New function.
23935 (gnus-cache-delete-group): New function.
23936 (gnus-cache-inhibit-update-total-fetched-for): New variable.
23937 (gnus-cache-need-update-total-fetched-for): New variable.
23938 (gnus-cache-with-refreshed-group): New macro.
23939 (gnus-cache-update-file-total-fetched-for): New function.
23940 (gnus-cache-update-overview-total-fetched-for): New function.
23941 (gnus-cache-rename-group-total-fetched-for): New function.
23942 (gnus-cache-delete-group-total-fetched-for): New function.
23943 (gnus-cache-total-fetched-for): New function.
23944
23945 * gnus-group.el: Require gnus-sum and autoload functions to
23946 resolve warnings when gnus-group.el compiled alone.
23947 (gnus-group-line-format): Documented new %F.
23948 (size of Fetched data) group line format; identifies disk space
23949 used by agent and cache.
23950 (gnus-group-line-format-alist): Defined new F format.
23951 (gnus-total-fetched-for): New function.
23952 (gnus-group-delete-group): No longer update
23953 gnus-cache-active-altered as gnus-request-delete-group now keeps
23954 the cache in sync.
23955 (gnus-group-list-active): Let the agent store a server's active
23956 list if currently plugged.
23957
23958 * gnus-int.el (gnus-request-delete-group):
23959 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23960 local disk in sync with the server.
23961 (gnus-request-rename-group):
23962 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23963 local disk in sync with the server.
23964
23965 * gnus-start.el (gnus-get-unread-articles):
23966 Cosmetic simplification to logic.
23967
23968 * gnus-util.el (gnus-rename-file): New function.
23969
23970 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
23971
23972 * mm-util.el (mm-image-load-path): Handle nil in load-path.
23973
23974 2004-04-07 Jesper Harder <harder@ifa.au.dk>
23975
23976 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23977 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
23978
23979 2004-04-06 Jesper Harder <harder@ifa.au.dk>
23980
23981 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23982 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
23983
23984 2004-04-03 Jesper Harder <harder@ifa.au.dk>
23985
23986 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23987
23988 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
23989
23990 * spam.el (spam-set-difference): Add function to replace
23991 gnus-set-difference in spam.el.
23992 (spam-summary-prepare-exit): Use spam-set-difference.
23993
23994 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
23995
23996 * gnus-registry.el (gnus-registry-cache-file): Update to use
23997 gnus-dribble-directory OR gnus-home-directory OR ~.
23998 (gnus-registry-split-fancy-with-parent): Fix doc.
23999
24000 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24001
24002 * message.el (message-exchange-point-and-mark):
24003 Use message-mark-active-p. Suggested by Jesper Harder
24004 <harder@ifa.au.dk>.
24005
24006 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24007
24008 * message.el (message-exchange-point-and-mark): Don't activate
24009 region if it was inactive. Suggested by Hiroshi Fujishima
24010 <pooh@nature.tsukuba.ac.jp>.
24011
24012 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24013
24014 * gnus-art.el (article-display-face): Display Faces in the same
24015 order as X-Faces.
24016
24017 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24018
24019 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24020
24021 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24022
24023 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24024 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24025 (gnus-article-mime-hierarchy): Remove.
24026 (gnus-article-mime-hierarchy-next): Remove.
24027 (gnus-article-mode): Revert 2004-03-19 change.
24028 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24029 (gnus-insert-mime-button): Revert 2004-03-19 change.
24030 (gnus-mime-accumulate-hierarchy): Remove.
24031 (gnus-mime-enter-multipart): Remove.
24032 (gnus-mime-leave-multipart): Remove.
24033 (gnus-mime-display-part): Revert 2004-03-19 change.
24034 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24035
24036 * mml.el (mml-preview): Revert 2004-03-19 change.
24037
24038 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24039
24040 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24041
24042 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24043
24044 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24045 t while entering a file name using the mm-with-multibyte macro.
24046 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24047
24048 * mm-util.el (mm-with-multibyte): New macro.
24049
24050 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24051
24052 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24053 New user option.
24054 (gnus-mime-multipart-functions): Doc and customization fix.
24055 (gnus-article-mime-hierarchy): New variable.
24056 (gnus-article-mime-hierarchy-next): New variable.
24057 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24058 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24059 gnus-article-mime-hierarchy-next to nil.
24060 (gnus-insert-mime-button): Show hierarchy numbers.
24061 (gnus-mime-accumulate-hierarchy): New function.
24062 (gnus-mime-enter-multipart): New function.
24063 (gnus-mime-leave-multipart): New function.
24064 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24065 (gnus-mime-display-alternative): Show hierarchy numbers.
24066
24067 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24068 gnus-article-mime-hierarchy-next to nil.
24069
24070 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24071
24072 * dns.el: Don't require gnus-xmas.
24073
24074 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24075
24076 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24077 inline PGP.
24078 (mml-menu): Disable mml-quote-region if mark is inactive.
24079
24080 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24081
24082 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24083 when the group's active is not available.
24084
24085 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24086
24087 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24088 error.
24089
24090 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24091
24092 * imap.el (imap-store-password): New variable.
24093 (imap-interactive-login): Use it.
24094 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24095
24096 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24097
24098 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24099 window-start and hscroll to summary window.
24100
24101 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24102
24103 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24104 conversion message to newsrc-dribble when an actual conversion is
24105 performed.
24106
24107 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24108
24109 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24110
24111 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24112
24113 * mm-decode.el (mm-complicated-handles): New function reviving
24114 former definition of mm-multiple-handles.
24115
24116 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24117 (gnus-mime-delete-part): Use it.
24118
24119 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24120
24121 * gnus-agent.el (gnus-agent-read-local):
24122 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24123 avoid the implicit assumption that they will always be equal.
24124 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24125 coding-system-for-write, as the with-temp-file macro first prints
24126 to a buffer then saves the buffer.
24127
24128 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24129
24130 * gnus-art.el (gnus-article-edit-part): New function.
24131 (gnus-mime-save-part-and-strip): Use it; do query instead of
24132 signaling an error; don't use mm-multiple-handles.
24133 (gnus-mime-delete-part): Ditto.
24134
24135 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24136
24137 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24138 old file versions.
24139 (gnus-group-prepare-hook): Remove function that converted list
24140 form of gnus-agent-expire-days to group properties.
24141
24142 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24143 (gnus-request-accept-article): Re-indented.
24144
24145 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24146 converters to handle old agent file formats. Add logic for a
24147 "backup before upgrading warning".
24148 (gnus-convert-mark-converter-prompt): Developers can mark
24149 functions as needing (default), or not needing,
24150 gnus-convert-old-newsrc's "backup before upgrading warning".
24151 (gnus-convert-converter-needs-prompt): Tests whether the user
24152 should be protected from potentially irreversable changes by the
24153 function.
24154
24155 * legacy-gnus-agent.el: New. Provides converters that are only
24156 loaded when gnus-convert-old-newsrc needs to call them.
24157
24158 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24159
24160 * mail-source.el (mail-source-touch-pop): Doc fix.
24161
24162 * message.el (message-smtpmail-send-it): Doc fix.
24163
24164 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24165
24166 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24167
24168 * nnmail.el (nnmail-split-fancy): do.
24169
24170 * gnus-kill.el (gnus-kill, gnus-execute): do.
24171
24172 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24173
24174 * gnus-sum.el (gnus-widget-reversible-match)
24175 (gnus-widget-reversible-to-internal)
24176 (gnus-widget-reversible-to-external): New functions.
24177 (gnus-widget-reversible): New widget.
24178 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24179
24180 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24181
24182 * gnus-sum.el (gnus-thread-sort-functions)
24183 (gnus-article-sort-functions): Document `(not F)' items.
24184
24185 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24186
24187 * spam.el (spam-use-gmane-xref): Add new backend.
24188 (spam-gmane-xref-spam-group): Add variable to control the name of the
24189 Gmane spam group.
24190 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24191 (spam-regex-headers-spam, spam-regex-headers-ham)
24192 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24193 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24194 backends and checks.
24195 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24196
24197 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24198 an autodetect method.
24199
24200 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24201
24202 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24203 articles are being added to a group.
24204 (gnus-request-replace-article): Inform the agent that articles
24205 need to be uncached as the cached contents are no longer valid.
24206
24207 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24208
24209 * binhex.el: Don't autoload executable-find.
24210
24211 * canlock.el: Don't autoload mail-fetch-field.
24212
24213 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24214
24215 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24216 rmail-dont-reply-to and rmail-output.
24217
24218 * gnus-score.el: Don't autoload ffap-string-at-point.
24219
24220 * gnus-setup.el: Don't autoload sc-cite-original.
24221
24222 * imap.el: Don't autoload base64-decode-string,
24223 base64-encode-string and md5.
24224
24225 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24226 and rmail-msg-restore-non-pruned-header.
24227
24228 * mm-decode.el: Don't autoload executable-find.
24229
24230 * mm-url.el: Don't autoload executable-find.
24231
24232 * mm-view.el: Don't autoload diff-mode.
24233
24234 * nndb.el: Don't autoload news-reply-mode, news-setup,
24235 cancel-timer and telnet.
24236
24237 * password.el: Don't autoload run-at-time for Emacs.
24238
24239 * sha1-el.el: Don't autoload executable-find.
24240
24241 * sieve-mode.el: Don't autoload c-mode.
24242
24243 * uudecode.el: Don't autoload executable-find.
24244
24245 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24246
24247 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24248 (gnus-agent-possibly-alter-active): Avoid null in numeric
24249 comparison.
24250 (gnus-agent-set-local): Refuse to save null in local object table.
24251 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24252 list of articles that will be marked as unread.
24253
24254 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24255
24256 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24257
24258 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24259
24260 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24261 language tags.
24262
24263 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24264
24265 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24266 Don't bind "obarray".
24267
24268 * gnus-sum.el (gnus-thread-sort-functions):
24269 Add `gnus-thread-sort-by-most-recent-number' and
24270 `gnus-thread-sort-by-most-recent-date'.
24271 Reported by Kai Grossjohann <kai@emptydomain.de>.
24272
24273 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24274
24275 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24276
24277 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24278
24279 * gnus-cus.el (gnus-agent-customize-category):
24280 Remove ignore-errors macro reference that required cl to be loaded at
24281 run-time.
24282
24283 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24284 single-interval range of the form (min . max). Previously the
24285 range had to look like ((min . max)). Likewise, return
24286 (min . max) rather than ((min . max)).
24287 (gnus-range-map): Use gnus-range-normalize to accept
24288 single-interval range.
24289
24290 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24291 the cache, but not the agent, now appear with their usual face.
24292
24293 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24294
24295 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24296 w3m-safe-url-regexp variable buffer-local.
24297
24298 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24299
24300 2004-02-27 Simon Josefsson <jas@extundo.com>
24301
24302 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24303 gnus-group-real-prefix.
24304 (gnus-summary-move-article): Use it, instead of
24305 gnus-group-real-prefix.
24306
24307 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24308
24309 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24310 w3m-safe-url-regexp variable buffer-local and set it as the value
24311 of mm-w3m-safe-url-regexp.
24312
24313 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24314
24315 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24316 parsing gnus-posting-styles when the message is not for replying.
24317
24318 * nnrss.el (nnrss-opml-export):
24319 Use mm-set-buffer-file-coding-system instead of
24320 set-buffer-file-coding-system.
24321
24322 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24323
24324 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24325 of checkdoc.el).
24326 * nnrss.el: do.
24327 * gnus-mlspl.el: do.
24328 * gnus-ml.el: do.
24329 * gnus-srvr.el: do.
24330
24331 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24332
24333 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24334
24335 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24336 Corrections to custom-manual links.
24337
24338 * gnus-art.el (gnus-article): Ditto.
24339
24340 * mm-decode.el (mime-display, mime-security): Ditto.
24341
24342 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24343
24344 * flow-fill.el: Typo.
24345
24346 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24347
24348 * spam-wash.el: New file.
24349
24350 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24351
24352 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24353
24354 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24355
24356 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24357 to be run with new-articles as LIST1, not LIST2.
24358 (spam-registration-functions): Add spam-use-ham-copy as a nil
24359 registration backend.
24360
24361 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24362
24363 * spam-stat.el (spam-stat-washing-hook): New option.
24364 (spam-stat-buffer-words): Use it.
24365 (spam-stat-process-directory, spam-stat-test-directory):
24366 Use insert-file-contents-literally.
24367 (spam-stat-coding-system): New variable.
24368 (spam-stat-load, spam-stat-save): Use it.
24369
24370 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24371
24372 * spam-report.el (spam-report-plug-agent):
24373 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24374
24375 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24376
24377 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24378 Allow / in mailto URLs.
24379
24380 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24381
24382 * spam-report.el (spam-report-process-queue): Fix interactive use.
24383 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24384 (spam-report-unplug-agent): Doc fixes.
24385 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24386 (spam-report-agentize, spam-report-deagentize):
24387 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24388
24389 * message.el (message-setup-fill-variables): Add mml tags to
24390 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24391 <ajk@iu.edu>.
24392 (message-mode): Don't modify paragraph-separate there.
24393
24394 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24395
24396 * compface.el (uncompface-use-external): Default to undecided.
24397 (uncompface-use-external-threshold): New variable.
24398 (uncompface-float-time): New macro.
24399 (uncompface): Determine whether to use the external decoder if
24400 uncompface-use-external is undecided.
24401
24402 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24403
24404 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24405 after images.
24406
24407 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24408
24409 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24410
24411 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24412
24413 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24414
24415 * gnus-sum.el (gnus-summary-limit-to-age)
24416 (gnus-summary-limit-children): do.
24417
24418 * gnus-int.el (gnus-request-scan): do.
24419
24420 * gnus-group.el (gnus-group-suspend): do.
24421
24422 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24423
24424 * gnus-cite.el (gnus-cite-parse-attributions): do.
24425
24426 * gnus-agent.el (gnus-summary-set-agent-mark)
24427 (gnus-agent-regenerate-group): do.
24428
24429 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24430
24431 * binhex.el (binhex-decode-region-internal): do.
24432
24433 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24434
24435 * gnus-fun.el (gnus-face-properties-alist): New user option.
24436 (gnus-display-x-face-in-from): Use it.
24437
24438 * gnus-art.el (article-display-face): Ditto.
24439
24440 * compface.el (uncompface-use-external): Default to nil.
24441
24442 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24443
24444 * nntp.el (nntp-erase-buffer): New function.
24445 (nntp-retrieve-data, nntp-send-command)
24446 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24447 (nntp-possibly-change-group): Use it.
24448
24449 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24450 Use with-current-buffer.
24451
24452 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24453
24454 * compface.el: Merge the ELisp-based uncompface program.
24455 (compface): New customization group.
24456 (uncompface-use-external): New user option.
24457 (uncompface): Call uncompface-internal if uncompface-use-external
24458 is nil.
24459 (uncompface-internal): New function. Note that there are also
24460 some other functions and variables added for this function.
24461
24462 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24463
24464 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24465 if necessary.
24466
24467 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24468
24469 * spam-report.el (spam-report-unplug-agent)
24470 (spam-report-plug-agent, spam-report-deagentize)
24471 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24472 Add support for the Agent in spam-report: when unplugged, report to a
24473 file; when plugged, submit all the requests.
24474
24475 * spam.el (spam-register-routine): Fix message about
24476 registration.
24477
24478 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24479
24480 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24481 dependencies.
24482 (rfc2047-encode): Use it.
24483
24484 * gnus-art.el (gnus-button-marker-list): Move before first
24485 reference.
24486
24487 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24488 (imap-parse-body): Fix format string mismatch.
24489
24490 * gnus-score.el (gnus-summary-increase-score): do.
24491
24492 * nnrss.el (nnrss-close): New function.
24493
24494 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24495
24496 * nnrss.el (nnrss-make-filename): New function.
24497 (nnrss-request-delete-group, nnrss-read-server-data)
24498 (nnrss-save-server-data, nnrss-read-group-data)
24499 (nnrss-save-group-data): Use it.
24500 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24501 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24502 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24503
24504 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24505
24506 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24507
24508 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24509
24510 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24511 files.
24512
24513 * message.el (message-generate-headers-first): Don't quote nil
24514 and t in docstrings.
24515
24516 * imap.el (imap-id): do.
24517
24518 * gnus-agent.el (gnus-agent-consider-all-articles)
24519 (gnus-agent-queue-mail): do.
24520
24521 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24522
24523 * spam-report.el (spam-report-process-queue): New function.
24524 Process requests from `spam-report-requests-file'.
24525 (spam-report-process-queue): Doc fix.
24526
24527 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24528
24529 * spam.el (spam-register-routine)
24530 (spam-log-processing-to-registry, spam-log-registered-p)
24531 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24532 Change "check" to "spam-check" for semi-clarity.
24533
24534 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24535
24536 * pop3.el: Require nnheader.
24537
24538 * mml-smime.el: Require cl. Autoload message-fetch-field.
24539
24540 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24541
24542 * gnus-picon.el: Require cl.
24543
24544 * gnus-fun.el: Require gnus-ems and gnus-util.
24545
24546 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24547
24548 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24549
24550 * gnus-art.el (gnus-article-edit-mode): Define before first
24551 reference.
24552
24553 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24554
24555 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24556 (gnus-uu-post-encoded): Use point-at-bol.
24557
24558 * gnus-topic.el (gnus-group-active-topic-p): do.
24559
24560 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24561
24562 * gnus-group.el (gnus-group-kill-region): do.
24563
24564 * gnus-art.el (article-date-ut): do.
24565
24566 * message.el (message-fetch-field): Remove redundant
24567 case-fold-search binding.
24568 (message-narrow-to-field): Simplify.
24569
24570 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24571
24572 * spam.el (spam-directory): Derive from `gnus-directory'.
24573
24574 * spam-report.el (spam-report-url-to-file)
24575 (spam-report-requests-file): New function and variable for offline
24576 reporting.
24577 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24578 and user defined function.
24579 (spam-report-url-ping-mm-url): Remove doubled slash.
24580
24581 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24582
24583 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24584
24585 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24586
24587 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24588 Fix format string mismatch.
24589
24590 * sieve.el (sieve-deactivate-all): do.
24591
24592 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24593
24594 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24595
24596 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24597
24598 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24599
24600 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24601
24602 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24603 the list of checks.
24604
24605 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24606
24607 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24608 padding.
24609
24610 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24611
24612 * mm-view.el (mm-fill-flowed): New variable.
24613 (mm-inline-text): Use it.
24614
24615 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24616
24617 * spam.el (spam-spamassassin-register-ham-routine)
24618 (spam-spamassassin-register-spam-routine): Fix function names.
24619
24620 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24621
24622 * gnus.el (gnus-tmp-grouplens): Remove.
24623 (gnus-summary-line-format): Remove grouplens.
24624
24625 * gnus-group.el (gnus-group-line-format): Ditto.
24626
24627 * gnus-spec.el (gnus-format-specs): Ditto.
24628 (gnus-update-format-specifications): Flush the group format spec
24629 cache if there's the grouplens stuff.
24630 (gnus-parse-simple-format): Replace %l with the empty string.
24631
24632 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24633
24634 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24635 omission.
24636
24637 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24638
24639 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24640 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24641
24642 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24643
24644 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24645 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24646 New macros and functions.
24647 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24648 Handle > NLINK_MAX messages.
24649 * nnmaildir.el (nnmaildir-request-set-mark):
24650 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24651
24652 2004-01-25 Alex Schroeder <alex@gnu.org>
24653
24654 * spam-stat.el (spam-stat-process-directory-age): New option.
24655 (spam-stat-process-directory): Use it.
24656
24657 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24658
24659 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24660 (spam-stat-save): Accept prefix argument.
24661
24662 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24663
24664 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24665 links" error.
24666
24667 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24668
24669 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24670 compatibility with old .newsrc.eld files.
24671
24672 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24673
24674 * gnus-start.el (gnus-1): do.
24675
24676 * gnus-group.el (gnus-group-line-format-alist): do.
24677
24678 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24679
24680 * gnus-gl.el: Remove.
24681
24682 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24683
24684 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24685 marks consisting of a single range {for example, (3 . 5)} rather
24686 than a list of a single range { ((3 . 5)) }.
24687
24688 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24689
24690 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24691 Use with-current-buffer.
24692 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24693 avoid consing a string.
24694
24695 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24696 Remove obsolete entries for big5 and gb2312.
24697
24698 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24699
24700 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24701 uncompressed list.
24702
24703 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24704
24705 * spam-stat.el (spam-stat-strip-xref): New function.
24706 (spam-stat-process-directory): Use it.
24707
24708 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24709 here -- it's done in message-fetch-field.
24710
24711 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24712
24713 * gnus-agent.el (gnus-agent-queue-mail)
24714 (gnus-agent-prompt-send-queue): New variables.
24715 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24716 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24717 "nndraft:queue" along to gnus-draft-send.
24718 Use gnus-agent-prompt-send-queue.
24719 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24720 is "nndraft:queue". Suggested by Gaute Strokkenes
24721 <gs234@srcf.ucam.org>
24722
24723 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24724 (agent-enable-undownloaded-faces): Add.
24725 (gnus-agent-cat-groups): Use eval-and-compile, not
24726 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24727 method of gnus-agent-cat-groups even when the buffer has been
24728 evalled.
24729 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24730 delete gnus-agent-save-active-1.
24731 (gnus-agent-save-groups): Delete. Identical to
24732 gnus-agent-save-active.
24733 (gnus-agent-write-active): No longer adjust agent's copy of active
24734 file as agent's adjustments are now stored in their own
24735 file. Remove optional parameter.
24736 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24737 servers. Add use of min/max range limits from server's local
24738 file.
24739 (gnus-agent-save-alist): Remove unused optional argument.
24740 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24741 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24742 (gnus-agent-set-local): A per-server file that keeps min/max range
24743 limits for articles known to the agent. Provides a fast mechanism
24744 for altering many active ranges.
24745 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24746 active file (local makes it unnecessary).
24747 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24748
24749 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24750 (agent-enable-undownloaded-faces): Add.
24751
24752 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24753 disable it when sending to "nndraft:queue".
24754 (gnus-group-send-queue): Add safety check to avoid sending queue
24755 when unplugged.
24756
24757 * gnus-group.el (gnus-group-catchup): Use new
24758 gnus-sequence-of-unread-articles, not
24759 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24760 numbers of articles. Use gnus-range-map to avoid having to
24761 uncompress the unread list.
24762 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24763 Fix invalid ange-ftp reference.
24764
24765 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24766 (gnus-sorted-range-intersection): Intersection of two ranges
24767 without requiring that they first be uncompressed.
24768
24769 * gnus-start.el (gnus-activate-group): Unless blocked by the
24770 caller, possibly expand the active range to include both cached
24771 and agentized articles.
24772 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24773 multiple version-dependent converters.
24774 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24775 gnus-agent-save-active.
24776 (gnus-save-newsrc-file): Save dirty agent range limits.
24777
24778 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24779 gnus-agent-possibly-alter-active.
24780 (gnus-adjust-marked-articles): Faster handling of simple lists.
24781
24782 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24783
24784 * spam-stat.el (spam-stat-test-directory): New optional argument
24785 displays a list of files detected. Suggested by Andrew Cohen
24786 <cohen@andy.bu.edu>.
24787 (spam-stat-buffer-words-with-scores): Don't narrow and change
24788 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24789
24790 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24791
24792 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24793 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24794 (spam-spamassassin-arguments)
24795 (spam-spamassassin-spam-flag-header)
24796 (spam-spamassassin-positive-spam-flag-header)
24797 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24798 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24799 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24800 (spam-list-of-processors, spam-list-of-checks)
24801 (spam-list-of-statistical-checks, spam-registration-functions)
24802 (spam-check-spamassassin-headers, spam-check-spamassassin)
24803 (spam-spamassassin-score)
24804 (spam-spamassassin-register-with-sa-learn)
24805 (spam-spamassassin-register-spam-routine)
24806 (spam-spamassassin-register-ham-routine)
24807 (spam-assassin-register-spam-routine)
24808 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24809 (spam-bogofilter-score): Fix to show article before scoring.
24810
24811 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24812
24813 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24814 default scoring function.
24815 (spam-generic-score): Call spam-spamassassin-score if
24816 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24817 spam-bogofilter-score otherwise.
24818
24819 * gnus.el (spam-process, spam-autodetect-methods):
24820 Add spamassassin and spamassassin-headers.
24821
24822 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24823
24824 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24825 Suppress unnecessary messages.
24826
24827 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24828
24829 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24830 make-hash-table.
24831
24832 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24833
24834 * canlock.el (base64-encode-string): Don't autoload it.
24835
24836 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24837
24838 * run-at-time.el: Remove useless (require 'itimer),
24839 eval-and-compile and (featurep 'xemacs).
24840
24841 2004-01-16 Jesper Harder <harder@ifa.au.dk>
24842
24843 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24844 GROUP is a virtual group.
24845
24846 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
24847
24848 * gnus.el: Autoload `message-y-or-n-p'.
24849
24850 2004-01-15 Jesper Harder <harder@ifa.au.dk>
24851
24852 * pgg-parse.el: Remove unnecessary (require 'custom).
24853
24854 * pgg-def.el: do.
24855
24856 * nnmail.el: do.
24857
24858 * gnus-undo.el: do.
24859
24860 * gnus-picon.el: do.
24861
24862 * gnus-util.el: do.
24863
24864 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24865
24866 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24867
24868 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24869
24870 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24871 handle, as well as a list.
24872
24873 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24874 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24875 (mm-w3m-cid-retrieve): Simplify.
24876
24877 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24878
24879 * message.el (message-kill-to-signature): Allow prefix arg to
24880 specify number of lines to keep before signature.
24881
24882 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24883
24884 * message.el (message-kill-to-signature): Change docstring.
24885
24886 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24887
24888 * canlock.el: Always require sha1-el.
24889 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24890
24891 * message.el: Autoload sha1 only when compiling.
24892
24893 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24894
24895 * message.el (message-canlock-generate): Require sha1-el.
24896
24897 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24898
24899 * message.el (message-expand-name): Silence the byte compiler.
24900
24901 2004-01-13 Simon Josefsson <jas@extundo.com>
24902
24903 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24904 Invoke gnus-score-mode.
24905 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24906
24907 * gnus-range.el (gnus-compress-sequence): Doc fix.
24908 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24909
24910 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24911
24912 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24913
24914 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
24915
24916 * spam.el (spam-get-article-as-string): Update to use
24917 gnus-request-article-this-buffer, much simpler.
24918 (spam-get-article-as-buffer): Remove.
24919
24920 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
24921
24922 * message.el (message-expand-name): Use EUDC if the user uses that.
24923
24924 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24925
24926 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24927 character for the encoding to avoid consing a string.
24928
24929 * rfc2047.el (rfc2047-decode-string): Don't cons a string
24930 unnecessarily.
24931
24932 * mm-util.el (mm-replace-chars-in-string): Remove.
24933
24934 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24935 of mm-replace-chars-in-string.
24936
24937 2004-01-11 Jesper Harder <harder@ifa.au.dk>
24938
24939 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24940
24941 * mm-util.el (mm-subst-char-in-string): Support inplace.
24942
24943 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24944 a new string in every iteration. Use shy groups.
24945
24946 2004-01-10 Jesper Harder <harder@ifa.au.dk>
24947
24948 * gnus-srvr.el (gnus-browse-unsubscribe-group):
24949 * gnus-soup.el (gnus-soup-group-brew):
24950 * gnus-msg.el (gnus-put-message):
24951 * gnus-move.el (gnus-group-move-group-to-server):
24952 * gnus-kill.el (gnus-batch-score):
24953 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24954 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24955 (gnus-group-update-group, gnus-group-read-group)
24956 (gnus-group-make-group, gnus-group-make-help-group)
24957 (gnus-group-make-archive-group, gnus-group-make-directory-group)
24958 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24959 (gnus-group-sort-by-unread, gnus-group-catchup)
24960 (gnus-group-unsubscribe-group, gnus-group-kill-group)
24961 (gnus-group-yank-group, gnus-group-set-info)
24962 (gnus-group-list-groups):
24963 * gnus.el (gnus-generate-new-group-name):
24964 * gnus-delay.el (gnus-delay-send-queue):
24965 * nnvirtual.el (nnvirtual-catchup-group):
24966 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24967 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24968 (gnus-group-prepare-topics, gnus-topic-check-topology):
24969 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24970 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24971 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24972 (gnus-group-make-articles-read):
24973 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24974 (gnus-group-change-level, gnus-kill-newsgroup)
24975 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24976 (gnus-get-unread-articles, gnus-make-articles-unread)
24977 (gnus-make-ascending-articles-unread): Use accessor
24978 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24979 to get group information for improved readability.
24980
24981 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24982
24983 * gnus-art.el (article-decode-mime-words, article-babel)
24984 (gnus-article-highlight-signature, gnus-article-add-buttons)
24985 (gnus-signature-toggle): Use gnus-with-article-buffer.
24986
24987 * gnus-art.el (gnus-article-highlight-headers)
24988 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24989
24990 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24991 (gnus-article-set-globals, gnus-request-article-this-buffer)
24992 (gnus-button-message-id, gnus-article-maybe-hide-headers)
24993 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24994 (gnus-mime-display-alternative): Use with-current-buffer.
24995
24996 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24997
24998 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24999 also under 80 char limit, and call gnus-error if needed.
25000 (spam-fetch-article-header): Fix - it was a
25001 buffer-local variable (gnus-newsgroup-data).
25002 (spam-find-spam): Use spam-generate-fake-headers, forget about
25003 spam-insert-fake-headers.
25004 (spam-insert-fake-headers): Remove.
25005
25006 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25007
25008 * deuglify.el (gnus-article-outlook-unwrap-lines)
25009 (gnus-outlook-rearrange-article)
25010 (gnus-outlook-repair-attribution-outlook)
25011 (gnus-outlook-repair-attribution-block)
25012 (gnus-outlook-repair-attribution-other): Remove redundant
25013 save-excursion.
25014
25015 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25016
25017 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25018 (spam-fetch-field-subject-fast)
25019 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25020 (spam-fetch-article-header): Add functions to deal with Gnus
25021 internals for fast retrieval of article header data.
25022 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25023
25024 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25025
25026 * pop3.el (pop3-md5): Remove.
25027 (pop3-apop): Replace pop3-md5 with md5.
25028
25029 * mm-bodies.el: base64 is always built-in.
25030
25031 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25032 Use with-current-buffer.
25033
25034 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25035
25036 * canlock.el (canlock-insert-header): Remove excessive grouping in
25037 regexp.
25038
25039 * gnus-sum.el (gnus-summary-read-document): Ditto.
25040
25041 * gnus-uu.el (gnus-uu-part-number): Ditto.
25042
25043 * html2text.el (html2text-remove-tags): Ditto.
25044 (html2text-format-tags): Ditto.
25045 (html2text-format-single-elements): Ditto.
25046
25047 * mml.el (mml-parse-1): Ditto.
25048
25049 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25050
25051 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25052
25053 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25054
25055 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25056
25057 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25058
25059 2003-11-15 Simon Josefsson <jas@extundo.com>
25060
25061 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25062 (pgg-gpg-lookup-key): Use regexp match instead of
25063 split-string (split-string is different between emacs 21.2 and
25064 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25065
25066 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25067
25068 * gnus-art.el (gnus-mime-view-all-parts)
25069 (gnus-article-part-wrapper, gnus-article-view-part):
25070 Use with-current-buffer.
25071
25072 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25073
25074 * spam.el (spam-disable-spam-split-during-ham-respool)
25075 (spam-spamoracle-database, spam-cache-lookups)
25076 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25077 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25078 (spam-group-ham-marks, spam-group-spam-marks)
25079 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25080 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25081 also add spam-use-blackholes to the statistical checks.
25082 (spam-fetch-field-fast): Add interface to fetching fields, may
25083 become a macro.
25084 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25085 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25086 (spam-insert-fake-headers): Fake an article when needed.
25087 (spam-find-spam): Fake article when possible.
25088 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25089 (spam-check-bogofilter-headers): Use message-fetch-field instead
25090 of nnmail-fetch-field.
25091
25092 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25093
25094 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25095
25096 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25097
25098 * spam.el (spam-split): Do not require spam-use-CHECK to be
25099 enabled if that check is passed to spam-split explicitly; also
25100 fix so 'spam doesn't get converted to spam-split-group when
25101 spam-split-symbolic-return is t.
25102 (spam-find-spam): Find registrations of the article and use those
25103 instead of re-running spam-split to find the spam/ham
25104 classification of the article.
25105 (spam-log-processing-to-registry, spam-log-registered-p)
25106 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25107 Use gnus-error instead of gnus-message.
25108 (spam-log-registration-type): Add function to determine the
25109 classification of a message based on registry entries; will
25110 return nil if both 'spam and 'ham are found.
25111 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25112 a reasonably fast local cache without the loading errors.
25113 (spam-cache-lookups): Set to t by default.
25114 (spam-find-spam): Don't try to guess spam-cache-lookups.
25115 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25116 spam-caches entry.
25117 (spam-filelist-build-cache, spam-filelist-check-cache):
25118 Fix caching of whitelist/blacklist entries.
25119 (spam-check-whitelist, spam-check-blacklist):
25120 Invoke spam-from-listed-p with a type, not a cache variable.
25121 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25122
25123 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25124
25125 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25126
25127 * nnmail.el (nnmail-split-fancy): do.
25128
25129 * mml.el (mml-parse): do.
25130
25131 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25132 (gnus-score-adaptive): do.
25133
25134 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25135
25136 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25137 (gnus-mime-button-map): Don't set keymap parent.
25138 (gnus-button-ctan-directory-regexp): Use shy grouping.
25139 (gnus-prev-page-map): Don't set keymap parent.
25140 (gnus-prev-page-map): Remove duplicated one.
25141 (gnus-next-page-map): Don't set keymap parent.
25142 (gnus-mime-security-button-map): Ditto.
25143
25144 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25145 version number.
25146
25147 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25148
25149 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25150
25151 * canlock.el (canlock-sha1-function): Remove.
25152 (canlock-sha1-function-for-verify): Remove.
25153 (canlock-openssl-program): Remove.
25154 (canlock-openssl-args): Remove.
25155 (canlock-ignore-errors): Remove.
25156 (canlock-sha1-with-openssl): Remove.
25157 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25158 (canlock-verify): Don't use canlock-ignore-errors.
25159
25160 * sha1-el.el (sha1-string-external): Make it can return a string
25161 in binary form.
25162 (sha1-region-external): Ditto.
25163 (sha1-string-internal): Ditto.
25164 (sha1-region-internal): Ditto.
25165 (sha1-region): Ditto.
25166 (sha1-string): Ditto.
25167 (sha1): Ditto.
25168
25169 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25170
25171 * spam.el (spam-report-articles-gmane): New command.
25172
25173 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25174
25175 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25176
25177 * run-at-time.el (run-at-time-saved): Remove.
25178 (run-at-time): Doc fix.
25179
25180 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25181
25182 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25183 (gnus-summary-limit-map): Add it.
25184 (gnus-summary-make-menu-bar): do.
25185
25186 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25187
25188 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25189 Make attempt at some caching support (done for BBDB only now).
25190 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25191 addresses to be checked.
25192 (spam-clear-cache-BBDB): Add function, to be invoked by
25193 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25194 (spam-check-BBDB): Check and use the caches, if
25195 spam-cache-lookups is on, remove superfluous (provide).
25196
25197 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25198
25199 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25200
25201 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25202
25203 * run-at-time.el (run-at-time-saved): Move to after the definition
25204 of `run-at-time'.
25205
25206 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25207
25208 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25209 mm-w3m-local-map-property.
25210
25211 * mm-view.el (mm-w3m-mode-map): Remove.
25212 (mm-w3m-local-map-property): Remove.
25213 (mm-inline-text-html-render-with-w3m): Don't use
25214 mm-w3m-local-map-property.
25215
25216 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25217
25218 * run-at-time.el: New file.
25219
25220 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25221 of gnus-set-text-properties.
25222
25223 * gnus-uu.el (gnus-uu-save-article): Ditto.
25224
25225 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25226
25227 * gnus-cite.el (gnus-cite-parse): Ditto.
25228
25229 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25230 of gnus-.
25231
25232 * gnus.el: Change calls to nnheader-run-at-time and
25233 password-run-at-time throughout to use run-at-time directly.
25234
25235 * password.el: Remove definition of run-at-time.
25236
25237 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25238
25239 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25240 in prompt.
25241
25242 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25243
25244 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25245 XEmacs version.
25246
25247 * dns.el (dns-make-network-process): Use `open-network-stream'
25248 instead of `gnus-xmas-open-network-stream'.
25249
25250 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25251
25252 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25253
25254 * gnus-art.el (gnus-mime-display-alternative)
25255 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25256 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25257 Don't use gnus-local-map-property.
25258
25259 * gnus-util.el (gnus-local-map-property): Remove.
25260
25261 * mm-view.el (mm-view-pkcs7-decrypt):
25262 Replace gnus-completing-read-maybe-default with completing-read.
25263
25264 * gnus-util.el (gnus-completing-read): do.
25265 (gnus-completing-read-maybe-default): Remove.
25266
25267 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25268
25269 * password.el: Only autoload `run-at-time' if not XEmacs.
25270 Only autoload the itimer functions if XEmacs.
25271
25272 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25273
25274 * gnus-art.el (gnus-read-string): Remove.
25275 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25276 read-string.
25277
25278 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25279
25280 * netrc.el: Autoload password-read.
25281 (netrc): Add configuration group.
25282 (netrc-encoding-method, netrc-openssl-path):
25283 Add variables for encoding and decoding of files with symmetric
25284 ciphers.
25285 (netrc-encode): Add assistant function to encode a file with
25286 netrc-encoding-method.
25287 (netrc-parse): Add interactive parameter, added optional
25288 decoding if netrc-encoding-method is non-nil but otherwise
25289 behavior is standard.
25290 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25291 Do s/encode/encrypt/ everywhere.
25292
25293 * spam.el: Remove executable-find autoload.
25294
25295 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25296
25297 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25298
25299 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25300
25301 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25302
25303 * gnus-art.el (gnus-treat-ansi-sequences)
25304 (article-treat-ansi-sequences): New variable and function.
25305 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25306
25307 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25308 Use it.
25309
25310 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25311
25312 * mm-util.el (mm-quote-arg): Remove.
25313
25314 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25315 shell-quote-argument.
25316
25317 * gnus-uu.el (gnus-uu-command): do.
25318
25319 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25320
25321 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25322 with make-char.
25323
25324 * mm-util.el (mm-make-char): Remove.
25325
25326 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25327 add-minor-mode.
25328
25329 * gnus-undo.el (gnus-undo-mode): do.
25330
25331 * gnus-topic.el (gnus-topic-mode): do.
25332
25333 * gnus-sum.el (gnus-dead-summary-mode): do.
25334
25335 * gnus-start.el (gnus-slave-mode): do.
25336
25337 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25338
25339 * gnus-ml.el (gnus-mailing-list-mode): do.
25340
25341 * gnus-gl.el (gnus-grouplens-mode): do.
25342
25343 * gnus-draft.el (gnus-draft-mode): do.
25344
25345 * gnus-dired.el (gnus-dired-mode): do.
25346
25347 * gnus-ems.el (gnus-add-minor-mode): Remove.
25348
25349 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25350 Replace gnus-char-width with char-width.
25351
25352 * gnus-ems.el (gnus-char-width): Remove.
25353
25354 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25355 Replace gnus-char-width with char-width.
25356
25357 * gnus-ems.el (gnus-char-width): Remove.
25358
25359 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25360 definition.
25361 Remove Emacs 20 hash table compatibility code.
25362
25363 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25364 20 compatibility code.
25365
25366 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25367
25368 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25369
25370 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25371 Replace with point-at-{eol,bol}.
25372
25373 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25374
25375 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25376
25377 * flow-fill.el (fill-flowed-point-at-bol)
25378 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25379
25380 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25381 Replace with point-at-{eol,bol} throughout all files.
25382
25383 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25384
25385 * ntlm.el (ntlm-string-as-unibyte): New macro.
25386 (ntlm-build-auth-response): Use it.
25387
25388 Remove Emacs 20 stuff:
25389 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25390 of delq and copy-sequence.
25391 * gnus-art.el (popup-menu): Remove the compiler macro.
25392 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25393 Emacs 20.
25394
25395 2004-01-05 Simon Josefsson <jas@extundo.com>
25396
25397 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25398 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25399 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25400 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25401 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25402 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25403 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25404 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25405 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25406 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25407 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25408 string-xor into ntlm-string-xor.
25409 Suggested by Jesper Harder <harder@myrealbox.com>.
25410
25411 * ntlm.el: Don't include poem.
25412
25413 * md4.el (print-int32, print-string-hexa): Remove.
25414 Suggested by Jesper Harder <harder@myrealbox.com>.
25415
25416 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25417
25418 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25419 probably breaks emacs with DL patch, but do we care? Is anyone
25420 still using the DL stuff?)
25421
25422 * sieve-manage.el: Use the password package.
25423 (sieve-manage-read-passwd): Remove.
25424 (sieve-manage-interactive-login): Use password. Re-add
25425 condition-case around loop.
25426
25427 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25428 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25429 Use the password package.
25430
25431 2003-02-19 Simon Josefsson <jas@extundo.com>
25432
25433 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25434 token.
25435
25436 2002-08-07 Simon Josefsson <jas@extundo.com>
25437
25438 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25439 (sieve-manage-authenticators)
25440 (sieve-manage-authenticator-alist): Add some SASL mechs.
25441 (sieve-sasl-auth): New function.
25442 (sieve-manage-cram-md5-auth)
25443 (sieve-manage-plain-auth): Rewrite using SASL library.
25444 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25445 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25446 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25447 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25448
25449 2004-01-05 Simon Josefsson <jas@extundo.com>
25450
25451 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25452 New files.
25453
25454 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25455
25456 * gnus-group.el (gnus-no-groups-message): Update.
25457
25458 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25459
25460 2003-11-09 Simon Josefsson <jas@extundo.com>
25461
25462 * imap.el: Support for ID IMAP extension (RFC 2971).
25463 (imap-local-variables): Add imap-id.
25464 (imap-id): New variable.
25465 (imap-id): New function.
25466 (imap-parse-response): Parse untagged ID response.
25467 * nnimap.el (nnimap-id): New variable.
25468 (nnimap-open-connection): Use it.
25469
25470 2003-12-28 Simon Josefsson <jas@extundo.com>
25471
25472 * gnus-score.el (gnus-score-edit-all-score): New.
25473 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25474
25475 2004-01-04 Simon Josefsson <jas@extundo.com>
25476
25477 * password.el: Add.
25478
25479 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25480
25481 * dns.el (dns-query-types): Fix typo.
25482 (dns-query-types): New function.
25483 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25484 PTR and SOA replies, see RFC 1035.
25485
25486 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25487
25488 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25489
25490 * Move to Changelog.2.
25491
25492 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25493
25494 * gnus.el (gnus-version-number): Bump version.
25495
25496 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25497
25498 * gnus.el: No Gnus v0.1 is released.
25499
25500 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25501
25502 * gnus.el: No Gnus v0.0 is released.
25503
25504 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25505
25506 * gnus.el (gnus-version-number): Bump.
25507 (gnus-version): No.
25508
25509 See ChangeLog.2 for earlier changes.
25510
25511 Copyright (C) 2004-2014 Free Software Foundation, Inc.
25512
25513 This file is part of GNU Emacs.
25514
25515 GNU Emacs is free software: you can redistribute it and/or modify
25516 it under the terms of the GNU General Public License as published by
25517 the Free Software Foundation, either version 3 of the License, or
25518 (at your option) any later version.
25519
25520 GNU Emacs is distributed in the hope that it will be useful,
25521 but WITHOUT ANY WARRANTY; without even the implied warranty of
25522 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25523 GNU General Public License for more details.
25524
25525 You should have received a copy of the GNU General Public License
25526 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25527
25528 ;; Local Variables:
25529 ;; coding: utf-8
25530 ;; fill-column: 79
25531 ;; add-log-time-zone-rule: t
25532 ;; End: