Add missing custom :versions, plus small fixes
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2013-12-28 Glenn Morris <rgm@gnu.org>
2
3 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
4 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
5 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
6
7 * auth-source.el (auth-sources):
8 * nnmairix.el (nnmairix-propagate-marks-upon-close):
9 Fix custom types.
10
11 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
12
13 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
14 we get proper traces there, too.
15
16 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
17
18 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
19 value of the parameters if the current article has a Reply-To or From
20 field.
21
22 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
23
24 * gnus.el (gnus-group-buffer): Remove duplicate definition.
25
26 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
27
28 * gnus-sum.el (gnus-summary-exit): Stop animations.
29
30 2013-12-19 Juri Linkov <juri@jurta.org>
31
32 * gnus.el (gnus-suppress-keymap):
33 * gnus-art.el (gnus-article-mode-map):
34 * gnus-group.el (gnus-group-mode-map):
35 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
36 Remove [backspace] key binding because it shadows DEL (bug#16035).
37
38 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
39
40 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
41
42 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
43 Make sure work directory exists.
44 (gnus-uu-digest-mail-forward): Store temporary files in work directory
45 rather than tmp directory.
46 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
47 not necessarily always run, with it.
48
49 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
50
51 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
52 value of gnus-icalendar-additional-identities work without restart.
53
54 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
55
56 * mm-util.el (mm-make-temp-file):
57 Alias to make-temp-file for modern Emacsen.
58
59 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
60
61 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
62 nnir-article-number and nnir-article-group.
63
64 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
65
66 * message.el (message-send-mail-with-sendmail):
67 Don't kill error buffer if sending fails.
68
69 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
70
71 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
72 (gnus-icalendar-event->org-entry)
73 (gnus-icalendar--update-org-event)
74 (gnus-icalendar-event->gnus-calendar): Distinguish between
75 required/optional/non-participant attendee status. Fix bug causing
76 the first required event participant to be omitted.
77
78 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
79
80 * gnus-art.el (article-de-quoted-unreadable)
81 (article-de-base64-unreadable, gnus-mime-copy-part)
82 * gnus-html.el (gnus-article-html)
83 * mm-view.el (mm-inline-text-html-render-with-w3)
84 (mm-inline-text-html-render-with-w3m-standalone)
85 * rfc2231.el (rfc2231-decode-encoded-string):
86 Allow overriding charset by mm-charset-override-alist.
87
88 * gnus-art.el (gnus-article-browse-html-parts):
89 Replace LWSPs with `&nbsp;'s in header.
90
91 Work for broken Chinese articles.
92
93 * gnus-art.el (gnus-article-browse-html-save-cid-content):
94 Exclude broken handles that gnus-summary-enter-digest-group may create.
95 (gnus-article-browse-html-parts):
96 Allow overriding charset by mm-charset-override-alist.
97
98 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
99
100 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
101 (gnus-icalendar-identities): Support additional-identities.
102
103 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
104 Fix org-timestamp for events ending at midnight.
105
106 2013-11-21 Ivan Shmakov <ivan@siamics.net> (tiny change)
107
108 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
109 Support debbugs .log files.
110
111 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
112
113 * message.el (message-beginning-of-line):
114 Use beginning-of-visual-line when visual-line-mode is turned on.
115
116 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
117
118 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
119 (gnus-icalendar-event-from-ical)
120 (gnus-icalendar-event->org-entry)
121 (gnus-icalendar--update-org-event): Required/optional participation,
122 list of attendees synced to org.
123
124 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
125
126 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
127 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
128 cancellations to be synced to org if the original appt has an org
129 outline.
130
131 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
132
133 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
134 (gnus-icalendar-event->org-entry)
135 (gnus-icalendar--update-org-event)
136 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
137
138 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
139
140 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
141 Fix timezone handling in gnus-icalendar export to org.
142
143 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
144
145 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
146
147 2013-10-30 Glenn Morris <rgm@gnu.org>
148
149 * gnus-group.el (gnus-group-browse-foreign-server):
150 * gnus-int.el (gnus-start-news-server):
151 Silence compiler obsolescence warning.
152
153 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
154
155 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
156 `nnoo-current-server' first, then for the actual `nnimap-address' to
157 allow netrc entries for the nnoo server to coexist with netrc entries
158 for the `nnimap-address'.
159
160 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
161
162 * mm-decode.el (mm-dissect-buffer): Revert last change.
163 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
164 The problem that motivated those changes was attributed to a broken
165 mail sender, and has been fixed.
166
167 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
168
169 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
170 token is missing in the Content-Type header.
171
172 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
173
174 2013-09-18 Glenn Morris <rgm@gnu.org>
175
176 * gnus-util.el (image-size): Declare.
177
178 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
179
180 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
181 (gnus-icalendar-event-from-ical)
182 (gnus-icalendar-event--build-reply-event-body)
183 (gnus-icalendar-event-reply-from-buffer)
184 (gnus-icalendar-find-org-event-file)
185 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
186 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
187
188 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
189
190 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
193 Use save-current-buffer.
194 (gnus-tree-mode-map): Initialize in the declaration.
195 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
196 (scroll-in-place): Defvar it.
197 (gnus-tmp-*): Defvar them.
198 (gnus-get-tree-buffer): Use derived-mode-p.
199 (gnus--let-eval): New macro.
200 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
201 non-prefixed variables.
202 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
203
204 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
205 vars since it doesn't seem to be available.
206 (gnus-set-global-variables, gnus-summary-read-group-1)
207 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
208 (gnus-summary-display-article, gnus-summary-select-article)
209 (gnus-summary-next-article, gnus-offer-save-summaries)
210 (gnus-summary-generic-mark): Use derived-mode-p.
211 (gnus-summary-read-group-1, gnus-summary-exit)
212 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
213 Adjust calls to gnus-tree-close and gnus-tree-open.
214
215 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
216
217 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
218 (gnus-agent-mode): Use derived-mode-p.
219 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
220 gnus-command-method and *-command-method to nil, but bind
221 gnus-command-method to *-command-method instead!
222 (gnus-agent-fetch-articles): Remove unused var `id'.
223 (gnus-agent-fetch-headers): Remove unused arg `force'.
224 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
225 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
226 (gnus-agent-short-article, gnus-agent-long-article)
227 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
228 first use.
229 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
230 `score-param'.
231 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
232 (gnus-get-predicate): Push in front of the cache, rather than end.
233 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
234 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
235 (gnus-agent-expire-unagentized-dirs): Don't rebind
236 gnus-agent-expire-current-dirs since the defvar silences the warning.
237 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
238 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
239 (gnus-agent-regenerate): Simplify interactive spec and doc.
240
241 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
242
243 * gnus-int.el (gnus-open-server): Silence compiler.
244
245 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
246
247 * message.el (message-display-completion-list): Abolish.
248 (message-completion-in-region): Use display-completion-list.
249
250 2013-09-17 Glenn Morris <rgm@gnu.org>
251
252 * gnus-util.el (gnus-message-with-timestamp-1):
253 Use `messages-buffer' function if available. Ignore read-only.
254
255 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
256
257 * message.el (message-expand-group, message-completion-in-region):
258 Correct the order of start and end of a region.
259
260 2013-09-13 Glenn Morris <rgm@gnu.org>
261
262 * mml2015.el (gnus-create-image): Autoload it.
263
264 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
265
266 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
267 (image-size): Declare.
268
269 2013-09-12 Glenn Morris <rgm@gnu.org>
270
271 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
272 Avoid using `find', which i) might not be defined at runtime;
273 ii) does not work, since its default test is eql, not equal.
274 (gnus-mime-action-alist): Declare.
275
276 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * score-mode.el (gnus-score-mode-map): Move initialization
279 into declaration.
280 (gnus-score-mode): Use define-derived-mode.
281 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
282 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
283 into declaration.
284 (gnus-kill-file-mode): Use define-derived-mode.
285 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
286 Use derived-mode-p.
287 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
288 (gnus-group-setup-buffer, gnus-group-name-at-point)
289 (gnus-group-make-web-group, gnus-group-enter-directory)
290 (gnus-group-suspend): Use derived-mode-p.
291 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
292 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
293 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
294 (gnus-article-setup-buffer, gnus-article-prepare)
295 (gnus-article-prepare-display, gnus-sticky-article)
296 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
297 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
298 (gnus-article-read-summary-keys): Use derived-mode-p.
299
300 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
301
302 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
303
304 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
305
306 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
307 shift_jis from the default value set for Japanese users.
308
309 2013-08-13 Glenn Morris <rgm@gnu.org>
310
311 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
312
313 * gnus.el (gnus-valid-select-methods): Fix type.
314
315 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
316
317 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
318
319 * mm-decode.el (mm-display-external): Run a timer for the temp files
320 deletion after a viewer exits; add a deletion timer for the needsterm
321 case, too.
322
323 * mm-decode.el (mm-display-external): Try to delete temporary files by
324 using a 1-min. timer.
325
326 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
327
328 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
329 New internal variables.
330 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
331 (mm-display-external): Use it to delete temporary files instead of
332 using timers.
333
334 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
335
336 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
337 with cond for backwards compatability.
338
339 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
340
341 * mm-decode.el (mm-display-external): Bind process-connection-type to
342 nil; don't delete a temp file immediately even if a viewer finishes,
343 since it may be a shell script, like xdg-open, that launches a real
344 viewer program belatedly.
345
346 2013-08-05 Dave Abrahams <dave@boostpro.com>
347
348 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
349 that we can create nndoc groups that excerpt other groups.
350
351 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
352
353 * gnus-delay.el (gnus-delay-article): Fix typo.
354
355 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
356 articles.
357
358 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
359 we can get spell-checking etc.
360
361 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
362
363 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
364 a single one used for encoding the whole text in a header.
365
366 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
367
368 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
369 before sending.
370
371 * mm-decode.el (mm-command-output): New face.
372 (mm-display-external): Use it.
373
374 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
375
376 * nnmbox.el (nnmbox-request-article): Don't change point.
377
378 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
379
380 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
381 Include `handle' parameter.
382
383 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
384
385 * gnus-icalendar.el: New file.
386
387 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
388
389 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
390
391 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
392 dummy roots, too.
393
394 2013-08-01 David Edmondson <dme@dme.org>
395
396 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
397 out on ttys.
398
399 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
400
401 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
402 not empty.
403
404 * nnrss.el (nnrss-discover-feed): Indent.
405
406 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
407
408 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
409
410 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
411
412 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
413 dirty to ensure nnimap data being saved.
414
415 2013-07-30 Tassilo Horn <tsdh@gnu.org>
416
417 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
418 menu entry.
419
420 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
421 the current thread's total score instead of the current article's
422 score.
423
424 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
425 (gnus-sort-threads-recursively): Delete defcustom.
426 (gnus-sort-threads-recursive): Adapt accordingly.
427
428 2013-07-30 Tassilo Horn <tsdh@gnu.org>
429
430 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
431 (gnus-sort-threads-recursive): Use it.
432 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
433 again. Now that determines how to sort subthreads.
434
435 2013-07-26 Tassilo Horn <tsdh@gnu.org>
436
437 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
438 (gnus-sort-threads): Use it.
439
440 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
441
442 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
443 punctuation characters follow parentheses (bug#14950).
444
445 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
446
447 * gnus.el (gnus-continuum-version):
448 * gnus-msg.el (gnus-extended-version): Simplify.
449
450 * gnus.el (gnus-continuum-version-1): Remove.
451 * gnus-msg.el (gnus-bug): Revert.
452
453 Calculate gnus-version correctly on Cygwin.
454
455 * gnus.el (gnus-continuum-version): Do main calculations in integers.
456 (gnus-continuum-version-1): New function, return a string.
457
458 * gnus-msg.el (gnus-extended-version, gnus-bug):
459 Use gnus-continuum-version-1 instead of gnus-continuum-version.
460
461 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
462
463 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
464 (bug#13384).
465
466 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
467
468 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
469 that were only relevant in a development version a long time ago.
470
471 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
472
473 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
474 that the old Emacs 24s bundle.
475
476 2013-07-10 David Engster <deng@randomsample.de>
477
478 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
479 if `gnus-newsrc-file-version' does not match `gnus-version'.
480 This fixes a bug in Emacs trunk where the 'unexist' marks were always
481 removed at startup because "Gnus v5.13" was considered smaller than "Ma
482 Gnus v0.03".
483
484 2013-07-10 Tassilo Horn <tsdh@gnu.org>
485
486 * gnus.el (gnus-summary-line-format):
487 Reference `gnus-user-date-format-alist' for the &user-date; format, not
488 `gnus-summary-user-date-format-alist'.
489
490 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
491
492 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
493 delete files (bug#13481).
494
495 2013-07-08 Tassilo Horn <tsdh@gnu.org>
496
497 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
498
499 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
500
501 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
502 display images.
503
504 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
505
506 * message.el (message-cancel-news): According to
507 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
508 preferred over "cmsg cancel" in the Subject.
509
510 * nnir.el (nnir-engines): Note that the group specs are regexps
511 (bug#13238).
512
513 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
514 gotten read-only text properties, ensure that those aren't heeded when
515 copying stuff over (bug#13434).
516
517 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
518 (bug#13762).
519
520 2013-07-05 David Kastrup <dak@gnu.org>
521
522 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
523 authinfo file again (important for blank passwords). This had been
524 broken with 2013-06-15 change.
525
526 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
527
528 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
529 Revert 2013-01-14 change.
530
531 2013-07-02 David Engster <deng@randomsample.de>
532
533 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
534 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
535 to see whether the group was synced before.
536
537 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
538
539 * nnimap.el (nnimap-request-move-article): Decode the group name when
540 doing internal moves to avoid charset issues.
541
542 2013-07-02 Julien Danjou <julien@danjou.info>
543
544 * nnimap.el (nnimap-request-list):
545 Revert change that made listing synchronous.
546 (nnimap-get-responses): Restore.
547
548 2013-07-02 Dave Abrahams <dave@boostpro.com>
549
550 * nnimap.el (nnimap-change-group): Document result value.
551
552 * nnimap.el (nnimap-find-article-by-message-id):
553 Account for the fact that nnimap-change-group can return t.
554
555 2013-07-02 Julien Danjou <julien@danjou.info>
556
557 * nnimap.el (nnimap-request-head):
558 Resture to-buffer parameter, used by `nnimap-request-move-article'.
559
560 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
561
562 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
563 supported by nnimap actually. Reverts previous change.
564
565 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
566 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
567 to-buffer argument that is already supported.
568
569 2013-07-02 Julien Danjou <julien@danjou.info>
570
571 * nnimap.el (nnimap-get-responses): Remove, unused.
572
573 2013-07-02 Julien Danjou <julien@danjou.info>
574
575 * nnimap.el (nnimap-request-articles-find-limit): Rename from
576 `nnimap-request-move-articles-find-limit' since we do not use it
577 only for move operations.
578 (nnimap-request-accept-article):
579 Use `nnimap-request-articles-find-limit' to limit search by message-id.
580
581 2013-07-02 Julien Danjou <julien@danjou.info>
582
583 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
584
585 * nnimap.el (nnimap-log-buffer):
586 Check that `window-point-insertion-type' is boundp, since it's not
587 available in XEmacs.
588
589 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
590
591 * nnimap.el (nnimap-log-buffer):
592 Add this, setting `window-point-insertion-type' in the buffer to t.
593 (nnimap-log-command): Use nnimap-log-buffer.
594
595 2013-07-02 Julien Danjou <julien@danjou.info>
596
597 * nnimap.el (nnimap-find-article-by-message-id):
598 Add an optional limit argument to be able to limit the search.
599 (nnimap-request-move-article):
600 Use `nnimap-request-move-articles-find-limit'.
601 (nnimap-request-move-articles-find-limit):
602 Add this to limit the search by Message-Id after a message move.
603 (nnimap): Add defgroup.
604
605 2013-07-02 Julien Danjou <julien@danjou.info>
606
607 * nnimap.el (nnimap-find-article-by-message-id):
608 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
609 (nnimap-possibly-change-group): Add read-only argument.
610 (nnimap-request-list): Use nnimap-possibly-change-group rather than
611 issuing EXAMINE manually.
612 (nnimap-find-article-by-message-id):
613 Use `nnimap-possibly-change-group' with read-only argument.
614 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
615 We cannot possibly change because we need to be sure that it's either
616 read-write or read-only.
617
618 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
619
620 * gnus-sum.el (gnus-summary-insert-old-articles):
621 Don't include unexisting messages.
622
623 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
624
625 * gnus-start.el (gnus-clean-old-newsrc):
626 Remove totally bogus `unexists' entries.
627 (gnus-clean-old-newsrc): Fix last checkin.
628
629 * nnimap.el (nnimap-update-info):
630 None of the articles below the active low-water mark exist.
631
632 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
633
634 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
635
636 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
637
638 * nnimap.el (nnimap-request-scan):
639 Allow `nnimap-inbox' to be a list of inboxes.
640
641 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
642
643 * gnus-group.el (gnus-group-expire-articles-1):
644 Don't try to expire messages that don't exist.
645
646 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
647
648 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
649
650 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
651
652 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
653
654 * gnus-start.el (gnus-clean-old-newsrc):
655 Delete `unexist' from pre-Ma Gnus 0.3.
656
657 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
658
659 * gnus-sum.el (gnus-summary-local-variables):
660 Make `gnus-newsgroup-unexist' into a local variable.
661
662 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
663
664 * gnus-sum.el (gnus-adjust-marked-articles):
665 Add to `gnus-newsgroup-unexist'.
666
667 * gnus.el (gnus-article-mark-lists):
668 Add `unexist' to the list of marks.
669 (gnus-article-special-mark-lists):
670 Put the `unexist' in the special marks list instead.
671
672 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
673 articles in the list of articles to be selected.
674
675 * nnimap.el (nnimap-retrieve-group-data-early):
676 Query for unexisting articles.
677 (nnimap-update-info): Keep track of unexisting articles.
678 (nnimap-update-qresync-info): Ditto.
679
680 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
681
682 * gnus-start.el (gnus-clean-old-newsrc): New function.
683 (gnus-read-newsrc-file): Use it.
684
685 2013-07-02 Daiki Ueno <ueno@gnu.org>
686
687 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
688 of 'create-image' for XEmacs compatibility; check errors when decoding
689 image. Reported by Uwe Brauer.
690
691 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
692
693 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
694 gnus-button-push revised at 2011-01-19.
695
696 2013-06-19 Glenn Morris <rgm@gnu.org>
697
698 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
699
700 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
701
702 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
703
704 2013-06-18 Glenn Morris <rgm@gnu.org>
705
706 * eww.el, shr.el, shr-color.el: Move to ../net.
707
708 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
709
710 * shr.el (shr-tag-table): Insert the images after the table, so that
711 they're not covered by the table colourisation, which often looked
712 awkward.
713 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
714 <dd>.
715
716 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
717
718 * eww.el (eww-detect-charset): Improve regexp; move backward.
719
720 2013-06-18 Glenn Morris <rgm@gnu.org>
721
722 * mm-decode.el (widget-convert-button): Autoload.
723
724 * sieve-manage.el (mm-enable-multibyte): Autoload.
725
726 * shr.el (libxml-parse-html-region): Declare.
727 (shr-render-buffer): Explicit error if no libxml2 support.
728
729 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
730
731 * auth-source.el (auth-source-current-line): New function.
732 (auth-source-netrc-parse-entries): When a data token is "machine",
733 assume we're in the wrong place and abort parsing the current line.
734
735 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
736
737 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
738 (eww-convert-widgets): Don't bug out if the first widget starts at the
739 beginning of the buffer.
740 (eww-convert-widgets): Fix last patch.
741 (eww-tag-input): Support <input type=image>.
742
743 * shr.el (shr-insert-table): Respect border-collapse: collapse.
744 (shr-tag-base): Protect against base specs that are degenerate.
745 (shr-ensure-paragraph): Don't delete empty lines that have text
746 properties, because these may be input fields.
747
748 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
749 we can navigate to them.
750
751 * shr.el (shr-colorize-region): Put the colours over the entire region.
752 (shr-inhibit-decoration): New variable.
753 (shr-add-font): Use it to inhibit text property decorations while doing
754 preliminary table renderings. This speeds up typical Wikipedia page
755 renderings by 15%.
756 (shr-tag-span): Don't respect the <title>, because that overwrites the
757 help-echo from links inside the spans.
758 (shr-next-link): Use `help-echo' for navigation, so that we can
759 navigate to form elements, too.
760
761 * eww.el (eww-button): New face.
762 (eww-convert-widgets): Use it to make submit buttons more button-like.
763
764 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
765 that Gnus commands work.
766
767 * shr.el (shr-render-td): Support horizontal alignment.
768
769 * eww.el (eww-put-color): Remove.
770 (eww-colorize-region): Use `add-face-text-property'.
771
772 * shr.el (shr-add-font): Append face data, so that we get the correct
773 precedence: The innermost value (which is applied first) wins.
774 (shr-make-overlay): Obsolete function.
775
776 * mm-decode.el (mm-convert-shr-links): New function to convert
777 new-style shr URL links into widgets.
778 (mm-shr): Use it.
779
780 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
781 widget commands, since we're no longer using widgets for links.
782
783 * shr.el (shr-next-link): New command.
784 (shr-previous-link): New command.
785 (shr-urlify): Don't use `widget-convert', because that's slow.
786 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
787 because collecting the overlays and reapplying them when generating
788 tables is slow.
789 (shr-insert-table): Ditto.
790
791 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
794 * shr.el (browse-url): Require `url'.
795 * eww.el (url): Require format-spec.
796
797 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
798
799 * eww.el (eww-display-html): Default to using the entire window width.
800 (eww-browse-url): Don't add a User-Agent header (twice), because that
801 makes Bing refuse connection.
802
803 * shr.el (shr-make-table): Cache the table rendering at the table
804 level, and not the <td> level. This is a bit faster.
805
806 * eww.el (eww-render): Go to the correct ID when given URLs ending with
807 #id.
808
809 * shr.el (shr-tag-li): Don't require a new paragraph, since other
810 browsers don't.
811 (shr-expand-url): Respect #anchor links.
812 (shr-parse-base): Chop off the anchor before using.
813 (shr-descend): Respect display: none.
814 (shr-descend): Allow marking elements that have certain IDs.
815
816 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
817
818 * shr.el (shr-expand-url): Don't bug out on zero-length links.
819
820 * eww.el (eww-tag-textarea): Support <textarea>.
821
822 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
823
824 * shr.el (shr-dom-to-xml): Fix function call.
825
826 * eww.el (eww): New group.
827 (eww-header-line-format): New custom variable.
828 (eww-current-title): New variable.
829 (eww-display-html): Update header and handle title tag.
830 (eww-update-header-line-format): New function.
831 (eww-tag-title): New function.
832
833 * shr.el (shr-dom-to-xml): New function.
834 (shr-tag-svg): Add support for the SVG tag.
835 (shr-bullet): New custom variable.
836 (shr-tag-li): Support custom bullet in unordered lists.
837
838 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
839
840 * shr.el (shr-expand-url): Respect // URLs.
841
842 * eww.el (eww-tag-body): Override the shr body rendering so that we can
843 put a background colour onto the entire buffer.
844 (eww-render): When being redirected, use the redirect URL as the new
845 base URL.
846
847 * shr.el (shr-parse-base): Fix parsing error.
848
849 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
850
851 * shr.el (shr-parse-base): New function.
852 (shr-expand-url): Use it to expand relative URLs reliably.
853
854 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
855
856 * auth-source.el (auth-source-search-collection): Fix docstring.
857 (auth-source-netrc-parse): Refactor and improve netrc parser to support
858 single-quoted strings and multiline entries.
859 (auth-source-netrc-parse-next-interesting)
860 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
861 New functions to support parser.
862
863 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
864
865 * eww.el (eww-submit): Get submit button logic right when hitting RET
866 on non-submit buttons.
867
868 * shr.el: Remove shr-preliminary-table-render, since that can't really
869 be used for anything in practice.
870
871 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
872
873 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
874 (sieve-manage-quit).
875
876 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
877
878 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
879 control the maximum size of photo ID image.
880 (mml2015-epg-key-image-to-string): Respect it.
881
882 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
883
884 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
885 instead of the final one so that we can more easily distinguish them.
886
887 * eww.el (eww-submit): Compute the submission URL correctly.
888
889 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
892 Use plist-get rather than CL's getf.
893 (sieve-manage-parse-capability): Avoid CL's remove-if.
894
895 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
896
897 * shr.el (shr-expand-url): Expansion should chop off the bits after the
898 last slash.
899
900 * eww.el (eww-tag-select): Use the first value as the default value.
901
902 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
903
904 * eww.el (eww): Prepend urls with http:// if scheme is missing.
905 (eww-mode): Use `define-derived-mode'.
906 (eww-parse-headers): Parse headers from beginning of buffer so that
907 file:// links work.
908
909 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
910
911 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
912
913 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
914
915 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
916 to handle them at all.
917
918 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
919
920 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
921 work, too.
922 (eww-tag-select): Implement <select>.
923
924 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
925
926 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
927 stream managing functions by using open-protocol-stream to do most of
928 the work. Has the nice benefit of enabling STARTTLS.
929 Wait for capabilities after STARTTLS: following RFC5804, the server
930 sends new capabilities after successfully establishing a TLS connection
931 with the client. The client should update the cached list of
932 capabilities, but we just ignore the answer for now.
933 (sieve-manage-network-p, sieve-manage-network-open)
934 (sieve-manage-starttls-p, sieve-manage-starttls-open)
935 (sieve-manage-forward, sieve-manage-streams)
936 (sieve-manage-stream-alist): Remove unneeded functions neither in the
937 API, nor called by any other function.
938 Enable Multibyte for SieveManage buffers: The parser won't properly
939 handle umlauts and line endings unless multibyte is turned on in the
940 process buffer.
941
942 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
943
944 * eww.el (eww-tag-input): Support password fields.
945 (eww-submit): Support POST.
946
947 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
948
949 * eww.el (eww-tag-form): Protect against degenerate forms.
950
951 * shr.el (shr-expand-url): Expand URLs that start with a slash
952 correctly.
953
954 * eww.el (eww-submit): Get submit button logic right.
955
956 * shr.el (shr-final-table-render): New variable to signal when we're
957 doing the final table rendering so that we can collect more data at
958 that point.
959
960 * eww.el (eww-submit): Make form submission work.
961 (eww-tag-input): Implement submit buttons.
962 (eww-click-radio): Implement radio and checkboxes.
963 (eww-submit): Handle hidden elements.
964
965 * shr.el (shr-descend): Allow other packages to override (or provide)
966 rendering of elements.
967 (shr-expand-url): Strip query strings from URLs before expanding them.
968
969 * eww.el: Don't require cl-lib.
970 (eww-tag-form): Start form support.
971
972 * eww.el: Start writing a new, tiny web browser.
973 (eww-previous-url): New command.
974 (eww-quit): New command.
975
976 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
977
978 * sieve.el: Put point at beginning of buffer when viewing a script.
979 (sieve-open-server): Respect the PORT parameter. Show the correct port
980 number in sieve-buffer's header. Fixed code to also work with a string
981 as port specifier. Properly close the connection on pressing 'q'. Make
982 sieve-manage-quit close the connection and process buffer. Also, remove
983 duplicate keybinding for 'q'.
984
985 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
986
987 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
988 make it easier to read.
989 (mm-pkcs7-enveloped-magic): Ditto.
990
991 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
992
993 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
994 before `image-type-available-p' to avoid loading the image libraries
995 needlessly.
996
997 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
998
999 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1000 assume Date header begins with "Date", that may be customized into
1001 something like "X-Sent" using gnus-article-time-format.
1002 (article-transform-date): Allow multi-line Date header.
1003
1004 2013-06-02 David Engster <deng@randomsample.de>
1005
1006 * registry.el (initialize-instance, registry-lookup)
1007 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1008 (registry-lookup-secondary-value, registry-search, registry-delete)
1009 (registry-insert, registry-reindex, registry-size, registry-prune):
1010 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1011 changes in EIEIO (introduction of eieio-core.el).
1012
1013 2013-05-30 Glenn Morris <rgm@gnu.org>
1014
1015 * nnmail.el (nnmail-fancy-expiry-target):
1016 Also bind mail-dont-reply-to-names.
1017
1018 * spam-stat.el (spam-stat-save):
1019 No need to tweak font-lock in temp buffers.
1020
1021 * shr.el (shr-put-image): Silence compiler.
1022
1023 2013-05-29 Glenn Morris <rgm@gnu.org>
1024
1025 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1026
1027 * gnus-group.el (gnus-sequence-of-unread-articles)
1028 (gnus-summary-add-mark, gnus-mark-article-as-read)
1029 (gnus-group-make-articles-read): Declare.
1030
1031 * gnus-sum.el (gnus-parameter-list-identifier)
1032 (gnus-article-stop-animations, gnus-stop-downloads)
1033 (gnus-article-only-boring-p, article-goto-body)
1034 (gnus-flush-original-article-buffer, article-narrow-to-head)
1035 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1036 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1037
1038 * gnus.el: No need to eval-and-compile autoloads.
1039
1040 * gravatar.el (help-function-arglist): Autoload.
1041
1042 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1043
1044 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1045
1046 * spam.el: No need to load spam-report when compiling.
1047 No need to eval-and-compile autoloads.
1048 (spam-report-resend-to): Declare.
1049 (spam-report-resend-register-routine): Require 'spam-report.
1050
1051 2013-05-24 Julien Danjou <julien@danjou.info>
1052
1053 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1054 setup.
1055
1056 2013-05-23 Glenn Morris <rgm@gnu.org>
1057
1058 * gnus-util.el (rmail-swap-buffers-maybe)
1059 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1060 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1061 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1062
1063 * mm-decode.el: No need to load term when compiling.
1064 (term-mode, term-char-mode): Declare.
1065
1066 * mm-util.el: No need to load jka-compr when compiling.
1067 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1068
1069 * nnmaildir.el: Require is automatically eval-and-compile.
1070 (nnmail): Require at run-time too.
1071
1072 * registry.el (registry-size): Move definition before use.
1073
1074 2013-05-22 Daiki Ueno <ueno@gnu.org>
1075
1076 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1077 signed data to conform the standard. (Bug#14232)
1078
1079 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1080
1081 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1082 double angle quotation mark.
1083
1084 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1085
1086 * message.el (message-insert-formatted-citation-line): Handle finding
1087 first/lastname when more than 2 names appear.
1088
1089 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1090
1091 * shr.el (shr-tag-span): New function.
1092
1093 2013-05-18 Glenn Morris <rgm@gnu.org>
1094
1095 * message.el (message-mode): Use message-mode-abbrev-table,
1096 with text-mode-abbrev-table as parent. (Bug#14413)
1097
1098 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1099
1100 * message.el (message-expand-group): Decode group names.
1101
1102 2013-05-16 Julien Danjou <julien@danjou.info>
1103
1104 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1105 app-icon.
1106
1107 2013-05-15 Glenn Morris <rgm@gnu.org>
1108
1109 * shr-color.el (shr-color-visible-luminance-min)
1110 (shr-color-visible-distance-min): Use shr-color group.
1111
1112 2013-05-11 Glenn Morris <rgm@gnu.org>
1113
1114 * gnus-vm.el: Make it loadable without VM.
1115 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1116 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1117
1118 2013-05-09 Glenn Morris <rgm@gnu.org>
1119
1120 * mml1991.el: Make it loadable. (Bug#13456)
1121
1122 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1123 * gnus-async.el (gnus-async-post-fetch-function):
1124 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1125 * gnus-html.el (gnus-html-image-cache-ttl):
1126 * gnus-notifications.el (gnus-notifications-timeout):
1127 * gnus-picon.el (gnus-picon-properties):
1128 * gnus-util.el (gnus-completion-styles):
1129 * gnus.el (gnus-other-frame-resume-function):
1130 * message.el (message-user-organization-file)
1131 (message-cite-reply-position):
1132 * nnir.el (nnir-summary-line-format)
1133 (nnir-retrieve-headers-override-function):
1134 * shr-color.el (shr-color-visible-luminance-min):
1135 * shr.el (shr-blocked-images):
1136 * spam-report.el (spam-report-resend-to):
1137 * spam.el (spam-summary-exit-behavior): Fix custom types.
1138
1139 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1140
1141 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1142
1143 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1144 because of let-binding help-xref-following. (Bug#14356)
1145
1146 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1147
1148 * message.el (message-bury, message-send-and-exit):
1149 Revert 2013-05-04 change.
1150
1151 2013-05-06 Glenn Morris <rgm@gnu.org>
1152
1153 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1154
1155 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1156
1157 * message.el (message-bury): Make `buffer' optional.
1158 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1159 (bug#14085).
1160
1161 2013-05-04 Andrew Cohen <cohen@bu.edu>
1162
1163 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1164 entering into the registry.
1165
1166 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1167
1168 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1169 (Bug#14304)
1170
1171 2013-04-27 Glenn Morris <rgm@gnu.org>
1172
1173 * gnus.el (gnus-list-debbugs):
1174 Use require rather than autoload. (Bug#14262)
1175
1176 2013-04-27 Julien Danjou <julien@danjou.info>
1177
1178 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1179 port to "sieve" now that it has an official IANA port assigned.
1180
1181 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1182
1183 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1184 Don't set the MAILHOST environment variable permanently (Bug#14271).
1185
1186 2013-04-26 Glenn Morris <rgm@gnu.org>
1187
1188 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1189
1190 2013-04-25 Andrew Cohen <cohen@bu.edu>
1191
1192 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1193 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1194
1195 2013-04-24 Andrew Cohen <cohen@bu.edu>
1196
1197 * nnir.el (nnir-close-group): Make sure we are in the right group.
1198
1199 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1200 dependency table from all newly retrieved headers.
1201
1202 2013-04-16 David Edmondson <dme@dme.org>
1203
1204 Support <img src="data:...">.
1205
1206 * shr.el (shr-image-from-data): New function.
1207 (shr-tag-img): Use it.
1208
1209 2013-04-14 Andrew Cohen <cohen@bu.edu>
1210
1211 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1212 group.
1213
1214 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1215
1216 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1217 corresponding to any existing group (Bug#14166).
1218
1219 2013-04-10 Andrew Cohen <cohen@bu.edu>
1220
1221 * nnir.el (number-sequence): No longer used.
1222 (nnir-request-set-mark): New function.
1223 (nnir-request-update-info): Improve marks updating.
1224 (nnir-request-scan): Don't duplicate marks updating.
1225 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1226 Use 'assq rather than 'assoc. Quote anonymous function.
1227 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1228 Use 'gnus-group-prefixed-p.
1229 (gnus-summary-create-nnir-group): Make sure server for method is open.
1230
1231 2013-04-04 Andrew Cohen <cohen@bu.edu>
1232
1233 * nnir.el (gnus-nnir-group-p): New function.
1234 (nnir-possibly-change-group): Use it.
1235
1236 * gnus-msg.el (gnus-setup-message): Use it.
1237
1238 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1239
1240 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1241 `initial-input' for the argument name.
1242 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1243
1244 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1245
1246 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1247 (used by MH-E).
1248
1249 2013-04-01 Andrew Cohen <cohen@bu.edu>
1250
1251 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1252 group.
1253
1254 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1255 fix compilation.
1256
1257 2013-03-31 Andrew Cohen <cohen@bu.edu>
1258
1259 * nnir.el (nnir-method-default-engines): And another typo.
1260
1261 2013-03-30 Andrew Cohen <cohen@bu.edu>
1262
1263 * nnir.el (nnir-method-default-engines): Fix typo.
1264
1265 2013-03-29 Andrew Cohen <cohen@bu.edu>
1266
1267 * nnir.el: Define 'number-sequence for xemacs.
1268 (gnus-summary-create-nnir-group): New function to create an nnir group
1269 from an nnir summary buffer based on the current query.
1270 (nnir-request-create-group): Update to allow nnir group creation based
1271 on the current query.
1272
1273 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1274
1275 * nndraft.el (nndraft-request-expire-articles):
1276 Make expiry target always `delete'.
1277
1278 2013-03-27 Andrew Cohen <cohen@bu.edu>
1279
1280 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1281 buffer use the posting-style and gcc of the original article group.
1282 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1283
1284 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1285 after other deffoos.
1286
1287 2013-03-26 Andrew Cohen <cohen@bu.edu>
1288
1289 * nnir.el: Major rewrite. Cleaner separation between searches and group
1290 management. Marks are now shown in nnir summary buffers.
1291 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1292 (gnus-summary-make-nnir-group): New function for initiating searches
1293 from a summary buffer.
1294
1295 2013-03-18 Sam Steingold <sds@gnu.org>
1296
1297 * message.el (message-bury): Minor cleanup.
1298
1299 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1300
1301 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1302 nnml-request-list. (Bug#13873)
1303 (nndir-request-newsgroups): Remove, unused.
1304
1305 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1306
1307 2013-03-03 Ted Phelps <phelps@gnusto.com>
1308
1309 * shr.el: Make all the overlays set the `evaporate' property so that
1310 they're removed properly.
1311
1312 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1313
1314 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1315 shell-quote-argument.
1316
1317 2013-02-22 David Engster <deng@randomsample.de>
1318
1319 * gnus-registry.el (gnus-registry-save): Provide class name when
1320 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1321 Use `condition-case' to stay compatible with older EIEIO versions which
1322 only accept one argument.
1323
1324 2013-02-17 Daiki Ueno <ueno@gnu.org>
1325
1326 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1327 (epg-user-id-validity): Autoload.
1328 (mml2015-epg-check-user-id): New function.
1329 (mml2015-epg-check-sub-key): New function split from
1330 mml2015-epg-find-usable-key.
1331 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1332 optional name-is-key-id, to handle the case when user-id is unusable.
1333 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1334
1335 2013-02-17 Glenn Morris <rgm@gnu.org>
1336
1337 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1338
1339 2013-02-16 Glenn Morris <rgm@gnu.org>
1340
1341 * shr.el (shr-put-image): Only animate images that specify a delay.
1342 This is consistent with the old image-animated-p behavior.
1343
1344 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1345
1346 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1347 for XEmacs.
1348
1349 2013-02-13 Juri Linkov <juri@jurta.org>
1350
1351 * gnus-art.el (gnus-article-mode-map):
1352 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1353 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1354
1355 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1356
1357 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1358 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1359
1360 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1361
1362 * auth-source.el (auth-source-format-prompt): Don't get confused by
1363 any "\" in replacement text. (Bug#13637)
1364
1365 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1366
1367 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1368 (gnus-backend-trace): Honor gnus-backend-trace.
1369
1370 * mml.el (mml-insert-part): Insert closing tag.
1371
1372 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1373
1374 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1375
1376 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1377 able to find the article, which can happen in debbugs groups,
1378 apparently.
1379
1380 2013-01-16 Glenn Morris <rgm@gnu.org>
1381
1382 * smiley.el (smiley-style): Make the file loadable in batch mode.
1383
1384 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1387 imap process running.
1388
1389 2013-01-14 Julien Danjou <julien@danjou.info>
1390
1391 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1392 Compare addresses against addresses, not against the full From field.
1393
1394 2013-01-13 Richard Stallman <rms@gnu.org>
1395
1396 * message.el (message-forward-make-body-mime): New args BEG, END
1397 specify what part of FORWARD-BUFFER to use. Do the work directly
1398 instead of calling `mml-insert-buffer'.
1399
1400 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1401
1402 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1403 cross-reference(s).
1404
1405 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1406 cross-reference(s).
1407
1408 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1409
1410 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1411 and point-max-marker.
1412 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1413
1414 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1415
1416 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1417 to mml2015-encrypt-to-self.
1418 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1419
1420 2013-01-09 Daiki Ueno <ueno@gnu.org>
1421
1422 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1423 mml-smime-epg-find-usable-secret-key.
1424
1425 2013-01-08 Glenn Morris <rgm@gnu.org>
1426
1427 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1428
1429 2013-01-07 Daiki Ueno <ueno@gnu.org>
1430
1431 * mml-smime.el: Support signing by sender.
1432 Requested by Uwe Brauer.
1433 (mml-smime-sign-with-sender): New user option analogous
1434 to mml2015-sign-with-sender.
1435 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1436 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1437 mml2015.el.
1438
1439 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1440
1441 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1442 isn't running, because Gnus will probably not know how to handle the
1443 Gcc header (bug#11941).
1444
1445 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1446 articles.
1447
1448 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1449
1450 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1451 (nnfolder-generate-active-file): Make this function work with recursive
1452 folder names.
1453
1454 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1455
1456 * nntp.el (nntp-open-connection): Use HELP as the capability command
1457 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1458 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1459
1460 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1461
1462 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1463 place holder since this gives `Invalid face reference: nil' messages.
1464 Use the `default' face instead. It has the same effect here, even
1465 though it is not no-op.
1466
1467 * gnus-util.el
1468 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1469
1470 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1471
1472 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1473 non-string posting styles (bug#13285).
1474
1475 2012-12-27 Glenn Morris <rgm@gnu.org>
1476
1477 * plstore.el (plstore-passphrase-callback-function):
1478 Use plstore-get-file.
1479
1480 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1481
1482 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1483 stderr.
1484
1485 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1486 group is nil.
1487
1488 * shr.el (shr-tag-em): Render as italic, not bold.
1489
1490 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1491
1492 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1493
1494 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1495
1496 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1497 temporary file to get PGP key image. Pass no-show-photos when
1498 extracting image to avoid having it pop up twice.
1499
1500 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1501
1502 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1503 eligible for treatment.
1504
1505 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1506 lines. This makes summary commands with hidden threads work more
1507 reliably.
1508
1509 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1510 button to mark the hidden citations (bug#9395).
1511
1512 2012-12-26 Daiki Ueno <ueno@gnu.org>
1513
1514 * mml2015.el (mml2015-epg-signature-to-string): New function.
1515 (mml2015-epg-verify-result-to-string): New function.
1516 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1517 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1518 instead of epg-verify-result-to-string.
1519 (epg-signature-key-id, epg-signature-to-string): Autoload.
1520 (epg-verify-result-to-string): Remove autoload.
1521
1522 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1523
1524 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1525 ID image from GPG public key.
1526 (mml2015-epg-key-image-to-string): New function.
1527
1528 2012-12-25 Leo Liu <sdl.web@gmail.com>
1529
1530 * plstore.el (plstore-passphrase-callback-function): Fix error when
1531 error when plstore-cache-passphrase-for-symmetric-encryption is set
1532 (bug#13264).
1533
1534 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1535
1536 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1537 buffer to the article buffer here, because that clobbers multiple
1538 article buffers.
1539
1540 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1541 buffer always points to the right summary buffer.
1542
1543 2012-12-25 John Wiegley <jwiegley@gmail.com>
1544
1545 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1546 the password (bug#12097).
1547
1548 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1549
1550 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1551 (bug#13263).
1552
1553 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1554 buffer exists before using it (bug#12475).
1555
1556 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1557 offline groups (bug#11937).
1558
1559 * message.el (message-yank-original): When using customize to set the
1560 value of `message-cite-style', the variable it set to a symbol that's
1561 the name of the variable, which must then be dereferenced (bug#12616).
1562
1563 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1564
1565 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1566 the `face' property with a list whose car is the face specified in the
1567 format string and whose cdr is (nil).
1568 * lisp/gnus-util.el
1569 (gnus-put-text-property-excluding-characters-with-faces):
1570 Change accordingly.
1571 (gnus-get-text-property-excluding-characters-with-faces): New function.
1572 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1573 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1574 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1575
1576 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1577
1578 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1579 login methods.
1580 (nnimap-login): Respect the `nnimap-authenticator' variable.
1581
1582 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1583 mark state when moving articles. Otherwise unticked articles will get
1584 their ticks back after moving.
1585
1586 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1587
1588 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1589
1590 * message.el (message-ignored-news-headers): Always remove
1591 X-Message-SMTP-Method to avoid information leakage if the user
1592 mistakenly inserts the header into news messages.
1593
1594 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1595
1596 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1597 right than four characters, this command would move point to
1598 `point-max'. Don't do that.
1599
1600 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1601 to nil to allow re-selecting groups that gain articles.
1602 (gnus-bug-group-download-format-alist): Update the URL.
1603
1604 2012-12-23 Andreas Schwab <schwab@suse.de>
1605
1606 * shr.el (shr-tag-em): Render em as italic, not bold.
1607
1608 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1609
1610 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1611 for reuse.
1612 (gnus-open-server): Use it to add more tracing.
1613 (gnus-finish-retrieve-group-infos): Add backend tracing.
1614 (gnus-backend-trace): Also note the elapsed seconds.
1615
1616 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1617
1618 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1619 Set epa-file-encrypt-to from variable to avoid querying.
1620
1621 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1622
1623 * sieve-mode.el (sieve-font-lock-keywords):
1624 Keywords should be word delimited. (Bug#13173)
1625
1626 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1627
1628 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1629 instead of <pre> to align message header.
1630
1631 2012-12-12 Sam Steingold <sds@gnu.org>
1632
1633 * gnus.el (gnus-other-frame-resume-function): Add user option.
1634 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1635
1636 2012-12-06 Sam Steingold <sds@gnu.org>
1637
1638 * gnus-start.el (gnus-before-resume-hook): Add.
1639 (gnus-1): Run it when Gnus is alive.
1640
1641 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1642
1643 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1644 * gnus-art.el (article-unsplit-urls)
1645 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1646 * gnus-registry.el (gnus-registry-get-article-marks)
1647 * message.el (message-goto-body): Use it.
1648 (message-called-interactively-p): Remove.
1649
1650 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1651 (spam-stat-score-buffer): Use it.
1652
1653 * spam.el: Silence the warnings against BBDB functions when compiling.
1654
1655 * gnus-score.el (gnus-score-decode-text-parts):
1656 Use append+mapcar instead of the cl function mapcan.
1657
1658 * gmm-utils.el (gmm-flet): Remove.
1659
1660 * gnus-sync.el (gnus-sync-lesync-call):
1661 Avoid overriding json-alist-p.
1662
1663 * message.el (message-read-from-minibuffer):
1664 Avoid overriding mail-abbrev-in-expansion-header-p.
1665
1666 2012-12-05 Sam Steingold <sds@gnu.org>
1667
1668 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1669 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1670 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1671
1672 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1673
1674 * gmm-utils.el (gmm-called-interactively-p): Revert.
1675 This seems to cause Emacs to get stuck!
1676 * gnus-art.el (article-unsplit-urls)
1677 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1678 * gnus-registry.el (gnus-registry-get-article-marks)
1679 * message.el (message-goto-body)
1680 (message-called-interactively-p): Revert.
1681
1682 * gmm-utils.el (gmm-called-interactively-p): New function.
1683 * gnus-art.el (article-unsplit-urls)
1684 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1685 * gnus-registry.el (gnus-registry-get-article-marks)
1686 * message.el (message-goto-body): Use it.
1687 (message-called-interactively-p): Remove.
1688
1689 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1690 * gnus-sync.el (gnus-sync-lesync-call)
1691 * message.el (message-read-from-minibuffer): Use it.
1692
1693 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1694
1695 * gmm-utils.el (gmm-flet): Remove.
1696 * gnus-sync.el (gnus-sync-lesync-call)
1697 * message.el (message-read-from-minibuffer): Don't use it.
1698
1699 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1700
1701 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1702
1703 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1704
1705 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1706
1707 * gnus-sync.el (gnus-sync-lesync-call)
1708 * message.el (message-read-from-minibuffer): Use gmm-flet.
1709
1710 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1711
1712 * gnus-util.el (gnus-macroexpand-all): Remove.
1713
1714 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1715
1716 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1717 to TAB, not [tab].
1718 (gnus-summary-article-map): Likewise.
1719
1720 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1721 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1722
1723 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1724
1725 * message.el (message-get-reply-headers):
1726 Make sure the reply goes to the author if it is a wide reply.
1727
1728 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1729
1730 * gnus-score.el (gnus-score-body):
1731 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1732 scoring by body.
1733
1734 2012-11-16 Glenn Morris <rgm@gnu.org>
1735
1736 * gnus-diary.el (nndiary-request-create-group-functions)
1737 (nndiary-request-update-info-functions)
1738 (gnus-subscribe-newsgroup-functions)
1739 (nndiary-request-accept-article-functions):
1740 Use new names for hooks rather than obsolete aliases.
1741
1742 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1743
1744 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1745 in meta tag with the one the part specifies in its header.
1746
1747 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1748
1749 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1750 by default.
1751
1752 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1753
1754 New UIDL implementation.
1755
1756 * mail-source.el (mail-sources, mail-source-keyword-map):
1757 Add :leave as a pop3 keyword.
1758 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1759
1760 * pop3.el (pop3-leave-mail-on-server): Allow number.
1761 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1762 (pop3-movemail): Add UIDL support.
1763 (pop3-send-streaming-command): Take a list of mail numbers instead of
1764 the number of mails.
1765 (pop3-write-to-file): Add X-UIDL header.
1766 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1767 (pop3-uidl-add-xheader): New functions.
1768
1769 * message.el (message-ignored-resent-headers):
1770 Add X-Content-Length and X-UIDL headers.
1771
1772 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * nndiary.el (nndiary-request-create-group-functions)
1775 (nndiary-request-update-info-functions)
1776 (nndiary-request-accept-article-functions):
1777 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1778 "-hooks" suffix.
1779
1780 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1781
1782 * starttls.el (starttls-extra-arguments): Doc fix.
1783
1784 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1785
1786 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1787 it.
1788
1789 2012-10-06 Glenn Morris <rgm@gnu.org>
1790
1791 * gnus-notifications.el (gnus-notifications):
1792 Add missing group :version tag.
1793 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1794 (gnus-gcc-post-body-encode-hook):
1795 * gnus-sync.el (gnus-sync-lesync-name)
1796 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1797
1798 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1799
1800 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1801 a user about whether to delete temp files if once a user answered as n.
1802
1803 2012-09-17 Richard Stallman <rms@gnu.org>
1804
1805 * message.el (message-in-body-p): Don't set mark or modify buffer.
1806
1807 * mml.el (mml-attach-file): Doc fix.
1808 (mml-attach-external, mml-attach-buffer, mml-attach-file):
1809 Set mail-encode-mml when in Mail mode.
1810 Simplify code to set HEAD and move back to HEAD.
1811 (mml-insert-multipart, mml-insert-part):
1812 Set mail-encode-mml when in Mail mode.
1813
1814 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1815
1816 * gnus-util.el (gnus-timer--function): New function.
1817
1818 * gnus-art.el (gnus-article-stop-animations): Use it.
1819
1820 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1821
1822 Fix glitches caused by addition of psec to timers.
1823 * gnus-art.el (gnus-article-stop-animations): Use timer--function
1824 rather than raw access to timer vector.
1825
1826 2012-09-11 Julien Danjou <julien@danjou.info>
1827
1828 * gnus-notifications.el (gnus-notifications): Check for nil values in
1829 ignored addresses check.
1830
1831 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1834
1835 2012-09-07 Chong Yidong <cyd@gnu.org>
1836
1837 * gnus-util.el
1838 (gnus-put-text-property-excluding-characters-with-faces): Restore.
1839
1840 * gnus-salt.el (gnus-tree-highlight-node):
1841 * gnus-sum.el (gnus-summary-highlight-line):
1842 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1843
1844 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1845
1846 * gnus-util.el: Fix compilation error on XEmacs 21.4.
1847
1848 2012-09-06 Juri Linkov <juri@jurta.org>
1849
1850 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1851 scheme for buffer names to be more consistent with other group and
1852 article buffer names in Gnus.
1853
1854 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1855
1856 * gnus-util.el
1857 (gnus-put-text-property-excluding-characters-with-faces): Remove.
1858
1859 * gnus-compat.el: Define compat function `add-face' from Wolfgang
1860 Jenkner.
1861
1862 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1863
1864 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1865
1866 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1867
1868 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1869
1870 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1871 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1872
1873 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1874 string-prefix-p in Emacs >=23.2.
1875
1876 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1877 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1878 instead of string-match-p.
1879 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1880
1881 2012-09-06 Kenichi Handa <handa@gnu.org>
1882
1883 * qp.el (quoted-printable-decode-region): Fix previous change; handle
1884 lowercase a..f.
1885
1886 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1887
1888 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1889
1890 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
1891
1892 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1893 TIME is set.
1894
1895 2012-09-05 Juri Linkov <juri@jurta.org>
1896
1897 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1898 than one group at a time (bug#11961).
1899
1900 2012-09-05 Julien Danjou <julien@danjou.info>
1901
1902 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1903 this hide the real reason with a message giving absolutely no hint.
1904
1905 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
1906
1907 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1908 to the backend (bug#11804).
1909
1910 * message.el (message-insert-newsgroups): Don't insert newsgroup
1911 duplicates (bug#12275).
1912
1913 2012-09-05 John Wiegley <johnw@newartisans.com>
1914
1915 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1916 sieve rules.
1917
1918 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
1919
1920 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1921 function.
1922
1923 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1924
1925 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1926
1927 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1928
1929 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1930 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1931 This should make nnmaildir more usable with offlineimap.
1932
1933 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
1934
1935 * gnus-notifications.el (gnus-notifications-notify): Use it.
1936
1937 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1938 warnings on XEmacs.
1939
1940 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1941
1942 Better seeds for (random).
1943 * gnus-sync.el (gnus-sync-lesync-setup):
1944 * message.el (message-canlock-generate, message-unique-id):
1945 Change (random t) to (random), now that the latter is more random.
1946
1947 2012-08-31 Dave Abrahams <dave@boostpro.com>
1948
1949 * auth-source.el (auth-sources): Fix macos keychain access.
1950
1951 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1952 allow the backend `request-head' function to determine the group
1953 name on its own.
1954 (gnus-request-expire-articles): Filter out negative article numbers
1955 during expiry (Bug#11980).
1956
1957 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1958 O(N^2) to O(N). This makes warping into huge groups tolerable.
1959
1960 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1961 you've found the article when you haven't.
1962
1963 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1966
1967 2012-08-30 Julien Danjou <julien@danjou.info>
1968
1969 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1970 `gnus-notifications-timeout'.
1971 (gnus-notifications-timeout): Add.
1972 (gnus-notifications-action): New function.
1973 (gnus-notifications-notify): Add :action using
1974 `gnus-notifications-action'.
1975 (gnus-notifications-id-to-msg): New variable.
1976 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1977 notifications id to messages.
1978
1979 2012-08-30 Kenichi Handa <handa@gnu.org>
1980
1981 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1982 once.
1983
1984 2012-08-29 Julien Danjou <julien@danjou.info>
1985
1986 * gnus-notifications.el: New file.
1987 (gnus-notifications-notify): New function.
1988 (gnus-notifications): Use `gnus-notifications-notify'.
1989
1990 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1991
1992 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1993 transfer encoding first; bind gnus-newsgroup-charset to the charset
1994 that the article specifies (Bug#12209).
1995
1996 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1997
1998 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1999 (gnus-group-customize-done): Encode values posting-style holds.
2000
2001 * gnus-msg.el (gnus-summary-resend-message)
2002 (gnus-configure-posting-styles): Decode values posting-style group
2003 parameter holds.
2004
2005 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2006
2007 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2008 `name' and `address' in Resent-From header.
2009
2010 2012-08-14 Chong Yidong <cyd@gnu.org>
2011
2012 * gnus-art.el (article-display-face): Handle failure in
2013 gnus-create-image (Bug#11802).
2014
2015 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2018 Use defsetf.
2019
2020 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2021
2022 * auth-source.el (auth-source-plstore-search)
2023 (auth-source-secrets-search): Ignore :require and :type in search spec.
2024
2025 2012-08-06 Julien Danjou <julien@danjou.info>
2026
2027 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2028 Remove autoload, already handled by gnus.el.
2029
2030 2012-08-05 Julien Danjou <julien@danjou.info>
2031
2032 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2033 Add autoload.
2034
2035 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2036
2037 * gnus.el (gnus-valid-select-methods): Fix custom type.
2038
2039 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2040
2041 * auth-source.el (auth-sources, auth-source-backend-parse)
2042 (auth-source-macos-keychain-search)
2043 (auth-source-macos-keychain-search-items)
2044 (auth-source-macos-keychain-result-append)
2045 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2046 auth-source.el through the /usr/bin/security utility.
2047 (auth-sources): Fix syntax error.
2048 (auth-source-macos-keychain-result-append): Fix variable name.
2049 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2050
2051 2012-07-27 Julien Danjou <julien@danjou.info>
2052
2053 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2054 Emacs < 24.1
2055
2056 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2057
2058 * message.el (message-kill-address): Don't kill last newline.
2059 (message-skip-to-next-address): Don't move to the next header.
2060 (message-fill-field-address): Work properly.
2061
2062 2012-07-25 Julien Danjou <julien@danjou.info>
2063
2064 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2065
2066 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2067
2068 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2069
2070 2012-07-24 Julien Danjou <julien@danjou.info>
2071
2072 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2073
2074 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2075 (nntp-async-timer-handler): Remove, unused.
2076
2077 * nnimap.el (nnimap-get-responses): Remove, unused.
2078
2079 * nnheader.el (mail-header-set-extra): Remove, unused.
2080
2081 * mm-view.el (mm-view-sound-file): Remove, unused.
2082
2083 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2084 (mm-url-encode-multipart-form-data): Remove, unused.
2085
2086 * message.el (message-remove-signature, message-make-host-name)
2087 (message-fill-address): Remove, unused.
2088
2089 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2090 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2091 unused.
2092
2093 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2094
2095 * gnus-util.el (gnus-extract-address-component-name)
2096 (gnus-extract-address-component-email, gnus-sortable-date)
2097 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2098 (gnus-process-live-p): Remove, unused.
2099
2100 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2101
2102 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2103 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2104 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2105 function.
2106
2107 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2108
2109 * gnus-score.el (gnus-summary-score-crossposting)
2110 (gnus-score-regexp-bad-p): Remove, unused.
2111
2112 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2113
2114 * gnus-range.el (gnus-sublist-p): Remove, unused.
2115
2116 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2117 unused.
2118
2119 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2120
2121 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2122 (gnus-request-associate-buffer): Remove, unused.
2123
2124 * gnus-group.el (gnus-group-set-method-info)
2125 (gnus-group-set-params-info): Remove, unused.
2126
2127 * gnus-fun.el (gnus-shell-command-to-string)
2128 (gnus-shell-command-on-region): Remove, unused.
2129
2130 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2131
2132 * gnus-art.el (gnus-article-text-type-exists-p)
2133 (article-translate-characters, gnus-article-hide-text-of-type)
2134 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2135 Remove, unused.
2136
2137 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2138
2139 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2140 Gnus master.
2141
2142 2012-07-22 Andrew Cohen <cohen@bu.edu>
2143
2144 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2145
2146 2012-07-21 Julien Danjou <julien@danjou.info>
2147
2148 * message.el (message-dont-reply-to-names): Replace deprecated
2149 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2150 (message-get-reply-headers): Ditto.
2151
2152 2012-07-18 Julien Danjou <julien@danjou.info>
2153
2154 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2155 `sieve-upload-and-kill'.
2156
2157 * sieve.el (sieve-bury-buffer): Remove function.
2158 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2159 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2160
2161 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2162
2163 * shr.el (shr-expand-url): Handle URL starting with `//'.
2164
2165 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2166 2012-07-13 Chong Yidong <cyd@gnu.org>
2167
2168 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2169 instead of calling toggle-read-only with a (bogus) argument.
2170
2171 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2172
2173 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2174 of initial input when reading the author to restrict the summary to.
2175
2176 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2177
2178 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2179 buffer exists, which it doesn't if we haven't started Gnus.
2180
2181 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2182
2183 * mm-decode.el (mm-shr):
2184 Allow overriding charset by mm-charset-override-alist.
2185
2186 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2187
2188 * gnus-art.el (gnus-article-view-part):
2189 Toggle subparts of multipart/alternative part.
2190
2191 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2192
2193 * gnus-sync.el: Simply require json.
2194
2195 * registry.el: Simply require eieio and eieio-base.
2196
2197 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2198
2199 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2200
2201 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * shr.el (shr-render-buffer): New command.
2204 (shr-visit-file): Use it.
2205
2206 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2207
2208 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2209 Set no-byte-compile and no-update-autoloads.
2210
2211 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2212
2213 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2214
2215 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2216
2217 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2218 being bound to a lambda form.
2219
2220 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2221
2222 * gnus-picon.el (gnus-picon-properties): New defcustom.
2223 (gnus-picon-create-glyph): Use it.
2224
2225 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2226
2227 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2228 locales.
2229
2230 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2231 on a handle.
2232
2233 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2234 address as the default.
2235
2236 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2237 It makes no sense to query the user about internal files.
2238
2239 * gnus-spec.el: Remove all the byte-compilation stuff, since
2240 benchmarking shows that it doesn't help when entering large summary
2241 buffers.
2242
2243 * gnus-util.el (gnus-byte-code): Remove.
2244
2245 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2246 grouplens stuff.
2247
2248 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2249
2250 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2251 (bug#11514).
2252
2253 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2254
2255 * message.el (message-buffers): Return all buffers derived from Message
2256 to make `gnus-dired-attach' work with mu4e.
2257
2258 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2259
2260 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2261 (mm-dissect-singlepart): Don't guess the MIME type of
2262 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2263 set.
2264 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2265 toplevel MIME type is multipart/encrypted.
2266
2267 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2268
2269 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2270 In particular, add an optional argument and a docstring.
2271
2272 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2273
2274 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2275 current before calling `gnus-groups-to-gnus-format'.
2276 Note that this was already the case for `gnus-active-to-gnus-format'.
2277
2278 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2279
2280 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2281
2282 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2283
2284 * mm-decode.el (mm-dissect-buffer): Doc fix.
2285
2286 * gnus-sum.el (gnus-handle-ephemeral-exit):
2287 Avoid creating the group buffer if it doesn't exist.
2288
2289 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2290 is given, mark the group as ephemeral with the current window conf.
2291
2292 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2293 buffer exists, which it doesn't if we haven't started Gnus.
2294 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2295
2296 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2297
2298 * mml.el (mml-generate-mime):
2299 Allow specifying what the top-level part type is.
2300
2301 * gnus-sum.el (gnus-auto-center-summary):
2302 `scroll-margin' isn't defined on XEmacs.
2303
2304 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2305
2306 * gnus-sum.el (gnus-auto-center-summary):
2307 Set default to respect `scroll-margin'.
2308
2309 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2310
2311 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2312 citation prefix within a block of cited text should be considered
2313 part of that block *only* if it is a blank line.
2314
2315 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2316
2317 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2318 before kinsoku-bol characters nor within kinsoku-eol characters.
2319
2320 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2321
2322 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2323 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2324 Silence compiler.
2325 (gnus-sync-read): Use mapc instead of mapcar.
2326
2327 * mm-archive.el: Require mm-decode for some macros.
2328 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2329 Silence the byte compiler.
2330 (mm-archive-decoders): New function that returns the value of
2331 the mm-archive-decoders variable.
2332
2333 * mm-decode.el:
2334 Don't require mm-archive; autoload mm-archive functions instead.
2335 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2336
2337 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2338
2339 2012-06-26 Peter Münster <pmrb@free.fr>
2340
2341 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2342 (gnus-demon-cancel): Ditto.
2343 (gnus-demon-run-callback): When function cannot be called due to low
2344 idleness, call it when idleness reaches the expected value, instead
2345 of waiting another timer period.
2346 (gnus-demon-init): Add `time' to arguments of call-back.
2347
2348 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2349
2350 * gnus.el: Register gnus-registry functions.
2351
2352 * gnus-registry.el (gnus-try-warping-via-registry):
2353 Move here and indent.
2354
2355 * gnus-int.el (gnus-warp-to-article):
2356 Check whether the registry is enabled before warping.
2357
2358 2012-06-26 Dave Abrahams <dave@boostpro.com>
2359
2360 * gnus-sum.el (gnus-summary-insert-subject): Record information
2361 in the registry about each article retrieved.
2362
2363 * gnus-int.el (gnus-select-group-with-message-id): New function.
2364 (gnus-try-warping-via-registry): Ditto.
2365 (gnus-warp-to-article): Fall back on the registry.
2366
2367 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2368
2369 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2370
2371 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2372
2373 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2374 gnus-gcc-self-resent-messages may be a group parameter.
2375 (gnus-summary-resend-message):
2376 Don't encode encoded words in header when Gcc'ing resent message.
2377
2378 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2379
2380 * shr.el (shr-insert): Treat non-breaking space just like normal
2381 space. This seems to produce more pleasing results.
2382 (shr-insert):
2383 Only insert a blank line if we're starting from an image.
2384 (shr-tag-br):
2385 Allow <br> to end lines or to make a single blank line.
2386 (shr-ensure-paragraph): Consider lines with white space to be blank.
2387
2388 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2389
2390 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2391 and gnus-gcc-post-body-encode-hook.
2392
2393 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2394
2395 * mm-decode.el (mm-dissect-singlepart):
2396 Guess what the type of application/octet-stream parts really is.
2397
2398 * gnus-sum.el (gnus-propagate-marks): Remove.
2399
2400 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2401
2402 * nntp.el (nntp-coding-system-for-read): Remove.
2403 (nntp-coding-system-for-write): Ditto.
2404 (nntp-open-connection): Just use `binary' directly.
2405
2406 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2407
2408 * registry.el (registry-usage-test, registry-persistence-test):
2409 Move to tests/gnustest-registry.el.
2410 (registry-make-testable-db, registry-match-test)
2411 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2412
2413 * gnus-registry.el (gnus-registry-misc-test)
2414 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2415
2416 * tests/gnustest-registry.el:
2417 New file with the registry and gnus-registry ERT tests.
2418
2419 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2420
2421 * gnus-msg.el (gnus-summary-resend-message):
2422 Make gnus-summary-resend-message-insert-gcc be last item in
2423 message-header-setup-hook.
2424
2425 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2426
2427 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2428 (nnfolder-marks, nnfolder-marks-file-suffix)
2429 (nnfolder-marks-modtime): Remove.
2430 (nnfolder-open-server): Don't use marks.
2431 (nnfolder-request-delete-group): Ditto.
2432 (nnfolder-request-rename-group): Ditto.
2433 (nnfolder-request-set-mark, nnfolder-request-marks)
2434 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2435 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2436
2437 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2438 (nnml-marks-modtime): Remove.
2439 (nnml-request-delete-group): Don't use marks.
2440 (nnml-request-rename-group): Ditto.
2441 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2442 (nnml-save-marks, nnml-open-marks): Remove.
2443
2444 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2445 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2446 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2447 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2448 (nntp-server-to-method-cache): Remove.
2449
2450 * shr.el (shr-rescale-image): Fix wrong merge.
2451
2452 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2453
2454 * shr.el (shr-remove-trailing-whitespace):
2455 Really delete the padding on too-wide lines.
2456
2457 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2458
2459 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2460 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2461
2462 * mm-decode.el (mm-display-external): Output the text from
2463 the command in the buffer after the command finished.
2464 This makes text-based commands behave better.
2465
2466 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2467
2468 * message.el (smtpmail-smtp-user): Silence compiler warning.
2469
2470 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2471
2472 * message.el (message-multi-smtp-send-mail): Also allow specifying
2473 the SMTP user name.
2474
2475 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2476
2477 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2478
2479 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2480
2481 * message.el (message-multi-smtp-send-mail): New function.
2482 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2483 header to implement multi-SMTP functionality.
2484
2485 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2486 (gnus-agentize): Don't set it.
2487 (gnus-agent-send-mail): Don't use it.
2488
2489 * gnus-sum.el (gnus-summary-widget-backward):
2490 New function and keystroke.
2491
2492 * shr.el (shr-put-image): Remove underlines from sliced images.
2493 (shr-zoom-image): Compute the region to be replaced more correctly.
2494
2495 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2496
2497 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2498 (gnus-summary-resend-message-insert-gcc): New function.
2499 (gnus-summary-resend-message): Modify message-header-setup-hook and
2500 message-sent-hook to make it work for Gcc.
2501 (gnus-inews-do-gcc): Update the number of unread articles of groups
2502 that messages are Gcc'd to.
2503
2504 * message.el (message-resend): Run message-sent-hook to do Gcc.
2505
2506 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2507
2508 * gnus-registry.el (gnus-registry-fixup-registry):
2509 Move the message to a higher level to silence compilation.
2510
2511 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2512 parameter to allow controlling the scaling.
2513
2514 * shr.el (shr-zoom-image): New command and keystroke.
2515 (shr-put-image): Take a `size' flag to say how to scale the image.
2516
2517 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2518 Use recursive deletion.
2519 (mm-dissect-archive): Add support for zip files.
2520
2521 * gnus-util.el (gnus-recursive-directory-files): New function.
2522
2523 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2524 (mm-archive-decoders): Add tgz support.
2525
2526 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2527 Otherwise inserting text into the Gnus buffer can look odd.
2528
2529 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2530
2531 * mm-archive.el (mm-archive-decoders): Add support for tar.
2532
2533 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2534
2535 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2536
2537 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2538
2539 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2540
2541 * mm-archive.el: New file.
2542
2543 * mm-decode.el (mm-dissect-singlepart):
2544 Use it to decode ms-tnef files.
2545
2546 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2547
2548 * message.el (message-goto-*): Make all the `message-goto-*' commands
2549 push the mark before moving point. This makes it easier to go back
2550 to where you came from after editing whatever you jumped to.
2551
2552 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2553
2554 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2555 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2556 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2557
2558 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2559
2560 * spam.el: Move BBDB autoloads.
2561 (spam-exists-in-BBDB-p):
2562 New function to do the BBDB search directly in BBDB 2 and 3.
2563 (spam-check-BBDB): Use it.
2564 (spam-enter-ham-BBDB): Use it.
2565
2566 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2567
2568 * gnus-group.el (gnus-group-get-new-news):
2569 New parameter `one-level' for scanning exactly one level.
2570
2571 * gnus-start.el (gnus-get-unread-articles): Ditto.
2572
2573 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2574
2575 * gnus-sync.el: More commentary about setup.
2576
2577 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2578
2579 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2580
2581 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2582
2583 * gnus-sync.el: Improve docs about CouchDB admins.
2584
2585 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2586
2587 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2588 not needed. Provide xmlplistread list function to produce XML plist
2589 output for non-Gnus LeSync clients.
2590
2591 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2592
2593 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2594 and save against it. Group subscriptions, read marks, other marks,
2595 subscription levels, topic names, and topic offsets (the group's
2596 position within the topic) are saved. This is an experimental
2597 backend and may change significantly. Load json.el from
2598 the gnus-fallback-lib if it's not available otherwise.
2599 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2600
2601 2012-06-26 David Engster <dengste@eml.cc>
2602
2603 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2604
2605 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2606
2607 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2608
2609 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2610
2611 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2612 is an integer to avoid later problems.
2613
2614 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2615
2616 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2617 locales.
2618
2619 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2620
2621 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2622 articles when fetch-old is non-nil (bug#11370).
2623
2624 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2625
2626 * gnus-group.el (gnus-group-get-new-news):
2627 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2628
2629 2012-06-10 Dave Abrahams <dave@boostpro.com>
2630
2631 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2632 groups (bug#11641).
2633
2634 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2635
2636 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2637 (bug#11514).
2638
2639 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2640
2641 * nntp.el: Stop the `letf' madness.
2642 (nntp--report-1): New var.
2643 (nntp-report): Merge nntp-report-1 into it.
2644 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2645 the nntp-report function.
2646
2647 * auth-source.el: Fix comment-style to follow the convention.
2648
2649 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2652 a string so that Gcc works (bug#11514).
2653
2654 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2657 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2658
2659 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2660
2661 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2662 jumping to *Server* from a dedicated *Group* window.
2663 (gnus-configure-frame): CSE.
2664
2665 * gnus-registry.el: Minor style cleanup.
2666 (gnus-registry--set/remove-mark): New function, extracted from
2667 gnus-registry-install-shortcuts.
2668 (gnus-registry-install-shortcuts): Use it.
2669
2670 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2671
2672 * nnspool.el (news-path): Use eval-and-compile.
2673
2674 2012-05-24 Glenn Morris <rgm@gnu.org>
2675
2676 * nnspool.el (news-directory, news-path, news-inews-program):
2677 Move here from paths.el. Don't see a need for these to be autoloaded.
2678
2679 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2680 Merge in doc from paths.el version. Don't see any need for this to be
2681 autoloaded, or for the warning about users not setting it.
2682
2683 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2684
2685 Fix minor Y10k bug.
2686 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2687
2688 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2691 message once it's actually open.
2692
2693 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2694
2695 * auth-source.el (auth-source--aput-1, auth-source--aput)
2696 (auth-source--aget): New functions and macros.
2697 Use them instead of aput/aget.
2698
2699 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2700
2701 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2702
2703 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2704
2705 * plstore.el (plstore-called-interactively-p): New compat macro copied
2706 from message.el.
2707 (plstore-mode): Use it.
2708
2709 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2710
2711 * plstore.el: Revive the editing feature.
2712 (plstore-mode): New mode to edit plstore file.
2713 (plstore-mode-toggle-display, plstore-mode-original)
2714 (plstore-mode-decoded): New command.
2715 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2716 (plstore--insert-buffer, plstore--make): New function.
2717 (plstore-open, plstore-save): Simplify by using them.
2718
2719 2012-04-16 Glenn Morris <rgm@gnu.org>
2720
2721 * nndraft.el (nndraft-request-list): Fix declaration.
2722
2723 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2724
2725 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2726 don't have a current group.
2727
2728 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2729 have a group name.
2730
2731 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2732 a multibyte buffer (bug#7410).
2733 (article-wash-html): Parse the original article buffer to get the
2734 unencoded data (bug#7410).
2735
2736 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2737 .newsrc.el files.
2738
2739 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2740
2741 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2742 would have gotten if we posted to the group, and use that to compare
2743 against the message we want to cancel (bug#10808).
2744
2745 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2746
2747 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2748 "#" to avoid having them interpreted as comments.
2749
2750 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2751
2752 * shr.el (shr-insert): Update the text state properly to avoid
2753 inserting spurious paragraph starts.
2754
2755 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2756
2757 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2758 requested (bug#10961).
2759
2760 * shr.el (shr-table-widths): Divide the extra width more fairly over
2761 the TDs (bug#10973).
2762 (shr-render-td): Don't delete too much padding.
2763 (shr-natural-width): Compute the natural width more correctly.
2764 (shr-insert): Allow the natural width to be computed for tables again.
2765 (shr-tag-table-1): Rework how the natural widths are computed by
2766 rendering the table a third time.
2767 (shr-natural-width): Remove.
2768 (shr-buffer-width): New function.
2769 (shr-expand-newlines): Use it.
2770
2771 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
2772 using a `gnus-use-full-window' setup (bug#11013).
2773
2774 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2775
2776 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2777 24.1 release.
2778
2779 2012-03-10 David Edmondson <dme@dme.org>
2780
2781 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2782 'Forwarded Message' header and the start of the message.
2783
2784 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2785
2786 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2787 isn't running (bug#10897).
2788
2789 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2790
2791 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2792
2793 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2794
2795 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2796
2797 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2798
2799 * mm-decode.el (mm-shr): Remove "soft hyphens".
2800
2801 * nnimap.el (nnimap-request-list): Return the group names encoded as
2802 utf8. Otherwise non-European group names don't work.
2803 (nnimap-request-newgroups): Ditto.
2804
2805 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2806 the default in `read-string' (bug#10757).
2807
2808 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2809 topics (bug#10843).
2810
2811 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2812 buffer. Suggested by Herbert Valerio Riedel.
2813 (nnimap-request-move-article): Delete the message from the correct IMAP
2814 server.
2815
2816 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
2817
2818 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2819 Reported by Peter Münster.
2820
2821 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2822
2823 * shr.el (shr-image-fetched): Make sure we really kill the right
2824 buffer.
2825
2826 2012-02-16 Leo Liu <sdl.web@gmail.com>
2827
2828 * gnus-start.el (gnus-1): Avoid duplicate entries.
2829
2830 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
2831
2832 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2833 too-wide lines.
2834
2835 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
2836
2837 * shr.el (shr-rescale-image): Undo previous change; see
2838 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2839
2840 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2841
2842 * nnimap.el (nnimap-record-commands): New variable.
2843 (nnimap-log-command): Use it.
2844 (nnimap-make-process-buffer): Add a space to the process buffer.
2845 (nnimap-transform-headers): Don't bug out on header lines containing
2846 stuff that look like IMAP length encodings.
2847
2848 * shr.el (shr-rescale-image): Allow viewing large images.
2849
2850 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2851
2852 * nnml.el (nnml-request-compact-group): Delete the marks file after
2853 compaction (bug#10800).
2854
2855 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2856 group exit.
2857
2858 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2859 QRESYNC/FETCH output.
2860
2861 2012-02-11 Glenn Morris <rgm@gnu.org>
2862
2863 * sieve-manage.el (sieve-manage-default-stream):
2864 * shr.el (shr):
2865 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2866 (nnir-retrieve-headers-override-function)
2867 (nnir-imap-default-search-key, nnir-notmuch-program)
2868 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2869 (nnir-method-default-engines):
2870 * message.el (message-cite-reply-position):
2871 * gssapi.el (gssapi-program):
2872 * gravatar.el (gravatar):
2873 * gnus-sum.el (gnus-refer-thread-use-nnir):
2874 * gnus-registry.el (gnus-registry-unfollowed-addresses)
2875 (gnus-registry-max-pruned-entries):
2876 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2877 * gnus-int.el (gnus-after-set-mark-hook)
2878 (gnus-before-update-mark-hook):
2879 * gnus-async.el (gnus-async-post-fetch-function):
2880 * auth-source.el (auth-source-cache-expiry):
2881 Add missing :version tags to new defcustoms and defgroups.
2882
2883 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2884
2885 * message.el (message-default-send-mail-function): Made into own
2886 function for reuse by emacsbug.el.
2887
2888 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
2889
2890 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2891 `gnus-sloppily-equal-method-parameters' to avoid a warning.
2892
2893 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2894
2895 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2896 running.
2897
2898 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2899
2900 * gnus.el (gnus-server-extend-method): Don't add an -address component
2901 if the method already has one (bug#9676).
2902
2903 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2904
2905 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2906 of an initial-input for consistency (bug#10757).
2907
2908 * shr.el: Inhibit getting and sending cookies when fetching pictures.
2909
2910 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2911
2912 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2913
2914 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2915 lines that are narrower than the window width. Otherwise background
2916 "blocks" will look less readable.
2917
2918 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2919
2920 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2921
2922 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2923
2924 * nnimap.el (nnimap-transform-headers): Remove unused variable.
2925 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2926 have newlines within the strings, and where the UID comes after the
2927 BODYSTRUCTURE element (bug#10537).
2928
2929 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2930 (bug#10732).
2931
2932 * shr.el (shr-insert-document): Add doc string.
2933 (shr-visit-file): Ditto.
2934 (shr-remove-trailing-whitespace): New function.
2935 (shr-insert-document): Use it to clean up trailing whitespace as the
2936 final step (bug#10714).
2937
2938 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2939
2940 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2941 buffer if `gnus-kill-summary-on-exit' is nil.
2942
2943 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
2944
2945 * gnus-sum.el (gnus-summary-show-thread):
2946 next-single-char-property-change may return nil in XEmacs.
2947
2948 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2949
2950 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2951 when just reading a single group from "without" Gnus.
2952
2953 2012-02-06 Chong Yidong <cyd@gnu.org>
2954
2955 * gnus-sum.el (gnus-summary-show-thread):
2956 next-single-char-property-change never returns nil (Bug#8657).
2957
2958 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2959
2960 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2961 without reconnecting.
2962 (nnimap-possibly-change-group): Ditto.
2963 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2964 connection has died before being called.
2965
2966 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
2967
2968 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2969 an initial sync unless we're really doing one.
2970
2971 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2972 address parameter if one already exists (bug#9676).
2973
2974 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2975 not the prefix, as documented (bug#10689).
2976
2977 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2978
2979 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2980 the "server".
2981
2982 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2983 the real error message with the useless "previously known to be down".
2984 Which isn't even correct.
2985
2986 * nntp.el (nntp-open-connection): Report the error message if the nntp
2987 server can't be reached.
2988
2989 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2990 groups we do a total scan for.
2991 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2992 doing that.
2993
2994 2012-01-31 Jim Meyering <jim@meyering.net>
2995
2996 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2997 Correct a comment (insert "not") and hide nominally-doubled "to".
2998
2999 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3000
3001 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3002 section in the manual.
3003
3004 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3005
3006 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3007 words.
3008 (rfc2047-encode-string): Ditto.
3009 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3010 understand folded filename="..." parameters, for instance.
3011
3012 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3013 the message for greater debuggability.
3014
3015 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3016
3017 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3018 instead of setting it locally, since the latter doesn't seem to have
3019 any effect (most of the time).
3020
3021 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3022
3023 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3024 function call.
3025
3026 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3027
3028 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3029 seconds, and make the repeat clause with HH:MM specs work as
3030 documented.
3031
3032 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3033
3034 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3035 so that previous errors don't prohibit getting new news.
3036
3037 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3038
3039 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3040
3041 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3042
3043 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3044 bound globally in old Emacsen and XEmacsen.
3045
3046 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3047
3048 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3049 buffer, not of the string which is its name.
3050
3051 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3052
3053 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3054 non-server-marks groups.
3055 (gnus-group-make-articles-read): Ditto.
3056
3057 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3058 methods (bug#9676).
3059
3060 * gnus.el (gnus-method-ephemeral-p): New function.
3061
3062 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3063
3064 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3065 left-to-right.
3066
3067 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3068
3069 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3070 warning.
3071
3072 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3073
3074 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3075 macroexpand the nnir things, since they haven't been defined yet, and
3076 nnir requires gnus-sum.
3077
3078 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3079
3080 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3081
3082 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3083
3084 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3085 logical server name in addition to the actual machine address.
3086
3087 * auth-source.el (auth-source-user-and-password): Add convenience
3088 wrapper to search by just host and optionally user.
3089
3090 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3091
3092 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3093 after rendering.
3094
3095 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3096
3097 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3098 (bug#9693).
3099 (gnus-summary-setup-buffer): Document return value (bug#9697).
3100
3101 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3102 since ido doesn't work on symbols (bug#9632).
3103
3104 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3105 when getting a single value as when getting all the values. This means
3106 that atoms like `gcc-self' work cumulatively, like variable settings,
3107 instead of getting the value from the last matching clause.
3108 (gnus-group-find-parameter): Protect against the group buffer not
3109 existing (bug#9585).
3110
3111 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3112
3113 * gnus-start.el (gnus-activate-group): Document more parameters
3114 (bug#9694).
3115
3116 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3117 (bug#9692).
3118
3119 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3120 article was fetched, so that it can be expired later (bug#9958).
3121 (gnus-agent-summary-fetch-series): Add doc string.
3122 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3123 (bug#9517).
3124
3125 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3126 retrieval is happening.
3127
3128 * gnus.el (gnus-parameters): Doc fix.
3129
3130 2012-01-06 Dave Abrahams <dave@boostpro.com>
3131
3132 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3133 show the thread after expansion.
3134
3135 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3136
3137 * gnus-art.el (article-narrow-to-head): If the head is completely
3138 empty, narrow to the empty region (bug#9764).
3139
3140 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3141 read, and then mark them as unread only when the unread mark is used.
3142 This makes `C-- T k' actually work, even though it's confusing.
3143
3144 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3145 alive before we try to find its window.
3146
3147 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3148
3149 * mm-decode.el (mm-display-external): Use a longer timeout for the
3150 deletion to allow slow programs to display the file.
3151
3152 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3153
3154 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3155 prompt to be less confusing.
3156
3157 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3158 argument to `message-reply'. This broke `special-display-*' frame
3159 pop-uping (bug#10238).
3160
3161 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3162
3163 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3164 systems, since these allegedly don't work there.
3165
3166 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3167
3168 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3169 live buffer.
3170
3171 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3172
3173 * nnir.el (nnir-retrieve-headers): Protect against the article not
3174 existing on the server (bug#10335).
3175
3176 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3177
3178 * gnus-agent.el (gnus-agent-load-local):
3179 Recompute gnus-agent-article-local on changing method.
3180
3181 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3182
3183 * gnus.el (gnus-parameters): Note precedence.
3184
3185 2012-01-04 Leo Liu <sdl.web@gmail.com>
3186
3187 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3188 in the group buffer.
3189
3190 2012-01-04 Julien Danjou <julien@danjou.info>
3191
3192 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3193 change.
3194
3195 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3196
3197 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3198 too.
3199
3200 * nntp.el (nntp-retrieve-group-data-early): Use it.
3201
3202 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3203
3204 * nntp.el (nntp-retrieval-in-progress): New variable.
3205 (nntp-make-process-buffer): Make it buffer-local.
3206
3207 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3208 2010.
3209 (gnus-demon-init): Use it to compute the time if time is on the form
3210 "04:23".
3211
3212 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3213
3214 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3215 status in the correct buffer.
3216
3217 2012-01-03 Leo Liu <sdl.web@gmail.com>
3218
3219 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3220 when opening topics (bug#10407).
3221
3222 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3223
3224 * mm-view.el (mm-display-inline-fontify): Add comment.
3225
3226 2011-12-15 Juri Linkov <juri@jurta.org>
3227
3228 * mm-decode.el (mm-inline-media-tests): Add missing
3229 `mm-handle-media-subtype'.
3230
3231 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3232
3233 * message.el (message-valid-fqdn-regexp): Update with newly approved
3234 top-level domain names ".tel" and ".asia".
3235
3236 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3237
3238 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3239 unconditionally.
3240
3241 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3242
3243 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3244 pop-to-buffer-same-window for old Emacsen.
3245
3246 2011-12-04 Chong Yidong <cyd@gnu.org>
3247
3248 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3249 change (Bug#10200).
3250
3251 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3252
3253 * compface.el (uncompface):
3254 * gnus-art.el (gnus-article-x-face-command): Update the header format
3255 of icon data for the most recent icontopbm program.
3256
3257 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3258
3259 * gnus-msg.el (gnus-inews-do-gcc):
3260 * message.el (message-send-mail):
3261 * mml.el (mml-generate-mime): Share the value of the buffer-local
3262 `message-options' variable between a draft buffer and temprary working
3263 buffers.
3264
3265 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3266
3267 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3268
3269 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3270
3271 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3272 for Cygwin.
3273
3274 2011-11-24 Glenn Morris <rgm@gnu.org>
3275
3276 * starttls.el: Fix case of "GnuTLS".
3277
3278 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3279
3280 * gnus-group.el (gnus-group-highlight): Fix typo.
3281
3282 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3283
3284 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3285 value of `delete-file', that returns nil for a local file but returns t
3286 for a remote file using ssh.
3287
3288 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3289
3290 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3291 avoid later breakage.
3292
3293 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3294
3295 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3296 article buffers' name.
3297
3298 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3299
3300 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3301 by Paul Eggert's spellfixes two days ago.
3302
3303 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3304
3305 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3306 buffer-local instead of binding them to avoid warnings. Also demote
3307 errors (bug#10063).
3308 (font-lock-mode-hook): Shut up byte compiler.
3309
3310 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3311
3312 * mm-util.el (mm-charset-after): Fix typo.
3313
3314 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3315
3316 * gnus-sum.el (gnus-summary-make-menu-bar):
3317 * gnus-uu.el (gnus-uu-decode-postscript)
3318 (gnus-uu-decode-postscript-and-save):
3319 * mailcap.el (mailcap-print-command):
3320 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3321 Fix typos.
3322
3323 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3324
3325 * gnus-art.el (gnus-article-part-wrapper):
3326 * shr-color.el (shr-color-visible-distance-min)
3327 (shr-color-relative-to-absolute, set-minimum-interval)
3328 (shr-color-visible): Fix typos.
3329
3330 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3331
3332 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3333 slightly clearer.
3334
3335 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3336
3337 * message.el (message-send-and-exit): Document `arg'.
3338
3339 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3342
3343 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3344
3345 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3346 we don't use `bound-and-true-p'.
3347
3348 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3349
3350 * gnus-util.el (gnus-bound-and-true-p): Remove.
3351 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3352 * nnir.el: Use it.
3353 * nnmairix.el: Use it.
3354
3355 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3356
3357 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3358 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3359 for reasons unknown.
3360 * nnir.el: Use it.
3361 * nnmairix.el: Use it.
3362
3363 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3364 * nnir.el: Ditto.
3365 * nnmairix.el: Ditto.
3366
3367 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3368
3369 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3370
3371 * message.el (message-completion-function): Make sure
3372 message-tab-body-function is not attempted if one of
3373 message-completion-alist fails to find a completion (bug#9158).
3374
3375 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3376
3377 * mml.el (mml-quote-region): Quote <#secure> tag.
3378 (mml-generate-mime-1): Unquote <#secure> tag.
3379
3380 2011-10-20 Chong Yidong <cyd@gnu.org>
3381
3382 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3383 calling a minor mode from Lisp with nil arg enables it, so we have to
3384 make the wording a bit ambiguous here).
3385
3386 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3387
3388 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3389 * nnir.el (nnir-mode): Use it.
3390 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3391 Use it.
3392
3393 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3394 * nnmairix.el (gnus-registry-enabled): Ditto.
3395
3396 2011-10-17 Dave Abrahams <dave@boostpro.com>
3397
3398 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3399 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3400 only while we need to find out if it should be t or nil.
3401 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3402 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3403 the registry is installed. Set it to nil when it's unloaded.
3404 (gnus-registry-install-p): Provide user guidance for the initial value
3405 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3406 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3407 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3408 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3409 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3410 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3411 `gnus-registry-install'.
3412
3413 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3414
3415 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3416 previous change.
3417 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3418 primary key is marked as disabled.
3419
3420 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3421
3422 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3423 primary key is marked as disabled.
3424
3425 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3426
3427 * html2text.el (html2text-clean-anchor): Check for quotes around
3428 `href' value.
3429
3430 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3431
3432 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3433 searching. Drop `bbdb-cache'.
3434
3435 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3436
3437 * message.el (message-signed-or-encrypted-p): Exclude header when
3438 checking if there is signed or encrypted body in text/plain message.
3439
3440 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3441
3442 * html2text.el (html2text-get-attr): Correctly handle attribute values
3443 containing "=".
3444
3445 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3446
3447 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3448 handle bindings.
3449
3450 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3451
3452 * gnus-win.el (gnus-configure-windows): Protect against reading
3453 ephemeral groups outside of Gnus.
3454
3455 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3456
3457 * shr.el (shr-tag-img): Don't get images displayed in tables.
3458
3459 2011-10-03 Glenn Morris <rgm@gnu.org>
3460
3461 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3462 the "maintainer" version of debbugs.gnu.org reports.
3463
3464 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3465
3466 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3467 make asynchronous adjacent image insertion work better.
3468
3469 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3470
3471 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3472 Clarify documentation.
3473
3474 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3475
3476 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3477 `gnus-asynchronous' isn't shadowed.
3478
3479 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3480
3481 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3482 (nnimap-insert-partial-structure): The charset parameter isn't
3483 case-sensitive.
3484
3485 * nnheader.el (nnheader-message-maybe): New function.
3486
3487 * shr.el (shr-tag-table): Render totally broken tables better.
3488
3489 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3490 computing the boundary.
3491
3492 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3493
3494 * pop3.el (pop3-number-of-responses): Remove.
3495 (pop3-wait-for-messages): Rewrite to take linear time instead of
3496 exponential time.
3497
3498 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3499
3500 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3501 re-fetch images.
3502
3503 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3504 re-fetch images when hitting `g' in Gnus.
3505
3506 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3507
3508 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3509 (mml-compute-boundary): Don't check collision if it is non-nil.
3510 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3511 before checking collision.
3512
3513 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3514
3515 * message.el (message-indent-citation): Really make sure there's a
3516 newline at the end.
3517
3518 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3519 Fix suggested by John Wiegley.
3520
3521 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3522
3523 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3524
3525 * message.el (message-default-send-rename-function): Break out into its
3526 own function.
3527
3528 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3529 doesn't work under XEmacs.
3530
3531 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3532 of "imaps" to word around Windows problems.
3533 (nnimap-open-connection-1): Use it.
3534
3535 * message.el (message-indent-citation): Revert last change which made
3536 `F' not work.
3537
3538 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3539
3540 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3541 terminal as well.
3542
3543 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3544
3545 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3546 because it displays images using overlays that aren't easy to copy to
3547 the article buffer.
3548
3549 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3550
3551 * message.el (message-indent-citation): Fix empty line removal at the
3552 end of the citation.
3553
3554 2011-09-20 Julien Danjou <julien@danjou.info>
3555
3556 * auth-source.el (auth-source-netrc-create): Use default value for
3557 password if specified. Evaluate default.
3558 (auth-source-plstore-create): Ditto.
3559 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3560 value evaluation.
3561 (auth-source-netrc-create): Typo fix.
3562 (auth-source-plstore-create): Ditto.
3563
3564 * auth-source.el (auth-source-format-cache-entry): New function.
3565
3566 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3567
3568 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3569
3570 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3571
3572 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3573
3574 2011-09-19 Julien Danjou <julien@danjou.info>
3575
3576 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3577 which work with things that are not ASCII.
3578
3579 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3580
3581 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3582
3583 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3584
3585 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3586 message level.
3587
3588 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3589
3590 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3591
3592 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3593
3594 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3595
3596 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3599 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3600
3601 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3602
3603 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3604 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3605 articles.
3606
3607 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3608
3609 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3610 (message-mail-other-window, message-mail-other-frame)
3611 (message-news-other-window, message-news-other-frame):
3612 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3613 instead of setting buffer display variables.
3614
3615 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3616
3617 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3618
3619 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3620
3621 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3622
3623 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3624 duplicates" to a higher level.
3625
3626 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3627 most egregious messages.
3628
3629 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3630
3631 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3632
3633 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3634
3635 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3636 up the file (bug#9351).
3637
3638 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3639
3640 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3641 it does with all other backends, but decode the names immediately after
3642 getting them.
3643
3644 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3645 decoding nnimap groups.
3646
3647 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3648 newsrc file. It doesn't seem like an important optimization any more.
3649
3650 2011-09-10 Dave Abrahams <dave@boostpro.com>
3651
3652 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3653 overflows.
3654
3655 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3656
3657 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3658 (gnus-interactive-exit): Extend to `quiet'.
3659
3660 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3661
3662 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3663 string.
3664
3665 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3666 renaming function arguments from `this'.
3667
3668 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3669
3670 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3671 has been renamed.
3672 (gnus-lrm-string-p): Include RLM and PDF, too.
3673
3674 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3675 (bug#9225).
3676
3677 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3678
3679 Add autoload cookies for functions used by sendmail.el.
3680 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3681
3682 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3683
3684 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3685
3686 * gnus-art.el (article-date-ut): Work properly even when there are
3687 things like Date header in the body; work for forwarded parts.
3688
3689 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3690
3691 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3692 original-article-buffer.
3693
3694 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3695
3696 * nnir.el (nnir-compose-result): Fix matching of server type.
3697 (nnir-run-swish++): Ditto.
3698 (nnir-run-namazu): Ditto.
3699 (nnir-run-notmuch): Ditto.
3700
3701 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3702
3703 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3704 (bug#9405).
3705
3706 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3707 (bug#9421).
3708
3709 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3710 (bug#9425).
3711
3712 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3713 thing (bug#9426).
3714
3715 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3716
3717 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3718 the error message.
3719
3720 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3721
3722 * message.el (message-setup-1): Return t (Bug#9392).
3723
3724 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3725
3726 * gnus-sum.el: When adding article headers to a summary buffer also
3727 update gnus-newsgroup-articles (bug#9386).
3728
3729 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3730
3731 * auth-source.el: Autoload help-mode.
3732
3733 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3734
3735 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3736 names.
3737
3738 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3739
3740 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3741 mm-replace-in-string for compatibility issues.
3742 * mml2015.el (mml2015-epg-verify): Ditto.
3743
3744 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3745
3746 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3747
3748 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3749
3750 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3751
3752 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3753 continue on and do the clean-up phase (bug#9188).
3754
3755 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3756 just ignore groups that can't be opened instead of erroring out
3757 (bug#9225).
3758
3759 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3760 nil since some many people are fuddy-duddies.
3761
3762 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3763 images.
3764
3765 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3766 instead.
3767
3768 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3769
3770 * gnus-util.el (gnus-process-live-p): Copy over compat function.
3771
3772 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3773 processing.
3774
3775 * nntp.el (nntp-kill-buffer): Kill the process before killing the
3776 buffer to avoid warnings.
3777
3778 2011-08-20 Simon Josefsson <simon@josefsson.org>
3779
3780 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3781 specified to reduce precision.
3782
3783 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3784
3785 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3786 bodystructures (bug#9314).
3787
3788 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3789
3790 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3791 Make button keymap non-sticky after buttons.
3792
3793 2011-08-18 David Engster <dengste@eml.cc>
3794
3795 * nnmairix.el (nnmairix-request-set-mark)
3796 (nnmairix-goto-original-article): Remove adding of article to registry,
3797 since `gnus-registry-add-group' isn't available anymore.
3798 (nnmairix-determine-original-group-from-registry):
3799 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3800 available anymore.
3801
3802 2011-08-12 Simon Josefsson <simon@josefsson.org>
3803
3804 * starttls.el (starttls-any-program-available): Define as obsolete
3805 function.
3806
3807 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3808
3809 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3810 versions which Gnus use when appropriate.
3811
3812 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3813 a pretty destructive command.
3814
3815 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3816
3817 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3818
3819 * message.el (message-fix-before-sending): Make a different warning
3820 about NUL characters (bug#9270).
3821
3822 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3823 from custom (bug#9260).
3824
3825 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3826 things work in Emacs 22 and XEmacs, too.
3827
3828 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3829 default From.
3830
3831 * gnus-spec.el (gnus-lrm-string-p): New macro.
3832 (gnus-lrm-string): New constant.
3833 (gnus-summary-line-format-spec): LRM-ify the from.
3834 (gnus-tilde-max-form): LRM-ify string chopping.
3835
3836 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3837
3838 * message.el (message-is-yours-p): Allow disabling canlock checking
3839 (bug#9295).
3840 (message-shoot-gnksa-feet): Add `canlock-verify'.
3841 (message-auto-save-directory): Use ~/ as the auto-save directory if the
3842 message directory isn't writable (bug#9304).
3843
3844 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3845 non-world-readable.
3846
3847 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3848
3849 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3850 articles.
3851
3852 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
3853
3854 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3855 copy-list.
3856
3857 2011-08-12 Sam Steingold <sds@gnu.org>
3858
3859 * gnus-score.el (gnus-score-find-alist): Keep the score files already
3860 in the reverse order to avoid modifying the cache with `nreverse'.
3861 (gnus-all-score-files): Do not modify the value returned by
3862 `gnus-score-find-alist' because it lives in a cache variable.
3863 (gnus-current-home-score-file): No need to `nreverse' the return value
3864 of `gnus-score-find-alist', it is already in the correct order.
3865
3866 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
3867
3868 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3869 type MESSAGE and subtype RFC822 is slightly different from those of
3870 type TEXT.
3871
3872 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
3873
3874 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3875 This allows article-referral to work from an nnir group.
3876
3877 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
3878
3879 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3880
3881 2011-08-04 Daiki Ueno <ueno@unixuser.org>
3882
3883 * mml1991.el (mml1991-epg-find-usable-key)
3884 (mml1991-epg-find-usable-secret-key): New function.
3885 (mml1991-epg-sign): Check if signing key is usable.
3886 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3887
3888 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
3889
3890 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3891 server-variables only. This should fix a bug introduced with commit
3892 e1889675b7f4adf057833c5513c9374134c4e053.
3893 (nnir-run-query): 'nnir-search-engine should not be set from the global
3894 environment.
3895
3896 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
3897
3898 * nnir.el (nnir-search-thread): Position point on referring article
3899 line.
3900 (nnir-warp-to-article): Clean up summary buffers.
3901
3902 * nnimap.el (nnimap-request-thread): Whitespace fix.
3903
3904 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
3905
3906 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3907
3908 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3909
3910 * starttls.el (starttls-available-p): Rename from
3911 `starttls-any-program-available' and changed return convention.
3912
3913 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
3914
3915 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3916 `unix-sync' unless it's defined.
3917
3918 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
3919
3920 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3921 `aref' for XEmacs compatibiltiy.
3922
3923 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3924
3925 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3926
3927 2011-07-31 Dave Abrahams <dave@boostpro.com>
3928
3929 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3930 closures, quote the form properly (bug#9194).
3931
3932 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3933
3934 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3935 (gnus-summary-insert-new-articles): Protect against servers that are
3936 down.
3937
3938 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3939
3940 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3941 in mm handle if none is specified.
3942
3943 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
3944
3945 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3946
3947 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
3948
3949 * nnir.el (nnir-search-thread): New function to make an nnir group
3950 based on a thread query.
3951
3952 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3953 of nnir in thread referral.
3954 (gnus-summary-refer-thread): Use it.
3955
3956 * nnimap.el (nnimap-request-thread): Use it.
3957
3958 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3959
3960 * shr.el (shr-tag-comment): Ignore HTML comments.
3961
3962 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
3963
3964 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3965 argument.
3966 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3967 Use `nnir-address' to handle server info rather than passing an arg.
3968
3969 * nnimap.el (nnimap-make-thread-query): New utility function to format
3970 an imap thread search query.
3971 (nnimap-request-thread): Use it.
3972
3973 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3974 right select-method if we are not going back to the group buffer.
3975
3976 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3977
3978 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3979 enter invalid buffer configurations into the quit form (bug#9107).
3980 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3981 unplugged/plugged.
3982
3983 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3984 keep track of which ones are unread (bug#9061).
3985
3986 * gnus.el (gnus-refer-article-method): Allow entering any sexp
3987 (bug#9055).
3988
3989 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3990 (bug#9041).
3991
3992 * gnus-html.el (mm-util): Require (bug#9073).
3993
3994 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3995 (gnus-summary-refer-thread): Use it to remove duplicates in the
3996 un-threaded view (bug#9053).
3997 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3998
3999 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4000
4001 * nnir.el (nnir-read-server-parm): Use default value from global
4002 variable. Without this the default search engine parameters aren't
4003 used at all.
4004
4005 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4006
4007 * message.el (message-unique-id): Don't use the undocumented return
4008 value from (random t) (bug#9118).
4009
4010 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4011
4012 * message.el (message-auto-save-directory): If the ~/Mail directory
4013 doesn't exist, use ~ as the auto-save directory (bug#4432).
4014
4015 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4016 hasn't already been started.
4017
4018 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4019
4020 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4021
4022 * message.el (message-reply): Work around mysterious bug where
4023 `message-mode' seems to overwrite the locally bound `subject' variable.
4024
4025 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4026
4027 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4028 correct group.
4029
4030 * gnus-int.el (gnus-request-thread): Add group argument.
4031
4032 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4033
4034 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4035
4036 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4037 renamed to `debbugs-gnu-*'.
4038
4039 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4040
4041 * plstore.el: Revert the editing feature since it is not urgent.
4042 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4043 (plstore-mode-decoded): Remove.
4044
4045 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4046
4047 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4048 isn't very interesting any more, and it leaks potentially secret data.
4049 (gnus-debug): Remove.
4050
4051 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4052 use of :custom-show.
4053
4054 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4055
4056 * plstore.el: Add documentation.
4057 (plstore-mode): New mode to edit plstore file.
4058 (plstore-mode-toggle-display, plstore-mode-original)
4059 (plstore-mode-decoded): New command.
4060 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4061 (plstore--insert-buffer, plstore--make): New function.
4062 (plstore-open, plstore-save): Simplify by using them.
4063
4064 2011-07-06 Glenn Morris <rgm@gnu.org>
4065
4066 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4067
4068 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4069
4070 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4071 no longer is much used.
4072 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4073 Articles".
4074
4075 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4076
4077 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4078 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4079 `notmuch' backend.
4080
4081 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4082
4083 * mm-decode.el (mm-text-html-renderer): Doc fix.
4084
4085 * gnus-msg.el (gnus-bug): Fix the MML tag.
4086
4087 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4088
4089 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4090
4091 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4092 secondary methods if started with `gnus-no-server'.
4093
4094 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4095
4096 * message.el (message-return-action): Fix typo in docstring.
4097
4098 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4099
4100 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4101 bug reports at once.
4102
4103 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4104
4105 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4106
4107 * nndraft.el: Require gnus-group.
4108 (nndraft-request-list): Declare.
4109
4110 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4111 no unread article unless it matches gnus-permanently-visible-groups.
4112
4113 * nndraft.el (nndraft-update-unread-articles): New function.
4114 (nndraft-request-associate-buffer): Use it to update the number of
4115 unread articles for the nndraft groups in the group buffer when saving
4116 or killing a draft message.
4117
4118 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4119
4120 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4121 systems to binary before writing and reading the mbox files.
4122
4123 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4124 instead of trying to list them all (bug#8978).
4125
4126 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4127
4128 * pop3.el (pop3-open-server): Use :end-of-capability.
4129
4130 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4131
4132 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4133 the id is always a number.
4134
4135 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4136 debbugs mode, if possible.
4137
4138 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4139
4140 * auth-source.el (auth-source-token-passphrase-callback-function):
4141 Reindent.
4142 (epg-context-operation): Remove unnecessary autoload.
4143
4144 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4145
4146 * gnus.el (gnus-list-debbugs): New command.
4147
4148 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4149 mboxstat instead of the maintbox, since the stat seems to be fuller.
4150
4151 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4152 summary buffers.
4153
4154 * message.el (message-get-reply-headers): Delete all duplicates,
4155 instead of the first.
4156 (message-get-reply-headers): Ensure that we have progress while
4157 deleting duplicates.
4158
4159 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4160 gnus-posting-style value from the summary buffer to make it easier to
4161 make that a per-buffer conf.
4162
4163 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4164
4165 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4166 found by setting `shortcut' in 'query.
4167 (nnir-request-article): Use `shortcut' setting when requesting article
4168 by Message-ID.
4169
4170 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4171
4172 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4173 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4174 Bring the pseudo-headers back too.
4175
4176 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4177
4178 * auth-source.el (auth-source-token-passphrase-callback-function):
4179 Simplify and remove EPA dependency.
4180
4181 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4182
4183 * nnir.el (nnir-request-article): Fix error message text.
4184
4185 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4186
4187 * auth-source.el (plstore-delete): Autoload.
4188 (auth-source-plstore-search): Support delete operation.
4189 * plstore.el (plstore-delete): New function.
4190
4191 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4192
4193 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4194 mark actually existing articles as unread rather than the ones that
4195 active asserts.
4196
4197 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4198
4199 * nntp.el (nntp-record-command):
4200 * gnus-util.el (gnus-message-with-timestamp-1):
4201 Use format-time-string rather than decoding time stamps by hand.
4202 This is simpler and insulates the code from potential changes to
4203 current-time format.
4204
4205 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4206
4207 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4208
4209 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4210
4211 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4212 (plstore-save): Support public key encryption.
4213 (plstore--init-from-buffer): New function.
4214 (plstore-open): Use it; fix error when opening a non-existent file.
4215 (plstore-revert): Use plstore--init-from-buffer.
4216
4217 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4218
4219 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4220
4221 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4222
4223 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4224 for old Emacsen.
4225
4226 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4227
4228 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4229 is not fully working.
4230
4231 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4232
4233 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4234 quit window configuration.
4235
4236 * auth-source.el (epg-context-set-passphrase-callback):
4237 Remove duplicate autoload.
4238
4239 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4240
4241 * nnir.el (nnir-request-article): Allow requesting articles by
4242 Message-ID with nnimap.
4243
4244 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4245 current server.
4246
4247 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4248
4249 * auth-source.el: Autoload EPA/EPG functions.
4250 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4251 changed when EPA/EPG is not available.
4252 (auth-source-backend): Rename "arg" member to "data".
4253 (auth-source-backend-parse, auth-source-plstore-search)
4254 (auth-source-plstore-create): Use it.
4255
4256 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4257
4258 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4259 `gnus-refer-article-methods'.
4260
4261 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4262
4263 * auth-source.el: Require EPA and EPG.
4264 (auth-source-passphrase-alist): New variable.
4265 (auth-source-passphrase-callback-function)
4266 (auth-source-token-passphrase-callback-function): Callbacks for the
4267 netrc field encryption (GPG tokens).
4268 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4269 Symmetric encryption and decryption of the netrc GPG tokens.
4270 (auth-source-netrc-normalize): Use them, simplifying the closure.
4271
4272 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
4274 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4275 non-nil, and `nnimap-split-methods' is nil, use the former.
4276
4277 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4278
4279 * plstore.el (plstore-revert): New function.
4280 (plstore-open): Use it; hide the buffer from user.
4281
4282 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4283
4284 * auth-source.el (auth-source-backend): New member "arg".
4285 (auth-source-backend-parse): Handle new backend 'plstore.
4286 * plstore.el: New file.
4287
4288 2011-06-30 Glenn Morris <rgm@gnu.org>
4289
4290 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4291
4292 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4293
4294 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4295
4296 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4297 expiring articles to.
4298
4299 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4300 variations as ASCII (bug#5458).
4301
4302 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4303
4304 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4305
4306 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4307
4308 * message.el (message-point-in-header-p): Tweak the function to default
4309 to saying that we're not in the headers if there is no separator at
4310 all. This makes it possible to use the Message version of `M-q' in
4311 buffers with no headers (bug#7987).
4312 (message-point-in-header-p): Fix last checkin to work with an empty
4313 mail-header-separator, too.
4314
4315 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4316 again, save the choice via customize.
4317
4318 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4319
4320 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4321
4322 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4323 ended the connection, bail out before waiting infinitely on a new
4324 connection.
4325
4326 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4327
4328 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4329 reports.
4330
4331 * gnus.el (gnus-bug-package): Use "gnus."
4332 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4333
4334 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4335
4336 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4337 animations going on at article exit time.
4338
4339 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4340 since removing it breaks people upgrading.
4341
4342 * shr.el (shr-put-image): Use the new interface for animating images.
4343 (shr-put-image): Animate for 60 seconds.
4344
4345 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4346 error with `find-file-hooks' on Emacs 22.
4347 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4348 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4349 on all architectures.
4350
4351 * spam.el (spam-stat): Require in a normal fashion without binding
4352 `spam-stat-install-hooks' to avoid compilation warnings.
4353
4354 * spam-stat.el (spam-stat-install-hooks): Remove.
4355 (spam-stat-install-hooks): Don't run automatically.
4356
4357 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4358
4359 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4360 and keystroke.
4361
4362 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4363
4364 * auth-source.el (auth-source-netrc-cache): Move forward.
4365
4366 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4367
4368 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4369 we already know.
4370 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4371 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4372
4373 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4374
4375 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4376 %S format, since that looks odd.
4377 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4378 file, especially when saving.
4379
4380 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4381
4382 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4383 article found.
4384
4385 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4386
4387 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4388 `auth-source-save-secrets' with a more sensitive alist that can be
4389 configured per file. Experimental, so defaults to 'never.
4390 (auth-source-netrc-create): Use it. Still experimental code.
4391 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4392 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4393
4394 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4395
4396 * auth-source.el (auth-source-save-secrets): New variable to control if
4397 secret tokens should be saved encrypted.
4398 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4399 to `auth-source-netrc-normalize'.
4400 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4401 on the EPA variables being defined.
4402 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4403 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4404 the lexical-let closure.
4405 (auth-source-netrc-create): Create "gpg:" tokens according to
4406 `auth-source-save-secrets'.
4407
4408 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4409
4410 * gnus-group.el (gnus-group-update-group): Add new argument
4411 `info-unchanged' that stops updating dribble buffer.
4412
4413 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4414 deletes lines matching to it in dribble buffer.
4415
4416 * gnus-agent.el (gnus-agent-fetch-group-1):
4417 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4418 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4419 * gnus-start.el (gnus-group-change-level):
4420 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4421
4422 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4423 if newsgroup info is not changed.
4424
4425 * gnus-group.el (gnus-group-get-new-news-this-group):
4426 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4427 Don't update dribble buffer.
4428
4429 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4430
4431 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4432 remove entries with groups we ignore.
4433
4434 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4435
4436 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4437 the underline comes at the bottom.
4438
4439 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4440
4441 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4442 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4443 (gnus-registry-article-marks-to-names): Rename from
4444 `gnus-registry-user-format-function-M2'.
4445
4446 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4447
4448 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4449 ephemeral group.
4450
4451 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4452
4453 * shr.el (shr-browse-image): Copy the URL if called interactively.
4454
4455 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4456
4457 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4458 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4459 done, then unselected articles may be marked as read.
4460
4461 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4462 since not doing this seems to lead to a race condition in pop3-logon.
4463
4464 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4465 so that the call chain it correct when we call "upwards".
4466
4467 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4468 in read-only groups.
4469
4470 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4471
4472 * message.el (message-cite-reply-position): Doc string fix.
4473
4474 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4475 avoid regexp overflow.
4476 (nnimap-transform-split-mail): Ditto.
4477
4478 * pop3.el (pop3-retr): Error out if the server closes the connection.
4479
4480 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4483 mm-with-unibyte-current-buffer. The buffer should not contain any
4484 multibyte chars anyway at this stage.
4485
4486 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4487
4488 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4489 at the end of lines.
4490
4491 2011-05-29 Julien Danjou <julien@danjou.info>
4492
4493 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4494
4495 2011-05-27 Glenn Morris <rgm@gnu.org>
4496
4497 * gnus-group.el (gnus-bug-group-download-format-alist):
4498 Use the "maintainer" version of debian reports as well.
4499
4500 2011-05-26 Glenn Morris <rgm@gnu.org>
4501
4502 * gnus-group.el (gnus-bug-group-download-format-alist):
4503 Use the "maintainer" version of debbugs.gnu.org reports.
4504
4505 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4506
4507 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4508
4509 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4510
4511 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4512 the thread moves us backwards and so we loop forever.
4513
4514 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4515
4516 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4517 whitespace in base64 data lines.
4518
4519 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4520
4521 * gnus-registry.el (gnus-registry-user-format-function-M):
4522 Use `mapconcat'.
4523 (gnus-registry-user-format-function-M2): Use to see the full text of
4524 the marks. Make "," the mark text separator.
4525
4526 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4527 authentication with auth-source.
4528
4529 2011-05-17 Glenn Morris <rgm@gnu.org>
4530
4531 * gnus-group.el (gnus-import-other-newsrc-file):
4532 Use insert-file-contents.
4533
4534 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4535
4536 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4537 1000 iterations.
4538
4539 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4540
4541 * nntp.el (nntp-open-connection): Check if process-type is available.
4542
4543 2011-05-16 Julien Danjou <julien@danjou.info>
4544
4545 * shr.el (shr-tag-del): Add support for del tag.
4546
4547 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4548
4549 * gnus-html.el (gnus-html-put-image): Register a displayer.
4550
4551 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4552
4553 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4554
4555 * registry.el (prune-factor): New initialization parameter defaulting
4556 to 0.1.
4557 (registry-prune-hard): Use it.
4558
4559 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4560 0.1 expicitly.
4561
4562 2011-05-13 Glenn Morris <rgm@gnu.org>
4563
4564 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4565 is bound, since this function requires sendmail.
4566
4567 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4568
4569 * registry.el (registry-usage-test): Disable pruning test.
4570
4571 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4572
4573 * registry.el (registry-prune-hard-candidates)
4574 (registry-prune-soft-candidates): Helper methods for registry pruning.
4575 (registry-prune): Use them. Make the sort function optional.
4576
4577 2011-05-10 Jim Meyering <meyering@redhat.com>
4578
4579 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4580
4581 2011-05-10 Julien Danjou <julien@danjou.info>
4582
4583 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4584 symbol and not a list.
4585
4586 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4587
4588 * gnus-art.el (gnus-article-mode): Move binding of
4589 shr-put-image-function here from gnus-article-prepare-display.
4590
4591 * shr.el (shr-put-image-function): New variable.
4592 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4593 (shr-put-image): Return scaled image.
4594
4595 * gnus-art.el (gnus-shr-put-image): New function.
4596 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4597
4598 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4599 original ones, as deletable.
4600
4601 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4602
4603 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4604
4605 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4606
4607 * registry.el (registry-full): Add convenience method. Fix logic.
4608 (registry-insert): Use it. Fix logic here too.
4609
4610 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4611 `registry-prune' if `registry-full' returns t.
4612 (gnus-registry-handle-action)
4613 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4614 (gnus-registry-usage-test): Use it.
4615
4616 2011-05-07 Julien Danjou <julien@danjou.info>
4617
4618 * shr.el (shr-link): Make shr-link inherit from link by default.
4619
4620 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4621
4622 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4623
4624 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4625
4626 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4627 error out because the face is not a list.
4628
4629 2011-05-05 Glenn Morris <rgm@gnu.org>
4630
4631 * gnus-start.el (gnus-propagate-marks): Declare.
4632
4633 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4634
4635 * registry.el (registry-reindex): Fix percentage message.
4636
4637 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4638
4639 * shr.el: Add shr-link face for links.
4640 (shr-urlify): Use it.
4641
4642 * registry.el (registry-insert): Make error message more helpful.
4643
4644 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4645
4646 * gnus-html.el (gnus-html-schedule-image-fetching):
4647 Use url-queue-retrieve, if it exists.
4648
4649 * shr.el (shr-tag-img): Ditto.
4650
4651 * gnus.el: Autoload more gnus-agent functions.
4652
4653 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4654 agent if we haven't already (bug#8502).
4655
4656 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4657 into the Agent, too.
4658
4659 * gnus-agent.el (gnus-agent-store-article): New function.
4660
4661 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4662 and moved from that file for reuse.
4663
4664 * pop3.el (pop3-open-server): Error messages are "-ERR".
4665
4666 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4667
4668 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4669 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4670
4671 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4674 buffer has moved to a different frame.
4675
4676 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4677
4678 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4679 to get the conversion from unibyte to multibyte buffers to work on
4680 Emacs 22.
4681
4682 * nntp.el (nntp-request-article): Slight clean-up.
4683
4684 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4685
4686 * shr.el (shr-strike-through): New face.
4687 (shr-tag-s): Use it to provide <s> support.
4688 (shr-tag-s): Remove duplicate definition.
4689
4690 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4691
4692 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4693 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4694
4695 2011-04-23 Glenn Morris <rgm@gnu.org>
4696
4697 * gnus-sum.el (gnus-extra-headers): Bump :version.
4698
4699 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4700
4701 * shr.el (shr-tag-sup): New function.
4702 (shr-tag-sub): Ditto.
4703
4704 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4705
4706 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4707 for the case where `gnus-registry-ignored-groups' is a list of lists,
4708 and don't call `gnus-parameter-registry-ignore' otherwise.
4709
4710 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4711
4712 * nnimap.el (nnimap-user): New backend variable.
4713 (nnimap-open-connection-1): Use it.
4714 (nnimap-credentials): Accept user parameter so it's explicit what user
4715 name is desired.
4716
4717 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4718 default.
4719
4720 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4721 not gnus-registry.el.
4722
4723 * gnus-registry.el: Mention in comments how to modify
4724 `gnus-extra-headers' for proper recipient tracking and that it may
4725 already have To and Cc recently, which it does as of this commit.
4726 (gnus-registry-ignored-groups): Remove defcustom.
4727 Explain why in comments.
4728 (gnus-registry-action): Fix data-header reference to use the extra
4729 headers. Explain in package commentary how to add To and Cc headers to
4730 the gnus-extra-headers.
4731 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4732 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4733 parameter list or a string list in `gnus-registry-ignored-groups'.
4734 Fix logic error.
4735
4736 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4737
4738 * shr.el (shr-expand-url): Protect against null urls.
4739
4740 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4741
4742 * shr.el (shr-base): New binding.
4743 (shr-tag-base): Keep track of <base>.
4744 (shr-expand-url): New function used throughout.
4745
4746 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
4747
4748 * gnus-registry.el
4749 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4750 (gnus-registry-ignored-groups): New variable.
4751 (gnus-registry-ignore-group-p): Use it.
4752 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4753 set the destination group to nil (same as delete) if it's ignored.
4754
4755 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4756
4757 * gnus-registry.el (gnus-registry-action)
4758 (gnus-registry-fetch-header-fast):
4759 Don't use mail-header that looks an internal function of mailheader.el.
4760
4761 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4762
4763 * gnus-registry.el: Eliminate cl functions.
4764 (gnus-registry-sort-addresses): New function that replaces mapcan.
4765 (gnus-registry-action, gnus-registry-spool-action)
4766 (gnus-registry-split-fancy-with-parent)
4767 (gnus-registry-fetch-recipients-fast): Use it.
4768 (gnus-registry-import-eld): Replace delete* with dolist + delq.
4769
4770 * registry.el (initialize-instance, registry-lookup)
4771 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4772 (registry-lookup-secondary-value, registry-search, registry-delete)
4773 (registry-insert, registry-reindex, registry-size, registry-prune):
4774 Use eval-and-compile.
4775
4776 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
4777
4778 * registry.el (registry-reindex): New method to recreate the secondary
4779 registry indices.
4780
4781 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4782 tracked field changes.
4783 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4784 (gnus-registry-action, gnus-registry-spool-action)
4785 (gnus-registry-handle-action)
4786 (gnus-registry--split-fancy-with-parent-internal)
4787 (gnus-registry-split-fancy-with-parent)
4788 (gnus-registry-register-message-ids): Add recipient tracking on spool,
4789 move, and delete actions, and for fancy splitting with parent.
4790 (gnus-registry-extract-addresses)
4791 (gnus-registry-fetch-recipients-fast)
4792 (gnus-registry-fetch-header-fast): Convenience functions.
4793 (gnus-registry-misc-test): ERT test of
4794 `gnus-registry-extract-addresses'.
4795
4796 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
4797
4798 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4799 Track by subject first, then sender.
4800
4801 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4804
4805 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4806 Lisp.
4807
4808 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4809 (gnus-draft-send): Use it to avoid popping
4810 up frames from gnus-group-send-queue.
4811
4812 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4813
4814 * gnus-registry.el: Updated gnus-registry docs.
4815
4816 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
4817
4818 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4819 Fix logic bug.
4820 (gnus-registry-post-process-groups): Fix logging of no results and
4821 quote sender and subject.
4822
4823 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4824
4825 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4826 (gnus-read-active-for-groups): Don't try to finish getting stuff where
4827 we had no early-data returned.
4828 (gnus-get-unread-articles): Add a sanity check so that we don't issue
4829 two async commands to the same server at the same time.
4830
4831 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
4832
4833 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4834
4835 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4836
4837 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4838 "warning" level.
4839
4840 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4841 (mm-url-insert-file-contents): Don't set the package names.
4842
4843 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
4844
4845 * gnus-registry.el (gnus-registry-action): Remove properties and
4846 simplify subject in `gnus-registry-handle-action'.
4847 (gnus-registry-spool-action): Get subject and sender from message if
4848 they are not passed in.
4849 (gnus-registry-handle-action): Remove properties and simplify subject
4850 consistently.
4851
4852 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * registry.el: Require CL before using defmacro*.
4855
4856 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
4857
4858 * gnus-art.el (article-treat-date): Assume that
4859 gnus-article-date-headers may be a group parameter.
4860
4861 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
4862
4863 * gnus-registry.el (gnus-registry-handle-action): More debugging.
4864
4865 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4866 interactively so the newsrc file can contain foreign groups too.
4867 Useful for debugging but not much for users.
4868
4869 2011-04-07 David Engster <dengste@eml.cc>
4870
4871 * registry.el (registry-usage-test): Only do
4872 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4873 lexical binding.
4874
4875 2011-04-06 David Engster <dengste@eml.cc>
4876
4877 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4878 argument NOERROR for `require', since XEmacs 21.4 does not support it.
4879
4880 2011-04-06 David Engster <dengste@eml.cc>
4881
4882 * registry.el (initialize-instance): Change :after to :AFTER to be
4883 compatible with old EIEIO version in XEmacs.
4884
4885 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4886
4887 * gnus-registry.el (gnus-registry-post-process-groups)
4888 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4889 and provide better messaging.
4890
4891 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4892
4893 * gnus-registry.el: Don't use ERT if it's not available. Load it
4894 unconditionally anyway, discarding errors.
4895 (gnus-registry-delete-entries): New convenience function.
4896 (gnus-registry-import-eld): Import from old .eld registry.
4897
4898 * registry.el: Don't use ERT if it's not available. Load it
4899 unconditionally anyway, discarding errors.
4900
4901 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4902 version from the Claudio Bley GnuTLS patch (extra optional parameters
4903 and host name).
4904
4905 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
4906
4907 * gnus-registry.el (gnus-registry-fixup-registry): New function to
4908 fixup the parameters that can be customized by the user between
4909 save/read cycles.
4910 (gnus-registry-read): Use it.
4911 (gnus-registry-make-db): Use it.
4912 (gnus-registry-spool-action, gnus-registry-handle-action):
4913 Fix messaging.
4914 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4915 Map references to actual group names with sender and subject tracking.
4916 (gnus-registry-post-process-groups): Use `cond' for better messaging.
4917 (gnus-registry-usage-test): Add subject lookup test.
4918
4919 * registry.el (registry-db, initialize-instance): Set up constructor
4920 instead of :initform arguments for the sake of older Emacsen.
4921 (registry-lookup-breaks-before-lexbind): New method to demonstrate
4922 pre-lexbind merge bug.
4923 (registry-usage-test): Use it.
4924 (initialize-instance, registry-db): Move the non-function initforms
4925 back to the class definition.
4926
4927 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
4928
4929 * registry.el: New library to manage gnus-registry-style data.
4930
4931 * gnus-registry.el: Use it (major rewrite).
4932
4933 * nnregistry.el: Use it.
4934
4935 * spam.el: Use it.
4936
4937 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4938
4939 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4940 marks on non-selected articles.
4941
4942 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
4943
4944 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4945
4946 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4947 parameter to open-protocol-stream.
4948
4949 2011-04-01 Julien Danjou <julien@danjou.info>
4950
4951 * mm-view.el (mm-display-inline-fontify): Do not fontify with
4952 fundamental-mode.
4953
4954 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4955
4956 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4957 servers.
4958
4959 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4960
4961 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4962 made marks not propagate, again.
4963
4964 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4967 Make this the default type.
4968 (proto-stream-open-plain): Rename from proto-stream-open-default.
4969 (open-protocol-stream, proto-stream-open-starttls)
4970 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4971 with `plain'.
4972
4973 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4974 value.
4975
4976 * nntp.el (nntp-open-connection-function): Document the fact that some
4977 values are not functions but are instead handled specially.
4978 Recognize nntp-open-plain-stream value.
4979 (nntp-open-connection): Recognize that value.
4980
4981 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4982
4983 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4984 stuff.
4985
4986 * gnus-score.el (gnus-score-string): Fix calling convention of
4987 `gnus-simplify-buffer-fuzzy' after last patches.
4988
4989 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4990 server for articles we didn't get any headers for. This is a sanity
4991 check.
4992
4993 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
4994
4995 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4996 new CAPABILITY, use it.
4997
4998 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4999
5000 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5001 downloading anything.
5002
5003 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5004
5005 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5006
5007 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5008 colors.
5009 (gnus-splash-svg-color-symbols): New function.
5010
5011 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5012
5013 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5014 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5015 (gnus-simplify-subject-fuzzy): Use the local
5016 gnus-simplify-subject-fuzzy-regex instead of the global one.
5017 This makes using this variable in group parameters work.
5018
5019 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5020
5021 * gnus-registry.el (gnus-registry-unfollowed-groups):
5022 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5023 archive:sent-YYYY-MM-DD groups).
5024 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5025 tracking if there are more than `gnus-registry-max-track-groups'
5026 matches.
5027
5028 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * message.el (message--yank-original-internal): New function to do the
5031 insertion cleanly inside eval in `message-yank-original'.
5032 (message-yank-original): Use it.
5033
5034 2011-03-29 Julien Danjou <julien@danjou.info>
5035
5036 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5037 local variables disabled rather than `normal-mode'.
5038
5039 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5040
5041 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5042 with open-network-stream.
5043 (proto-stream-always-use-starttls): Option removed.
5044 (open-protocol-stream): Return a process object by default. Provide a
5045 new parameter :return-list specifying a list-type return value, which
5046 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5047 :type `network' to `try-starttls', and `network-only' to `default'.
5048 Make `default' the default, for compatibility with open-network-stream.
5049 Handle the no-parameter case exactly as open-network-stream, with no
5050 additional stream processing. Search plists using plist-get.
5051 Explicitly add :end-of-commend parameter if it is missing.
5052 (proto-stream-open-default): Rename from
5053 proto-stream-open-network-only. Return 'default as the type.
5054 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5055 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5056 failed. Always return a list with a (possibly dead) process as the
5057 first element, for compatibility with open-network-stream.
5058 (proto-stream-open-tls): Use plist-get. Always return a list.
5059 (proto-stream-open-shell): Return `default' as connection type.
5060 (proto-stream-capability-open): Use plist-get.
5061 (proto-stream-eoc): Function deleted.
5062
5063 * nnimap.el (nnimap-stream, nnimap-open-connection)
5064 (nnimap-open-connection-1): Handle renaming of :type parameter for
5065 open-protocol-stream.
5066 (nnimap-open-connection-1): Pass a :return-list parameter
5067 open-protocol-stream to obtain a list return value. Parse this list
5068 using plist-get.
5069
5070 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5071 for open-protocol-stream. Accept open-protocol-stream return value
5072 that is a subprocess object instead of a list. Handle the case of a
5073 dead returned process.
5074
5075 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5076
5077 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5078
5079 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5080
5081 2011-03-21 Julien Danjou <julien@danjou.info>
5082
5083 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5084 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5085 query.
5086 (mm-inline-text): Render normal text with fontification whenever
5087 possible.
5088
5089 * gnus-sum.el (gnus-summary-save-parts-1):
5090 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5091 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5092 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5093 Use `mm-handle-filename'.
5094
5095 * mm-util.el (mm-handle-filename): New function, return the filename of
5096 an handle.
5097
5098 2011-03-18 Julien Danjou <julien@danjou.info>
5099
5100 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5101 (gnus-buffer-live-p): Check that buffer is not nil.
5102
5103 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5104
5105 * gnus-art.el: Require mouse, which the build bot seems to say is
5106 needed.
5107
5108 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5109 XEmacs, since it doesn't have url-retrieve-synchronously.
5110
5111 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5112
5113 * gnus-group.el (gnus-group-list-ticked): New function.
5114 (gnus-group-make-menu-bar): Provide a menu entry for it.
5115 (gnus-group-list-map): Provide a binding for it.
5116
5117 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5118
5119 * shr.el (shr-visit-file): New command.
5120
5121 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5122
5123 2011-03-17 Bjørn Mork <bjorn@mork.no>
5124
5125 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5126 servers.
5127
5128 2011-03-16 Julien Danjou <julien@danjou.info>
5129
5130 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5131 inline.
5132
5133 * gnus-art.el (article-hide-list-identifiers):
5134 Use gnus-group-get-list-identifiers.
5135
5136 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5137 (gnus-summary-remove-list-identifiers):
5138 Use gnus-group-get-list-identifiers to get regexp.
5139 (gnus-select-newsgroup, gnus-summary-insert-subject)
5140 (gnus-summary-insert-articles):
5141 Call gnus-summary-remove-list-identifiers unconditionally.
5142
5143 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5144
5145 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5146 we're selecting a group with unread articles.
5147
5148 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5149
5150 * gssapi.el: New file separated out from imap.el to provide a general
5151 Kerberos 5 connection facility for Emacs.
5152
5153 * message.el (message-elide-ellipsis): Document the format spec
5154 ellipsis.
5155
5156 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5157
5158 * message.el (message-elide-region): Allow the ellipsis to say how many
5159 lines were removed.
5160
5161 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5162
5163 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5164 window configurations containing buffers that are now dead.
5165
5166 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5167 parsing to avoid integer overflows.
5168 (nnimap-parse-flags): Simplify the last change.
5169 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5170 too large for 32-bit Emacsen.
5171
5172 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * auth-source.el (auth-source-netrc-create):
5175 * message.el (message-yank-original): Fix use of `case'.
5176
5177 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5178
5179 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5180 XEmacs, which was one character too wide.
5181
5182 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5183
5184 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5185 default number of articles to display.
5186 (gnus-articles-to-read): Use pretty names for prompt.
5187
5188 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5189
5190 * gnus-int.el (gnus-open-server): Ditto.
5191
5192 * gnus-start.el (gnus-activate-group): Give a backtrace if
5193 debug-on-quit is set and the user hits `C-g'.
5194 (gnus-read-active-file): Ditto.
5195
5196 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5197
5198 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5199
5200 * message.el (message-yank-original): Use cond instead of CL case.
5201
5202 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * auth-source.el (auth-source-netrc-create): Use usual format for the
5205 default in prompts.
5206
5207 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5208
5209 * auth-source.el (auth-source-netrc-create): Show the default in the
5210 prompt when prompting for token creation.
5211
5212 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5213
5214 * auth-source.el (auth-source-format-prompt): Always convert the value
5215 to a string to avoid evaluating non-string arguments.
5216 (auth-source-netrc-create): Offer default properly, not as initial
5217 content in `read-string'.
5218 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5219 of line to determine if we've been run before. If so, don't run again,
5220 but print a trivial message to indicate the cache was hit instead.
5221
5222 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5223
5224 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5225 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5226 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5227 Gnus.
5228
5229 2011-03-11 Julien Danjou <julien@danjou.info>
5230
5231 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5232 modified file".
5233
5234 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5235
5236 * auth-source.el (auth-source-read-char-choice): New function to read a
5237 character choice using `dropdown-list', `read-char-choice', or
5238 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5239 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5240 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5241 (auth-source-netrc-saver): Use it.
5242 (auth-source-pick-first-password): New convenience function.
5243
5244 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5245
5246 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5247 parameter in the credentials.
5248 (nnimap-open-connection-1): Use it after a successful login.
5249 (nnimap-credentials): Add IMAP-specific user and password prompt.
5250
5251 * auth-source.el (auth-source-search): Add :require parameter, taking a
5252 list. Document it and the :save-function return token. Pass :require
5253 down. Change the CREATED message from a warning to a debug statement.
5254 (auth-source-search-backends): Pass :require down.
5255 (auth-source-netrc-search): Pass :require down.
5256 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5257 Change save prompt to indicate all modifications saved here are
5258 deletions.
5259 (auth-source-netrc-create): Take user login name as default in user
5260 prompt. Move all the save functionality to a lexically bound function
5261 under the :save-function token in the returned list. Set up clearer
5262 default prompts for user, host, port, and secret.
5263 (auth-source-netrc-saver): New function, intended to be wrapped for
5264 :save-function.
5265
5266 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5267
5268 * Version 23.3 released.
5269
5270 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5271
5272 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5273 lines to be spaces instead.
5274
5275 2011-03-07 Julien Danjou <julien@danjou.info>
5276
5277 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5278 (sieve-sasl-auth): Check that auth-source-search did return something,
5279 or just return an empty string.
5280
5281 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5282
5283 * gnus.el (gnus-interactive): Use read-directory-name.
5284
5285 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5286 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5287 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5288 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5289 Likewise.
5290
5291 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5292
5293 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5294
5295 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5296 onto the list of killed groups, too. This makes killed nnimap groups,
5297 for instance, more reliably not reappear.
5298
5299 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5300 the parent.
5301
5302 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5303
5304 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5305 really have server-side marks.
5306
5307 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5308 since most backends do not usefully have server-side marks.
5309 (gnus-update-read-articles): Propagate marks to all backends that
5310 really have server-side marks.
5311
5312 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5313
5314 * message.el (message-cite-reply-position, message-cite-style):
5315 New variables.
5316 (message-yank-original): Use the new citation styles.
5317
5318 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5319
5320 * message.el (message-options): Revert the change that's a workaround
5321 for XEmacs buffer-local issue; don't mark it buffer-local when running
5322 under XEmacs.
5323
5324 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5325
5326 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5327 numbers too big to be `read'.
5328
5329 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5330
5331 * message.el (message-options): Make buffer-local two ways to attempt
5332 to fix a XEmacs bug.
5333
5334 2011-03-02 Julien Danjou <julien@danjou.info>
5335
5336 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5337
5338 2011-03-01 Julien Danjou <julien@danjou.info>
5339
5340 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5341 group.
5342 (article-hide-list-identifiers): Use list-identifier group parameter.
5343
5344 2011-02-28 Julien Danjou <julien@danjou.info>
5345
5346 * sieve.el (sieve-buffer-script-name): New local variable to store
5347 sieve script name.
5348 (sieve-edit-script): Store sieve script name.
5349 (sieve-upload): Use sieve script name when uploading.
5350 (sieve-upload): Use substitute-command-keys.
5351 (sieve-edit-script): Use substitute-command-keys.
5352 (sieve-refresh-scriptlist): Use substitute-command-keys.
5353 (sieve-manage-mode-map): Define keymap properly.
5354 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5355 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5356 Remove commented code about cvs.
5357 (sieve-manage-quit): New function.
5358 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5359
5360 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5361
5362 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5363
5364 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5365
5366 * auth-source.el (auth-source-search): Cache empty result sets.
5367
5368 * auth-source.el (auth-source-save-behavior): New variable to replace
5369 `auth-source-never-create'.
5370 (auth-source-netrc-create): Use it.
5371 (auth-source-never-save): Remove.
5372
5373 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5374
5375 * nnimap.el (nnimap-stream): Doc fix.
5376 (nnimap-open-connection-1): Reverse the order of the ports to that the
5377 prompted-for port is first.
5378
5379 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5380 retrieval by the no-group selection.
5381
5382 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5383 numerical parameters.
5384
5385 2011-02-25 Julien Danjou <julien@danjou.info>
5386
5387 * gnus-gravatar.el: Use gnus-with-article-buffer.
5388
5389 * gnus-art.el (gnus-with-article-buffer): Check that the
5390 gnus-article-buffer is alive.
5391
5392 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5393
5394 * auth-source.el (auth-source-creation-prompts): New variable to manage
5395 creation-time prompts.
5396 (auth-source-search): Document it.
5397 (auth-source-format-prompt): Add utility function.
5398 (auth-source-netrc-create): Don't default the user name to
5399 user-login-name. Use `auth-source-creation-prompts' and some default
5400 prompts for user, host, port, and password (the default generic prompt
5401 remains ugly).
5402 (auth-source-never-save): Add customizable option to never save info.
5403 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5404 mode excursion.
5405
5406 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5407
5408 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5409 argument that XEmacs doesn't support.
5410
5411 2011-02-23 Julien Danjou <julien@danjou.info>
5412
5413 * gnus-art.el (article-make-date-line): Ignore errors if time is
5414 invalid and not convertible.
5415 (article-make-date-line): Only add lapsed time if time is not nil.
5416
5417 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5418
5419 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5420 `read-char-choice' for backwards compatibility.
5421 (auth-source-netrc-element-or-first): New function to DTRT for
5422 parameter extraction.
5423 (auth-source-netrc-create): Use it and fix multiple parameter print
5424 bug. Use the default passed from above (given-default) or the
5425 built-in (user-login-name for :user).
5426
5427 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5428
5429 * gnus-start.el (gnus-dribble-read-file):
5430 Set buffer-save-without-query, since we always want to save the dribble
5431 file, probably.
5432
5433 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5434 nnimap.
5435
5436 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5437 -summary- since it's a user-visible variable.
5438
5439 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5440 first time you use the new Gnus.
5441
5442 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5443
5444 * auth-source.el: Don't load netrc.el.
5445 (auth-sources): Search ~/.netrc as well by default.
5446 (auth-source-debug): Add 'trivia option for extra output.
5447 (auth-source-do-trivia): Use it.
5448 (auth-source-search): Simplify logic to use
5449 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5450 appropriate. Don't keep a running count at this level. Layer :create
5451 and :delete options appropriately on the first and second passes.
5452 Don't track the backend with the search results.
5453 (auth-source-search-backends): New function to search a list of
5454 backends for a processed spec.
5455 (auth-source-netrc-parse): Cache all netrc files, making
5456 auth-source-netrc-cache an alist keyed by the file name and using the
5457 file mtime as the caching criterion. Keep the obfuscated data secret
5458 with a lexical bind.
5459 (auth-source-netrc-search): Don't calculate the length of the results
5460 unnecessarily.
5461 (auth-source-search-backends): Fix bug.
5462 (auth-source-netrc-create): Rework prompts.
5463
5464 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5465
5466 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5467 Lower case names of search constraints.
5468 (nnir-run-query): Cache and reuse search constraints for all imap
5469 servers.
5470
5471 2011-02-22 Sam Steingold <sds@gnu.org>
5472
5473 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5474
5475 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5476
5477 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5478 after exit.
5479 (gnus-setup-message): Define missing variable from last checkin.
5480
5481 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5482 value, show the raw article.
5483
5484 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5485
5486 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5487 auth-source now accepts numbers.
5488
5489 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5490 spec, too.
5491 (auth-source-ensure-strings): New function.
5492
5493 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5494 (gnus-article-setup-buffer): Always restart the date timer so that user
5495 changes to the frequency is respected.
5496
5497 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5498 port numbers, so make sure it gets that if nnimap-server-port is
5499 explicit.
5500
5501 2011-02-21 Simon Josefsson <simon@josefsson.org>
5502
5503 * nnimap.el (nnimap-inbox): Doc fix.
5504
5505 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5506
5507 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5508 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5509 color-lab-to-srgb.
5510
5511 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5512
5513 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5514 given method as in the group name if we're using an extended method.
5515 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5516 command, if we're using that, instead of waiting for the beginning.
5517
5518 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5519 we're sure to get unique server names, and we don't output two async
5520 commands in the same buffer. This fixes an NNTP hang for some users.
5521
5522 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5523
5524 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5525 summary buffer before reading going to the next buffer. This avoids
5526 putting the point in the group buffer if you `C-g' the command.
5527
5528 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5529 cache (for now) to make ~/.authinfo.gpg files usable.
5530
5531 * nnfolder.el (copyright-update): Define for the compiler.
5532
5533 * auth-source.el (auth-source-search): Fix unbound variable.
5534
5535 2011-02-19 Glenn Morris <rgm@gnu.org>
5536
5537 * gnus.el (gnus-meta): Doc fix.
5538
5539 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5540
5541 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5542 in case it's not yet loaded.
5543
5544 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5545
5546 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5547 line we're waiting for.
5548
5549 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5550
5551 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5552 face with line-width greater than zero will cause RET in gnus summary
5553 buffer to scroll down article page-wise because auto vscroll happens,
5554 it should be temporally disabled when doing a scroll-up.
5555
5556 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5557
5558 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5559 outputs from the server.
5560
5561 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5562
5563 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5564 later so that bbdb can hook in easier.
5565
5566 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5567
5568 * auth-source.el (auth-source-search): Don't try to create credentials
5569 if the caller doesn't want that.
5570 (auth-source-search): If we don't find a match, don't bug out on
5571 non-bound variables.
5572 (auth-source-search): Only ask a single backend to create the
5573 credentials.
5574
5575 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5576 logging.
5577 (nnimap-credentials): Protect against auth-source-search returning nil.
5578 (nnimap-request-list): Protect against not being able to open the
5579 server.
5580
5581 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5582
5583 * auth-source.el (auth-source-search): Do a two-phase search, one with
5584 no :create to get the responses from all backends.
5585
5586 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5587 when getting credentials.
5588
5589 * gnus-util.el (gnus-delete-duplicates): New function.
5590
5591 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5592
5593 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5594 a creation default, pass the whole port list down. It will be
5595 completed.
5596
5597 * auth-source.el (auth-source-search): Update docs to talk about
5598 multiple creation choices.
5599 (auth-source-netrc-create): Accept a list as a value (from the search
5600 parameters) and do completion on that list. Keep a separate netrc line
5601 with the password obscured for showing the user.
5602
5603 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5604 first choice to `auth-source-search' so it will be used for entry
5605 creation instead of the server's Gnus-specific name.
5606 (nnimap-credentials): Rely on the auth-source library to select which
5607 port is actually wanted in the new netrc entry, so don't override
5608 `auth-source-creation-defaults'.
5609
5610 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5611 :protocol and accept a missing user, host, or port as a wildcard match.
5612 (auth-source-debug): Default to off.
5613
5614 (auth-source-netrc-search, auth-source-netrc-create)
5615 (auth-source-secrets-search, auth-source-secrets-create)
5616 (auth-source-user-or-password, auth-source-backend, auth-sources)
5617 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5618 instead of :protocol.
5619
5620 * nnimap.el (nnimap-credentials): Pass a port default to
5621 `auth-source-search' in case an entry needs to be created.
5622 (nnimap-open-connection-1): Use :port instead of :protocol.
5623
5624 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5625
5626 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5627 instead of delete-dups that is not available in XEmacs 21.4.
5628
5629 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5630
5631 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5632 nil means that nnimap doesn't get updated.
5633
5634 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5635
5636 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5637 result when the user doesn't want to write to the file.
5638 (auth-source-netrc-search): Expect a synthetic result and proceed
5639 accordingly.
5640 (auth-source-cache-expiry): New variable to override
5641 `password-cache-expiry'.
5642 (auth-source-remember): Use it.
5643
5644 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5645 parameter. Create entry if necessary by using :create t.
5646 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5647
5648 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5649
5650 * auth-source.el (auth-source-debug): Enable by default and don't
5651 mention the obsolete `auth-source-hide-passwords'.
5652 (auth-source-do-warn): New function to debug unconditionally.
5653 (auth-source-do-debug): Use it.
5654 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5655 and for Secrets API entries when the secrets.el library is not
5656 available.
5657
5658 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5659
5660 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5661 (gnus-summary-exit): Kill the correct article buffer on exit from a
5662 `C-d' group.
5663
5664 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
5665 gnus-propagate-marks.
5666
5667 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5668 before killing the buffers so that a non-full window conf gets handled
5669 correctly.
5670 (gnus-summary-exit): Ditto.
5671 (gnus-summary-read-group-1): Ditto.
5672
5673 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5674 async code again so that we can debug it properly.
5675
5676 * message.el (message-reply): Take an optional switch-buffer parameter
5677 so that Gnus window confs are respected better.
5678
5679 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5680
5681 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5682 `plist-get' to accept non-list parameters (XEmacs issue).
5683 Fix docstring.
5684 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5685 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5686 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5687 Login collection is "Login" and not "login".
5688
5689 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5690
5691 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5692 multiple headers.
5693
5694 * nnimap.el (nnimap-inhibit-logging): New variable.
5695 (nnimap-log-command): Don't log login commands.
5696
5697 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5698 to have more parameters.
5699
5700 * nnimap.el (nnimap-send-command): Mark the command time for each
5701 command, so that we don't get NOOPs stepping on our toes.
5702
5703 * gnus-art.el (article-date-ut): Get the date from the Date header on
5704 `t'.
5705
5706 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5707
5708 * auth-source.el (auth-source-search): Use copy-sequence instead of
5709 the cl.el copy-list.
5710
5711 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5712
5713 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5714 Improve prompt.
5715
5716 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5717
5718 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5719 washing status from the default format. It isn't very informative.
5720
5721 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5722
5723 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5724 Fix Gcc processing on imap.
5725
5726 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * message.el (message-bury): Don't pop up a new window when selected
5729 window is dedicated.
5730
5731 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5732
5733 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5734
5735 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5736
5737 * sieve-manage.el: Autoload `auth-source-search'.
5738 (sieve-sasl-auth): Use it.
5739
5740 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5741
5742 * nnimap.el: Autoload `auth-source-forget+'.
5743 (nnimap-open-connection-1): Use it if the connection fails.
5744
5745 * auth-source.el: Require `password-cache'.
5746 (auth-source-hide-passwords, auth-source-cache): Remove and mark
5747 obsolete.
5748 (auth-source-magic): Marker for `password-cache' keys.
5749 (auth-source-do-cache): Update docstring.
5750 (auth-source-search): Use and check cache.
5751 (auth-source-forget-all-cached, auth-source-remember)
5752 (auth-source-recall, auth-source-forget, auth-source-forget+)
5753 (auth-source-specmatchp): Caching support functions.
5754 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5755 Remove and obsolete.
5756 (auth-source-user-or-password): Remove caching to further discourage
5757 using it. Always hide passwords.
5758
5759 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5760
5761 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5762 code for now, since it doesn't work for all users.
5763
5764 2011-02-09 Julien Danjou <julien@danjou.info>
5765
5766 * message.el (message-options): Make message-options really buffer
5767 local.
5768
5769 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
5770
5771 * mail-source.el: Autoload `auth-source-search'.
5772 (mail-source-keyword-map): Note order matters.
5773 (mail-source-set-1): Get all the mail-source source values and
5774 defaults and search auth-source on those if needed. This can all
5775 probably be simplified.
5776
5777 * nnimap.el: Autoload `auth-source-search'.
5778 (nnimap-credentials): Use it.
5779 (nnimap-open-connection-1): Ask for the virtual server and physical
5780 address in one shot.
5781
5782 * nntp.el: Autoload `auth-source-search'.
5783 (nntp-send-authinfo): Use it. Note TODO.
5784
5785 2011-02-08 Julien Danjou <julien@danjou.info>
5786
5787 * shr.el (shr-tag-body): Add support for text attribute in body
5788 markups.
5789
5790 * message.el (message-options): Make message-options a local variable.
5791
5792 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
5793
5794 * auth-source.el (auth-source-secrets-search)
5795 (auth-source-user-or-password): Use `append' instead of `nconc'.
5796 (auth-source-user-or-password): Build return list better and protect
5797 against nil :secret.
5798
5799 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
5800
5801 * nnimap.el (nnimap-update-info): Refactor slightly.
5802 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5803 (nnimap-update-info): Clean up slightly.
5804 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5805 characters.
5806 (nnimap-process-quirk): Rename function to avoid collision.
5807 (nnimap-update-info): Fix macrology bug-out.
5808 (nnimap-update-info): Simplify split history test.
5809
5810 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
5811
5812 * auth-source.el (top): Require 'eieio unconditionally.
5813 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5814 (auth-source-secrets-search): Limit search when `max' is greater than
5815 number of results.
5816
5817 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5818
5819 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5820 part not returning any data.
5821
5822 * proto-stream.el (open-protocol-stream): Document the return value.
5823
5824 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5825
5826 * auth-source.el (auth-source-secrets-search): Add examples.
5827
5828 2011-02-06 Julien Danjou <julien@danjou.info>
5829
5830 * message.el (message-setup-1): Handle message-generate-headers-first
5831 set to t.
5832
5833 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5834
5835 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5836 API with a string "secrets:collection-name" and with 'default.
5837 (auth-source-backend-parse): Parse "secrets:collection-name" and
5838 'default. Recurse on parses instead of repeating code. Use the
5839 Secrets API is the source is not nil and 'ignore otherwise. Emit a
5840 message when ignoring a source.
5841 (auth-source-search): List ignored search keys at the top level.
5842 (auth-source-netrc-create): Use `case' instead of `cond'.
5843 (auth-source-secrets-search): Created with TODOs.
5844 (auth-source-secrets-create): Created with TODOs.
5845 (auth-source-retrieve, auth-source-create, auth-source-delete)
5846 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5847 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5848 (auth-source-user-or-password-sftp)
5849 (auth-source-user-or-password-smtp): Remove.
5850 (auth-source-user-or-password): Deprecated and modified to be a wrapper
5851 around `auth-source-search'. Not tested thoroughly.
5852
5853 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
5854
5855 * auth-source.el: Bring in assoc and eioeio libraries.
5856 (secrets-enabled): New variable to track the status of the Secrets API.
5857 (auth-source-backend): New EIOEIO class to represent a backend.
5858 (auth-source-creation-defaults): New variable to set prompt defaults
5859 during token creation (see the `auth-source-search' docstring for
5860 details).
5861 (auth-sources): Simplify to allow a simple string as a netrc backend
5862 spec.
5863 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5864 (auth-source-backend-parse-parameters): Fill in the backend parameters.
5865 (auth-source-search): Main auth-source API entry point.
5866 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5867 (auth-source-search-collection): Helper function for searching.
5868 (auth-source-netrc-parse, auth-source-netrc-normalize)
5869 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5870 Supports search, create, and delete.
5871 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5872 backend stubs.
5873 (auth-source-user-or-password): Call `auth-source-search' but it's not
5874 ready yet.
5875
5876 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
5877
5878 * message.el (message-setup-1): Remove the read-only stuff, since it
5879 doesn't work under XEmacs, for some reason.
5880
5881 * gnus-sum.el (gnus-user-date): Rename back from
5882 gnus-summary-user-date since user code refers to it.
5883
5884 * shr.el (shr-render-td): Store the actual background color used.
5885
5886 * message.el (message-setup-1): Don't bind the constant
5887 -forbidden-properties.
5888 (message-setup-1): Revert previous change, since it needs to bind the
5889 props to insert them.
5890 (message-resend): Allow removing the read-only separator line.
5891
5892 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5893
5894 * nnimap.el (nnimap-request-accept-article): Give an error message if
5895 the APPEND wasn't successful.
5896
5897 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
5898
5899 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5900 that have no groups.
5901
5902 2011-02-03 Julien Danjou <julien@danjou.info>
5903
5904 * gnus-draft.el: Remove progn around gnus-draft-setup.
5905
5906 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5907
5908 * gnus-start.el (gnus-read-active-for-groups): This function is never
5909 called with a nil `infos', so clean that up.
5910 (gnus-get-unread-articles): Request active files from primary/secondary
5911 methods that have no groups (yet).
5912
5913 2011-02-03 Julien Danjou <julien@danjou.info>
5914
5915 * message.el (message-setup-1): Always generate References first.
5916 (message-mail): Return the return value of message-setup, not always t.
5917 (message-setup-1): Insert mail-header-separator with read-only and
5918 intangible properties set.
5919
5920 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5921 user-date in docstring.
5922
5923 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5924
5925 * gnus.el (gnus-summary-line-format): Mention &user-date format in
5926 docstring.
5927
5928 * gnus.el (gnus-user-date-format-alist): Change default value.
5929 Use defcustom, with type and group. Move from gnus-util.el.
5930 Rename to gnus-summary-user-date-format-alist.
5931
5932 2011-02-03 Glenn Morris <rgm@gnu.org>
5933
5934 * nnimap.el (gnus-fetch-headers): Declare.
5935
5936 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5937
5938 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5939
5940 * message.el (message-forward-make-body-digest-plain)
5941 (message-followup, message-reply): Clean up things noted by Stefan.
5942
5943 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5944 gnus-article-update-date-headers is nil.
5945 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5946 it didn't really work with defcustom.
5947 (article-update-date-lapsed): Make sure the window start doesn't move,
5948 either.
5949
5950 2011-02-01 Julien Danjou <julien@danjou.info>
5951
5952 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5953 format.
5954
5955 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5956 standard in Emacs nowadays.
5957
5958 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * message.el (message-expand-name): Don't trust the return value of
5961 bbdb-complete-name.
5962 (message-check-news-header-syntax): Remove unused var `start'.
5963 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5964 (message-inhibit-body-encoding): Move to before first use.
5965 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5966 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5967 (Organization, Message-ID, Date, mh-previous-window-config):
5968 Defvar the vars using dynamic scoping.
5969
5970 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5971
5972 * shr.el (shr-render-td): Only do colors at the final rendering.
5973 Should be slightly faster.
5974 (shr-insert-table): Fix up TD background colors when doing the
5975 vertical padding.
5976
5977 * gnus-art.el (article-date-ut): Protect against articles with no Date
5978 header.
5979 (article-update-date-lapsed): Don't use current-column to find the
5980 horizontal position. It's fragile in the presence of \003 characters.
5981
5982 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5983
5984 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5985
5986 * gnus-art.el (article-transform-date): Rewrite to still work when
5987 there are several rfc2822 parts.
5988 (article-transform-date): Fix infinite recursion.
5989 (article-date-ut): Replace infinitely many Date headers with a single
5990 one when called interactively.
5991
5992 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5993 secure manner.
5994
5995 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5996 move around by not using save-window-excursion. It seems to work...
5997
5998 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5999
6000 * gnus-art.el (article-make-date-line): Work for user-defined format.
6001
6002 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6003
6004 * nntp.el (nntp-retrieve-group-data-early)
6005 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6006 fetching functions.
6007
6008 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6009 thoroughly for all backends that have no known groups. This should
6010 allow new nnml methods to retrieve mail.
6011
6012 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6013 that Gnus doesn't know exists again.
6014
6015 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6016 (gnus-treat-date-ut): Ditto.
6017 (gnus-article-update-date-header): Rename.
6018 (gnus-treat-date-local): Remove.
6019 (gnus-treat-date-english): Remove.
6020 (gnus-treat-date-lapsed): Remove.
6021 (gnus-treat-date-combined-lapsed): Remove.
6022 (gnus-treat-date-original): Remove.
6023 (gnus-treat-date-iso8601): Remove.
6024 (gnus-treat-date-user-defined): Remove.
6025 (gnus-article-date-headers): New variable to control all the date
6026 header options.
6027 (article-date-ut): Rewrite to allow using the new way to format date
6028 headers(s).
6029
6030 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6031
6032 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6033 method.
6034 (nnmail-article-group): A better test for fanciness.
6035
6036 * nnimap.el (nnimap-request-head): Protect against not finding the
6037 article by Message-ID.
6038
6039 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6040
6041 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6042 keep point at the "same place".
6043
6044 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6045
6046 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6047 data if the group is inactive.
6048
6049 2011-01-28 Julien Danjou <julien@danjou.info>
6050
6051 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6052 (gnus-all-windows-visible-p): Remove old compatibility code.
6053 (gnus-window-top-edge): Add docstring.
6054
6055 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6056
6057 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6058
6059 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6060 older request-update-info.
6061
6062 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6063
6064 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6065
6066 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6067 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6068
6069 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6070
6071 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6072 groups. This makes the nndraft:queue group pop up if it's not already
6073 there.
6074
6075 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6076 messages" logic, which was reversed.
6077
6078 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6079 the "same place" even if point is on the line being replaced.
6080 (article-update-date-lapsed): Allow updating both the combined lapsed
6081 and the lapsed headers.
6082 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6083 (article-make-date-line): Limit the number of segments dynamically to
6084 avoid too-long lines.
6085
6086 2011-01-27 Julien Danjou <julien@danjou.info>
6087
6088 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6089 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6090
6091 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6092
6093 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6094 Use plist-get instead of the cl function getf.
6095
6096 2011-01-27 Glenn Morris <rgm@gnu.org>
6097
6098 * gnus-util.el (float-time): Get rid of compiler warning, again.
6099
6100 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6101
6102 * shr.el (shr-put-color): Special-case background colors: Do put them
6103 at the blank parts at the front of the lines.
6104
6105 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6106 exit hook to nix out all data on readedness on group exit.
6107
6108 * gnus-util.el (float-time): If float-time is bound, always use it on
6109 all Emacsen. It's unclear why the subrp check was there.
6110 (time-date): Require to make some autoload issues on XEmacs go away.
6111
6112 * shr.el (shr-put-color): Don't do the box padding in tables, since
6113 they're already padded.
6114
6115 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6116
6117 * gnus-art.el (gnus-article-next-page): When the last line of the
6118 article is displayed, scroll down once more instead of going to the
6119 next article at once.
6120 (article-lapsed-string): Refactor out and allow specifying how many
6121 segments you want.
6122 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6123 (gnus-article-update-lapsed-header): New variable.
6124
6125 * shr.el: Revert change that made headings use different-sized faces.
6126 The Emacs display engine isn't advanced enough that, for instance,
6127 tables can comfortably use differently-sized faces.
6128
6129 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6130
6131 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6132 used.
6133 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6134 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6135 we're using an encrypted connection.
6136
6137 * proto-stream.el: Alter the interface functions to also return the
6138 actual stream type used: network or TLS.
6139
6140 2011-01-25 Julien Danjou <julien@danjou.info>
6141
6142 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6143 (mm-display-javascript-inline): New function.
6144
6145 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6146 viewing function.
6147
6148 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6149
6150 * shr.el (shr-expand-newlines): Fix variable name.
6151
6152 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6153
6154 * shr.el (shr-expand-newlines): Make nested boxes work.
6155
6156 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6157
6158 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6159 backgrounds.
6160 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6161 in a more sensible manner.
6162
6163 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6164
6165 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6166 if EPG is loaded.
6167
6168 2011-01-24 Julien Danjou <julien@danjou.info>
6169
6170 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6171 tags.
6172
6173 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6174
6175 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6176 commands.
6177
6178 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6179 in the article buffer.
6180 (gnus-gravatar-insert): Use blank space from the current buffer to
6181 avoid breaking text properties. This makes X-Sent updating work again.
6182
6183 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6184
6185 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6186
6187 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6188 fix the bug in url-http.el instead.
6189
6190 * shr.el (shr-image-fetched): Ditto.
6191
6192 * shr.el (shr-image-fetched): Avoid having point move in the article
6193 buffer.
6194
6195 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6196 buffer after being called. It's apparently being killed by url.el, and
6197 killing it made point move to end-of-buffer in a random buffer.
6198
6199 * shr.el (shr-image-fetched): Ditto.
6200
6201 2011-01-23 Julien Danjou <julien@danjou.info>
6202
6203 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6204
6205 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6206 text/x-org.
6207
6208 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6209
6210 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6211 (i.e., nnimap) returning nil as the article number.
6212
6213 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6214
6215 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6216 "DelSp" parameter in RFC3676.
6217
6218 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6219
6220 * message.el (message-check-recipients): Display the encoded version of
6221 the bogus address if they differ.
6222
6223 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6224 after sending.
6225
6226 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6227
6228 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6229
6230 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6231 group buffer after sending the queue.
6232
6233 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6234
6235 2011-01-22 Julien Danjou <julien@danjou.info>
6236
6237 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6238
6239 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6240
6241 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6242 nested related parts.
6243
6244 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6245 unexpired articles. This fixes the regression that led expiry marks to
6246 disappear from nnfolder groups.
6247
6248 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6249
6250 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6251 Don't confuse the "ret" of "retrograde" with RET.
6252
6253 2011-01-21 Julien Danjou <julien@danjou.info>
6254
6255 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6256 than mm-insert-inline.
6257
6258 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6259
6260 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6261 Widen article buffer.
6262
6263 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6266 the temp buffer.
6267 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6268
6269 2011-01-20 Julien Danjou <julien@danjou.info>
6270
6271 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6272
6273 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6274 than mm-insert-inline to insert inline part: this respect
6275 mm-inline-media-tests displayers.
6276
6277 * mm-view.el (mm-display-shell-script-inline): New function.
6278
6279 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6280
6281 * mm-uu.el (mm-uu-type-alist): Add org block.
6282 (mm-uu-org-src-code-block-extract): New function.
6283
6284 * mm-view.el (mm-display-org-inline): New function.
6285
6286 * mm-decode.el (mm-automatic-display): Add text/org.
6287
6288 * mailcap.el (mailcap-mime-extensions): Add .org.
6289
6290 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6291
6292 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6293 gnus-article-add-buttons.
6294
6295 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6296
6297 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6298 From header with a date and "nobody" as the sender.
6299
6300 2011-01-19 Julien Danjou <julien@danjou.info>
6301
6302 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6303 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6304 if you have the same regexp several times.
6305 (gnus-button-push): Fix matching when regexp is symbol.
6306
6307 2011-01-15 Glenn Morris <rgm@gnu.org>
6308
6309 * message.el (message-mail): A compose-mail function should
6310 accept headers as strings.
6311
6312 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6315 Add :vert-only tags.
6316 (message-mail): New arg RETURN-ACTION.
6317 (message-return-action): New var.
6318 (message-bury): Use it.
6319 (message-mode): Make it buffer-local.
6320 (message-send-and-exit): Always call message-bury.
6321
6322 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6323 message-mail.
6324
6325 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6326
6327 * nnimap.el (nnimap-convert-partial-article): Protect against
6328 zero-length body parts.
6329
6330 * mm-decode.el (mm-preferred-alternative-precedence):
6331 Discourage showing empty parts.
6332
6333 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6334 and stuff if the backend didn't return the article number. This fixes
6335 an Exchange-related nnimap bug.
6336
6337 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6338 group window, because it does the wrong thing when a separate frame
6339 displays the group buffer.
6340
6341 * proto-stream.el (open-protocol-stream): Protect against the low-level
6342 transport functions returning nil.
6343
6344 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6345
6346 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6347 (mml2015-epg-find-usable-secret-key): New function.
6348 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6349 mml2015-epg-find-usable-key (Bug#7797).
6350 (mml2015-epg-encrypt): Ditto.
6351
6352 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6353
6354 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6355
6356 2011-01-03 Glenn Morris <rgm@gnu.org>
6357
6358 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6359
6360 * sieve.el (sieve-open-server): Give a more explicit error if
6361 sieve-manage-open returns nil. (Bug#7720)
6362
6363 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6364
6365 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6366
6367 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6368
6369 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6370 This avoids sending passwords in plain text over non-encrypted
6371 channels.
6372
6373 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6374
6375 * nnimap.el (nnimap-login): Refactored out into own function, and
6376 implement CRAM-MD5.
6377 (nnimap-wait-for-line): Refactored out.
6378
6379 * mm-view.el (mml-smime): Require.
6380
6381 2010-12-20 David Engster <deng@eml.cc>
6382
6383 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6384 use EPG to decrypt S/MIME messages instead of openssl.
6385
6386 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6387
6388 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6389
6390 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6391 status is the group clearly is unreachable.
6392
6393 * auth-source.el (auth-source-create): Add the optional second
6394 parameter to `local-variable-p' to be compatible with XEmacs.
6395
6396 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6397
6398 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6399 work when using a compressed nnml folder.
6400
6401 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6402
6403 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6404 backends after sanitising on entry, because this never makes sense:
6405 If the articles have gone missing, then the data no longer exists on
6406 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6407 overwrite anything anyway.
6408
6409 * shr.el (shr-insert-document): Bind shr-width dynamically to
6410 window-width if it's nil.
6411
6412 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6413
6414 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6415 with the meaning of using the full emacs window width for rendering.
6416
6417 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6418
6419 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6420 case when sender is not given.
6421
6422 2010-12-23 Julien Danjou <julien@danjou.info>
6423
6424 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6425 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6426 the addresses, otherwise we might misplaced the gravatar.
6427
6428 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6429
6430 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6431 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6432 obsolete in Emacs.
6433
6434 2010-12-20 Julien Danjou <julien@danjou.info>
6435
6436 * gnus-util.el (gnus-rescale-image): Revert last change.
6437
6438 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6439
6440 * gnus-group.el (gnus-group-delete-articles): New command.
6441
6442 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6443
6444 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6445
6446 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6447
6448 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6449 here, since it's up to the backends to do CRLF removal if their
6450 protocol has it.
6451
6452 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6453
6454 2010-12-17 Julien Danjou <julien@danjou.info>
6455
6456 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6457 they are from file. Can also scale up.
6458
6459 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6460
6461 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6462 Restore gnus-use-agent.
6463 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6464
6465 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6466
6467 2010-12-17 Julien Danjou <julien@danjou.info>
6468
6469 * gravatar.el (gravatar-retrieve-synchronously): New function.
6470 (gravatar-get-data): Make more robust.
6471
6472 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6473
6474 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6475 to really consider the last line.
6476
6477 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6478
6479 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6480 list of recipient keys, or use symmetric encryption if not a list.
6481 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6482 EPA override, replacing the call to `netrc-store-data'.
6483
6484 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6485
6486 * gnus-srvr.el: Avoid passing nil regexp argument to
6487 delete-matching-lines.
6488
6489 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6490
6491 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6492 fetching stops when Gnus exits.
6493
6494 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6495 function.
6496 (nnfolder-request-expire-articles): Save all the buffers after doing
6497 expiry.
6498
6499 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6500 the last article", since that led to serious performance regressions
6501 when expiring nnml groups.
6502
6503 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6504
6505 * nnir.el: Improve customizations.
6506
6507 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6508
6509 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6510
6511 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6512 group has been killed.
6513 (gnus-group-yank-group): Ditto.
6514
6515 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6516
6517 * nnimap.el (nnimap-request-update-group-status): New function.
6518
6519 * gnus-int.el (gnus-request-update-group-status): New interface
6520 function.
6521
6522 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6523 copying read-ness to the backends.
6524
6525 * nnimap.el (nnimap-quirk): New function.
6526 (nnimap-retrieve-group-data-early): Use it.
6527 (nnimap-quirks): New alist.
6528
6529 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6530
6531 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6532 don't delete it within indentation.
6533
6534 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6535
6536 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6537 previous line.
6538
6539 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6540
6541 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6542 QRESYNC command by deleting a superfluous space which broke Cyrus
6543 servers. This change will break other servers that are buggy the other
6544 way around.
6545
6546 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6547
6548 * spam.el: Reindent and fix long lines.
6549 (spam-copy-or-move-routine): Exclude invalid move destinations.
6550
6551 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6552
6553 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6554 installed the registry.
6555
6556 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6557
6558 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6559 groupname doesn't contain "gmane".
6560
6561 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6562
6563 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6564 (gnus-1): Don't create the nndrafts group twice.
6565 (gnus-setup-news): There's no need to read the active file here, since
6566 that's done again later on a per-backend basis.
6567 (gnus-start-draft-setup): Make sure that the new group is started out
6568 empty.
6569
6570 * gnus-agent.el (gnus-agentize): Don't create the queue group
6571 automatically on startup. It'll be created later, if needed.
6572
6573 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6574 of automatically subscribed groups.
6575 (gnus-auto-subscribed-categories): New variable.
6576 (gnus-matches-options-n): Use it.
6577 (gnus-default-subscribed-newsgroups): Remove unused variable.
6578 (gnus-start-draft-setup): Message a bit less.
6579
6580 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6581
6582 * nnir.el (nnir-run-imap): Return article list in order of increasing
6583 UID.
6584
6585 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6586
6587 * gnus-sum.el (gnus-summary-enter-digest-group):
6588 Mention gnus-auto-select-on-ephemeral-exit.
6589
6590 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6591 convention of the network-only option.
6592
6593 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6594
6595 * proto-stream.el (proto-stream-open-network-only): New function to
6596 have a way to specify non-STARTTLS upgrade connections.
6597
6598 2010-12-10 Julien Danjou <julien@danjou.info>
6599
6600 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6601 email address is nil.
6602
6603 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6604
6605 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6606
6607 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6608 deletion.
6609 (nnir-run-imap): Only need to parse list once.
6610
6611 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6612
6613 * shr.el (shr-tag-script): Ignore <script>.
6614 (shr-tag-label): Add <label> support.
6615
6616 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6617
6618 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6619
6620 * shr.el (shr-image-displayer): Work for images lined side by side.
6621
6622 2010-12-08 Robert Pluim <rpluim@gmail.com>
6623
6624 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6625 parameter, since XEmacs doesn't accept t as a parameter.
6626
6627 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6628
6629 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6630 ids.
6631 (nnir-run-gmane): Simplify groupspec formatting.
6632 (nnir-request-expire-articles): New function.
6633
6634 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6635
6636 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6637 overflow, possibly.
6638
6639 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6640 (shr-render-td): Handle td style="" better.
6641 (shr-tag-table): Use the color from the style sheet.
6642 (shr-render-td): Make sure we copy over all the overlays, too.
6643
6644 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6645
6646 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6647 (nnir-request-article): Improve article retrieval.
6648
6649 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6650
6651 * mm-util.el (mm-extra-numeric-entities): New variable.
6652
6653 * mm-url.el (mm-url-decode-entities):
6654 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6655
6656 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * message.el: Use completion-at-point.
6659 (message-completion-function): New fun, extracted from message-tab.
6660 (message-mode): Use it for completion-at-point-functions.
6661 (message-tab): Use it and completion-at-point.
6662
6663 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6664
6665 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6666 character if a non-breakable character follows.
6667
6668 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6669
6670 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6671 any stream.
6672
6673 * shr.el (shr-tag-font): Colorize the region.
6674 (shr-tag-body): Ditto.
6675 (shr-tag-font): Actually let the styles be inherited instead of
6676 overwriting them.
6677 (shr-tag-font): Get the background color right.
6678 (shr-tag-style): Ignore all <style> tags for the moment.
6679
6680 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6681 a Message-ID to avoid having nnimap depend on gnus-sum.
6682
6683 * shr.el (shr-descend): Only colorize something if we have a node that
6684 sets colors.
6685
6686 2010-12-06 Julien Danjou <julien@danjou.info>
6687
6688 * shr.el (shr-render-td): Render td content with shr-descend, so style
6689 will be applied to <td> too.
6690 (shr-colorize-region): Colorize region even if we only have a background.
6691 (shr-tag-body): Fix color and background color inheritance.
6692 Do not recolorize after shr-generic.
6693 (shr-tag-font): Let shr-generic colorize via inheritance.
6694
6695 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6696
6697 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6698
6699 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6700
6701 * nnir.el (nnir-request-move-article): Remove obsolete code.
6702
6703 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6704
6705 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6706
6707 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6708
6709 * gnus-sum.el (gnus-summary-respool-article): The completion function
6710 expects a list instead of an alist.
6711
6712 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6713 string as the parameter.
6714
6715 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6716
6717 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6718 styles.
6719 (shr-colorize-region): New function.
6720 (shr-insert-background-overlay): Remove.
6721 (shr-render-td): Background setting should be taken care of on a higher
6722 level.
6723 (shr-tag-body): Use post-hoc colorizations.
6724 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6725 (shr-put-color-1): Don't overwrite old colors.
6726 (shr-colorize-region): When the background color isn't explicit, use
6727 a fixed background.
6728
6729 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6730 nnmail variables.
6731
6732 2010-12-05 Bjørn Mork <bjorn@mork.no>
6733
6734 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6735 unless necessary.
6736
6737 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6738
6739 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6740 server.
6741
6742 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6743
6744 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6745 so that TAB works.
6746
6747 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6748 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6749
6750 * shr.el (shr-urlify): Show the URL before the title to avoid
6751 misleading URLs.
6752
6753 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
6754
6755 * shr.el (shr-urlify): Display the title in <a> tags.
6756
6757 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
6758
6759 * nnir.el (nnir-categorize): Replace mapcar with mapc.
6760
6761 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
6762
6763 * nnir.el: Rearrange code to allow macros to be autoloaded by
6764 gnus-sum.el.
6765 (nnir-retrieve-headers-override-function): Make this variable
6766 customizable.
6767 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6768
6769 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6770 from nnir.el.
6771
6772 2010-12-03 Julien Danjou <julien@danjou.info>
6773
6774 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6775
6776 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6777
6778 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6779 allow optional argument `environment'.
6780
6781 2010-12-03 Glenn Morris <rgm@gnu.org>
6782
6783 * mm-extern.el (message-goto-body): Update declaration.
6784
6785 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6786
6787 * gnus-util.el (gnus-macroexpand-all): New function.
6788
6789 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6790 instead of macroexpand-all that is unavailable in XEmacs.
6791
6792 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
6793
6794 * nnir.el (nnir-summary-line-format): New variable.
6795 (nnir-mode): Use it.
6796 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6797 (nnir-article-ids): Reimplement as defsubst.
6798 (nnir-retrieve-headers): Don't mangle the subject header.
6799 (nnir-run-imap): Use 100 as RSV score.
6800 (nnir-run-find-grep): Fix for full server searching.
6801 (nnir-run-gmane): Better restriction to gmane groups.
6802
6803 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6804 summary buffers.
6805
6806 2010-12-02 Julien Danjou <julien@danjou.info>
6807
6808 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6809
6810 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6811
6812 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6813 support.
6814
6815 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
6816
6817 * nnir.el: Update to handle the registry better.
6818 (autoload): Silence byte-compiler.
6819 (nnir-open-server): Add a hook for nnir groups.
6820 (nnir-request-move-article): Don't mangle the header. Better to use
6821 formatting variables (which will be added in the future).
6822 (nnir-registry-action): Update the registry using the original article
6823 group name.
6824 (nnir-mode): Install nnir-specific hooks for updating the registry.
6825
6826 * gnus-sum.el
6827 (gnus-article-original-subject,gnus-newsgroup-original-name):
6828 Remove obsolete variables.
6829 (gnus-summary-move-article): Remove use of obsolete variables.
6830 (gnus-summary-local-variables): Make move and delete hooks local to
6831 summary buffers.
6832
6833 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6834
6835 * rtree.el: New file.
6836
6837 2010-12-01 Julien Danjou <julien@danjou.info>
6838
6839 * message.el (message-user-organization): Do not use
6840 gnus-local-organization.
6841
6842 * gnus.el: Remove gnus-local-organization.
6843
6844 * gnus-msg.el: Remove nastygram thing.
6845
6846 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
6847
6848 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6849 funcall.
6850
6851 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
6852
6853 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6854 names.
6855
6856 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6857 characters.
6858
6859 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6860 to t of inhibit-read-only since it is inside gnus-with-article-headers.
6861 Suggested by Štěpán Němec <stepnem@gmail.com>.
6862 (gnus-gravatar-transform-address): Use mail-extract-address-components
6863 that supports non-ASCII names rather than mail-header-parse-addresses.
6864
6865 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6866
6867 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6868 handled by the network handler.
6869
6870 2010-11-30 Julien Danjou <julien@danjou.info>
6871
6872 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6873 (nnimap-open-connection-1): Fix PREAUTH.
6874
6875 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6876
6877 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6878
6879 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6880 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6881 (shr-insert): Use them.
6882 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6883
6884 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6885
6886 * nnir.el (nnir-request-move-article): Bail out if original group
6887 doesn't support article moves.
6888 (nnir-get-active): Improve active list retrieval.
6889
6890 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6891
6892 * shr.el (shr-find-fill-point): Don't break before apostrophes.
6893
6894 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
6895
6896 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6897 seem to accept strings-with-numbers as port numbers.
6898
6899 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6900
6901 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6902 change the registry.
6903
6904 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6905
6906 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6907 delete-dups that is not available in XEmacs 21.4.
6908
6909 * mm-util.el (mm-delete-duplicates): Add comment.
6910
6911 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
6912
6913 * nnir.el (nnir-ignored-newsgroups): New variable.
6914 (nnir-get-active): Use it.
6915
6916 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6917
6918 * proto-stream.el (proto-stream-open-network): Add some comments.
6919
6920 * nntp.el (nntp-open-connection): Provide a :success condition.
6921
6922 * nnimap.el (nnimap-open-connection-1): Ditto.
6923
6924 * proto-stream.el (proto-stream-open-network): See what the response to
6925 the STARTTLS command is.
6926
6927 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6928 backwards compatibility).
6929 (nnimap-open-connection-1): Really respect nnimap-server-port.
6930
6931 * proto-stream.el (proto-stream-open-network): When doing opportunistic
6932 TLS upgrades we don't really care about the identity of the peer.
6933 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6934 that what we've checked for.
6935 (proto-stream-always-use-starttls): Only default to t if
6936 open-gnutls-stream exists.
6937 (proto-stream-open-network): If STARTTLS failed, then just open a
6938 normal connection.
6939 (proto-stream-open-network): Wait until the greeting before doing
6940 STARTTLS.
6941
6942 * nntp.el (nntp-open-connection): Report what the connection error is.
6943
6944 * proto-stream.el (open-protocol-stream): Rename from
6945 open-proto-stream.
6946
6947 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6948
6949 * nnimap.el (nnimap-stream): Change default to `undecided'.
6950 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6951 first, and then network.
6952 (nnimap-open-connection-1): Respect nnimap-server-port.
6953 (nnimap-open-connection): Be more backwards-compatible.
6954
6955 * proto-stream.el (proto-stream-always-use-starttls): New variable.
6956 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6957 (proto-stream-open-starttls): Folded back into the main function.
6958 (proto-stream-open-network): Fix typo in the GnuTLS path.
6959 (proto-stream-command): Refactor out.
6960
6961 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6962
6963 * proto-stream.el (proto-stream-open-starttls): Actually implement the
6964 starttls.el STARTTLS.
6965
6966 * color.el (color-lab->srgb): Fix function call name.
6967
6968 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6969 if we're using tls.el.
6970 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6971 built in, then don't try to establish a STARTTLS connection.
6972
6973 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6974 servers.
6975
6976 * proto-stream.el (open-proto-stream): Use network, not stream.
6977 (open-proto-stream): Add a way to specify what the end of a command is.
6978
6979 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6980 connections types.
6981 (nntp-open-network-stream): Remove.
6982 (nntp-open-ssl-stream): Remove.
6983 (nntp-open-tls-stream): Remove.
6984 (nntp-ssl-program): Remove.
6985
6986 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6987
6988 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
6989
6990 * nnir.el: Fix typos.
6991 (nnir-retrieve-headers-override-function): Rename variable to reflect
6992 new semantics.
6993 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6994 macros.
6995 (nnir-request-article, nnir-request-move-article): Use them.
6996 (nnir-categorize): New function.
6997 (nnir-run-query): Use it.
6998 (nnir-retrieve-headers): Rewrite to batch header retrieval.
6999 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7000 sorted.
7001 (nnir-group-full-name): Use gnus-group-full-name instead.
7002 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7003 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7004
7005 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7006
7007 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7008
7009 * proto-stream.el: New library to provide protocol-specific
7010 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7011 protocols.
7012 (open-proto-stream): Complete the documentation.
7013 (proto-stream-open-network): Fix some typos.
7014
7015 * nnimap.el (nnimap-open-connection): Use it.
7016
7017 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7018
7019 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7020 negotiation.
7021
7022 2010-11-26 Julien Danjou <julien@danjou.info>
7023
7024 * color.el: Rename various rgb functions to srgb.
7025
7026 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7027
7028 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7029 names.
7030
7031 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7032
7033 * shr.el (shr-insert): Revert last change.
7034 (shr-find-fill-point): Never leave point being at bol;
7035 relax the kinsoku limitation when rendering tables.
7036
7037 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7038
7039 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7040 results from -accept-article.
7041
7042 * shr-color.el: Require cl when compiling.
7043
7044 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7045 checkin.
7046
7047 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7048
7049 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7050
7051 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7052 'add and 'delete to set backend marks.
7053
7054 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7055
7056 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7057
7058 * nntp.el (nntp-request-set-mark): Use it.
7059
7060 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7061
7062 * nnml.el (nnml-request-set-mark): Ditto.
7063
7064 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7065 introduces regressions in article selection.
7066 (nnimap-find-uid-response): New function.
7067 (nnimap-request-accept-article): Use the UID returned, if any.
7068 (nnimap-request-move-article): Use the UID returned, if any.
7069 (nnimap-get-groups): Reimplement to work with folded lines.
7070 (nnimap-find-uid-response): The UID is the last element in the list.
7071 (nnimap-request-set-mark): Extend syntax with 'set.
7072
7073 * nnml.el (nnml-request-set-mark): Ditto.
7074
7075 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7076
7077 * nntp.el (nntp-request-set-mark): Ditto.
7078
7079 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7080
7081 * message.el (message-called-interactively-p): A temporary macro.
7082 (message-goto-body): Use it temporarily.
7083
7084 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7085
7086 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7087 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7088 (nnimap-last-response-string): Fix last unfolding fix.
7089
7090 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7091
7092 * shr.el (shr-insert): Fix the way to fold lines.
7093
7094 2010-11-25 Julien Danjou <julien@danjou.info>
7095
7096 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7097
7098 * color.el: Rename from color-lab.el
7099 (color-rgb->hex): Add.
7100 (color-complement): Add.
7101 (color-complement-hex): Add.
7102
7103 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7104
7105 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7106
7107 * shr-color.el (shr-color-visible): Don't bug out if the color names
7108 don't exist.
7109
7110 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7111
7112 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7113 assuming that article displaying or another mml-preview may be
7114 interrupted for an error or for the like.
7115
7116 * shr.el (shr-get-background): Fix argument name.
7117
7118 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7119
7120 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7121
7122 * gnus-sum.el (gnus-summary-include-articles): New function.
7123
7124 * message.el (message-goto-body): called-interactively-p needs a
7125 parameter, so use `any'.
7126
7127 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7128 clear marks before moving, since they're synced from the Gnus side
7129 first.
7130
7131 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7132 (gnus-summary-move-article): Copy over all marks before moving, so that
7133 IMAP doesn't think a new article has arrived.
7134
7135 2010-11-24 Julien Danjou <julien@danjou.info>
7136
7137 * shr.el (shr-insert-background-overlay): Fix typo.
7138 (shr-render-td): Copy the background before rendering.
7139
7140 * shr-color.el (shr-color-visible): Fix docstring.
7141
7142 * shr.el (shr-tag-table): Add bgcolor support.
7143 (shr-render-td): Add bgcolor support.
7144 (shr-get-background): Add.
7145 (shr-insert-foreground-overlay): Use shr-get-background.
7146
7147 * message.el (message-goto-body): Use called-interactively-p.
7148 (message-in-body-p): message-goto-body returns point.
7149
7150 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7151
7152 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7153 Fixes something or other in Emacs 23, and is backwards compatible.
7154
7155 * message.el (message-goto-body): Remove the <#secure special-casing,
7156 which is too special.
7157
7158 * shr.el (shr-parse-style): Drop !important from styles.
7159
7160 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7161
7162 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7163 this function to return incorrect results when calling it with an
7164 explicit article argument different from
7165 (gnus-summary-article-number).
7166
7167 2010-11-24 Julien Danjou <julien@danjou.info>
7168
7169 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7170 (shr-tag-body): Add background support.
7171 (shr-descend): Add background support.
7172 (shr-tag-title): Add.
7173
7174 * shr-color.el (shr-color-visible): Really return original background
7175 if fixed.
7176
7177 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7178
7179 * shr.el (shr-color-check): Protect against non-existent color names.
7180
7181 2010-11-24 Julien Danjou <julien@danjou.info>
7182
7183 * color-lab.el: Require 'cl when compiling.
7184
7185 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7186
7187 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7188 matched part.
7189
7190 * color-lab.el: Fix all expt calls to use float type.
7191
7192 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7193
7194 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7195 expression to shr-color-check as is.
7196
7197 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7198
7199 * color-lab.el: Add coding cookie.
7200 (float-pi): Use eval-and-compile.
7201
7202 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7203
7204 * shr.el (shr-insert-color-overlay): Split stuff like
7205 "#444444 !important" to find the real color.
7206 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7207 parse <font color="red"> entries.
7208
7209 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7210
7211 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7212 point when parsing headers.
7213
7214 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7215 is positioned properly when parsing headers.
7216
7217 2010-11-23 Julien Danjou <julien@danjou.info>
7218
7219 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7220
7221 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7222
7223 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7224
7225 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7226 Use shr-color-hue-to-rgb.
7227 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7228
7229 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7230
7231 * shr.el (shr-color->hexadecimal): Autoload.
7232 (shr-descend): Add color to all tags.
7233
7234 2010-11-22 Julien Danjou <julien@danjou.info>
7235
7236 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7237 shr-color->hexadecimal.
7238
7239 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7240 RGB() or HSL() color representation.
7241
7242 * shr.el (shr-tag-font): Add.
7243 (shr-tag-color-check): New function to get better colors.
7244 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7245 tag-span.
7246
7247 * shr-color.el: New file.
7248
7249 * color-lab.el: New file.
7250
7251 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7252
7253 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7254
7255 * nnir.el: Fix typo in comments.
7256 (nnir-run-imap): Simplify code. No need to reverse artlist.
7257 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7258
7259 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7260
7261 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7262
7263 * nnimap.el (nnimap-get-capabilities): Refactor out.
7264 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7265
7266 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7267
7268 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7269 appearing when `mm-uu-hide-markers' is nil.
7270
7271 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7272
7273 * nnimap.el (nnimap-unselect-group): Make into its own function.
7274 (nnimap-request-rename-group): Unselect group before renaming.
7275 This had gotten lost somewhere.
7276 (nnimap-request-accept-article): Keep track of examined groups, and
7277 unselect the group before APPENDing to read-only groups.
7278 (nnimap-request-move-article): Clear flags before moving so that they
7279 can be re-set later.
7280
7281 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7282
7283 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7284 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7285
7286 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7287
7288 * gnus-art.el (gnus-mime-display-single):
7289 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7290 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7291 parameter.
7292
7293 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7294
7295 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7296 (shr-table-vertical-line): New variable.
7297 (shr-insert-table): Use it.
7298
7299 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7300
7301 * gnus-html.el (gnus-html-wash-images): Don't display images if
7302 gnus-inhibit-images is non-nil; register displayer for cid images.
7303 (gnus-html-display-image): Work for cid image.
7304 (gnus-html-insert-image): Allow arguments.
7305 (gnus-html-put-image): Inhibit read-only.
7306 (gnus-html-prefetch-images): Don't prefetch images if
7307 gnus-inhibit-images is non-nil.
7308
7309 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7310
7311 * shr.el (shr-put-image): Break lines when inserting big pictures.
7312
7313 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7314
7315 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7316 sender, thanks Katsumi Yamaoka.
7317
7318 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7319
7320 * nnir.el (nnir-run-imap): Reverse the article list for each group
7321 rather than the whole list.
7322
7323 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7324
7325 * shr.el (shr-image-displayer): Protect function against non-existent
7326 image source.
7327
7328 * gnus-art.el (gnus-inhibit-images): New user option.
7329 (gnus-mime-display-single): Don't display image if it is non-nil.
7330
7331 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7332 gnus-inhibit-images.
7333
7334 * shr.el (shr-image-displayer): New function.
7335 (shr-tag-img): Use it.
7336
7337 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7338
7339 * mml2015.el (mml2015-epg-sign): Use From header.
7340
7341 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7342
7343 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7344
7345 * gnus-util.el (gnus-find-text-property-region): Return markers.
7346
7347 * shr.el (shr-tag-img): Put a displayer in the text property.
7348
7349 * gnus-util.el (gnus-find-text-property-region): New utility function.
7350
7351 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7352 (gnus-html-show-images): Remove.
7353
7354 * gnus-art.el (gnus-article-show-images): New, more general function.
7355
7356 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7357 image url text properties.
7358
7359 * shr.el: Ditto.
7360
7361 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7362 gnus-agent-auto-agentize-methods is set. Which it isn't.
7363
7364 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7365
7366 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7367 work for two or more articles.
7368
7369 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7370
7371 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7372 divide an image that's in an html article to two or more when washing
7373 non-ASCII characters in alt text of it.
7374
7375 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7376
7377 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7378 smime-decrypt-region using function argument.
7379 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7380
7381 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7382
7383 * smime.el (smime-decrypt-region): Catch it.
7384
7385 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * smime.el (smime-mode-map): Move initialization into declaration.
7388 (gnus-run-mode-hooks): Don't autoload.
7389 (smime-mode): Use define-derived-mode.
7390
7391 2010-11-11 Glenn Morris <rgm@gnu.org>
7392
7393 * smime.el (from): Restrict declaration to XEmacs.
7394
7395 * nnir.el (gnus-group-topic-name): Autoload.
7396
7397 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7398
7399 * shr.el (shr-insert): Don't break long line if it is because of
7400 kinsoku-bol characters in the line end.
7401
7402 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7403
7404 * nnir.el (nnir-request-move-article): Fix to provide original group
7405 and subject.
7406 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7407 been retrieved.
7408
7409 * gnus-sum.el (gnus-summary-move-article): Use original group and
7410 subject for virtual articles such as those in an nnir summary buffer.
7411
7412 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7413
7414 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7415 least 21.5).
7416
7417 * smime.el (from): Declare it again for XEmacs.
7418
7419 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7420
7421 * message.el (message-resend): Don't disable encoding unless it's
7422 already encoded.
7423
7424 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7425 low-numbered articles.
7426
7427 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7428
7429 * rfc2047.el (rfc2047-syntax-table): Simplify.
7430
7431 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7432 set-char-table-range for XEmacs.
7433
7434 2010-11-10 Glenn Morris <rgm@gnu.org>
7435
7436 * smime.el (from): Remove unused declaration.
7437
7438 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7439 (gnus-float-time): On Emacs, always an alias.
7440
7441 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7442 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7443
7444 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7445
7446 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7447
7448 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7449
7450 * shr.el (browse-url-mailto): Autoload.
7451
7452 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7453
7454 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7455 regexp doesn't need quoting.
7456
7457 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7458
7459 * message.el (message-subject-trailing-was-ask-regexp)
7460 (message-subject-trailing-was-regexp): Match was: in addition to was.
7461
7462 2010-11-09 Glenn Morris <rgm@gnu.org>
7463
7464 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7465 (nnbabyl-check-mbox): Use point-at-bol.
7466
7467 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7468
7469 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7470
7471 * message.el (message-mailto): New function.
7472 (message-mailto): Should accept other parameters.
7473 (message-mailto): Remove since it duplicates browse-url-mailto
7474 functionality.
7475
7476 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7477
7478 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7479 methods.
7480 (gnus-read-active-file): Ditto.
7481
7482 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7483 ": " from the prompt.
7484 (gnus-group-make-group): Ditto.
7485
7486 2010-11-07 Glenn Morris <rgm@gnu.org>
7487
7488 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7489 (gnus-bookmark-kill-line): Use point-at-eol.
7490
7491 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7492
7493 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7494 asterisks in From header.
7495
7496 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7497
7498 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7499 string to avoid making the From headers syntactically invalid.
7500
7501 * message.el (message-send-mail): Don't insert courtesy messages if the
7502 message already has List-Post and List-ID messages.
7503
7504 2010-11-06 Glenn Morris <rgm@gnu.org>
7505
7506 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7507 `condition', `type', `length' a prefix.
7508 (gnus-treat-predicate): Update for above name changes.
7509
7510 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7511
7512 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7513 binding. Handled by `gnus-summary-refer-thread' instead.
7514 (nnir-warp-to-article): New backend function.
7515
7516 * nnimap.el (nnimap-request-thread): Force dependency updating.
7517
7518 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7519 (gnus-summary-refer-thread): Rework to improve thread-referral.
7520
7521 * gnus-int.el (gnus-warp-to-article): New function.
7522
7523 * gnus-sum.el (gnus-summary-article-map): Bind it.
7524
7525 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7526
7527 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7528 gnus-summary-refer-thread.
7529
7530 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7531 headers.
7532 (gnus-summary-limit-include-thread): Prevent articles in thread from
7533 being cut in gnus-cut-threads.
7534 (gnus-summary-refer-thread): Limit retrieved headers to those in
7535 thread.
7536
7537 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7538
7539 * message.el (message-send-mail): Use the value of
7540 message-courtesy-message from the message buffer.
7541
7542 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7543
7544 * shr.el (shr-browse-url): Implement mailto: URLs.
7545
7546 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7547 "raw".
7548
7549 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7550 if it's already selected.
7551
7552 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7553
7554 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7555
7556 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7557 to measure the length and truncate alt text.
7558
7559 2010-11-03 Glenn Morris <rgm@gnu.org>
7560
7561 * nndiary.el (nndiary-generate-nov-databases-1)
7562 (nndiary-generate-active-info): Rename dynamic variable `files' to
7563 something less generic.
7564
7565 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7566
7567 * nnir.el (nnir-request-move-article): Call the underlying backend to
7568 move articles from nnir.
7569
7570 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7571
7572 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7573
7574 2010-11-02 Julien Danjou <julien@danjou.info>
7575
7576 * nnir.el: Remove wais support.
7577
7578 2010-11-02 Glenn Morris <rgm@gnu.org>
7579
7580 * gnus-html.el: Reorder requirements to quieten compiler.
7581
7582 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7583
7584 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7585 properly for XEmacs as well.
7586 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7587 (gnus-article-natural-long-line-p): Use window-width rather than
7588 frame-width.
7589
7590 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7591
7592 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7593 (nnir-read-parms): Don't modify query.
7594 (nnir-run-query): Add ability to search topic on current line.
7595 (nnir-get-active): Clean up.
7596
7597 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7598
7599 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7600 degenerate articles.
7601
7602 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7603 (gnus-print-buffer): Just print the buffer as is, without any copying
7604 to a buffer and then re-highlighting.
7605
7606 * nnimap.el (nnimap-request-group): Store the new updated info.
7607 (nnimap-request-group): Select the group when we don't know whether it
7608 exists or not.
7609
7610 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7611 groups.
7612
7613 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7614 groups.
7615
7616 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7617 groups.
7618
7619 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7620 long-lines case by only filling the long lines.
7621
7622 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7623 (bug #7311).
7624
7625 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7626
7627 * shr.el: No need to declare `declare-function' since shr.el is for
7628 only Emacsen that provide `libxml-parse-html-region'.
7629
7630 2010-11-01 Glenn Morris <rgm@gnu.org>
7631
7632 * mm-util.el (gnus-completing-read): Autoload.
7633 (mm-read-coding-system): Simplify Emacs definition.
7634
7635 * nnmail.el (gnus-activate-group):
7636 * nnimap.el (gnutls-negotiate):
7637 * nntp.el (netrc-parse): Fix declarations.
7638
7639 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7640
7641 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7642 string-match-p in Emacs >=23.
7643
7644 * gnus-msg.el (gnus-configure-posting-styles):
7645 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7646
7647 2010-11-01 Glenn Morris <rgm@gnu.org>
7648
7649 * nnir.el (declare-function): Add compat stub.
7650 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7651 (nnir-run-gmane): Require 'mm-url.
7652
7653 * mm-util.el (mm-string-to-multibyte): Simplify.
7654
7655 * shr.el (declare-function): Add compat stub.
7656 (url-cache-create-filename): Declare.
7657 (mm-disable-multibyte, widget-convert-button): Autoload.
7658
7659 * smime.el (ldap-search): Declare.
7660 (smime-cert-by-ldap-1): Require ldap on Emacs.
7661
7662 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7663 (nnimap-keepalive): Use gnus-float-time.
7664
7665 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7666 (mail-source-delete-crash-box): Use gnus-float-time.
7667
7668 * gnus-dired.el (gnus-completing-read): Autoload.
7669
7670 * mm-view.el (gnus-rescale-image): Autoload.
7671
7672 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7673
7674 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7675
7676 * sieve-manage.el: Require 'cl when compiling.
7677
7678 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7679 (gnus-iswitchb-completing-read): Require iswitchb.
7680 (gnus-select-frame-set-input-focus): Silence compiler.
7681
7682 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7683
7684 * message.el (message-subject-trailing-was-query): Change default to t,
7685 since I think that's what most people want.
7686
7687 * nnimap.el (nnimap-request-accept-article): Erase buffer before
7688 appending for easier debugging.
7689 (nnimap-wait-for-connection): Take a regexp.
7690 (nnimap-request-accept-article): Wait for the continuation line before
7691 sending anything unless we're streaming.
7692
7693 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7694 leave the header washing to take place.
7695
7696 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7697
7698 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7699 regular expression match and replace in posting styles.
7700
7701 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7702
7703 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7704 an entire server.
7705 (nnir-get-active): New function.
7706 (nnir-run-imap): Use it.
7707 (nnir-run-gmane): Who knew, gmane search returns an article score!
7708
7709 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7710 server on the current line with nnir.
7711
7712 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7713
7714 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7715 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7716 left edge.
7717 (gnus-article-foldable-buffer): Skip past the prefix when determining
7718 raggedness.
7719
7720 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7721 the raw article, and change `C-u g' to show the article without doing
7722 treatments.
7723
7724 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7725 on to `gnus-treat-article'.
7726 (gnus-inhibit-article-treatments): New variable.
7727
7728 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7729
7730 * gnus-art.el (gnus-treatment-function-alist): Have
7731 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7732 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7733 sections.
7734
7735 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7736 parameter.
7737 (gnus-article-fill-cited-long-lines): New function.
7738 (gnus-article-fill-cited-article): Allow filling only long sections.
7739
7740 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7741 and non-punctuation (like after the apostrophe in "'We").
7742
7743 * gnus-sum.el (gnus-summary-select-article): Make sure
7744 gnus-original-article-buffer is alive.
7745
7746 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7747 reflect the order they are in the digest.
7748
7749 * gnus.el (gnus-group-startup-message): Move point to the start of the
7750 buffer.
7751
7752 * nnimap.el (nnimap-capability): New function.
7753 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7754 is set.
7755
7756 2010-10-31 David Engster <dengste@eml.cc>
7757
7758 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7759 conform with changes to gnus-completing-read.
7760
7761 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7762
7763 * shr.el (shr-tag-img): Output "*" instead of "[img]".
7764
7765 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7766
7767 * nnir.el: Move defvar, defcustom around to keep file organized
7768 and keep byte-compiler quiet.
7769 (nnir-read-parms): Accept search-engine as arg.
7770 (nnir-run-query): Pass search-engine as arg.
7771 (nnir-search-engine): Remove.
7772
7773 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7774
7775 * shr.el (shr-generic): The text nodes should be text, not :text.
7776
7777 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7778 later in the file.
7779
7780 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7781
7782 * nnir.el: General clean up. Allow searching with multiple engines.
7783 Allow separate extra-parameters for each engine.
7784 Batch queries when possible.
7785 (nnir-imap-default-search-key,nnir-method-default-engines):
7786 Add customize interface.
7787 (nnir-run-gmane): New engine.
7788 (nnir-engines): Use it. Qualify all prompts with engine name.
7789 (nnir-search-engine): Remove global variable.
7790 (nnir-run-hyrex): Restore for now.
7791 (nnir-extra-parms,nnir-search-history): New variables.
7792 (gnus-group-make-nnir-group): Use them.
7793 (nnir-group-server): Remove in favor of gnus-group-server.
7794 (nnir-request-group): Avoid searching twice.
7795 (nnir-sort-groups-by-server): New function.
7796
7797 2010-10-30 Julien Danjou <julien@danjou.info>
7798
7799 * gnus-group.el: Remove gnus-group-fetch-control.
7800
7801 * gnus-start.el (gnus-find-new-newsgroups):
7802 Remove gnus-check-first-time-used.
7803
7804 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7805
7806 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7807
7808 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7809 set on groups that don't have \* permanentflags.
7810
7811 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7812
7813 * shr.el (shr-tag-span): Drop colorization of regions since we don't
7814 control the background color.
7815 (shr-tag-img): Ignore very small web bug type images.
7816 (shr-put-image): Add help-echo alt texts to the images.
7817 (shr-tag-video): Show the video poster image.
7818
7819 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7820
7821 * shr.el (shr-table-depth): New variable.
7822 (shr-tag-table-1): Only insert the images after the top-level table.
7823
7824 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7825
7826 * gnus-util.el (gnus-list-memq-of-list): New function.
7827
7828 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7829 selected.
7830 (nnimap-unsplittable-articles): New slot.
7831 (nnimap-new-articles): Use it.
7832
7833 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
7834
7835 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7836 move to the previous line on `M-g'.
7837
7838 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7839
7840 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7841 *-request-group, which seems unnecessary.
7842
7843 * nnimap.el (nnimap-quote-specials): Function copied over from
7844 imap.el.
7845 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7846 they support that. Suggested by Tom Regner.
7847
7848 2010-10-29 Julien Danjou <julien@danjou.info>
7849
7850 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7851 defalias.
7852 (gnus-summary-delete-marked-with): Remove obsolete defalias.
7853
7854 * gnus.el: Remove `gnus-nntp-service' variable.
7855 (gnus-secondary-servers): Make obsolete.
7856 (gnus-nntp-server): Make obsolete.
7857
7858 * gnus-start.el (gnus-1): Remove x-splash calls.
7859
7860 * gnus-ems.el (gnus-x-splash): Remove.
7861
7862 * gnus.el (gnus-group-startup-message): Simplify/update code.
7863
7864 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7865 capability before doing anything.
7866 (gnus-group-insert-group-line): Remove useless
7867 gnus-group-remove-excess-properties.
7868
7869 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7870
7871 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7872
7873 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7874
7875 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7876 config after reselecting.
7877
7878 2010-10-28 Julien Danjou <julien@danjou.info>
7879
7880 * shr.el (shr-put-image): Use point even if only inserting text.
7881 (shr-put-image): Save excursion when inserting alt text on non-graphic
7882 display, so the behavior is the same when we are on a graphic display.
7883
7884 * nnir.el (nnir-run-swish-e): Remove hyrex support.
7885
7886 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7887
7888 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7889 (gnus-mime-copy-part): Check coding system, not charset.
7890 (gnus-mime-view-part-externally): Never remove part.
7891 (gnus-mime-view-part-internally): Don't remove part here.
7892 (gnus-article-part-wrapper): Make sure MIME tag is visible.
7893 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7894 multipart/alternative.
7895
7896 * mm-decode.el (mm-display-part): Take optional arg `force'.
7897
7898 2010-10-26 Julien Danjou <julien@danjou.info>
7899
7900 * gnus-group.el (gnus-group-default-list-level): Add this function to
7901 compute the default list level.
7902 (gnus-group-default-list-level): Add possibility to use a function.
7903
7904 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
7905
7906 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7907
7908 * gnus-group.el (gnus-group-completing-read)
7909 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7910 gnus-replace-in-string.
7911
7912 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7913
7914 * shr.el (shr-tag-div): Add.
7915
7916 2010-10-25 Julien Danjou <julien@danjou.info>
7917
7918 * gnus-util.el: Remove `gnus-with-local-quit'.
7919
7920 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7921
7922 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7923
7924 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7925 the original article buffer.
7926
7927 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7928
7929 * nnimap.el (nnimap-request-head): New function.
7930 (nnimap-request-move-article): Try to be slightly faster by not
7931 requesting the entire message when moving.
7932 (nnimap-transform-headers): Don't bug out on bodiless articles.
7933 (nnimap-send-command): Have no outstanding messages if the IMAP server
7934 doesn't support streaming.
7935 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7936
7937 2010-10-24 Julien Danjou <julien@danjou.info>
7938
7939 * message.el (message-default-headers): Fix type.
7940
7941 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7942
7943 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7944 prefetching images.
7945
7946 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7947 backend for unknown groups. This is mainly useful for nnimap groups.
7948
7949 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7950 group isn't covered by the agent.
7951
7952 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
7953
7954 * nnir.el (nnir-method-default-engines): New variable.
7955 (nnir-run-query): Use it.
7956 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7957 (gnus-summary-nnir-goto-thread): Change group if needed.
7958
7959 * gnus-group.el (gnus-group-group-map): Add key binding for
7960 gnus-group-make-nnir-group.
7961
7962 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7963
7964 * shr.el (shr-tag-object): Add.
7965
7966 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7967 original article buffer live.
7968 (gnus-summary-select-article-buffer):
7969 Mention gnus-widen-article-buffer.
7970
7971 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7972
7973 * shr.el (shr-tag-strong): Add.
7974
7975 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7976
7977 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7978 group names. They mess up the group buffer badly.
7979
7980 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7981
7982 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7983 instead of the summary one.
7984
7985 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
7986
7987 * mml.el (mml-preview): Work properly when editing article.
7988
7989 * gnus-start.el (gnus-read-active-file-1): Don't add method to
7990 gnus-have-read-active-file if it's already been in.
7991
7992 2010-10-22 Tom Tromey <tromey@redhat.com>
7993
7994 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7995 gnus-group-completing-read.
7996
7997 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7998
7999 * message.el (message-mode-map): Don't bind M-; to comment region, to
8000 allow the global comment-dwim to work.
8001
8002 2010-10-21 Julien Danjou <julien@danjou.info>
8003
8004 * message.el (message-setup-1): Allow message-default-headers to be a
8005 function.
8006
8007 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8008
8009 * shr.el (shr-tag-table): Simplify.
8010
8011 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8012
8013 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8014 to avoid trying to snarf invalid stuff.
8015
8016 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8017
8018 * gnus.el (gnus-message-archive-group): Quote value.
8019 (gnus-message-archive-group): Mark as changed.
8020
8021 * shr.el (shr-add-font): Don't put the font properties on the newline
8022 or the indentation.
8023
8024 * message.el (message-fix-before-sending): Change options when sending
8025 non-printable characters.
8026
8027 * gnus.el (gnus-message-archive-method): Change the default to
8028 monthly outgoing groups.
8029
8030 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8031 that have gotten new numbers.
8032
8033 * nnimap.el (nnimap-request-replace-article): New function.
8034
8035 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8036
8037 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8038 (nnrss-request-article): Don't use special html washing code.
8039
8040 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8041
8042 * shr.el (shr-tag-table): Remove useless nconc.
8043
8044 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8045
8046 * gnus-art.el (article-wash-html): Simplify and remove the charset
8047 stuff. Use the normal html rendering code instead of the special html
8048 washing code.
8049
8050 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8051 `gnus-w3m' symbols.
8052 (mm-text-html-washer-alist): Remove.
8053
8054 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8055 (mm-inline-media-tests): Remove use.
8056 (mm-text-html-renderer): Change default to the `shr' symbol.
8057
8058 * mm-view.el (mm-inline-text-html): Remove use.
8059
8060 * gnus-art.el (gnus-blocked-images): New function. Allow the
8061 `gnus-blocked-images' to be a function.
8062 (gnus-article-wash-function): Remove.
8063
8064 2010-10-20 Julien Danjou <julien@danjou.info>
8065
8066 * spam.el (spam-list-of-processors): Mark as obsolete.
8067
8068 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8069 (nnimap-insert-partial-structure): Fix boundary detection.
8070
8071 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8072
8073 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8074 run file-truename on remote files. This can be expensive and even
8075 prevent one from editing drafts if some unrelated buffer has a stale
8076 connection.
8077
8078 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8079
8080 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8081 kinsoku-eol regardless of shr-kinsoku-shorten.
8082 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8083 (shr-tag-table): Support caption, thead, and tfoot.
8084
8085 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8086
8087 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8088 lines.
8089 (shr-save-contents): New command and keystroke.
8090
8091 * nndoc.el (nndoc-type-alist): Add git support.
8092 (nndoc-git-type-p): New function.
8093 (nndoc-transform-git-article): Ditto.
8094 (nndoc-transform-git-headers): Ditto.
8095 (nndoc-transform-git-headers): Generate Subject headers.
8096
8097 * shr.el (shr-parse-style): New function.
8098 (shr-tag-span): Ditto.
8099
8100 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8101 to `G G' to avoid collisions.
8102
8103 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8104
8105 * shr.el: Load kinsoku if necessary.
8106 (shr-kinsoku-shorten): New internal variable.
8107 (shr-find-fill-point): Make kinsoku shorten text line if
8108 shr-kinsoku-shorten is bound to non-nil.
8109 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8110 shr-indentation too when testing if table is wider than frame width.
8111 (shr-insert-table): Use `string-width' instead of `length' to measure
8112 text width.
8113 (shr-insert-table-ruler): Make sure indentation is done at bol.
8114
8115 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8118 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8119 undecoded network data.
8120
8121 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8122
8123 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8124 name in the mode line spec so that the mode line menu works
8125 (bug #2431).
8126
8127 * message.el (message-get-reply-headers): If we're fed `to-address',
8128 then always use that.
8129
8130 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8131 aren't so wide as to need to switch off the edit menu.
8132
8133 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8134 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8135
8136 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8137 `M-g'.
8138 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8139 the permanent marks.
8140
8141 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8142
8143 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8144 Splitting according to references/in-reply-to obeys the ignore-groups
8145 variable, while splitting by sender and subject do not.
8146
8147 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8148
8149 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8150 alist, so that we can look for non-Unicode chars.
8151 (article-translate-strings): Allow both character and string maps.
8152
8153 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8154
8155 * shr.el (shr-insert): Don't insert space behind a wide character
8156 categorized as kinsoku-bol, or between characters both categorized as
8157 nospace.
8158
8159 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8160
8161 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8162 headers to gnus-newsgroup-headers.
8163
8164 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8165
8166 * shr.el (shr-tag-img): Don't align images -- since we're not
8167 rescaling, this often leads to ugly displays.
8168
8169 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8170
8171 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8172 duplicates.
8173
8174 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8175
8176 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8177 call.
8178
8179 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8180
8181 * gnus.el: Autoload gnus-html-show-images.
8182
8183 * nnimap.el: Use nnheader-message throughout.
8184
8185 * shr.el (shr-tag-img): Ignore images with no data.
8186
8187 2010-10-15 Julien Danjou <julien@danjou.info>
8188
8189 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8190 a possibility to disable format=flow encoding when using hard newlines.
8191
8192 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8193
8194 * shr.el (shr-insert): Remove space inserted before or after a
8195 breakable character or at the beginning or the end of a line.
8196 (shr-find-fill-point): Do kinsoku; find the second best point or give
8197 it up if there's no breakable point.
8198
8199 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8200
8201 * nnimap.el (nnimap-open-connection): Message when opening connection
8202 for debugging purposes.
8203
8204 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8205 on every setup buffer call to allow this to change from article to
8206 article.
8207
8208 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8209 buffers where we have a wide table.
8210
8211 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8212
8213 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8214 uses *-request-thread.
8215
8216 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8217
8218 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8219 incantation, which is no longer valid.
8220
8221 2010-10-14 Julien Danjou <julien@danjou.info>
8222
8223 * shr.el: Fix defcustom type (char -> character).
8224
8225 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8226
8227 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8228 programs.
8229
8230 2010-10-14 Julien Danjou <julien@danjou.info>
8231
8232 * shr.el (shr-tag-a): Use url-link as widget type.
8233
8234 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8235 `gnus-group-get-icon'.
8236
8237 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8238
8239 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8240 This should make server editing work better.
8241
8242 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8243
8244 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8245 (nnimap-parse-flags): Fix regexp.
8246
8247 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8248 probably work for CJVK text, too.
8249
8250 * nnimap.el (nnimap-extend-tls-programs): Remove.
8251 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8252
8253 2010-10-13 Julien Danjou <julien@danjou.info>
8254
8255 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8256 responses.
8257
8258 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8259
8260 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8261
8262 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8263 anything in Emacs.
8264
8265 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8266
8267 2010-10-13 Julien Danjou <julien@danjou.info>
8268
8269 * shr.el (shr-width): Make shr-width a defcustom with default to
8270 fill-column.
8271 (shr-tag-img): Use shr-width rather than fill-column.
8272
8273 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8274
8275 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8276
8277 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8278 position when (X-)Faces exist.
8279 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8280 avatars when called interactively.
8281
8282 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8283
8284 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8285 gnus-article-x-face-too-ugly is bound.
8286
8287 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8288
8289 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8290
8291 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8292 mailbox that doesn't exist.
8293
8294 2010-10-12 Julien Danjou <julien@danjou.info>
8295
8296 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8297 (shr-get-image-data): Encode URL properly when fetching from cache.
8298 (shr-tag-img): Use aligned-to spaces to align correctly images.
8299
8300 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8301 before inserting the Gravatar.
8302
8303 * shr.el (shr-tag-img): Add align attribute support for <img>.
8304
8305 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8306
8307 * gnus-gravatar.el (gnus-art): Require.
8308
8309 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8310 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8311 Remove long obsoleted functions.
8312
8313 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8314
8315 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8316
8317 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8318 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8319 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8320 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8321 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8322 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8323 Fix comment for declare-function.
8324
8325 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8326
8327 * nnimap.el (nnimap-request-rename-group): Select group read-only
8328 before renaming it.
8329
8330 * shr.el (shr-insert): Fix up the white space only regexp.
8331
8332 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8333 bodies. Protect against this. Reported by Michael Welsh Duggan.
8334
8335 * shr.el (shr-current-column): New function.
8336 (shr-find-fill-point): New function.
8337
8338 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8339
8340 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8341 numbers.
8342
8343 2010-10-11 Julien Danjou <julien@danjou.info>
8344
8345 * shr.el (shr-hr-line): Add.
8346 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8347 display hr lines.
8348 (shr-max-columns): Do not change state to nil if we just inserting
8349 spaces.
8350
8351 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8352
8353 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8354 select the last group.
8355
8356 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8357
8358 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8359
8360 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8361
8362 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8363 for Gnus.
8364 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8365 (nnimap-update-qresync-info): Mark \Seen articles as read.
8366
8367 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8368 non-variable, too.
8369
8370 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8371 available.
8372 (nnimap-update-info): Rely more on the current active than the param
8373 active to avoid marking articles as read too much.
8374
8375 * auth-source.el (auth-source-create): Use (user-login-name) for the
8376 user name default.
8377
8378 * nnimap.el (nnimap-update-info): If the server doesn't return any
8379 useful info, just use the previous info.
8380 (nnimap-update-info): Prefer old info over start-article.
8381 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8382
8383 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8384
8385 * nnir.el (autoload): Clean up autoloads.
8386 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8387 Use key rather than value.
8388 (nnir-imap-search-other): New variable.
8389 (nnir-read-parm): Use it.
8390 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8391 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8392
8393 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8396 the process, too.
8397
8398 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8399
8400 * spam.el (gnus-summary-mode-map): Bind to "$".
8401 Suggested by Russ Allbery.
8402
8403 * shr.el: Rework the way things are indented by <li> slightly.
8404
8405 * gnus.el (gnus-group-set-parameter): Fix typo.
8406
8407 * nnimap.el: Start implementing QRESYNC support.
8408
8409 2010-10-09 Julien Danjou <julien@danjou.info>
8410
8411 * nnir.el (nnir-engines): Fix too many arguments.
8412
8413 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8414
8415 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8416 group is the "last", so that the backends like nnfolder actually save
8417 their folders.
8418
8419 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8420 try to use that for the TLS stream.
8421 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8422 UIDVALIDITY and find out which groups are read-only and not.
8423 (nnimap-get-flags): Use the same marks parsing code as the rest of
8424 nnimap.
8425
8426 2010-10-09 Julien Danjou <julien@danjou.info>
8427
8428 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8429
8430 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8431 retrieving gravatars.
8432
8433 * shr.el (shr-table-corner): Add.
8434 (shr-table-line): Add.
8435 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8436
8437 2010-10-08 Julien Danjou <julien@danjou.info>
8438
8439 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8440
8441 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8442
8443 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8444
8445 * gnus-sum.el (gnus-mark-article-as-unread)
8446 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8447 (gnus-summary-set-bookmark): Use it.
8448
8449 * gnus-msg.el (gnus-setup-message): Use it.
8450
8451 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8452
8453 * gnus.el (gnus-group-remove-parameter): Use it.
8454
8455 * gnus-group.el (gnus-group-make-web-group): Use it.
8456
8457 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8458
8459 * nnregistry.el: Update docs to mention manual.
8460
8461 * gnus-registry.el: Update docs to mention nnregistry.el.
8462 (gnus-registry-initialize): Don't install nnregistry refer method
8463 automatically.
8464 (gnus-registry-install-nnregistry): Remove it.
8465
8466 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8467
8468 * shr.el (shr-insert): Don't insert double spaces.
8469
8470 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8471
8472 * gnus-gravatar.el (gnus-treat-from-gravatar)
8473 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8474 called interactively.
8475
8476 * gnus-art.el (gnus-mime-view-part-externally)
8477 (gnus-mime-view-part-internally): Make predicate function passed to
8478 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8479 of a mime type.
8480
8481 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8482
8483 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8484
8485 * shr.el (require): Require cl when compiling.
8486 (shr-tag-hr): New function.
8487
8488 * nnimap.el (nnimap-update-info): Remove double setting of high.
8489 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8490 This makes nnimap work properly on Courier again.
8491
8492 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8493 the variable for backwards compatibility.
8494
8495 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8496 the file name before using to avoid setting mm-default-directory to
8497 nil.
8498
8499 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8500 bidning gnus-agent variables.
8501
8502 * shr.el (shr-render-td): Use a cache for the table rendering function
8503 to avoid getting an exponential rendering behavior in nested tables.
8504 (shr-insert): Rework the line-breaking algorithm.
8505 (shr-insert): Don't leave trailing spaces.
8506 (shr-insert-table): Also insert empty TDs.
8507 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8508
8509 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * gnus-sum.el (gnus-number): Rename from `number'.
8512 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8513 (gnus-summary-limit-children): Update uses correspondingly.
8514
8515 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8516
8517 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8518 (gnus-gravatar-transform-address): Don't show avatars of people of
8519 which mail addresses match gnus-gravatar-too-ugly.
8520
8521 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8522
8523 * shr.el (shr-table-widths): Expand TD elements to fill available
8524 space.
8525
8526 2010-10-07 Julien Danjou <julien@danjou.info>
8527
8528 * nnimap.el (nnimap-request-rename-group): Add this method.
8529
8530 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8531
8532 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8533 name from XEmacs' function-arglist.
8534
8535 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8536 gravatar under XEmacs.
8537
8538 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8539
8540 * auth-source.el: Update docs with TODO items.
8541
8542 * gnus-sync.el: Update docs to explain state and plans.
8543
8544 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8545 Hooks for mark updates.
8546 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8547
8548 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8549 hooks with arguments, which is needed for mark update hooks.
8550
8551 2010-10-06 Julien Danjou <julien@danjou.info>
8552
8553 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8554 was matched.
8555
8556 * sieve-manage.el: Update example in `Commentary'.
8557
8558 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8559
8560 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8561 not 2000.
8562 (sieve-manage-authenticate): Re-add function.
8563
8564 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8565
8566 * shr.el (shr-insert): Get 'space transition right.
8567 (shr-render-td): Only delete space at the end of the TD.
8568
8569 * nnimap.el (nnimap-open-connection): Prepare to support
8570 open-gnutls-stream.
8571
8572 * shr.el: Rearrange function order to be more logical.
8573
8574 2010-10-06 Julien Danjou <julien@danjou.info>
8575
8576 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8577 (nnrss-discover-feed): Remove 404 URL in docstring.
8578
8579 * nnir.el: Fix Swish-E URL.
8580 Fix Namazu URL.
8581
8582 * message.el (message-change-subject): Remove 404 URL in a comment.
8583
8584 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8585
8586 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8587 called interactively.
8588
8589 * gnus-util.el (gnus-remove-if): Allow hash table.
8590 (gnus-remove-if-not): New function.
8591
8592 * gnus-art.el (gnus-mime-view-part-as-type):
8593 * gnus-score.el (gnus-summary-score-effect):
8594 * gnus-sum.el (gnus-read-move-group-name):
8595 Replace remove-if-not with gnus-remove-if-not.
8596
8597 * gnus-group.el (gnus-group-completing-read):
8598 Regard collection as a hash table if it is not a list.
8599
8600 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8601
8602 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8603
8604 * shr.el: Document the table-rendering algorithm.
8605
8606 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8607 invalid URLs.
8608
8609 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8610 line-broken.
8611 (shr-tag-img): Ignore image fetching errors.
8612 (shr-overlays-in-region): Compute overlay positions correctly.
8613
8614 * mm-decode.el (mm-shr): Require shr.
8615
8616 * gnus-art.el (gnus-blocked-images): Move variable here.
8617
8618 * shr.el (shr-insert-table): Bind free variable.
8619
8620 * mm-decode.el (mm-shr): Bind shr-content-function.
8621
8622 * shr.el (shr-content-function): New variable.
8623
8624 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8625 added for symmetry.
8626
8627 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8628
8629 * gnus-group.el (gnus-group-make-group): Doc fix.
8630
8631 * nnimap.el (nnimap-request-newgroups): Return success.
8632
8633 * shr.el (shr-find-elements): New function.
8634 (shr-tag-table): Put all the images after the table.
8635 (shr-tag-table): Really inhibit images inside the table.
8636 (shr-collect-overlays): Copy over overlays from the TD elements to the
8637 main document.
8638
8639 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8640 gnus-blocked-images.
8641
8642 2010-10-05 Julien Danjou <julien@danjou.info>
8643
8644 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8645
8646 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8647 (gnus-html-maximum-image-size): Add this function.
8648 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8649
8650 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8651 server-value of the capability is nil.
8652
8653 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654
8655 * shr.el (shr-tag-em): Add <EM> tag.
8656
8657 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8658
8659 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8660 customizable.
8661
8662 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8663 handing broken links to browse-url.
8664
8665 2010-10-05 Julien Danjou <julien@danjou.info>
8666
8667 * gnus-util.el (gnus-emacs-completing-read)
8668 (gnus-iswitchb-completing-read): Use autoload rather than require.
8669
8670 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
8671
8672 * gnus-util.el (gnus-completing-read-function): Exclude
8673 gnus-icompleting-read and gnus-ido-completing-read from candidates for
8674 XEmacs since iswitchb.el is very old and ido.el is unavailable in
8675 XEmacs.
8676
8677 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8678 not to use `delete-dups' that is unavailable in XEmacs 21.4.
8679
8680 * gnus-html.el: Don't require help-fns under XEmacs.
8681 (gnus-html-schedule-image-fetching): Work for XEmacs.
8682
8683 * mm-decode.el (mm-shr): Decode contents by charset.
8684
8685 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8686
8687 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8688 unknown.
8689
8690 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8691 (shr-get-image-data): Ensure against the cache file missing.
8692
8693 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8694 for data.
8695
8696 * spam-report.el (spam-report-url-ping-plain): Don't query about
8697 killing the process.
8698
8699 * shr.el (shr-render-td): Protect against too-wide text.
8700
8701 2010-10-04 Julien Danjou <julien@danjou.info>
8702
8703 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8704 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8705
8706 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8707 retrieved.
8708
8709 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8710
8711 * shr.el (browse-url): Require.
8712 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8713 lines.
8714 (shr-show-alt-text, shr-browse-image): New commands.
8715 (shr-browse-url, shr-copy-url): New commands.
8716
8717 * gnus-sum.el (gnus-widen-article-window): New variable.
8718 (gnus-summary-select-article-buffer): Use it.
8719
8720 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8721 without @ signs.
8722
8723 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8724
8725 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8726
8727 2010-10-04 Julien Danjou <julien@danjou.info>
8728
8729 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8730 for XEmacs.
8731
8732 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8733
8734 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8735
8736 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8737 (nnimap-close-server): Implement.
8738
8739 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8740 (shr-insert): Tweak line breaking.
8741 (shr-insert): Handle <pre> better.
8742 (shr-tag-li): Get <li> indentation right.
8743 (shr-tag-li): Get <li> indentation even righter.
8744 (shr-tag-blockquote): Ensure paragraph start.
8745 (shr-make-table): Tweak table generation.
8746 (shr-make-table): Fix typo.
8747
8748 * shr.el: Implement table rendering.
8749
8750 2010-10-04 Julien Danjou <julien@danjou.info>
8751
8752 * gnus-html.el (gnus-html-put-image): Fix resize image code.
8753
8754 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8755
8756 * shr.el (shr-insert): Use string anchors instead of line anchors.
8757
8758 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8759
8760 * shr.el: Add headings.
8761 (shr-ensure-paragraph): Actually work.
8762 (shr-tag-li): Make <ul> prettier.
8763 (shr-insert): Get white space at the beginning/end of elements right.
8764 (shr-tag-p): Collapse subsequent <p>s.
8765 (shr-ensure-paragraph): Don't insert double line feeds after blank
8766 lines.
8767 (shr-insert): \t is also space.
8768 (shr-tag-s): Fix "s" tag name function.
8769 (shr-tag-s): Fix face prop name.
8770
8771 2010-10-03 Julien Danjou <julien@danjou.info>
8772
8773 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8774
8775 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8776 gnus-window-inside-pixel-edges.
8777
8778 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8779 gnus-ems.
8780
8781 * mm-view.el (mm-inline-image-emacs): Support image resizing.
8782
8783 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8784 function.
8785
8786 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8787 resize choice.
8788
8789 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8790
8791 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8792 beginning of the buffer.
8793
8794 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8795 article buffer again.
8796
8797 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8798
8799 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8800 when it's at the start of the buffer.
8801
8802 * shr.el (shr-tag-blockquote): Convert name.
8803 (shr-rescale-image): Use the right image-size variant.
8804
8805 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8806 buffer isn't shown, then select the current article first instead of
8807 bugging out.
8808 (gnus-summary-select-article-buffer): Show both the article and summary
8809 buffers again.
8810
8811 * shr.el (shr-fontize-cont): Protect against regions with no text.
8812 Rename tag functions to shr-tag-* for enhanced security.
8813 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8814
8815 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
8816
8817 * shr.el (shr-insert):
8818 * pop3.el (pop3-movemail):
8819 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8820 loaded.
8821
8822 2010-10-03 Glenn Morris <rgm@gnu.org>
8823
8824 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8825
8826 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8827
8828 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8829
8830 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8831
8832 * gnus-util.el (gnus-make-local-hook): Simplify.
8833
8834 2010-10-02 Julien Danjou <julien@danjou.info>
8835
8836 * gnus-util.el (gnus-iswitchb-completing-read): New function.
8837 (gnus-ido-completing-read): New function.
8838 (gnus-emacs-completing-read): New function.
8839 (gnus-completing-read): Use gnus-completing-read-function.
8840 Add gnus-completing-read-function.
8841
8842 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8843
8844 * shr.el (shr-insert-document): Autoload.
8845 (shr-img): Be silent.
8846 (shr-insert): Add a newline after every picture before text.
8847 (shr-add-font): Use overlays for combining faces.
8848 (shr-insert): Pass upwards the text start point.
8849
8850 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8851 possible.
8852 (mm-shr): New function.
8853
8854 2010-10-02 Julien Danjou <julien@danjou.info>
8855
8856 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8857 should go backward.
8858
8859 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
8860
8861 * shr.el (shr): Fix typo in provide call.
8862
8863 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8864
8865 * shr.el: New file.
8866
8867 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8868
8869 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8870 completing read.
8871
8872 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8873
8874 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8875 we're being queried about. Suggested by Dan Jacobson.
8876
8877 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8878 Suggested by Jason Eisner.
8879
8880 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8881 table, too. Suggested by Stefan Wiens.
8882 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8883 the table unnecessary. Suggested by Stefan Wiens.
8884
8885 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8886 longer needed, and probably doesn't work either, as pointed out by
8887 Stefan Wiens.
8888 (gnus-summary-exit): Remove call to the clearing function.
8889 (gnus-summary-exit-no-update): Ditto.
8890
8891 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8892 instead of gnus-eval-in-buffer-window to avoid popping up frames.
8893 Reported by Stefan Monnier.
8894 (gnus-summary-save-in-rmail): Ditto.
8895
8896 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8897 article buffer, instead of both the article buffer and the summary
8898 buffer. Sort of suggested by Dan Jacobson.
8899
8900 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8901
8902 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8903 Suggested by Dan Jacobson.
8904
8905 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8906 documentation clearer.
8907
8908 * message.el (message-shorten-references): Comment on the number "21".
8909 Suggested by Stefan Monnier.
8910
8911 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8912 Suggested by Dan Jacobson.
8913
8914 * gnus.el (gnus-large-newsgroup):
8915 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
8916
8917 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8918 externalize attachments. Bug reported by Steve Wen.
8919
8920 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8921 really message anything to the user.
8922
8923 * nnmail.el (nnmail-article-group): Allow using the fancy split method
8924 directly.
8925
8926 * nnimap.el (nnimap-request-group): Low higher than high to signal no
8927 messages in empty groups.
8928
8929 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8930
8931 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8932 non-UIDNEXT group.
8933
8934 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8935
8936 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8937 not the value from the collection.
8938
8939 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8940 values. This sometimes happens on some groups that have no info.
8941 (nnimap-request-newgroups): New function.
8942
8943 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8944
8945 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8946 check into `gnus-registry-initialize'.
8947 (gnus-registry-initialize): Ditto.
8948 Fix and extend header docs.
8949
8950 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8951
8952 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8953 regexp backtrace overflows.
8954
8955 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8956 for starttls that tls.el implements; i.e. openssl.
8957
8958 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8959
8960 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8961 (gravatar-create-image): New function that's an alias to
8962 gnus-xmas-create-image, gnus-create-image, or create-image.
8963 (gravatar-data->image): Use it.
8964
8965 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
8966
8967 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8968 install the nnregistry refer method.
8969 (gnus-registry-install-hooks): Use it.
8970 (gnus-registry-unfollowed-groups): Add nnmairix to the default
8971 unfollowed groups.
8972
8973 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
8974
8975 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8976 expanding threads.
8977
8978 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8979
8980 * nnir.el: Use the server names without suffixes (bug #7009).
8981
8982 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8983 unencrypted to STARTTLS, if possible.
8984
8985 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8986
8987 * message.el (message-ignored-supersedes-headers): Strip Injection-*
8988 headers before superseding.
8989
8990 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8991
8992 * nnrss.el (nnrss-use-local): Add documentation.
8993
8994 * nnimap.el (nnimap-extend-tls-programs): New function.
8995 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8996 (nnimap-wait-for-connection): Accept the greeting from the stupid
8997 output from openssl s_client -starttls, too.
8998
8999 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9000 article number.
9001 (nnimap-split-fancy): New variable.
9002 (nnimap-split-incoming-mail): Use it.
9003
9004 * nntp.el (nntp-server-list-active-group): Document.
9005
9006 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9007 SELECT to get the message-id.
9008
9009 * mail-source.el (mail-sources): Remove webmail support.
9010 (defvar): Ditto.
9011 (mail-source-fetcher-alist): Ditto.
9012 (mail-source-fetch-webmail): Remove.
9013
9014 * webmail.el: Remove -- doesn't seem relevant any more.
9015
9016 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9017
9018 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9019 the \r.
9020
9021 2010-09-30 Julien Danjou <julien@danjou.info>
9022
9023 * gnus-agent.el (gnus-agent-add-group): Fix call to
9024 gnus-completing-read.
9025
9026 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9027
9028 * nndoc.el (nndoc-retrieve-groups): New function.
9029
9030 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9031 `default', use nnmail-split-methods.
9032 (nnimap-request-article): Downcase the NILs so that they are nil.
9033
9034 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9035 symbol.
9036
9037 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9038 code, since if the user has requested network, that's what they ought
9039 to get.
9040 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9041 (nnimap-split-rule): Mark as obsolete.
9042
9043 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9044 New variable.
9045
9046 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9047 correct slot, too.
9048
9049 2010-09-29 Julien Danjou <julien@danjou.info>
9050
9051 * gnus.el (gnus-local-domain): Declare variable obsolete.
9052
9053 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9054 Fix history computing.
9055 (gnus-ido-completing-read): Require ido.
9056
9057 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9058
9059 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9060 build Gnus.
9061
9062 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9063 when interpreting the structures.
9064 (nnimap-request-accept-article): Add \r\n to the lines to make this
9065 work with Cyrus.
9066
9067 * nndraft.el (nndraft-request-expire-articles): Use the group name
9068 instead if "nndraft". Fix found by Nils Ackermann.
9069
9070 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9071
9072 * nnregistry.el: Add.
9073
9074 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * nnmail.el (group, group-art-list, group-art):
9077 Remove unneeded directives.
9078
9079 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9080
9081 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9082 (mm-mime-charset):
9083 * rfc2047.el (rfc2047-syntax-table):
9084 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9085
9086 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9087 rather than `insert-file-contents' and `eval-region'.
9088
9089 2010-09-29 Julien Danjou <julien@danjou.info>
9090
9091 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9092 replacement of `gnus-gravatar-relief' to mimic
9093 `gnus-faces-properties-alist'.
9094 Add :version property.
9095
9096 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9097
9098 * mail-source.el (mail-source-report-new-mail):
9099 * message.el (message-default-mail-headers):
9100 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9101
9102 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9103
9104 2010-09-28 Julien Danjou <julien@danjou.info>
9105
9106 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9107 mail-address contains the same string as real-name.
9108
9109 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9110 non-blank in header, otherwise it'll get stripped.
9111
9112 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9113 real-name, and then for mail address rather than doing : or , search.
9114
9115 2010-09-27 Julien Danjou <julien@danjou.info>
9116
9117 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9118 right completing-read function.
9119 (gnus-use-ido): New variable
9120 (gnus-completing-read-with-default): Remove.
9121 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9122 (gnus-agent-add-group):
9123 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9124 * mm-view.el (mm-view-pkcs7-decrypt):
9125 * mm-util.el (mm-codepage-setup):
9126 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9127 * mml-smime.el (mml-smime-openssl-sign-query):
9128 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9129 (mml-insert-multipart):
9130 * gnus-msg.el (gnus-summary-yank-message):
9131 * gnus-int.el (gnus-start-news-server):
9132 * mm-decode.el (mm-interactively-view-part):
9133 * gnus-dired.el (gnus-dired-attach):
9134 * gnus.el (gnus-read-method):
9135 * gnus-bookmark.el (gnus-bookmark-jump):
9136 * gnus-art.el (gnus-mime-view-part-as-type)
9137 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9138 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9139 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9140 * nnmairix.el (nnmairix-create-server-and-default-group)
9141 (nnmairix-update-groups, nnmairix-get-server)
9142 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9143 (nnmairix-get-group-from-file-path):
9144 * nnrss.el (nnrss-find-rss-via-syndic8):
9145 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9146 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9147 (gnus-group-browse-foreign-server):
9148 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9149 (gnus-summary-execute-command, gnus-summary-respool-article)
9150 (gnus-read-move-group-name):
9151 * gnus-score.el (gnus-summary-increase-score)
9152 (gnus-summary-score-effect):
9153 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9154
9155 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9156
9157 * nnimap.el (auth-source-forget-user-or-password)
9158 (auth-source-user-or-password): Autoload.
9159
9160 * message.el (message-from-style, message-interactive)
9161 (message-signature): Remove comment.
9162 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9163 always.
9164 (message-sendmail-envelope-from): Comment fix.
9165 (message-yank-prefix): Default to mail-yank-prefix always.
9166 (message-indentation-spaces):
9167 Default to mail-indentation-spaces always.
9168 (message-signature-file): Default to mail-signature-file always.
9169
9170 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9171
9172 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9173 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9174 new articles.
9175
9176 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9177 parts.
9178 (nnimap-request-article): Work with the t setting, too.
9179
9180 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9181 that you don't get flashes of other buffers.
9182 (gnus-summary-show-complete-article): Intern before setting.
9183
9184 2010-09-27 David Engster <dengste@eml.cc>
9185
9186 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9187 well as HEADERS.
9188 (nnmairix-retrieve-headers): Provide new argument for the above.
9189
9190 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9191
9192 * gnus-sum.el (gnus-summary-move-article): Don't alter
9193 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9194 group.
9195
9196 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9197
9198 * message.el (message-cite-prefix-regexp): Revert my last edit.
9199
9200 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9201 variable instead of the Gnus variable.
9202
9203 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9204
9205 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9206
9207 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9208 since some servers don't like it.
9209 (nnimap-open-connection): Forget credentials if the server says the
9210 password was wrong.
9211 (nnimap-parse-line): Protect against invalid data.
9212
9213 * gnus-sum.el (gnus-summary-move-article): Add comment.
9214 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9215 nothing alters it while scanning for new messages.
9216
9217 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9218 which may or may not help.
9219 (nnimap-open-connection): If we're doing a stream connection, and then
9220 discover we're on a STARTTLS-capable server, then open a STARTTLS
9221 connection instead.
9222
9223 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9224
9225 * nnimap.el (utf7): Require.
9226
9227 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9228 prefix.
9229
9230 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9231
9232 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9233
9234 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9235
9236 * nnimap.el (nnimap-request-accept-article): Message the error on
9237 error.
9238
9239 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9240
9241 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9242
9243 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9244
9245 * nndoc.el (nndoc-request-list): Return success always.
9246
9247 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9248 `fetch-old' -- we only want to fetch the articles we've requested.
9249 The rest are in the agent, probably.
9250 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9251 disappeared server" to something low. It's not important.
9252
9253 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9254 arrived before the FETCH data.
9255
9256 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9257 target here, because we don't know the Gnus name of the group.
9258
9259 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9260 for the correct group.
9261
9262 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9263
9264 * gnus.el (gnus): Give a final warning after startup.
9265
9266 * gnus-util.el (gnus-action-message-log): New variable.
9267 (gnus-message): Use it.
9268 (gnus-final-warning): New function.
9269
9270 * nnimap.el (nnimap-open-connection): Record the greeting.
9271 (nnimap): Add greeting.
9272
9273 2010-09-26 Julien Danjou <julien@danjou.info>
9274
9275 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9276 arguments.
9277 (gnus-html-wash-images): Fix spec computing to include start/end.
9278
9279 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9280
9281 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9282
9283 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9284 deletion.
9285 (nnimap-retrieve-headers): Don't select the group, because that's
9286 already done by nnimap-possibly-change-group.
9287
9288 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9289 (gnus-picon-transform-address): Use it.
9290
9291 * mail-source.el (mail-source-value): Revert previous patch.
9292
9293 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9294 on failure.
9295 (nnimap-open-connection): Look up both virtual and physical server name
9296 credentials.
9297
9298 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9299
9300 2009-02-08 Dave Love <fx@gnu.org>
9301
9302 * gnus-win.el (gnus-window-to-buffer-helper)
9303 (gnus-all-windows-visible-p): Function needn't be a symbol.
9304
9305 * mail-source.el (mail-source-value): Function needn't be a symbol.
9306
9307 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9308
9309 * message.el (message-cite-prefix-regexp): Remove } from the cite
9310 prefix.
9311
9312 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9313 highlight again, so that the highlight is correct.
9314
9315 * gnus-picon.el (gnus-picon): Remove again.
9316 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9317
9318 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9319 doing the header highlightling, so that the background color of the
9320 picon is correct.
9321
9322 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9323 (gnus-picon): Ditto.
9324 (gnus-picon): Reinstate. The background color for picons is white.
9325 (gnus-picon-insert-glyph): Make the background white.
9326
9327 * nnml.el (nnml-open-nov): Don't return dead buffers.
9328
9329 * auth-source.el (auth-source-create): Query the user for whether to
9330 store the credentials.
9331
9332 * auth-source.el (auth-source-user-or-password): Use the existing auth
9333 sources, if any, for creation.
9334
9335 * gnus.el (gnus-group-fast-parameter): Return the last matching
9336 parameter instead of the first matching parameter.
9337
9338 2010-09-26 Julien Danjou <julien@danjou.info>
9339
9340 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9341
9342 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9343
9344 * mml2015.el (mml2015-use): Remove gpg support.
9345
9346 * mml1991.el (mml1991-function-alist): Remove gpg function.
9347 (mml1991-gpg-sign): Remove.
9348
9349 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9350
9351 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9352 (gnus-browse-unsubscribe-current-group): Document it.
9353 (gnus-browse-unsubscribe-group): Use it.
9354
9355 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9356
9357 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9358 address to the To list for easier response.
9359
9360 * gnus.el (gnus-play-startup-jingle): Remove.
9361 (gnus-splash): Don't play jingle.
9362 (gnus): Silence gnus-load message.
9363
9364 * gnus-art.el (gnus-treat-play-sounds): Remove.
9365
9366 * gnus.el (gnus-play-jingle): Remove audio support.
9367
9368 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9369
9370 * earcon.el: Remove -- no users.
9371
9372 * gnus-audio.el: Remove -- no users of this package.
9373
9374 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9375
9376 * gnus-start.el (gnus-setup-news): Remove nocem support.
9377
9378 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9379
9380 * gnus.el (gnus-use-nocem): Remove.
9381
9382 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9383 Remove.
9384
9385 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9386 uses NoCeM any more.
9387
9388 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9389 (gnus-button-ctan-handler): Ditto.
9390 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9391 (gnus-button-ctan-directory-regexp): Ditto.
9392 (gnus-button-handle-ctan): Ditto.
9393 (gnus-button-tex-level): Ditto.
9394 (gnus-button-alist): Remove CTAN stuff.
9395
9396 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9397
9398 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9399 nnimap-streaming test.
9400
9401 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9402 servers twice.
9403
9404 * nnimap.el (nnimap-open-connection): Add more error reporting when
9405 nnimap fails early.
9406
9407 * nnheader.el (nnheader-get-report-string): New function.
9408 (nnheader-get-report): Use it.
9409
9410 * gnus-int.el (gnus-check-server): Say what the error was when opening
9411 failed.
9412
9413 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9414 using streaming.
9415
9416 2010-09-25 Julien Danjou <julien@danjou.info>
9417
9418 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9419 gnus-window-inside-pixel-edges.
9420
9421 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9422
9423 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9424
9425 * mm-decode.el (mm-save-part): Allow saving to other directories the
9426 normal Emacs way.
9427
9428 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9429 Suggested by Jay Berkenbilt.
9430
9431 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9432 there isn't a single byte.
9433
9434 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9435 just do it. It doesn't really seem to matter what the user responds
9436 here, I think, so it's just a confusing question.
9437
9438 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9439 non-streaming case.
9440
9441 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9442 (gnus-article-encrypt-body): Use it.
9443
9444 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9445 keystroke.
9446
9447 * nnimap.el (nnimap-find-wanted-parts-1):
9448 Use gnus-fetch-partial-articles.
9449
9450 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9451
9452 * nnimap.el (nnimap-insert-partial-structure): New function.
9453 (nnimap-get-partial-article): New function.
9454 (nnimap-request-article): Use it.
9455 (nnimap-wait-for-response): Return whether the wait was successful.
9456 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9457 retrieval wasn't successful.
9458 (nnimap-retrieve-group-data-early): Allow throttling servers.
9459 (nnimap-streaming): New variable.
9460 (nnimap-fetch-partial-articles): Remove.
9461
9462 * mm-decode.el (mm-with-part): Protect against killed buffers.
9463
9464 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9465 for prettier summary display.
9466
9467 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9468
9469 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9470
9471 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9472
9473 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9474 apparently third-party libraries depend on it.
9475
9476 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9477 before starting negotiation.
9478
9479 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9480 privacy reasons.
9481 (gnus-treat-mail-gravatar): Ditto.
9482
9483 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9484 buffer when inserting images. Inserting text into the headers, for
9485 instance, can make them invalid.
9486
9487 2010-09-25 Julien Danjou <julien@danjou.info>
9488
9489 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9490 variables.
9491
9492 * nnheader.el: Remove useless variables news-reply-yank-from and
9493 news-reply-yank-message-id.
9494
9495 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9496 variables.
9497
9498 * mml1991.el: Remove useless mml1991-verbose.
9499
9500 * gnus.el: Remove useless variable gnus-use-generic-from.
9501 Remove obsolete variable gnus-topic-indentation.
9502
9503 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9504
9505 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9506
9507 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9508
9509 * gnus-group.el: Remove useless gnus-group-icon-cache.
9510 Remove useless gnus-ephemeral-group-server.
9511
9512 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9513
9514 * mml2015.el: Remove useless mml2015-verbose.
9515
9516 * mml-smime.el: Remove useless mml-smime-verbose.
9517
9518 * gnus.el: Remove useless gnus-local-domain.
9519
9520 * gnus-gravatar.el (gnus-gravatar-transform-address):
9521 Use gnus-gravatar-size.
9522
9523 * gnus-art.el: Remove useless gnus-treat-translate.
9524
9525 2010-09-24 Julien Danjou <julien@danjou.info>
9526
9527 * gnus-sum.el: Add support for Gravatars.
9528
9529 * gnus-art.el: Add support for Gravatars.
9530
9531 * gnus-gravatar.el: Add this file.
9532
9533 * gravatar.el: Add this file.
9534
9535 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9536
9537 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9538
9539 * gnus-group.el (gnus-group-fetch-faq): Remove.
9540
9541 * gnus.el (gnus-group-faq-directory): Remove.
9542
9543 * gnus-group.el (gnus-group-fetch-charter): Remove.
9544
9545 * gnus.el (gnus-group-charter-alist): Remove.
9546
9547 * gnus-group.el (gnus-group-archive-directory): Remove.
9548 (gnus-group-recent-archive-directory): Ditto.
9549 (gnus-group-make-archive-group): Remove.
9550
9551 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9552
9553 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9554 use the same article number for all the cached articles.
9555
9556 * nnimap.el (nnimap-command): Register the last command time so
9557 that we can use it for idling NOOPs.
9558 (nnimap-open-connection): Start the keeplive timer.
9559 (nnimap-make-process-buffer): Store all the process buffers.
9560 (nnimap-keepalive): New function.
9561
9562 * starttls.el (starttls-open-stream): Add autoload cookie.
9563
9564 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9565
9566 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9567 handling.
9568
9569 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9570
9571 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9572 its data structures.
9573
9574 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9575 instead of the cl.el copy-list.
9576 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9577 equalp.
9578
9579 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9580
9581 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9582 and tool-bar-local-item-from-menu.
9583
9584 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9585 mode-line-highlight face for Emacs.
9586
9587 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9588 loading gnus-sum.elc; fix comment for canlock-verify.
9589 (gnus-article-jump-to-part): Use read-number.
9590 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9591 Remove Emacs pre-21 compatible code for help-echo.
9592 (gnus-article-next-page-1): No need to adjust the number of lines.
9593 (gnus-article-describe-bindings): Always use help-buffer.
9594
9595 * gnus-audio.el (gnus-audio-inline-sound):
9596 * gnus-cus.el (gnus-custom-mode):
9597 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9598
9599 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9600
9601 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9602 compatible code.
9603
9604 2010-09-24 Glenn Morris <rgm@gnu.org>
9605
9606 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9607 visiting the fcc file in rmail-mode.
9608
9609 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9610
9611 * nnir.el: Silence the byte compiler.
9612
9613 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9614 alias to browse-url-url-encode-chars if any.
9615 (gnus-html-encode-url): Use it.
9616
9617 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9618
9619 * gnus-start.el (gnus-use-backend-marks): New variable.
9620 (gnus-get-unread-articles-in-group): Use it.
9621
9622 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9623 makeover.
9624
9625 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9626
9627 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9628
9629 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9630
9631 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9632 Remove.
9633 (gnus-setup-news-hook):
9634 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9635
9636 * gnus-int.el (gnus-request-update-info): Protect against backends not
9637 having the function.
9638
9639 * nnimap.el (nnimap-stream): Mention STARTTLS.
9640 (nnimap-open-connection): Add STARTTLS support.
9641
9642 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9643
9644 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9645
9646 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9647
9648 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9649 BODYSTRUCTUREs.
9650 (nnimap-transform-headers): Unfold quoted {42} headers.
9651
9652 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9653 the info.
9654 (gnus-get-unread-articles): Only call updatep on backends that support
9655 it.
9656
9657 * nnweb.el (nnweb-request-update-info): NOOP.
9658
9659 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9660
9661 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9662 since it only deals with marks.
9663
9664 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9665 gnus-request-marks, and make a new gnus-request-update-info.
9666
9667 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9668 the active instead of the high number, which is usually too low.
9669
9670 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
9671
9672 * encrypt.el: Remove.
9673
9674 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9675
9676 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9677 server in symbolic form.
9678
9679 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9680
9681 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9682
9683 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9684 (nnimap-update-info): Fix up code slightly.
9685
9686 * gnus-int.el (gnus-open-server): Add tracing for performance
9687 debugging.
9688
9689 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9690 (gnus-group-insert-group-line): Pass the real group name so that it
9691 gets the right data.
9692
9693 * gnus-start.el (gnus-get-unread-articles): Don't have
9694 `gnus-get-unread-articles-in-group' update info, since that can be
9695 really slow and doesn't seem to be needed?
9696
9697 2010-09-22 Julien Danjou <julien@danjou.info>
9698
9699 * gnus-group.el (gnus-group-insert-group-line):
9700 Call gnus-group-highlight-line.
9701 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9702 default hook list.
9703 (gnus-group-update-eval-form): Add new function.
9704 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9705 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9706
9707 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9708
9709 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9710 immediate, then expire all articles.
9711 (nnimap-update-info): Fix off-by-one errors.
9712 (nnimap-flags-to-marks): Would return no marks lists for group with no
9713 flags. Instead return the other data.
9714
9715 2010-09-22 Julien Danjou <julien@danjou.info>
9716
9717 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9718 Only return an icon.
9719 (gnus-group-insert-group-line): Compute icon to return.
9720
9721 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9722 (gnus-html-image-fetched): Only cache if
9723 gnus-html-image-automatic-caching is set.
9724 (gnus-html-image-fetched): Check for errors.
9725
9726 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9727
9728 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9729 once per method on `g'. This ensures that backends like nnfolder don't
9730 open all their folders.
9731
9732 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9733 (nnimap-request-list): Nix out group in the correct buffer.
9734 (nnimap-parse-flags): Implement by using `read' instead of
9735 hand-parsing.
9736 (nnimap-flags-to-marks): Pass on permanent-flags.
9737 (nnimap-make-process-buffer): Record the server name.
9738 (nnimap-parse-flags): Fix typo.
9739 (nnimap-request-scan): Run split on the server in general, not just a
9740 single group.
9741
9742 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9743 parameter, and propagate this downwards.
9744
9745 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9746 since EXAMINE changes it on the server.
9747
9748 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9749 this command might take a while.
9750
9751 2010-09-22 Julien Danjou <julien@danjou.info>
9752
9753 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
9754 harmful if you have 2 images side-by-side, they can't be properly
9755 update on text deletion. Using text-property is safer here.
9756 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9757 data.
9758
9759 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9760
9761 * nnimap.el (nnimap-expunge-inbox): Remove.
9762 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9763 (nnimap-expunge): Flip default to t.
9764
9765 * gnus.el (gnus-method-to-server): Don't push things to the cache
9766 unless it's unique.
9767 (gnus-server-to-method): Ditto.
9768
9769 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9770
9771 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9772
9773 2010-09-22 Julien Danjou <julien@danjou.info>
9774
9775 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9776 get the start of data.
9777 (gnus-html-encode-url): Add this function to encode special chars in
9778 URL.
9779 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9780 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9781
9782 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9783 default.
9784 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9785
9786 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9787 images alt-text.
9788 (gnus-html-put-image): Put alt-text as help-echo.
9789
9790 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9791
9792 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9793 * mm-util.el (mm-decompress-buffer):
9794 * nnir.el (nnir-run-find-grep):
9795 * pop3.el (pop3-list): Use 3rd arg of split-string.
9796
9797 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9798
9799 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9800 outside the active range. Suggested by Dan Christensen.
9801
9802 * gnus-start.el (gnus-get-unread-articles): Get the extended method
9803 slightly later to avoid double-getting it.
9804
9805 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9806 previous patch.
9807
9808 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9809
9810 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
9811
9812 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9813
9814 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9815
9816 * gnus-int.el (gnus-open-server): Give a better error message in the
9817 "go offline" case.
9818
9819 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9820 marks for nnimap, which is seldom the right thing to do.
9821
9822 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9823 (gnus-same-method-different-name): New function.
9824
9825 * nnimap.el (parse-time): Require.
9826
9827 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9828 method in the presence of many similar methods.
9829
9830 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9831
9832 * nnimap.el (nnimap-find-expired-articles): Don't refer to
9833 nnml-inhibit-expiry.
9834
9835 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9836 find out whether methods are equal.
9837
9838 * nnimap.el (nnimap-find-expired-articles): New function.
9839 (nnimap-process-expiry-targets): New function.
9840 (nnimap-request-move-article): Request the article before looking at
9841 what the Message-ID is. Fix found by Andrew Cohen.
9842 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9843
9844 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9845 for oldness in addition to being a predicate.
9846
9847 * nnimap.el (nnimap-request-group): When we have zero articles, return
9848 the right data to Gnus.
9849 (nnimap-request-expire-articles): Only delete articles immediately if
9850 the target is 'delete.
9851
9852 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9853 method, this would bug out.
9854
9855 * gnus-group.el (gnus-group-expunge-group): Rename from
9856 gnus-group-nnimap-expunge, and implemented as a normal interface
9857 function.
9858
9859 * gnus-int.el (gnus-request-expunge-group): New function.
9860
9861 * nnimap.el (nnimap-request-create-group): Implement.
9862 (nnimap-request-expunge-group): New function.
9863
9864 2010-09-21 Julien Danjou <julien@danjou.info>
9865
9866 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9867 (gnus-html-cache-expired): Add new function.
9868 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9869 wethever we should display image for fetch it.
9870 Compute alt-text earlier to pass it to the fetching function too.
9871 (gnus-html-schedule-image-fetching): Change function argument to only
9872 get one image at a time, not a list.
9873 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9874 cache.
9875 (gnus-html-get-image-data): New function to retrieve image data from
9876 cache.
9877 (gnus-html-put-image): Change buffer argument to use image data rather
9878 than file, and place image above region rather than inserting a new
9879 one. Do not take alt-text as argument, since it's useless now: we place
9880 the image above alt-text.
9881 (gnus-html-prune-cache): Remove.
9882 (gnus-html-show-images): Start to fetch image when we find one, do not
9883 push into a temporary list.
9884 (gnus-html-prefetch-images): Only fetch image if they have expired.
9885 (gnus-html-browse-image): Fix, use 'gnus-image-url.
9886 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9887
9888 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9889
9890 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9891
9892 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9893
9894 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9895 spec inser "*" if the group isn't active instead of 0.
9896
9897 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9898 opening the server.
9899 (nnimap-request-delete-group): Implement group deletion.
9900 (nnimap-transform-headers): Return the size of the entire message in
9901 the Bytes header, not just the size of the first part.
9902 (nnimap-request-move-article): When moving an article from nnimap,
9903 request the article first so the accepting form has an article to
9904 accept. Reported by Dan Christensen.
9905 (nnimap-command): Make sure that the error message doesn't error out.
9906
9907 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
9908
9909 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9910 we haven't requested anything.
9911
9912 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9913
9914 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9915 "". Fix found by Andrew Cohen.
9916
9917 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9918 instead of -encode-string.
9919
9920 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9921
9922 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9923
9924 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9925 by mm-subst-char-in-string.
9926
9927 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9928
9929 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9930 waiting for the connection string.
9931
9932 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9933 arriving.
9934
9935 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9936 bogus characters. This allows selecting certain Gmail groups.
9937
9938 * nnimap.el (nnimap-find-wanted-parts-1): New function.
9939 (nnimap-fetch-partial-articles): New variable.
9940 (nnimap-open-connection): When looking for credentials, also use the
9941 nnimap-server-port.
9942 (nnimap-request-article): Return the group/article number, so that Gnus
9943 `^' works as expected.
9944 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9945
9946 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9947 comments.
9948 (gnus-methods-sloppily-equal): New function.
9949 (gnus): When using the development version of Gnus, load the gnus-load
9950 file.
9951
9952 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9953 `gnus-open-server' on each method before trying to scan them etc.
9954 This ensures that all the backend parameters are set correctly.
9955
9956 * nnimap.el (nnimap-authenticator): New variable.
9957 (nnimap-open-connection): Allow anonymous login.
9958 (nnimap-transform-headers): The chars header is called Chars not Bytes.
9959 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9960
9961 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9962 patch, found by Knut Anders Hatlen.
9963
9964 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
9965
9966 * gnus-agent.el (gnus-agent-batch-confirmation)
9967 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9968 to gnus-message.
9969 * gnus-art.el (gnus-article-describe-briefly): Likewise.
9970 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9971 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9972 * gnus-int.el (gnus-open-server): Likewise.
9973 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9974 (gnus-score-check-syntax): Likewise.
9975 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9976 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9977 Likewise.
9978 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9979
9980 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9981
9982 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9983 calling conventions so that prefetch doesn't bug out.
9984
9985 2010-09-19 Julien Danjou <julien@danjou.info>
9986
9987 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9988 rather than `subst-char-in-region' in order to be able to replace ASCII
9989 char by UTF-8 ones.
9990
9991 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9992 than curl.
9993 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9994 the right URL and ALT text on images.
9995 (gnus-html-wash-tags): Fix tag case.
9996 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
9997 (gnus-article-html): Add -o display_ins_del=2 option.
9998 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9999
10000 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10001
10002 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10003 the extra mail headers, which sometimes seem to happen for unknown
10004 reasons.
10005
10006 * mail-parse.el (mail-header-encode-parameter): Define as
10007 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10008 (or most, perhaps?) mail readers don't understand the latter, but do
10009 understand the former.
10010
10011 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10012 to nil, so that no methods are automatically agentized. I think this
10013 is probably what most users want.
10014
10015 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10016 from url-retrieve, for instance about invalid URLs.
10017
10018 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10019 groups that have no articles.
10020 (nnimap-request-article): Check that we really got an article when we
10021 requested one.
10022
10023 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10024 doesn't exist.
10025
10026 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10027 nntp buffer so the agent can save it.
10028 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10029 that CRLF doesn't get translated to \n.
10030 (nnimap-open-connection): Don't make 'shell commands only send \n.
10031
10032 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10033
10034 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10035 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10036 Update var name.
10037 (nnml-generate-nov-file): Use dolist.
10038 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10039 Use with-current-buffer.
10040
10041 2010-09-18 Julien Danjou <julien@danjou.info>
10042
10043 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10044 parallel.
10045
10046 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10047
10048 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10049 the range update right.
10050 (nnimap-request-group): Don't make `M-g' bug out on group with no
10051 marks.
10052 (nnoo): Require, so that other packages can require nnimap.
10053 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10054 command we're looking for. This helps when the server sends more
10055 responses after we've gotten everything we expected.
10056 (nnimap): Add a `newlinep' field to keep track of end-of-line
10057 conventions.
10058 Don't send CRLF to things that don't want it.
10059 (nnimap-request-accept-article): Ditto.
10060
10061 2010-09-18 Julien Danjou <julien@danjou.info>
10062
10063 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10064 than curl to retrieve images.
10065
10066 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10067
10068 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10069 the marks.
10070 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10071 (nnimap-wait-for-connection): New function.
10072 (nnimap-open-connection): If we have PREAUTH, don't query for login
10073 credentials.
10074 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10075 when doing a partial update.
10076
10077 2010-09-18 Julien Danjou <julien@danjou.info>
10078
10079 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10080 tags.
10081
10082 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10083
10084 * nnimap.el (nnimap-credentials): New function.
10085 (nnimap-open-connection): Use the new function to look for credentials
10086 also on the numeric equivalents of "imap" and "imaps".
10087
10088 * gnus-start.el (gnus-activate-group): Send the info to
10089 gnus-request-group.
10090
10091 * nnimap.el (nnimap-request-group): Have the "check" version of the
10092 function parse flags and update the info, so that a `M-g' get a total
10093 resync of all flags from the group.
10094
10095 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10096 to allow backends to alter the info on group selection. Also alter all
10097 the backend -request-group functions to take the parameter.
10098
10099 * nnimap.el (nnimap-store-info): New function.
10100 (nnimap-update-info): Store the info for later usage.
10101 (nnimap-request-group): Use the stored info for the dont-check case, so
10102 that we don't retrieve all marks when we enter a group.
10103
10104 * nnimap.el: Use deffoo instead of defun for interface functions.
10105
10106 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10107 update the group info. This makes the nndraft groups, for instance, go
10108 back to their old behavior.
10109
10110 * gnus-sum.el (gnus-select-newsgroup): Indent.
10111
10112 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10113 in.
10114 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10115 nothing.
10116
10117 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10118 from methods that are denied.
10119
10120 * gnus-int.el (gnus-method-denied-p): New function.
10121
10122 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10123 store the password instead of netrc.
10124 (nnimap-open-connection): Don't error out when we can't make a
10125 connections.
10126
10127 * auth-source.el (auth-source-create): In the password prompt, say what
10128 we're querying for. Also prompt for user name if that hasn't been
10129 given.
10130
10131 * nnimap.el (nnimap-with-process-buffer): Remove.
10132
10133 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10134
10135 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10136 method when we're reading from the agent.
10137
10138 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10139
10140 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10141 that's probably most useful for users.
10142
10143 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10144 "failed" all the time.
10145
10146 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10147 ...)) with (with-current-buffer ...).
10148
10149 * nntp.el (nntp-open-server): Return whether the open was successful or
10150 not.
10151
10152 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10153 select an unread unseen article first.
10154
10155 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10156 /etc/services, supply some sensible port defaults.
10157
10158 2010-09-17 Julien Danjou <julien@danjou.info>
10159
10160 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10161
10162 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10163
10164 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10165 doesn't have any parameters.
10166
10167 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10168
10169 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10170 only upcased checks.
10171
10172 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10173
10174 * nnimap.el (nnimap-open-shell-stream): New function.
10175 (nnimap-open-connection): Use it.
10176 (nnimap-transform-headers): Get the number of lines in each message.
10177 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10178 number of lines.
10179 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10180 problem.
10181
10182 * utf7.el (utf7-encode): Autoload.
10183
10184 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10185 to allow the mail splitting to not return a default group. This is
10186 useful for nnimap, which will leave unmatched mail in the inbox.
10187
10188 * nnimap.el: Rewritten.
10189
10190 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10191 nnimap usage.
10192
10193 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10194 if the move is internal, so that nnimap can do fast internal moves.
10195
10196 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10197 data.
10198 (gnus-read-active-for-groups): Support finishing the early retrieval of
10199 data.
10200
10201 * gnus-range.el (gnus-range-nconcat): New function.
10202
10203 * gnus-int.el (gnus-finish-retrieve-group-infos)
10204 (gnus-retrieve-group-data-early): New functions.
10205
10206 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10207
10208 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10209 (nnrss-retrieve-groups):
10210 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10211 (pop3-quit): Use with-current-buffer.
10212
10213 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10214
10215 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10216 instead of nnheader-accept-process-output.
10217
10218 * gnus-html.el (gnus-html-schedule-image-fetching)
10219 (gnus-html-prefetch-images): Replace process-kill-without-query by
10220 gnus-set-process-query-on-exit-flag.
10221
10222 2010-09-16 Romain Francoise <romain@orebokech.com>
10223
10224 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10225
10226 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10227
10228 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10229 parameter to unintern is mandatory-ish in Emacs 24.
10230
10231 * gnus-html.el (gnus-html-schedule-image-fetching)
10232 (gnus-html-prefetch-images): Check for curl before using it.
10233
10234 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10235 depend on curl, which isn't essential.
10236
10237 * imap.el: Revert back to version
10238 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10239 seem problematic.
10240
10241 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10242
10243 * gnus-registry.el (gnus-registry-install-shortcuts):
10244 Explicitly pass `obarray' to `unintern' to avoid a warning.
10245
10246 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10247
10248 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10249 change.
10250
10251 * nnrss.el (nnrss-request-list): Remove this function and related
10252 functions, including the moreover stuff.
10253
10254 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10255
10256 * nnrss.el (nnrss-retrieve-groups): New function.
10257
10258 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10259
10260 * .dir-locals.el: Add no-byte-compile cookie.
10261
10262 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10263
10264 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10265 for back end that doesn't support request-scan.
10266
10267 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10268
10269 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10270 then do request scans from the backends.
10271
10272 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10273 avoid running a hook per line, since this takes a lot of time,
10274 profiling shows.
10275 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10276 directly if gnus-visual-p is true.
10277
10278 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10279
10280 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10281 groups; replace mapcar with dolist which is a bit faster; pass groups
10282 info to gnus-read-active-file-1.
10283 (gnus-read-active-file-1): Scan only specified groups if the new
10284 optional arg `infos' is given.
10285
10286 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10287
10288 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10289
10290 * pop3.el (pop3-movemail): Remove.
10291 (pop3-streaming-movemail): Rename to pop3-movemail.
10292
10293 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10294 don't restrict end-tag searches to the end of the line.
10295
10296 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10297
10298 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10299 articles of every unchecked group to t, which means unknown since the
10300 server has never been opened.
10301
10302 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10303
10304 * gnus-html.el (gnus-html-show-alt-text): New command.
10305 (gnus-html-browse-image): Ditto.
10306 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10307 to browse the image directly.
10308 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10309 better.
10310
10311 * gnus-async.el (gnus-async-article-callback):
10312 Call `gnus-html-prefetch-images' unconditionally.
10313
10314 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10315 before feeding URLs to curl.
10316
10317 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10318
10319 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10320 internal images as deletable by `W D D'.
10321
10322 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10323 (gnus-async-article-callback): Fix typo.
10324
10325 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10326
10327 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10328 current line to work around bugs in the output from w3m.
10329
10330 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10331 for groups that want that.
10332
10333 * nntp.el (nntp-wait-for-string): Supply a timeout for
10334 accept-process-output to ensure progress.
10335
10336 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10337 level to get unread articles from, then use that for foreign groups,
10338 too.
10339
10340 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10341 confuses the rest of the function.
10342
10343 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10344 for the methods that support -retrieve-groups, too.
10345
10346 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10347
10348 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10349
10350 * pop3.el: Require cl when compiling.
10351 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10352
10353 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10354
10355 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10356 that aren't going to be activated.
10357 (gnus-get-unread-articles): Fix up the last commit.
10358
10359 * gnus-html.el (gnus-article-html): Allow calling without specifying
10360 the handle. In that case, dissect the buffer first.
10361
10362 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10363
10364 * nnimap.el (nnimap-open-connection): Revert the change that would look
10365 into authinfo for imaps instead of imap.
10366
10367 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10368 say that you don't want to call gnus-request-group with don-check, but
10369 do check the response. This is for virtual groups only.
10370 (gnus-get-unread-articles): Count the archive groups as secondary, so
10371 that they're activated the same way as before.
10372
10373 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10374 case-insensitively.
10375 (nnimap-debug): Remove.
10376
10377 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10378 mail from a file, and the file doesn't exist.
10379
10380 * pop3.el (pop3-streaming-movemail): Return t for success.
10381
10382 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10383 .authinfo if we're using ssl connection.
10384
10385 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10386 already have if we're in a main Gnus `g' run.
10387
10388 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10389
10390 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10391
10392 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10393
10394 * nnmh.el (nnmh-request-list-1): Bind `file'.
10395
10396 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10397 alias to set-process-query-on-exit-flag or process-kill-without-query.
10398 (pop3-open-server): Use it.
10399
10400 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10401
10402 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10403 box to the Incoming file. Fixes mistake in previous checkin.
10404
10405 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10406 request loop (for debugging purposes) removed.
10407
10408 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10409 culprit is more visible.
10410 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10411 (nnml-add-incremental-nov): New functions to do "incremental" nov
10412 updates, where we just append to the end of the existing nov files
10413 without reading/writing them in full.
10414
10415 * mail-source.el (mail-source-delete-crash-box): Really only check the
10416 incoming files once in a while.
10417
10418 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10419
10420 * mail-source.el (mail-source-delete-crash-box): Only check the
10421 incoming files for deletion once per day to save a lot of file
10422 accesses.
10423
10424 * pop3.el (pop3-logon): Fix up unbound variable typo.
10425
10426 * mail-source.el (pop3-streaming-movemail): Autoload.
10427
10428 * pop3.el (pop3-streaming-movemail):
10429 Respect pop3-leave-mail-on-server.
10430
10431 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10432 retrieval.
10433
10434 * pop3.el (pop3-process-filter): Remove unused function.
10435 (pop3-streaming-movemail, pop3-send-streaming-command)
10436 (pop3-wait-for-messages, pop3-write-to-file)
10437 (pop3-number-of-responses): New functions for streaming pop3
10438 retrieval.
10439
10440 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10441 come from no known methods.
10442 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10443 list.
10444
10445 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10446 message sizes.
10447 (pop3-movemail): Use erase-buffer instead of looping and deleting
10448 regions, which seems rather odd.
10449
10450 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10451 file once per `g' run.
10452
10453 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10454 directories. This makes the draft queue directory work.
10455
10456 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10457 data from the backends, so that we only request the list of groups from
10458 each method once. This should speed things up considerably.
10459
10460 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10461 detect that it's not implemented.
10462
10463 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10464 we actually do recurse down into the tree, but don't stat all leaf
10465 nodes.
10466
10467 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10468 then say so instead of bugging out.
10469
10470 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10471 files exist before trying to read them.
10472
10473 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10474 around <pre_int>.
10475
10476 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10477
10478 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10479
10480 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10481
10482 * mm-util.el (mm-image-load-path): Just return the image directories,
10483 not all directories in the path in addition to the image directories.
10484 (mm-image-load-path): Maintain a cache of the image directories so that
10485 the `g' command in Gnus doesn't have to stat dozens of directories each
10486 time.
10487
10488 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10489 (gnus-html-wash-tags): Add a new `i' command to insert images.
10490 (gnus-html-insert-image): New command and keystroke.
10491 (gnus-html-redisplay-with-images): New command and keystroke.
10492 (gnus-html-show-images): Rename command.
10493 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10494 spacers.
10495 (gnus-html-wash-tags): Decode entities at the end, so that entities
10496 inside the tags don't mess up the rest of the "parsing".
10497
10498 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10499 so that nnimap methods aren't agentized by default. There's apparently
10500 many problems related to agent/imap behavior.
10501
10502 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10503
10504 * gnus-html.el: Doc fix.
10505
10506 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10507
10508 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10509 glyph-width and glyph-height instead of display-graphic-p and
10510 image-size; make avoidance of displaying small images work for XEmacs.
10511
10512 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10513 for XEmacs.
10514
10515 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10516 of symbol that holds plist data.
10517 (gnus-process-plist): Remove plist of process after getting it.
10518
10519 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10520
10521 * message.el (message-generate-hashcash): Change default to
10522 'opportunistic if hashcash is installed.
10523
10524 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10525 (gnus-html-put-image): Only call image-size once, since it's somewhat
10526 time-consuming on remote X servers.
10527
10528 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10529
10530 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10531 decoded contents.
10532 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10533
10534 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10535
10536 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10537 group line format, since it isn't very interesting.
10538
10539 * gnus-agent.el (gnus-agent-short-article),
10540 (gnus-agent-long-article): Increase values for these two variables,
10541 since most people are likely to have more network connection and
10542 storage than before.
10543
10544 * gnus.el (gnus-refer-article-method): Change default to 'current.
10545 When referring an article, the common behavior is to refer it from the
10546 current select method, not the native select method. The chances of
10547 the native select method having the message in question is rather slim
10548 these days.
10549
10550 * gnus-sum.el (gnus-auto-select-subject): Change default to
10551 `unseen-or-unread'. I think it's likely that most people want to
10552 select an unseen article over a previously seen, but unread one.
10553
10554 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10555 means that in the article buffer none of the minor mode elements will
10556 be shown, usually, and this is not desirable in most cases.
10557
10558 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10559 that commands like `d' (and the like) go to the next line in the
10560 buffer, instead of the next unread article. I think this is the
10561 behavior that is most natural for most users.
10562 (gnus-single-article-buffer): Change default to nil, so that people can
10563 have as many article buffers open as they have summary buffer. I think
10564 this is the most natural way for the groups to behave.
10565
10566 * message.el (message-generate-new-buffers): Change default to
10567 `unsent', so that all new message buffers start their names with the
10568 string "*unsent", and it's easier to find the buffers if you move from
10569 them.
10570
10571 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10572
10573 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10574 small. They're probably tracking images.
10575 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10576 (gnus-html-rescale-image): Yet another try at getting the image sizing
10577 right.
10578
10579 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10580 nntp-marks-file-name is nil.
10581
10582 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10583
10584 * gnus-html.el (gnus-html-wash-tags)
10585 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10586 Better logging.
10587
10588 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10589
10590 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10591
10592 * gnus-html.el (gnus-html-wash-tags): Check the value of
10593 gnus-blocked-images in the summary buffer.
10594
10595 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10596
10597 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10598
10599 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10600
10601 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10602 like "a", it seems like.
10603 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10604 since it needs to be picked from the correct buffer.
10605
10606 * nnwfm.el: Remove.
10607
10608 * nnlistserv.el: Remove.
10609
10610 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10611
10612 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10613 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10614
10615 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10616
10617 * nnkiboze.el: Remove.
10618
10619 * nndb.el: Remove.
10620
10621 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10622 alt text.
10623 (gnus-html-rescale-image): Try to get the rescaling logic right for
10624 images that are just wide and not tall.
10625
10626 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10627 overshadow variable bindings.
10628
10629 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10630
10631 * gnus-html.el (gnus-html-wash-tags)
10632 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10633 Add extra logging.
10634
10635 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10636
10637 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10638 (gnus-max-image-proportion): New variable.
10639 (gnus-html-rescale-image): New function.
10640 (gnus-html-put-image): Rescale images.
10641
10642 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10643
10644 Fix up some byte-compiler warnings.
10645 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10646 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10647 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10648 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10649 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10650 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10651 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10652
10653 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10654
10655 * gnus-html.el (gnus-article-html): Decode contents by charset.
10656
10657 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10658
10659 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10660 (gnus-html-frame-width, gnus-blocked-images):
10661 * message.el (message-prune-recipient-rules): Add custom version.
10662 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10663
10664 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10665 functions.
10666
10667 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10668 gnus-process-get.
10669
10670 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
10671
10672 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10673 instead of lsub directly.
10674
10675 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10676
10677 * nnwarchive.el: Remove.
10678
10679 * gnus-soup.el: Remove.
10680
10681 * nnsoup.el: Remove.
10682
10683 * nnultimate.el: Remove.
10684
10685 * gnus-html.el (gnus-blocked-images): New variable.
10686
10687 * message.el (message-prune-recipients): New function.
10688 (message-prune-recipient-rules): New variable.
10689
10690 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10691 guess whether a long line is natural text or not.
10692
10693 * gnus-html.el (gnus-html-schedule-image-fetching):
10694 Use gnus-process-plist and friends for compatibility.
10695
10696 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10697
10698 * gnus-html.el: Require packages that define macros used in this file.
10699 (gnus-article-mouse-face): Declare to silence byte-compiler.
10700 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10701 process-get.
10702 (gnus-html-put-image): Use plist-get to avoid getf.
10703 (gnus-html-prefetch-images): Use with-current-buffer.
10704
10705 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10706
10707 * gnus-ems.el: Provide compatibility functions for
10708 gnus-set-process-plist.
10709
10710 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10711 * gnus.el (gnus-valid-select-methods):
10712 * message.el (message-send-mail-partially-limit):
10713 * mm-decode.el (mm-text-html-renderer):
10714 * mml.el (mml-insert-mime-headers-always):
10715 * smiley.el (smiley-regexp-alist): Bump custom version.
10716
10717 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10718
10719 * gnus-html.el: Require mm-url.
10720 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10721 with the url to `url'.
10722 (gnus-html-wash-tags): Support cid: URLs/images.
10723
10724 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10725
10726 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10727 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10728 bindings, as they aren't useful at all. `w' is moved to `W w'.
10729
10730 * gnus-move.el: Remove file, since it doesn't really work.
10731
10732 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10733 UTF-8. This seems to fix problems with some German web feeds.
10734
10735 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10736 at the top so that the proper colors are applied.
10737
10738 * gnus-art.el (gnus-article-view-part): Doc fix.
10739
10740 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10741 XEmacs-compatible.
10742 (gnus-html-put-image): Don't do images on non-graphic displays.
10743
10744 * nnslashdot.el: Remove this unused backend.
10745
10746 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10747 actions.
10748 (gnus-undo-register-1): Revert last change.
10749
10750 * gnus-group.el (gnus-group-completing-read): Protect against not
10751 having completion-styles bound.
10752
10753 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10754 make broken recipients happier.
10755
10756 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10757
10758 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10759 point parameter.
10760
10761 * gnus-group.el (gnus-group-completing-read): Add 'substring to
10762 completion-styles for group selection.
10763
10764 2009-02-04 Andreas Schwab <schwab@suse.de>
10765
10766 * gnus-score.el (gnus-score-string): Fix regex for matching extra
10767 headers and regexp-quote the match if necessary.
10768
10769 2009-03-24 Miles Bader <miles@gnu.org>
10770
10771 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10772 the blinking smiley.
10773
10774 2009-03-24 Simon Josefsson <simon@josefsson.org>
10775
10776 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10777 blink smiley.
10778
10779 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10780
10781 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10782 where the dribbel file lives exists.
10783
10784 * message.el (message-send-mail-partially-limit): Change the default to
10785 nil, since most people don't want this.
10786
10787 * mm-url.el (mm-url-decode-entities): Also decode entities like
10788 &#x3212.
10789
10790 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
10791
10792 * gnus-sum.el (gnus-summary-idna-message):
10793 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10794 Hyperlink urls in docstrings with URL `...'.
10795
10796 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
10797
10798 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10799 functions.
10800
10801 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10802
10803 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10804 say what the mouseover text should be.
10805
10806 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10807 version of the mm-w3m-safe-url-regexp variable to only download images
10808 in the groups where we want that to happen.
10809
10810 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10811
10812 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10813 easier debugging.
10814 (gnus-article-beginning-of-window): Add kludge to allow spacing past
10815 big pictures in the article buffer.
10816
10817 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10818 gnus-article-html.
10819 (mm-text-html-renderer): gnus-article-html needs curl in addition to
10820 w3m.
10821
10822 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10823
10824 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10825
10826 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10827 which doesn't exist.
10828
10829 * message.el (message-inhibit-ecomplete): New variable to allow some
10830 function to inhibit ecomplete address storage.
10831 (message-resend): Disable ecomplete message storage when resending
10832 messages.
10833
10834 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10835
10836 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
10837
10838 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10839 Save excursion while copying, moving, and deleting articles in order to
10840 prevent the cursor from jumping to unforeseen place.
10841
10842 2010-08-17 Glenn Morris <rgm@gnu.org>
10843
10844 * gnus-sync.el: Require gnus components whose functions are used.
10845
10846 * gnus-art.el (bookmark-make-record-function):
10847 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10848 Declare for compiler.
10849
10850 * mm-url.el (mml-compute-boundary): Autoload.
10851
10852 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10853
10854 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10855
10856 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
10857
10858 Typo fix "hoo4a" -> "hook".
10859
10860 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10861
10862 2010-08-14 Glenn Morris <rgm@gnu.org>
10863
10864 * gnus-sync.el (gnus-sync): Fix defgroup version.
10865
10866 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
10867
10868 Doc fixes and keep unknown groups (ammended for nunion bug fix).
10869
10870 * gnus-sync.el: Fix docs.
10871 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10872 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10873
10874 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10875
10876 Optimizations for gnus-sync.el.
10877
10878 * gnus-sync.el: Add docs about gnus-sync-backend
10879 possibilities.
10880 (gnus-sync-save): Remove unnecessary message.
10881 (gnus-sync-read): Optimize and show what groups were skipped.
10882
10883 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10884
10885 Minor bug fixes for gnus-sync.el.
10886
10887 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10888 Don't read the sync on get-new-news.
10889
10890 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10891 quiet.
10892
10893 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10894 (fix typo).
10895
10896 2010-07-30 Lawrence Mitchell <wence@gmx.li>
10897
10898 Make saving and restoring of hidden threads work with overlays.
10899 Patch applied by Ted Zlatanov.
10900
10901 * gnus-sum.el (gnus-hidden-threads-configuration)
10902 (gnus-restore-hidden-threads-configuration): Update to deal with text
10903 properties, rather than searching for a magic character.
10904
10905 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10906
10907 New gnus-sync.el library for synchronization of marks.
10908
10909 * gnus-sync.el: New library for synchronization of marks.
10910
10911 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10912 renamed from `gnus-registry-grep-in-list'.
10913
10914 * gnus-registry.el (gnus-registry-follow-group-p):
10915 Use `gnus-grep-in-list'.
10916
10917 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10918
10919 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10920
10921 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10922 determining charset of text fails.
10923
10924 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10925
10926 * nnmail.el (nnmail-get-new-mail-1): Revert.
10927
10928 * nnml.el (nnml-active-number): Make sure names of newly created groups
10929 in nnml-group-alist are encoded.
10930
10931 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10932
10933 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10934 containing non-ASCII characters in active file for nnml back end.
10935
10936 2010-07-24 David Engster <dengste@eml.cc>
10937
10938 * mml-smime.el (mml-smime-epg-verify): Also accept the older
10939 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10940
10941 2010-07-21 Daiki Ueno <ueno@unixuser.org>
10942
10943 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10944 tag (Bug#6654).
10945
10946 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10947
10948 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10949 the article buffer, not the summary buffer.
10950
10951 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
10952
10953 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10954 Emacs 23 as well.
10955
10956 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10957
10958 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10959 Patch applied by Karl Fogel.
10960
10961 * gnus-sum.el (gnus-summary-bookmark-make-record):
10962 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10963
10964 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10965
10966 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10967 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
10968 C-w still not working correctly from Article buffers; Thierry's
10969 patch to fix that will be applied after this.
10970
10971 * gnus-art.el (bookmark-make-record-function): New local variable.
10972
10973 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10974 article buffer.
10975 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10976
10977 2010-07-13 Karl Fogel <kfogel@red-bean.com>
10978
10979 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10980 on changes in bookmark.el.
10981
10982 2010-06-22 Mark A. Hershberger <mah@everybody.org>
10983
10984 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10985 the *other* type of HTML form submission.
10986
10987 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
10988
10989 * auth-source.el (auth-source-pick): If choice does not contain a
10990 questioned keyword, set the check to t.
10991
10992 2010-06-12 Romain Francoise <romain@orebokech.com>
10993
10994 * gnus-util.el (gnus-date-get-time): Move up before first use.
10995
10996 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10997
10998 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10999 (gnus-article-edit-part): Bind it to make last part that is substituted
11000 or deleted visible.
11001 (gnus-mime-display-single): Buttonize part of which id equals to
11002 gnus-mime-buttonized-part-id.
11003
11004 2010-06-10 Dan Christensen <jdc@uwo.ca>
11005
11006 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11007 (gnus-dd-mmm): Use gnus-date-get-time.
11008 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11009 simplify logic.
11010 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11011 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11012
11013 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11014
11015 * auth-source.el (top): Autoload `secrets-list-collections',
11016 `secrets-create-item', `secrets-delete-item'.
11017 (auth-sources): Fix tag string.
11018 (auth-get-source, auth-source-retrieve, auth-source-create)
11019 (auth-source-delete): New defuns.
11020 (auth-source-pick): Rewrite in order to avoid 2 passes.
11021 (auth-source-forget-user-or-password): New parameter USERNAME.
11022 (auth-source-user-or-password): New parameters CREATE-MISSING and
11023 DELETE-EXISTING. Retrieve password interactively, if needed.
11024
11025 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11026
11027 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11028 deleting unused directories when gnus-expert-user is t.
11029
11030 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11031
11032 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11033 for each temp file when gnus-article-browse-delete-temp is ask.
11034
11035 2010-05-20 Kevin Ryde <user42@zip.com.au>
11036
11037 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11038
11039 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11040
11041 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11042 article unless decoding article to be saved.
11043
11044 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11045
11046 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11047 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11048 generated within the mm-with-unibyte-current-buffer macro.
11049
11050 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11051
11052 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11053 to nil when we're in a mml-preview buffer and no group is selected.
11054
11055 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11056
11057 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11058 when catching the `C-g'. Reported by "Leo".
11059
11060 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11061
11062 * message.el (message-forward-make-body-plain)
11063 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11064 multibyte-string-p.
11065
11066 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11067
11068 * message.el (message-forward-make-body-mml): Assume original message
11069 is multibyte string; error on unibyte.
11070 (message-forward-make-body-plain): Ditto; don't add excessive newline
11071 in body end.
11072
11073 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11074
11075 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11076 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11077
11078 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11079
11080 * mm-extern.el (mm-extern-url): Don't use
11081 mm-with-unibyte-current-buffer.
11082 (mm-extern-cache-contents): Use with-current-buffer instead of
11083 save-excursion + set-buffer.
11084
11085 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11086
11087 * mm-util.el (mm-emacs-mule): Remove.
11088
11089 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11090
11091 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11092 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11093 change.
11094
11095 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11096
11097 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11098 bind the default value of enable-multibyte-characters to nil.
11099
11100 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11101
11102 * message.el (message-forward-make-body-plain)
11103 (message-forward-make-body-mml):
11104 Don't use mm-with-unibyte-current-buffer.
11105
11106 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11107
11108 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11109 (Bug#5592).
11110
11111 2010-05-07 Julien Danjou <julien@danjou.info>
11112
11113 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11114 it to mm-pipe-part.
11115
11116 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11117 it is given.
11118
11119 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11120
11121 * nnweb.el (nnweb-gmane-search):
11122 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11123 XEmacs.
11124
11125 * gnus-art.el (gnus-article-browse-html-parts):
11126 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11127 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11128 make-temp-file.
11129
11130 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11131 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11132 compiling.
11133
11134 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11135 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11136 XEmacs when compiling.
11137
11138 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11139 gnus-pick-mode-off-hook for XEmacs when compiling.
11140 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11141 gnus-binary-mode-off-hook for XEmacs when compiling.
11142
11143 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11144 Return nil if char-charset is not available.
11145
11146 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11147 macro.
11148
11149 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11150 instead of encode-coding-string.
11151
11152 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11153 'xemacs) instead of mm-emacs-mule to switch function definitions.
11154 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11155
11156 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11157
11158 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11159
11160 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11161
11162 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11163 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11164
11165 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11166
11167 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11168 alias `jka-compr-delete-temp-file' no longer exists.
11169
11170 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 Use define-minor-mode in Gnus where applicable.
11173 * mml.el (mml-mode): Use define-minor-mode.
11174 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11175 (gnus-undo-mode): Use define-minor-mode.
11176 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11177 (gnus-dead-summary-mode): Use define-minor-mode.
11178 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11179 Initialize in declaration.
11180 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11181 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11182 (gnus-mailing-list-mode): Use define-minor-mode.
11183 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11184 (gnus-draft-mode): Use define-minor-mode.
11185 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11186 (gnus-dired-mode): Use define-minor-mode.
11187
11188 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11189
11190 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11191 handles on recursive mml-to-mime translation and check them for
11192 boundary delimiter collisions. Reported by Greg Troxel.
11193
11194 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11195
11196 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11197
11198 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11199
11200 * mm-util.el (mm-find-buffer-file-coding-system):
11201 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11202
11203 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11204
11205 * message.el (message-generate-headers): Record insertion of optional
11206 headers as well. Otherwise the check to prevent repeated insertion of
11207 optional headers is a no-op.
11208
11209 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11210
11211 * smime.el: Don't mention CVS.
11212
11213 * nnrss.el (nnrss-fetch): Don't mention CVS.
11214
11215 * nnir.el: Don't mention CVS.
11216
11217 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * gnus-sum.el (gnus-summary-bookmark-make-record):
11220 Add `location' field.
11221
11222 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11223
11224 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11225 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11226 Use with-current-buffer to silence the byte-compiler.
11227 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11228 bother to require `gnus'.
11229 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11230
11231 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11232
11233 * gnus-sum.el (gnus-summary-bookmark-make-record)
11234 (gnus-summary-bookmark-jump): New functions.
11235 (gnus-summary-mode): Setup bookmark support.
11236
11237 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11238
11239 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11240 if set.
11241
11242 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11243
11244 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11245 gnus-article-browse-html-save-cid-image; make it work recursively for
11246 forwarded messages as well.
11247 (gnus-article-browse-html-parts): Work when prefix arg is given.
11248 (gnus-article-browse-html-article): Doc fix.
11249
11250 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11251
11252 * message.el (message-default-mail-headers):
11253 (message-default-headers): Carry the value mail-default-headers over
11254 into message-default-mail-headers, rather than message-default-headers.
11255
11256 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11257
11258 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11259 charset.
11260
11261 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11262 charset into the <meta> tag when the article is encoded to utf-8.
11263
11264 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11265
11266 * gnus-art.el (gnus-article-browse-delete-temp-files):
11267 Delete directories as well.
11268 (gnus-article-browse-html-parts): Work for images that do not specify
11269 file names; delete temp directory when quitting; insert header at the
11270 right place; use file: scheme for image files.
11271
11272 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11273
11274 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11275 (gnus-article-browse-html-parts): Use it to make temporary cid image
11276 files in addition to html file so that browser may display them.
11277
11278 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11279
11280 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11281
11282 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11283
11284 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11285
11286 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11287
11288 * auth-source.el (auth-sources): Change default to be simpler.
11289 Explain about Secret Service API sources. Improve Customize options.
11290 (auth-source-pick): Change to accept any number of search parameters.
11291 Implement fallbacks iteratively, not recursively. Add scoring on the
11292 second pass and sort by score. Call Secret Service API when needed.
11293 (auth-source-user-or-password): Use it. Call Secret Service API
11294 directly when needed to get the user name and the password.
11295
11296 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11297
11298 * message.el (message-interactive): Doc fix.
11299 (message-qmail-inject-args): Reflow.
11300 (message-kill-to-signature): Fix typo in docstring.
11301
11302 * smiley.el (smiley-buffer): Fix typo in docstring.
11303
11304 2010-03-24 Glenn Morris <rgm@gnu.org>
11305
11306 * mail-source.el (gnus-message): Declare.
11307 (mail-source-delete-old-incoming): Require gnus-util.
11308
11309 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11310
11311 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11312
11313 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11314
11315 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11316 password-cache's default if it is not bound.
11317 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11318 password-cache-expiry's default if it is not bound.
11319
11320 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11321 available in Emacs 21.
11322
11323 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11324
11325 * auth-source.el (auth-sources): Fix up definition so extra parameters
11326 are always inline.
11327
11328 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11329
11330 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11331 wasn't updated after mismatch. Clear cached mailbox info correctly
11332 when uidvalidity changes.
11333 (nnimap-group-prefixed-name): New function to avoid some code
11334 duplication.
11335 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11336 (nnimap-request-group): Use it.
11337 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11338 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11339 with many imap folders. This is done by caching the group status from
11340 the imap server persistently in a group parameter `imap-status'. (This
11341 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11342 but not persistently, so every Gnus startup was still very slow.)
11343
11344 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11345
11346 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11347 secrets.el dependency.
11348 (auth-sources): Add optional user name. Add secrets.el configuration
11349 choice (unused right now).
11350
11351 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11352
11353 * gnus-sum.el (gnus-summary-make-menu-bar):
11354 Let `gnus-registry-install-shortcuts' fill in the functions.
11355
11356 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11357 warnings.
11358 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11359 (gnus-registry-install-shortcuts): Populate and use it in a
11360 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11361
11362 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11363
11364 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11365 In-place substitutions for the group name encoding/decoding.
11366 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11367 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11368 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11369 (nnimap-update-unseen, nnimap-request-list)
11370 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11371 (nnimap-request-set-mark, nnimap-split-to-groups)
11372 (nnimap-split-articles, nnimap-request-newgroups)
11373 (nnimap-request-create-group, nnimap-request-accept-article)
11374 (nnimap-request-delete-group, nnimap-request-rename-group)
11375 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11376 `encoded-mbx' for consistency.
11377 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11378 variable `imap-current-mailbox'.
11379
11380 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11381 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11382
11383 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11384
11385 * pop3.el (pop3-display-message-size-flag): Display message size byte
11386 counts during POP3 download.
11387 (pop3-movemail): Use it.
11388 (pop3-list): Implement listing of available messages.
11389
11390 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11391
11392 * nnir.el (nnir-get-article-nov-override-function): New function to
11393 override the normal NOV retrieval.
11394 (nnir-retrieve-headers): Use it.
11395
11396 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11397
11398 * auth-source.el (netrc-machine-user-or-password): Autoload.
11399
11400 2010-03-19 Glenn Morris <rgm@gnu.org>
11401
11402 Stop message.el from loading about 40 libraries it doesn't always need.
11403 The general approach is to autoload rather than require, and to
11404 require in the specific functions rather than the file. (Bug#5642)
11405
11406 * gmm-utils.el: Don't require wid-edit.
11407 (widget-create-child-value, widget-convert, widget-default-get):
11408 Autoload.
11409
11410 * gnus-util.el: Don't require time-date, netrc.
11411 (message-fetch-field, gnus-group-name-decode): Declare rather than
11412 autoloading.
11413 (gnus-fetch-field): Require message.
11414 (gnus-decode-newsgroups): Require gnus-group.
11415
11416 * ietf-drums.el: Don't require time-date.
11417
11418 * message.el: Don't require hashcash, canlock, ecomplete.
11419 Do require mail-utils. Require nnheader only when compiling.
11420 (smtpmail-default-smtp-server): Remove declaration.
11421 (message-send-mail-function): Check smtpmail-default-smtp-server
11422 is bound rather than requiring smtpmail.
11423 (message-auto-save-directory, message-insert-signature):
11424 Use expand-file-name rather than nnheader-concat.
11425 (nnheader-insert-file-contents): Autoload.
11426 (hashcash-wait-async): Declare.
11427 (message-send-mail): Only call gnus-setup-posting-charset if
11428 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11429 (message-send-mail-with-sendmail): Require sendmail.
11430 (canlock-password, canlock-password-for-verify): Declare.
11431 (message-canlock-password): Require canlock.
11432 (nnheader-get-report): Autoload.
11433 (gnus-setup-posting-charset): Declare.
11434 (message-send-news): Require gnus-msg.
11435 (message-make-references, message-make-in-reply-to): Use mail-header-id
11436 rather than the alias mail-header-message-id.
11437 (ecomplete-add-item, ecomplete-save): Declare.
11438 (message-put-addresses-in-ecomplete): Require ecomplete.
11439 (ecomplete-display-matches): Autoload.
11440
11441 * mm-decode.el: Don't require mailcap, gnus-util.
11442 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11443 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11444 Autoload.
11445 (mailcap-mime-extensions): Declare.
11446
11447 * mm-encode.el: Don't require mailcap.
11448 (mailcap-extension-to-mime): Autoload.
11449
11450 * mml-sec.el: Don't require password-cache.
11451
11452 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11453 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11454 (mml-minibuffer-read-type): Require mailcap.
11455 (mml-preview): Require gnus-msg.
11456
11457 * mml1991.el: Require password-cache.
11458 (password-cache-expiry): Remove declaration.
11459
11460 * mml2015.el: Require password-cache.
11461 (password-cache-expiry): Remove declaration.
11462
11463 * nneething.el (mailcap): Require mailcap.
11464
11465 * nnheader.el (declare-function): Add compatibility stub.
11466 (message-remove-header): Declare rather than autoload.
11467 (nnheader-replace-header): Require message.
11468
11469 * nnimap.el (declare-function): Add compatibility stub.
11470 (netrc-parse, netrc-machine-user-or-password): Declare.
11471 (nnimap-open-connection): Require netrc.
11472
11473 * nntp.el (declare-function): Add compatibility stub.
11474 (netrc-parse, netrc-machine, netrc-get): Declare.
11475 (nntp-send-authinfo): Require netrc.
11476
11477 * rfc2047.el: Don't require qp.
11478 (quoted-printable-encode-region, quoted-printable-decode-string):
11479 Autoload.
11480
11481 * sieve-mode.el: Don't require easymenu.
11482 (easy-menu-add-item): Autoload it.
11483
11484 * spam-stat.el (time-to-number-of-days): Autoload it.
11485
11486 2010-03-17 Kevin Ryde <user42@zip.com.au>
11487
11488 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11489 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11490 value if any backslash escapes).
11491
11492 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11493
11494 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11495 if it is available. (bug#5647)
11496
11497 2010-02-26 Glenn Morris <rgm@gnu.org>
11498
11499 * message.el (message-send-mail-function): Change the default, so that
11500 it inherits from a customized send-mail-function. (Bug#5643)
11501
11502 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11503
11504 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11505 shell-command-to-string signals an error (bug#5299).
11506
11507 2010-02-24 Glenn Morris <rgm@gnu.org>
11508
11509 * message.el (message-smtpmail-send-it)
11510 (message-send-mail-with-mailclient): Doc fixes.
11511
11512 2010-02-16 Glenn Morris <rgm@gnu.org>
11513
11514 * message.el (message-default-mail-headers): Change the default value
11515 to ease the transition from mail-mode to message-mode. (Bug#5555)
11516
11517 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11518
11519 * message.el (message-mail): Just pass yank-action on to message-setup.
11520 (message-setup): Handle (FUN . ARGS) form of yank-action.
11521 (message-with-reply-buffer, message-widen-reply)
11522 (message-yank-original): Handle non-buffer values of
11523 message-reply-buffer (Bug#4080).
11524 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11525
11526 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11527
11528 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11529 Fix typo in docstring.
11530
11531 2010-01-08 Jason Rumney <jasonr@gnu.org>
11532
11533 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11534 response.
11535
11536 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11537
11538 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11539
11540 * message.el (message-check-news-header-syntax): Protect against a
11541 string that `rfc822-addresses' returns when parsing fails.
11542
11543 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11544
11545 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11546 (gnus-previous-char-property-change): New functions.
11547
11548 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11549
11550 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11551
11552 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11553 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11554
11555 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11556
11557 * message.el (message-exchange-point-and-mark): Rework last change to
11558 avoid using optional arg of exchange-point-and-mark, for backward
11559 compatibility.
11560
11561 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11562
11563 * message.el (message-exchange-point-and-mark):
11564 Call exchange-point-and-mark with an argument rather than setting
11565 mark-active by hand (Bug#5175).
11566
11567 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11568
11569 * nntp.el (nntp-service-to-port): Work for service expressed with
11570 numeric string; replace [:digit:] with [0-9] for XEmacs.
11571
11572 2009-12-17 Glenn Morris <rgm@gnu.org>
11573
11574 * gnus-group.el (gnus-bug-group-download-format-alist):
11575 Change emacs entry to debbugs.gnu.org. Bump :version.
11576
11577 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11578
11579 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11580
11581 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11582
11583 * message.el (message-info): Explain why we use `Info-goto-node'.
11584
11585 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11586
11587 * message.el (message-completion-in-region): New compatibility function.
11588 (message-expand-group): Use it.
11589
11590 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11591
11592 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11593 with no unread article should be listed if the 2nd arg `predicate' is
11594 given.
11595
11596 2009-11-29 Juri Linkov <juri@jurta.org>
11597
11598 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11599 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11600 on `gnus-recenter'. (Bug#4698, Bug#4981)
11601
11602 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11603
11604 * message.el (message-from-style, message-interactive)
11605 (message-signature): Always set default values from the corresponding
11606 mail-* variables.
11607 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11608 (message-yank-prefix, message-indentation-spaces)
11609 (message-signature-file, message-default-headers): Use boundp rather
11610 than (featurep 'xemacs) to check if the corresponding mail-* variables
11611 exist.
11612
11613 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11614
11615 * message.el (message-send-mail-with-sendmail): Revert last change.
11616
11617 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11618
11619 * message.el (message-from-style, message-interactive)
11620 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11621 (message-yank-prefix, message-indentation-spaces, message-signature)
11622 (message-signature-file, message-default-headers): For GNU Emacs, set
11623 default values from the corresponding mail-* variables.
11624 (message-send-mail-with-sendmail): Use envelope-from only if
11625 mail-specify-envelope-from is non-nil.
11626
11627 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11628
11629 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11630 containing tspecial characters if they have been already quoted.
11631
11632 2009-10-24 Glenn Morris <rgm@gnu.org>
11633
11634 * gnus-art.el (help-xref-stack-item): Define for compiler.
11635
11636 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11637
11638 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11639
11640 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11641
11642 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11643 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11644
11645 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11646
11647 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11648 (gnus-overlays-in): New alias to overlays-in.
11649
11650 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11651 gnus-overlay-get, and gnus-delete-overlay.
11652 (gnus-summary-show-thread): Make it work as well for systems in which
11653 next-single-char-property-change is not available.
11654 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11655
11656 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11657
11658 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11659
11660 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11661
11662 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11663 and XEmacs that don't have `remove-overlays'.
11664
11665 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11668 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11669 selective display. Use overlays instead.
11670
11671 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11672
11673 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11674
11675 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11676
11677 * spam-stat.el (spam-stat-load): Fix typo in message.
11678
11679 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
11680
11681 * gnus-art.el (gnus-article-encrypt-body):
11682 * message.el (message-check-recipients):
11683 * mm-util.el (mm-codepage-setup):
11684 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11685 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11686
11687 2009-09-22 Daiki Ueno <ueno@unixuser.org>
11688
11689 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11690 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11691 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11692 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11693 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11694
11695 2009-09-18 Glenn Morris <rgm@gnu.org>
11696
11697 * gnus-diary.el (gnus-diary-check-message):
11698 * message.el (message-insert-formatted-citation-line):
11699 * nnbabyl.el (top-level):
11700 * nndiary.el (nndiary-schedule):
11701 Fix typos in condition-case handlers.
11702
11703 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11704
11705 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11706 configuration that provides the sole article window in a frame;
11707 position point correctly after deleting a part.
11708
11709 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11710
11711 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11712 (spam-resolve-registrations-routine): Use it to unregister articles
11713 that change status.
11714
11715 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11716
11717 * nnrss.el (nnrss-request-article): Remove binding of
11718 default-enable-multibyte-characters that has gotten needless by
11719 the 2007-07-13 change in rfc2047-encode-message-header.
11720
11721 * mml.el (mml-insert-multipart): Error on the message header.
11722 (mml-insert-part): Error on the message header; position point at
11723 the end of a MIME tag.
11724
11725 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11726
11727 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11728 (gnus-float-time): Alias to float-time if it exists.
11729
11730 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11731 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11732 float-time is available; suppress compile warning for time-to-seconds.
11733
11734 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11735
11736 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11737 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11738 Add the optional argument `encoding' that overrides the default.
11739
11740 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11741 mm-encode-buffer.
11742
11743 2009-09-04 Glenn Morris <rgm@gnu.org>
11744
11745 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11746 mm-disable-multibyte, rather than default-enable-multibyte-characters.
11747 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11748 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11749 * mm-util.el (mm-with-unibyte-current-buffer)
11750 (mm-find-buffer-file-coding-system):
11751 * yenc.el (yenc-decode-region): Use default-value rather than
11752 default-enable-multibyte-characters.
11753
11754 2009-09-03 Glenn Morris <rgm@gnu.org>
11755
11756 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11757 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11758 than default-enable-multibyte-characters.
11759
11760 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
11761
11762 * gnus-art.el (gnus-article-read-summary-keys):
11763 Fix gnus-buffer-configuration's value temporarily used.
11764
11765 2009-09-02 Glenn Morris <rgm@gnu.org>
11766
11767 * gnus-util.el (gnus-float-time): New function.
11768 * gnus-delay.el (gnus-delay-article):
11769 * gnus-sum.el (gnus-thread-latest-date):
11770 * gnus-util.el (gnus-user-date): Use gnus-float-time.
11771 * nnspool.el (nnspool-request-newgroups):
11772 Use gnus-float-time rather than time-to-seconds.
11773 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11774
11775 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11776 (gnus-header-subject-face, gnus-header-newsgroups-face)
11777 (gnus-header-name-face, gnus-header-content-face):
11778 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11779 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11780 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11781 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11782 (gnus-cite-face-11):
11783 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11784 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11785 (gnus-server-closed-face, gnus-server-denied-face)
11786 (gnus-server-offline-face):
11787 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11788 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11789 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11790 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11791 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11792 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11793 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11794 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11795 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11796 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11797 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11798 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11799 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11800 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11801 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11802 (gnus-summary-high-undownloaded-face)
11803 (gnus-summary-low-undownloaded-face)
11804 (gnus-summary-normal-undownloaded-face)
11805 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11806 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11807 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11808 (gnus-splash-face):
11809 * message.el (message-header-to-face, message-header-cc-face)
11810 (message-header-subject-face, message-header-newsgroups-face)
11811 (message-header-other-face, message-header-name-face)
11812 (message-header-xheader-face, message-separator-face)
11813 (message-cited-text-face, message-mml-face):
11814 * sieve-mode.el (sieve-control-commands-face)
11815 (sieve-action-commands-face, sieve-test-commands-face)
11816 (sieve-tagged-arguments-face):
11817 * spam.el (spam-face):
11818 Mark face aliases with "-face" in the name as obsolete.
11819
11820 2009-09-01 Glenn Morris <rgm@gnu.org>
11821
11822 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11823 than goto-line.
11824
11825 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11826
11827 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11828 Don't move point if the command is invoked inside the message header.
11829
11830 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11831
11832 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11833 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11834 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11835 * nnir.el (nnir-swish-e-index-file):
11836 * gnus-sum.el (gnus-summary-delete-marked-as-read)
11837 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11838 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11839 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11840 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11841 (gnus-treat-display-xface): Add Emacs version of obsolescence.
11842
11843 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
11844
11845 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11846 Don't save excursion.
11847
11848 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * nnheader.el (nnheader-find-file-noselect):
11851 * mm-util.el (mm-insert-file-contents):
11852 Use (default-value 'major-mode) instead of default-major-mode.
11853
11854 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11857
11858 2009-08-25 Glenn Morris <rgm@gnu.org>
11859
11860 * nnir.el (top-level): Don't require cl at run-time.
11861 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11862 Replace cl-function substitute with gnus-replace-in-string.
11863 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11864 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11865 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11866 simplified expansions.
11867
11868 2009-08-22 Glenn Morris <rgm@gnu.org>
11869
11870 * gnus-art.el (gnus-button-patch): Use forward-line rather than
11871 goto-line.
11872
11873 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11874
11875 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11876
11877 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11878 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11879 (gnus-mm-display-part, gnus-mime-display-single)
11880 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11881 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11882
11883 * gnus-sum.el
11884 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11885 (gnus-summary-move-article): Add expirable mark to articles copied or
11886 moved to group that has auto-expire turned on if the option is non-nil.
11887
11888 2009-07-24 Glenn Morris <rgm@gnu.org>
11889
11890 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11891 Fix typo. (Bug#3903)
11892
11893 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11894
11895 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11896 gnus-article-read-summary-keys rather than gnus-summary-edit-article
11897 that should not be used for draft articles.
11898 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11899 that has no concern in minor mode keys.
11900 (gnus-article-summary-command, gnus-article-summary-command-nosave):
11901 Abolish.
11902
11903 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11904
11905 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11906 article without making inquiry to a user for unknown encoding.
11907
11908 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11909 (nnmaildir--scan): Assume i-node and device number that file-attributes
11910 returns might be cons-cell.
11911
11912 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
11913
11914 * auth-source.el: Remove docs now in auth.texi. Don't use
11915 `gnus-message' for logging. Add new variables `auth-source-debug' and
11916 `auth-source-hide-passwords' and use them.
11917
11918 2009-07-15 Glenn Morris <rgm@gnu.org>
11919
11920 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11921
11922 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11923
11924 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11925 excessive whitespace from the default values of title and description.
11926
11927 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11928
11929 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11930 mail-fetch-field to fetch Content-Description header in order to
11931 exclude newlines.
11932
11933 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11934
11935 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11936 to deleted part.
11937
11938 2009-05-30 David Engster <dengste@eml.cc>
11939
11940 * nnmairix.el: Remove old documentation in the commentary block.
11941 (nnmairix-request-group): Do not update active file for nnml back ends.
11942 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11943 end so that overview files are ignored.
11944 (nnmairix-update-groups): Make updating the groups more robust by using
11945 marks.
11946 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11947 with dollar characters in message-id.
11948
11949 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
11950
11951 * spam.el: Use dns-query instead of query-dns. Was renamed on
11952 2008-12-25 in dns.el.
11953
11954 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11955
11956 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11957 could happen if the text is only composed of spaces and/or tabs.
11958
11959 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
11960
11961 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11962 when sending a queued message to avoid extra mml tags.
11963
11964 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11965
11966 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11967
11968 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11969
11970 * gnus-dired.el: Remove autoload for gnus-setup-message.
11971 (gnus-dired-attach): Fake this-command value to prevent Gnus from
11972 displaying Gnus logo; always use compose-mail.
11973
11974 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11975
11976 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11977
11978 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
11979
11980 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11981 (gnus-nocem-issuers): List currently active issuers; fix custom type.
11982 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11983 available.
11984 (gnus-nocem-epg-verify): New function.
11985
11986 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
11987
11988 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11989
11990 2009-02-15 Glenn Morris <rgm@gnu.org>
11991
11992 * gnus-util.el (rmail-insert-rmail-file-header)
11993 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11994 autoloads.
11995 (rmail-default-rmail-file): Remove unnecessary declaration.
11996 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11997
11998 2009-02-14 Glenn Morris <rgm@gnu.org>
11999
12000 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12001 variable (only used in gnus-util, which declares it anyway).
12002 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12003 which was only needed by gnus-art (changed to not use it any more).
12004 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12005 only used in gnus-util, which autoloads it itself.
12006 (rmail-update-summary): Fix autoload.
12007
12008 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12009 rather than rmail-output-to-rmail-file.
12010
12011 2009-02-07 Glenn Morris <rgm@gnu.org>
12012
12013 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12014 autoload of function that no longer exists.
12015 (rmail-toggle-header): Declare.
12016 (message-forward-rmail-make-body): Handle mbox Rmail.
12017
12018 2009-01-31 Glenn Morris <rgm@gnu.org>
12019
12020 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12021 2009-01-09 change.
12022
12023 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12024
12025 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12026 (auth-source-forget-all-cached): New convenience function.
12027 (auth-source-user-or-password): Accept list of modes or a single mode.
12028
12029 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12030 auth-source modes.
12031
12032 * nnimap.el (nnimap-open-connection): Use list of
12033 auth-source modes.
12034
12035 * nntp.el (nntp-send-authinfo): Use list of
12036 auth-source modes.
12037
12038 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12039
12040 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12041 now.
12042
12043 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12044
12045 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12046 coding system in XEmacs; add a workaround for XEmacs.
12047
12048 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12049
12050 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12051 of current-language-environment.
12052
12053 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12054
12055 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12056 available at runtime.
12057
12058 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12059
12060 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12061
12062 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12063
12064 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12065 the greatest positive fixnum value doesn't work under an XEmacs with
12066 bignum support; use the most-positive-fixnum constant instead,
12067 available since Emacs 21.1 with cl and XEmacs 21.1.
12068
12069 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12070
12071 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12072 XEmacs gets not to work.
12073
12074 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12075
12076 * mm-util.el (mm-coding-system-priorities): Allow the value like
12077 "Japanese (UTF-8)" of current-language-environment.
12078
12079 2009-01-09 Glenn Morris <rgm@gnu.org>
12080
12081 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12082 with last-command-event.
12083
12084 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12085
12086 * message.el (message-fix-before-sending): Amend comment.
12087
12088 2009-01-07 David Engster <dengste@eml.cc>
12089
12090 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12091 simplified server definitions by converting it via
12092 gnus-server-to-method.
12093
12094 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12095
12096 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12097 parameter's operands.
12098
12099 2009-01-06 David Engster <dengste@eml.cc>
12100
12101 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12102 primary select method (for gnus-group-mark-article-as-read).
12103
12104 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12105
12106 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12107 `(gnus)Face', not `(gnus)X-Face'.
12108
12109 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12110
12111 * mm-util.el (mm-ucs-to-char): New function.
12112
12113 * mm-url.el (mm-url-decode-entities): Use it.
12114
12115 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12116
12117 * message.el (message-fix-before-sending): Add `eight-bit' to
12118 illegible-text check.
12119
12120 2009-01-03 Michael Olson <mwolson@gnu.org>
12121
12122 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12123 `headers' is nil. This can occur if the IMAP server does not have
12124 permissions to read messages from a folder, but can write new messages
12125 to the folder.
12126 (nnimap-request-article-part): Do not insert `data' if it is nil.
12127
12128 2009-01-01 Dave Love <fx@gnu.org>
12129
12130 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12131
12132 * nnimap.el: Fix author email.
12133 (nnimap-split-rule): Add FIXME comment.
12134 (nnimap-debug): Fix doc string.
12135
12136 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12137
12138 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12139 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12140 to check if those variables exist (first appeared in Emacs 18.50).
12141
12142 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12143
12144 * mm-util.el (mm-line-number-at-pos): New function.
12145
12146 * spam-report.el (spam-report-process-queue): Use it.
12147
12148 2008-12-24 David Engster <dengste@eml.cc>
12149
12150 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12151 parameters that haven't existed as variables as buffer-local variables.
12152
12153 2008-12-23 Dave Love <fx@gnu.org>
12154
12155 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12156 cadar.
12157
12158 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12159 imap-starttls-p.
12160 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12161
12162 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12163
12164 * spam-report.el (spam-report-gmane-max-requests): New constant.
12165 (spam-report-gmane-wait): New variable.
12166 (spam-report-gmane-ham, spam-report-gmane-spam)
12167 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12168 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12169 the server.
12170
12171 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12172 Add explanations.
12173
12174 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12175 nnheader-accept-process-output and nnheader-read-timeout if available.
12176 (pop3-movemail): Use it.
12177
12178 * message.el (message-check-news-body-syntax): Fix signature check if
12179 there's an attachment.
12180
12181 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12182
12183 * mm-util.el: Add comments to the mm- emulating functions.
12184
12185 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12186
12187 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12188 Reported by Stephen Berman <stephen.berman@gmx.net>.
12189
12190 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12191
12192 * mm-util.el (mm-substring-no-properties): New function.
12193 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12194 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12195 (mm-string-to-multibyte): Doc fix.
12196
12197 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12198
12199 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12200
12201 * mml.el (mml-attach-file): Strip text properties from file name.
12202 (Bug#1574)
12203
12204 2008-12-16 Glenn Morris <rgm@gnu.org>
12205
12206 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12207
12208 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12209
12210 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12211 knows since the charset specified might be a bogus alias that
12212 mm-charset-synonym-alist provides.
12213
12214 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12215
12216 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12217 "ISO_8859-1".
12218
12219 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12220
12221 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12222
12223 * mm-util.el (mm-charset-eval-alist):
12224 Define it before mm-charset-to-coding-system.
12225 (mm-charset-to-coding-system): Add optional argument `silent';
12226 define it before mm-charset-override-alist.
12227 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12228 default value if it can be used in Emacs currently running;
12229 silence mm-charset-to-coding-system.
12230
12231 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12232
12233 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12234 `allow-override' which says whether to use `mm-charset-override-alist'.
12235 (rfc2047-decode-encoded-words): Use it.
12236
12237 * mm-util.el (mm-charset-override-alist): Fix custom type;
12238 add `(gb2312 . gbk)' to choices.
12239
12240 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12241
12242 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12243 fast.
12244
12245 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12246
12247 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12248
12249 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12250 on links.
12251
12252 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12253
12254 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12255
12256 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12257 users' addresses that don't have domain parts.
12258 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12259 rather than message-narrow-to-head since there will be the message
12260 header separator.
12261
12262 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12265 since the result is inserted in a unibyte buffer anyway.
12266 (nnimap-demule-use-string-to-multibyte): Remove.
12267 (nnimap-demule): Alias it to mm-string-to-multibyte.
12268
12269 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12270
12271 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12272 variable for debugging bug#464 and bug#1174.
12273 (nnimap-demule): Use it.
12274
12275 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12276
12277 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12278 score calculation correctly.
12279
12280 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * message.el (message-send-mail): Just set the buffer to unibyte
12283 rather than use mm-with-unibyte-current-buffer which does a lot more.
12284 (message-send-mail-partially): Don't bother with
12285 mm-with-unibyte-current-buffer since it's already been made unibyte by
12286 message-send-mail.
12287
12288 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12289
12290 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12291
12292 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12293
12294 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12295
12296 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12297
12298 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12299 require itself and to remove `with-no-warnings'.
12300
12301 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12302
12303 * starttls.el (starttls-any-program-available): Get the name of the
12304 available TLS layer program.
12305 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12306 well as the host name in the "opening" message.
12307
12308 * auth-source.el (auth-source-cache, auth-source-do-cache)
12309 (auth-source-user-or-password): Cache passwords and logins by default,
12310 allow override with `auth-source-do-cache'.
12311 (auth-source-forget-user-or-password): Allow users to remove cache
12312 entries if needed.
12313
12314 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12315
12316 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12317 condition-case to only the forward-sexp call.
12318
12319 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12320
12321 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12322 quotes contained. Make it more robust regardless by an extra
12323 condition-case wrapper.
12324
12325 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12326
12327 * nnml.el (nnml-request-expire-articles): Check if the function set to
12328 `nnmail-expiry-target' returns the symbol `delete'.
12329
12330 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12331
12332 * nnmail.el (nnmail-expiry-target): Fix custom type.
12333
12334 2008-10-02 Glenn Morris <rgm@gnu.org>
12335
12336 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12337 Silence compiler warning.
12338
12339 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12340
12341 * mml.el (mml-menu): Don't assume mml2015 is bound.
12342
12343 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12344
12345 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12346 exists.
12347
12348 2008-09-27 Glenn Morris <rgm@gnu.org>
12349
12350 * gnus-util.el (mail-header-remove-comments): Autoload it.
12351
12352 2008-09-27 Andreas Schwab <schwab@suse.de>
12353
12354 * gnus-util.el (gnus-split-references): Strip comments.
12355 (gnus-parent-id): Likewise.
12356
12357 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12358
12359 * message.el (message-confirm-send): Fix version.
12360
12361 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12362
12363 * message.el (message-idna-to-ascii-rhs-1): Use
12364 mail-extract-address-components rather than mail-header-parse-addresses
12365 that is an alias by default to ietf-drums-parse-addresses that does not
12366 support non-ASCII names in headers' contents.
12367
12368 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12369
12370 * message.el (message-confirm-send): Fix variable documentation to
12371 avoid the "y/n" wording.
12372
12373 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12374
12375 * message.el (message-set-auto-save-file-name): Save to a different
12376 filename so multiple messages (especially drafts) can be recovered.
12377
12378 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12379
12380 * message.el (message-confirm-send): Add appropriate version.
12381
12382 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12383
12384 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12385 defvar.
12386
12387 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12388
12389 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12390 (mm-pkcs7-enveloped-magic): Ditto.
12391
12392 2008-09-17 Simon Josefsson <simon@josefsson.org>
12393
12394 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12395 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12396
12397 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12398
12399 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12400 default, it's better.
12401
12402 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12403
12404 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12405 summary line gnus-number property and ignore them (with a warning
12406 message).
12407
12408 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12409
12410 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12411 macro caddr in the interactive form since it won't be expanded.
12412
12413 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12414
12415 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12416 `charset'; fix name of function called recursively.
12417 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12418
12419 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12420
12421 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12422 (gnus-mime-set-charset-parameters): New function.
12423 (gnus-mime-view-part-as-charset): Use it to correctly display part
12424 specifying wrong charset.
12425
12426 2008-09-08 David Engster <dengste@eml.cc>
12427
12428 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12429 in completing-read for back end server.
12430
12431 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12432
12433 * message.el (message-confirm-send): New variable to confirm sending a
12434 message.
12435 (message-send): Use it.
12436
12437 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12438
12439 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12440
12441 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12442
12443 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12444
12445 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12446
12447 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12448 prevent tracking too many groups.
12449 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12450 Use it.
12451
12452 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12453
12454 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12455 moving point to the bottom of the window in order to avoid recentering.
12456
12457 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12458
12459 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12460 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12461 (gnus-article-beginning-of-window): Fix calculation.
12462
12463 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12464
12465 * gnus-msg.el (gnus-summary-supersede-article)
12466 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12467 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12468 message header.
12469
12470 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12471
12472 * message.el:
12473 * gnus-start.el:
12474 * gnus-registry.el: Remove VMS support.
12475
12476 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12477
12478 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12479 macro.
12480 (rfc2104-hash): Use it.
12481
12482 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12483
12484 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12485 (gnus-summary-sort-by-most-recent-date): New commands.
12486 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12487 and menu entries.
12488
12489 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12490
12491 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12492 don't redisplay article for raw contents; remove plural articles stuff.
12493
12494 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12495 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12496 on gnus-summary-save-article; display results properly.
12497
12498 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12499
12500 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12501
12502 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12503
12504 * gnus-art.el (gnus-summary-save-in-pipe):
12505 Consider gnus-save-all-headers.
12506
12507 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12508
12509 * gnus-util.el (ns-focus-frame): Remove declaration.
12510 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12511 like x.
12512
12513 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12514
12515 * rfc2104.el (rfc2104-zero): Delete defconst.
12516 (rfc2104-hex-alist): Likewise.
12517 (rfc2104-hex-to-int): Delete func.
12518 (rfc2104-hexstring-to-bitstring): Likewise.
12519 (rfc2104-nybbles): New defconst.
12520 (rfc2104-hash): Rewrite for speed.
12521
12522 2008-07-16 Glenn Morris <rgm@gnu.org>
12523
12524 * gnus-util.el (ns-focus-frame): Declare for compiler.
12525
12526 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12527
12528 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12529 set as a group parameter.
12530 (gnus-summary-save-in-pipe): Work when it is called independently.
12531 (gnus-summary-pipe-to-muttprint): Don't modify
12532 gnus-summary-pipe-output-default-command.
12533
12534 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * message.el (message-send-mail-with-sendmail):
12537 Display the error message.
12538
12539 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12540
12541 * gnus-art.el (gnus-default-article-saver):
12542 Add gnus-summary-save-in-pipe to choices.
12543 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12544 gnus-summary-pipe-output-default-command as the default command.
12545 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12546 instead of gnus-last-shell-command.
12547
12548 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12549 New user option.
12550 (gnus-summary-muttprint-program): Mention the value will be changed.
12551 (gnus-summary-save-article): Force showing of all headers.
12552 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12553
12554 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12555
12556 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12557
12558 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12559
12560 * nnimap.el (nnimap-id):
12561 * sieve-manage.el (sieve-manage-open): Doc fixes.
12562
12563 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12564
12565 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12566 if available.
12567
12568 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12569
12570 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12571
12572 * nnkiboze.el (nnkiboze-generate-group):
12573 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12574
12575 * nnmairix.el: Require CL.
12576
12577 2008-06-15 David Engster <dengste@eml.cc>
12578
12579 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12580
12581 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12582
12583 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12584 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12585 runtime choice under XEmacs.
12586
12587 * gnus-sum.el (gnus-summary-set-display-table):
12588 Use `gnus-put-display-table', `gnus-get-display-table',
12589 `gnus-set-display-table' for the display table, instead of `aset'.
12590
12591 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12592
12593 * nnmairix.el: Add autoloads.
12594
12595 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12596
12597 * nnmairix.el (nnmairix-delete-recreate-group)
12598 (nnmairix-update-and-clear-marks): Fix error messages.
12599
12600 2008-06-14 David Engster <dengste@eml.cc>
12601
12602 * nnmairix.el: Upgrade to version 0.6.
12603 (nnmairix-group-toggle-propmarks-this-group)
12604 (nnmairix-group-toggle-readmarks-this-group)
12605 (nnmairix-group-delete-recreate-this-group)
12606 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12607 (nnmairix-remove-tick-mark-original-article): New commands.
12608 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12609 (nnmairix-propagate-marks-to-nnmairix-groups)
12610 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12611 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12612 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12613 functions needed for marks propagation and manipulation of read marks.
12614 (nnmairix-update-groups): New function.
12615 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12616 (nnmairix-determine-original-group-from-registry)
12617 (nnmairix-determine-original-group-from-path)
12618 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12619 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12620 New helper functions.
12621 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12622 keystrokes for new commands.
12623 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12624 (nnmairix-request-group): Check allow-fast group parameter.
12625 (nnmairix-request-create-group): Set allow-fast group parameter if
12626 nnmairix-allowfast-default is set.
12627 (nnmairix-close-group): Propagate marks upon closing if needed.
12628 (nnmairix-group-toggle-threads-this-group): Use new.
12629 nnmairix-group-toggle-parameter helper function.
12630 (nnmairix-search): Better check for empty search result.
12631 (nnmairix-goto-original-article): Use new helper functions for
12632 determining original article.
12633 (nnmairix-show-original-article): Make sure message-id is in brackets.
12634 (nnmairix-call-mairix-binary): Change variable name.
12635 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12636 helper function.
12637 (nnmairix-widget-toggle-activate): Fix doc string.
12638
12639 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12640
12641 * nnir.el: Require edmacro when compiling with XEmacs.
12642 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12643 available in Emacs 21.
12644
12645 2008-06-11 Glenn Morris <rgm@gnu.org>
12646
12647 * gnus-util.el (x-focus-frame):
12648 * gnus.el (image-size):
12649 * mm-decode.el (image-size): Declare.
12650
12651 * gnus-picon.el (declare-function): Add compat definition.
12652 (image-size): Declare.
12653
12654 * gnus-group.el (tool-bar-map):
12655 * gnus-sum.el (tool-bar-map): Define for compiler.
12656
12657 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12658
12659 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12660
12661 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12662 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12663 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12664 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12665 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12666 * sieve-manage.el, spam-report.el, spam.el:
12667 Remove unnecessary eval-and-compile of autoloads.
12668
12669 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12670
12671 * auth-source.el: Precise Tramp doc.
12672
12673 2008-06-07 Glenn Morris <rgm@gnu.org>
12674
12675 * nnmairix.el: Remove unnecessary eval-when-compile.
12676
12677 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
12678
12679 * nnir.el: New file.
12680
12681 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * gnus-util.el (gnus-read-shell-command): New function.
12684 * mm-decode.el (mm-pipe-part):
12685 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12686
12687 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12688
12689 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12690
12691 2008-06-03 Glenn Morris <rgm@gnu.org>
12692
12693 * pop3.el (nnheader-accept-process-output): Autoload it.
12694
12695 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12696
12697 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12698 are not 2-digit hexadecimal characters that follow `%'s.
12699
12700 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12701
12702 * message.el (message-bogus-recipient-p): Fix type in doc string.
12703 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12704 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12705 Improve custom options.
12706 (message-bogus-recipient-p): Adjust accordingly.
12707
12708 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12709
12710 * nnmairix.el: Require edmacro when compiling with XEmacs.
12711
12712 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12713
12714 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12715 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12716
12717 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12718
12719 * auth-source.el: Add more docs.
12720
12721 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12722
12723 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12724 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12725 retrieval faster in some cases, but might make CPU usage larger.
12726 If this has any bad side effects, we might revert this change.
12727
12728 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12729 seems to make mail retrieval much, much faster.
12730 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12731 unconditionally.
12732
12733 * gnus-draft.el (gnus-group-send-queue):
12734 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12735
12736 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12737
12738 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12739
12740 * message.el (message-bogus-address-regexp): Fix and improve custom
12741 type.
12742 (message-setup-hook): Add message-check-recipients as custom option.
12743
12744 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
12745
12746 * message.el (message-cite-function): Remove bogus autoload which crept
12747 in during merge from v5-10.
12748
12749 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12750
12751 * nnimap.el (nnimap-open-connection): Fix login/password bug.
12752
12753 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12754
12755 * auth-source.el: Preliminary Tramp docs.
12756 (auth-sources): Change the default auth-sources to use
12757 EPA .gpg files.
12758
12759 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
12760
12761 * nntp.el: Autoload `auth-source-user-or-password'.
12762 (nntp-send-authinfo): Use it.
12763
12764 * nnimap.el: Autoload `auth-source-user-or-password'.
12765 (nnimap-open-connection): Use it.
12766
12767 * auth-source.el: Add docs on using with url-auth. Import gnus-util
12768 for the gnus-message function.
12769 (auth-source-user-or-password): Use it.
12770
12771 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12772
12773 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12774 rfc2104-hexstring-to-byte-list. Return a unibyte string.
12775 (rfc2104-hash): Use it.
12776
12777 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12778
12779 * gnus-art.el (gnus-article-toggle-truncate-lines):
12780 Don't use `iff' in docstring.
12781
12782 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
12783
12784 * gnus-registry.el: Adjusted copyright dates and added a keyword.
12785
12786 * gnus-util.el (gnus-extract-address-component-name)
12787 (gnus-extract-address-component-email): Convenience functions around
12788 `gnus-extract-address-components'.
12789
12790 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12791 Use `gnus-extract-address-component-email' to fix bug of comparing full
12792 sender name to `user-mail-address'.
12793
12794 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12795
12796 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12797 catch/throw to optimize.
12798 (gnus-registry-find-keywords): Just use member to find a keyword.
12799
12800 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12803 is current before calling gnus-server-prepare.
12804 (gnus-server-setup-buffer, gnus-server-update-server)
12805 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12806
12807 2008-05-04 Juri Linkov <juri@jurta.org>
12808
12809 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12810 (mailcap-file-default-commands): Use mailcap-replace-in-string
12811 instead of replace-regexp-in-string, and mailcap-delete-duplicates
12812 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
12813
12814 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
12815
12816 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12817
12818 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12819
12820 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12821 hooks.
12822 (gnus-update-read-articles): Speed up non-marks-using users.
12823 (gnus-use-marks): Define gnus-use-marks.
12824 (gnus-propagate-marks): Rename variable to something more sensible.
12825
12826 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12827
12828 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12829 (gmm-image-load-path-for-library): Fix typos in docstrings.
12830 (gmm-message): Reflow docstring.
12831
12832 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
12833
12834 * mail-source.el (mail-source-set-1, mail-source-bind):
12835 Move auth-source code out of the macro to clean it up and fix bugs.
12836
12837 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
12838
12839 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12840 by sender if it's equal to user-mail-address, it's likely to be
12841 useless.
12842
12843 * mail-source.el (mail-source-bind): Don't use user or password if they
12844 are not bound. Unintern them if they are nil. Don't use server unless
12845 it's bound, and default it to empty string otherwise.
12846
12847 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
12848
12849 * mail-source.el: Load auth-source.el.
12850 (mail-source-bind): Add comments. Call auth-source-user-or-password to
12851 get user name or password, if auth-sources is set up.
12852
12853 * gnus-registry.el (gnus-registry-split-strategy): New variable for
12854 strategy of splitting with parent.
12855 (gnus-registry-split-fancy-with-parent)
12856 (gnus-registry-post-process-groups): Use it and fix prior
12857 bug (returning a list as the split result).
12858
12859 * auth-source.el (auth-sources): Remove server parameter.
12860 (auth-source-pick, auth-source-user-or-password)
12861 (auth-source-user-or-password-imap)
12862 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12863 (auth-source-user-or-password-sftp)
12864 (auth-source-user-or-password-smtp): Remove server parameter.
12865
12866 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
12867
12868 * smime.el (smime-sign-region, smime-encrypt-region)
12869 (smime-decrypt-region):
12870 Remove redundant calls to `generate-new-buffer-name'.
12871
12872 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
12873
12874 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12875 Don't use QP for message/rfc822.
12876 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12877
12878 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12879
12880 * sieve-manage.el (sieve-string-bytes): Remove.
12881 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12882 correct byte-length only if the process's coding-system is the same as
12883 the one used internally by Emacs to represent strings.
12884
12885 2008-04-22 Juri Linkov <juri@jurta.org>
12886
12887 * mailcap.el (mailcap-file-default-commands): New function.
12888
12889 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12890
12891 * message.el (message-signature-separator, message-cite-function):
12892 Change custom version.
12893
12894 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12895
12896 * mm-decode.el (mm-display-external): Make temp file read-only.
12897
12898 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12899
12900 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12901 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
12902 `C-c C-f d'.
12903
12904 2008-04-12 Adrian Aichner <adrian@xemacs.org>
12905
12906 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12907
12908 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12909
12910 * auth-source.el: Add docs.
12911 (auth-sources): Modify format to support server.
12912 (auth-source-pick, auth-source-user-or-password)
12913 (auth-source-user-or-password-imap)
12914 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12915 (auth-source-user-or-password-sftp)
12916 (auth-source-user-or-password-smtp): Add server parameter.
12917
12918 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
12919
12920 * gnus-registry.el: Initialize the registry when gnus-registry-install
12921 is t.
12922
12923 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
12924
12925 * compface.el (uncompface): Make buffer unibyte.
12926
12927 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12928
12929 * mail-source.el (mail-source-value):
12930 Prefer fboundp to functionp so it works with macros as well.
12931
12932 2008-04-05 Glenn Morris <rgm@gnu.org>
12933
12934 * gnus-ems.el (mm-disable-multibyte): Autoload it.
12935
12936 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12939 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12940
12941 * nnheader.el (nnheader-init-server-buffer): Change buffer's
12942 multibyteness after rather than before erasing it.
12943
12944 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12945 mm-with-multibyte.
12946 (gnus-request-article-this-buffer): Make sure the proper decoding is
12947 used if gnus-original-article-buffer happens to be unibyte.
12948
12949 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12950 default-enable-multibyte-characters.
12951
12952 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12953 default-enable-multibyte-characters.
12954
12955 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12956
12957 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12958
12959 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12962 Fix last change in case the element is not even a symbol.
12963
12964 2008-04-02 Simon Josefsson <simon@josefsson.org>
12965
12966 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12967 imap-enable-exchange-bug-workaround.
12968 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12969
12970 2008-04-01 Simon Josefsson <simon@josefsson.org>
12971
12972 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12973 a 100 byte status-checks into a 2-3MB transfer for each group.
12974 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12975 to enable bug workaround or not.
12976 (nnimap-find-minmax-uid): Only enable workaround conditionally.
12977
12978 2008-03-31 Glenn Morris <rgm@gnu.org>
12979
12980 * message.el (mml2015-use): Declare for compiler.
12981 (message-info): Require mml2015 when appropriate.
12982
12983 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12986 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12987 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12988 (nntp-service-to-port): New function.
12989 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12990 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12991 (nntp-open-netcat-stream): New function.
12992 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12993
12994 2008-03-29 Sven Joachim <svenjoac@gmx.de>
12995
12996 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12997
12998 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13001
13002 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13003
13004 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13005
13006 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13007
13008 * message.el (message-signature-separator): Change default.
13009 Improve custom type.
13010 (message-cite-function): Change default to
13011 message-cite-original-without-signature.
13012
13013 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13014 toggle.
13015
13016 * message.el (message-check-news-body-syntax): Fix signature check.
13017 (message-setup-1): Mark buffer as unmodified _after_ running
13018 message-setup-hook and handling message-alternative-emails.
13019 (message-shorten-references): Be more strict when building list of
13020 valid references to comply with GNKSA.
13021
13022 * gnus-group.el (gnus-read-ephemeral-bug-group)
13023 (gnus-read-ephemeral-debian-bug-group)
13024 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13025
13026 * message.el (message-info): Don't use booleanp which isn't supported
13027 in Emacs 21 and XEmacs.
13028
13029 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13030
13031 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13032 gnus-group-gmane-group-download-format.
13033 (gnus-group-read-ephemeral-gmane-group): Rename from
13034 gnus-group-read-ephemeral-gmane-group.
13035 (gnus-read-ephemeral-gmane-group-url): Rename from
13036 gnus-group-read-ephemeral-gmane-group-url.
13037 (gnus-bug-group-download-format-alist): New variable.
13038 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13039 (gnus-read-ephemeral-emacs-bug-group): New commands.
13040
13041 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13042
13043 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13044 (gnus-visible-headers): Improve custom type.
13045
13046 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13047
13048 * mml.el (mml-menu): Add workarounds for XEmacs.
13049
13050 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13051 X-Boundary header.
13052
13053 * message.el (message-simplify-recipients): Fix previous commit.
13054
13055 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13056
13057 * mm-util.el (mm-set-buffer-multibyte): New function.
13058 * mm-decode.el (mm-copy-to-buffer): Use it.
13059
13060 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13061 Prefer fboundp to functionp so it works with macros as well.
13062
13063 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13064
13065 * message.el (message-alter-recipients-discard-bogus-full-name):
13066 New function.
13067 (message-alter-recipients-function): New variable.
13068 (message-get-reply-headers): Use it.
13069 (message-replace-header): New helper function.
13070 (message-recipients-without-full-name): New variable.
13071 (message-simplify-recipients): New command.
13072
13073 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13074
13075 * message.el (message-info): Handle EasyPG manual.
13076
13077 * mml.el (mml-menu): Add entry for EasyPG.
13078
13079 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13080
13081 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13082 parameter.
13083
13084 * message.el (message-disassociate-draft): Specify drafts group name
13085 fully.
13086
13087 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13088
13089 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13090 Eliminate unnecessary duplicates from the match list.
13091
13092 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13093
13094 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13095 args of `how-many' of which the XEmacs version doesn't take; declare
13096 Info-index-next as function.
13097
13098 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13099
13100 * gnus-score.el (gnus-score-headers): Fix handling of
13101 gnus-inhibit-slow-scoring.
13102
13103 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13104 string.
13105 (gnus-button-url-regexp): Improve handling of parenthesis.
13106 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13107 (gnus-button-handle-info-keystrokes): Handle index entries.
13108
13109 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13110
13111 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13112 Incoming* files.
13113
13114 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13115
13116 * auth-source.el (auth-sources): Rename from auth-source-choices.
13117 (auth-source-pick): Use it.
13118
13119 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13120
13121 * auth-source.el (auth-source-protocols)
13122 (auth-source-protocols-customize, auth-source-choices): Add and
13123 modified variable customizations and defaults.
13124 (auth-source-pick, auth-source-user-or-password)
13125 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13126 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13127 (auth-source-user-or-password-sftp)
13128 (auth-source-user-or-password-smtp): Use new variables and provide an
13129 interface to netrc.el.
13130
13131 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13132
13133 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13134 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13135 Make sure the nntp port to specify is a string.
13136
13137 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13138
13139 * nntp.el: Use with-current-buffer.
13140 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13141 dubious mm-with-unibyte-current-buffer.
13142 (nntp-with-open-group-function): New function extracted from
13143 nntp-with-open-group macro.
13144 (nntp-with-open-group): Use the function, so it's easier to debug.
13145 Add indentation and debugging info.
13146 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13147 Recommend the use of the netcat alternatives.
13148
13149 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13150 Avoid mm-string-as-multibyte as well.
13151
13152 * nnweb.el (nnweb-insert-html):
13153 Remove use of nnheader-string-as-multibyte.
13154
13155 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13156 (nnheader-string-as-multibyte): Remove.
13157
13158 * mm-view.el: Use inhibit-read-only.
13159 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13160 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13161 or unibyte-string.
13162
13163 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13164 (mm-uu-yenc-extract): Use with-current-buffer.
13165
13166 * gnus-soup.el (gnus-soup-send-packet): Don't use
13167 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13168
13169 * nnmh.el: Use with-current-buffer.
13170 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13171 mm-string-as-multibyte on the output of mm-encode-coding-string.
13172
13173 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13174 (nnimap-request-move-article): Use with-current-buffer.
13175
13176 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13177 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13178 conversion uses string-make-unibyte rather than string-as-unibyte.
13179
13180 * gnus-msg.el: Use with-current-buffer.
13181
13182 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13183
13184 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13185
13186 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13187 string for caching if it is 'PIN.
13188
13189 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13190
13191 * mail-source.el (mail-source-delete-old-incoming-confirm):
13192 Change default to nil.
13193 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13194
13195 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13196
13197 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13198 (gnus-article-goto-prev-page): Work for articles having ^L's.
13199
13200 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13201
13202 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13203
13204 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13205
13206 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13207 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13208 (gnus-bookmark-jump): Adjust some variable names.
13209
13210 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13211
13212 * auth-source.el: New package.
13213 (auth-source-choices): Add customization entry point variable.
13214
13215 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13216 bug.
13217
13218 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13219
13220 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13221 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13222 (gnus-registry-install-shortcuts): Rename from
13223 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13224 the `gnus-registry-mark-map' keymap dynamically from
13225 `gnus-registry-marks'. The generated functions update the summary line
13226 when a registry mark is added or deleted, and will call
13227 `gnus-registry-install-p' (see the comments in the code).
13228 (gnus-registry-user-format-function-M): Use concat intelligently.
13229
13230 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13231 the registry mark functions.
13232
13233 2008-03-05 Glenn Morris <rgm@gnu.org>
13234
13235 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13236 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13237 gnus-art.
13238 (top-level): No need to load own source when compiling.
13239
13240 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13241
13242 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13243 Suggested by <chris.anderton@zetnet.co.uk>.
13244
13245 2008-03-04 Glenn Morris <rgm@gnu.org>
13246
13247 * gnus-sum.el (top-level): No need to require gnus when compiling,
13248 since unconditionally required near start of file.
13249 (gnus-summary-display-while-building): Move definition before use.
13250
13251 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13252
13253 * gnus-registry.el (gnus-registry-user-format-function-M):
13254 Add formatting function.
13255
13256 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13257
13258 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13259 with plists.
13260 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13261 Use new format.
13262
13263 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13264
13265 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13266 `where-is-internal' that returns a range of key sequences.
13267
13268 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13271
13272 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13273 (gnus-summary-jump-to-group): Consider windows on other displayed
13274 frames as well. Similar changes might be needed elsewhere, but that's
13275 the one I've bumped into during my use.
13276
13277 * nndoc.el (nndoc-oe-dbx-type-p):
13278 * gnus-msg.el (gnus-debug):
13279 * gnus-group.el (gnus-update-group-mark-positions):
13280 Use mm-string-to-multibyte.
13281
13282 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13283
13284 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13285 doesn't handle NotDashEscaped.
13286
13287 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13288 (mml-dnd-attach-options): Fix typo in custom choice.
13289
13290 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13291 Change nndoc-article-type to mbox.
13292 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13293
13294 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13295 to nil, instead of html2text.
13296
13297 * imap.el (imap-debug): Add `imap-ping-server'.
13298
13299 * gnus-bookmark.el: Add FIXMEs.
13300
13301 * message.el (message-form-letter-separator)
13302 (message-send-form-letter-delay): New variables.
13303 (message-send-form-letter): Use them. New command to send form
13304 letters. Requested by Uwe Siart.
13305 (message-send-mail-function): Doc fix. Add "Other" custom option.
13306
13307 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13308
13309 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13310 empty author.
13311
13312 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13313
13314 * gnus-registry.el (gnus-registry-marks): Add variable for
13315 customization of marks and their appearance.
13316 (gnus-registry-read-mark): Use it.
13317 (gnus-registry-do-marks): Add utility function to loop through
13318 `gnus-registry-marks'.
13319 (gnus-registry-install-shortcuts-and-menus): Add function to install
13320 shortcuts and menus.
13321 (gnus-registry-initialize): Use it.
13322 (gnus-registry-default-mark): Clarify documentation.
13323
13324 2008-02-29 Glenn Morris <rgm@gnu.org>
13325
13326 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13327 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13328 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13329 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13330 Change defcustom :version from 23.0 to 23.1.
13331
13332 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13333
13334 * gnus-registry.el (gnus-registry-follow-group-p)
13335 (gnus-registry-post-process-groups): Add functions to aid registry
13336 splitting and improve logging. Clarify behavior in function
13337 documentation.
13338 (gnus-registry-split-fancy-with-parent): Use them.
13339
13340 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * gnus-art.el: Use with-current-buffer.
13343
13344 2008-02-27 David Engster <dengste@eml.cc>
13345
13346 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13347 Express real group name in the response.
13348
13349 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13350
13351 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13352 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13353 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13354 autoload gnus-registry-fetch-group when compiling.
13355 (nnmairix-request-group-with-article-number-correction):
13356 Remove unreferenced argument passed to nnmairix-call-backend.
13357
13358 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13359
13360 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13361 (mm-uu-extract): Improve face for low color ttys.
13362 Reported by Sascha Wilde.
13363
13364 2008-02-27 Glenn Morris <rgm@gnu.org>
13365
13366 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13367 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13368 variables to defconsts. Convert comments to doc-strings.
13369 (nnmairix-last-server, nnmairix-current-server): Convert from free
13370 variables to defvars. Convert comments to doc-strings.
13371 (gnus-registry-fetch-group): Autoload.
13372 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13373 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13374 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13375 caddr.
13376 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13377 nnmairix-request-group-with-article-number-correction call.
13378 (nnmairix-fast, nnmairix-group): New, less general names, for free
13379 variables passed from nnmairix-request-group to
13380 nnmairix-request-group-with-article-number-correction. Declare.
13381 (nnmairix-request-group-with-article-number-correction):
13382 Use nnmairix-fast, nnmairix-group rather than fast, group.
13383
13384 2008-02-26 David Engster <dengste@eml.cc>
13385
13386 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13387 version 0.5.
13388
13389 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13390
13391 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13392 instead of making an extra function call. Don't add the current group
13393 to articles only when they have the group. Use
13394 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13395 Reported by David <de_bb@arcor.de>.
13396
13397 2008-02-24 Miles Bader <miles@gnu.org>
13398
13399 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13400 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13401 (mm-find-mime-charset-region):
13402 * mm-bodies.el (mm-encode-body):
13403 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13404
13405 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13406
13407 * mail-source.el (mail-source-delete-incoming): Change default.
13408 Supplement doc string.
13409
13410 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13411
13412 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13413
13414 * nnmail.el (nnmail-message-id-cache-file): Derive from
13415 `gnus-home-directory'.
13416
13417 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13418
13419 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13420 Document negative prefix.
13421
13422 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13423
13424 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13425
13426 * message.el (message-unsent-separator): Add the Exim bounce
13427 separator.
13428
13429 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13430
13431 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13432 list.
13433 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13434 recipient/signer list.
13435
13436 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13437
13438 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13439 fbound (Emacs 23 unicode), signal an error.
13440
13441 2008-02-08 Glenn Morris <rgm@gnu.org>
13442
13443 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13444
13445 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13446
13447 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13448 ports to the calls to `netrc-machine-user-or-password' in addition to
13449 "imap" and "imaps".
13450
13451 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13452
13453 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13454 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13455 <hanche@math.ntnu.no>.
13456
13457 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13458
13459 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13460
13461 2008-02-01 Zhang Wei <id.brep@gmail.com>
13462
13463 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13464
13465 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13466
13467 2008-02-01 Miles Bader <miles@gnu.org>
13468
13469 * mml.el (mml-parse-1): Remove apparently vestigial use of
13470 `mm-hack-charsets'.
13471 * mm-bodies.el (mm-encode-body): Likewise.
13472
13473 2008-02-01 Kenichi Handa <handa@m17n.org>
13474
13475 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13476 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13477 (rfc2104-hash): Convert the result of concat to unibyte string.
13478
13479 2008-02-01 Dave Love <fx@gnu.org>
13480
13481 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13482 coding-system-for-read.
13483 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13484
13485 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13486 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13487 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13488
13489 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13490
13491 * mail-source.el (mail-sources): Add `group' choice.
13492
13493 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13494 parameter `in-group' to control into which group the articles go.
13495 Add treatment of `group' mail-source.
13496
13497 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13498
13499 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13500 * message.el (message-beginning-of-line): Use featurep instead of bound
13501 tests in order to resolve conditionals at compile time.
13502
13503 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13504
13505 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13506
13507 * mm-decode.el (mm-dissect-buffer): Decode description.
13508
13509 * mml.el (mml-to-mime): Encode message header first.
13510
13511 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13512
13513 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13514 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13515
13516 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13517
13518 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13519
13520 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13521
13522 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13523 prefix keys.
13524 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13525 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13526 gnus-xmas.el.
13527
13528 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13529
13530 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13531 Add new variables for article mark management.
13532 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13533 list of extra data entries which, when present, will indicate that the
13534 article ID should not be trimmed from the registry.
13535 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13536 functions.
13537 (gnus-registry-read-mark): New function to read a mark name from the
13538 user.
13539 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13540 (gnus-registry-set-article-mark-internal): New functions to add and
13541 remove marks.
13542 (gnus-registry-get-article-marks): New function to show the marks for
13543 an article, or retrieve them for further use.
13544
13545 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13546
13547 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13548 keys when no argument is given.
13549
13550 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13551
13552 * gnus-sum.el (gnus-article-sort-by-random)
13553 (gnus-thread-sort-by-random): Fix doc strings.
13554 Reported by jidanni@jidanni.org.
13555
13556 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13557
13558 * gnus-art.el (gnus-article-describe-bindings): New function.
13559 (gnus-article-read-summary-keys): Use it.
13560 (gnus-article-mode-map): Bind `C-h b' to it.
13561
13562 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13563
13564 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13565 XEmacs.
13566 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13567 Protect against non-character events.
13568
13569 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13570
13571 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13572 New command.
13573 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13574 instead of END. Change name of the temp file.
13575 (gnus-group-gmane-group-download-format): Add doc string. Make it
13576 customizable.
13577
13578 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13579
13580 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13581 bind `S W' to gnus-article-wide-reply-with-original; set default
13582 binding to gnus-article-read-summary-send-keys.
13583 (gnus-article-read-summary-keys): Fix the order of keys; display
13584 continuation keys correctly in the echo area; describe bindings
13585 correctly when keys end with `C-h'.
13586 (gnus-article-read-summary-send-keys): New function.
13587 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13588 Work for gnus-article-read-summary-send-keys; display continuation keys
13589 correctly in the echo area.
13590 (gnus-article-reply-with-original): Ignore prefix argument.
13591 (gnus-article-wide-reply-with-original): New function.
13592
13593 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13594
13595 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13596 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13597
13598 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13599
13600 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13601 (gnus-group-read-ephemeral-gmane-group): New command.
13602
13603 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13604
13605 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13606
13607 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13608
13609 * message.el (message-send-mail-function): Increase custom version.
13610
13611 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13612 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13613
13614 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13615
13616 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13617 html parts correctly; support forwarded messages.
13618 (gnus-article-browse-html-article): Remove work buffers.
13619
13620 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13621 compiling.
13622 (netrc-bound-and-true-p): New macro.
13623 (netrc-parse): Use it instead of bound-and-true-p that is not available
13624 in XEmacs 21.4.
13625
13626 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13627
13628 * gnus-registry.el (gnus-registry-mark-article)
13629 (gnus-registry-article-marks): Add functionality to mark articles
13630 through the Gnus registry.
13631
13632 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13633 (netrc-parse): Use encrypt-file-alist to determine if
13634 encrypt-find-model or encrypt-insert-file-contents should be used.
13635
13636 2007-12-19 Glenn Morris <rgm@gnu.org>
13637
13638 * mml.el (message-options-set, message-narrow-to-head)
13639 (message-in-body-p, message-mail-p, message-encode-message-body):
13640 Autoload.
13641 (message-remove-header, message-narrow-to-headers-or-head)
13642 (message-subscribed-p, message-make-mail-followup-to)
13643 (message-position-on-field, message-news-p)
13644 (message-options-set-recipient, message-generate-headers)
13645 (message-sort-headers): Declare as functions.
13646
13647 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13648
13649 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13650 convention in doc string.
13651
13652 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13653
13654 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13655 title to html parts.
13656 (gnus-article-browse-html-article): Pass message header to it.
13657
13658 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13659
13660 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13661
13662 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13663 or password compatible with XEmacs.
13664
13665 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13666
13667 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13668 format document.
13669 (gnus-mime-delete-part): Don't write description line if empty.
13670 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13671
13672 2007-12-14 Johan Bockgård <bojohan@gnu.org>
13673
13674 * gnus-sum.el (gnus-summary-mark-unread-as-read)
13675 (gnus-summary-mark-read-and-unread-as-read)
13676 (gnus-summary-mark-current-read-and-unread-as-read)
13677 (gnus-summary-mark-unread-as-ticked): Doc fix.
13678 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13679
13680 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13681
13682 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13683 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13684
13685 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13686
13687 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13688 yes-or-no-p.
13689
13690 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13691
13692 * mm-decode.el (mm-add-meta-html-tag): New function.
13693 (mm-save-part-to-file, mm-pipe-part): Use it.
13694
13695 * gnus-art.el (gnus-article-browse-delete-temp-files):
13696 Use gnus-y-or-n-p instead of y-or-n-p.
13697 (gnus-article-browse-html-parts): Work with message/external-body; use
13698 mm-add-meta-html-tag.
13699
13700 2007-12-11 Glenn Morris <rgm@gnu.org>
13701
13702 * gnus-cache.el: Require gnus-sum not just when compiling.
13703
13704 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13705
13706 * gnus-int.el (gnus-server-opened, gnus-status-message):
13707 Move definitions before use.
13708
13709 * mm-decode.el: Require gnus-util.
13710 (mm-remove-part): Only call delete-annotation on XEmacs.
13711
13712 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13713
13714 * nnmail.el: Require gnus-int.
13715
13716 * spam.el: Move `require's before `eval-when-compile's.
13717
13718 * gnus-ems.el (gnus-alive-p):
13719 * gnus-fun.el (message-goto-eoh):
13720 * gnus-util.el (gnus-group-name-decode):
13721 * mail-source.el (gnus-compress-sequence):
13722 * message.el (Info-goto-node, format-spec):
13723 * mm-bodies.el (message-options-get):
13724 * mm-decode.el (mm-view-pkcs7):
13725 * mm-util.el (gmm-write-region):
13726 * mml-smime.el (mml-compute-boundary)
13727 (gnus-completing-read-with-default):
13728 * mml.el (widget-button-press, gnus-make-hashtable):
13729 * mml1991.el (mm-decode-content-transfer-encoding)
13730 (mm-encode-content-transfer-encoding)
13731 (message-options-get, message-options-set):
13732 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13733 * nnfolder.el (gnus-request-group):
13734 * nnheader.el (ietf-drums-unfold-fws):
13735 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13736 * smime.el (gnus-run-mode-hooks):
13737 * spam-stat.el (gnus-message): Autoload.
13738
13739 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13740 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13741 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13742 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13743 Add declare-function compatibility definition.
13744
13745 * gnus-cache.el (nnvirtual-find-group-art):
13746 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13747 (gnus-add-image, gnus-add-wash-type):
13748 * gnus-group.el (nnkiboze-score-file):
13749 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13750 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13751 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13752 (message-tokenize-header, gnus-get-buffer-create)
13753 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13754 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13755 * gnus.el (gnus-group-decoded-name):
13756 * mail-source.el (imap-capability):
13757 * mm-bodies.el (message-options-set):
13758 * mm-decode.el (gnus-configure-windows):
13759 * mm-extern.el (message-goto-body):
13760 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13761 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13762 (epg-sub-key-validity, message-options-set):
13763 * mml.el (widget-event-point, gnus-configure-windows):
13764 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13765 * mml2015.el (epg-check-configuration, epg-configuration)
13766 (message-options-set):
13767 * nndb.el (nndb-request-article):
13768 * nnfolder.el (gnus-request-create-group):
13769 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13770 * nnmaildir.el (gnus-group-mark-article-read):
13771 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13772 * rfc1843.el (message-fetch-field):
13773 * spam.el (gnus-extract-address-components):
13774 Declare as functions.
13775
13776 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13777
13778 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13779
13780 2007-12-09 Glenn Morris <rgm@gnu.org>
13781
13782 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13783
13784 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13785 * message.el, mm-view.el, sieve-manage.el, smime.el:
13786 Add declare-function compatibility definition.
13787
13788 * gnus-art.el (w3-region, w3m-region, Info-menu):
13789 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13790 * gnus-sum.el (gnus-get-predicate):
13791 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13792 * message.el (mail-abbrev-in-expansion-header-p):
13793 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13794 (w3m-detect-meta-charset, w3m-region):
13795 * sieve-manage.el (password-read, password-cache-add)
13796 (password-cache-remove):
13797 * smime.el (password-read-and-add): Declare as functions.
13798
13799 2007-12-08 David Kastrup <dak@gnu.org>
13800
13801 * gnus-sum.el (gnus-summary-simplify-subject-query):
13802 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13803 `message'.
13804
13805 2007-12-07 Glenn Morris <rgm@gnu.org>
13806
13807 * gnus-art.el (article-make-date-line): Revert previous change.
13808
13809 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13810
13811 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13812
13813 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
13814
13815 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13816 Call gnus-add-to-range ranges only once with a prepared article-list.
13817
13818 2007-12-06 Paul Jarc <prj@po.cwru.edu>
13819
13820 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13821 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13822 group names with backslashes.
13823 Reported by Tassilo Horn <tassilo@member.fsf.org>.
13824
13825 2007-12-06 Deepak Goel <deego3@gmail.com>
13826
13827 * gnus-art.el (article-make-date-line):
13828 * gnus-start.el (gnus-load):
13829 * pop3.el (pop3-read-response): Fix buggy call to `error'.
13830
13831 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13832
13833 * gnus-art.el (gnus-use-idna):
13834 * gnus-start.el (gnus-site-init-file):
13835 * message.el (message-use-idna):
13836 * mm-uu.el (mm-uu-hide-markers):
13837 * smiley.el (smiley-style): Revert changes that suppress warnings.
13838
13839 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13840
13841 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13842 specify charset to html source.
13843 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13844
13845 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13846
13847 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13848 idna-program in order to suppress byte compile warning issued by XEmacs
13849 that came to byte compile the default value section of defcustom forms
13850 recently.
13851
13852 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13853 value of installation-directory.
13854
13855 * message.el (message-use-idna): Don't directly refer to the value of
13856 idna-program.
13857
13858 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13859
13860 * smiley.el (smiley-style): Don't directly call face-attribute.
13861
13862 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
13863
13864 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13865
13866 * gnus-dired.el: Reduce Gnus dependencies.
13867 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13868 Don't require. Use autoloads instead.
13869 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13870 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13871 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13872 (gnus-dired-mode): Adjust doc string.
13873 (gnus-dired-mail-mode): New variable.
13874 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13875 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13876 (gnus-dired-mail-buffers): New function. Return mail or message
13877 composition buffers.
13878 (gnus-dired-attach): Use it.
13879 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13880 NO-DECODE.
13881 (gnus-dired-print): Use `gnus-print-buffer' depending on
13882 `gnus-dired-mail-mode'.
13883
13884 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13885
13886 * rfc2047.el (rfc2047-encoded-word-regexp)
13887 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13888 explaining what regexp patterns are for.
13889
13890 2007-12-04 Glenn Morris <rgm@gnu.org>
13891
13892 * password.el: Move to ../password-cache.el.
13893
13894 * mml1991.el (password-read, password-cache-add, password-cache-remove):
13895 * mml2015.el (password-read, password-cache-add, password-cache-remove):
13896 * mml-smime.el (password-read, password-cache-add)
13897 (password-cache-remove):
13898 No need to autoload, since mml-sec requires password.
13899
13900 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13901 * message.el (gnus-extract-address-components):
13902 * mml-smime.el (gnus-extract-address-components): Define for compiler.
13903
13904 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13905 password.
13906
13907 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13908
13909 * mailcap.el: Reduce dependencies.
13910 (mail-header-parse-content-type): Autoload.
13911 (mailcap-delete-duplicates): New alias.
13912 (mailcap-mime-info): Add optional argument NO-DECODE.
13913 (mailcap-mime-types): Use mailcap-delete-duplicates.
13914
13915 * message.el (message-ignored-supersedes-headers): Add "X-ID".
13916
13917 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13918
13919 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13920 function.
13921
13922 * gnus-uu.el (gnus-uu-decode-yenc): New command.
13923 (gnus-uu-yenc-article): New function.
13924
13925 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13926
13927 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13928
13929 2007-12-02 Glenn Morris <rgm@gnu.org>
13930
13931 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13932 Move to ../net.
13933
13934 * binhex.el, uudecode.el: Move to ../mail.
13935
13936 * encrypt.el: Remove file.
13937
13938 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
13939
13940 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13941 matches on patches.
13942
13943 * gnus-art.el (gnus-article-browse-html-article):
13944 Mention `mm-text-html-renderer' in the doc string.
13945
13946 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13947 string. Add comments.
13948
13949 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13950 if rhs is ASCII.
13951
13952 2007-12-01 Glenn Morris <rgm@gnu.org>
13953
13954 * dig.el, dns.el: Move to ../net.
13955 * format-spec.el, hex-util.el, sha1.el: Move to ../.
13956
13957 * mail-source.el (top-level): Require format-spec before
13958 eval-when-compile.
13959
13960 2007-11-30 Glenn Morris <rgm@gnu.org>
13961
13962 * encrypt.el: Require password, rather than autoloading password-read.
13963
13964 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
13965
13966 * gnus.el (gnus-method-to-server): Add an optional parameter so the
13967 caller can indicate whether the cache should be disregarded for this
13968 call. This way the result of the call is reproducible at all times and
13969 can be considered a canonical server name for the supplied method.
13970 (gnus-agent-method-p): Canonicalize server names by pushing their
13971 method through `gnus-method-to-server' using the no-cache argument.
13972
13973 * gnus-srvr.el (gnus-server-insert-server-line):
13974 Call `gnus-method-to-server' with `no-cache' argument.
13975
13976 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13977 gnus-agent-possibly-synchronize-flags as this should be called when the
13978 server is actually being opened.
13979 (gnus-agent-possibly-synchronize-flags)
13980 (gnus-agent-possibly-synchronize-flags-server): Move check for the
13981 flags file of an agentized server to the latter function.
13982
13983 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13984 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13985 after a connection has been established successfully.
13986
13987 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13988
13989 * gnus-art.el (article-display-face): Force to display face if called
13990 interactively; check if gnus-article-x-face-too-ugly matches author.
13991 (article-display-x-face): Display face even if From header is missing
13992 as article-display-face does.
13993
13994 2007-11-28 Richard Stallman <rms@gnu.org>
13995
13996 * md4.el: Move to ../.
13997 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13998
13999 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14000
14001 * mail-source.el (mail-sources): Default to fetch from file for
14002 compatibility with default of nnmail-spool-file.
14003
14004 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14005
14006 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14007 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14008 to look for encoded word that should be encoded again.
14009 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14010 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14011 encoding pattern.
14012 (rfc2047-decode-region): Switch strict regexp and loose one according
14013 to rfc2047-allow-irregular-q-encoded-words.
14014
14015 2007-11-26 Simon Josefsson <simon@josefsson.org>
14016
14017 * imap.el: Move to ../net directory.
14018
14019 2007-11-25 Romain Francoise <romain@orebokech.com>
14020
14021 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14022
14023 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14024
14025 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14026 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14027
14028 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14029 `nnmail-spool-file'.
14030
14031 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14032 `nnmail-spool-file'.
14033
14034 * gnus-move.el (gnus-change-server): Ditto.
14035
14036 * gnus-kill.el (gnus-batch-score): Ditto.
14037
14038 * gnus-cache.el (gnus-jog-cache): Ditto.
14039
14040 * gnus-msg.el (gnus-summary-reply):
14041 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14042
14043 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14044
14045 * gnus-cache.el (gnus-cache-generate-nov-databases):
14046 Use nnml-generate-nov-databases-directory instead of
14047 nnml-generate-nov-databases-1.
14048
14049 2007-11-24 Glenn Morris <rgm@gnu.org>
14050
14051 * message.el (message-tool-bar-retro): Update for rename
14052 mail_send.xpm->mail-send.xpm.
14053
14054 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14055
14056 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14057 `smime-ldap-search' for Emacs 22 and up.
14058
14059 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14060
14061 * hashcash.el: Move to ../mail directory.
14062
14063 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14064
14065 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14066 `smime-ldap-search' for Emacs 22 and up.
14067
14068 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14069
14070 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14071
14072 * message.el (message-send-mail-function): Fix error convention.
14073 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14074 (message-widen-reply, message-send-mail, message-talkative-question)
14075 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14076 (message-clone-locals, message-send-news): Use with-current-buffer.
14077 (message-insert-or-toggle-importance): Remove unused var `valid'.
14078 (message-make-references): Remove unused var `new-references'.
14079 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14080
14081 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14082
14083 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14084 (spam-split-symbolic-return-positive): Reflow docstring.
14085 (spam-backends, spam-summary-exit-behavior)
14086 (spam-mark-ham-unread-before-move-from-spam-group)
14087 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14088 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14089 (spam-clear-cache, spam-backend-check, spam-install-backend)
14090 (spam-install-statistical-backend, spam-list-of-processors)
14091 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14092 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14093 (spam-check-crm114, spam-initialize, spam-unload-hook):
14094 Fix typos in docstrings.
14095
14096 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14097
14098 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14099 been checked if they have never been read and those group levels are
14100 higher than the one that a user specified.
14101
14102 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14103
14104 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14105 foreign groups unless a group level is specified by a user.
14106 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14107
14108 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14109
14110 * message.el (message-send-mail-function): Require sendmail.
14111
14112 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14113
14114 * message.el (message-send-mail-function): Check for smtpmail too.
14115
14116 * utf7.el (utf7-encode, utf7-decode): Use coding system
14117 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14118
14119 * message.el (message-send-mail-function): New function.
14120 (message-send-mail-function): Set default using
14121 message-send-mail-function. Adjust doc string.
14122 (message-send-mail-with-mailclient): New function.
14123
14124 2007-11-17 Richard Stallman <rms@gnu.org>
14125
14126 * assistant.el: Remove file.
14127
14128 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14129
14130 * smime.el (from):
14131 * rfc2047.el (message-posting-charset):
14132 * qp.el (mm-use-ultra-safe-encoding):
14133 * pop3.el (parse-time-months):
14134 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14135 * nnml.el (files):
14136 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14137 (jka-compr-compression-info-list, ange-ftp-path-format)
14138 (efs-path-regexp):
14139 * nndiary.el (files):
14140 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14141 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14142 (epg-digest-algorithm-alist, inhibit-redisplay)
14143 (password-cache-expiry):
14144 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14145 (pgg-output-buffer, password-cache-expiry):
14146 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14147 (efs-path-regexp):
14148 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14149 (inhibit-redisplay):
14150 * mm-uu.el (file-name, start-point, end-point, entry)
14151 (gnus-newsgroup-name, gnus-newsgroup-charset):
14152 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14153 (latin-unity-ucs-list):
14154 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14155 (mm-uu-binhex-decode-function):
14156 * message.el (gnus-message-group-art, gnus-list-identifiers)
14157 (rmail-enable-mime-composing, gnus-local-organization)
14158 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14159 (gnus-read-active-file, facemenu-add-face-function)
14160 (facemenu-remove-face-function, gnus-article-decoded-p)
14161 (tool-bar-mode):
14162 * mail-source.el (display-time-mail-function):
14163 * gnus-util.el (nnmail-pathname-coding-system)
14164 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14165 (gnus-original-article-buffer, gnus-user-agent)
14166 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14167 (xemacs-codename, sxemacs-codename, emacs-program-version):
14168 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14169 * gnus-start.el (gnus-agent-covered-methods)
14170 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14171 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14172 (gnus-newsgroup-headers, gnus-group-list-mode)
14173 (gnus-group-mark-positions, gnus-newsgroup-data)
14174 (gnus-newsgroup-unreads, nnoo-state-alist)
14175 (gnus-current-select-method, mail-sources)
14176 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14177 (nnmail-spool-file, gnus-cache-active-hashtb):
14178 * gnus-mh.el (mh-lib-progs):
14179 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14180 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14181 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14182 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14183 (gnus-group-buffer):
14184 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14185 (font-lock-set-defaults):
14186 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14187 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14188 (gnus-summary-post-menu, total-parts, type, condition, length):
14189 * gnus-agent.el (gnus-agent-read-agentview):
14190 * flow-fill.el (show-trailing-whitespace):
14191 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14192 eval-and-compile wrappers for byte compiler pacifiers.
14193
14194 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14195 (mm-display-inline-fontify): Check for featurep 'xemacs not
14196 extent-list.
14197
14198 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14199 itimer-list.
14200 (mm-create-image-xemacs): Only do something for XEmacs.
14201 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14202
14203 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14204
14205 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14206 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14207
14208 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14209
14210 * nnimap.el (nnimap-split-download-body):
14211 * gnus-demon.el (gnus-demon):
14212 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14213
14214 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14215
14216 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14217 New macros.
14218 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14219 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14220 copy data from unibyte buffer to multibyte current buffer.
14221 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14222 to copy data from unibyte current buffer to multibyte buffer.
14223 (nntp-make-process-buffer): Make process buffer unibyte.
14224
14225 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14226
14227 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14228
14229 * pop3.el (pop3-open-server): Accept and process data more robustly at
14230 connection start to avoid spurious "POP SSL connection failed" errors.
14231
14232 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14233
14234 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14235 read group names.
14236
14237 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14238
14239 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14240
14241 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14242
14243 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14244 (nnmail-save-active): Use a unibyte buffer when saving active file,
14245 which may contain non-ASCII group names.
14246
14247 * nnml.el (nnml-request-group): Decode group names in messages.
14248
14249 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14250
14251 * message.el (message-citation-line-function)
14252 (message-insert-formatted-citation-line): Fix spelling of
14253 `message-insert-formated-citation-line'.
14254
14255 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14256
14257 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14258
14259 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14260
14261 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14262 nnmail-pathname-coding-system.
14263
14264 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14265 that a user enters; decode group names in messages.
14266
14267 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14268
14269 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14270
14271 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14272
14273 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14274
14275 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14276 risky local variable.
14277
14278 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14279
14280 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14281
14282 * encrypt.el: Improve documentation to fix function name typo.
14283 Reported by Daiki Ueno <ueno@unixuser.org>.
14284
14285 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14286
14287 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14288 even if the point is not in the last page of an article.
14289 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14290 back to the previous page.
14291
14292 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14293
14294 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14295
14296 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14297
14298 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14299
14300 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14301
14302 * message.el (message-check-news-body-syntax):
14303 Avoid mm-string-as-multibyte.
14304 (message-hide-headers): Don't assume (point-min)==1.
14305
14306 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14307
14308 * message.el (message-remove-blank-cited-lines): Fix if remove is
14309 given.
14310 (message-bogus-address-regexp): New variable.
14311 (message-bogus-recipient-p): New function.
14312 (message-check-recipients): New command.
14313 (message-syntax-checks): Add `bogus-recipient'.
14314 (message-fix-before-sending): Add `bogus-recipient'.
14315
14316 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14317 (gnus-treat-body-boundary): Don't test window-system.
14318
14319 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14320
14321 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14322
14323 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14324
14325 * gnus.el: Bump version to Gnus v5.13.
14326
14327 2007-10-28 Miles Bader <miles@gnu.org>
14328
14329 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14330 at compile-time too.
14331
14332 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14333
14334 * gnus-msg.el (gnus-message-setup-hook):
14335 Add `message-remove-blank-cited-lines' to options.
14336
14337 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14338
14339 * message.el (message-remove-blank-cited-lines): New function.
14340 Suggested by Karl Plästerer.
14341
14342 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14343
14344 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14345 mapc.
14346
14347 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14348 (top-level): Use mapc to set functions to be traced for debugging.
14349
14350 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14351 called for effect with while loop.
14352
14353 * message.el (message-talkative-question): Replace mapcar called for
14354 effect with mapc.
14355
14356 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14357 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14358 called for effect with dolist.
14359
14360 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14361
14362 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14363 gnus-extra-headers and nnmail-extra-headers.
14364
14365 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14366 called for effect with dolist.
14367 (top-level): Use mapc to set functions to be traced for debugging.
14368
14369 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14370 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14371 dolist.
14372
14373 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14374 Replace mapcar called for effect with mapc.
14375 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14376 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14377 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14378 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14379
14380 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14381 remove-if that's a cl function.
14382
14383 * webmail.el (webmail-debug): Replace mapcar called for effect with
14384 dolist.
14385
14386 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14387
14388 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14389 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14390 with while loop.
14391
14392 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14393 functions from article-* functions.
14394 (gnus-multi-decode-header): Replace mapcar called for effect with
14395 dolist.
14396
14397 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14398 (gnus-bookmark-show-details): Replace mapcar called for effect with
14399 while loop.
14400
14401 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14402 called for effect with while loop.
14403
14404 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14405 with dolist.
14406
14407 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14408 Replace mapcar called for effect with dolist.
14409
14410 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14411
14412 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14413 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14414 Replace mapcar called for effect with dolist.
14415 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14416 mapc.
14417
14418 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14419 Replace mapcar called for effect with dolist.
14420 (gnus-topic-list): Replace mapcar called for effect with mapc.
14421
14422 * gnus.el: Use mapc instead of mapcar to add autoloads.
14423
14424 2007-10-23 Richard Stallman <rms@gnu.org>
14425
14426 * gnus-group.el (gnus-group-highlight): Mark as risky.
14427
14428 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14429
14430 * gnus.el (gnus-server-to-method): Return method found first in
14431 gnus-newsrc-alist.
14432
14433 * gnus-art.el (gnus-article-highlight-signature)
14434 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14435 button overlay without the front stickiness.
14436
14437 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14438
14439 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14440 overview buffer needed a catch to receive its throw.
14441 (gnus-agent-flush-cache): Declare as interactive to make this function
14442 easier to use.
14443
14444 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14445
14446 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14447 `next-line'.
14448
14449 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14450
14451 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14452 exclude address matching message-dont-reply-to-names.
14453
14454 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14455
14456 * gnus-util.el (gnus-string<): New function.
14457
14458 * gnus-sum.el (gnus-article-sort-by-author)
14459 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14460
14461 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14462
14463 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14464 the frame-focus tag is set in gnus-buffer-configuration.
14465
14466 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14467
14468 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14469 the front stickiness.
14470
14471 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14472
14473 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14474 url pattern; remove duplicate one.
14475 (gnus-article-extend-url-button): New function.
14476 (gnus-article-add-buttons): Use it.
14477 (gnus-button-push): Use concatenated url that it makes.
14478
14479 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14480
14481 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14482 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14483
14484 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14485
14486 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14487 Don't hardcode point-min==1.
14488
14489 2007-09-30 David Kastrup <dak@gnu.org>
14490
14491 * gnus-art.el (gnus-article-reply-with-original)
14492 (gnus-article-followup-with-original): When `transient-mark-mode' is
14493 off, refrain from active-region behavior for followups.
14494
14495 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14496
14497 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14498 Fix comment about "iso8859-1".
14499
14500 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14501
14502 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14503 ones returned from the verify-function.
14504
14505 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14506 Call mml2015-extract-cleartext-signature if extraction failed.
14507
14508 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14509
14510 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14511 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14512 failed.
14513
14514 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14515
14516 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14517
14518 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14519
14520 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14521 to mark a thread as expirable. Add variable `hide' to handle hiding of
14522 thread for both the null and zero (kill/expire thread) universal prefix
14523 cases.
14524 (gnus-summary-expire-thread): Add new function to expire a thread,
14525 using gnus-summary-kill-thread.
14526 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14527 shortcuts for gnus-summary-expire-thread.
14528 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14529 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14530
14531 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14532
14533 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14534 extras value, so an extras entry can be deleted.
14535 (gnus-registry-delete-extra-entry): Use it.
14536 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14537 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14538 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14539 storage through the gnus-registry, and provide an appropriate API for
14540 it.
14541
14542 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14543
14544 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14545 Suggested by Leo <sdl.web@gmail.com>.
14546
14547 * gnus.el: Do.
14548
14549 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14550
14551 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14552 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14553
14554 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14555
14556 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14557 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14558
14559 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14560
14561 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14562 newline.
14563 (nnmbox-request-accept-article): Don't change article in source buffer;
14564 narrow to header to use message-fetch-field rather than
14565 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14566 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14567 as delimiters; make sure article ends with newline.
14568 (nnmbox-delete-mail): Correct last position of article to be deleted;
14569 ignore X-Gnus-Newsgroup header in article body.
14570 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14571 positions; make sure article ends with newline.
14572
14573 * message.el (message-display-abbrev): Don't infloop when a user
14574 inserts SPC in the beginning of header.
14575
14576 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14577
14578 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14579 list of groups not followed by default. Fix type to be regexp.
14580 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14581
14582 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14583
14584 * hmac-def.el (define-hmac-function): Switch from old-style to
14585 new-style backquotes.
14586
14587 * md4.el (md4-make-step): Likewise.
14588
14589 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14590
14591 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14592 raw-text coding system when saving .newsrc file, which may contain
14593 non-ASCII group names.
14594
14595 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14596
14597 * gnus-cus.el (gnus-score-extra): New widget.
14598 (gnus-score-extra-convert): New function.
14599 (gnus-score-customize): Use it for Extra.
14600
14601 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14602
14603 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14604 (mml2015-mailcrypt-clear-verify): Use it.
14605 (mml2015-gpg-clear-verify): Use it.
14606 (mml2015-pgg-clear-verify): Use it.
14607 (mml2015-epg-clear-verify): Replace the current part with the output
14608 from GnuPG; don't extract the plaintext by itself.
14609
14610 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14611 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14612 mml2015-clear-verify-function; don't touch the armor headers or
14613 dash-escaped text here.
14614
14615 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14616
14617 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14618 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14619 parts, or application/octet-stream as a last resort.
14620 (gnus-mime-view-part-as-type): Don't toggle display.
14621 (gnus-mime-view-part-as-charset): Don't turn off display before
14622 querying charset.
14623
14624 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14625 stuff to undisplayer function in Emacs.
14626 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14627
14628 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14629 text/calendar parts.
14630
14631 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14632
14633 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14634 decoding text/calendar parts.
14635
14636 * message.el (message-forward-make-body-mime): Always mark body as
14637 having no illegible text; remove signed-or-encrypted argument.
14638 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14639
14640 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14641 (mml-generate-mime-1): Don't encode body if it is specified to be in
14642 raw form; don't make buffer be unibyte when inserting multibyte string.
14643
14644 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14645
14646 * sha1.el: Fix up comment style.
14647 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14648 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14649
14650 * hex-util.el: Fix up comment style.
14651 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14652
14653 * gnus-salt.el: Use with-current-buffer.
14654 (gnus-pick-setup-message): Fix long-standing typo.
14655
14656 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14657
14658 * imap.el (imap-logout-timeout): New variable.
14659 (imap-logout, imap-logout-wait): New functions.
14660 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14661
14662 * nnimap.el (nnimap-logout-timeout): New server variable.
14663 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14664 nnimap-logout-timeout.
14665
14666 * gnus-art.el (gnus-article-summary-command-nosave)
14667 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14668
14669 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14670
14671 * gnus.el (gnus-maximum-newsgroup): New variable.
14672
14673 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14674 according to gnus-maximum-newsgroup.
14675
14676 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14677 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14678 Limit the range of articles according to gnus-maximum-newsgroup.
14679
14680 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
14681
14682 * gnus-art.el (gnus-sticky-article): Fix problems described in
14683 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
14684 Don't perform gnus-configure-windows here; reuse existing sticky
14685 article buffer.
14686
14687 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14688 it doesn't exist in gnus-article-mode.
14689
14690 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14691
14692 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14693 (gnus-agent-decoded-group-name): New function.
14694 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14695 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14696
14697 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14698
14699 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14700 Add binding for gnus-sticky-article.
14701 (gnus-summary-exit): Don't kill sticky article buffers.
14702
14703 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14704 article buffer.
14705 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14706 (gnus-kill-sticky-article-buffers): New commands.
14707
14708 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14709
14710 * nntp.el (nntp-xref-number-is-evil): New server variable.
14711 (nntp-find-group-and-number): If it is non-nil, don't trust article
14712 numbers in the Xref header.
14713
14714 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14715
14716 * gnus-agent.el (gnus-agent-read-group): New function.
14717 (gnus-agent-flush-group, gnus-agent-expire-group)
14718 (gnus-agent-regenerate-group): Use it.
14719 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14720 nnmail-pathname-coding-system.
14721
14722 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14723
14724 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14725
14726 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14727 that are unread as unread, and also as selected so that information of
14728 marks having been changed by a user may be updated when exiting group.
14729
14730 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14731
14732 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14733
14734 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14735
14736 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14737 calculated ignoring signature parts to gnus-treat-article.
14738
14739 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14740
14741 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14742 a point here in order to keep the window start.
14743 (gnus-insert-mime-security-button): Make a button overlay without the
14744 front stickiness.
14745 (gnus-mime-display-security): Goto the end of a button.
14746
14747 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14748
14749 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14750
14751 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14752 group-name-at-point.
14753 (gnus-group-completing-read): New function that offers decoded
14754 non-ASCII group names for completion.
14755 (gnus-fetch-group, gnus-group-read-ephemeral-group)
14756 (gnus-group-jump-to-group, gnus-group-make-group-simple)
14757 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14758 (gnus-group-fetch-control): Use it.
14759 (gnus-fetch-group): Use group-name-at-point for the initial value
14760 rather than the default value; use gnus-alive-p.
14761
14762 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14763 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14764 (gnus-summary-post-news): Use gnus-group-completing-read.
14765
14766 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14767 (gnus-read-move-group-name): Decode group name for completion.
14768
14769 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
14770
14771 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14772 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14773 Yamaoka slightly modified the code).
14774
14775 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
14776
14777 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14778 (nnmail-split-incoming): Bind it.
14779
14780 * nnml.el (nnml-group-name-charset): New function.
14781 (nnml-decoded-group-name): Use it; don't decode group name if
14782 nnmail-group-names-not-encoded-p is non-nil.
14783 (nnml-encoded-group-name): New function.
14784 (nnml-group-pathname): Inline nnml-decoded-group-name.
14785 (nnml-request-expire-articles): Decode group name in message.
14786 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14787 nnmail-pathname-coding-system.
14788 (nnml-save-mail, nnml-active-number): Work with decoded group names and
14789 not decoded ones according to nnmail-group-names-not-encoded-p.
14790 (nnml-generate-active-info): Use nnml-encoded-group-name.
14791
14792 2007-08-08 Glenn Morris <rgm@gnu.org>
14793
14794 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14795 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14796 doc-strings and comments.
14797
14798 2007-07-25 Glenn Morris <rgm@gnu.org>
14799
14800 * Relicense all FSF files to GPLv3 or later.
14801
14802 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14803
14804 * gnus-sum.el (gnus-summary-move-article):
14805 Make gnus-summary-respool-article work.
14806
14807 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
14808
14809 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14810 string.
14811
14812 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
14813
14814 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
14815 that should be ignored when comparing distant RSS articles with local
14816 ones.
14817 (nnrss-make-hash-index): New function. Create a hash index according
14818 to the ignored fields.
14819 (nnrss-check-group): Use it.
14820
14821 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
14822
14823 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14824
14825 * gnus-art.el (article-decode-group-name): Decode Xref header too.
14826
14827 * gnus-group.el (gnus-group-make-group): Encode group name here unless
14828 the new optional argument ENCODED is non-nil.
14829 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14830 coding system for encoding group name.
14831 (gnus-group-make-rss-group): Pass un-encoded group name to
14832 gnus-group-make-group.
14833 (gnus-group-set-info): Tell gnus-group-make-group that group name is
14834 encoded.
14835
14836 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14837 Encode group name to which articles are moved or copied.
14838 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14839 coding system for encoding Newsgroup, Followup-To and Xref headers.
14840
14841 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14842 marks; use nnheader-file-coding-system to write a file.
14843 (nnagent-retrieve-headers): Bind file-name-coding-system to
14844 nnmail-pathname-coding-system.
14845
14846 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14847
14848 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14849 (nnml-request-article, nnml-request-create-group)
14850 (nnml-request-rename-group, nnml-find-id)
14851 (nnml-possibly-change-directory, nnml-possibly-create-directory)
14852 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14853 (nnml-save-marks): Use nnml-group-pathname instead of
14854 nnmail-group-pathname.
14855
14856 (nnml-request-create-group, nnml-request-expire-articles)
14857 (nnml-request-move-article, nnml-request-delete-group)
14858 (nnml-deletable-article-p, nnml-possibly-create-directory)
14859 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14860 (nnml-open-marks): Bind file-name-coding-system to
14861 nnmail-pathname-coding-system.
14862
14863 (nnml-request-article): Pass server argument to nnml-find-group-number.
14864 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14865 Pass server argument to nnml-possibly-create-directory.
14866 (nnml-request-accept-article): Pass server argument to
14867 nnml-active-number and nnml-save-mail.
14868 (nnml-find-group-number): Pass server argument to nnml-find-id.
14869 (nnml-request-update-info): Pass server argument to
14870 nnml-marks-changed-p.
14871
14872 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14873 (nnml-save-mail, nnml-active-number): Add server argument.
14874
14875 (nnml-request-delete-group): Warn if group is missing.
14876 (nnml-get-nov-buffer): Decode group name.
14877 (nnml-generate-active-info): Encode group name.
14878 (nnml-open-marks): Decode group name in messages.
14879
14880 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14881
14882 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14883 if it is not specified.
14884 (gnus-article-pipe-part, gnus-article-save-part)
14885 (gnus-article-interactively-view-part, gnus-article-copy-part)
14886 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14887 (gnus-article-inline-part, gnus-article-save-part-and-strip)
14888 (gnus-article-replace-part, gnus-article-delete-part)
14889 (gnus-article-view-part-as-type): Pass raw prefix argument to
14890 gnus-article-part-wrapper.
14891
14892 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
14893
14894 * gnus-agent.el (gnus-agent-save-active):
14895 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14896
14897 * gnus-cache.el (gnus-cache-save-buffers)
14898 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14899 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14900 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14901 (gnus-cache-braid-nov, gnus-cache-braid-heads)
14902 (gnus-cache-generate-active, gnus-cache-rename-group)
14903 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14904 (gnus-cache-update-overview-total-fetched-for):
14905 Bind file-name-coding-system to nnmail-pathname-coding-system.
14906 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14907 New variables.
14908 (gnus-cache-decoded-group-name): New function.
14909 (gnus-cache-file-name): Use it.
14910 (gnus-cache-generate-active): Use non-decoded group name for active.
14911
14912 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14913 right place.
14914 (gnus-write-active-file): Don't break non-ASCII group names.
14915
14916 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14917 nnmail-pathname-coding-system.
14918
14919 * gnus-uu.el (gnus-uu-decode-save): Typo.
14920
14921 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
14922
14923 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14924
14925 2007-07-14 David Kastrup <dak@gnu.org>
14926
14927 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14928 finishing actions if we did not edit the article.
14929
14930 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14931
14932 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14933 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14934 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14935 (gnus-agent-flush-group, gnus-agent-flush-cache)
14936 (gnus-agent-fetch-headers, gnus-agent-load-alist)
14937 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14938 (gnus-agent-retrieve-headers, gnus-agent-request-article)
14939 (gnus-agent-regenerate-group)
14940 (gnus-agent-update-files-total-fetched-for)
14941 (gnus-agent-update-view-total-fetched-for):
14942 Bind file-name-coding-system to nnmail-pathname-coding-system.
14943 (gnus-agent-group-pathname): Don't encode file names by
14944 nnmail-pathname-coding-system.
14945 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14946 coding-system-for-write instead of buffer-file-coding-system to
14947 gnus-agent-file-coding-system.
14948
14949 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14950 Decode group name.
14951
14952 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14953
14954 * gnus-start.el (gnus-update-active-hashtb-from-killed)
14955 (gnus-read-newsrc-el-file): Make group names unibyte.
14956
14957 * nnmail.el (nnmail-group-pathname): Don't encode file names by
14958 nnmail-pathname-coding-system.
14959
14960 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14961 (nnrss-request-delete-group): Bind file-name-coding-system to
14962 nnmail-pathname-coding-system.
14963 (nnrss-read-server-data, nnrss-read-group-data):
14964 Bind file-name-coding-system correctly.
14965 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14966
14967 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14968 (nntp-server-to-method-cache): New variable.
14969 (nntp-group-pathname): New function that decodes non-ASCII group names.
14970 (nntp-possibly-create-directory, nntp-marks-changed-p)
14971 (nntp-save-marks, nntp-open-marks): Use it.
14972 (nntp-possibly-create-directory, nntp-open-marks):
14973 Bind file-name-coding-system to nnmail-pathname-coding-system.
14974 (nntp-open-marks): Decode group names when bootstrapping marks.
14975
14976 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14977 Newsgroups and Followup-To headers.
14978
14979 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14980
14981 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14982 (gnus-server-closed-face, gnus-server-denied-face)
14983 (gnus-server-offline-face): Remove variable.
14984 (gnus-server-font-lock-keywords): Use faces that are not aliases.
14985
14986 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14987 of modifying message-stack directly for XEmacs.
14988
14989 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14990 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14991 if the coding-system argument is nil for XEmacs.
14992
14993 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14994 mm-charset-override-alist.
14995
14996 * rfc2047.el: Don't require base64; require rfc2045 for the function
14997 rfc2045-encode-string.
14998 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14999 to quote the parameter value.
15000
15001 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15002
15003 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15004 form in gnus-group-name-charset-method-alist.
15005
15006 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15007 overrides the default layout edit-form.
15008
15009 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15010
15011 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15012
15013 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15014
15015 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15016 as unfetched articles.
15017
15018 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15019
15020 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15021
15022 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15023
15024 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15025 original back end that keeps marks in the local system.
15026
15027 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15028
15029 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15030 arg of pop-to-buffer for XEmacs.
15031 (gnus-article-read-summary-keys): Ditto; don't restore window
15032 configuration if summary command ends up with neither article buffer
15033 nor summary buffer; describe bindings if summary keys end with C-h.
15034
15035 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15036
15037 * message.el (message-fix-before-sending): Skip raw message part to be
15038 forwarded while checking illegible text.
15039 (message-forward-make-body-mime, message-forward-make-body):
15040 Mark signed or encrypted raw message as having no illegible text.
15041
15042 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15043
15044 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15045 (gnus-message-with-timestamp-1): New macro.
15046 (gnus-message-with-timestamp): New function.
15047 (gnus-message): Use them.
15048
15049 * nnheader.el (nnheader-message): Use them.
15050
15051 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15052
15053 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15054 .newsrc.eld file.
15055
15056 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15057
15058 * gnus-agent.el (gnus-agent-fetch-headers)
15059 (gnus-agent-retrieve-headers):
15060 Bind gnus-decode-encoded-address-function to identity.
15061
15062 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15063 available also when the server returns simply a dot.
15064
15065 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15066
15067 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15068
15069 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15070
15071 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15072
15073 * gnus-ems.el (gnus-x-splash): Make it work.
15074
15075 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15076 from being used.
15077
15078 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15079
15080 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15081 the front stickiness.
15082 (gnus-article-summary-command-nosave): Correct the order of the
15083 arguments passed to pop-to-buffer.
15084 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15085 summary command ends up with the article buffer.
15086
15087 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15088 the same faces.
15089
15090 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15091
15092 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15093
15094 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15095
15096 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15097 * gnus-sum.el (gnus-summary-highlight):
15098 * mail-source.el (mail-source-delete-old-incoming-confirm):
15099 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15100
15101 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15102
15103 * gnus-art.el (gnus-mime-view-part-externally)
15104 (gnus-mime-view-part-internally): Fix predicate function passed to
15105 completing-read.
15106
15107 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15108
15109 * gnus.el (gnus-update-message-archive-method): Add :version.
15110
15111 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15112
15113 * gnus.el (gnus-update-message-archive-method): New variable.
15114
15115 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15116 according to gnus-message-archive-method if
15117 gnus-update-message-archive-method is non-nil.
15118
15119 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15120
15121 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15122 Suggested by Loic Dachary <loic@dachary.org>.
15123 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15124
15125 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15126
15127 * message.el (message-pop-to-buffer): Add switch-function argument.
15128 (message-mail): Pass switch-function argument to it.
15129
15130 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15131
15132 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15133 Improve doc string.
15134
15135 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15136
15137 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15138 (gnus-header-content):
15139 * gnus-cite.el (gnus-cite-10):
15140 * gnus-srvr.el (gnus-server-closed):
15141 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15142 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15143 (gnus-group-mail-3-empty, gnus-group-mail-low)
15144 (gnus-group-mail-low-empty, gnus-splash):
15145 * message.el (message-header-to, message-header-cc)
15146 (message-header-subject, message-header-other, message-header-name)
15147 (message-header-xheader, message-separator, message-cited-text)
15148 (message-mml): Lighten colors of faces used for dark background.
15149
15150 2007-05-24 Simon Josefsson <simon@josefsson.org>
15151
15152 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15153 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15154
15155 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15156
15157 * message.el (message-narrow-to-headers-or-head):
15158 Ignore mail-header-separator in the body.
15159
15160 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15161
15162 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15163 same as window size.
15164
15165 2007-05-22 Kevin Ryde <user42@zip.com.au>
15166
15167 * message.el (message-font-lock-keywords): Use message-header-xheader
15168 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15169 ahead of the anything pattern, to get it recognized.
15170
15171 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15172
15173 * gnus-sum.el (gnus-articles-to-read)
15174 (gnus-summary-insert-old-articles): Don't truncate group name for
15175 `read-string'.
15176
15177 * gnus-util.el (gnus-limit-string): Delete this function.
15178
15179 * gnus-sum.el (gnus-simplify-subject-fully):
15180 Use `truncate-string-to-width' instead.
15181
15182 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15183
15184 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15185 Tell if, on summary exit, the next group has to be selected.
15186 (gnus-summary-exit): Use it.
15187
15188 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15189
15190 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15191 non-break space.
15192
15193 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15194
15195 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15196 Check if group is not a directory.
15197 (nnfolder-request-expire-articles): Don't delete articles if the target
15198 group is not available.
15199
15200 * nnml.el (nnml-request-create-group): Properly check if group is not a
15201 file.
15202 (nnml-request-expire-articles): Don't delete articles if the target
15203 group is not available.
15204
15205 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15206 Don't quote characters that are within parentheses.
15207
15208 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15209
15210 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15211 (gnus-handle-ephemeral-exit): Select article according to it.
15212
15213 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15214
15215 * message.el (message-insert-formated-citation-line): Remove newline.
15216 (message-citation-line-format): Add final \n here so that the user can
15217 avoid a blank line.
15218
15219 2007-05-03 Dan Christensen <jdc@uwo.ca>
15220
15221 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15222 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15223 Update lanl/arXiv support.
15224
15225 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15226
15227 * gnus.el: Bump version number.
15228
15229 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15230
15231 * gnus.el (gnus-version-number): Bump version.
15232
15233 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15234
15235 * gnus.el: No Gnus v0.6 is released.
15236
15237 2007-04-27 Didier Verna <didier@xemacs.org>
15238
15239 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15240 * gmm-utils.el (gmm-regexp-concat): ... here.
15241 * message.el: Don't require 'gnus-util.
15242 (message-dont-reply-to-names): Handle name change above.
15243 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15244
15245 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15246
15247 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15248 since the initial value varies according to the system.
15249
15250 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15251
15252 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15253
15254 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15255
15256 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15257
15258 2007-04-24 Didier Verna <didier@xemacs.org>
15259
15260 Improve the type of gnus-ignored-from-addresses.
15261 * gnus-util.el (gnus-orify-regexp): New function.
15262 * message.el (gnus-util): Require it.
15263 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15264 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15265 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15266
15267 2007-04-24 Didier Verna <didier@xemacs.org>
15268
15269 * gnus-sum.el:
15270 * gnus-utils.el: Fix some trailing whitespaces.
15271
15272 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15273
15274 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15275 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15276 article's Message-ID; refer parent article in summary buffer.
15277
15278 * message.el (message-bounce): Call mime-to-mml.
15279
15280 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15281
15282 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15283
15284 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15285
15286 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15287 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15288 displayed of multipart/alternative part if it is invoked from summary
15289 buffer.
15290
15291 * mm-view.el (mm-inline-text-html-render-with-w3m)
15292 (mm-inline-text-html-render-with-w3m-standalone)
15293 (mm-inline-render-with-function): Use mail-parse-charset by default.
15294
15295 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15296
15297 * parse-time.el (parse-time-string-chars): Check if CHAR
15298 is less than the length of parse-time-syntax.
15299
15300 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15301
15302 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15303 from gnus-newsgroup-processable.
15304
15305 2007-04-16 Didier Verna <didier@xemacs.org>
15306
15307 * gnus-msg.el (gnus-configure-posting-styles):
15308 Handle message-signature-directory properly with :file syntax.
15309 Reported by "Leo".
15310
15311 2007-04-11 Didier Verna <didier@xemacs.org>
15312
15313 New user option: message-signature-directory.
15314 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15315 * message.el (message-insert-signature): Ditto.
15316 * message.el (message-signature-file): Doc update.
15317 * message.el (message-signature-directory): New.
15318
15319 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15320
15321 * gnus-msg.el (gnus-inews-yank-articles):
15322 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15323
15324 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15325
15326 * message.el (message-yank-original): Make sure cited text ends with
15327 newline; don't exchange point and mark.
15328
15329 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15330
15331 * tls.el (open-tls-stream): Properly handle case where there
15332 is no associated buffer.
15333
15334 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15335
15336 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15337 message-yank-original, make sure (< mark TEXT point).
15338
15339 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15340
15341 * message.el (message-fill-column): New variable.
15342 (message-mode): Use it. Add comment on a possible new hook.
15343
15344 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15345 (nnmail-get-new-mail): Reformat.
15346
15347 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15348
15349 * gmm-utils.el: Fix Commentary.
15350 (gmm-tool-bar-from-list): Fix typo in doc string.
15351
15352 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15353
15354 * message.el (message-yank-original): Don't switch point and mark
15355 unnecessarily to put point and mark as documented.
15356
15357 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15358
15359 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15360 from the message heads.
15361
15362 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15363
15364 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15365 article buffer does not have a window. This may not be the best
15366 solution but is certainly better than setting the start of the null,
15367 that is the current, window.
15368
15369 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15370
15371 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15372 (gnus-draft-setup): Run it.
15373
15374 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15375 gnus-score-fast-scoring. Allow regexp.
15376 (gnus-score-headers): Use it.
15377
15378 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15379 XEmacs.
15380
15381 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15382 string.
15383 (gnus-button-alist): Also catch `<f1> k ...'.
15384 (gnus-treat-display-x-face): Fix doc string.
15385
15386 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15387
15388 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15389 evaluation of gnus-extended-version to ensure correct generation of the
15390 User-Agent header when message-generate-headers-first is used.
15391
15392 2007-03-24 Simon Josefsson <simon@josefsson.org>
15393
15394 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15395 hashcash-path is nil. Don't call callback with incorrect number of
15396 parameters if val is 0.
15397
15398 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15399
15400 * message.el (message-required-news-headers):
15401 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15402
15403 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15404
15405 * message.el (message-generate-new-buffers): Change the meaning of the
15406 nil value; add `standard' to the choices; treat t as `unique'; improve
15407 doc string.
15408 (gnus-select-frame-set-input-focus): Autoload.
15409 (message-buffer-name): Search for the existing message buffer if
15410 message-generate-new-buffers is nil or `standard'; treat the value t of
15411 message-generate-new-buffers as `unique'.
15412 (message-pop-to-buffer): Raise the frame already displaying the message
15413 buffer; clear the echo area after querying.
15414 (message-setup): Pass the `continue' argument to compose-mail.
15415 (message-mail): Prefer `switch-function' if it is given; search for the
15416 existing message buffer if the `continue' argument is non-nil; pass
15417 continue and switch-function arguments to compose-mail by way of
15418 message-setup.
15419 (message-mail-other-window): Adjust argument of message-setup.
15420 (message-mail-other-frame): Ditto.
15421
15422 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15423
15424 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15425 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15426 to turn font-lock on when turning gnus-message-citation-mode on.
15427
15428 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15429
15430 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15431 (mml-smime-function-alist): New variable; add epg as the backend.
15432 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15433 mml-smime- functions instead.
15434 * mm-view.el: Require smime.
15435
15436 2007-03-05 Didier Verna <didier@xemacs.org>
15437
15438 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15439 instead of just inheritance for posting styles.
15440 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15441
15442 2007-02-24 John Paul Wallington <jpw@pobox.com>
15443
15444 * tls.el (tls-certtool-program): Fix custom type.
15445
15446 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15447
15448 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15449 and point-at-eol instead of line-(beginning|end)-position.
15450
15451 * assistant.el (assistant-parse-buffer): Ditto.
15452
15453 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15454
15455 * mml2015.el (mml2015-epg-find-usable-key): New function.
15456 (mml2015-epg-sign): Use it.
15457 (mml2015-epg-encrypt): Use it.
15458
15459 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15460
15461 * message.el (message-make-in-reply-to): Quote name containing
15462 non-ASCII characters. It will make the RFC2047 encoder cause an error
15463 if there are special characters. Reported by NAKAJI Hiroyuki
15464 <nakaji@jp.freebsd.org>.
15465
15466 2007-02-27 Didier Verna <didier@xemacs.org>
15467
15468 Include the group parameters as well as the topic ones in the
15469 inheritance filter process.
15470 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15471 argument GROUP-PARAMS-LIST.
15472 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15473
15474 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15475
15476 * nntp.el (nntp-never-echoes-commands)
15477 (nntp-open-connection-functions-never-echo-commands): New variables.
15478 (nntp-send-command): Use them.
15479
15480 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15481
15482 * mml2015.el (mml2015-epg-verify): Simplify.
15483
15484 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15485
15486 * mml.el (mml-content-disposition-alist): New user option.
15487 (mml-content-disposition): New function.
15488 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15489 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15490
15491 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15492
15493 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15494 verification.
15495
15496 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15497
15498 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15499 articles posted in the last 24 hours.
15500
15501 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15502
15503 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15504
15505 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15506
15507 * nntp.el (nntp-send-command): Don't wait for echoes when
15508 nntp-open-ssl-stream is used.
15509
15510 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15511
15512 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15513 (gnus-message-add-citation-keywords)
15514 (gnus-message-remove-citation-keywords): Remove.
15515 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15516 directly, make the variables in font-lock-defaults buffer-local, add
15517 gnus-message-citation-keywords to them and then update the value of
15518 font-lock-keywords.
15519
15520 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15521
15522 * message.el (message-cite-original-1): Don't call
15523 gnus-article-highlight-citation.
15524
15525 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15526 citations; fix line count.
15527
15528 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15529
15530 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15531 (gnus-message-add-citation-keywords)
15532 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15533 versions of font-lock-add-keywords and font-lock-remove-keywords to
15534 work with XEmacs correctly.
15535
15536 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15537
15538 * gnus-cite.el (gnus-cite-face-list): Set the values of
15539 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15540 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15541 (gnus-message-cite-prefix-regexp): New variable.
15542 (gnus-message-search-citation-line): Use it; protect against long
15543 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15544 the 0th match data for Emacs.
15545 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15546 (gnus-message-add-citation-keywords): Append keywords rather than
15547 prepending; emulate font-lock-add-keywords if it is not available.
15548 (gnus-message-remove-citation-keywords):
15549 Emulate font-lock-remove-keywords if it is not available.
15550
15551 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15552
15553 * message.el (message-cite-prefix-regexp): Set the value of
15554 gnus-message-cite-prefix-regexp.
15555
15556 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15557
15558 * nnweb.el (nnweb-google-parse-1): Update parser.
15559
15560 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15561
15562 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15563
15564 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15565
15566 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15567 regexp.
15568
15569 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15570
15571 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15572 string-to-multibyte.
15573 (uudecode-decode-region-internal): Use it.
15574
15575 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15576
15577 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15578 Fix custom choice.
15579
15580 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15581
15582 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15583
15584 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15585
15586 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15587 `write-region' to respect `mm-inhibit-file-name-handlers'.
15588
15589 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15590
15591 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15592 Use gnus-home-directory instead of "~/" or "$HOME".
15593
15594 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15595
15596 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15597 to mention filename.
15598 Add comments at beginning regarding usage.
15599 (encrypt-write-file-contents): Change interactive so a string is
15600 acceptable. If the file has no associated model, show an error instead
15601 of a nonsense prompt.
15602
15603 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15604
15605 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15606 Thanks to Yoshihiko Yamada for kind notification of this typo.
15607
15608 2007-01-12 Kenichi Handa <handa@m17n.org>
15609
15610 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15611 multibyte buffer.
15612
15613 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15614
15615 * gnus-score.el (gnus-score-fast-scoring): New variable.
15616 (gnus-score-headers): Use it.
15617
15618 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15619
15620 * message.el (message-cite-original-1):
15621 Call gnus-article-highlight-citation if requested.
15622 (message-make-from): Allow name and address as optional arguments.
15623
15624 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15625
15626 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15627 bugs to doc string.
15628 (gnus-button-alist): Add mid\\|message-id.
15629 (gnus-button-fetch-group): Extend for use in
15630 `browse-url-browser-function'.
15631 (gnus-button-url-regexp): Try to catch paired parentheses like in
15632 Wikipedia URLs.
15633
15634 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15635 Suggested by Simon Krahnke <overlord@gmx.li>.
15636
15637 2007-01-13 Romain Francoise <romain@orebokech.com>
15638
15639 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15640 Update copyright.
15641
15642 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15643
15644 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15645
15646 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15647
15648 * gnus-registry.el (gnus-registry-unfollowed-groups)
15649 (gnus-registry-split-fancy-with-parent): Fix documentation.
15650
15651 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15652
15653 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15654 from nnweb groups.
15655
15656 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15657
15658 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15659 Xref urls. Erase buffer before requesting head.
15660
15661 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15662
15663 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15664
15665 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15666 customizable.
15667
15668 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15669
15670 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15671 no signing key is found.
15672 (mml2015-epg-encrypt): Ask user whether to skip or abort if
15673 no encrypting and/or signing key is found.
15674
15675 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15676
15677 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15678
15679 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15680
15681 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15682 headers read from disk with the ones newly found in the current search.
15683 This should no longer cause problems, because the article numbers in
15684 Gmane's `nov.php' output are ignored since the previous change.
15685
15686 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15687
15688 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15689
15690 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15691
15692 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15693
15694 2007-01-01 Romain Francoise <romain@orebokech.com>
15695
15696 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15697
15698 2006-12-31 Steve Youngs <steve@sxemacs.org>
15699
15700 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15701 `define-minor-mode' macro definition expanded properly.
15702 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15703 exclude it there.
15704
15705 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15706 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15707 `fboundp' test.
15708 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15709 This is OK to autoload in (S)XEmacs now.
15710
15711 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15712
15713 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15714 keystroke.
15715 (gnus-summary-limit-to-singletons): Fix typo.
15716
15717 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15718 else fails.
15719
15720 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15721
15722 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15723 docstring.
15724
15725 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15726 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15727 (gnus-summary-insert-dormant-articles): Fix typo in message.
15728
15729 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15730
15731 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15732 nil for XEmacs.
15733 (gnus-message-citation-mode): Don't autoload in XEmacs.
15734
15735 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15736
15737 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15738
15739 * nnimap.el (nnimap-expunge-search-string):
15740 Mention nnimap-search-uids-not-since-is-evil in docstring.
15741
15742 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
15743
15744 * spam.el: Revert to make-obsolete-variable because
15745 define-obsolete-variable-alias is not supported in Emacs 21.
15746
15747 * spam.el (spam-ifile-path, spam-ifile-database-path)
15748 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15749 make-obsolete-variable.
15750 (spam-bsfilter-path, spam-bsfilter-program)
15751 (spam-spamassassin-path, spam-spamassassin-program)
15752 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15753 Don't use "path" inappropriately.
15754 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15755 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15756 variable names.
15757
15758 2006-12-28 Daiki Ueno <ueno@unixuser.org>
15759
15760 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15761 summary buffer.
15762
15763 * password.el (password-cache-remove): Use clear-string to burn
15764 password, if available.
15765
15766 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15767
15768 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15769
15770 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15771
15772 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15773 (gnus-message-highlight-citation): Move defcustom here from
15774 gnus-cite.el.
15775 (gnus-message-citation-mode): Autoload.
15776
15777 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
15778 checks to make it compile with XEmacs.
15779 (gnus-message-citation-mode): New minor mode.
15780 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15781 (gnus-message-highlight-citation): New variables.
15782 (gnus-message-search-citation-line)
15783 (gnus-message-add-citation-keywords)
15784 (gnus-message-remove-citation-keywords)
15785 (turn-on-gnus-message-citation-mode)
15786 (turn-off-gnus-message-citation-mode): New functions.
15787
15788 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
15789
15790 * gnus-cite.el: Enable highlighting of different citation levels in
15791 message-mode.
15792
15793 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15794
15795 * message.el (message-make-fqdn): Fix comment.
15796 (message-bogus-system-names): Add ".local".
15797
15798 * spam.el (spam-ifile-path, spam-ifile-program)
15799 (spam-ifile-database-path, spam-ifile-database)
15800 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15801 Don't use "path" inappropriately.
15802 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15803 strings.
15804 (spam-check-ifile, spam-ifile-register-with-ifile)
15805 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15806 Use new variable names.
15807
15808 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15809 (gnus-treat-display-smileys): Simplify using
15810 gnus-image-type-available-p.
15811
15812 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15813 available.
15814
15815 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15816
15817 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15818 one after turning on the buffer's multibyteness instead of decoding
15819 them directly in the unibyte buffer that causes unexpected conversion
15820 in Emacs 23 (unicode).
15821
15822 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15823
15824 * message.el (message-generate-hashcash): Fix custom type.
15825
15826 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15827
15828 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15829
15830 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15831
15832 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15833 disconnect icons. Add help text.
15834
15835 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
15836
15837 * spam.el (spam-extra-header-to-number): CRM114 spam score is
15838 negated to be consistent with the others we handle.
15839
15840 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15841
15842 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15843 version of gnus-summary-buffer to something, so that we can use two
15844 article buffers at the same time.
15845
15846 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
15847
15848 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15849 trigger all the extra headers.
15850 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15851 sorting.
15852
15853 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15854
15855 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15856 solid groups.
15857
15858 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
15859
15860 * legacy-gnus-agent.el: Add Copyright notice.
15861
15862 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
15863
15864 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15865
15866 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15867
15868 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15869
15870 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15871 to make it work reliably in CVS Emacs.
15872 (gnus-summary-limit-strange-charsets-predicate)
15873 (gnus-summary-limit-to-predicate): New functions.
15874
15875 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
15876
15877 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15878 specifying array size.
15879 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15880 array if it is too small.
15881 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15882 (gnus-sort-threads-loop): New function.
15883
15884 2006-12-06 Chris Moore <dooglus@gmail.com>
15885
15886 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15887 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15888
15889 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
15890
15891 * mm-url.el (mm-url-predefined-programs): Call curl with correct
15892 options.
15893
15894 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15895
15896 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15897 DOS-ing the recipient.
15898
15899 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15900 the headers when creating the mapping to avoid mismappings.
15901 (nnweb-gmane-create-mapping): Always nix out old mapping.
15902
15903 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15904
15905 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15906 and mm-verify-option to never.
15907
15908 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15909
15910 * message.el (message-signed-or-encrypted-p): New function.
15911 (message-forward-make-body): Use it.
15912
15913 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15914 Replace encode-coding-string with mm-encode-coding-string.
15915
15916 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
15917
15918 * nneething.el (nneething-decode-file-name):
15919 Replace decode-coding-string with mm-decode-coding-string.
15920
15921 * gnus-int.el (gnus-open-server): Say failed server's name.
15922
15923 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
15924
15925 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15926 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15927
15928 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15929 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15930 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15931 (gnus-group-make-directory-group, gnus-group-transpose-groups):
15932 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15933 (gnus-subscribe-newsgroup, gnus-1):
15934 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15935 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15936 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15937 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15938
15939 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15940
15941 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15942 keystroke.
15943 (gnus-summary-limit-to-bodies): Implement headersp.
15944
15945 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15946
15947 * dns.el (query-dns): Protect against "Process dns deleted" strings.
15948
15949 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15950
15951 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15952
15953 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15954
15955 * message.el (message-generate-hashcash): Expand range of values to
15956 include `opportunistic'.
15957 (message-send-mail): Use it.
15958
15959 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15960
15961 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15962 and comment it.
15963
15964 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15965
15966 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
15967
15968 * gnus-util.el (gnus-extract-address-components): Improve comment.
15969
15970 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15971
15972 * gnus-util.el (gnus-extract-address-components): Work with address in
15973 which the name portion contains @.
15974
15975 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15976
15977 * gnus.el (gnus-start): Move custom group up.
15978 (gnus-select-method): Don't autoload, but make it available for
15979 `customize-variable'.
15980 (gnus-getenv-nntpserver): Don't autoload.
15981
15982 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
15983
15984 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15985
15986 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15987
15988 * message.el (message-sendmail-extra-arguments): New variable.
15989 (message-send-mail-with-sendmail): Use it.
15990
15991 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15992
15993 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15994 mm-with-unibyte-current-buffer to make string unibyte.
15995
15996 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15997 mm-string-as-multibyte.
15998
15999 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16000
16001 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16002 Reported by Werner Koch <wk@gnupg.org>.
16003
16004 2006-11-14 Daiki Ueno <ueno@p360>
16005
16006 * mml2015.el: Autoload epa-select-keys when compiling.
16007
16008 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16009
16010 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16011 message-options.
16012 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16013
16014 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16015
16016 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16017 EasyPG (< 0.0.6).
16018 (mml2015-always-trust): New user option.
16019 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16020 prompt.
16021
16022 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16023
16024 * nntp.el (nntp-authinfo-force): New variable.
16025 (nntp-send-authinfo): Use it.
16026
16027 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16028
16029 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16030 decode encoded words. Improve prompt. Add comment about forwarding.
16031 (message-replacement-char): Move up.
16032
16033 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16034
16035 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16036 instead of gnus-intersection because arguments of gnus-sorted-nunion
16037 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16038
16039 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16040
16041 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16042 (message-simplify-subject-functions):
16043 Enable message-strip-subject-encoded-words by default.
16044
16045 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16046
16047 * message.el (message-strip-subject-encoded-words): New function.
16048 (message-simplify-subject-functions): New variable.
16049 (message-simplify-subject): Use it. Fix typo in doc string.
16050 Support message-strip-subject-encoded-words.
16051
16052 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16053
16054 * gnus-diary.el (gnus-diary-delay-format-function):
16055 * nndiary.el (nndiary-reminders):
16056 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16057
16058 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16059
16060 * gnus-art.el (article-hide-boring-headers): Fetch date from
16061 gnus-original-article-buffer to avoid problems with localized date
16062 strings.
16063
16064 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16065
16066 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16067
16068 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16069
16070 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16071 New variables.
16072 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16073 (mm-charset-synonym-alist): Move some entries to
16074 mm-codepage-iso-8859-list.
16075 (mm-charset-synonym-alist, mm-charset-override-alist):
16076 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16077
16078 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16079
16080 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16081
16082 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16083
16084 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16085 with Emacs 21 and XEmacs.
16086
16087 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16088
16089 * spam.el (spam-parse-address): New function for better parsing,
16090 catching errors, etc.
16091 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16092
16093 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16094
16095 * mm-view.el: Add interactive arg to html2text autoload.
16096
16097 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16098
16099 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16100
16101 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16102
16103 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16104 New variables.
16105 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16106 (mm-charset-synonym-alist): Move some entries to
16107 mm-codepage-iso-8859-list.
16108
16109 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16110
16111 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16112
16113 * message.el (message-citation-line-format)
16114 (message-insert-formated-citation-line): Fix implementation of %E, %N
16115 and %n according to the doc string.
16116
16117 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16118
16119 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16120 Use car-safe to avoid bad parses.
16121
16122 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16123
16124 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16125 names.
16126
16127 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16128
16129 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16130
16131 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16132 header.
16133
16134 * message.el (message-draft-headers): Add Date.
16135 (message-headers-to-generate): Fix typo in docstring.
16136
16137 * nndraft.el (nndraft-required-headers): New variable.
16138 (nndraft-generate-headers): Use it.
16139
16140 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16141
16142 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16143
16144 * gnus-registry.el (gnus-registry-wash-for-keywords)
16145 (gnus-registry-find-keywords): New functions to allow easy searching of
16146 articles that are in the registry.
16147
16148 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16149
16150 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16151 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16152 Reported by Damien Elmes <damien@repose.cx>.
16153
16154 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16155
16156 * gnus.el (gnus-mime): Remove unused custom group.
16157
16158 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16159
16160 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16161 "blank line" when searching for end of armor headers.
16162
16163 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16164
16165 * gmm-utils.el (gmm-write-region): Fix variable name.
16166
16167 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16168
16169 * gmm-utils.el (gmm-write-region): New function based on compatibility
16170 code from `mm-make-temp-file'.
16171
16172 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16173
16174 * nnmaildir.el (nnmaildir--update-nov)
16175 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16176 Use `gmm-write-region'.
16177
16178 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16179
16180 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16181 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16182
16183 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16184
16185 * message.el (message-replacement-char): New variable.
16186 (message-fix-before-sending): Use it.
16187 (message-simplify-subject): New function to remove duplicate code.
16188 (message-reply, message-followup): Use it.
16189
16190 * gnus-sum.el (gnus-summary-make-menu-bar):
16191 Clarify gnus-summary-limit-to-articles.
16192
16193 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16194
16195 * gnus-util.el (gnus-with-local-quit): New macro.
16196
16197 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16198
16199 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16200
16201 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16202 ignore non-string data.
16203
16204 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16205
16206 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16207 non-string data (needs to be done in the registry too).
16208
16209 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16210
16211 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16212 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16213 (gnus-registry-split-fancy-with-parent)
16214 (gnus-registry-fetch-simplified-message-subject-fast)
16215 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16216 Remove text properties on ingress into the registry and when it's saved.
16217 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16218 registry from entries with no groups.
16219
16220 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16221
16222 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16223 function to remove string properties.
16224
16225 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16226
16227 * gmm-utils.el (gmm): Adjust custom version.
16228
16229 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16230 Adjust custom version.
16231
16232 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16233
16234 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16235
16236 * gnus-art.el (gnus-insert-prev-page-button)
16237 (gnus-insert-next-page-button): Simplify. Reformat.
16238
16239 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16240
16241 * gnus-art.el (gnus-insert-prev-page-button)
16242 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16243
16244 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16245
16246 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16247
16248 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16249
16250 * gnus-art.el (gnus-insert-mime-button)
16251 (gnus-insert-mime-security-button):
16252 Apply gnus-article-button-face to MIME and security buttons.
16253
16254 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16255
16256 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16257 readable.
16258
16259 2006-09-20 Steve Youngs <steve@sxemacs.org>
16260
16261 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16262 `browse-url-of-file' instead of `browse-url'.
16263
16264 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16265
16266 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16267 regexp. Articles containing quotation were cut prematurely.
16268
16269 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16270
16271 * message.el (message-cite-original-1): Use nobody by default for the
16272 value of From header.
16273 (message-reply): Ditto.
16274
16275 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16276
16277 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16278 to the gnus-info. This fixes a bug of inline-PGP message verification.
16279 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16280
16281 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16282
16283 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16284 mails in the doc string. Add some URLs in comment.
16285 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16286
16287 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16288
16289 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16290 backslashes handling and the way to find boundaries of quoted strings.
16291
16292 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16293
16294 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16295 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16296 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16297 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16298
16299 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16300
16301 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16302 doc string.
16303 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16304
16305 2006-09-06 Simon Josefsson <jas@extundo.com>
16306
16307 * mml2015.el (mml2015-use): Doc fix, mention epg.
16308
16309 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16310
16311 * mml2015.el (mml2015-use): Default to epg, if available.
16312
16313 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16314
16315 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16316 message-sender.
16317 (mml1991-epg-encrypt): Ditto.
16318 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16319 message-sender.
16320 (mml2015-epg-encrypt): Ditto.
16321
16322 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16323
16324 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16325 several common directories.
16326
16327 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16328
16329 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16330 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16331
16332 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16333
16334 * gnus-art.el (article-decode-encoded-words): Make it fast.
16335
16336 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16337
16338 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16339
16340 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16341 in quoted string into `\'.
16342
16343 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16344
16345 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16346 Use standard-syntax-table.
16347
16348 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16349
16350 * gnus-art.el (gnus-decode-address-function): New variable.
16351 (article-decode-encoded-words): Use it to decode headers which are
16352 assumed to contain addresses.
16353 (gnus-mime-delete-part): Remove useless `or'.
16354
16355 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16356 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16357 (gnus-nov-parse-line): Use it to decode From header.
16358 (gnus-get-newsgroup-headers): Ditto.
16359 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16360
16361 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16362 (mail-decode-encoded-address-string): New alias.
16363
16364 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16365 New function.
16366 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16367 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16368 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16369 (rfc2047-decode-string): Ditto.
16370 (rfc2047-decode-address-region): New function.
16371 (rfc2047-decode-address-string): New function.
16372
16373 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16374
16375 * message.el (message-caesar-buffer-body): Allow rotating headers.
16376
16377 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16378
16379 * message.el (message-insert-formated-citation-line): Fix %f.
16380 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16381
16382 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16383
16384 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16385 (gnus-bookmark-mouse-available-p): New macro.
16386 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16387 (gnus-bookmark-bmenu-show-infos): Use it.
16388 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16389 (gnus-bookmark-bmenu-hide-infos): Ditto.
16390 (gnus-bookmark-remove-properties): New function.
16391 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16392 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16393 (gnus-bookmark-write-file): Bind coding-system-for-write.
16394 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16395 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16396 group before selecting it.
16397 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16398 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16399 quit-window if it is not available; use gnus-mouse-2 and bind it to
16400 gnus-bookmark-bmenu-select-by-mouse.
16401 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16402 (gnus-bookmark-bmenu-select-by-mouse): New function.
16403
16404 2006-08-13 Romain Francoise <romain@orebokech.com>
16405
16406 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16407 space.
16408
16409 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16410
16411 * compface.el (uncompface): Use binary rather than raw-text-unix.
16412
16413 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16414
16415 * compface.el (uncompface): Make sure the eol conversion doesn't take
16416 place when communicating with the external programs.
16417 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16418
16419 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16420
16421 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16422
16423 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16424
16425 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16426 Make it more robust by parsing author and date independently.
16427
16428 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16429
16430 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16431
16432 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16433
16434 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16435 first matching secret key.
16436 (mml2015-epg-encrypt): Ditto.
16437
16438 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16439 first matching secret key.
16440 (mml1991-epg-encrypt): Ditto.
16441
16442 * mml2015.el (mml2015-encrypt-to-self): New user option.
16443 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16444 mml2015-epg-encrypt-to-self is set.
16445
16446 * mml1991.el (mml1991-encrypt-to-self): New variable.
16447 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16448 mml1991-epg-encrypt-to-self is set.
16449
16450 * mml2015.el (mml2015-signers): New user option.
16451 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16452 (mml2015-epg-encrypt): Allow to select signing keys.
16453
16454 * mml1991.el (mml1991-signers): New variable.
16455 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16456 (mml1991-epg-encrypt): Allow to select signing keys.
16457
16458 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16459
16460 * nnheader.el (nnheader-insert-head): Make it work even if the file
16461 uses CRLF for the line-break code.
16462
16463 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16464
16465 * mml2015.el: Require mml-sec instead of password.
16466 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16467 (mml2015-cache-passphrase): Inherit the default value from
16468 mml-secure-cache-passphrase.
16469 (mml2015-passphrase-cache-expiry): Inherit the default value from
16470 mml-secure-passphrase-cache-expiry.
16471
16472 * mml1991.el: Require mml-sec instead of password.
16473 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16474 (mml1991-cache-passphrase): Inherit the default value from
16475 mml-secure-cache-passphrase.
16476 (mml1991-passphrase-cache-expiry): Inherit the default value from
16477 mml-secure-passphrase-cache-expiry.
16478
16479 * mml-sec.el: Require password.
16480 (mml-secure-verbose): New user option.
16481 (mml-secure-cache-passphrase): New user option.
16482 (mml-secure-passphrase-cache-expiry): New user option.
16483
16484 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16485 Andreas Vögele <andreas@altroot.de> (tiny change)
16486
16487 * pgg-def.el (pgg-truncate-key-identifier):
16488 Truncate the key ID to 8 letters from the end.
16489
16490 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16491
16492 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16493 workaround for the url package included with Emacs.
16494
16495 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16496
16497 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16498
16499 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16500 correctly. This fixes a bug caused by the 2006-05-12 change.
16501
16502 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16503
16504 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16505 some information about the error when saying that the `bogus' mail
16506 group will be used.
16507
16508 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16509
16510 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16511 string.
16512
16513 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16514
16515 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16516
16517 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16518
16519 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16520
16521 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16522
16523 * mml1991.el (mml1991-function-alist): Add epg.
16524 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16525 (mml1991-epg-encrypt): New functions.
16526
16527 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16528
16529 * mml2015.el (mml2015-verbose): New variable.
16530 (mml2015-cache-passphrase): Ditto.
16531 (mml2015-passphrase-cache-expiry): Ditto.
16532 (mml2015-function-alist): Add epg.
16533 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16534 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16535 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16536 New functions.
16537
16538 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16539
16540 * message.el (message-cite-original-1): Preserve region when removing
16541 quoted text due to X-No-Archive in order to avoid bogus attribution
16542 when citing multiple messages.
16543
16544 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16545
16546 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16547 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16548
16549 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16550
16551 * gnus-diary.el (gnus-user-format-function-d)
16552 (gnus-user-format-function-D): Autoload.
16553
16554 * imap.el (Commentary): Fix typo.
16555
16556 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16557 2006-04-22 contribution.
16558
16559 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16560
16561 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16562 It didn't really fix the bogosity I'm seeing with solid web groups.
16563
16564 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16565
16566 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16567 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16568 created using server names. If we use the feature without declaring
16569 it, Gnus does not properly manage server and group state.
16570
16571 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16572 bound.
16573
16574 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16575
16576 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16577 looking up the method using GROUP's prefix before inventing a new one.
16578 It is used on killed/unknown groups in various places where returning
16579 an all-new method isn't expected by the caller.
16580
16581 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16582 and match semantics of gnus-group-real-prefix.
16583
16584 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16585
16586 * nnmail.el (nnmail-broken-references-mailers): New variable.
16587 (nnmail-ignore-broken-references): New function generalizing
16588 nnmail-fix-eudora-headers.
16589 (nnmail-fix-eudora-headers): Now obsolete.
16590
16591 * gnus-art.el (gnus-button-handle-custom):
16592 Support `customize-apropos*'.
16593
16594 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16595
16596 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16597
16598 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16599 articles.
16600
16601 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16602
16603 * message.el (message-cite-reply-above): New variable.
16604 (message-yank-original): Use it.
16605
16606 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16607
16608 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16609
16610 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16611
16612 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16613 as read.
16614
16615 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16616
16617 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16618
16619 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16620 (gnus-bookmark-default-file): Use gnus-directory.
16621 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16622 Remove "*" in doc string.
16623 (gnus-bookmark-write-file): Simplify.
16624 (gnus-bookmark-maybe-sort-alist): Use `when'.
16625 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16626 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16627 Add FIXME about Emacs 21 and XEmacs compatibility.
16628 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16629 compatibility.
16630 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16631 compatibility.
16632 (gnus-bookmark-menu-heading): Fix version.
16633
16634 2006-06-19 Bastien Guerry <bzg@altern.org>
16635
16636 * gnus-bookmark.el: New file.
16637
16638 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16639
16640 * message.el (message-syntax-checks): Doc fix.
16641
16642 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16643
16644 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16645 unsubscribed groups as if they were killed ones. It causes duplicate
16646 entries in gnus-newsrc-alist.
16647
16648 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16649
16650 * message.el (message-syntax-checks): Doc fix.
16651 (message-send-mail): Add check for continuation headers.
16652 (message-check-news-header-syntax): Fix regexp used to check for
16653 continuation headers.
16654
16655 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16656
16657 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16658
16659 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16660
16661 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16662
16663 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16664
16665 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16666 default-truncate-lines.
16667
16668 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16669
16670 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16671 to fill the utf-8 entry.
16672
16673 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16674
16675 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16676
16677 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
16678
16679 * gnus-agent.el (directory-files-and-attributes): Move all the way
16680 forward (the third and final move).
16681 (gnus-agent-read-agentview): Trap reconstruction errors due to
16682 nonexistent directory. Handle by returning nil.
16683
16684 2006-05-30 Didier Verna <didier@xemacs.org>
16685
16686 * message.el (message-dont-reply-to-names): Update the custom type.
16687 * message.el (message-dont-reply-to-names): New defsubst: potentially
16688 convert a list of regexps into a single one.
16689 * message.el (message-get-reply-headers): Use it.
16690 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16691
16692 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16693
16694 * gnus-agent.el (directory-files-and-attributes): Move forward.
16695
16696 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16697
16698 * gnus-ml.el (gnus-mailing-list-subscribe)
16699 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16700 (gnus-mailing-list-message): Fix doc strings.
16701
16702 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16703
16704 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16705 of doing it manually.
16706
16707 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16708
16709 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16710 comment.
16711
16712 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16713
16714 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16715 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16716 (gnus-agent-read-local): All symbols allocated in my-obarray.
16717 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16718 (gnus-agent-regenerate-group): Check numeric names to see if they are
16719 messages or groups.
16720 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16721 better way of do this...)
16722
16723 * gnus-cache.el (gnus-agent-total-fetched-for):
16724 Ignore 'dummy.group' (there should be a better way of do this...)
16725
16726 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16727
16728 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16729 (gnus-saved-headers): Ditto.
16730 (gnus-default-article-saver): Mention functions may have properties.
16731 (gnus-article-save): Override gnus-save-all-headers and
16732 gnus-saved-headers by :headers property which saver function may have.
16733 (gnus-summary-save-in-file): Add :headers property.
16734 (gnus-summary-write-to-file): Ditto.
16735
16736 * gnus-sum.el (gnus-summary-save-article): Bind
16737 gnus-prompt-before-saving to t when saving many articles in a file;
16738 always show all headers.
16739
16740 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16741
16742 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16743 marks.
16744
16745 * message.el (message-indent-citation): Add optional arguments to allow
16746 using it outside of message buffers.
16747
16748 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16749 (gnus-article-treat-unfold-headers): Use it.
16750 (gnus-article-truncate-lines): New variable.
16751 (gnus-article-mode): Use it.
16752 (gnus-article-toggle-truncate-lines): New function.
16753
16754 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16755 Add gnus-article-toggle-truncate-lines.
16756
16757 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16758 coding system in XEmacs, use binary.
16759
16760 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16761
16762 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16763 after-load-alist.
16764
16765 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16766 this function should save decoded articles.
16767 (gnus-summary-write-to-file): Use property to specify this function
16768 should save decoded articles and specify gnus-summary-save-in-file
16769 should be used to save articles other than the first one when saving
16770 many articles.
16771 (gnus-summary-save-body-in-file): Use property to specify this
16772 function should save decoded articles.
16773 (gnus-summary-write-body-to-file): Use property to specify this
16774 function should save decoded articles and specify
16775 gnus-summary-save-body-in-file should be used to save articles other
16776 than the first one when saving many articles.
16777
16778 * gnus-sum.el (gnus-summary-save-article): Simplify.
16779
16780 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16781
16782 * gnus-art.el (gnus-default-article-saver):
16783 Add gnus-summary-write-body-to-file.
16784 (gnus-article-save-coding-system): Don't use coding system object
16785 in XEmacs.
16786 (gnus-read-save-file-name): Add optional `dir-var' argument which
16787 specifies directory in which files are saved; work even if optional
16788 `variable' argument is not specified.
16789 (gnus-summary-write-to-file): Read file name.
16790 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16791 (gnus-summary-write-body-to-file): New function.
16792
16793 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16794 (gnus-summary-local-variables): Add it.
16795 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16796 (gnus-summary-save-article): Remove optional `decode' argument;
16797 determine whether to decode articles by the value of
16798 gnus-default-article-saver; when saving many files using
16799 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16800 it first and use gnus-summary-save-in-file or
16801 gnus-summary-save-body-in-file thereafter unless
16802 gnus-prompt-before-saving is always; move point to article which
16803 will be saved.
16804 (gnus-summary-save-article-file): Revert.
16805 (gnus-summary-write-article-file): Revert.
16806 (gnus-summary-save-article-body-file): Revert.
16807 (gnus-summary-write-article-body-file): New function.
16808
16809 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16810
16811 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16812
16813 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16814
16815 * gnus-art.el (gnus-default-article-saver): Doc fix.
16816 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16817 from gnus-summary-save-article-coding-system, and default to a
16818 certain coding system.
16819 (gnus-output-to-file): Add coding cookie and encode text according
16820 to gnus-article-save-coding-system; don't use mm-append-to-file.
16821
16822 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16823 gnus-art.el and rename to gnus-article-save-coding-system.
16824 (gnus-summary-save-article): Require gnus-art; don't show all
16825 headers if it decodes articles; don't add coding cookie here;
16826 don't bind mm-text-coding-system-for-write.
16827 (gnus-summary-save-article-file): Save decoded articles.
16828 (gnus-summary-write-article-file): When saving many files, use
16829 gnus-summary-write-to-file first and gnus-summary-save-in-file
16830 thereafter unless gnus-prompt-before-saving is always.
16831 (gnus-summary-save-article-body-file): Save decoded articles.
16832
16833 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16834
16835 * nnrss.el (nnrss-check-group): Bind hash-index.
16836
16837 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
16838
16839 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16840 its hash index. Store this hash in `nnrss-group-data'.
16841 (nnrss-read-group-data): Update accordingly.
16842
16843 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16844
16845 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16846 entry.
16847
16848 * gnus-sum.el (gnus-summary-make-menu-bar):
16849 Add gnus-article-browse-html-article.
16850
16851 2006-05-23 Hynek Schlawack <hynek@ularx.de>
16852
16853 * gnus-sum.el (gnus-summary-mime-map):
16854 Add gnus-article-browse-html-article.
16855
16856 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16857
16858 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16859 suitable coding systems in customize.
16860
16861 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
16862
16863 * mail-source.el (mail-sources): Fix custom type.
16864
16865 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16866
16867 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16868 (gnus-summary-expire-articles-now): Shorten prompt.
16869
16870 * gmm-utils.el (wid-edit): Require.
16871 (defun-gmm): Rename from `gmm-defun-compat'.
16872 (gmm-image-search-load-path): Use it.
16873 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
16874
16875 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16876
16877 * gnus-sum.el (gnus-summary-save-article-coding-system):
16878 New variable.
16879 (gnus-summary-save-article): Add optional `decode' argument.
16880 If it is set and gnus-summary-save-article-coding-system is non-nil,
16881 save decoded article.
16882 (gnus-summary-write-article-file): Save decoded article if
16883 gnus-summary-save-article-coding-system is non-nil.
16884
16885 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16886 type.
16887
16888 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16889
16890 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16891
16892 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
16893
16894 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16895 first to test gnus-single-article-buffer which may be buffer-local.
16896
16897 * gnus-sum.el (gnus-summary-setup-buffer):
16898 Make gnus-single-article-buffer buffer-local and nil in ephemeral
16899 group; make gnus-article-buffer, gnus-article-current, and
16900 gnus-original-article-buffer always buffer-local.
16901 (gnus-summary-exit): Kill article buffer belonging to ephemeral
16902 group.
16903 (gnus-handle-ephemeral-exit): Don't move to next summary line.
16904
16905 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16906
16907 * nnml.el (nnml-request-compact-group): Compressed files might not
16908 have .gz extension.
16909
16910 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16911
16912 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16913 (mm-copy-to-buffer): Use with-current-buffer.
16914 (mm-display-part): Simplify.
16915 (mm-inlinable-p): Add optional arg `type'.
16916
16917 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16918
16919 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16920 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16921 Try harder to show the attachment internally or externally using
16922 gnus-mime-view-part-as-type.
16923
16924 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16925
16926 * message.el (message-from-style, message-signature-separator)
16927 (message-user-organization-file, message-send-mail-function)
16928 (message-citation-line-function, message-yank-prefix)
16929 (message-indent-citation-function, message-signature)
16930 (message-signature-file, message-signature-insert-empty-line):
16931 Remove autoloads.
16932
16933 * gnus-art.el (gnus-buttonized-mime-types):
16934 Remove "multipart/signed". Revert 2006-04-26 change.
16935
16936 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16937
16938 * gnus.el (gnus-version-number): Bump version.
16939
16940 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16941
16942 * gnus.el: No Gnus v0.5 is released.
16943
16944 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16945
16946 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16947 fetching articles by message-id.
16948
16949 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16950
16951 * message.el (hashcash): Require hashcash as normal.
16952
16953 * ecomplete.el (ecomplete-highlight-match-line):
16954 Use point-at-eol.
16955 (ecomplete-highlight-match-line): Use `highlight', because that
16956 face exists in both Emacs and XEmacs.
16957
16958 * message.el (message-display-abbrev): Use point-at-bol.
16959
16960 * mail-source.el: Don't require timer/timer-funcs.
16961
16962 * gnus-async.el: Ditto.
16963
16964 * password.el: Ditto.
16965
16966 * mm-url.el: Ditto.
16967
16968 * mm-util.el: Require timer/timer-funcs.
16969
16970 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16971
16972 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16973 Close.
16974
16975 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16976
16977 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16978 unibyte after clear-decrypt function runs.
16979
16980 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16981 returns as a unibyte string.
16982
16983 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
16984
16985 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16986 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16987 (mml1991-pgg-encrypt): Ditto.
16988
16989 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
16990
16991 * message.el (message-user-organization-file): Check several
16992 locations of the organization file.
16993
16994 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16995 Add gnus-article-view-part-as-type.
16996
16997 * gnus-art.el (gnus-article-view-part-as-type): New function.
16998
16999 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17000 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17001
17002 * mml.el: Simplify autoload.
17003 (mml-mode): defvar dnd-protocol-alist instead of using
17004 symbol-value.
17005 (mml-default-directory): New variable.
17006 (mml-minibuffer-read-file): Use it.
17007 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17008
17009 * message.el (message-citation-line-format): New variable.
17010 (message-insert-formated-citation-line): New function.
17011 (message-citation-line-function):
17012 Add `message-insert-formated-citation-line' to custom type.
17013
17014 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17015 to doc string.
17016
17017 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17018 depending on mm-verify-option.
17019
17020 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17021
17022 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17023 binding pgg-* variables; reimplement the section which prevents
17024 MIME header from being signed.
17025 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17026 pgg-text-mode; remove a blank line at the top of body.
17027
17028 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17029 lines at the top of body; use gnus-newsgroup-charset if there's no
17030 Charset header.
17031
17032 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17033
17034 * message.el (message-self-insert-commands): Doc fix.
17035
17036 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17037 (mm-uu-pgp-encrypted-test): Ditto.
17038 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17039 between header and body; return application/pgp-encrypted handle
17040 if decryption failed; decode decrypted body by charset.
17041
17042 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17043 element match to application/pgp-*.
17044
17045 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17046
17047 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17048 HTML.
17049
17050 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17051
17052 * mail-source.el (mail-source-call-script): Message the error
17053 string.
17054
17055 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17056
17057 * gnus-util.el (gnus-byte-compile): Use it.
17058
17059 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17060
17061 * gnus-util.el (kill-empty-logs): New function.
17062
17063 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17064
17065 * message.el (message-mail-alias-type): Doc fix.
17066 (message-mail-alias-type-p): New function.
17067 (message-send): Use it.
17068 (message-mode): Ditto.
17069 (message-strip-forbidden-properties): Ditto.
17070
17071 * ecomplete.el (ecomplete-database-file-coding-system):
17072 New variable.
17073 (ecomplete-save): Use it.
17074 (ecomplete-setup): Use it.
17075
17076 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17077
17078 * message.el (message-self-insert-commands): New variable.
17079 (message-strip-forbidden-properties): Use it.
17080
17081 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17082
17083 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17084 that doesn't make XEmacs choke.
17085
17086 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17087
17088 * gnus-util.el (gnus-replace-in-string):
17089 Prefer replace-regexp-in-string over of replace-in-string.
17090
17091 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17092
17093 * gnus-util.el (gnus-select-frame-set-input-focus):
17094 Use select-frame-set-input-focus if it is available in XEmacs; use
17095 definition defined in Emacs 22 for old Emacsen.
17096
17097 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17098
17099 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17100
17101 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17102
17103 * gnus-registry.el (gnus-registry-cache-save): Remove text
17104 properties when saving via the temp buffer.
17105
17106 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17107
17108 * message.el (message-generate-hashcash): Honor custom type.
17109
17110 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17111
17112 * message.el (message-generate-hashcash): Default to non-nil when
17113 hashcash is found.
17114
17115 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17116 (gnus-refer-thread-limit): Increase default to 500.
17117
17118 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17119
17120 * flow-fill.el (fill-flowed): Allow delete-space.
17121
17122 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17123
17124 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17125 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17126 Remove autoloads.
17127
17128 2006-04-18 Simon Josefsson <jas@extundo.com>
17129
17130 * message.el (message-generate-hashcash): Default to.
17131
17132 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17133
17134 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17135 concatenating segments rather than before concatenating them.
17136
17137 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17138
17139 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17140
17141 * imap.el (imap-quote-specials): New function.
17142 (imap-login-auth): Quote specials.
17143
17144 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17145
17146 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17147
17148 * message.el (message-forward-make-body-plain):
17149 Allow message-forward-ignored-headers to be a list.
17150 (message-remove-ignored-headers): Factor out into function.
17151 (message-forward-make-body-mml): Use it.
17152 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17153 (rfc2231-parse-string): Allow concatanation of parameters that
17154 aren't contiguous. The test case is
17155 (mail-header-parse-content-type "message/external-body;
17156 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17157 access-type=LOCAL-FILE;
17158 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17159
17160 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17161
17162 * nntp.el (nntp-accept-process-output): Return the value of
17163 `nnheader-accept-process-output'.
17164
17165 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17166
17167 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17168 (gnus-button-alist): Recognize more diff formats.
17169 (gnus-button-patch): Strip directory.
17170
17171 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17172
17173 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17174 Emacs 22 when setting focus.
17175
17176 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17177
17178 * gnus-art.el (gnus-article-treat-types): Do treatment of
17179 text/x-verbatim parts.
17180 (gnus-button-patch): New command.
17181
17182 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17183 addresses that contain invalid characters.
17184
17185 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17186
17187 * message.el (message-put-addresses-in-ecomplete):
17188 Use gnus-replace-in-string.
17189 (message-is-yours-p): Use the more correct
17190 mail-header-parse-address instead of
17191 mail-extract-address-components.
17192 (message-put-addresses-in-ecomplete): Fix typo.
17193
17194 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17195 keystroke.
17196
17197 * gnus-art.el (gnus-treatment-function-alist): Change order of
17198 newsgroups/generic header folding to avoid double-folding.
17199
17200 * message.el (message-hidden-headers): Add X-Draft-From.
17201
17202 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17203 New command.
17204 (gnus-summary-repeat-search-article-backward): New command.
17205
17206 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17207 groups in the parent topic.
17208
17209 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17210
17211 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17212 (spam-extra-header-to-number): Return the CRM114 number as a
17213 number instead of a string.
17214
17215 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17216
17217 * gnus-art.el (gnus-face-properties-alist): Move here from
17218 gnus-fun.
17219
17220 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17221
17222 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17223
17224 * message.el (message-strip-forbidden-properties): Only display on
17225 self-insert-command.
17226
17227 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17228 reindent.
17229 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17230
17231 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17232
17233 * smiley.el (smiley-style): Fix typo.
17234
17235 2006-03-23 Kenichi Handa <handa@m17n.org>
17236
17237 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17238 instead of set-buffer-multibyte.
17239
17240 2006-03-23 Kenichi Handa <handa@m17n.org>
17241
17242 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17243 buffer and then decode the buffer text if necessary.
17244 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17245 first, and after mm-encode-body, change the buffer to unibyte.
17246
17247 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17248
17249 * hashcash.el (hashcash-insert-payment-async-2):
17250 Use message-goto-eoh instead of doing it manually.
17251 (mail-add-payment): Use message-narrow-to-header instead of trying
17252 to do the same itself.
17253
17254 * message.el (message-hidden-headers): Add Face.
17255
17256 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17257 reparenting code.
17258 (gnus-summary-reparent-children): Refactored out code.
17259 (gnus-summary-thread-map): New keystroke.
17260 (gnus-summary-reparent-children): Make into command.
17261
17262 * smiley.el (smiley-style): Default to `medium' if using a large
17263 font.
17264
17265 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17266 does it itself.
17267
17268 * message.el (message-point-in-header-p): Simplify definition.
17269
17270 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17271
17272 * nnagent.el (nnagent-request-set-mark): Silence log file
17273 writing.
17274 (nnagent-request-set-mark): Use write-region instead of
17275 append-to-file.
17276
17277 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17278 strange select method.
17279
17280 * ecomplete.el (ecomplete-display-matches): Get highlightling
17281 right.
17282 (ecomplete-display-matches): Use literals.
17283 (ecomplete-display-matches): Disable message logging.
17284
17285 * message.el (message-display-abbrev): Small optimization.
17286
17287 * ecomplete.el (ecomplete-display-matches): Allow automatic
17288 display.
17289
17290 * message.el (message-strip-forbidden-properties):
17291 Display abbrevs.
17292 (message-display-abbrev): Get automatic display right.
17293
17294 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17295 keystrokes.
17296
17297 2006-04-13 Romain Francoise <romain@orebokech.com>
17298
17299 TODO: Backport to v5-10!
17300
17301 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17302 Move here (and rename) from gnus-registry.el.
17303
17304 * gnus-registry.el: Require gnus-util.
17305 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17306
17307 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17308
17309 * gnus-group.el (gnus-group-catchup-current):
17310 Change if-then-else-if-then-else into cond.
17311 (gnus-group-catchup): Indent.
17312 (group-name-at-point): New function.
17313 (gnus-fetch-group): Provide default from thing at point.
17314
17315 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17316
17317 * message.el (message-display-abbrev): Fix regexp.
17318
17319 * ecomplete.el (ecomplete-highlight-match-line):
17320 Reimplement choosing.
17321 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17322 dead variables.
17323
17324 * message.el (message-newline-and-indent): Remove debugging.
17325 (message-display-abbrev): Use new implementation.
17326
17327 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17328
17329 * gnus-art.el (gnus-article-mode):
17330 Set cursor-in-non-selected-windows to nil.
17331
17332 * smiley.el: Revert previous change.
17333 (smiley-data-directory): defvar it before using it in the
17334 defcustom of `smiley-style'.
17335
17336 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17337
17338 * message.el (message-newline-and-indent): New function.
17339
17340 * ecomplete.el: Implement more bits.
17341
17342 * message.el (message-put-addresses-in-ecomplete): Clean up the
17343 string.
17344
17345 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17346
17347 * gnus-sum.el (gnus-summary-save-parts):
17348 Bind gnus-summary-save-parts-counter and use it to make unique file
17349 names.
17350
17351 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17352
17353 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17354 parameter to say whether to actually parse the individual
17355 addresses.
17356
17357 * message.el (message-put-addresses-in-ecomplete): New function.
17358 (ecomplete): Require.
17359 (message-mail-alias-type): Add ecomplete as an option.
17360
17361 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17362
17363 * flow-fill.el (fill-flowed): Remove trailing space from blank
17364 quoted lines.
17365
17366 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17367
17368 * smiley.el (smiley-style): Move definition later to avoid a
17369 compilation warning.
17370
17371 2006-04-12 Kenichi Handa <handa@m17n.org>
17372
17373 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17374 buffer and then decode the buffer text if necessary.
17375 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17376 first, and after mm-encode-body, change the buffer to unibyte.
17377 Use mm-disable-multibyte instead of set-buffer-multibyte.
17378
17379 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17380
17381 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17382 Content-Type header instead of Content-Disposition header.
17383 (gnus-mime-inline-part): Ditto.
17384 (gnus-mime-view-part-as-charset): Ignore charset that the part
17385 specifies.
17386
17387 * mm-decode.el (mm-display-part): Work with external parts and
17388 usual parts similarly.
17389
17390 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17391 instead of gnus-display-mime.
17392
17393 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17394 instead of with-temp-buffer.
17395
17396 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17397 tag to summarized topics part in order to encode non-ASCII text.
17398
17399 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17400
17401 * smiley.el (smiley-style): New variable.
17402 (smiley-directory): New function.
17403 (smiley-data-directory): Derive from `smiley-style' using
17404 `smiley-directory'.
17405 (smiley-regexp-alist): Add new entries.
17406
17407 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17408 (gnus-article-browse-delete-temp): Add :version.
17409
17410 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17411
17412 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17413 the sieve region.
17414
17415 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17416
17417 * gnus.el (gnus-version-number): Bump version.
17418
17419 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17420
17421 * gnus.el: No Gnus v0.4 is released.
17422
17423 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17424
17425 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17426 layout.
17427
17428 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17429 unknown charset.
17430
17431 * message.el (message-header-synonyms): Add Original-To to the
17432 default.
17433
17434 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17435 optional parameter.
17436
17437 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17438
17439 * gnus-fun.el (gnus): Require it for gnus-directory.
17440
17441 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17442
17443 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17444
17445 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17446
17447 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17448
17449 2006-04-05 Simon Josefsson <jas@extundo.com>
17450
17451 * password.el (password-reset): New function.
17452
17453 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17454
17455 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17456 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17457
17458 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17459
17460 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17461 Some whitespace was matched into the url, which broke browsing hits
17462 > 100 when mm-url-use-external was nil.
17463
17464 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17465
17466 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17467 Check gnus-extra-headers for 'Newsgroups.
17468
17469 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17470 bound.
17471
17472 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17473
17474 * pgg-gpg.el: Clean up process buffers every time gpg processes
17475 complete.
17476
17477 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17478
17479 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17480 doc string.
17481
17482 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17483
17484 * pgg-gpg.el (pgg-gpg-process-filter)
17485 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17486
17487 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17488 lines, temporary fix.
17489
17490 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17491
17492 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17493
17494 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17495
17496 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17497 default-enable-multibyte-characters. This reverts the change from
17498 revision 6.17 which is no longer necessary because the passphrase
17499 is sent separately now. GnuPG messages are unreadable under
17500 multibyte locales with default-enable-multibyte-characters set to
17501 nil.
17502
17503 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17504
17505 * message.el (message-tool-bar-gnome): Move "spell".
17506
17507 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17508
17509 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17510 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17511 instead.
17512
17513 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17514
17515 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17516 Improve newsgroups handling for NNTP overviews which don't include
17517 Newsgroups.
17518
17519 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17520
17521 * message.el (message-resend): Bind message-generate-hashcash to nil.
17522
17523 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17524
17525 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17526 when searching for already-paid recipients.
17527
17528 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17529
17530 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17531 passphrases when it is not needed.
17532 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17533 passphrase stuff from gpg, should only be necessary when you use
17534 gpg with a smartcard.
17535
17536 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17537
17538 * mml.el (mml-insert-mime): Ignore cached contents of
17539 message/external-body part.
17540
17541 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17542 (mm-insert-part): Ditto.
17543
17544 2006-03-23 Simon Josefsson <jas@extundo.com>
17545
17546 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17547 Reiner.
17548 (pgg-gpg-use-agent-p): Use it again.
17549
17550 2006-03-23 Simon Josefsson <jas@extundo.com>
17551
17552 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17553 older emacsen.
17554 (pgg-gpg-use-agent-p): Don't use it.
17555
17556 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17557
17558 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17559 if we can.
17560
17561 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17562
17563 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17564 (pgg-gpg-update-agent): New function.
17565 (pgg-gpg-use-agent-p): New function.
17566 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17567 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17568 (pgg-gpg-sign-region): Use it.
17569
17570 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17571
17572 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17573 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17574
17575 2006-03-21 Simon Josefsson <jas@extundo.com>
17576
17577 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17578 <wilde@sha-bang.de>.
17579 (pgg-gpg-use-agent): New variable.
17580 (pgg-gpg-process-region): Use it.
17581 (pgg-gpg-encrypt-region): Likewise.
17582 (pgg-gpg-encrypt-symmetric-region): Likewise.
17583 (pgg-gpg-decrypt-region): Likewise.
17584 (pgg-gpg-sign-region): Likewise.
17585 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17586
17587 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17588
17589 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17590
17591 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17592 Add comment on version.
17593
17594 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17595
17596 * smiley.el: Add missing test smiley.
17597
17598 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17599
17600 * mm-decode.el (mm-with-part): New macro.
17601 (mm-get-part): Use it; work with message/external-body as well.
17602 (mm-save-part): Treat name and filename equally.
17603
17604 * mm-extern.el (mm-extern-cache-contents): New function.
17605 (mm-inline-external-body): Use it; force the part to be displayed;
17606 move undisplayer added to the cached handle to the parent.
17607
17608 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17609 (gnus-mime-view-part-as-type): Work with message/external-body.
17610
17611 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17612
17613 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17614
17615 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17616 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17617 Emacs.]
17618
17619 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17620
17621 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17622 path rather than symbol. Always return list of directories.
17623 Guarantee that image directory comes first. [Sync with image.el,
17624 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17625
17626 * message.el (message-make-tool-bar): Adjust to new API of
17627 `gmm-image-load-path-for-library'.
17628
17629 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17630
17631 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17632
17633 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17634
17635 * gnus-art.el (gnus-article-only-boring-p):
17636 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17637 intangible text.
17638 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17639
17640 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17641
17642 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17643 Use `defun' instead of `gmm-defun-compat'.
17644
17645 2006-03-14 Simon Josefsson <jas@extundo.com>
17646
17647 * message.el (message-unique-id): Don't use message-number-base36
17648 if (user-uid) is a float.
17649 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17650
17651 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17652
17653 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17654
17655 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17656 empty line between a part and a message part.
17657
17658 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17659
17660 * smiley.el: Add more test smileys.
17661 (smiley-data-directory, smiley-regexp-alist)
17662 (gnus-smiley-file-types): Fix doc strings.
17663 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17664 adding new elements.
17665 (smiley-mouse-map): Unused code. Make it a comment.
17666
17667 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17668
17669 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17670 scan latest NoCeM messages instead of old ones.
17671 (gnus-nocem-check-article): Fix regexps so as to match to PGP
17672 delimiters that are recently used.
17673 (gnus-nocem-load-cache): Add autoload cookie.
17674
17675 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17676
17677 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17678 level which is larger than gnus-use-nocem is specified.
17679
17680 * gnus-group.el (gnus-group-get-new-news): Ditto.
17681
17682 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
17683
17684 * gnus-util.el (gnus-tool-bar-update): New function.
17685
17686 * gnus-group.el (gnus-group-update-tool-bar): New variable.
17687 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17688
17689 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17690
17691 * gnus-group.el (gnus-group-redraw-when-idle)
17692 (gnus-group-redraw-check): Remove.
17693 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17694
17695 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17696
17697 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17698 if optional last element is specified in splits (FIELD VALUE...).
17699
17700 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17701
17702 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17703 to gmm-image-load-path-for-library. Call with no-error argument.
17704 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17705
17706 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17707
17708 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17709
17710 * gmm-utils.el (gmm-image-load-path): Remove alias.
17711
17712 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17713
17714 * gmm-utils.el (gmm-image-load-path): Add alias.
17715
17716 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17717 nnml-generate-nov-databases-1.
17718 (nnml-generate-nov-databases): Use it.
17719 (nnml-generate-nov-databases-directory): Document no-active
17720 argument.
17721
17722 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17723 directory if path is t. Add no-error.
17724
17725 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17726 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17727
17728 * gnus-art.el (gnus-article-browse-delete-temp-files):
17729 Simplify resetting gnus-article-browse-html-temp-list.
17730
17731 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17732 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17733 Add example to docstring. Rename local variables. Move error
17734 checks to default case in cond and simplify.
17735
17736 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17737
17738 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17739 handle is multipart when calling it recursively.
17740 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17741
17742 2006-03-03 Daniel Pittman <daniel@rimspace.net>
17743
17744 * nnimap.el (nnimap-request-update-info-internal): Optimize.
17745 Don't `gnus-uncompress-range' to avoid excessive memory usage.
17746
17747 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17748
17749 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17750 is loaded.
17751
17752 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17753 loaded.
17754
17755 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17756
17757 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17758 to "Emacs 23 (unicode)" in doc string.
17759
17760 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17761 "Emacs 23 (unicode)" in comment.
17762
17763 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17764
17765 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17766
17767 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17768 characters 160 through 255 in Emacs 23.
17769
17770 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17771
17772 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17773 gnus-article-browse-html-temp.
17774 (gnus-article-browse-delete-temp): Make it customizable.
17775 Add `file'. Adjust doc string.
17776 (gnus-article-browse-delete-temp-files): Add argument.
17777 Allow query for each file. Adjust doc string.
17778 (gnus-article-browse-html-parts):
17779 Add `gnus-article-browse-delete-temp-files' to
17780 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17781
17782 2006-03-02 Hynek Schlawack <hynek@ularx.de>
17783
17784 * gnus-art.el (gnus-article-browse-html-temp)
17785 (gnus-article-browse-delete-temp): New variables.
17786 (gnus-article-browse-delete-temp-files): New function.
17787 (gnus-article-browse-html-parts): Use it.
17788
17789 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17790
17791 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17792
17793 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17794 string.
17795
17796 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17797 gnus-summary-insert-new-articles when unplugged.
17798 Remove gnus-summary-search-article-forward.
17799
17800 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17801 display-visual-class instead of display-color-cells.
17802
17803 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
17804
17805 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17806 message/* containing non-ASCII text properly.
17807
17808 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
17809
17810 * message.el: Require gmm-utils, remove autoloads.
17811 (message-tool-bar): Set default based on
17812 gmm-tool-bar-style.
17813 (message-tool-bar-gnome): Add gmm-customize-mode.
17814
17815 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17816 gmm-tool-bar-style.
17817 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17818
17819 * gnus-group.el (gnus-group-tool-bar): Set default based on
17820 gmm-tool-bar-style.
17821 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17822
17823 * gmm-utils.el (gmm-image-directory): Rename variable from
17824 gmm-image-load-path.
17825 (gmm-image-load-path): Use gmm-image-directory.
17826 (gmm-customize-mode): New function.
17827 (gmm-tool-bar-style): New variable.
17828
17829 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17830 gnus-group-redraw-line-number.
17831 (gnus-group-redraw-check): Simplify.
17832 (gnus-group-tool-bar-update): Remove redraw check.
17833 (gnus-group-make-tool-bar): Add redraw check.
17834
17835 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17836
17837 * gnus-art.el (gnus-button): Add missing parentheses.
17838
17839 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
17840
17841 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17842
17843 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17844
17845 * gnus-art.el (gnus-button): New face.
17846 (gnus-article-button-face): Use it.
17847
17848 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17849 Add gnus-summary-next-page. Re-order.
17850
17851 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17852 next-node are now included.
17853 (gnus-group-redraw-line-number): New internal variable.
17854 (gnus-group-redraw-check): Helper function for updating the tool
17855 bar.
17856 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17857
17858 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17859
17860 * spam.el (spam-spamassassin-score-regexp): New internal variable.
17861 (spam-extra-header-to-number, spam-check-spamassassin-headers):
17862 Use it to match format of Spamassassin 3.0 and later.
17863 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17864 (spam-check-bogofilter)
17865 (spam-bogofilter-register-with-bogofilter): Fix args of
17866 `gnus-error' calls.
17867
17868 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17869
17870 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17871 unnecessary interaction when sending queued mails.
17872 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17873
17874 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
17875
17876 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17877 first or last are nil.
17878
17879 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17880
17881 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17882
17883 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17884
17885 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17886
17887 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17888
17889 * dns.el (query-dns): Protect more against buggy tcp output.
17890
17891 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17892
17893 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17894 nov.php.
17895
17896 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17897
17898 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17899 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17900 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
17901 output on the server side.
17902 (nnweb-google-create-mapping): Update regexps and add some
17903 progress indication.
17904
17905 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
17906
17907 * gnus-group.el (gnus-group-tool-bar-gnome):
17908 Fix gnus-agent-toggle-plugged. Re-order icons.
17909 (gnus-group-tool-bar-gnome):
17910 Add gnus-group-{prev,next}-unread-group.
17911 (gnus-group-tool-bar-gnome): Re-order icons.
17912
17913 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17914 Move gnus-summary-insert-new-articles.
17915
17916 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17917 Fix comments.
17918
17919 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
17920 also available in Emacs 21.3.
17921
17922 * message.el (message-fix-before-sending): Change "Emacs 22" to
17923 "Emacs 23 (unicode)" in comment.
17924
17925 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17926 "Emacs 23 (unicode)" in comment.
17927
17928 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17929 comment.
17930 (mm-coding-system-p): Add comment about no-MULE XEmacs.
17931
17932 * mm-view.el (mm-fill-flowed): Add :version.
17933
17934 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
17935
17936 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17937 and load-path.
17938
17939 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
17940
17941 * message.el: Autoload gmm-image-load-path.
17942 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17943 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
17944 consitency.
17945
17946 * gmm-utils.el (gmm-image-load-path): Also search in
17947 "../etc/images". Don't set gmm-image-load-path if we don't find
17948 the image.
17949
17950 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
17951
17952 * gmm-utils.el (gmm-image-load-path): Don't make
17953 `gmm-image-load-path' include subdirectories which the second arg
17954 `image' might specify.
17955
17956 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17957 subdirectory to icon file names.
17958
17959 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17960
17961 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17962
17963 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17964 gmm-image-load-path calls.
17965
17966 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17967
17968 * message.el (message-make-tool-bar): Ditto.
17969
17970 * mml.el (mml-preview): Add comment concerning tool bar icons.
17971
17972 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17973 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17974
17975 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17976 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17977
17978 * message.el (message-tool-bar-gnome): Use new icon names.
17979 (message-make-tool-bar): Use `gmm-image-load-path'.
17980
17981 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17982 New functions from MH-E.
17983 (gmm-image-load-path): New variable from MH-E.
17984 (gmm-image-load-path): New function from MH-E. Add arguments
17985 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
17986 *-image-load-path-called-flag.
17987
17988 2006-02-21 Milan Zamazal <pdm@brailcom.org>
17989
17990 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17991
17992 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
17993
17994 * nnimap.el (nnimap-request-move-article): Change folder back to
17995 source group before deleting.
17996
17997 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
17998
17999 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18000
18001 * gnus-art.el (mm-url-insert-file-contents-external):
18002 Autoload mm-url.
18003
18004 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18005
18006 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18007
18008 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18009 coding system which mm-charset-to-coding-system returns for a
18010 given charset is valid.
18011
18012 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18013
18014 * html2text.el (html2text-remove-tag-list):
18015 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18016
18017 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18018
18019 * gnus-cus.el: Revert 2005-10-17 change.
18020
18021 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18022
18023 * gnus-art.el (article-strip-banner):
18024 Call article-really-strip-banner only when the regexp match is made.
18025
18026 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18027
18028 * gnus-art.el (article-strip-banner):
18029 Use gnus-extract-address-components instead of
18030 mail-header-parse-addresses to make it work with non-ASCII text;
18031 remove mail-encode-encoded-word-string.
18032
18033 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18034 values which are surrounded with \"...\"; make it never cause a
18035 Lisp error; give up parsing of parameters if it failed in
18036 extracting type.
18037
18038 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18039
18040 * smime.el (smime-cert-by-ldap-1): Fix bug where
18041 `smime-ldap-search' returns results without userCertificates.
18042
18043 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18044
18045 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18046
18047 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18048
18049 * spam.el (spam-check-spamassassin-headers): Adapt format for
18050 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18051 <ari@mbf.ocn.ne.jp>.
18052 (spam-list-of-processors): Add spam-use-gmane.
18053
18054 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18055
18056 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18057 make-temp-file; make it work with XEmacs as well.
18058
18059 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18060 mm-make-temp-file.
18061
18062 * mm-decode.el (mm-display-external): Use the 3rd arg of
18063 mm-make-temp-file.
18064 (mm-create-image-xemacs): Ditto.
18065
18066 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18067
18068 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18069 with message-narrow-to-headers.
18070 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18071 (gnus-draft-check-draft-articles): New function.
18072 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18073
18074 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18075
18076 * gnus-art.el (gnus-article-browse-html-parts):
18077 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18078 Don't use suffix argument for mm-make-temp-file for Emacs 21
18079 compatibility. Remove useless `format'.
18080
18081 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18082
18083 * nnweb.el (nnweb-google-wash-article): Update regexps.
18084 (nnweb-group-alist): Use defvoo instead of defvar.
18085
18086 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18087
18088 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18089 re-loading nn* modules.
18090
18091 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18092
18093 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18094 for `tool-bar-mode' and don't check it's default-value.
18095
18096 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18097
18098 * message.el (message-make-tool-bar): Ditto.
18099
18100 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18101 `substring'. Shorten tmp-file name.
18102
18103 * gnus.el: Remove bogus comment.
18104
18105 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18106
18107 * gnus-art.el (gnus-article-browse-html-parts): New function.
18108 (gnus-article-browse-html-article): New function for viewing html
18109 articles with a browser.
18110
18111 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18112
18113 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18114 (mml2015-pgg-encrypt): Ditto.
18115
18116 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18117 (mml1991-pgg-encrypt): Ditto.
18118
18119 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18120
18121 * nnfolder.el (nnfolder-insert-newsgroup-line):
18122 Use message-make-date instead of current-time-string.
18123
18124 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18125 to gnus-decoded which mm-uu might set.
18126
18127 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18128
18129 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18130 don't decode quoted parameters; remove misimported Emacs code.
18131 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18132 (rfc2231-decode-encoded-string): Don't use split-string which
18133 behaves differently according to Emacs version; use
18134 mm-decode-coding-region to convert charset to coding-system.
18135 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18136 (rfc2231-encode-string): Remove misimported Emacs code.
18137
18138 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18139
18140 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18141 when calling mail-header-parse-content-type.
18142 (article-de-quoted-unreadable): Ditto.
18143 (article-de-base64-unreadable): Ditto.
18144 (article-wash-html): Ditto.
18145
18146 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18147 calling mail-header-parse-content-type and
18148 mail-header-parse-content-disposition.
18149 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18150 mail-header-parse-content-type.
18151
18152 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18153 insert charset and format parameters; encode description after
18154 inserting it to buffer.
18155 (mml-insert-parameter): Fold lines properly even if a parameter is
18156 segmented into two or more lines; change the max column to 76.
18157
18158 * rfc1843.el (rfc1843-decode-article-body): Don't use
18159 ignore-errors when calling mail-header-parse-content-type.
18160
18161 * rfc2231.el (rfc2231-parse-string): Return at least type if
18162 possible; don't cause an error even if it fails in parsing of
18163 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18164 (rfc2231-encode-string): Don't break lines at the beginning, leave
18165 it to mml-insert-parameter.
18166
18167 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18168 calling mail-header-parse-content-type.
18169
18170 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18171
18172 * spam-report.el (spam-report-gmane-use-article-number):
18173 Improve doc string.
18174 (spam-report-gmane-internal): Check if a suitable header was found
18175 in the article.
18176
18177 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18178
18179 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18180 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18181
18182 2006-02-05 Romain Francoise <romain@orebokech.com>
18183
18184 Update copyright notices of all files in the gnus directory.
18185
18186 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18187
18188 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18189
18190 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18191
18192 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18193 segmented lines of parameter value to cope with Thunderbird 1.5
18194 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18195 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18196 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18197
18198 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18199
18200 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18201 parts.
18202
18203 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18204
18205 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18206 there's only one active file for all servers.
18207 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18208 solid groups. Gnus might have used a FAST request to select the group.
18209 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18210 and nnweb-search redundantly in the active file.
18211 (nnweb-request-list): Don't list bogus groups. There can only be one.
18212 (nnweb-request-create-group): Don't use ARGS.
18213 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18214 initializations. Let nnoo do the work.
18215
18216 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18217
18218 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18219 Say the part has been decoded.
18220
18221 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18222
18223 2006-01-31 Kevin Ryde <user42@zip.com.au>
18224
18225 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18226 mailcap-viewer-test-cache when there's no 'test clause, since that
18227 will invert the meaning of a "nil" test previously determined by
18228 mailcap-mailcap-entry-passes-test.
18229
18230 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18231
18232 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18233 compiling.
18234
18235 * gnus-sum.el: Ditto.
18236
18237 * message.el: Don't bind tool-bar-map when compiling.
18238
18239 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18240
18241 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18242
18243 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18244
18245 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18246 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18247 current Google Groups.
18248
18249 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18250
18251 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18252 and tool-bar-mode.
18253
18254 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18255 and tool-bar-mode.
18256
18257 * message.el (message-tool-bar-update): Simplify.
18258 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18259
18260 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18261 gnus-summary-buffer.
18262 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18263 gnus-summary-reply.
18264
18265 * gmm-utils.el (gmm): Add :version.
18266
18267 2006-01-26 Steve Youngs <steve@sxemacs.org>
18268
18269 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18270 Don't autoload.
18271
18272 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18273
18274 * gmm-utils.el (gmm-verbose): Add :group.
18275
18276 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18277
18278 * message.el: Change some comments WRT tool-bars.
18279
18280 * gnus-sum.el (gnus-summary-tool-bar)
18281 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18282 (gnus-summary-tool-bar-zap-list): New variables.
18283 (gnus-summary-make-tool-bar): Complete rewrite using
18284 `gmm-tool-bar-from-list'.
18285
18286 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18287 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18288 New variables.
18289 (gnus-group-make-tool-bar): Complete rewrite using
18290 `gmm-tool-bar-from-list'.
18291 (gnus-group-tool-bar-update): New function.
18292
18293 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18294
18295 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18296
18297 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18298 is dissected into a single part of which the type is the same as
18299 the given one; decode charset.
18300
18301 2006-01-21 Kevin Ryde <user42@zip.com.au>
18302
18303 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18304 into alists as symbol not string, since that's what
18305 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18306 look for.
18307
18308 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18309
18310 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18311 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18312
18313 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18314
18315 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18316
18317 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18318 (gnus-mime-security-button-menu): New definition.
18319 (gnus-mime-security-button-map): Use them.
18320 (gnus-mime-security-button-menu): New function.
18321 (gnus-insert-mime-security-button): Addition to help echo.
18322 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18323 (gnus-mime-security-pipe-part): New functions.
18324
18325 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18326 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18327
18328 * mm-decode.el (mm-handle-set-disposition): Remove.
18329 (mm-handle-set-description): Remove.
18330
18331 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18332
18333 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18334 (mm-w3m-standalone-supports-m17n-p): New function.
18335 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18336 w3m usage.
18337
18338 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18339 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18340
18341 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18342
18343 * message.el (message-tool-bar-zap-list):
18344 Use gmm-tool-bar-zap-list as custom type.
18345 (message-tool-bar-update): New function.
18346 (message-tool-bar, message-tool-bar-gnome)
18347 (message-tool-bar-retro): Add message-tool-bar-update.
18348 (message-tool-bar-gnome): Add flyspell-buffer.
18349
18350 * gnus-util.el (gnus-error): Describe `args'.
18351
18352 * gmm-utils.el (gmm-error): Describe `args'.
18353 (gmm-tool-bar-zap-list): New widget.
18354 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18355
18356 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18357
18358 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18359 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18360 the number of recursive calls.
18361
18362 * mm-decode.el (mm-handle-set-disposition): New macro.
18363 (mm-handle-set-description): New macro.
18364
18365 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18366
18367 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18368 encoding.
18369
18370 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18371
18372 * message.el (message-tool-bar-zap-list, message-tool-bar)
18373 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18374 (message-tool-bar-local-item-from-menu): Remove.
18375 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18376 (message-make-tool-bar): New function.
18377 (message-mode): Use `message-make-tool-bar'.
18378
18379 * gmm-utils.el: New file.
18380 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18381 (gmm-lazy): New widget copied from `nnmail.el'.
18382 (gmm-tool-bar-from-list): New function for creating customizable
18383 tool bars.
18384 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18385 output.
18386 (gmm): Add :prefix to defgroup.
18387
18388 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18389
18390 * gmm-utils.el (gmm-widget-p): New function.
18391
18392 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18393
18394 * mml.el (mml-attach-file): Describe `description' in doc string.
18395 (mml-menu): Add Emacs MIME manual and PGG manual.
18396
18397 2006-01-20 Richard M. Stallman <rms@gnu.org>
18398
18399 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18400
18401 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18402
18403 * nntp.el (nntp-end-of-line): Doc fix.
18404
18405 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18406
18407 * imap.el (imap-open): Handle case where buffer is a buffer
18408 object.
18409
18410 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18411
18412 * gnus-delay.el (gnus-delay): Don't autoload.
18413 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18414 to be re-loaded when customizing the `gnus-delay' group.
18415
18416 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18417
18418 * message.el (message-insert-citation-line): Use newlines.
18419
18420 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18421
18422 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18423
18424 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18425
18426 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18427
18428 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18429
18430 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18431
18432 * mm-decode.el (mm-inlined-types): Add application/pgp.
18433 (mm-automatic-display): Ditto.
18434
18435 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18436 part as text.
18437
18438 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18439
18440 * nnrss.el: Update copyright.
18441 (nnrss-opml-import): Query whether to subscribe to each entry.
18442
18443 * gnus-art.el:
18444 * gnus-sum.el:
18445 * mm-uu.el:
18446 * mm-view.el: Update copyright.
18447
18448 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18449
18450 * message.el (message-info): New function.
18451 (message-mode-menu): Add it.
18452 Update copyright.
18453
18454 * ChangeLog: Fix and update copyright.
18455
18456 2006-01-13 Romain Francoise <romain@orebokech.com>
18457
18458 * message.el (message-forward-subject-name-subject): Prefer the
18459 address to 'nowhere' if the sender has no name.
18460 Fix typo. Update copyright year.
18461
18462 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18463
18464 * gnus-art.el (article-wash-html):
18465 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18466 (gnus-article-wash-html-with-w3m-standalone): New function.
18467
18468 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18469 mm-inline-text-html-render-with-w3m-standalone.
18470 (mm-text-html-washer-alist): Map w3m-standalone to
18471 gnus-article-wash-html-with-w3m-standalone.
18472 (mm-inline-text-html-render-with-w3m-standalone): New function.
18473
18474 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18475
18476 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18477 Improve LaTeX.
18478
18479 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18480
18481 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18482 (nnrss-request-article): Render text/plain parts as HTML.
18483
18484 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18485 the buffer.
18486
18487 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18488
18489 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18490 custom definition of `gnus-posting-styles'.
18491
18492 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18493 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18494
18495 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18496
18497 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18498 Use nntp for bug archive.
18499
18500 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18501
18502 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18503 parts.
18504 (nnrss-normalize-date): New function converts ISO 8601 date into
18505 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18506 (nnrss-check-group): Use it.
18507
18508 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18509
18510 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18511
18512 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18513 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18514 (nnrss-insert-w3): Ditto.
18515
18516 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18517
18518 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18519 the articles to be forwarded including the case where neither a
18520 number of articles nor a region is specified.
18521
18522 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18523
18524 * nnrss.el (nnrss-request-article): Fix last change; fill
18525 text/plain parts.
18526
18527 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18528
18529 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18530 in text/plain part.
18531 (nnrss-check-group): Don't add excessive newline to dc:subject.
18532
18533 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18534
18535 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18536 article.
18537
18538 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18539
18540 * nnml.el: Don't require gnus-bcklg. Autoload it.
18541 (nnml-use-compressed-files, nnml-save-mail): Support other
18542 comression programs such as bzip2.
18543
18544 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18545
18546 * dns.el (query-dns): Make sure we check the buffer size before
18547 removing tcp headers.
18548
18549 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18550
18551 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18552 remove MIME buttons associated with multipart/alternative parts.
18553 (gnus-mime-display-alternative): Tag buttons using `article-type'
18554 text property.
18555
18556 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18557 associated with multipart/alternative parts.
18558
18559 * gnus-art.el (gnus-signature-separator): Fix custom type.
18560
18561 * mm-decode.el (mm-inlined-types): Fix custom type.
18562 (mm-keep-viewer-alive-types): Ditto.
18563 (mm-automatic-display): Ditto.
18564 (mm-attachment-override-types): Ditto.
18565 (mm-inline-override-types): Ditto.
18566 (mm-automatic-external-display): Ditto.
18567
18568 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18569
18570 * spam-report.el (spam-report-user-mail-address)
18571 (spam-report-user-agent): New variables.
18572 (spam-report-url-ping-plain): Use spam-report-user-agent.
18573
18574 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18575
18576 * gnus-art.el (gnus-button-handle-custom): Do not just use
18577 `customize-apropos' for any "M-x customize-*" button but the
18578 function called for. Accept both the function name and its
18579 argument in order to achieve this.
18580 (gnus-button-alist): Remove support for "custom:" URL's.
18581 Pass function name to `gnus-button-handle-custom' in case of "M-x
18582 customize-*" buttons.
18583
18584 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18585
18586 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18587 multipart/alternative and add xref to mm-discouraged-alternatives
18588 in doc string.
18589
18590 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18591 gnus-buttonized-mime-types in doc string.
18592
18593 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18594
18595 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18596 Suggest image/.* in the doc string.
18597
18598 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18599
18600 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18601 message-marks (Debian bug #342521).
18602
18603 2005-12-12 Simon Josefsson <jas@extundo.com>
18604
18605 * password.el (password-read-from-cache): Add.
18606 (password-read): Use it.
18607
18608 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18609
18610 * rfc2047.el (rfc2047-charset-to-coding-system):
18611 Recognize us-ascii as a MIME charset.
18612
18613 * mm-bodies.el (mm-decode-content-transfer-encoding):
18614 Protect against the case where the 2nd arg TYPE is nil.
18615
18616 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18617
18618 * pop3.el (pop3-stream-type): Fix custom version.
18619
18620 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18621
18622 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18623
18624 * mm-decode.el (mm-display-external): Add missing cdr.
18625
18626 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18627
18628 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18629 RFC1524) if it is in mailcap or add a suffix according to
18630 mailcap-mime-extensions when generating a temp filename; postpone
18631 deleting a temp file for 2 seconds for some wrappers, shell
18632 scripts, and so on, which might exit right after having started a
18633 viewer command as a background job.
18634
18635 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18636
18637 * nntp.el (nntp-marks-directory): Fix custom group.
18638
18639 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18640 steps when < 10.
18641
18642 * gnus-start.el (gnus-no-server-1):
18643 Mention `gnus-level-default-subscribed' in doc string.
18644
18645 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18646
18647 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18648 parens.
18649
18650 2005-11-26 Dave Love <fx@gnu.org>
18651
18652 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18653 (tls-program, tls-success): Provide openssl alternative.
18654
18655 * starttls.el: Doc fixes.
18656 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18657 SERVICE to PORT.
18658
18659 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18660 port null or service name.
18661 (starttls-negotiate): Autoload.
18662
18663 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18664
18665 * message.el (message-kill-to-signature): Fix interactive spec.
18666
18667 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18668
18669 * pop3.el (pop3-open-server): Recognize a string as a service name.
18670
18671 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
18672
18673 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18674
18675 2005-11-23 Dave Love <fx@gnu.org>
18676
18677 Add pop3s, pop3/starttls.
18678
18679 * pop3.el (pop3-authentication-scheme): Clarify doc.
18680 (open-tls-stream, starttls-open-stream): Autoload.
18681 (pop3-stream-type): New.
18682 (pop3-open-server): Use it.
18683
18684 * mail-source.el (mail-sources): Fix some :types. Add stream type
18685 for POP.
18686 (mail-source-keyword-map): Add :stream for POP.
18687 (mail-source-fetch-pop): Use pop3-stream-type.
18688
18689 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18690
18691 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18692 of current-time-string.
18693
18694 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18695
18696 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18697 date header.
18698
18699 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18700
18701 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
18702 it can seriously impact performance as it bypasses the agent's
18703 local caches.
18704
18705 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18706
18707 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18708 must be explicitly online rather than "not explicitly offline" for
18709 its flags to be synchronized.
18710
18711 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18712 that gnus-uu-unmark-thread will function correctly.
18713
18714 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18715 1024K is instead displayed as 1M.
18716
18717 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18718
18719 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18720
18721 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18722
18723 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18724
18725 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18726
18727 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18728 error message to display actual error condition.
18729 (gnus-agent-save-local): Avoid saving symbols that are bound to
18730 nil as they simply result in a warning message in
18731 gnus-agent-read-local.
18732
18733 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18734
18735 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18736 rather than make-variable-buffer-local for file-precious-flag.
18737
18738 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18739
18740 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18741 for duplicates which are removed. The invalid sort check then
18742 triggers a rescan after the sort as sorting may have moved
18743 duplicate entries such that they can be cheaply detected.
18744
18745 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18746
18747 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18748
18749 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18750
18751 * gnus-agent.el (gnus-agent-article-alist-save-format):
18752 Change internal variable to a custom variable. Change default value
18753 from compressed(2) to uncompressed(1).
18754 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18755 support for uncompressed agentview files. Taken together, reading
18756 the agentview file should now be 6-7 times faster.
18757
18758 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
18759
18760 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18761 as a buffer-local variable. This avoids creating truncated
18762 dribble files as a result of a hang up, eg.
18763
18764 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18765
18766 * gnus-start.el (gnus-start-draft-setup):
18767 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18768
18769 * gnus.el (gnus-splash): Change custom group.
18770 (gnus-group-get-parameter, gnus-group-parameter-value):
18771 Describe allow-list argument.
18772
18773 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18774 string.
18775
18776 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18777
18778 * gnus-art.el (gnus-default-article-saver): Add user-defined
18779 `function' to custom type.
18780
18781 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18782
18783 * imap.el (imap-open): Handle case where buffer is a buffer
18784 object.
18785
18786 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18787
18788 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18789 long lines.
18790 (gnus-cache-delete-group): Wrap doc strings.
18791
18792 * gnus-agent.el (gnus-agent-rename-group)
18793 (gnus-agent-delete-group): Wrap doc strings.
18794
18795 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18796
18797 * gnus-start.el (gnus-1): Add "native" to
18798 gnus-predefined-server-alist.
18799
18800 * gnus.el (gnus-method-to-server): Don't add "native" to the
18801 lists here, because that leads to problems when
18802 gnus-select-method is bound.
18803
18804 2005-11-09 Simon Josefsson <jas@extundo.com>
18805
18806 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18807 use (not sort-by-date) instead.
18808
18809 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18810
18811 * gnus-delay.el (gnus-delay-group): Don't autoload.
18812 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18813 to be re-loaded when customizing the `gnus-delay' group.
18814
18815 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18816
18817 * message.el: Revert last changes.
18818 (message-insert-citation-line): Use newlines.
18819
18820 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18821
18822 * message.el (message-courtesy-message)
18823 (message-mark-insert-begin, message-mark-insert-end)
18824 (message-elide-ellipsis, message-cancel-message)
18825 (message-add-header, message-change-subject)
18826 (message-cross-post-followup-to-header)
18827 (message-cross-post-insert-note, message-reduce-to-to-cc)
18828 (message-widen-reply, message-delete-not-region)
18829 (message-kill-to-signature, message-insert-signature)
18830 (message-insert-importance-high, message-insert-importance-low)
18831 (message-insert-or-toggle-importance)
18832 (message-insert-disposition-notification-to)
18833 (message-indent-citation, message-yank-original)
18834 (message-cite-original-without-signature, message-cite-original)
18835 (message-insert-citation-line, message-position-on-field)
18836 (message-fix-before-sending, message-send-mail-partially)
18837 (message-send-mail, message-send-mail-with-sendmail)
18838 (message-send-mail-with-qmail, message-send-news)
18839 (message-check-news-header-syntax, message-generate-headers)
18840 (message-insert-courtesy-copy, message-fill-address)
18841 (message-fill-header, message-shorten-references)
18842 (message-setup-1, message-cancel-news)
18843 (message-forward-make-body-plain, message-forward-make-body-mime)
18844 (message-forward-make-body-mml, message-encode-message-body)
18845 (message-forward-make-body-digest-plain)
18846 (message-forward-make-body-digest-mime)
18847 (message-use-alternative-email-as-from): Insert `hard-newline'
18848 instead of ordinary newlines.
18849
18850 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
18851
18852 * message.el (message-generate-headers): Downcase the argument
18853 given to message-check-element.
18854
18855 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
18856
18857 * nntp.el (nntp-authinfo-rejected): New error condition.
18858 (nntp-wait-for): Use new error condition to signal authentication
18859 error.
18860 (nntp-retrieve-data): Rethrow new error condition to break out of
18861 recursive call to nntp-send-authinfo.
18862
18863 2005-11-08 Romain Francoise <romain@orebokech.com>
18864
18865 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18866 (gnus-summary-exit-map): Bind to `Z p'.
18867 (gnus-summary-make-menu-bar): Add menu item.
18868
18869 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
18870
18871 * gnus-art.el (gnus-article-treat-custom): Add `first'.
18872 (gnus-treat-*): Add `first' in all doc strings.
18873
18874 * gnus-group.el (gnus-group-compact-group): Fix typo.
18875
18876 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
18877
18878 * gnus.el (gnus-parameters-case-fold-search): New variable.
18879 (gnus-parameters-get-parameter): Use it.
18880
18881 * gnus-score.el (gnus-home-score-file): Doc fix.
18882
18883 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
18884
18885 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18886
18887 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
18888
18889 * mm-util.el (mm-special-display-p): New function.
18890
18891 * mml.el (mml-preview): Use it; doc fix.
18892
18893 2005-10-29 Romain Francoise <romain@orebokech.com>
18894
18895 * message.el (message-fix-before-sending): Fix comment.
18896
18897 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18898
18899 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18900
18901 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18902
18903 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18904 Used in gnus-score.el.
18905
18906 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
18907
18908 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18909
18910 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
18911
18912 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18913 whitespace removed in revision 7.8. Use concatenated string to
18914 protect trailing whitespace.
18915
18916 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
18917
18918 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18919 (nnimap-request-expire-articles): Use it to avoid sending 'UID
18920 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18921 Courier IMAP ("some version from 2004"). Mostly based on similar
18922 code in the same function.
18923
18924 2005-10-26 Didier Verna <didier@xemacs.org>
18925
18926 * gnus-group.el (gnus-group-compact-group): Invalidate original
18927 article buffer.
18928 * gnus-srvr.el (gnus-server-compact-server): Ditto.
18929 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18930 NOV database and in article itself.
18931 Invalidate article backlog.
18932
18933 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18934
18935 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18936
18937 2005-10-26 Simon Josefsson <jas@extundo.com>
18938
18939 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18940 part of 2004-07-25 change.
18941
18942 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18943
18944 * message.el (message-display-completion-list): New function.
18945 (message-expand-group): Use it; make sure the Completions buffer
18946 is modifiable.
18947
18948 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18949
18950 * imap.el (imap-open): Handle case where buffer is a buffer object.
18951
18952 2005-10-24 Eli Zaretskii <eliz@gnu.org>
18953
18954 * pgg-def.el:
18955 * pgg-gpg.el:
18956 * pgg-parse.el:
18957 * pgg-pgp.el:
18958 * pgg-pgp5.el:
18959 * pgg.el: Move to the parent lisp directory.
18960
18961 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18962
18963 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18964 user-mail-name is an empty string.
18965
18966 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18967
18968 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18969 depending on gnus-score-decay-constant.
18970
18971 * encrypt.el (encrypt-insert-file-contents)
18972 (encrypt-write-file-contents): Don't use `gnus-message'.
18973
18974 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18975 arguments.
18976 (mm-uu-type-alist): Add message-marks and insert-marks.
18977 Pass arguments to mm-uu-verbatim-marks-extract.
18978 (mm-uu-hide-markers): New variable.
18979 (mm-uu-extract): Use face similar to `gnus-cite-3'.
18980
18981 * gnus-fun.el (gnus-convert-image-to-x-face-command)
18982 (gnus-convert-image-to-face-command): Use "convert" by default to
18983 allow other input image formats.
18984 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18985 accordingly.
18986
18987 2005-10-23 Simon Josefsson <jas@extundo.com>
18988
18989 * imap.el (imap-gssapi-program): Align command line parameters
18990 with latest GNU SASL.
18991 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18992
18993 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18994
18995 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18996 HTML.
18997 (nnslashdot-request-article): Ditto.
18998
18999 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19000
19001 * mail-source.el (mail-source-fetch-pop): Require pop3.
19002 (mail-source-check-pop): Ditto.
19003
19004 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19005
19006 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19007 errors.
19008
19009 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19010
19011 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19012 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19013
19014 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19015
19016 * mm-bodies.el (mm-decode-string):
19017 Call `mm-charset-to-coding-system' with allow-override argument.
19018
19019 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19020
19021 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19022 (rfc2047-charset-to-coding-system): New function.
19023 (rfc2047-decode-encoded-words): New function.
19024 (rfc2047-decode-region): Use them.
19025 (rfc2047-decode-cte): Remove.
19026 (rfc2047-parse-and-decode): Remove.
19027 (rfc2047-decode): Remove.
19028
19029 2005-10-15 Kenichi Handa <handa@m17n.org>
19030
19031 * rfc2047.el (rfc2047-decode-cte): New function.
19032 (rfc2047-decode-region): Change the way to decode successive
19033 encoded-words: decode B- or Q-encoding in each encoded-word,
19034 concatenate them, and decode it as charset.
19035
19036 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19037
19038 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19039 widget-move-and-invoke.
19040 (gnus-custom-mode): Use gnus-custom-map.
19041
19042 2005-10-15 Bill Wohler <wohler@newt.com>
19043
19044 * message.el (message-tool-bar-map): Rename image file from
19045 mail_send to mail/send.
19046
19047 2005-10-16 Masatake YAMATO <jet@gyve.org>
19048
19049 * message.el (message-expand-group): Pass the common
19050 prefix substring of completion to `display-completion-list'.
19051
19052 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19053
19054 * mml-sec.el (mml-secure-method): New internal variable.
19055 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19056 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19057 New functions using mml-secure-method.
19058
19059 * mml.el (mml-mode-map): Add key bindings for those functions.
19060 (mml-menu): Simplify security menu entries. Suggested by Jesper
19061 Harder <harder@myrealbox.com>.
19062 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19063 Goto end of message if point is the headers of the message.
19064
19065 * message.el (message-in-body-p): New function.
19066
19067 * assistant.el: Autoload gnus-util and netrc.
19068
19069 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19070 Use `mm-charset-override-alist' only when decoding.
19071
19072 * mm-bodies.el (mm-decode-body):
19073 Call `mm-charset-to-coding-system' with allow-override argument.
19074
19075 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19076 `filename' from Content-Disposition if Content-Type doesn't
19077 provide `name'.
19078 (gnus-mime-view-part-as-type): Set default instead of
19079 initial-input.
19080
19081 2005-10-09 Daniel Brockman <daniel@brockman.se>
19082
19083 * format-spec.el (format-spec): Propagate text properties of % spec.
19084
19085 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19086
19087 * gnus-art.el (gnus-treat-predicate): Add `first'.
19088
19089 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19090
19091 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19092 (mm-charset-override-alist): New variable.
19093 (mm-charset-to-coding-system): Use it.
19094 (mm-codepage-setup): New helper function.
19095 (mm-charset-eval-alist): New variable.
19096 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19097 Warn about unknown charsets.
19098
19099 2005-10-04 David Hansen <david.hansen@gmx.net>
19100
19101 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19102 (nnrss-check-group): Ditto.
19103
19104 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19105
19106 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19107 Rename x-gnus-verbatim to x-verbatim.
19108 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19109
19110 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19111 x-verbatim.
19112
19113 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19114
19115 * gnus-util.el (gnus-remove-duplicates): Remove.
19116
19117 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19118 instead of gnus-remove-duplicates.
19119
19120 * message.el (message-remove-duplicates): Remove.
19121 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19122 message-remove-duplicates.
19123
19124 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19125 available, else use implementation from `delete-dups'.
19126
19127 * message.el (message-insert-expires): New function.
19128 (message-mode-map): Add key binding.
19129 (message-mode-field-menu): Add menu entry.
19130 (message-mode): Document it.
19131 (message-make-expires-date): Use `message-make-date'.
19132
19133 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19134
19135 * message.el (message-make-expires-date): New function.
19136
19137 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19138
19139 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19140
19141 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19142
19143 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19144 function rather than the diff-mode.el package.
19145 (mm-display-external): Use with-current-buffer.
19146 (mm-viewer-completion-map, mm-viewer-completion-map):
19147 Move initialization inside declaration.
19148
19149 2005-09-29 Simon Josefsson <jas@extundo.com>
19150
19151 * spam.el: Load hashcash when compiling, to avoid warnings.
19152 Don't autoload mail-check-payment.
19153 (spam-check-hashcash): Define unconditionally, since hashcash.el
19154 is part of Gnus now. Ignore errors from payment checking.
19155
19156 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19157
19158 * message.el (message-bold-region, message-unbold-region):
19159 Rename from `bold-region' and `unbold-region'.
19160
19161 * message.el: Remove useless autoloads.
19162
19163 2005-09-28 Simon Josefsson <jas@extundo.com>
19164
19165 * message.el (message-use-idna): Default to t.
19166 (message-use-idna): Test whether encoding works too. Doc fix.
19167
19168 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19169
19170 * nntp.el (nntp-warn-about-losing-connection): Remove.
19171
19172 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19173
19174 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19175 customizable. Change default value.
19176 (mm-uu-diff-groups-regexp): Change default value.
19177 (mm-uu-type-alist): Add doc string.
19178 (mm-uu-configure): Add doc string. Make it interactive.
19179 (mm-uu-tex-groups-regexp): New variable.
19180 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19181 (mm-uu-type-alist): Add LaTeX documents.
19182 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19183 of "text/verbatim".
19184 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19185
19186 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19187 instead of "text/verbatim".
19188
19189 * message.el (message-mark-inserted-region)
19190 (message-mark-insert-file): Use slrn style marks when called with
19191 prefix argument.
19192
19193 2005-09-27 Simon Josefsson <jas@extundo.com>
19194
19195 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19196
19197 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19198
19199 * message.el (message-remove-duplicates): New function.
19200 Implementation borrowed from `gnus-remove-duplicates'.
19201 (message-idna-to-ascii-rhs): Also encode idna addresses in
19202 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19203 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19204 only ask about the same idna domain once per header and also tell
19205 in what header to replace the idna domain.
19206
19207 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19208 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19209 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19210 a header is decoded and not just the last one.
19211
19212 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19213
19214 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19215 has been decoded.
19216
19217 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19218 (mm-insert-part): Don't modify text if it has been decoded.
19219
19220 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19221 decoded.
19222
19223 * mm-view.el (mm-inline-text): Don't strip text props unless
19224 decoding enriched or richtext parts.
19225
19226 2005-09-25 Romain Francoise <romain@orebokech.com>
19227
19228 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19229 * gnus-start.el (gnus-subscribe-interactively):
19230 * gnus-uu.el (gnus-uu-grab-articles):
19231 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19232 space.
19233
19234 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19235
19236 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19237 * mm-view.el (mm-view-pkcs7-decrypt):
19238 * gnus-sum.el (gnus-summary-limit-to-extra)
19239 (gnus-summary-respool-article, gnus-read-move-group-name):
19240 * gnus-score.el (gnus-summary-increase-score):
19241 * gnus-util.el (gnus-completing-read-with-default):
19242 * gnus-art.el (gnus-read-save-file-name)
19243 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19244 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19245 * message.el (message-check-news-header-syntax):
19246 Follow convention for reading with the minibuffer.
19247
19248 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19249
19250 * spam-report.el (spam-report-url-ping-plain):
19251 Use gnus-extended-version as User-Agent.
19252
19253 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19254 default value is nil.
19255
19256 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19257 (mm-uu-verbatim-marks-extract): New function.
19258 (mm-uu-extract): New face.
19259 (mm-uu-copy-to-buffer): Use it.
19260
19261 * spam-report.el (spam-report-gmane-ham): Rename from
19262 `spam-report-gmane-unspam'.
19263 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19264 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19265
19266 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19267 Autoload.
19268 (spam-report-gmane-unregister-routine):
19269 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19270
19271 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19272
19273 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19274 (spam-report-gmane-unregister-routine): Add support for gmane
19275 unregistration.
19276
19277 * spam-report.el (spam-report-gmane-unspam)
19278 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19279 (spam-report-gmane): Change to take a single article and do unspam
19280 registration.
19281
19282 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19283
19284 * mm-url.el (mm-url-decode-entities): Fix regexp.
19285
19286 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19287
19288 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19289 default to nil, to be able to use Gnus at all. If the default
19290 switches to something else, then the function should be fixed not
19291 be exceedingly slow.
19292
19293 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19294
19295 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19296 fail hard.
19297
19298 * spam-report.el: Add better Keywords line.
19299
19300 * spam.el: Add Maintainer and better Keywords line.
19301
19302 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19303
19304 * gnus-art.el (gnus-article-replace-part)
19305 (gnus-mime-replace-part): New functions.
19306 (gnus-mime-action-alist, gnus-mime-button-commands)
19307 (gnus-mime-save-part-and-strip): Add file argument.
19308 (gnus-article-part-wrapper): Add interactive argument.
19309
19310 * gnus-sum.el (gnus-summary-mime-map):
19311 Add `gnus-article-replace-part'.
19312
19313 2005-09-19 Didier Verna <didier@xemacs.org>
19314
19315 The nnml compaction feature:
19316 * nnml.el (nnml-request-compact-group): New function.
19317 * nnml.el (nnml-request-compact): New function.
19318 * gnus-int.el (gnus-request-compact-group): New function.
19319 * gnus-int.el (gnus-request-compact): New function.
19320 * gnus-group.el (gnus-group-compact-group): New function.
19321 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19322 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19323 * gnus-srvr.el (gnus-server-compact-server): New function.
19324 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19325 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19326
19327 2005-09-18 Deepak Goel <deego@gnufans.org>
19328
19329 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19330 format spec.
19331
19332 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19333
19334 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19335
19336 2005-09-15 Romain Francoise <romain@orebokech.com>
19337
19338 * message.el (message-fill-paragraph): Clarify docstring.
19339
19340 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19341
19342 * gnus-art.el (gnus-mime-display-part): Protect against broken
19343 MIME messages.
19344
19345 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19346
19347 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19348 before parsing header.
19349
19350 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19351
19352 * html2text.el (html2text-replace-list): Add new entities.
19353
19354 2005-09-11 Romain Francoise <romain@orebokech.com>
19355
19356 * message.el (message-alternative-emails): Improve docstring.
19357 (message-setup-1): Call `message-use-alternative-email-as-from'
19358 after `message-setup-hook' to give it precedence over posting
19359 styles, etc.
19360 (message-use-alternative-email-as-from): Add docstring.
19361 Remove the original From header if present.
19362
19363 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19364 (nnml-save-mail): Use it.
19365
19366 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19367 articles. Add new argument `silent'.
19368 (gnus-uu-mark-all): Report the total number of marked articles.
19369
19370 2005-09-10 Romain Francoise <romain@orebokech.com>
19371
19372 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19373 (gnus-uu-mark-series): Likewise.
19374
19375 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19376
19377 * spam-report.el (spam-report-gmane): Fix generation of spam
19378 report URL.
19379
19380 2005-09-10 Simon Josefsson <jas@extundo.com>
19381
19382 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19383 t, based on discussion on the ding list with Robert Epprecht
19384 <epprecht@solnet.ch>.
19385
19386 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19387
19388 * spam-report.el (spam-report-gmane): Make it work without
19389 X-Report-Spam header. Gmane now only provides Archived-At.
19390 This is only used if `spam-report-gmane-use-article-number' is nil.
19391 (spam-report-gmane-spam-header): Remove. Not used anymore.
19392
19393 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19394 make `gnus-summary-sort-by-recipient' work with threading.
19395
19396 * nnweb.el (nnweb-google-wash-article): Print a message if article
19397 is not available.
19398
19399 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19400
19401 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19402 change. Decode text/* parts content before displaying.
19403
19404 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19405
19406 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19407
19408 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19409
19410 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19411
19412 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19413
19414 * message.el (message-tab-body-function): Fix mismatched custom type.
19415
19416 * gnus.el (gnus-group-change-level-function): Ditto.
19417
19418 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19419
19420 * gnus-art.el (gnus-signature-limit)
19421 (gnus-article-mime-part-function): Ditto.
19422
19423 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19424
19425 * mml.el (mml-mode): Silence the byte compiler.
19426
19427 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19428 using `(sit-for 0)' before moving the point to the specified part;
19429 skip unbuttonized parts.
19430 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19431 return to the summary window if gnus-auto-select-part is non-nil.
19432
19433 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19434
19435 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19436 New variables.
19437 (mml-dnd-attach-file, mml-mode): Use them.
19438
19439 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19440 Make fetching article by MID work again for Google Groups.
19441 Add FIXME concerning gnus-group-make-web-group.
19442
19443 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19444 Don't depend on Gnus by using mail-extract-address-components if
19445 gnus-extract-address-components is not bound.
19446
19447 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19448
19449 * gnus-art.el (gnus-mime-display-security): Don't display the
19450 signature, but only the signed part.
19451
19452 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19453
19454 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19455
19456 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19457 list, not listp.
19458
19459 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19460
19461 * mm-encode.el (mm-encode-content-transfer-encoding):
19462 Likewise when encoding.
19463
19464 * mm-bodies.el (mm-decode-content-transfer-encoding):
19465 De-canonicalize CRLF for all text content types, not just
19466 text/plain.
19467
19468 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19469
19470 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19471 valid article; point arrow and cursor at the MIME button.
19472
19473 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19474
19475 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19476 Suggested by Dan Christensen <jdc@uwo.ca>.
19477
19478 * mm-decode.el (mm-save-part): Enable change of prompt.
19479
19480 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19481
19482 * gnus-msg.el (gnus-inews-add-send-actions):
19483 Make `message-post-method' lambda parameter ARG `&optional'.
19484
19485 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19486
19487 * gnus-sum.el (gnus-summary-mime-map):
19488 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19489 gnus-article-jump-to-part.
19490
19491 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19492 (gnus-article-edit-part): Use it.
19493 (gnus-article-part-wrapper): Add no-handle argument.
19494 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19495 New functions.
19496
19497 2005-08-29 Romain Francoise <romain@orebokech.com>
19498
19499 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19500 docstring.
19501 (gnus-face-from-file): Likewise.
19502
19503 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19504
19505 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19506 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19507 non-nil.
19508 (gnus-auto-select-part): New variable.
19509 (gnus-article-jump-to-part): New function.
19510 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19511 (gnus-mime-delete-part): Allow selecting specified part after
19512 deleting or stripping parts.
19513 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19514 part if argument is bogus.
19515
19516 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19517
19518 * gnus-art.el (w3m-minor-mode-map):
19519 * gnus-spec.el (gnus-newsrc-file-version):
19520 * gnus-util.el (nnmail-active-file-coding-system)
19521 (gnus-original-article-buffer, gnus-user-agent):
19522 * gnus.el (gnus-ham-process-destinations)
19523 (gnus-parameter-ham-marks-alist)
19524 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19525 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19526 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19527 * mm-decode.el (gnus-current-window-configuration):
19528 * mm-extern.el (gnus-article-mime-handles):
19529 * mm-url.el (url-current-object, url-package-name)
19530 (url-package-version):
19531 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19532 (smime-keys, w3m-cid-retrieve-function-alist)
19533 (w3m-current-buffer, w3m-display-inline-images)
19534 (w3m-minor-mode-map):
19535 * mml-smime.el (gnus-extract-address-components):
19536 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19537 (gnus-newsrc-hashtb, message-default-charset)
19538 (message-deletable-headers, message-options)
19539 (message-posting-charset, message-required-mail-headers)
19540 (message-required-news-headers):
19541 * mml1991.el (mc-pgp-always-sign):
19542 * mml2015.el (mc-pgp-always-sign):
19543 * nnheader.el (nnmail-extra-headers):
19544 * rfc1843.el (gnus-decode-encoded-word-function)
19545 (gnus-decode-header-function, gnus-newsgroup-name):
19546 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19547
19548 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19549
19550 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19551 the end of the date treatments.
19552
19553 2005-08-15 Simon Josefsson <jas@extundo.com>
19554
19555 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19556 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19557 Capello and Romain Francoise.
19558 (pgg-fetch-key-function): Remove, not used?
19559 (pgg-insert-url-with-w3): Require url, to get
19560 url-insert-file-contents regardless of where it is defined.
19561
19562 2005-08-13 Romain Francoise <romain@orebokech.com>
19563
19564 * message.el (message-cite-original-1): New function.
19565 (message-cite-original): Use it.
19566 (message-cite-original-without-signature): Ditto.
19567
19568 2005-08-08 Romain Francoise <romain@orebokech.com>
19569
19570 * message.el (message-yank-empty-prefix): New variable.
19571 (message-indent-citation): Use it.
19572 (message-cite-original-without-signature): Respect X-No-Archive.
19573
19574 2005-08-08 Simon Josefsson <jas@extundo.com>
19575
19576 * pgg.el: Autoload url-insert-file-contents instead of loading
19577 w3/url.
19578 (pgg-insert-url-with-w3): Don't load url here.
19579
19580 2005-08-07 Jesper Harder <harder@phys.au.dk>
19581
19582 * message.el (message-kill-to-signature): Don't insert newline at
19583 bol.
19584 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19585
19586 2005-08-06 Romain Francoise <romain@orebokech.com>
19587
19588 * message.el (message-user-fqdn): Fix typo in docstring.
19589
19590 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19591
19592 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19593
19594 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19595
19596 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19597
19598 * mm-bodies.el (mm-encode-body): Use coding system rather than
19599 charset to encode text.
19600
19601 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19602 number of charsets if utf-8 is available (XEmacs).
19603
19604 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19605
19606 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19607 taken from `gnus-button-mid-or-mail-regexp'.
19608 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19609 (gnus-button-alist): Improve regexp for domain part of the MIDs
19610 for news:localpart@domain buttons.
19611 (gnus-button-ctan-directory-regexp): Update.
19612
19613 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19614
19615 * sieve-manage.el (sieve-manage-interactive-login):
19616 Use make-local-variable rather than make-variable-buffer-local.
19617 (sieve-manage-open): Ditto.
19618 (sieve-manage-authenticate): Ditto.
19619
19620 * mml.el (mml-generate-mime-1): Make the content type default to
19621 text/plain if the filename is not specified.
19622
19623 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19624
19625 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19626 instead of insert-buffer.
19627
19628 * message.el (message-yank-original): Ditto; set the mark at the
19629 end of the yanked message.
19630
19631 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19632
19633 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19634 lines to scroll rather than to stop it.
19635
19636 * mml.el (mml-generate-default-type): Add doc string.
19637 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19638 default to application/octet-stream when determining the content
19639 type if it is not specified for the part or the mml contents; add
19640 a comment about mml-generate-default-type.
19641
19642 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19643
19644 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19645 make it default to application/octet-stream when determining the
19646 content type if it is not specified for the external contents.
19647
19648 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19649
19650 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19651 segmented parameter but also other parameters might be there.
19652
19653 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19654
19655 * mm-decode.el (mm-display-external): Delete temp file, directory
19656 and buffer immediately if the external process is exited.
19657
19658 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19659
19660 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19661 fewer lines than that of scroll-margin.
19662 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19663
19664 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19665
19666 * gnus-art.el (gnus-article-next-page): Revert.
19667 (gnus-article-beginning-of-window): New macro.
19668 (gnus-article-next-page-1): Use it.
19669 (gnus-article-prev-page): Ditto.
19670 (gnus-article-edit-part): Use insert-buffer-substring instead of
19671 insert-buffer.
19672 (gnus-article-edit-exit): Ditto.
19673
19674 * gnus-util.el (gnus-beginning-of-window): Remove.
19675 (gnus-end-of-window): Remove.
19676
19677 2005-07-25 Simon Josefsson <jas@extundo.com>
19678
19679 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19680 to have the url package without w3. Reported by Daiki Ueno
19681 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19682
19683 2005-07-20 Didier Verna <didier@xemacs.org>
19684
19685 * gnus-diary.el: Remove the description comment (nndiary is now
19686 properly documented in the Gnus manual).
19687 Fix the spelling of "Back End".
19688 * nndiary.el: Ditto.
19689 Fix the copyright notice.
19690
19691 2005-07-18 Romain Francoise <romain@orebokech.com>
19692
19693 * gnus-sum.el (gnus-summary-to-prefix)
19694 (gnus-summary-newsgroup-prefix): New variables.
19695 (gnus-summary-from-or-to-or-newsgroups): Use them.
19696
19697 2005-07-17 Romain Francoise <romain@orebokech.com>
19698
19699 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19700 space as it's generally not especially interesting to the user.
19701
19702 2005-07-16 Romain Francoise <romain@orebokech.com>
19703
19704 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19705 nil to avoid prompting and file modification if one of the
19706 messages at the top of the nnfolder file contains a copyright
19707 notice.
19708 Update copyright notice.
19709
19710 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19711 instead of `current-time-string' as the latter creates a time
19712 string that is not RFC 2822 compliant (it lacks the zone).
19713 Update copyright notice.
19714
19715 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19716
19717 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19718 for text/rtf. Display default in prompt. Pass default for M-n.
19719
19720 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19721
19722 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19723
19724 * gnus-msg.el (gnus-button-mailto):
19725 Remove save-selected-window-window hackery because it relies on
19726 save-selected-window internals.
19727
19728 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19729
19730 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19731 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19732 (gnus-article-prev-page): Ditto.
19733
19734 * gnus-util.el (gnus-beginning-of-window): New function.
19735 (gnus-end-of-window): New function.
19736
19737 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19738
19739 * gnus-score.el (gnus-score-edit-all-score):
19740 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19741 gnus-message.
19742
19743 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19744
19745 * gnus-msg.el (gnus-button-mailto):
19746 Remove save-selected-window-window hackery because it relies on
19747 save-selected-window internals.
19748
19749 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
19750
19751 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19752 add-minor-mode.
19753 (gnus-binary-mode): Ditto.
19754
19755 * gnus-topic.el (gnus-topic-mode): Ditto.
19756
19757 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
19758
19759 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19760 (gnus-article-prev-page): Take scroll-margin into consideration.
19761
19762 2005-07-04 Lute Kamstra <lute@gnu.org>
19763
19764 Update FSF's address in GPL notices.
19765
19766 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19767
19768 * gnus.el (gnus-exit):
19769 * gnus-group.el (gnus-group-icons):
19770 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19771
19772 * gnus-nocem.el (gnus-nocem):
19773 * message.el (message-various, message-buffers, message-sending)
19774 (message-interface, message-forwarding, message-insertion)
19775 (message-headers, message-news, message-mail):
19776 * pgg-gpg.el (pgg-gpg):
19777 * pgg-parse.el (pgg-parse):
19778 * pgg-pgp.el (pgg-pgp):
19779 * pgg-pgp5.el (pgg-pgp5):
19780 * pop3.el (pop3): Finish `defgroup' description with period.
19781
19782 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
19783
19784 * gnus-art.el (article-display-face): Improve the efficiency.
19785 (article-display-x-face): Ditto; remove gray x-face stuff.
19786
19787 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
19788
19789 * gnus-art.el (article-display-face): Correct the position in
19790 which Faces are inserted.
19791
19792 2005-06-29 Didier Verna <didier@xemacs.org>
19793
19794 * gnus-art.el (article-display-face): Display faces in correct
19795 order.
19796
19797 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19798
19799 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19800 (gnus-fill-real-hashtb): Use hash table instead of obarray.
19801 (gnus-nocem-check-article): Fetch the Type header.
19802 (gnus-nocem-message-wanted-p): Fix the way to examine types.
19803 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19804 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19805 make sure gnus-nocem-hashtb is initialized.
19806 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19807 (gnus-nocem-unwanted-article-p): Ditto.
19808
19809 * pgg.el (pgg-verify): Return the verification result.
19810
19811 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19812
19813 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19814 is ascii.
19815
19816 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19817
19818 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19819 `show-nonbreak-escape'.
19820
19821 2005-06-23 Lute Kamstra <lute@gnu.org>
19822
19823 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19824
19825 * dig.el (dig-mode):
19826 * smime.el (smime-mode): Use gnus-run-mode-hooks.
19827
19828 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19829
19830 * nnimap.el (nnimap-split-download-body): Fix spellings.
19831
19832 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19833
19834 * gnus-art.el (gnus-article-encrypt-body):
19835 * gnus-cus.el (gnus-score-customize):
19836 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19837 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19838
19839 2005-06-16 Arne Jørgensen <arne@arnested.dk>
19840
19841 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19842 header by looking for magic "MII" at the beginning.
19843
19844 2005-06-16 Miles Bader <miles@gnu.org>
19845
19846 * assistant.el (assistant-field): Remove "-face" suffix from face name.
19847 (assistant-field-face): New backward-compatibility alias for renamed
19848 face.
19849 (assistant-render-text): Use renamed assistant-field face.
19850
19851 * spam.el (spam): Remove "-face" suffix from face name.
19852 (spam-face): New backward-compatibility alias for renamed face.
19853 (spam-face, spam-initialize): Use renamed spam face.
19854
19855 * message.el (message-header-to, message-header-cc)
19856 (message-header-subject, message-header-newsgroups)
19857 (message-header-other, message-header-name)
19858 (message-header-xheader, message-separator, message-cited-text)
19859 (message-mml): Remove "-face" suffix from face names.
19860 (message-header-to-face, message-header-cc-face)
19861 (message-header-subject-face, message-header-newsgroups-face)
19862 (message-header-other-face, message-header-name-face)
19863 (message-header-xheader-face, message-separator-face)
19864 (message-cited-text-face, message-mml-face):
19865 New backward-compatibility aliases for renamed faces.
19866 (message-font-lock-keywords): Use renamed message faces.
19867
19868 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19869 (sieve-test-commands, sieve-tagged-arguments):
19870 Remove "-face" suffix from face names.
19871 (sieve-control-commands-face, sieve-action-commands-face)
19872 (sieve-test-commands-face, sieve-tagged-arguments-face):
19873 New backward-compatibility aliases for renamed faces.
19874 (sieve-control-commands-face, sieve-action-commands-face)
19875 (sieve-test-commands-face, sieve-tagged-arguments-face):
19876 Use renamed sieve faces.
19877
19878 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19879 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19880 (gnus-group-news-3-empty, gnus-group-news-4)
19881 (gnus-group-news-4-empty, gnus-group-news-5)
19882 (gnus-group-news-5-empty, gnus-group-news-6)
19883 (gnus-group-news-6-empty, gnus-group-news-low)
19884 (gnus-group-news-low-empty, gnus-group-mail-1)
19885 (gnus-group-mail-1-empty, gnus-group-mail-2)
19886 (gnus-group-mail-2-empty, gnus-group-mail-3)
19887 (gnus-group-mail-3-empty, gnus-group-mail-low)
19888 (gnus-group-mail-low-empty, gnus-summary-selected)
19889 (gnus-summary-cancelled, gnus-summary-high-ticked)
19890 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19891 (gnus-summary-high-ancient, gnus-summary-low-ancient)
19892 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19893 (gnus-summary-low-undownloaded)
19894 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19895 (gnus-summary-low-unread, gnus-summary-normal-unread)
19896 (gnus-summary-high-read, gnus-summary-low-read)
19897 (gnus-summary-normal-read, gnus-splash):
19898 Remove "-face" suffix from face names.
19899 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19900 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19901 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19902 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19903 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19904 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19905 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19906 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19907 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19908 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19909 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19910 (gnus-summary-selected-face, gnus-summary-cancelled-face)
19911 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19912 (gnus-summary-normal-ticked-face)
19913 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19914 (gnus-summary-normal-ancient-face)
19915 (gnus-summary-high-undownloaded-face)
19916 (gnus-summary-low-undownloaded-face)
19917 (gnus-summary-normal-undownloaded-face)
19918 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19919 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19920 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19921 (gnus-splash-face):
19922 New backward-compatibility aliases for renamed faces.
19923 (gnus-group-startup-message): Use renamed gnus faces.
19924
19925 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19926 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19927 (gnus-server-agent): Remove "-face" suffix from face names.
19928 (gnus-server-agent-face, gnus-server-opened-face)
19929 (gnus-server-closed-face, gnus-server-denied-face)
19930 (gnus-server-offline-face):
19931 New backward-compatibility aliases for renamed faces.
19932 (gnus-server-agent-face, gnus-server-opened-face)
19933 (gnus-server-closed-face, gnus-server-denied-face)
19934 (gnus-server-offline-face): Use renamed gnus faces.
19935
19936 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19937 Remove "-face" suffix from face names.
19938 (gnus-picon-xbm-face, gnus-picon-face):
19939 New backward-compatibility aliases for renamed faces.
19940
19941 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19942 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19943 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19944 (gnus-cite-11): Remove "-face" suffix from face names.
19945 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19946 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19947 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19948 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19949 New backward-compatibility aliases for renamed faces.
19950 (gnus-cite-attribution-face, gnus-cite-face-list)
19951 (gnus-article-boring-faces): Use renamed gnus faces.
19952
19953 * gnus-art.el (gnus-signature, gnus-header-from)
19954 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19955 (gnus-header-content): Remove "-face" suffix from face names.
19956 (gnus-signature-face, gnus-header-from-face)
19957 (gnus-header-subject-face, gnus-header-newsgroups-face)
19958 (gnus-header-name-face, gnus-header-content-face):
19959 New backward-compatibility aliases for renamed faces.
19960 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19961
19962 * gnus-sum.el (gnus-summary-selected-face)
19963 (gnus-summary-highlight): Use renamed gnus faces.
19964 * gnus-group.el (gnus-group-highlight): Likewise.
19965
19966 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19967
19968 * gnus-sieve.el (gnus-sieve-article-add-rule):
19969 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19970 * spam-stat.el (spam-stat-buffer-change-to-spam)
19971 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19972
19973 * message.el (message-is-yours-p):
19974 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19975
19976 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
19977
19978 * mm-view.el (mm-inline-text): Withdraw the last change.
19979
19980 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19981
19982 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19983 executing enriched-decode.
19984
19985 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
19986
19987 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19988 charset of tar files.
19989
19990 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19991
19992 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19993
19994 2005-06-04 Lute Kamstra <lute@gnu.org>
19995
19996 * nnfolder.el (nnfolder-read-folder): Make sure that undo
19997 information is never recorded.
19998
19999 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20000
20001 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20002
20003 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20004
20005 * pop3.el (pop3-apop): Run md5 in the binary mode.
20006
20007 * starttls.el (starttls-set-process-query-on-exit-flag):
20008 Use eval-and-compile.
20009
20010 2005-05-31 Simon Josefsson <jas@extundo.com>
20011
20012 * smime.el (smime-replace-in-string): Define.
20013 (smime-cert-by-ldap-1): Use it.
20014
20015 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20016
20017 * gnus-art.el (article-display-x-face): Replace
20018 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20019
20020 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20021 set-process-query-on-exit-flag or process-kill-without-query.
20022
20023 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20024 loop instead of replace-regexp.
20025
20026 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20027 instead of process-kill-without-query if it is available.
20028
20029 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20030 instead of find-file-hooks if it is available.
20031
20032 * mml1991.el: Bind pgg-default-user-id when compiling.
20033
20034 * mml2015.el: Bind pgg-default-user-id when compiling.
20035
20036 * nndraft.el (nndraft-request-associate-buffer):
20037 Use write-contents-functions instead of write-contents-hooks if it is
20038 available.
20039
20040 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20041 instead of find-file-hooks if it is available.
20042
20043 * nntp.el (nntp-open-connection): Replace
20044 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20045 (nntp-open-ssl-stream): Ditto.
20046 (nntp-open-tls-stream): Ditto.
20047
20048 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20049 set-process-query-on-exit-flag or process-kill-without-query.
20050 (starttls-open-stream-gnutls): Use it instead of
20051 process-kill-without-query.
20052 (starttls-open-stream): Ditto.
20053
20054 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20055
20056 * smime.el (smime-cert-by-ldap-1): Don't use
20057 replace-regexp-in-string.
20058
20059 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20060
20061 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20062
20063 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20064 in PEM format. Adjust to the XEmacs compatibility.
20065
20066 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20067
20068 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20069 by `string-to-number'.
20070 * gnus-agent.el (gnus-agent-regenerate-group)
20071 (gnus-agent-fetch-articles): Ditto.
20072 * gnus-art.el (gnus-button-fetch-group): Ditto.
20073 * gnus-cache.el (gnus-cache-generate-active)
20074 (gnus-cache-articles-in-group): Ditto.
20075 * gnus-group.el (gnus-group-set-current-level)
20076 (gnus-group-insert-group-line): Ditto.
20077 * gnus-score.el (gnus-score-set-expunge-below)
20078 (gnus-score-set-mark-below, gnus-summary-score-effect)
20079 (gnus-summary-score-entry): Ditto.
20080 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20081 (gnus-soup-pack): Ditto.
20082 * gnus-spec.el (gnus-xmas-format): Ditto.
20083 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20084 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20085 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20086 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20087 * nndb.el (nndb-get-remote-expire-response): Ditto.
20088 * nndiary.el (nndiary-parse-schedule-value)
20089 (nndiary-string-to-number, nndiary-request-replace-article)
20090 (nndiary-request-article): Ditto.
20091 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20092 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20093 * nneething.el (nneething-make-head): Ditto.
20094 * nnfolder.el (nnfolder-request-article)
20095 (nnfolder-retrieve-headers): Ditto.
20096 * nnheader.el (nnheader-file-to-number): Ditto.
20097 * nnkiboze.el (nnkiboze-request-article): Ditto.
20098 * nnmail.el (nnmail-process-unix-mail-format)
20099 (nnmail-process-babyl-mail-format): Ditto.
20100 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20101 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20102 (nnmh-request-create-group, nnmh-request-list-1)
20103 (nnmh-request-group, nnmh-request-article): Ditto.
20104 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20105 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20106 * nnsoup.el (nnsoup-make-active): Ditto.
20107 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20108 * nntp.el (nntp-find-group-and-number)
20109 (nntp-retrieve-headers-with-xover): Ditto.
20110 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20111 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20112 (pgg-format-key-identifier): Ditto.
20113 * pop3.el (pop3-last, pop3-stat): Ditto.
20114 * qp.el (quoted-printable-decode-region): Ditto.
20115
20116 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20117 of concat.
20118
20119 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20120
20121 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20122
20123 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20124
20125 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20126
20127 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20128
20129 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20130
20131 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20132
20133 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20134 (gnus-carpal-mode): Ditto.
20135
20136 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20137 (gnus-browse-mode): Ditto.
20138
20139 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20140
20141 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20142
20143 2005-05-29 Richard M. Stallman <rms@gnu.org>
20144
20145 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20146
20147 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20148
20149 * gnus-util.el (gnus-run-mode-hooks): New function.
20150
20151 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20152
20153 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20154
20155 * gnus-agent.el (gnus-agent-make-mode-line-string):
20156 Use mode-line-highlight as mouse-face.
20157
20158 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20159
20160 * canlock.el (canlock): Change the parent group to news.
20161
20162 * deuglify.el (gnus-outlook-deuglify): Add :group.
20163
20164 * dig.el (dig): Add :group.
20165
20166 * dns-mode.el (dns-mode): Add :group.
20167
20168 * encrypt.el (encrypt): Add :group.
20169
20170 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20171 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20172 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20173 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20174 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20175
20176 * gnus-diary.el (gnus-diary): Add :group.
20177
20178 * gnus.el (gnus-group-news-1-face): Add :group.
20179 (gnus-group-news-1-empty-face): Ditto.
20180 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20181 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20182 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20183 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20184 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20185 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20186 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20187 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20188 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20189 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20190 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20191 (gnus-summary-high-ticked-face): Ditto.
20192 (gnus-summary-low-ticked-face): Ditto.
20193 (gnus-summary-normal-ticked-face): Ditto.
20194 (gnus-summary-high-ancient-face): Ditto.
20195 (gnus-summary-low-ancient-face): Ditto.
20196 (gnus-summary-normal-ancient-face): Ditto.
20197 (gnus-summary-high-undownloaded-face): Ditto.
20198 (gnus-summary-low-undownloaded-face): Ditto.
20199 (gnus-summary-normal-undownloaded-face): Ditto.
20200 (gnus-summary-high-unread-face): Ditto.
20201 (gnus-summary-low-unread-face): Ditto.
20202 (gnus-summary-normal-unread-face): Ditto.
20203 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20204 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20205
20206 * hashcash.el (hashcash): New custom group.
20207 (hashcash-default-payment): Add :group.
20208 (hashcash-payment-alist): Ditto.
20209 (hashcash-default-accept-payment): Ditto.
20210 (hashcash-accept-resources): Ditto.
20211 (hashcash-path): Ditto.
20212 (hashcash-extra-generate-parameters): Ditto.
20213 (hashcash-double-spend-database): Ditto.
20214 (hashcash-in-news): Ditto.
20215
20216 * message.el (message-minibuffer-local-map): Add :group.
20217
20218 * netrc.el (netrc): Add :group.
20219
20220 * sieve-manage.el (sieve-manage-log): Add :group.
20221 (sieve-manage-default-user): Diito.
20222 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20223 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20224 (sieve-manage-authenticators): Ditto.
20225 (sieve-manage-authenticator-alist): Ditto.
20226 (sieve-manage-default-port): Ditto.
20227
20228 * sieve-mode.el (sieve-control-commands-face): Add :group.
20229 (sieve-action-commands-face): Ditto.
20230 (sieve-test-commands-face): Ditto.
20231 (sieve-tagged-arguments-face): Ditto.
20232
20233 * smime.el (smime): Add :group.
20234
20235 * spam-report.el (spam-report): Add :group.
20236
20237 * spam.el (spam, spam-face): Add :group.
20238
20239 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20240
20241 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20242 return \n.\n.\n at the end of articles. Protect against that.
20243 (nntp-with-open-group): Allow debugging.
20244
20245 * nnheader.el (mail-header-set-extra): Make into a function
20246 because I just could't understand how to quote the list properly.
20247
20248 * dns.el (query-dns-cached): New function.
20249
20250 2005-05-26 Lute Kamstra <lute@gnu.org>
20251
20252 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20253
20254 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20255
20256 * gnus-art.el: Don't autoload mail-extract-address-components.
20257
20258 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20259 eval-and-compile to evaluate it.
20260
20261 * hashcash.el: Don't autoload executable-find.
20262
20263 * nndb.el: Don't declare the nndb back end two or more times; don't
20264 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20265
20266 * nntp.el: Autoload format-spec instead of format; use
20267 eval-and-compile to evaluate autoload forms.
20268
20269 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20270
20271 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20272
20273 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20274
20275 * gnus.el (gnus-version-number): Bump version.
20276
20277 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20278
20279 * gnus.el: No Gnus v0.3 is released.
20280
20281 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20282
20283 * gnus-art.el (gnus-article-edit-part): Disable undo.
20284
20285 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20286
20287 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20288 gnus-article-date-lapsed-new-header is t if date timer is active;
20289 skip headers in which the original date value is empty.
20290 (gnus-article-save-original-date): Redefine it as a macro.
20291 (gnus-display-mime): Use it.
20292
20293 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20294
20295 * gnus-art.el (article-date-ut): Support converting date in
20296 forwarded parts as well.
20297 (gnus-article-save-original-date): New function.
20298 (gnus-display-mime): Use it.
20299
20300 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20301
20302 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20303 enclosure element of <item>.
20304
20305 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20306
20307 * message.el (message-kill-buffer-query): Rename from
20308 `message-kill-buffer-query-if-modified'. Add :version.
20309
20310 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20311
20312 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20313 window layout.
20314
20315 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20316
20317 * mml.el: Autoload dnd when compiling.
20318
20319 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20320
20321 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20322 x-dnd-*.
20323
20324 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20325
20326 * qp.el (quoted-printable-encode-region): Save excursion.
20327
20328 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20329
20330 * message.el (message-kill-buffer-query-if-modified): Add new variable
20331 so the user can kill a modified message buffer quickly.
20332 (message-kill-buffer): Use it.
20333
20334 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20335
20336 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20337 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20338
20339 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20340
20341 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20342 contained in text because xml.el decodes entities) with LFs.
20343
20344 2005-04-11 Lute Kamstra <lute@gnu.org>
20345
20346 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20347 differently.
20348
20349 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20350
20351 * mm-util.el (mm-detect-coding-region): Typo.
20352
20353 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20354
20355 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20356
20357 2005-04-06 Deepak Goel <deego@gnufans.org>
20358
20359 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20360 user-function allow user modifications of the scores.
20361 (spam-stat-score-buffer-user): New function, to allow
20362 user-computed modifications to the score.
20363 (spam-stat-score-buffer-user-functions): List of additional
20364 scoring functions.
20365 (spam-stat-error-holder): Global temporary error holder.
20366 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20367 variable.
20368
20369 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20370
20371 * gnus-registry.el (gnus-registry-clean-empty-function)
20372 (gnus-registry-trim, gnus-registry-fetch-groups)
20373 (gnus-registry-delete-group): Groups that match
20374 `gnus-registry-ignored-groups' are removed from the registry
20375 entries, not just ignored for splitting. This helps clean up the
20376 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20377 to get all the groups a message ID is in.
20378
20379 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20380 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20381 (spam-stat-score-buffer-user-functions): Add :number custom type.
20382
20383 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20384
20385 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20386 argument in XEmacs.
20387
20388 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20389 (nnrss-request-group): Decode group name first.
20390 (nnrss-request-article): Make a text/plain article if mml-to-mime
20391 failed.
20392 (nnrss-get-encoding): Return a compatible encoding according to
20393 nnrss-compatible-encoding-alist.
20394 (nnrss-find-el): Use consp instead of listp.
20395 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20396
20397 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20398
20399 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20400 which Emacs 20 doesn't support.
20401 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20402
20403 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20404
20405 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20406 silence the byte compiler inside the defun.
20407
20408 * gnus-demon.el (parse-time-string): Add autoload.
20409
20410 * gnus-delay.el (parse-time-string): Add autoload.
20411
20412 * gnus-art.el (parse-time-string): Add autoload.
20413
20414 * nnultimate.el (parse-time): Require for `parse-time-string'.
20415
20416 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20417
20418 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20419
20420 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20421
20422 * smime.el (smime-ldap-host-list): Add :version.
20423
20424 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20425
20426 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20427 pass it to `gnus-browse-read-group'.
20428 (gnus-browse-read-group): Add NUMBER argument and pass it to
20429 `gnus-group-read-ephemeral-group'.
20430
20431 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20432 argument and pass it to `gnus-group-read-group'.
20433
20434 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20435
20436 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20437 mm-xemacs-find-mime-charset-1 if we have the mule feature
20438 available at runtime.
20439
20440 2005-03-25 Werner Lemberg <wl@gnu.org>
20441
20442 * nnmaildir.el: Replace `illegal' with `invalid'.
20443
20444 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20445
20446 * gnus-start.el (gnus-display-time-event-handler):
20447 Check display-time-timer at runtime rather than only at load time
20448 in case display-time-mode is turned off in the mean time.
20449
20450 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20451
20452 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20453 used.
20454
20455 * nneething.el (nneething-map-file-directory): Derive from
20456 `gnus-directory'.
20457
20458 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20459 the To/Cc button.
20460
20461 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20462
20463 * nnmaildir.el (nnmaildir-request-accept-article):
20464 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20465
20466 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20467
20468 * gnus-async.el: Require timer-funcs at compile time when in
20469 XEmacs for `run-with-idle-timer'.
20470
20471 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20472
20473 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20474 autoloaded function.
20475
20476 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20477
20478 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20479
20480 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20481
20482 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20483
20484 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20485
20486 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20487 Add gnus-expert-user to default.
20488
20489 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20490
20491 * nnimap.el (nnimap-open-server): Ditto.
20492
20493 * imap.el (imap-authenticate): Fix typo.
20494
20495 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20496
20497 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20498 buffer (since IMAP server might return FETCH response out of
20499 order, and the nntp buffer must be sorted).
20500
20501 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20502
20503 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20504 comparison on string.
20505
20506 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20507 (gnus-agent-score): Rename category keywords to match gnus-cus.
20508 (gnus-agent-summary-fetch-series): Modify to protect against
20509 gnus-agent-summary-fetch-group clearing processable flags.
20510 (gnus-agent-synchronize-group-flags): Update live group buffer as
20511 synchronization may occur due to the user toggle the plugged
20512 status.
20513 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20514 successfully downloaded.
20515 (gnus-agent-expire-group-1): Avoid using markers when the overview
20516 is in ascending order; greatly improves performance.
20517 (gnus-agent-regenerate-group):
20518 Use gnus-agent-synchronize-group-flags to reset read status in both
20519 gnus and server.
20520 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20521
20522 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20523
20524 * message.el: Don't autoload former message-utils variables.
20525 (message-strip-subject-trailing-was): Change doc string.
20526
20527 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20528 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20529 (nnweb-google-search): Add "hl=en" here.
20530 (nnweb-google-parse-1, nnweb-google-create-mapping):
20531 Don't hardcode URL.
20532
20533 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20534
20535 * message.el (message-get-reply-headers, message-followup):
20536 Mention related variables `message-use-followup-to' and
20537 `message-use-mail-followup-to', in the information buffer.
20538
20539 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20540 of broken groups(-beta).google.com.
20541
20542 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20543
20544 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20545 parameter to invoked gnus-request-move-article; remove the
20546 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20547 all at once instead of once per article.
20548 (gnus-summary-remove-process-mark): Accept a list of articles as
20549 well as a single article for processing.
20550
20551 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20552 parameter.
20553
20554 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20555
20556 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20557
20558 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20559 parameter.
20560
20561 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20562 parameter.
20563
20564 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20565 parameter and remove the gnus-sum-hint-move-is-internal variable.
20566
20567 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20568 parameter.
20569
20570 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20571 parameter.
20572
20573 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20574 parameter.
20575
20576 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20577
20578 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20579 parameter.
20580
20581 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20582 parameter.
20583
20584 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20585
20586 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20587 a more conservative way.
20588
20589 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20590
20591 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20592 buffer, so it moves the window's cursor.
20593
20594 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20595
20596 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20597 `mm-dissect-multipart' and receive the from field as an (optional)
20598 argument from `mm-dissect-multipart'.
20599 (mm-dissect-multipart): Receive the from field as an argument and
20600 pass it on when we call `mm-dissect-buffer' on MIME parts.
20601 Fixes verification/decryption of signed/encrypted MIME parts.
20602
20603 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20604
20605 * gnus-sum.el (gnus-summary-move-article):
20606 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20607 whatever it calls (right now, only nnimap-request-move article
20608 respects it).
20609
20610 * nnimap.el (nnimap-request-move-article):
20611 When gnus-sum-hint-move-is-internal is set, don't do the extra
20612 nnimap-request-article.
20613
20614 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20615
20616 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20617
20618 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20619 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20620
20621 * gnus-sum.el (gnus-summary-caesar-message):
20622 Apply `gnus-treat-article' after rotation.
20623
20624 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20625 doc string.
20626
20627 2005-02-22 Simon Josefsson <jas@extundo.com>
20628
20629 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20630 `password-cache-expiry' instead). Reported by Arne Jørgensen
20631 <arne@arnested.dk>.
20632 (encrypt): Add password-cache and password-cache-expiry as group
20633 members.
20634
20635 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20636
20637 * smime.el (smime-ldap-host-list): Doc fix.
20638 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20639 cache) password.
20640 (smime-sign-region): Use it.
20641 (smime-decrypt-region): Use it.
20642 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20643 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20644 fails.
20645 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20646 certificate from DER to PEM format rather than calling openssl.
20647
20648 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20649
20650 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20651 for signing/encryption.
20652
20653 * mml.el (mml-parse-1): Use them.
20654
20655 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20656
20657 * nnrss.el (nnrss-verbose): Remove.
20658 (nnrss-request-group): Use `nnheader-message' instead.
20659
20660 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20661
20662 * nnrss.el (nnrss-verbose): New variable.
20663 (nnrss-request-group): Make it say nnrss is requesting a group.
20664
20665 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20666
20667 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20668 Handle news URL with given port correctly.
20669
20670 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20671
20672 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20673 containing special characters.
20674
20675 * gnus-sum.el (gnus-summary-edit-article): Ditto.
20676
20677 * mml.el (mime-to-mml): Ditto.
20678
20679 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20680 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20681 (rfc2047-decode-region): Quote decoded words containing special
20682 characters when rfc2047-quote-decoded-words-containing-tspecials
20683 is non-nil.
20684
20685 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
20686
20687 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20688
20689 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20690
20691 2005-02-15 Simon Josefsson <jas@extundo.com>
20692
20693 * nnimap.el (nnimap-debug): Doc fix.
20694
20695 * imap.el (imap-debug): Doc fix.
20696
20697 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20698
20699 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20700
20701 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20702
20703 * gnus.el (spam-contents): Improve docs for spam-contents
20704 parameter in its variable incarnation.
20705
20706 2005-02-14 Simon Josefsson <jas@extundo.com>
20707
20708 * smime-ldap.el: Use require instead of load-library for ldap.
20709 (smime-ldap-search): Indent.
20710 (smime-ldap-search-internal): Shorten line.
20711
20712 * smime.el (smime-cert-by-dns): Add doc-string.
20713 (smime-cert-by-ldap-1): Indent.
20714
20715 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20716 mml-smime-get-dns-ldap.
20717 (mml-smime-encrypt-query): Use new function. Default to ldap.
20718
20719 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20720
20721 * smime.el: Require smime-ldap.
20722 (smime-ldap-host-list): New variable.
20723 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20724
20725 * mml-smime.el (mml-smime-encrypt-query): New function.
20726 (mml-smime-encrypt-query): Use it.
20727
20728 * smime-ldap.el: New file.
20729
20730 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20731
20732 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20733
20734 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20735
20736 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20737 argument in doc string. Make query for type more clear.
20738
20739 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20740
20741 * gnus.el (gnus-group-startup-message): Search for gnus images in
20742 etc/images/gnus.
20743 * mm-util.el (mm-image-load-path): Likewise.
20744 * smiley.el (smiley-data-directory): Search for smilies in
20745 etc/images/smilies.
20746
20747 2005-02-09 Kim F. Storm <storm@cua.dk>
20748
20749 Change Emacs release version from 21.4 to 22.1 throughout.
20750 Change Emacs development version from 21.3.50 to 22.0.50.
20751
20752 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20753
20754 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20755
20756 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20757 non-Mule XEmacs as well.
20758 (mm-decompress-buffer): Signal an error intentionally if it does
20759 not decompress compressed data because auto-compression-mode is
20760 disabled.
20761
20762 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
20763
20764 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20765 an ID in the registry even if it has no groups.
20766
20767 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
20768
20769 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20770 merge it into mm-decompress-buffer.
20771 (gnus-mime-copy-part): Use the MIME part charset, the value which
20772 a user specified or gnus-newsgroup-charset for decoding, like
20773 gnus-mime-inline-part does; set buffer-file-coding-system to tell
20774 save-buffer what was used. Suggested by Kevin Ryde
20775 <user42@zip.com.au>.
20776 (gnus-mime-inline-part): Allow the name parameter as well as the
20777 filename parameter; force decompressing of compressed data; always
20778 display contents being not decoded as unibyte.
20779
20780 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20781 as well as the filename parameter.
20782
20783 * mm-util.el (mm-decompress-buffer):
20784 Merge gnus-mime-jka-compr-maybe-uncompress.
20785 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20786 of compressed data.
20787
20788 2005-02-08 Simon Josefsson <jas@extundo.com>
20789
20790 * imap.el (imap-log): Doc fix.
20791
20792 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20793
20794 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20795 the coding cookies; decompress compressed parts.
20796
20797 * mml.el (mml-generate-mime-1): Add the charset parameter according
20798 to the value which a user specified manually or the coding cookie.
20799
20800 * mm-util.el (mm-string-to-multibyte): New function.
20801 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20802 (mm-coding-system-to-mime-charset): New function.
20803 (mm-decompress-buffer): New function.
20804 (mm-find-buffer-file-coding-system): New function.
20805
20806 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20807 (mm-display-inline-fontify): Rewrite for decoding and decompressing
20808 parts.
20809
20810 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20811
20812 * mm-view.el (mm-display-inline-fontify): Decode a part according
20813 to the charset parameter.
20814
20815 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
20816
20817 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20818 prefix arg is neither nil nor a number, as info specifies.
20819
20820 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
20821
20822 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20823 timestamps.
20824
20825 2005-02-02 Jari Aalto <jari.aalto@cante.net>
20826
20827 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20828 groups error checking and notify user.
20829
20830 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
20831
20832 * message.el (message-send-mail-function): Check existence of
20833 sendmail-program first before using default value
20834 `message-send-mail-with-sendmail'. Otherwise use more generic
20835 `smtpmail-send-it'.
20836
20837 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
20838
20839 * nntp.el (nntp-request-update-info): Always return nil.
20840
20841 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
20842
20843 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20844
20845 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20846
20847 * message.el (message-beginning-of-line): Change the behavior when
20848 invoked between BOL and : so that it first moves backward.
20849
20850 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20851
20852 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20853 article buffer when editing of the article is discarded.
20854 (gnus-article-prepare): Revert.
20855
20856 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20857
20858 * gnus-art.el (gnus-article-prepare):
20859 Remove message-strip-forbidden-properties from the local hook.
20860
20861 2005-01-27 Simon Josefsson <jas@extundo.com>
20862
20863 * password.el (password-cache-add): Only start one timer per key.
20864 Reported by Derek Atkins <warlord@MIT.EDU>.
20865
20866 2005-01-26 Steve Youngs <steve@sxemacs.org>
20867
20868 * run-at-time.el: Remove. It is no longer needed as
20869 timer-funcs.el in the xemacs-base package has a working version of
20870 `run-at-time'.
20871
20872 * password.el: Require timer-funcs instead of run-at-time in
20873 XEmacs.
20874 Remove `password-run-at-time' macro.
20875 (password-cache-add): Use `run-at-time' instead of
20876 `password-run-at-time'.
20877
20878 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20879 for `run-with-idle-timer'.
20880
20881 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20882 for `run-at-time'.
20883
20884 * mm-url.el: Require timer-funcs at compile time when in XEmacs
20885 for `with-timeout'.
20886
20887 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
20888
20889 * mml.el (mml-generate-mime-1): Convert string into unibyte when
20890 inserting " *mml*" buffer's contents into a unibyte temp buffer.
20891
20892 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
20893
20894 * mail-source.el (mail-source-fetch-imap): Search for ^From case
20895 sensitively.
20896
20897 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
20898
20899 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20900
20901 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
20902
20903 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20904 which will be inserted according to the multibyteness of a buffer
20905 rather than the type of contents. Suggested by ARISAWA Akihiro
20906 <ari@mbf.ocn.ne.jp>.
20907
20908 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20909 of string which old xml.el may return rather than a string.
20910
20911 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
20912
20913 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20914
20915 2005-01-16 Simon Josefsson <jas@extundo.com>
20916
20917 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20918 idn/idna.el isn't available.
20919 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
20920 <michael@waxrat.com>.
20921
20922 * hashcash.el: Remove non-FSF copyright header.
20923
20924 * hashcash.el (hashcash-extra-generate-parameters): New variable.
20925 (hashcash-generate-payment): Use it.
20926 (hashcash-generate-payment-async): Use it.
20927
20928 2005-01-15 Simon Josefsson <jas@extundo.com>
20929
20930 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20931 Suggested by Raymond Scholz <ray-2005@zonix.de>.
20932
20933 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20934 gnus-summary-idna-message.
20935 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20936 (gnus-summary-idna-message): New function.
20937
20938 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
20939
20940 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20941 gnus-novice-user.
20942
20943 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
20944
20945 * nnrss.el (nnrss-request-delete-group): Delete entries in
20946 nnrss-group-alist as well.
20947 (nnrss-save-server-data): Insert newline.
20948
20949 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
20950
20951 * gnus.el (gnus-user-agent): Use list of symbols instead of
20952 symbols. Display full version number for (S)XEmacs.
20953 Optionally display (S)XEmacs codename.
20954
20955 * gnus-util.el (gnus-emacs-version): Update for new
20956 `gnus-user-agent'.
20957
20958 * gnus-msg.el (gnus-extended-version): Make it possible to omit
20959 Gnus version.
20960
20961 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20962
20963 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
20964 which is unreadable in some setups.
20965
20966 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20967
20968 * gnus-spec.el (gnus-update-format-specifications): Flush the
20969 group format spec cache if it doesn't support decoded group names.
20970
20971 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
20972
20973 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20974 Allow to apply decay on score files matching a regexp.
20975
20976 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
20977
20978 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20979 compatibility in %g and %c.
20980
20981 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
20982
20983 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20984 name for only %g and %c.
20985 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20986 of gnus-tmp-group to decoded group name.
20987 (gnus-group-make-rss-group): Exclude `/'s from group names.
20988
20989 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
20990
20991 * nnrss.el (nnrss-get-encoding): Fix regexp.
20992
20993 2004-12-27 Simon Josefsson <jas@extundo.com>
20994
20995 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20996 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20997 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
20998
20999 2004-12-17 Kim F. Storm <storm@cua.dk>
21000
21001 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21002
21003 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21004
21005 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21006
21007 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21008
21009 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21010
21011 * nnrss.el: Require rfc2047 and mml.
21012 (nnrss-file-coding-system): New variable.
21013 (nnrss-format-string): Redefine it as an inline function.
21014 (nnrss-decode-group-name): New function.
21015 (nnrss-string-as-multibyte): Remove.
21016 (nnrss-retrieve-headers): Decode group name; don't use
21017 nnrss-format-string.
21018 (nnrss-request-group): Decode group name.
21019 (nnrss-request-article): Decode group name; allow a Message-ID as
21020 well as an article number; don't use nnrss-format-string; encode a
21021 Message-ID string which may contain non-ASCII characters; use
21022 mml-to-mime to compose a MIME article.
21023 (nnrss-request-expire-articles): Decode group name.
21024 (nnrss-request-delete-group): Decode group name.
21025 (nnrss-fetch): Clarify error message.
21026 (nnrss-read-server-data): Use insert-file-contents instead of load;
21027 bind file-name-coding-system; use multibyte buffer.
21028 (nnrss-save-server-data): Bind coding-system-for-write to the
21029 value of nnrss-file-coding-system; bind file-name-coding-system;
21030 add coding cookie.
21031 (nnrss-read-group-data): Use insert-file-contents instead of load;
21032 bind file-name-coding-system; use multibyte buffer.
21033 (nnrss-save-group-data): Bind coding-system-for-write to the
21034 value of nnrss-file-coding-system; bind file-name-coding-system.
21035 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21036 make it work with non-ASCII text.
21037 (nnrss-find-el): Make it work with old xml.el as well.
21038
21039 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21040
21041 * nnrss.el (nnrss-get-encoding): New function.
21042 (nnrss-fetch): Use unibyte buffer initially; bind
21043 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21044 decode contents according to the encoding attribute.
21045 (nnrss-save-group-data): Add coding cookie.
21046 (nnrss-mime-encode-string): New function.
21047 (nnrss-check-group): Use it to encode subject and author.
21048
21049 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21050
21051 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21052 imaginary variable.
21053
21054 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21055
21056 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21057 correctly even if there are wide characters.
21058
21059 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21060
21061 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21062 downcased symbol names; make a new cache instead of reusing
21063 bbdb-hashtable.
21064
21065 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21066
21067 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21068 concatenating segments rather than before concatenating them.
21069 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21070
21071 * message.el (message-get-reply-headers): Bind `extra'.
21072
21073 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21074
21075 * message.el (message-extra-wide-headers): New variable.
21076 (message-get-reply-headers): Use it.
21077
21078 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21079
21080 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21081 (gnus-agent-group-pathname): Ditto.
21082
21083 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21084
21085 * gnus-group.el (gnus-group-make-group): Decode group name.
21086 (gnus-group-make-rss-group): Register the group data after opening
21087 the nnrss group.
21088
21089 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21090
21091 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21092 by expiry now get marked as read.
21093
21094 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21095
21096 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21097
21098 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21099
21100 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21101 unify Latin characters in XEmacs.
21102 (mm-find-mime-charset-region): Use it.
21103
21104 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21105
21106 * gnus-util.el (gnus-delete-directory): New function.
21107
21108 * gnus-agent.el (gnus-agent-delete-group): Use it.
21109
21110 * gnus-cache.el (gnus-cache-delete-group): Use it.
21111
21112 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21113
21114 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21115 names.
21116
21117 2004-12-16 Simon Josefsson <jas@extundo.com>
21118
21119 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21120
21121 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21122
21123 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21124
21125 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21126 (gnus-group-set-current-level): Decode group name.
21127
21128 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21129
21130 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21131 failed.
21132
21133 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21134
21135 * gnus-group.el (gnus-group-delete-group): Decode group name.
21136 (gnus-group-make-rss-group): Encode group name.
21137 (gnus-group-catchup-current): Decode group name.
21138 (gnus-group-kill-group): Decode group name.
21139
21140 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21141
21142 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21143
21144 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21145
21146 * gnus-group.el (gnus-group-make-rss-group):
21147 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21148
21149 * gnus-start.el (gnus-setup-news): Honor user's setting to
21150 gnus-message-archive-method. Suggested by Lute Kamstra
21151 <lute@gnu.org>.
21152
21153 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21154
21155 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21156 global counterparts of the buffer-local variables.
21157
21158 2004-11-16 Romain Francoise <romain@orebokech.com>
21159
21160 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21161 counterparts of the buffer-local variables.
21162
21163 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21164
21165 * message.el (message-forbidden-properties): Fix typo in doc
21166 string.
21167
21168 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21169
21170 * gnus-util.el (gnus-replace-in-string): Add doc string.
21171
21172 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21173 to avoid problems when splitting mails with many recipients.
21174
21175 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21176
21177 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21178 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21179
21180 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21181
21182 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21183 if there is no hashtable in memory or file modification time is
21184 newer than cached timestamp.
21185
21186 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21187
21188 * gnus-sum.el (gnus-summary-limit-to-recipient):
21189 Implement not-matching option.
21190
21191 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21192
21193 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21194 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21195 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21196 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21197 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21198 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21199
21200 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21201
21202 * message.el (message-forward-make-body-mml): Remove headers
21203 according to message-forward-ignored-headers if a message is decoded.
21204
21205 2004-12-02 Romain Francoise <romain@orebokech.com>
21206
21207 * message.el (message-forward-make-body-plain): Always remove
21208 headers according to message-forward-ignored-headers.
21209
21210 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21211
21212 * spam.el (spam-summary-prepare-exit): Remove the
21213 gnus-summary-limit pop for now, it has problems with ham marks for
21214 me.
21215
21216 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21217
21218 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21219 correctly.
21220
21221 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21222
21223 * format-spec.el (format-spec): Message the char.
21224
21225 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21226
21227 * gnus-art.el (gnus-split-methods): Reformat comments.
21228
21229 * spam.el (spam-summary-prepare-exit): Remove article limits
21230 before exiting the summary buffer.
21231
21232 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21233
21234 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21235 order to silence the byte compiler.
21236
21237 * spam.el: Fix the way to silence the byte compiler, which
21238 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21239 bbdb-search-simple, spam-BBDB-register-routine,
21240 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21241 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21242 spam-stat-buffer-is-spam, spam-stat-load,
21243 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21244 spam-stat-save and spam-stat-split-fancy.
21245
21246 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21247
21248 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21249 which may confuse users.
21250 (canlock-password-for-verify): Ditto.
21251
21252 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21253
21254 * gnus-art.el (gnus-emphasis-alist): Ditto.
21255
21256 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21257
21258 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21259
21260 * gnus-start.el (gnus-save-killed-list): Ditto.
21261
21262 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21263 (gnus-sum-thread-tree-root): Ditto.
21264 (gnus-sum-thread-tree-false-root): Ditto.
21265 (gnus-sum-thread-tree-single-indent): Ditto.
21266
21267 * message.el (message-courtesy-message): Ditto.
21268 (message-archive-note): Ditto.
21269 (message-subscribed-address-file): Ditto.
21270 (message-user-fqdn): Ditto.
21271
21272 * spam-report.el (spam-report-gmane-regex): Ditto.
21273
21274 * spam.el (spam-blackhole-good-server-regex): Ditto.
21275
21276 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21277
21278 * mml.el (mml-preview): Widen the message buffer before copying
21279 the contents to the preview buffer; sort headers before previewing.
21280
21281 * message.el (message-hidden-headers): Fix the way to avoid a bug
21282 in the `repeat' widget in Emacs 21.3 or earlier.
21283
21284 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21285
21286 * message.el (message-hidden-headers): Default to "^References:".
21287 Improve customization type. Suggested by Reiner Steib
21288 <Reiner.Steib@gmx.de>.
21289
21290 2004-11-25 Romain Francoise <romain@orebokech.com>
21291
21292 * message.el (message-strip-forbidden-properties): Remove check for
21293 obsolete `message-hidden' text property, hidden headers are not
21294 accessible in the buffer anymore.
21295
21296 2004-11-22 Romain Francoise <romain@orebokech.com>
21297
21298 * message.el (message-header-format-alist): Add `From' in list
21299 so that it can be sorted.
21300 (message-fix-before-sending): Widen and sort headers before
21301 sending.
21302 (message-hide-headers): Use narrowing to hide headers by moving
21303 them to the top of the buffer and narrowing to the region
21304 underneath.
21305
21306 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21307
21308 * message.el (message-strip-forbidden-properties):
21309 Bind buffer-read-only (etc) to nil.
21310
21311 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21312
21313 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21314 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21315
21316 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21317
21318 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21319
21320 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21321
21322 * dns.el (query-dns): Use sit-for to time instead of
21323 accept-process-output, since that doesn't seem to work on udp
21324 sockets.
21325
21326 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21327
21328 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21329
21330 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21331
21332 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21333 doc string. Improve doc string.
21334
21335 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21336
21337 * nntp.el (nntp-request-update-info): Return nil if
21338 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21339 may not call gnus-activate-group which uselessly issues the GROUP
21340 commands for all nntp groups and wastes time. Reported by Romain
21341 Francoise <romain@orebokech.com>.
21342
21343 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21344
21345 2004-11-15 Simon Josefsson <jas@extundo.com>
21346
21347 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21348 headers separately.
21349 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21350 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21351
21352 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21353
21354 * gnus-start.el (gnus-convert-old-newsrc):
21355 Assign legacy-gnus-agent to 5.10.7.
21356
21357 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21358
21359 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21360 start of the lines.
21361
21362 2004-11-14 Magnus Henoch <mange@freemail.hu>
21363
21364 * hashcash.el (hashcash-default-payment): Change default to 20.
21365 (hashcash-default-accept-payment): Change default to 20.
21366 (hashcash-process-alist): New variable.
21367 (hashcash-generate-payment-async): Add.
21368 (hashcash-already-paid-p): Add.
21369 (hashcash-insert-payment): Don't generate payments twice.
21370 (hashcash-insert-payment-async): Add.
21371 (hashcash-insert-payment-async-2): Add.
21372 (hashcash-cancel-async): Add.
21373 (hashcash-wait-async): Add.
21374 (hashcash-processes-running-p): Add.
21375 (hashcash-wait-or-cancel): Add.
21376 (mail-add-payment): New optional argument. Conditionally start
21377 asynchronous calculation.
21378 (mail-add-payment-async): Add.
21379
21380 * message.el (message-send-mail): Wait for asynchronous hashcash
21381 results. Don't clobber existing X-Hashcash headers.
21382 (message-setup-1): Call mail-add-payment-async when
21383 message-generate-hashcash is non-nil.
21384
21385 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21386
21387 * message.el (message-use-alternative-email-as-from): Examine the
21388 From header as well; use message-make-from in order to include a
21389 user's full name.
21390
21391 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21392
21393 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21394 default; improve customization type.
21395 (gnus-emphasis-custom-with-format): New macro.
21396 (gnus-emphasis-custom-value-to-external): New function.
21397 (gnus-emphasis-custom-value-to-internal): New function.
21398
21399 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21400
21401 * dns.el (query-dns): Resolve reverse addresses.
21402
21403 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21404
21405 * gnus-group.el (gnus-group-get-new-news): Use it.
21406
21407 * gnus-start.el (gnus-check-reasonable-setup): New function.
21408
21409 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21410
21411 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21412 "Args out of range" error. Reported by Arnaud Giersch
21413 <arnaud.giersch@free.fr>.
21414
21415 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21416
21417 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21418
21419 2004-11-04 Richard M. Stallman <rms@gnu.org>
21420
21421 * spam.el (spam group): Add :version.
21422
21423 * pgg-def.el (pgg group): Add :version.
21424
21425 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21426
21427 * gnus-art.el (gnus-article-edit-article): Don't associate the
21428 article buffer with a draft file. This is a temporary measure
21429 against the 2004-08-22 change to gnus-article-edit-mode.
21430
21431 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21432
21433 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21434 (html2text-format-tags): Remove unused variable `attr'.
21435
21436 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21437
21438 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21439
21440 * spam-stat.el (spam-stat): Add :version.
21441
21442 * sieve.el (sieve): Add :version.
21443
21444 * sha1.el (sha1): Add :version.
21445 (sha1-use-external): Remove redundant version.
21446
21447 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21448 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21449 (nnmail-split-fancy-match-partial-words)
21450 (nnmail-split-lowercase-expanded): Add :version.
21451
21452 * nndiary.el (nndiary): Add :version.
21453
21454 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21455
21456 * mml-sec.el (mml-default-sign-method)
21457 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21458 Add :version.
21459
21460 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21461
21462 * mm-url.el (mm-url-use-external, mm-url-program)
21463 (mm-url-arguments): Add :version.
21464
21465 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21466 (mm-attachment-file-modes, mm-decrypt-option)
21467 (mm-w3m-safe-url-regexp): Add :version.
21468
21469 * message.el (message-cite-prefix-regexp)
21470 (message-sendmail-envelope-from, message-minibuffer-local-map)
21471 (message-user-fqdn, message-completion-alist): Add :version.
21472
21473 * gnus-win.el (gnus-configure-windows-hook)
21474 (gnus-use-frames-on-any-display): Add :version.
21475
21476 * gnus-art.el (gnus-article-address-banner-alist)
21477 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21478 (gnus-treat-from-picon, gnus-treat-mail-picon)
21479 (gnus-treat-x-pgp-sig): Add :version.
21480
21481 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21482 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21483 (gnus-summary-article-delete-hook)
21484 (gnus-summary-display-while-building): Add :version.
21485
21486 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21487 (gnus-get-top-new-news-hook): Add :version.
21488
21489 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21490 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21491
21492 * gnus-registry.el (gnus-registry): Add :version.
21493
21494 * gnus-spec.el (gnus-use-correct-string-widths)
21495 (gnus-make-format-preserve-properties): Add :version.
21496
21497 * gnus.el (gnus-group-charter-alist)
21498 (gnus-group-fetch-control-use-browse-url)
21499 (gnus-install-group-spam-parameters): Add :version.
21500
21501 * gnus-diary.el (gnus-diary): Add :version.
21502
21503 * gnus-delay.el (gnus-delay): Add :version.
21504
21505 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21506 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21507 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21508 Add :version.
21509
21510 * gnus-agent.el (gnus-agent-max-fetch-size)
21511 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21512 (gnus-agent-prompt-send-queue): Add :version.
21513
21514 * deuglify.el (gnus-outlook-deuglify): Add :version.
21515
21516 * html2text.el: Beautify code. Improve doc strings.
21517 Some checkdoc cleanup.
21518 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21519
21520 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21521
21522 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21523
21524 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21525
21526 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21527 when package is loaded.
21528
21529 * spam.el (spam-summary-score-preferred-header): Add global preference
21530 for people who want to override the default SpamAssassin over
21531 Bogofilter preference (when both are set).
21532 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21533 (spam-user-format-function-S):
21534 Check spam-summary-score-preferred-header.
21535 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21536 (spam-user-format-function-S): Format the score correctly.
21537
21538 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21539
21540 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21541 signature file. Suggested by Manoj Srivastava
21542 <srivasta@golden-gryphon.com>.
21543
21544 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21545 iso-2022-jp even in the Japanese language environment.
21546 Suggested by Jason Rumney <jasonr@gnu.org>.
21547
21548 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21549
21550 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21551 use the same characters as the dummy marks; make it free from
21552 getting affected by the language environment.
21553 (gnus-summary-read-group-1): Update mark positions only when the
21554 format spec is updated.
21555
21556 * gnus-spec.el (gnus-update-format-specifications): Return a list
21557 of updated types.
21558
21559 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21560
21561 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21562 of boundp to check if display-warning is available.
21563
21564 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21565
21566 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21567
21568 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21569
21570 * nnspool.el (nnspool-spool-directory): Use news-path if the
21571 news-directory variable is not bound.
21572
21573 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21574 function instead of display-warning if it is not available.
21575
21576 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21577
21578 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21579 v5-10: Use `point-at-bol'.
21580
21581 2004-10-26 Simon Josefsson <jas@extundo.com>
21582
21583 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21584 <chenggao@gmail.com>.
21585
21586 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21587
21588 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21589 instead.
21590
21591 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21592
21593 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21594 to remove a server from the nnimap-server-buffer-alist.
21595 (nnimap-open-connection, nnimap-close-server): Use it.
21596
21597 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21598
21599 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21600
21601 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21602 running the major-mode function.
21603
21604 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21605
21606 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21607 dummy marks in the right way.
21608
21609 2004-10-18 David Edmondson <dme@dme.org>
21610
21611 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21612 excessively.
21613
21614 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21615
21616 * gnus-util.el (gnus-split-references): Accept a nil references
21617 string and go on blissfully.
21618
21619 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21620 cases where the references string is non-nil but has no references.
21621
21622 * encrypt.el: Add autoload tags.
21623
21624 * spam.el (spam-resolve-registrations-routine): Remove article
21625 from unregistration list too. Reported by David Hanak
21626 <dhanak@isis.vanderbilt.edu>
21627
21628 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21629
21630 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21631 nil. Change custom type.
21632
21633 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21634
21635 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21636
21637 * gnus-sum.el (gnus-summary-move-article): Use it.
21638
21639 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21640
21641 * encrypt.el: Add autoload cookies.
21642
21643 * spam.el (spam-backend-article-list-property)
21644 (spam-backend-get-article-todo-list)
21645 (spam-backend-put-article-todo-list)
21646 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21647 Resolve registrations separately.
21648 (spam-register-routine): Format comments.
21649 (spam-unregister-routine, spam-register-routine): Always call with
21650 specific-articles, no default list.
21651 (spam-summary-prepare-exit): Use the spam-classifications function.
21652
21653 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21654 gnus-encrypt.el.
21655
21656 * encrypt.el: Copied from gnus-encrypt.el.
21657
21658 * gnus-encrypt.el: Commented that it's obsolete.
21659
21660 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21661
21662 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21663 (gnus-score-save): Use it.
21664
21665 * message.el (message-bury): Use `window-dedicated-p'.
21666
21667 2004-10-15 Simon Josefsson <jas@extundo.com>
21668
21669 * pop3.el (top-level): Don't require nnheader.
21670 (pop3-read-timeout): Add.
21671 (pop3-accept-process-output): Add.
21672 (pop3-read-response, pop3-retr): Use it.
21673
21674 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
21675
21676 * spam.el (spam-register-routine): Move comment.
21677 (spam-verify-bogofilter): Use 'unknown for the initial
21678 spam-bogofilter-valid state, not 'never.
21679
21680 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21681 for netrc-machine.
21682
21683 * nnimap.el (nnimap-open-connection):
21684 Use netrc-machine-user-or-password.
21685
21686 2004-10-17 Richard M. Stallman <rms@gnu.org>
21687
21688 * gnus-registry.el (gnus-registry-unload-hook):
21689 Set as a variable with add-hook.
21690
21691 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21692 of news-path.
21693
21694 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21695
21696 * spam.el: Delete duplicate `provide'.
21697 (spam-unload-hook): Set as a variable with add-hook.
21698
21699 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21700
21701 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21702 in the doc string.
21703
21704 * message.el (message-ignored-news-headers)
21705 (message-ignored-supersedes-headers)
21706 (message-ignored-resent-headers)
21707 (message-forward-ignored-headers): Improve custom type.
21708
21709 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21710
21711 * message.el (message-tokenize-header): Fix 2004-09-06 change
21712 which used point-min in the wrong place.
21713
21714 2004-10-12 Simon Josefsson <jas@extundo.com>
21715
21716 * tls.el (tls-certtool-program): New variable.
21717 (tls-certificate-information): New function, based on
21718 ssl-certificate-information.
21719
21720 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21721
21722 * compface.el: Move the version of ELisp-based uncompface program
21723 to the contrib directory because of the copyright problem.
21724
21725 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21726
21727 * message.el (message-kill-buffer): Raise the current frame.
21728
21729 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21730
21731 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21732
21733 * gnus.el (message-y-or-n-p): Autoload.
21734
21735 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21736 (pop3-password-required, pop3-authentication-scheme)
21737 (pop3-leave-mail-on-server): Make customizable.
21738 (pop3): New custom group.
21739 (pop3-retr): Remove `sleep-for' statements.
21740 Suggested by Dave Love <fx@gnu.org>.
21741
21742 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21743 Windows/DOS.
21744
21745 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21746 (imap-parse-body): Fix incorrect use of `assert'.
21747 Suggested by Dave Love <fx@gnu.org>.
21748
21749 * mml.el (mml-minibuffer-read-disposition): Require match.
21750 Suggested by Dave Love <fx@gnu.org>.
21751
21752 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
21753
21754 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
21755 doc string.
21756
21757 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
21758
21759 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21760
21761 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21762
21763 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21764 instead of calling `mm-insert-inline', to decode text/* parts
21765 before displaying them.
21766
21767 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
21768
21769 * mm-uu.el (mm-uu-text-plain-type): New variable.
21770 (mm-uu-pgp-signed-extract-1): Use it.
21771 (mm-uu-pgp-encrypted-extract-1): Use it.
21772 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21773 bind mm-uu-text-plain-type with that value.
21774 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21775 mm-uu-dissect.
21776
21777 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21778
21779 * gnus-group.el (gnus-update-group-mark-positions):
21780 * gnus-sum.el (gnus-update-summary-mark-positions):
21781 * message.el (message-check-news-body-syntax):
21782 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21783 of string-as-multibyte.
21784
21785 2004-10-05 Juri Linkov <juri@jurta.org>
21786
21787 * gnus-group.el (gnus-update-group-mark-positions):
21788 * gnus-sum.el (gnus-update-summary-mark-positions):
21789 * message.el (message-check-news-body-syntax):
21790 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21791 8-bit unibyte values to a multibyte string for search functions.
21792
21793 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21794
21795 * mm-uu.el (mm-uu-dissect): Allow optional arg.
21796 (mm-uu-dissect-text-parts): New function.
21797
21798 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21799 dissect text parts.
21800
21801 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21802 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21803
21804 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21805
21806 * gnus-topic.el (gnus-topic-hierarchical-parameters):
21807 Use gnus-current-topics instead of gnus-current-topic.
21808
21809 2004-10-06 Jesper Harder <harder@ifa.au.dk>
21810
21811 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21812
21813 2004-10-05 Jesper Harder <harder@ifa.au.dk>
21814
21815 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21816 where appropriate.
21817
21818 * nnml.el (nnml-generate-active-info): do.
21819
21820 * nndiary.el (nndiary-generate-active-info): do.
21821
21822 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21823 (gnus-topic-move): do.
21824
21825 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21826 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21827
21828 * gnus-srvr.el (gnus-server-prepare)
21829 (gnus-server-open-all-servers): do.
21830
21831 * gnus-msg.el (gnus-summary-cancel-article)
21832 (gnus-summary-resend-message)
21833 (gnus-summary-mail-crosspost-complaint): do.
21834
21835 * gnus-move.el (gnus-change-server): do.
21836
21837 * gnus-group.el (gnus-group-unmark-all-groups)
21838 (gnus-group-set-current-level): do.
21839
21840 2004-10-04 Simon Josefsson <jas@extundo.com>
21841
21842 * message.el (message-generate-hashcash): Doc fix.
21843
21844 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
21845
21846 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21847 avoid infinite recursion via gnus-get-function.
21848
21849 2004-10-02 Jesper Harder <harder@ifa.au.dk>
21850
21851 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21852
21853 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21854
21855 * nnmail.el (nnmail-split-history): do.
21856
21857 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21858 (nnml-request-delete-group): do.
21859
21860 * nnslashdot.el (nnslashdot-read-groups): do.
21861
21862 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21863 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21864
21865 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21866 (nnspool-sift-nov-with-sed): Use last.
21867 (nnspool-retrieve-headers-with-nov): Use mapc.
21868 (nnspool-request-newgroups): Use dolist.
21869 (nnspool-request-group): Use last.
21870
21871 * nntp.el (nntp-read-server-type): Use dolist.
21872
21873 * nnvirtual.el (nnvirtual-create-mapping)
21874 (nnvirtual-update-read-and-marked): Use dolist.
21875 (nnvirtual-convert-headers): Simplify.
21876
21877 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21878
21879 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21880 Add support for sync'ing tick marks.
21881
21882 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
21883
21884 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21885 there's no visible header.
21886
21887 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21888
21889 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21890 When necessary, pass full group name to gnus-request-set-marks.
21891
21892 2004-10-01 Simon Josefsson <jas@extundo.com>
21893
21894 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
21895 acroread.
21896
21897 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21898
21899 * spam-report.el (spam-report-gmane): Fix interactive.
21900
21901 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21902
21903 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21904 when writing file.
21905 (gnus-agent-synchronize-flags): Don't default to being
21906 interactive.
21907
21908 2004-09-30 Simon Josefsson <jas@extundo.com>
21909
21910 * message.el (message-generate-hashcash): Add.
21911 (message-send-mail): Use it, call mail-add-payment.
21912
21913 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
21914
21915 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21916
21917 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
21918
21919 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21920 gnus-request-update-info with explicit code to sync the in-memory
21921 info read flags with the marks being sync'd to the backend.
21922
21923 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21924
21925 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21926
21927 * spam.el (spam-verify-bogofilter): Add new function.
21928 (spam-check-bogofilter)
21929 (spam-bogofilter-register-with-bogofilter): Use it.
21930 (spam-verify-bogofilter): Add small fixes.
21931
21932 2004-09-28 Simon Josefsson <jas@extundo.com>
21933
21934 * hashcash.el (hashcash-generate-payment): Revert.
21935
21936 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21937
21938 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21939 Use gnus-extract-references instead of gnus-split-references.
21940
21941 * gnus-util.el (gnus-extract-references): Add new function, analogous
21942 to gnus-split-references but extracts only the message-ID without
21943 anything extra.
21944
21945 * hashcash.el (hashcash-generate-payment)
21946 (hashcash-check-payment): Do the right thing if hashcash-path is
21947 nil (because the hashcash program could not be found).
21948
21949 * spam.el (spam-use-hashcash): Remove comment.
21950
21951 2004-09-27 Jesper Harder <harder@ifa.au.dk>
21952
21953 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21954 (gnus-cache-enter-article, gnus-cache-remove-article)
21955 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21956
21957 * gnus-async.el (gnus-async-prefetch-remove-group): do.
21958
21959 * gnus-art.el (article-hide-boring-headers)
21960 (article-translate-strings, article-display-face)
21961 (gnus-article-mime-match-handle-first)
21962 (gnus-article-highlight-headers)
21963 (gnus-article-add-buttons-to-head): do.
21964
21965 2004-09-27 Simon Josefsson <jas@extundo.com>
21966
21967 * hashcash.el: New version, from
21968 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
21969 ../contrib/.
21970
21971 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
21972
21973 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21974
21975 2004-09-26 Jesper Harder <harder@ifa.au.dk>
21976
21977 * gnus-dup.el (gnus-dup-open): Use mapc.
21978 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21979
21980 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21981 Reported by Stefan Wiens <s.wi@gmx.net>.
21982
21983 * gnus.el (gnus-shutdown): Use dolist.
21984
21985 * gnus-undo.el (gnus-undo): Use mapc.
21986
21987 * nnrss.el (nnrss-generate-active): do.
21988
21989 * message.el (message-cite-original-without-signature)
21990 (message-cite-original): Use mapc.
21991 (message-do-actions, message-make-forward-subject): Use dolist.
21992
21993 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21994
21995 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21996 deletion to remove entire duplicate line. Fixes merged article
21997 number bug.
21998
21999 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22000
22001 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22002 servers that are offline. Avoids having gnus-agent-toggle-plugged
22003 first ask if you want to open a server and then, even when you
22004 responded with no, asking if you want to synchronize the server's
22005 flags.
22006 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22007 multi-line expressions.
22008 (gnus-agent-synchronize-group-flags): New internal function.
22009 Updates marks in memory (in the info structure) AND in the
22010 backend.
22011
22012 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22013
22014 * nnagent.el (nnagent-request-set-mark):
22015 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22016 method, to ensure that synchronization updates marks in the
22017 backend and in the info (in memory) structure.
22018
22019 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22020
22021 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22022 convention fully; don't miss the root article of a thread; make
22023 the X-Draft-From header with correct article numbers.
22024
22025 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22026
22027 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22028 unless plugged. Disable the agent so that an open failure causes
22029 an error.
22030
22031 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22032 Revert 2004-09-21 change. The backend must be opened while
22033 synchronizing flags even when the backend stores the flags
22034 locally.
22035
22036 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22037
22038 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22039 in `header' match. Reported by Svend Tollak Munkejord.
22040
22041 * message.el (message-cite-original): Fix use of
22042 `message-cite-articles-with-x-no-archive'.
22043
22044 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22045
22046 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22047 (gnus-window-to-buffer): Ditto.
22048
22049 * mml.el (mml-preview-buffer): New variable.
22050 (mml-preview): Manage window layout with gnus-buffer-configuration.
22051
22052 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22053 X-Draft-From header even if those articles aren't quoted.
22054
22055 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22056
22057 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22058 (gnus-request-set-mark, gnus-request-update-mark): Use new
22059 g-s-t-u-l-m to decide to use backend even when unplugged.
22060
22061 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22062
22063 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22064 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22065
22066 2004-09-20 Simon Josefsson <jas@extundo.com>
22067
22068 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22069 "utf-16-le".
22070
22071 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22072
22073 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22074
22075 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22076
22077 * uudecode.el (uudecode-use-external): Add :version.
22078
22079 * smime.el (smime-CA-file, smime-encrypt-cipher)
22080 (smime-dns-server): Add :version.
22081
22082 * smiley.el (gnus-smiley-file-types): Add :version.
22083
22084 * sha1.el (sha1-use-external): Add :version.
22085
22086 * pgg-def.el (pgg-query-keyserver): Add :version.
22087
22088 * nnmail.el (nnmail-fancy-expiry-targets)
22089 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22090 Add :version.
22091
22092 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22093 (nnimap-retrieve-groups-asynchronous): Add :version.
22094 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22095
22096 * mml.el (mml-content-disposition-parameters)
22097 (mml-insert-mime-headers-always): Add :version.
22098
22099 * mm-util.el (mm-coding-system-priorities): Add :version.
22100
22101 * mm-decode.el (mm-inline-text-html-with-images)
22102 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22103 (mm-verify-option): Add :version.
22104 (mm-text-html-renderer): Change :version.
22105
22106 * message.el (message-fcc-externalize-attachments)
22107 (message-required-headers, message-draft-headers)
22108 (message-subject-trailing-was-query)
22109 (message-subject-trailing-was-ask-regexp)
22110 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22111 (message-mark-insert-end, message-archive-header)
22112 (message-archive-note, message-cross-post-default)
22113 (message-cross-post-note, message-followup-to-note)
22114 (message-cross-post-note-function, message-use-mail-followup-to)
22115 (message-subscribed-address-functions)
22116 (message-subscribed-address-file, message-subscribed-addresses)
22117 (message-subscribed-regexps, message-allow-no-recipients)
22118 (message-yank-cited-prefix, message-signature-insert-empty-line)
22119 (message-hidden-headers, message-hierarchical-addresses)
22120 (message-mail-user-agent, message-use-idna)
22121 (message-valid-fqdn-regexp)
22122 (message-strip-special-text-properties, message-header-synonyms)
22123 (message-beginning-of-line, message-tab-body-function): Add :version.
22124 (message-insert-canlock, message-wide-reply-confirm-recipients):
22125 Change :version.
22126
22127 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22128 and :version.
22129 (mail-source-delete-old-incoming-confirm)
22130 (mail-source-movemail-program): Add :version.
22131
22132 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22133 (gnus-agent-cache, gnus-agent): Change :version.
22134
22135 * gnus-util.el (gnus-use-byte-compile): Change :version.
22136
22137 * gnus-sum.el (gnus-summary-make-false-root-always)
22138 (gnus-summary-default-high-score)
22139 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22140 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22141 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22142 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22143 (gnus-sum-thread-tree-single-indent)
22144 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22145 (gnus-sum-thread-tree-leaf-with-other)
22146 (gnus-sum-thread-tree-single-leaf): Add :version.
22147 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22148 (gnus-article-loose-mime): Change :version.
22149
22150 * gnus-start.el (gnus-backup-startup-file)
22151 (gnus-save-startup-file-via-temp-buffer): Add :version.
22152
22153 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22154 (gnus-server-offline-face): Add :version.
22155
22156 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22157
22158 * gnus-msg.el (gnus-gcc-externalize-attachments)
22159 (gnus-debug-files, gnus-debug-exclude-variables)
22160 (gnus-discouraged-post-methods): Change :version.
22161 (gnus-confirm-mail-reply-to-news)
22162 (gnus-confirm-treat-mail-like-news): Add :version.
22163
22164 * gnus-int.el (gnus-server-unopen-status): Add :version.
22165
22166 * gnus-group.el (gnus-group-jump-to-group-prompt)
22167 (gnus-large-ephemeral-newsgroup)
22168 (gnus-fetch-old-ephemeral-headers): Add :version.
22169
22170 * gnus-fun.el (gnus-x-face-directory)
22171 (gnus-convert-pbm-to-x-face-command)
22172 (gnus-convert-image-to-x-face-command)
22173 (gnus-convert-image-to-face-command): Add :version.
22174
22175 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22176
22177 * gnus-cite.el (gnus-cite-blank-line-after-header)
22178 (gnus-article-boring-faces): Add :version.
22179
22180 * gnus-art.el (gnus-buttonized-mime-types)
22181 (gnus-inhibit-mime-unbuttonizing)
22182 (gnus-treat-display-face)
22183 (gnus-treat-body-boundary): Change :version.
22184 (gnus-body-boundary-delimiter, gnus-picon-databases)
22185 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22186 (gnus-treat-date-english, gnus-treat-fold-headers)
22187 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22188 (gnus-treat-mail-picon, gnus-treat-wash-html)
22189 (gnus-article-encrypt-protocol)
22190 (gnus-use-idna, gnus-article-over-scroll)
22191 (gnus-mime-display-multipart-alternative-as-mixed)
22192 (gnus-mime-display-multipart-related-as-mixed)
22193 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22194 (gnus-ctan-url, gnus-button-ctan-handler)
22195 (gnus-button-handle-ctan-bogus-regexp)
22196 (gnus-button-ctan-directory-regexp)
22197 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22198 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22199 (gnus-button-man-level, gnus-button-emacs-level)
22200 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22201
22202 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22203 (gnus-agent-go-online): Change :version.
22204 (gnus-agent-expire-unagentized-dirs)
22205 (gnus-agent-auto-agentize-methods): Add :version.
22206
22207 * flow-fill.el (fill-flowed-display-column)
22208 (fill-flowed-encode-column): Add :version.
22209
22210 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22211 (gnus-outlook-deuglify-unwrap-max)
22212 (gnus-outlook-deuglify-cite-marks)
22213 (gnus-outlook-deuglify-unwrap-stop-chars)
22214 (gnus-outlook-deuglify-no-wrap-chars)
22215 (gnus-outlook-deuglify-attrib-cut-regexp)
22216 (gnus-outlook-deuglify-attrib-verb-regexp)
22217 (gnus-outlook-deuglify-attrib-end-regexp)
22218 (gnus-outlook-display-hook): Add :version.
22219
22220 * binhex.el (binhex-use-external): Add :version.
22221
22222 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22223
22224 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22225 and `invisible'.
22226
22227 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22228
22229 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22230 in gnus-registry-trim.
22231
22232 2004-09-13 Simon Josefsson <jas@extundo.com>
22233
22234 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22235
22236 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22237
22238 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22239 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22240 <yamaoka@jpl.org>.
22241 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22242 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22243 <yamaoka@jpl.org>.
22244
22245 * sieve.el (sieve-manage-mode): Ditto.
22246
22247 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22248
22249 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22250
22251 2004-09-11 Simon Josefsson <jas@extundo.com>
22252
22253 * dns-mode.el: Add.
22254
22255 * mm-view.el (mm-display-dns-inline): Add.
22256
22257 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22258 (mm-automatic-display): Ditto.
22259
22260 * mailcap.el (mailcap-mime-data): Add text/dns.
22261 (mailcap-mime-extensions): Map .soa to text/dns.
22262
22263 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22264
22265 * gnus-art.el (article-decode-mime-words, article-babel)
22266 (gnus-article-highlight-signature, gnus-article-add-buttons)
22267 (gnus-signature-toggle): Remove unnecessary bindings of
22268 `inhibit-read-only' inherited from v5.10 merge.
22269
22270 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22271
22272 * nntp.el (nntp): New customization group.
22273 (nntp-authinfo-file): Add customization group.
22274
22275 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22276
22277 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22278
22279 * gnus.el (to-address, to-list, subscribed)
22280 (large-newsgroup-initial): Ditto.
22281
22282 * flow-fill.el (fill-flowed-display-column)
22283 (fill-flowed-encode-column): Ditto.
22284
22285 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22286
22287 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22288 Use point-min rather than 1.
22289 (message-send-mail): Use buffer-size rather than point-max.
22290
22291 * gnus-sum.el (gnus-summary-search-article-forward):
22292 Signal a specific `search-failed' rather than a generic `error'.
22293
22294 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22295 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22296 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22297
22298 2004-09-10 Simon Josefsson <jas@extundo.com>
22299
22300 * nndb.el (require): Remove tcp and duplicate cl.
22301
22302 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22303
22304 * gnus-agent.el (directory-files-and-attributes): Move forward.
22305
22306 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22307
22308 * gnus-agent.el (directory-files-and-attributes):
22309 Optionally defined to support XEmacs.
22310
22311 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22312
22313 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22314 to avoid run-time CL dependencies.
22315 (gnus-agent-unfetch-articles): New function.
22316 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22317 article numbers even when local .overview file is missing.
22318 (gnus-agent-read-article-number): New function. Only accepts
22319 27-bit article numbers.
22320 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22321 Use gnus-agent-read-article-number.
22322 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22323 from backend while recognizing that article numbers in .overview
22324 must be valid.
22325 (gnus-agent-update-files-total-fetched-for):
22326 Use directory-files-and-attributes to improve performance.
22327 * gnus-int.el (gnus-request-move-article):
22328 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22329 improve performance.
22330
22331 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22332 some users confused by references to .newsrc when they only have a
22333 .newsrc.eld file.
22334 (gnus-convert-mark-converter-prompt)
22335 (gnus-convert-converter-needs-prompt): Fix use of property list.
22336 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22337 New function. Used internally to only display 'gnus converting
22338 files' message when actually necessary.
22339
22340 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22341 methods now autoloaded.
22342
22343 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22344
22345 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22346 identifiers.
22347
22348 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22349
22350 * gnus-picon.el: Fix indentation and closing parenthesis.
22351
22352 2004-09-01 Simon Josefsson <jas@extundo.com>
22353
22354 * message.el (message-canlock-generate): Require sha1, not
22355 sha1-el. (Can we get rid of this require altogether? It is ugly
22356 to require within a function. Sadly, if sha1.el isn't loaded, the
22357 let binding in m-c-g will hide the defcustom definition, which is
22358 bad.)
22359
22360 * canlock.el: Require sha1, not sha1-el.
22361
22362 * message.el: Don't autoload sha1 (there is a autoload cookie in
22363 sha1.el).
22364
22365 * sha1-el.el: Rename to sha1.el.
22366
22367 2004-08-30 Juanma Barranquero <lektu@terra.es>
22368
22369 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22370
22371 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22372
22373 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22374
22375 2004-08-30 Kim F. Storm <storm@cua.dk>
22376
22377 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22378
22379 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22380 Add :group 'nnimap.
22381
22382 2004-08-30 Andreas Schwab <schwab@suse.de>
22383
22384 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22385 ?* and ?\;.
22386
22387 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22388 and ?\' to symbol instead of whitespace.
22389
22390 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22391
22392 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22393
22394 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22395 instead of re-search-forward.
22396
22397 * gnus-uu.el (gnus-uu-save-article): Ditto.
22398 (gnus-uu-post-encode-uuencode): Ditto.
22399
22400 * html2text.el (html2text-clean-list-items): Ditto.
22401 (html2text-clean-dtdd): Ditto.
22402 (html2text-format-tags): Ditto.
22403
22404 * message.el (message-send-mail-with-sendmail): Fix regexp.
22405 (message-fill-field-general): Use search-forward instead of
22406 re-search-forward.
22407 (unbold-region): Ditto.
22408
22409 * nnrss.el (nnrss-request-article): Ditto.
22410
22411 * nnslashdot.el (nnslashdot-request-article): Ditto.
22412
22413 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22414
22415 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22416 "Unrecognized menu descriptor" error in XEmacs.
22417
22418 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22419
22420 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22421 parent article of a sparse article in the thread hashtb.
22422
22423 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22424
22425 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22426 (nnmail-expand-newtext): Lowercase expanded entries if
22427 nnmail-split-lowercase-expanded is non-nil.
22428
22429 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22430
22431 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22432
22433 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22434 of gnus-tmp-news-method into string under XEmacs. It will be
22435 passed to gnus-correct-length which takes only a string argument.
22436
22437 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22438
22439 * gnus-util.el (gnus-bind-print-variables): New macro.
22440 (gnus-prin1): Use it.
22441 (gnus-prin1-to-string): Use it.
22442 (gnus-pp): New function.
22443 (gnus-pp-to-string): New function.
22444
22445 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22446 Replace pp-to-string with gnus-pp-to-string.
22447 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22448 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22449 * gnus-msg.el (gnus-debug): Ditto.
22450 * gnus-score.el (gnus-score-save): Ditto.
22451 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22452 gnus-pp-to-string.
22453 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22454 with gnus-pp.
22455 * score-mode.el (gnus-score-pretty-print): Ditto.
22456 * webmail.el (webmail-debug): Ditto.
22457
22458 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22459
22460 * gnus-art.el (article-display-face, article-display-x-face):
22461 Use buffer-read-only.
22462
22463 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22464
22465 * gnus-art.el (article-hide-list-identifiers):
22466 Bind inhibit-read-only as t.
22467
22468 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22469
22470 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22471
22472 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22473
22474 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22475 (gnus-narrow-to-page): Don't assume point-min == 1.
22476 (gnus-article-edit-mode): Derive from message-mode.
22477
22478 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22479 point-min == 1.
22480
22481 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22482 Disable incorrect use of `assert'.
22483
22484 * message.el (message-mode): Set comment-start-skip.
22485
22486 2004-08-22 Sam Steingold <sds@gnu.org>
22487
22488 * pop3.el (pop3-leave-mail-on-server): New user variable.
22489 (pop3-movemail): Delete mail only when it is nil.
22490
22491 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22492
22493 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22494
22495 * mml.el (mml-preview): Use `pop-to-buffer'.
22496
22497 * message.el (message-goto-mail-followup-to): Insert after "To".
22498 (message-carefully-insert-headers): Add comment.
22499
22500 * gnus.el: Remove unused variable `gnus-article-check-size'.
22501
22502 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22503
22504 * gnus-art.el (gnus-button-alist):
22505 Improve `gnus-button-handle-library' entry.
22506
22507 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22508
22509 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22510 Use downcase, since XEmacs capitalizes error messages differently.
22511
22512 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22513
22514 * nntp.el: Add (require 'gnus) due to reference to
22515 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22516
22517 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22518
22519 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22520 Bind `mm-fill-flowed'.
22521
22522 * mm-decode.el (mm-dissect-singlepart): Check it.
22523
22524 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22525
22526 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22527 'imap' for netrc parsing.
22528
22529 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22530
22531 * mailcap.el (mailcap-mime-data): Mark as risky.
22532
22533 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22534
22535 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22536 may be included in the encoded word.
22537 (rfc2047-encode): Don't append a space if the encoded word
22538 includes close parenthesis.
22539
22540 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22541
22542 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22543 of text within parentheses.
22544
22545 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22546
22547 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22548 (gnus-encrypt-write-file-contents): Make the password key the file
22549 name PLUS the cipher, not just the cipher. Also remove failed
22550 passwords from the cache.
22551
22552 2004-08-06 Simon Josefsson <jas@extundo.com>
22553
22554 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22555 Doc fix.
22556
22557 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22558
22559 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22560 LWSP.
22561
22562 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22563
22564 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22565 Try to append in-reply-to: data to the references: header.
22566
22567 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22568 (netrc-parse): Use gnus-encrypt.el functions.
22569
22570 * gnus-encrypt.el: Add new file for encryption support; currently
22571 does only a few GPG ciphers and an internal XOR cipher.
22572
22573 * password.el: Add comments on using password-read-and-add.
22574 (password-read-and-add): Add function to read and add the
22575 password to the cache at once.
22576
22577 2004-07-28 Simon Josefsson <jas@extundo.com>
22578
22579 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22580 parameter (but don't use it, for now).
22581
22582 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22583 instead of hard coding to nil.
22584
22585 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22586
22587 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22588 as mm-inline-image-xemacs does.
22589
22590 2004-07-26 Simon Josefsson <jas@extundo.com>
22591
22592 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22593 Revert part of 2004-07-17 change below.
22594
22595 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22596
22597 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22598 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22599
22600 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22601
22602 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22603 quotes that actually start with ">" at the beginning of the
22604 lines.
22605
22606 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22607
22608 * rfc2047.el (rfc2047-encode-region): Fix last change.
22609 (rfc2047-encode-parameter): Remove useless concat.
22610
22611 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22612
22613 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22614 encode special characters; fix some kind of misconfigured headers;
22615 signal a real error if debug-on-quit or debug-on-error is non-nil.
22616 (rfc2047-encode-max-chars): New variable.
22617 (rfc2047-encode-1): Use it.
22618 (rfc2047-encode-parameter): New function.
22619
22620 * mml.el (mml-insert-parameter): Remove an excessive space.
22621
22622 2004-07-17 Simon Josefsson <jas@extundo.com>
22623
22624 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22625 Kai Grossjohann <kai@emptydomain.de>.
22626 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22627 (gnus-group-make-menu-bar): Ditto.
22628
22629 * gnus-util.el (gnus-group-server): Add.
22630
22631 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22632
22633 * message.el (message-clone-locals): Clone sendmail and smtp
22634 variables.
22635
22636 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22637
22638 * rfc2047.el (rfc2047-encode-region): Fix last change.
22639
22640 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22641
22642 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22643 characters as non-special.
22644
22645 2004-07-09 Simon Josefsson <jas@extundo.com>
22646
22647 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22648 Users will lose all flag changes made while unplugged with
22649 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22650 good default. See numerous reports on ding mailing list.
22651
22652 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22653
22654 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22655 add generate-head-function and generate-article-function to the
22656 rfc822-forward entry.
22657 (nndoc-rfc822-forward-generate-article): New function.
22658 (nndoc-rfc822-forward-generate-head): New function.
22659
22660 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22661
22662 2004-07-06 Dan Christensen <jdc@uwo.ca>
22663
22664 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22665 respect display group parameter and gnus-summary-expunge-below.
22666 (gnus-articles-to-read): Remove unused reference to display group
22667 parameter.
22668
22669 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22670
22671 * nnheader.el (nnheader-uniquify-message-id): New experimental
22672 variable.
22673 (nnheader-nov-read-message-id): Use it.
22674
22675 * spam-report.el (spam-report-gmane): Add interactive.
22676
22677 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
22678
22679 * mm-encode.el (mm-content-transfer-encoding-defaults):
22680 Use qp-or-base64 for the application/* types.
22681
22682 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
22683
22684 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22685
22686 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
22687
22688 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22689 trim value.
22690
22691 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22692
22693 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22694 New macro and function.
22695 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22696
22697 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22698
22699 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22700 after-load-alist.
22701
22702 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22703
22704 * gnus-group.el (gnus-group-get-new-news-this-group):
22705 Don't update info that isn't there.
22706
22707 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22708
22709 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22710 entry.
22711
22712 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22713
22714 * mm-view.el (mm-inline-render-with-function): Use multibyte
22715 buffer; decode html source by charset.
22716
22717 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22718
22719 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22720 Mule-UCS is loaded under XEmacs.
22721 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22722
22723 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22724
22725 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22726
22727 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22728
22729 * mm-util.el (mm-coding-system-p): Return a coding-system.
22730 (mm-mime-mule-charset-alist): Use shift_jis instead of
22731 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22732 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22733 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22734 instead of japanese-shift-jis and iso-latin-1 respectively in
22735 order to share the default value with both Emacs and XEmacs-mule.
22736 (mm-mule-charset-to-mime-charset):
22737 Make mm-coding-system-priorities effective.
22738 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22739 while predicating of candidates upon the priorities.
22740
22741 2004-06-27 Jesper Harder <harder@ifa.au.dk>
22742
22743 * gnus-sum.el (gnus-summary-make-menu-bar):
22744 Add gnus-uu-invert-processable.
22745
22746 * gnus.el: Autoload gnus-uu-invert-processable.
22747
22748 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
22749
22750 * mm-util.el (mm-with-multibyte-buffer): New macro.
22751
22752 * rfc2047.el (rfc2047-encode-string): Use it.
22753 (rfc2047-encode-region): Move point to the end of the region after
22754 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22755
22756 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22757
22758 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22759 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22760
22761 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22762
22763 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22764 (gnus-cite-parse): Ignore quoted envelope From_.
22765 Suggested by Karl Chen <quarl@nospam.quarl.org>.
22766
22767 2004-06-23 Jesper Harder <harder@ifa.au.dk>
22768
22769 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22770 invalid addresses.
22771
22772 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
22773
22774 * spam.el: Change section markers, revise TODO list.
22775 (spam-backends): Make new master list of all installed backends.
22776 (spam-summary-exit-behavior): Add new variable to determine how
22777 messages moves are done at summary exit.
22778 (spam-move-spam-nonspam-groups-only)
22779 (spam-process-ham-in-nonham-groups)
22780 (spam-process-ham-in-spam-groups): Remove variables, the
22781 spam-summary-exit-behavior variable should be used to manage this
22782 behavior.
22783 (spam-old-ham-articles, spam-old-spam-articles): Remove.
22784 (spam-old-articles): Add variable, replacing spam-old-ham-articles
22785 and spam-old-spam-articles.
22786 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22787 Add empty variables, placeholders for the backends they represent.
22788 (spam-set-difference): Move, unchanged.
22789 (spam-list-of-processors): Declare OBSOLETE, not used anymore
22790 unless the user has a processor variable.
22791 (spam-classifications, spam-classification-valid-p)
22792 (spam-backend-properties, spam-backend-property-valid-p)
22793 (spam-backend-function-type-valid-p)
22794 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22795 (spam-report-articles-gmane, spam-report-articles-resend):
22796 Remove functions, they are not needed.
22797 (spam-install-backend-super, spam-backend-list)
22798 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22799 (spam-backend-function, spam-backend-ham-registration-function)
22800 (spam-backend-spam-registration-function)
22801 (spam-backend-ham-unregistration-function)
22802 (spam-backend-spam-unregistration-function)
22803 (spam-backend-statistical-p, spam-backend-mover-p)
22804 (spam-install-backend-alias, spam-install-checkonly-backend)
22805 (spam-install-mover-backend, spam-install-nocheck-backend)
22806 (spam-install-backend, spam-install-statistical-backend)
22807 (spam-install-statistical-checkonly-backend): Add backend installation
22808 support.
22809 (spam-summary-prepare-exit): Rewrite to use the new backend code.
22810 (spam-group-processor-p): Use the new backend code and respect the
22811 summary exit behavior.
22812 (spam-mark-spam-as-expired-and-move-routine): Remove.
22813 (spam-summary-prepare): Change to use the new spam-old-articles
22814 variable.
22815 (spam-copy-or-move-routine, spam-copy-spam-routine)
22816 (spam-move-spam-routine, spam-copy-ham-routine)
22817 (spam-move-ham-routine): Add code to copy/move ham or spam.
22818 (spam-fetch-field-fast): Improve doc and code, plus allow the
22819 'number request.
22820 (spam-list-of-checks, spam-list-of-statistical-checks):
22821 Remove variables.
22822 (spam-split, spam-find-spam): Use the new backend code.
22823 (spam-registration-functions): Remove variable.
22824 (spam-unregister-routine): Add convenience wrapper.
22825 (spam-log-undo-registration, spam-register-routine)
22826 (spam-log-processing-to-registry)
22827 (spam-log-unregistration-needed-p): Rename "check" to "backend"
22828 where possible.
22829 (spam-check-gmane-xref, spam-check-regex-headers)
22830 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22831 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22832 (spam-check-bogofilter-headers, spam-check-spamoracle)
22833 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22834 (spam-check-crm114-headers): Use the spam-split-group that
22835 spam-split prepares, no need to determine it every time.
22836
22837 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22838 to the nnheader-parse-naked-head call.
22839
22840 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22841
22842 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22843 the nnheader-nov-read-message-id call.
22844
22845 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
22846
22847 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22848 gnus-activate-group twice. Suggested by Markus Peter
22849 <warp@spin.de>.
22850
22851 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
22852
22853 * gnus-art.el (gnus-article-time-format): Exchange the order of
22854 day and month in the default value; fix customization type.
22855 (article-date-ut): Use add-text-properties.
22856 (article-make-date-line): Use message-make-date instead of
22857 current-time-string.
22858
22859 * message.el (message-fetch-field): Don't use set-text-properties.
22860 (message-make-date): Simplify.
22861
22862 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
22863
22864 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22865 (rfc2047-encode-region): Treat text within parentheses as special;
22866 show the original text when error has occurred.
22867
22868 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22869 already-computed method to gnus-activate-group.
22870
22871 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22872 same select-methods identical Lisp objects.
22873
22874 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22875 object when modifying the info.
22876
22877 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
22878
22879 * gnus-srvr.el (gnus-server-set-info): Remove the server from
22880 gnus-opened-servers since it has never been opened with the new
22881 configuration yet.
22882
22883 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
22884
22885 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22886 arg to nnheader-generate-fake-message-id.
22887
22888 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
22889
22890 * nnheader.el (nnheader-generate-fake-message-id): Accept a
22891 number and build a fake message ID localized to a group and
22892 article number (so it's repeatable from that point on).
22893 (nnheader-fake-message-id-p): Change regex to accommodate new fake
22894 ID format.
22895
22896 * gnus-sum.el (gnus-get-newsgroup-headers):
22897 Call nnheader-generate-fake-message-id with the article number.
22898
22899 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
22900
22901 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22902 end-of-buffer.
22903
22904 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22905
22906 * message.el (message-ignored-supersedes-headers): Add Approved.
22907
22908 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
22909
22910 * rfc2047.el (rfc2047-encode-message-header): Remove useless
22911 goto-char.
22912 (rfc2047-encode): Fold the line before encoding.
22913
22914 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22915
22916 * rfc2047.el (rfc2047-encode-message-header): Disabled header
22917 folding -- not all headers can be folded, and this should be done
22918 by the message composition mode. Probably. I think.
22919
22920 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
22921
22922 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22923 fast.
22924
22925 * gnus-ems.el (gnus-remove-image): Don't use
22926 message-text-with-property; remove only the image found first.
22927
22928 2004-06-09 Jesper Harder <harder@ifa.au.dk>
22929
22930 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22931
22932 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
22933
22934 * message.el (message-text-with-property): Make it fast and accept
22935 optional arguments.
22936 (message-strip-forbidden-properties): Use it.
22937 (message-fix-before-sending): Follow the m-t-w-p change.
22938
22939 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22940
22941 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
22942
22943 * gnus-art.el (article-hide-headers): Don't change the buffer
22944 mistakenly when performing mml-preview even if
22945 gnus-single-article-buffer is nil.
22946
22947 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
22948
22949 * message.el (message-expand-name-databases): New user option.
22950 (message-expand-name): Use it.
22951
22952 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
22953
22954 * spam.el (spam-report-articles-resend)
22955 (spam-report-resend-register-routine): Allow ham reporting.
22956 (spam-report-resend-register-ham-routine): Add wrapper.
22957 (spam-registration-functions): Add ham resending functions.
22958 (spam-list-of-processors): Add ham resend processor.
22959
22960 * gnus.el (ham-resend-to): Add new group parameter.
22961 (spam-process): Add ham resend option.
22962
22963 * spam-report.el (spam-report-resend): Allow reporting ham.
22964 (spam-report-resend-ham): Add wrapper.
22965
22966 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22967
22968 * message.el (message-cite-articles-with-x-no-archive):
22969 New variable.
22970 (message-cite-original): Use it.
22971
22972 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22973
22974 * message.el (message-cite-original): Respect X-No-Archive.
22975
22976 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
22977
22978 * gnus-art.el (article-hide-headers): Refer to the values for
22979 gnus-ignored-headers and gnus-visible-headers in the summary
22980 buffer since a user may have set them as group parameters.
22981
22982 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
22983
22984 * assistant.el (assistant-node-name): Add convenience function.
22985 (assistant-render-text, assistant-render-node): Add error handling,
22986 plus handle multiple next nodes.
22987 (assistant-find-next-node): Comment out for now.
22988 (assistant-find-next-nodes): Add function, returns list of next
22989 nodes.
22990
22991 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
22992
22993 * mail-source.el (mail-source-directory): Fix doc-string.
22994
22995 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
22996
22997 * assistant.el (assistant-render-text, assistant-eval): Add :set
22998 widget type, which is different because it takes and returns a
22999 list. Much hilarity ensues.
23000
23001 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23002
23003 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23004
23005 * gnus-group.el (gnus-group-get-new-news-this-group):
23006 Add doc-string.
23007
23008 * gnus-start.el (gnus-activate-group): Add doc-string.
23009
23010 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23011
23012 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23013
23014 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23015
23016 * assistant.el (assistant-render-text): Try to add a :set
23017 widget, more to come.
23018
23019 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23020 strings.
23021 (spam-report-articles-resend)
23022 (spam-register-routine): Do registration iff any articles warrant
23023 it.
23024 (spam-summary-prepare-exit): Change log message for nil group
23025 destinations.
23026
23027 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23028
23029 * spam.el (spam-report-resend-register-routine):
23030 Allow spam-report-resend-to to be a group parameter or a global value.
23031
23032 2004-05-26 Simon Josefsson <jas@extundo.com>
23033
23034 * starttls.el: Merge with my GnuTLS based starttls.el.
23035 (starttls-gnutls-program, starttls-use-gnutls)
23036 (starttls-extra-arguments, starttls-process-connection-type)
23037 (starttls-connect, starttls-failure, starttls-success):
23038 New variables.
23039 (starttls-program, starttls-extra-args): Doc fix.
23040 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23041 New functions.
23042 (starttls-negotiate, starttls-open-stream):
23043 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23044 function if it is set.
23045
23046 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23047
23048 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23049 structured fields.
23050
23051 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23052
23053 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23054
23055 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23056
23057 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23058 Add variable.
23059 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23060 assigning the spam-mark to new messages.
23061
23062 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23063
23064 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23065
23066 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23067
23068 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23069 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23070 default.
23071
23072 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23073
23074 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23075 correct data.
23076
23077 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23078
23079 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23080 (spam-group-processor-p): Fix function.
23081 (spam-group-processor-multiple-p)
23082 (spam-group-spam-processor-report-gmane-p)
23083 (spam-group-spam-processor-report-resend-p)
23084 (spam-group-spam-processor-bogofilter-p)
23085 (spam-group-spam-processor-blacklist-p)
23086 (spam-group-spam-processor-ifile-p)
23087 (spam-group-ham-processor-ifile-p)
23088 (spam-group-spam-processor-spamoracle-p)
23089 (spam-group-spam-processor-crm114-p)
23090 (spam-group-ham-processor-bogofilter-p)
23091 (spam-group-spam-processor-stat-p)
23092 (spam-group-ham-processor-stat-p)
23093 (spam-group-ham-processor-whitelist-p)
23094 (spam-group-ham-processor-BBDB-p)
23095 (spam-group-ham-processor-spamoracle-p)
23096 (spam-group-ham-processor-copy-p): Remove functions with some
23097 prejudice against unneeded code.
23098 (spam-report-articles-resend)
23099 (spam-report-resend-register-routine): Allow the group/topic
23100 spam-resend-to value to override spam-report-resend-to.
23101 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23102 properly now.
23103
23104 * gnus.el (spam-resend-to): Add group/topic parameter.
23105 (spam-process): Move the OBSOLETE processors to the end of the
23106 choices.
23107
23108 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23109
23110 * spam-report.el (spam-report-resend-to, spam-report-resend):
23111 Start with resend-to set to nil, and then ask the user if necessary.
23112 (spam-report-resend): spam-report-resend takes a list of articles, not
23113 separate article numbers.
23114
23115 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23116
23117 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23118 addition to emacs-w3m.
23119
23120 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23121
23122 * assistant.el (assistant-authinfo-data): New function.
23123 (assistant-eval): Eval for entire assistant.
23124
23125 * netrc.el (netrc-services-file): New variable.
23126 (netrc-parse-services): New function.
23127 (netrc-find-service-name): New function.
23128 (netrc-find-service-number): New function.
23129 (netrc-port-equal): New function.
23130 (netrc-machine): Use it.
23131
23132 * nnimap.el (nnimap-open-connection): Use netrc.
23133
23134 * gnus-util.el (gnus-netrc-get): Remove aliases.
23135
23136 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23137
23138 * assistant.el (wid-edit): Fix compilation.
23139
23140 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23141
23142 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23143
23144 * gnus-util.el (gnus-set-file-modes): New function. (small
23145 patch).
23146
23147 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23148
23149 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23150
23151 * assistant.el (assistant-render-node): Fix up rendering and
23152 read-only text.
23153 (assistant-render-node): Reset.
23154 (assistant-make-read-only): Not sticky.
23155
23156 2004-05-20 Danny Siu <dsiu@adobe.com>
23157
23158 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23159 centered even when gnus-auto-center-summary is t.
23160
23161 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23162
23163 * dns.el (dns-get-txt-answer): New function.
23164 (dns-read-txt): Ditto.
23165 (query-dns): Use it.
23166
23167 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23168
23169 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23170 active for foreign groups even if the group level is higher than
23171 the specified value.
23172
23173 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23174
23175 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23176 non-active groups.
23177
23178 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23179
23180 2004-05-20 Magnus Henoch <mange@freemail.hu>
23181
23182 * dns.el (dns-read-type): Add support for SVR. (small patch)
23183
23184 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23185
23186 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23187 (spam-crm114-header, spam-crm114-spam-switch)
23188 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23189 (spam-crm114-positive-spam-header)
23190 (spam-crm114-database-directory, spam-list-of-processors)
23191 (spam-group-spam-processor-crm114-p)
23192 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23193 (spam-generic-score, spam-list-of-checks)
23194 (spam-list-of-statistical-checks, spam-registration-functions)
23195 (spam-check-crm114-headers, spam-crm114-score)
23196 (spam-check-crm114, spam-crm114-register-with-crm114)
23197 (spam-crm114-register-spam-routine)
23198 (spam-crm114-unregister-spam-routine)
23199 (spam-crm114-register-ham-routine)
23200 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23201
23202 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23203
23204 * gnus.el: Add spam-use-crm114.
23205
23206 * spam.el (spam-list-of-processors, spam-registration-functions):
23207 Add spam-use-resend.
23208 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23209 (spam-report-articles-gmane): Add doc fix.
23210 (spam-report-articles-resend, spam-report-resend-register-routine):
23211 Add wrappers around spam-report-resend-to.
23212
23213 * spam-report.el (spam-report-resend-to, spam-report-resend):
23214 Add support for resending spam.
23215 (spam-report-gmane): Fix line length >80.
23216
23217 * gnus.el (spam-process): Add spam-use-resend.
23218
23219 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23220
23221 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23222 number of processed spam messages.
23223 (spam-ham-copy-or-move-routine): Return the number of processed
23224 ham messages.
23225 (spam-summary-prepare-exit): Use the above values to decide
23226 whether status messages shouled be displayed.
23227
23228 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23229
23230 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23231 `rfc2047-encoding-function-alist' in order to avoid conflicting
23232 with the old version.
23233 (rfc2047-encode-region): Concatenate words containing non-ASCII
23234 characters in structured fields; don't encode space-delimited
23235 ASCII words even in unstructured fields; don't break words at
23236 char-category boundaries.
23237 (rfc2047-encode-1): New function.
23238 (rfc2047-encode): Use it; encode text so that it occupies the
23239 maximum width within 76-column; work correctly on Q encoding for
23240 iso-2022-* charsets.
23241 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23242 sure not to break a line just after the header name.
23243 (rfc2047-b-encode-region): Remove.
23244 (rfc2047-b-encode-string): New function.
23245 (rfc2047-q-encode-region): Remove.
23246 (rfc2047-q-encode-string): New function.
23247
23248 * mm-util.el (mm-replace-in-string): New function.
23249
23250 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23251
23252 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23253 Really get it right.
23254 (gnus-inews-make-draft): Really.
23255
23256 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23257
23258 * nnmh.el (nnmh-request-list-1): Don't check the link count
23259 before descending. (small patch)
23260
23261 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23262
23263 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23264 stuff.
23265
23266 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23267 Match on real group name.
23268
23269 * gnus-art.el (gnus-signature-limit): Doc fix.
23270
23271 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23272
23273 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23274
23275 * gnus-draft.el (gnus-draft-send):
23276 Bind rfc2047-encode-encoded-words.
23277
23278 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23279 (rfc2047-encodable-p): Say that =? needs encoding.
23280 (rfc2047-encode-encoded-words): New variable.
23281
23282 * gnus-group.el (gnus-group-select-group): Doc fix.
23283
23284 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23285
23286 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23287 to nil.
23288
23289 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23290
23291 * nnheader.el (nnheader-get-lines-and-char): New function.
23292
23293 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23294
23295 * gnus-msg.el (gnus-summary-followup-with-original):
23296 Document yanking of region when active.
23297
23298 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23299
23300 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23301 groups if the group level is higher than the specified value.
23302
23303 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23304
23305 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23306 (gnus-group-jump-to-group): Add prefix argument using
23307 `gnus-group-jump-to-group-prompt'. Query before jumping to
23308 non-active group.
23309
23310 * compface.el (uncompface): Be verbose when changing
23311 `uncompface-use-external'.
23312
23313 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23314 handle manual section.
23315
23316 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23317
23318 * gnus-art.el (gnus-button-alist): Revert previous change.
23319
23320 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23321
23322 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23323
23324 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23325
23326 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23327 whether backend can accept message.
23328
23329 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23330
23331 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23332
23333 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23334 Avoid creating directory when nntp-marks-is-evil is true.
23335 Reported by Reiner Steib.
23336
23337 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23338
23339 * gnus-picon.el (gnus-picon-insert-glyph):
23340 Add optional `nostring' argument.
23341
23342 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23343
23344 * gnus-picon.el (gnus-picon-style): New variable.
23345 (gnus-picon-transform-address): Support `gnus-picon-style'.
23346
23347 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23348
23349 * message.el (message-fill-field): Return point.
23350 (message-generate-headers): Go to end of field.
23351
23352 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23353 stuff for non-living groups.
23354
23355 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23356
23357 * gnus-art.el (gnus-article-followup-with-original)
23358 (gnus-article-reply-with-original): gnus-mark-active-p ->
23359 gnus-region-active-p.
23360
23361 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23362
23363 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23364 only when there is spam or ham to be processed.
23365
23366 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23367
23368 * mail-source.el (mail-source-delete-crash-box): Refactor.
23369 (mail-source-fetch): Use it.
23370 (mail-source-fetch-file): Ditto.
23371 (mail-source-fetch-directory): Run PostScript in loop.
23372 (mail-source-fetch-pop): Delete.
23373 (mail-source-fetch-maildir): Ditto.
23374 (mail-source-fetch-imap): Ditto.
23375
23376 * imap.el (imap-authenticators): Comment out sasl.
23377
23378 * message.el (message-skip-to-next-address): New function.
23379 (message-fill-header-address): Refactor.
23380 (message-fill-address): Use it.
23381 (message-delete-address): Use it.
23382 (message-fill-header-general): Refactor.
23383 (message-fill-field-address): Rename.
23384 (message-narrow-to-field): Find the start of the header.
23385 (message-header-format-alist): Don't pre-fill.
23386 (message-fill-header): Remove.
23387 (message-insert-header): New function.
23388 (message-shorten-references): Use it.
23389
23390 * rfc2047.el (rfc2047-field-value): Strip props.
23391
23392 * mail-parse.el (mail-header-make-address): New alias.
23393
23394 * ietf-drums.el (ietf-drums-make-address): New function.
23395
23396 * imap.el: Add compiler directives.
23397
23398 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23399
23400 * gnus-art.el (article-decode-idna-rhs): Don't use
23401 message-idna-inside-rhs-p.
23402
23403 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23404
23405 * message.el (message-idna-inside-rhs-p): Remove.
23406 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23407
23408 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23409 false positives.
23410
23411 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23412
23413 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23414
23415 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23416
23417 * nneething.el (nneething-file-name): Don't create spurious
23418 files.
23419
23420 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23421 (gnus-inews-do-gcc): Remove sleep.
23422
23423 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23424 part under point.
23425
23426 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23427 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23428
23429 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23430
23431 * spam.el (spam-summary-prepare-exit): Fix (length).
23432
23433 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23434
23435 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23436 as expired without moving it" message when there are spam
23437 messages left.
23438
23439 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23440
23441 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23442 header is not nil.
23443
23444 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23445
23446 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23447 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23448 (nntp-marks-changed-p): New arg SERVER.
23449 (nntp-request-update-info): Adjust caller.
23450
23451 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23452
23453 * nntp.el (nntp-save-marks): Pass missing arg.
23454
23455 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23456
23457 * nntp.el: Support marks.
23458 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23459 (nntp-marks-modtime, nntp-marks-directory): New variables.
23460 (nntp-request-set-mark, nntp-request-update-info)
23461 (nntp-possibly-create-directory, nntp-marks-changed-p)
23462 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23463 New functions.
23464
23465 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23466
23467 * gnus-score.el (gnus-score-insert-help):
23468 Use gnus-select-lowest-window.
23469
23470 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23471 appt-select-lowest-window and rename to gnus-select-lowest-window.
23472
23473 * gnus.el: do.
23474
23475 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23476
23477 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23478 encodings of MIME-encoded words, in order to improve
23479 interoperability with several broken MUAs.
23480
23481 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23482
23483 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23484 tags, only when charsets are not specified in headers.
23485 (mm-inline-text-html-render-with-w3m): Ditto.
23486
23487 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23488
23489 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23490 instead of MIME-decoded from fields when checking
23491 `gnus-article-address-banner-alist'.
23492
23493 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23494
23495 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23496 description rather than subject.
23497
23498 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23499
23500 * gnus.el (gnus-version-number): Bump.
23501
23502 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23503
23504 * gnus.el: No Gnus v0.2 is released.
23505
23506 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23507
23508 * gnus-agent.el (gnus-agent-read-agentview):
23509 Inline gnus-uncompress-range.
23510
23511 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23512
23513 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23514 `exec-installed-p'.
23515
23516 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23517
23518 * gnus.el (spam-process, spam-autodetect-methods):
23519 Add bsfilter and bsfilter-headers.
23520
23521 * spam.el (spam-bsfilter): New customize group.
23522 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23523 (spam-bsfilter-header, spam-bsfilter-probability-header)
23524 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23525 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23526 (spam-bsfilter-database-directory): New options.
23527 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23528 (spam-list-of-statistical-checks, spam-registration-functions):
23529 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23530 (spam-bsfilter-score): New command.
23531 (spam-check-bsfilter-headers, spam-check-bsfilter)
23532 (spam-bsfilter-register-with-bsfilter)
23533 (spam-bsfilter-register-spam-routine)
23534 (spam-bsfilter-unregister-spam-routine)
23535 (spam-bsfilter-register-ham-routine)
23536 (spam-bsfilter-unregister-ham-routine): New functions.
23537 (spam-generic-score): Support bsfilter; Accept an optional argument
23538 to recalcurate spam score even if scoring header has already been
23539 added.
23540 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23541 optional argument to recalcurate spam score even if scoring header
23542 has already been added.
23543
23544 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23545
23546 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23547 strings! Reported by David D. Smith <davidsmith@acm.org>.
23548 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23549 link is missing.
23550
23551 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23552
23553 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23554 (html2text-get-attr): Rewrite.
23555
23556 * message.el (message-setup-1): Remove redundant put-text-property
23557 on mail-header-separator.
23558
23559 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23560
23561 * gnus-registry.el (gnus-registry-cache-whitespace)
23562 (gnus-registry-action, gnus-registry-spool-action)
23563 (gnus-registry-split-fancy-with-parent): Change message levels
23564 from 5 to 3 or 7, as needed.
23565
23566 * spam.el (spam-summary-prepare-exit)
23567 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23568 (spam-split, spam-find-spam, spam-log-undo-registration)
23569 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23570 level from 5 to 6.
23571
23572 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23573
23574 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23575 2004-03-04 change).
23576
23577 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23578
23579 * sieve-manage.el (sieve-manage-open):
23580 * nnweb.el (nnweb-insert-html):
23581 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23582 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23583 * nnspool.el (nnspool-request-group):
23584 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23585 * nnml.el (nnml-request-update-info):
23586 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23587 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23588 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23589 (nnimap-request-set-mark):
23590 * nnfolder.el (nnfolder-request-update-info):
23591 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23592 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23593 * gnus-uu.el (gnus-uu-find-articles-matching):
23594 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23595 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23596 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23597 * gnus-nocem.el (gnus-nocem-scan-groups):
23598 * gnus-int.el (gnus-start-news-server):
23599 * gnus-group.el (gnus-group-make-kiboze-group)
23600 (gnus-group-browse-foreign-server):
23601 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23602 Use mapc when appropriate.
23603
23604 2004-04-22 Dan Christensen <jdc@uwo.ca>
23605 Adam Sjøgren <asjo@koldfront.dk>
23606 Wes Hardaker <wes@hardakers.net>
23607 Michael Shields <shields@msrl.com>
23608
23609 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23610 may need for spam sorting and scoring.
23611 (spam-user-format-function-S): Add user format function suitable for
23612 general use.
23613 (spam-article-sort-by-spam-status): Add sorting function for summary
23614 sorting.
23615 (spam-extra-header-to-number): Add function to get a score from a
23616 header.
23617 (spam-summary-score): Add function to get a numeric score from the
23618 headers.
23619 (spam-generic-score): Fix function doc, was in wrong place.
23620 (spam-initialize): Take symbols when it's run, and install the
23621 extra headers that spam-necessary-extra-headers thinks we need.
23622
23623 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23624
23625 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23626 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23627
23628 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23629
23630 * gnus-sum.el (gnus-set-global-variables)
23631 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23632 (gnus-article-get-xrefs, gnus-summary-best-group)
23633 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23634 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23635 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23636 Use with-current-buffer.
23637
23638 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23639
23640 * spam.el (spam-summary-prepare-exit): Simplify logic.
23641 (spam-fetch-article-header): Read the article header if it's not
23642 available.
23643 (spam-list-articles): Simplify logic.
23644 (spam-filelist-register-routine): Fix bug with unregister-list.
23645
23646 * gnus-registry.el: Fix comments at beginning.
23647
23648 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23649
23650 * message.el (message-cater-to-broken-inn): Remove.
23651 (message-shorten-references): Make sure the total folded length of
23652 References is shorter than 998 characters to cater to a bug in INN
23653 2.3. Also, don't pretend that references aren't folded -- this
23654 hasn't worked for a while.
23655
23656 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23657
23658 * gnus-agent.el (gnus-agentize):
23659 gnus-agent-send-mail-real-function no longer set to current value
23660 of message-send-mail-function but rather a lambda that calls
23661 message-send-mail-function. The change makes the agent real-time
23662 responsive to user changes to message-send-mail-function.
23663
23664 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23665
23666 * legacy-gnus-agent.el
23667 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23668 help from Florian Weimer <fw@deneb.enyo.de>
23669
23670 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
23671
23672 * nnmail.el (nnmail-cache-insert): Revert last change.
23673
23674 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
23675
23676 * nnmail.el (nnmail-cache-insert): Always check whether
23677 nnmail-cache-ignore-groups matches a group name.
23678
23679 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
23680
23681 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23682 (spam-find-spam, spam-log-processing-to-registry)
23683 (spam-log-registered-p, spam-log-unregistration-needed-p)
23684 (spam-log-undo-registration): Use gnus-message instead of
23685 gnus-error, none of these errors are fatal.
23686
23687 * gnus-registry.el (gnus-registry-clean-empty-function)
23688 (gnus-registry-clean-empty): Remove only empty entries without
23689 extra data.
23690
23691 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23692
23693 * spam-stat.el (spam-stat-buffer-change-to-spam)
23694 (spam-stat-buffer-change-to-non-spam): Change (error) to
23695 (gnus-message 8) invocation.
23696
23697 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23698
23699 * nntp.el (nntp-via-netcat-command): New variable.
23700 (nntp-via-netcat-switches): New variable.
23701 (nntp-open-via-rlogin-and-netcat): New function.
23702 (nntp-open-connection-function): Doc fix.
23703 (nntp-telnet-command): Doc fix.
23704 (nntp-end-of-line): Doc fix.
23705 (nntp-via-rlogin-command): Doc fix.
23706 (nntp-via-user-name): Doc fix.
23707 (nntp-via-address): Doc fix.
23708
23709 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23710
23711 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23712 error in Emacs 21.1.
23713
23714 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23715
23716 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23717
23718 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23719
23720 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23721 (gnus-agent-with-refreshed-group): New macro.
23722 (gnus-agent-rename-group): New function.
23723 (gnus-agent-delete-group): New function.
23724 (gnus-agent-save-group-info): Use gnus-command-method when
23725 `method' parameter is nil. Don't write nil entries into the
23726 active file.
23727 (gnus-agent-get-group-info): New function.
23728 (gnus-agent-fetch-articles):
23729 Use gnus-agent-update-files-total-fetched-for to increment disk space
23730 used.
23731 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23732 Use gnus-agent-update-view-total-fetched-for to increment disk space
23733 used.
23734 (gnus-agent-get-local): Add optional parameters to avoid calling
23735 gnus-group-real-name and gnus-find-method-for-group.
23736 (gnus-agent-set-local): Delete stored entry if either min, or max,
23737 are nil.
23738 (gnus-agent-fetch-session): Reworded error/quit messages.
23739 On quit, use gnus-agent-regenerate-group to record existence of any
23740 articles fetched to disk before the quit occurred.
23741 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23742 gnus-agent-update-view-total-fetched-for, and
23743 gnus-agent-update-files-total-fetched-for to decrement disk space
23744 used.
23745 (gnus-agent-retrieve-headers):
23746 Use gnus-agent-update-view-total-fetched-for to increment disk space
23747 used.
23748 (gnus-agent-regenerate-group): Replace gnus-group-update-group
23749 with gnus-agent-update-files-total-fetched-for to decrement disk
23750 space and fresh group buffer.
23751 (gnus-agent-inhibit-update-total-fetched-for): New variable.
23752 (gnus-agent-need-update-total-fetched-for): New variable.
23753 (gnus-agent-update-files-total-fetched-for): New function.
23754 (gnus-agent-update-view-total-fetched-for): New function.
23755 (gnus-agent-total-fetched-for): New function.
23756
23757 * gnus-cache.el (gnus-cache-save-buffers):
23758 Use gnus-cache-update-overview-total-fetched-for to change disk space
23759 used by this group.
23760 (gnus-cache-possibly-enter-article):
23761 Use gnus-cache-update-file-total-fetched-for to increment disk space
23762 used by this group.
23763 (gnus-cache-possibly-remove-article):
23764 Use gnus-cache-update-file-total-fetched-for to decrement disk space
23765 used by this group.
23766 (gnus-cache-generate-nov-databases): Purge total fetched cache.
23767 (gnus-cache-rename-group): New function.
23768 (gnus-cache-delete-group): New function.
23769 (gnus-cache-inhibit-update-total-fetched-for): New variable.
23770 (gnus-cache-need-update-total-fetched-for): New variable.
23771 (gnus-cache-with-refreshed-group): New macro.
23772 (gnus-cache-update-file-total-fetched-for): New function.
23773 (gnus-cache-update-overview-total-fetched-for): New function.
23774 (gnus-cache-rename-group-total-fetched-for): New function.
23775 (gnus-cache-delete-group-total-fetched-for): New function.
23776 (gnus-cache-total-fetched-for): New function.
23777
23778 * gnus-group.el: Require gnus-sum and autoload functions to
23779 resolve warnings when gnus-group.el compiled alone.
23780 (gnus-group-line-format): Documented new %F.
23781 (size of Fetched data) group line format; identifies disk space
23782 used by agent and cache.
23783 (gnus-group-line-format-alist): Defined new F format.
23784 (gnus-total-fetched-for): New function.
23785 (gnus-group-delete-group): No longer update
23786 gnus-cache-active-altered as gnus-request-delete-group now keeps
23787 the cache in sync.
23788 (gnus-group-list-active): Let the agent store a server's active
23789 list if currently plugged.
23790
23791 * gnus-int.el (gnus-request-delete-group):
23792 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23793 local disk in sync with the server.
23794 (gnus-request-rename-group):
23795 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23796 local disk in sync with the server.
23797
23798 * gnus-start.el (gnus-get-unread-articles):
23799 Cosmetic simplification to logic.
23800
23801 * gnus-util.el (gnus-rename-file): New function.
23802
23803 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
23804
23805 * mm-util.el (mm-image-load-path): Handle nil in load-path.
23806
23807 2004-04-07 Jesper Harder <harder@ifa.au.dk>
23808
23809 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23810 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
23811
23812 2004-04-06 Jesper Harder <harder@ifa.au.dk>
23813
23814 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23815 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
23816
23817 2004-04-03 Jesper Harder <harder@ifa.au.dk>
23818
23819 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23820
23821 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
23822
23823 * spam.el (spam-set-difference): Add function to replace
23824 gnus-set-difference in spam.el.
23825 (spam-summary-prepare-exit): Use spam-set-difference.
23826
23827 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
23828
23829 * gnus-registry.el (gnus-registry-cache-file): Update to use
23830 gnus-dribble-directory OR gnus-home-directory OR ~.
23831 (gnus-registry-split-fancy-with-parent): Fix doc.
23832
23833 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
23834
23835 * message.el (message-exchange-point-and-mark):
23836 Use message-mark-active-p. Suggested by Jesper Harder
23837 <harder@ifa.au.dk>.
23838
23839 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
23840
23841 * message.el (message-exchange-point-and-mark): Don't activate
23842 region if it was inactive. Suggested by Hiroshi Fujishima
23843 <pooh@nature.tsukuba.ac.jp>.
23844
23845 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
23846
23847 * gnus-art.el (article-display-face): Display Faces in the same
23848 order as X-Faces.
23849
23850 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
23851
23852 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23853
23854 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
23855
23856 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23857 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23858 (gnus-article-mime-hierarchy): Remove.
23859 (gnus-article-mime-hierarchy-next): Remove.
23860 (gnus-article-mode): Revert 2004-03-19 change.
23861 (gnus-article-setup-buffer): Revert 2004-03-19 change.
23862 (gnus-insert-mime-button): Revert 2004-03-19 change.
23863 (gnus-mime-accumulate-hierarchy): Remove.
23864 (gnus-mime-enter-multipart): Remove.
23865 (gnus-mime-leave-multipart): Remove.
23866 (gnus-mime-display-part): Revert 2004-03-19 change.
23867 (gnus-mime-display-alternative): Revert 2004-03-19 change.
23868
23869 * mml.el (mml-preview): Revert 2004-03-19 change.
23870
23871 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
23872
23873 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23874
23875 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
23876
23877 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23878 t while entering a file name using the mm-with-multibyte macro.
23879 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23880
23881 * mm-util.el (mm-with-multibyte): New macro.
23882
23883 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
23884
23885 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23886 New user option.
23887 (gnus-mime-multipart-functions): Doc and customization fix.
23888 (gnus-article-mime-hierarchy): New variable.
23889 (gnus-article-mime-hierarchy-next): New variable.
23890 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23891 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23892 gnus-article-mime-hierarchy-next to nil.
23893 (gnus-insert-mime-button): Show hierarchy numbers.
23894 (gnus-mime-accumulate-hierarchy): New function.
23895 (gnus-mime-enter-multipart): New function.
23896 (gnus-mime-leave-multipart): New function.
23897 (gnus-mime-display-part): Recompute hierarchical MIME structure.
23898 (gnus-mime-display-alternative): Show hierarchy numbers.
23899
23900 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23901 gnus-article-mime-hierarchy-next to nil.
23902
23903 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
23904
23905 * dns.el: Don't require gnus-xmas.
23906
23907 2004-03-17 Jesper Harder <harder@ifa.au.dk>
23908
23909 * mml.el (mml-generate-mime-1): Don't use format=flowed with
23910 inline PGP.
23911 (mml-menu): Disable mml-quote-region if mark is inactive.
23912
23913 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
23914
23915 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23916 when the group's active is not available.
23917
23918 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
23919
23920 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23921 error.
23922
23923 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
23924
23925 * imap.el (imap-store-password): New variable.
23926 (imap-interactive-login): Use it.
23927 Suggested by Mark Plaksin <happy@mcplaksin.org>.
23928
23929 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
23930
23931 * gnus-art.el (gnus-article-read-summary-keys): Restore new
23932 window-start and hscroll to summary window.
23933
23934 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
23935
23936 * gnus-start.el (gnus-convert-old-newsrc): Only write the
23937 conversion message to newsrc-dribble when an actual conversion is
23938 performed.
23939
23940 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
23941
23942 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23943
23944 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
23945
23946 * mm-decode.el (mm-complicated-handles): New function reviving
23947 former definition of mm-multiple-handles.
23948
23949 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23950 (gnus-mime-delete-part): Use it.
23951
23952 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
23953
23954 * gnus-agent.el (gnus-agent-read-local):
23955 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23956 avoid the implicit assumption that they will always be equal.
23957 (gnus-agent-save-local): Bind buffer-file-coding-system, not
23958 coding-system-for-write, as the with-temp-file macro first prints
23959 to a buffer then saves the buffer.
23960
23961 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
23962
23963 * gnus-art.el (gnus-article-edit-part): New function.
23964 (gnus-mime-save-part-and-strip): Use it; do query instead of
23965 signaling an error; don't use mm-multiple-handles.
23966 (gnus-mime-delete-part): Ditto.
23967
23968 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
23969
23970 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23971 old file versions.
23972 (gnus-group-prepare-hook): Remove function that converted list
23973 form of gnus-agent-expire-days to group properties.
23974
23975 * gnus-int.el: Autoload gnus-agent-regenerate-group.
23976 (gnus-request-accept-article): Re-indented.
23977
23978 * gnus-start.el (gnus-convert-old-newsrc): Registered new
23979 converters to handle old agent file formats. Add logic for a
23980 "backup before upgrading warning".
23981 (gnus-convert-mark-converter-prompt): Developers can mark
23982 functions as needing (default), or not needing,
23983 gnus-convert-old-newsrc's "backup before upgrading warning".
23984 (gnus-convert-converter-needs-prompt): Tests whether the user
23985 should be protected from potentially irreversable changes by the
23986 function.
23987
23988 * legacy-gnus-agent.el: New. Provides converters that are only
23989 loaded when gnus-convert-old-newsrc needs to call them.
23990
23991 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
23992
23993 * mail-source.el (mail-source-touch-pop): Doc fix.
23994
23995 * message.el (message-smtpmail-send-it): Doc fix.
23996
23997 2004-03-05 Jesper Harder <harder@ifa.au.dk>
23998
23999 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24000
24001 * nnmail.el (nnmail-split-fancy): do.
24002
24003 * gnus-kill.el (gnus-kill, gnus-execute): do.
24004
24005 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24006
24007 * gnus-sum.el (gnus-widget-reversible-match)
24008 (gnus-widget-reversible-to-internal)
24009 (gnus-widget-reversible-to-external): New functions.
24010 (gnus-widget-reversible): New widget.
24011 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24012
24013 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24014
24015 * gnus-sum.el (gnus-thread-sort-functions)
24016 (gnus-article-sort-functions): Document `(not F)' items.
24017
24018 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24019
24020 * spam.el (spam-use-gmane-xref): Add new backend.
24021 (spam-gmane-xref-spam-group): Add variable to control the name of the
24022 Gmane spam group.
24023 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24024 (spam-regex-headers-spam, spam-regex-headers-ham)
24025 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24026 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24027 backends and checks.
24028 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24029
24030 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24031 an autodetect method.
24032
24033 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24034
24035 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24036 articles are being added to a group.
24037 (gnus-request-replace-article): Inform the agent that articles
24038 need to be uncached as the cached contents are no longer valid.
24039
24040 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24041
24042 * binhex.el: Don't autoload executable-find.
24043
24044 * canlock.el: Don't autoload mail-fetch-field.
24045
24046 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24047
24048 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24049 rmail-dont-reply-to and rmail-output.
24050
24051 * gnus-score.el: Don't autoload ffap-string-at-point.
24052
24053 * gnus-setup.el: Don't autoload sc-cite-original.
24054
24055 * imap.el: Don't autoload base64-decode-string,
24056 base64-encode-string and md5.
24057
24058 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24059 and rmail-msg-restore-non-pruned-header.
24060
24061 * mm-decode.el: Don't autoload executable-find.
24062
24063 * mm-url.el: Don't autoload executable-find.
24064
24065 * mm-view.el: Don't autoload diff-mode.
24066
24067 * nndb.el: Don't autoload news-reply-mode, news-setup,
24068 cancel-timer and telnet.
24069
24070 * password.el: Don't autoload run-at-time for Emacs.
24071
24072 * sha1-el.el: Don't autoload executable-find.
24073
24074 * sieve-mode.el: Don't autoload c-mode.
24075
24076 * uudecode.el: Don't autoload executable-find.
24077
24078 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24079
24080 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24081 (gnus-agent-possibly-alter-active): Avoid null in numeric
24082 comparison.
24083 (gnus-agent-set-local): Refuse to save null in local object table.
24084 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24085 list of articles that will be marked as unread.
24086
24087 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24088
24089 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24090
24091 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24092
24093 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24094 language tags.
24095
24096 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24097
24098 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24099 Don't bind "obarray".
24100
24101 * gnus-sum.el (gnus-thread-sort-functions):
24102 Add `gnus-thread-sort-by-most-recent-number' and
24103 `gnus-thread-sort-by-most-recent-date'.
24104 Reported by Kai Grossjohann <kai@emptydomain.de>.
24105
24106 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24107
24108 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24109
24110 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24111
24112 * gnus-cus.el (gnus-agent-customize-category):
24113 Remove ignore-errors macro reference that required cl to be loaded at
24114 run-time.
24115
24116 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24117 single-interval range of the form (min . max). Previously the
24118 range had to look like ((min . max)). Likewise, return
24119 (min . max) rather than ((min . max)).
24120 (gnus-range-map): Use gnus-range-normalize to accept
24121 single-interval range.
24122
24123 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24124 the cache, but not the agent, now appear with their usual face.
24125
24126 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24127
24128 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24129 w3m-safe-url-regexp variable buffer-local.
24130
24131 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24132
24133 2004-02-27 Simon Josefsson <jas@extundo.com>
24134
24135 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24136 gnus-group-real-prefix.
24137 (gnus-summary-move-article): Use it, instead of
24138 gnus-group-real-prefix.
24139
24140 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24141
24142 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24143 w3m-safe-url-regexp variable buffer-local and set it as the value
24144 of mm-w3m-safe-url-regexp.
24145
24146 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24147
24148 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24149 parsing gnus-posting-styles when the message is not for replying.
24150
24151 * nnrss.el (nnrss-opml-export):
24152 Use mm-set-buffer-file-coding-system instead of
24153 set-buffer-file-coding-system.
24154
24155 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24156
24157 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24158 of checkdoc.el).
24159 * nnrss.el: do.
24160 * gnus-mlspl.el: do.
24161 * gnus-ml.el: do.
24162 * gnus-srvr.el: do.
24163
24164 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24165
24166 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24167
24168 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24169 Corrections to custom-manual links.
24170
24171 * gnus-art.el (gnus-article): Ditto.
24172
24173 * mm-decode.el (mime-display, mime-security): Ditto.
24174
24175 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24176
24177 * flow-fill.el: Typo.
24178
24179 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24180
24181 * spam-wash.el: New file.
24182
24183 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24184
24185 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24186
24187 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24188
24189 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24190 to be run with new-articles as LIST1, not LIST2.
24191 (spam-registration-functions): Add spam-use-ham-copy as a nil
24192 registration backend.
24193
24194 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24195
24196 * spam-stat.el (spam-stat-washing-hook): New option.
24197 (spam-stat-buffer-words): Use it.
24198 (spam-stat-process-directory, spam-stat-test-directory):
24199 Use insert-file-contents-literally.
24200 (spam-stat-coding-system): New variable.
24201 (spam-stat-load, spam-stat-save): Use it.
24202
24203 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24204
24205 * spam-report.el (spam-report-plug-agent):
24206 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24207
24208 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24209
24210 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24211 Allow / in mailto URLs.
24212
24213 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24214
24215 * spam-report.el (spam-report-process-queue): Fix interactive use.
24216 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24217 (spam-report-unplug-agent): Doc fixes.
24218 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24219 (spam-report-agentize, spam-report-deagentize):
24220 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24221
24222 * message.el (message-setup-fill-variables): Add mml tags to
24223 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24224 <ajk@iu.edu>.
24225 (message-mode): Don't modify paragraph-separate there.
24226
24227 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24228
24229 * compface.el (uncompface-use-external): Default to undecided.
24230 (uncompface-use-external-threshold): New variable.
24231 (uncompface-float-time): New macro.
24232 (uncompface): Determine whether to use the external decoder if
24233 uncompface-use-external is undecided.
24234
24235 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24236
24237 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24238 after images.
24239
24240 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24241
24242 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24243
24244 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24245
24246 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24247
24248 * gnus-sum.el (gnus-summary-limit-to-age)
24249 (gnus-summary-limit-children): do.
24250
24251 * gnus-int.el (gnus-request-scan): do.
24252
24253 * gnus-group.el (gnus-group-suspend): do.
24254
24255 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24256
24257 * gnus-cite.el (gnus-cite-parse-attributions): do.
24258
24259 * gnus-agent.el (gnus-summary-set-agent-mark)
24260 (gnus-agent-regenerate-group): do.
24261
24262 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24263
24264 * binhex.el (binhex-decode-region-internal): do.
24265
24266 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24267
24268 * gnus-fun.el (gnus-face-properties-alist): New user option.
24269 (gnus-display-x-face-in-from): Use it.
24270
24271 * gnus-art.el (article-display-face): Ditto.
24272
24273 * compface.el (uncompface-use-external): Default to nil.
24274
24275 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24276
24277 * nntp.el (nntp-erase-buffer): New function.
24278 (nntp-retrieve-data, nntp-send-command)
24279 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24280 (nntp-possibly-change-group): Use it.
24281
24282 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24283 Use with-current-buffer.
24284
24285 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24286
24287 * compface.el: Merge the ELisp-based uncompface program.
24288 (compface): New customization group.
24289 (uncompface-use-external): New user option.
24290 (uncompface): Call uncompface-internal if uncompface-use-external
24291 is nil.
24292 (uncompface-internal): New function. Note that there are also
24293 some other functions and variables added for this function.
24294
24295 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24296
24297 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24298 if necessary.
24299
24300 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24301
24302 * spam-report.el (spam-report-unplug-agent)
24303 (spam-report-plug-agent, spam-report-deagentize)
24304 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24305 Add support for the Agent in spam-report: when unplugged, report to a
24306 file; when plugged, submit all the requests.
24307
24308 * spam.el (spam-register-routine): Fix message about
24309 registration.
24310
24311 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24312
24313 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24314 dependencies.
24315 (rfc2047-encode): Use it.
24316
24317 * gnus-art.el (gnus-button-marker-list): Move before first
24318 reference.
24319
24320 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24321 (imap-parse-body): Fix format string mismatch.
24322
24323 * gnus-score.el (gnus-summary-increase-score): do.
24324
24325 * nnrss.el (nnrss-close): New function.
24326
24327 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24328
24329 * nnrss.el (nnrss-make-filename): New function.
24330 (nnrss-request-delete-group, nnrss-read-server-data)
24331 (nnrss-save-server-data, nnrss-read-group-data)
24332 (nnrss-save-group-data): Use it.
24333 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24334 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24335 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24336
24337 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24338
24339 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24340
24341 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24342
24343 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24344 files.
24345
24346 * message.el (message-generate-headers-first): Don't quote nil
24347 and t in docstrings.
24348
24349 * imap.el (imap-id): do.
24350
24351 * gnus-agent.el (gnus-agent-consider-all-articles)
24352 (gnus-agent-queue-mail): do.
24353
24354 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24355
24356 * spam-report.el (spam-report-process-queue): New function.
24357 Process requests from `spam-report-requests-file'.
24358 (spam-report-process-queue): Doc fix.
24359
24360 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24361
24362 * spam.el (spam-register-routine)
24363 (spam-log-processing-to-registry, spam-log-registered-p)
24364 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24365 Change "check" to "spam-check" for semi-clarity.
24366
24367 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24368
24369 * pop3.el: Require nnheader.
24370
24371 * mml-smime.el: Require cl. Autoload message-fetch-field.
24372
24373 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24374
24375 * gnus-picon.el: Require cl.
24376
24377 * gnus-fun.el: Require gnus-ems and gnus-util.
24378
24379 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24380
24381 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24382
24383 * gnus-art.el (gnus-article-edit-mode): Define before first
24384 reference.
24385
24386 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24387
24388 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24389 (gnus-uu-post-encoded): Use point-at-bol.
24390
24391 * gnus-topic.el (gnus-group-active-topic-p): do.
24392
24393 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24394
24395 * gnus-group.el (gnus-group-kill-region): do.
24396
24397 * gnus-art.el (article-date-ut): do.
24398
24399 * message.el (message-fetch-field): Remove redundant
24400 case-fold-search binding.
24401 (message-narrow-to-field): Simplify.
24402
24403 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24404
24405 * spam.el (spam-directory): Derive from `gnus-directory'.
24406
24407 * spam-report.el (spam-report-url-to-file)
24408 (spam-report-requests-file): New function and variable for offline
24409 reporting.
24410 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24411 and user defined function.
24412 (spam-report-url-ping-mm-url): Remove doubled slash.
24413
24414 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24415
24416 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24417
24418 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24419
24420 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24421 Fix format string mismatch.
24422
24423 * sieve.el (sieve-deactivate-all): do.
24424
24425 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24426
24427 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24428
24429 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24430
24431 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24432
24433 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24434
24435 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24436 the list of checks.
24437
24438 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24439
24440 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24441 padding.
24442
24443 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24444
24445 * mm-view.el (mm-fill-flowed): New variable.
24446 (mm-inline-text): Use it.
24447
24448 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24449
24450 * spam.el (spam-spamassassin-register-ham-routine)
24451 (spam-spamassassin-register-spam-routine): Fix function names.
24452
24453 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24454
24455 * gnus.el (gnus-tmp-grouplens): Remove.
24456 (gnus-summary-line-format): Remove grouplens.
24457
24458 * gnus-group.el (gnus-group-line-format): Ditto.
24459
24460 * gnus-spec.el (gnus-format-specs): Ditto.
24461 (gnus-update-format-specifications): Flush the group format spec
24462 cache if there's the grouplens stuff.
24463 (gnus-parse-simple-format): Replace %l with the empty string.
24464
24465 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24466
24467 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24468 omission.
24469
24470 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24471
24472 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24473 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24474
24475 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24476
24477 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24478 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24479 New macros and functions.
24480 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24481 Handle > NLINK_MAX messages.
24482 * nnmaildir.el (nnmaildir-request-set-mark):
24483 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24484
24485 2004-01-25 Alex Schroeder <alex@gnu.org>
24486
24487 * spam-stat.el (spam-stat-process-directory-age): New option.
24488 (spam-stat-process-directory): Use it.
24489
24490 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24491
24492 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24493 (spam-stat-save): Accept prefix argument.
24494
24495 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24496
24497 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24498 links" error.
24499
24500 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24501
24502 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24503 compatibility with old .newsrc.eld files.
24504
24505 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24506
24507 * gnus-start.el (gnus-1): do.
24508
24509 * gnus-group.el (gnus-group-line-format-alist): do.
24510
24511 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24512
24513 * gnus-gl.el: Remove.
24514
24515 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24516
24517 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24518 marks consisting of a single range {for example, (3 . 5)} rather
24519 than a list of a single range { ((3 . 5)) }.
24520
24521 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24522
24523 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24524 Use with-current-buffer.
24525 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24526 avoid consing a string.
24527
24528 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24529 Remove obsolete entries for big5 and gb2312.
24530
24531 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24532
24533 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24534 uncompressed list.
24535
24536 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24537
24538 * spam-stat.el (spam-stat-strip-xref): New function.
24539 (spam-stat-process-directory): Use it.
24540
24541 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24542 here -- it's done in message-fetch-field.
24543
24544 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24545
24546 * gnus-agent.el (gnus-agent-queue-mail)
24547 (gnus-agent-prompt-send-queue): New variables.
24548 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24549 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24550 "nndraft:queue" along to gnus-draft-send.
24551 Use gnus-agent-prompt-send-queue.
24552 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24553 is "nndraft:queue". Suggested by Gaute Strokkenes
24554 <gs234@srcf.ucam.org>
24555
24556 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24557 (agent-enable-undownloaded-faces): Add.
24558 (gnus-agent-cat-groups): Use eval-and-compile, not
24559 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24560 method of gnus-agent-cat-groups even when the buffer has been
24561 evalled.
24562 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24563 delete gnus-agent-save-active-1.
24564 (gnus-agent-save-groups): Delete. Identical to
24565 gnus-agent-save-active.
24566 (gnus-agent-write-active): No longer adjust agent's copy of active
24567 file as agent's adjustments are now stored in their own
24568 file. Remove optional parameter.
24569 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24570 servers. Add use of min/max range limits from server's local
24571 file.
24572 (gnus-agent-save-alist): Remove unused optional argument.
24573 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24574 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24575 (gnus-agent-set-local): A per-server file that keeps min/max range
24576 limits for articles known to the agent. Provides a fast mechanism
24577 for altering many active ranges.
24578 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24579 active file (local makes it unnecessary).
24580 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24581
24582 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24583 (agent-enable-undownloaded-faces): Add.
24584
24585 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24586 disable it when sending to "nndraft:queue".
24587 (gnus-group-send-queue): Add safety check to avoid sending queue
24588 when unplugged.
24589
24590 * gnus-group.el (gnus-group-catchup): Use new
24591 gnus-sequence-of-unread-articles, not
24592 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24593 numbers of articles. Use gnus-range-map to avoid having to
24594 uncompress the unread list.
24595 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24596 Fix invalid ange-ftp reference.
24597
24598 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24599 (gnus-sorted-range-intersection): Intersection of two ranges
24600 without requiring that they first be uncompressed.
24601
24602 * gnus-start.el (gnus-activate-group): Unless blocked by the
24603 caller, possibly expand the active range to include both cached
24604 and agentized articles.
24605 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24606 multiple version-dependent converters.
24607 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24608 gnus-agent-save-active.
24609 (gnus-save-newsrc-file): Save dirty agent range limits.
24610
24611 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24612 gnus-agent-possibly-alter-active.
24613 (gnus-adjust-marked-articles): Faster handling of simple lists.
24614
24615 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24616
24617 * spam-stat.el (spam-stat-test-directory): New optional argument
24618 displays a list of files detected. Suggested by Andrew Cohen
24619 <cohen@andy.bu.edu>.
24620 (spam-stat-buffer-words-with-scores): Don't narrow and change
24621 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24622
24623 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24624
24625 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24626 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24627 (spam-spamassassin-arguments)
24628 (spam-spamassassin-spam-flag-header)
24629 (spam-spamassassin-positive-spam-flag-header)
24630 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24631 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24632 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24633 (spam-list-of-processors, spam-list-of-checks)
24634 (spam-list-of-statistical-checks, spam-registration-functions)
24635 (spam-check-spamassassin-headers, spam-check-spamassassin)
24636 (spam-spamassassin-score)
24637 (spam-spamassassin-register-with-sa-learn)
24638 (spam-spamassassin-register-spam-routine)
24639 (spam-spamassassin-register-ham-routine)
24640 (spam-assassin-register-spam-routine)
24641 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24642 (spam-bogofilter-score): Fix to show article before scoring.
24643
24644 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24645
24646 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24647 default scoring function.
24648 (spam-generic-score): Call spam-spamassassin-score if
24649 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24650 spam-bogofilter-score otherwise.
24651
24652 * gnus.el (spam-process, spam-autodetect-methods):
24653 Add spamassassin and spamassassin-headers.
24654
24655 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24656
24657 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24658 Suppress unnecessary messages.
24659
24660 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24661
24662 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24663 make-hash-table.
24664
24665 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24666
24667 * canlock.el (base64-encode-string): Don't autoload it.
24668
24669 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24670
24671 * run-at-time.el: Remove useless (require 'itimer),
24672 eval-and-compile and (featurep 'xemacs).
24673
24674 2004-01-16 Jesper Harder <harder@ifa.au.dk>
24675
24676 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24677 GROUP is a virtual group.
24678
24679 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
24680
24681 * gnus.el: Autoload `message-y-or-n-p'.
24682
24683 2004-01-15 Jesper Harder <harder@ifa.au.dk>
24684
24685 * pgg-parse.el: Remove unnecessary (require 'custom).
24686
24687 * pgg-def.el: do.
24688
24689 * nnmail.el: do.
24690
24691 * gnus-undo.el: do.
24692
24693 * gnus-picon.el: do.
24694
24695 * gnus-util.el: do.
24696
24697 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24698
24699 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24700
24701 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24702
24703 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24704 handle, as well as a list.
24705
24706 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24707 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24708 (mm-w3m-cid-retrieve): Simplify.
24709
24710 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24711
24712 * message.el (message-kill-to-signature): Allow prefix arg to
24713 specify number of lines to keep before signature.
24714
24715 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24716
24717 * message.el (message-kill-to-signature): Change docstring.
24718
24719 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24720
24721 * canlock.el: Always require sha1-el.
24722 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24723
24724 * message.el: Autoload sha1 only when compiling.
24725
24726 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24727
24728 * message.el (message-canlock-generate): Require sha1-el.
24729
24730 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24731
24732 * message.el (message-expand-name): Silence the byte compiler.
24733
24734 2004-01-13 Simon Josefsson <jas@extundo.com>
24735
24736 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24737 Invoke gnus-score-mode.
24738 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24739
24740 * gnus-range.el (gnus-compress-sequence): Doc fix.
24741 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24742
24743 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24744
24745 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24746
24747 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
24748
24749 * spam.el (spam-get-article-as-string): Update to use
24750 gnus-request-article-this-buffer, much simpler.
24751 (spam-get-article-as-buffer): Remove.
24752
24753 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
24754
24755 * message.el (message-expand-name): Use EUDC if the user uses that.
24756
24757 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24758
24759 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24760 character for the encoding to avoid consing a string.
24761
24762 * rfc2047.el (rfc2047-decode-string): Don't cons a string
24763 unnecessarily.
24764
24765 * mm-util.el (mm-replace-chars-in-string): Remove.
24766
24767 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24768 of mm-replace-chars-in-string.
24769
24770 2004-01-11 Jesper Harder <harder@ifa.au.dk>
24771
24772 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24773
24774 * mm-util.el (mm-subst-char-in-string): Support inplace.
24775
24776 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24777 a new string in every iteration. Use shy groups.
24778
24779 2004-01-10 Jesper Harder <harder@ifa.au.dk>
24780
24781 * gnus-srvr.el (gnus-browse-unsubscribe-group):
24782 * gnus-soup.el (gnus-soup-group-brew):
24783 * gnus-msg.el (gnus-put-message):
24784 * gnus-move.el (gnus-group-move-group-to-server):
24785 * gnus-kill.el (gnus-batch-score):
24786 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24787 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24788 (gnus-group-update-group, gnus-group-read-group)
24789 (gnus-group-make-group, gnus-group-make-help-group)
24790 (gnus-group-make-archive-group, gnus-group-make-directory-group)
24791 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24792 (gnus-group-sort-by-unread, gnus-group-catchup)
24793 (gnus-group-unsubscribe-group, gnus-group-kill-group)
24794 (gnus-group-yank-group, gnus-group-set-info)
24795 (gnus-group-list-groups):
24796 * gnus.el (gnus-generate-new-group-name):
24797 * gnus-delay.el (gnus-delay-send-queue):
24798 * nnvirtual.el (nnvirtual-catchup-group):
24799 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24800 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24801 (gnus-group-prepare-topics, gnus-topic-check-topology):
24802 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24803 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24804 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24805 (gnus-group-make-articles-read):
24806 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24807 (gnus-group-change-level, gnus-kill-newsgroup)
24808 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24809 (gnus-get-unread-articles, gnus-make-articles-unread)
24810 (gnus-make-ascending-articles-unread): Use accessor
24811 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24812 to get group information for improved readability.
24813
24814 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24815
24816 * gnus-art.el (article-decode-mime-words, article-babel)
24817 (gnus-article-highlight-signature, gnus-article-add-buttons)
24818 (gnus-signature-toggle): Use gnus-with-article-buffer.
24819
24820 * gnus-art.el (gnus-article-highlight-headers)
24821 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24822
24823 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24824 (gnus-article-set-globals, gnus-request-article-this-buffer)
24825 (gnus-button-message-id, gnus-article-maybe-hide-headers)
24826 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24827 (gnus-mime-display-alternative): Use with-current-buffer.
24828
24829 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24830
24831 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24832 also under 80 char limit, and call gnus-error if needed.
24833 (spam-fetch-article-header): Fix - it was a
24834 buffer-local variable (gnus-newsgroup-data).
24835 (spam-find-spam): Use spam-generate-fake-headers, forget about
24836 spam-insert-fake-headers.
24837 (spam-insert-fake-headers): Remove.
24838
24839 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24840
24841 * deuglify.el (gnus-article-outlook-unwrap-lines)
24842 (gnus-outlook-rearrange-article)
24843 (gnus-outlook-repair-attribution-outlook)
24844 (gnus-outlook-repair-attribution-block)
24845 (gnus-outlook-repair-attribution-other): Remove redundant
24846 save-excursion.
24847
24848 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24849
24850 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24851 (spam-fetch-field-subject-fast)
24852 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24853 (spam-fetch-article-header): Add functions to deal with Gnus
24854 internals for fast retrieval of article header data.
24855 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24856
24857 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24858
24859 * pop3.el (pop3-md5): Remove.
24860 (pop3-apop): Replace pop3-md5 with md5.
24861
24862 * mm-bodies.el: base64 is always built-in.
24863
24864 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24865 Use with-current-buffer.
24866
24867 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
24868
24869 * canlock.el (canlock-insert-header): Remove excessive grouping in
24870 regexp.
24871
24872 * gnus-sum.el (gnus-summary-read-document): Ditto.
24873
24874 * gnus-uu.el (gnus-uu-part-number): Ditto.
24875
24876 * html2text.el (html2text-remove-tags): Ditto.
24877 (html2text-format-tags): Ditto.
24878 (html2text-format-single-elements): Ditto.
24879
24880 * mml.el (mml-parse-1): Ditto.
24881
24882 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24883
24884 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24885
24886 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24887
24888 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24889
24890 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24891
24892 2003-11-15 Simon Josefsson <jas@extundo.com>
24893
24894 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24895 (pgg-gpg-lookup-key): Use regexp match instead of
24896 split-string (split-string is different between emacs 21.2 and
24897 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
24898
24899 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24900
24901 * gnus-art.el (gnus-mime-view-all-parts)
24902 (gnus-article-part-wrapper, gnus-article-view-part):
24903 Use with-current-buffer.
24904
24905 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24906
24907 * spam.el (spam-disable-spam-split-during-ham-respool)
24908 (spam-spamoracle-database, spam-cache-lookups)
24909 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24910 (spam-group-ham-mark-p, spam-group-spam-mark-p)
24911 (spam-group-ham-marks, spam-group-spam-marks)
24912 (spam-group-spam-contents-p, spam-group-ham-contents-p)
24913 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24914 also add spam-use-blackholes to the statistical checks.
24915 (spam-fetch-field-fast): Add interface to fetching fields, may
24916 become a macro.
24917 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24918 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24919 (spam-insert-fake-headers): Fake an article when needed.
24920 (spam-find-spam): Fake article when possible.
24921 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24922 (spam-check-bogofilter-headers): Use message-fetch-field instead
24923 of nnmail-fetch-field.
24924
24925 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
24926
24927 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24928
24929 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24930
24931 * spam.el (spam-split): Do not require spam-use-CHECK to be
24932 enabled if that check is passed to spam-split explicitly; also
24933 fix so 'spam doesn't get converted to spam-split-group when
24934 spam-split-symbolic-return is t.
24935 (spam-find-spam): Find registrations of the article and use those
24936 instead of re-running spam-split to find the spam/ham
24937 classification of the article.
24938 (spam-log-processing-to-registry, spam-log-registered-p)
24939 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24940 Use gnus-error instead of gnus-message.
24941 (spam-log-registration-type): Add function to determine the
24942 classification of a message based on registry entries; will
24943 return nil if both 'spam and 'ham are found.
24944 (spam-check-BBDB): Expand all the BBDB macros here so we can have
24945 a reasonably fast local cache without the loading errors.
24946 (spam-cache-lookups): Set to t by default.
24947 (spam-find-spam): Don't try to guess spam-cache-lookups.
24948 (spam-enter-whitelist, spam-enter-blacklist): Clear the
24949 spam-caches entry.
24950 (spam-filelist-build-cache, spam-filelist-check-cache):
24951 Fix caching of whitelist/blacklist entries.
24952 (spam-check-whitelist, spam-check-blacklist):
24953 Invoke spam-from-listed-p with a type, not a cache variable.
24954 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24955
24956 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24957
24958 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24959
24960 * nnmail.el (nnmail-split-fancy): do.
24961
24962 * mml.el (mml-parse): do.
24963
24964 * gnus-score.el (gnus-enter-score-words-into-hashtb)
24965 (gnus-score-adaptive): do.
24966
24967 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24968
24969 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24970 (gnus-mime-button-map): Don't set keymap parent.
24971 (gnus-button-ctan-directory-regexp): Use shy grouping.
24972 (gnus-prev-page-map): Don't set keymap parent.
24973 (gnus-prev-page-map): Remove duplicated one.
24974 (gnus-next-page-map): Don't set keymap parent.
24975 (gnus-mime-security-button-map): Ditto.
24976
24977 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24978 version number.
24979
24980 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24981
24982 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24983
24984 * canlock.el (canlock-sha1-function): Remove.
24985 (canlock-sha1-function-for-verify): Remove.
24986 (canlock-openssl-program): Remove.
24987 (canlock-openssl-args): Remove.
24988 (canlock-ignore-errors): Remove.
24989 (canlock-sha1-with-openssl): Remove.
24990 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24991 (canlock-verify): Don't use canlock-ignore-errors.
24992
24993 * sha1-el.el (sha1-string-external): Make it can return a string
24994 in binary form.
24995 (sha1-region-external): Ditto.
24996 (sha1-string-internal): Ditto.
24997 (sha1-region-internal): Ditto.
24998 (sha1-region): Ditto.
24999 (sha1-string): Ditto.
25000 (sha1): Ditto.
25001
25002 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25003
25004 * spam.el (spam-report-articles-gmane): New command.
25005
25006 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25007
25008 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25009
25010 * run-at-time.el (run-at-time-saved): Remove.
25011 (run-at-time): Doc fix.
25012
25013 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25014
25015 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25016 (gnus-summary-limit-map): Add it.
25017 (gnus-summary-make-menu-bar): do.
25018
25019 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25020
25021 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25022 Make attempt at some caching support (done for BBDB only now).
25023 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25024 addresses to be checked.
25025 (spam-clear-cache-BBDB): Add function, to be invoked by
25026 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25027 (spam-check-BBDB): Check and use the caches, if
25028 spam-cache-lookups is on, remove superfluous (provide).
25029
25030 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25031
25032 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25033
25034 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25035
25036 * run-at-time.el (run-at-time-saved): Move to after the definition
25037 of `run-at-time'.
25038
25039 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25040
25041 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25042 mm-w3m-local-map-property.
25043
25044 * mm-view.el (mm-w3m-mode-map): Remove.
25045 (mm-w3m-local-map-property): Remove.
25046 (mm-inline-text-html-render-with-w3m): Don't use
25047 mm-w3m-local-map-property.
25048
25049 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25050
25051 * run-at-time.el: New file.
25052
25053 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25054 of gnus-set-text-properties.
25055
25056 * gnus-uu.el (gnus-uu-save-article): Ditto.
25057
25058 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25059
25060 * gnus-cite.el (gnus-cite-parse): Ditto.
25061
25062 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25063 of gnus-.
25064
25065 * gnus.el: Change calls to nnheader-run-at-time and
25066 password-run-at-time throughout to use run-at-time directly.
25067
25068 * password.el: Remove definition of run-at-time.
25069
25070 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25071
25072 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25073 in prompt.
25074
25075 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25076
25077 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25078 XEmacs version.
25079
25080 * dns.el (dns-make-network-process): Use `open-network-stream'
25081 instead of `gnus-xmas-open-network-stream'.
25082
25083 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25084
25085 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25086
25087 * gnus-art.el (gnus-mime-display-alternative)
25088 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25089 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25090 Don't use gnus-local-map-property.
25091
25092 * gnus-util.el (gnus-local-map-property): Remove.
25093
25094 * mm-view.el (mm-view-pkcs7-decrypt):
25095 Replace gnus-completing-read-maybe-default with completing-read.
25096
25097 * gnus-util.el (gnus-completing-read): do.
25098 (gnus-completing-read-maybe-default): Remove.
25099
25100 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25101
25102 * password.el: Only autoload `run-at-time' if not XEmacs.
25103 Only autoload the itimer functions if XEmacs.
25104
25105 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25106
25107 * gnus-art.el (gnus-read-string): Remove.
25108 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25109 read-string.
25110
25111 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25112
25113 * netrc.el: Autoload password-read.
25114 (netrc): Add configuration group.
25115 (netrc-encoding-method, netrc-openssl-path):
25116 Add variables for encoding and decoding of files with symmetric
25117 ciphers.
25118 (netrc-encode): Add assistant function to encode a file with
25119 netrc-encoding-method.
25120 (netrc-parse): Add interactive parameter, added optional
25121 decoding if netrc-encoding-method is non-nil but otherwise
25122 behavior is standard.
25123 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25124 Do s/encode/encrypt/ everywhere.
25125
25126 * spam.el: Remove executable-find autoload.
25127
25128 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25129
25130 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25131
25132 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25133
25134 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25135
25136 * gnus-art.el (gnus-treat-ansi-sequences)
25137 (article-treat-ansi-sequences): New variable and function.
25138 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25139
25140 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25141 Use it.
25142
25143 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25144
25145 * mm-util.el (mm-quote-arg): Remove.
25146
25147 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25148 shell-quote-argument.
25149
25150 * gnus-uu.el (gnus-uu-command): do.
25151
25152 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25153
25154 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25155 with make-char.
25156
25157 * mm-util.el (mm-make-char): Remove.
25158
25159 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25160 add-minor-mode.
25161
25162 * gnus-undo.el (gnus-undo-mode): do.
25163
25164 * gnus-topic.el (gnus-topic-mode): do.
25165
25166 * gnus-sum.el (gnus-dead-summary-mode): do.
25167
25168 * gnus-start.el (gnus-slave-mode): do.
25169
25170 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25171
25172 * gnus-ml.el (gnus-mailing-list-mode): do.
25173
25174 * gnus-gl.el (gnus-grouplens-mode): do.
25175
25176 * gnus-draft.el (gnus-draft-mode): do.
25177
25178 * gnus-dired.el (gnus-dired-mode): do.
25179
25180 * gnus-ems.el (gnus-add-minor-mode): Remove.
25181
25182 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25183 Replace gnus-char-width with char-width.
25184
25185 * gnus-ems.el (gnus-char-width): Remove.
25186
25187 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25188 Replace gnus-char-width with char-width.
25189
25190 * gnus-ems.el (gnus-char-width): Remove.
25191
25192 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25193 definition.
25194 Remove Emacs 20 hash table compatibility code.
25195
25196 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25197 20 compatibility code.
25198
25199 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25200
25201 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25202
25203 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25204 Replace with point-at-{eol,bol}.
25205
25206 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25207
25208 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25209
25210 * flow-fill.el (fill-flowed-point-at-bol)
25211 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25212
25213 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25214 Replace with point-at-{eol,bol} throughout all files.
25215
25216 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25217
25218 * ntlm.el (ntlm-string-as-unibyte): New macro.
25219 (ntlm-build-auth-response): Use it.
25220
25221 Remove Emacs 20 stuff:
25222 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25223 of delq and copy-sequence.
25224 * gnus-art.el (popup-menu): Remove the compiler macro.
25225 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25226 Emacs 20.
25227
25228 2004-01-05 Simon Josefsson <jas@extundo.com>
25229
25230 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25231 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25232 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25233 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25234 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25235 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25236 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25237 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25238 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25239 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25240 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25241 string-xor into ntlm-string-xor.
25242 Suggested by Jesper Harder <harder@myrealbox.com>.
25243
25244 * ntlm.el: Don't include poem.
25245
25246 * md4.el (print-int32, print-string-hexa): Remove.
25247 Suggested by Jesper Harder <harder@myrealbox.com>.
25248
25249 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25250
25251 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25252 probably breaks emacs with DL patch, but do we care? Is anyone
25253 still using the DL stuff?)
25254
25255 * sieve-manage.el: Use the password package.
25256 (sieve-manage-read-passwd): Remove.
25257 (sieve-manage-interactive-login): Use password. Re-add
25258 condition-case around loop.
25259
25260 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25261 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25262 Use the password package.
25263
25264 2003-02-19 Simon Josefsson <jas@extundo.com>
25265
25266 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25267 token.
25268
25269 2002-08-07 Simon Josefsson <jas@extundo.com>
25270
25271 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25272 (sieve-manage-authenticators):
25273 (sieve-manage-authenticator-alist): Add some SASL mechs.
25274 (sieve-sasl-auth): New function.
25275 (sieve-manage-cram-md5-auth):
25276 (sieve-manage-plain-auth): Rewrite using SASL library.
25277 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25278 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25279 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25280 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25281
25282 2004-01-05 Simon Josefsson <jas@extundo.com>
25283
25284 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25285 New files.
25286
25287 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25288
25289 * gnus-group.el (gnus-no-groups-message): Update.
25290
25291 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25292
25293 2003-11-09 Simon Josefsson <jas@extundo.com>
25294
25295 * imap.el: Support for ID IMAP extension (RFC 2971).
25296 (imap-local-variables): Add imap-id.
25297 (imap-id): New variable.
25298 (imap-id): New function.
25299 (imap-parse-response): Parse untagged ID response.
25300 * nnimap.el (nnimap-id): New variable.
25301 (nnimap-open-connection): Use it.
25302
25303 2003-12-28 Simon Josefsson <jas@extundo.com>
25304
25305 * gnus-score.el (gnus-score-edit-all-score): New.
25306 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25307
25308 2004-01-04 Simon Josefsson <jas@extundo.com>
25309
25310 * password.el: Add.
25311
25312 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25313
25314 * dns.el (dns-query-types): Fix typo.
25315 (dns-query-types): New function.
25316 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25317 PTR and SOA replies, see RFC 1035.
25318
25319 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25320
25321 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25322
25323 * Move to Changelog.2.
25324
25325 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25326
25327 * gnus.el (gnus-version-number): Bump version.
25328
25329 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25330
25331 * gnus.el: No Gnus v0.1 is released.
25332
25333 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25334
25335 * gnus.el: No Gnus v0.0 is released.
25336
25337 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25338
25339 * gnus.el (gnus-version-number): Bump.
25340 (gnus-version): No.
25341
25342 See ChangeLog.2 for earlier changes.
25343
25344 Copyright (C) 2004-2013 Free Software Foundation, Inc.
25345
25346 This file is part of GNU Emacs.
25347
25348 GNU Emacs is free software: you can redistribute it and/or modify
25349 it under the terms of the GNU General Public License as published by
25350 the Free Software Foundation, either version 3 of the License, or
25351 (at your option) any later version.
25352
25353 GNU Emacs is distributed in the hope that it will be useful,
25354 but WITHOUT ANY WARRANTY; without even the implied warranty of
25355 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25356 GNU General Public License for more details.
25357
25358 You should have received a copy of the GNU General Public License
25359 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25360
25361 ;; Local Variables:
25362 ;; coding: utf-8
25363 ;; fill-column: 79
25364 ;; add-log-time-zone-rule: t
25365 ;; End: