lisp/gnus/gnus-icalendar.el: Fix org-timestamp for events ending at midnight; RSVP...
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
2
3 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
4 (gnus-icalendar-identities): Support additional-identities.
5
6 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
7
8 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
9 org-timestamp for events ending at midnight.
10
11 2013-11-21 Ivan Shmakov <ivan@siamics.net> (tiny change)
12
13 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
14 .log files.
15
16 2013-11-20 David Engster <deng@randomsample.de>
17
18 * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
19
20 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
21
22 * message.el (message-beginning-of-line):
23 Use beginning-of-visual-line when visual-line-mode is turned on.
24
25 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
26
27 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
28 (gnus-icalendar-event-from-ical)
29 (gnus-icalendar-event->org-entry)
30 (gnus-icalendar--update-org-event): Required/optional participation,
31 list of attendees synced to org.
32
33 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
34
35 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
36 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
37 cancellations to be synced to org if the original appt has an org
38 outline.
39
40 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
41
42 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
43 (gnus-icalendar-event->org-entry)
44 (gnus-icalendar--update-org-event)
45 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
46
47 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
48
49 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
50 Fix timezone handling in gnus-icalendar export to org.
51
52 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
53
54 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
55
56 2013-10-30 Glenn Morris <rgm@gnu.org>
57
58 * gnus-group.el (gnus-group-browse-foreign-server):
59 * gnus-int.el (gnus-start-news-server):
60 Silence compiler obsolescence warning.
61
62 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
63
64 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
65 `nnoo-current-server' first, then for the actual `nnimap-address' to
66 allow netrc entries for the nnoo server to coexist with netrc entries
67 for the `nnimap-address'.
68
69 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
70
71 * mm-decode.el (mm-dissect-buffer): Revert last change.
72 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
73 The problem that motivated those changes was attributed to a broken
74 mail sender, and has been fixed.
75
76 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
77
78 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
79 token is missing in the Content-Type header.
80
81 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
82
83 2013-09-18 Glenn Morris <rgm@gnu.org>
84
85 * gnus-util.el (image-size): Declare.
86
87 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
88
89 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
90 (gnus-icalendar-event-from-ical)
91 (gnus-icalendar-event--build-reply-event-body)
92 (gnus-icalendar-event-reply-from-buffer)
93 (gnus-icalendar-find-org-event-file)
94 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
95 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
96
97 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
98
99 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
102 Use save-current-buffer.
103 (gnus-tree-mode-map): Initialize in the declaration.
104 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
105 (scroll-in-place): Defvar it.
106 (gnus-tmp-*): Defvar them.
107 (gnus-get-tree-buffer): Use derived-mode-p.
108 (gnus--let-eval): New macro.
109 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
110 non-prefixed variables.
111 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
112
113 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
114 vars since it doesn't seem to be available.
115 (gnus-set-global-variables, gnus-summary-read-group-1)
116 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
117 (gnus-summary-display-article, gnus-summary-select-article)
118 (gnus-summary-next-article, gnus-offer-save-summaries)
119 (gnus-summary-generic-mark): Use derived-mode-p.
120 (gnus-summary-read-group-1, gnus-summary-exit)
121 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
122 Adjust calls to gnus-tree-close and gnus-tree-open.
123
124 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
125
126 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
127 (gnus-agent-mode): Use derived-mode-p.
128 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
129 gnus-command-method and *-command-method to nil, but bind
130 gnus-command-method to *-command-method instead!
131 (gnus-agent-fetch-articles): Remove unused var `id'.
132 (gnus-agent-fetch-headers): Remove unused arg `force'.
133 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
134 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
135 (gnus-agent-short-article, gnus-agent-long-article)
136 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
137 first use.
138 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
139 `score-param'.
140 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
141 (gnus-get-predicate): Push in front of the cache, rather than end.
142 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
143 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
144 (gnus-agent-expire-unagentized-dirs): Don't rebind
145 gnus-agent-expire-current-dirs since the defvar silences the warning.
146 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
147 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
148 (gnus-agent-regenerate): Simplify interactive spec and doc.
149
150 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
151
152 * gnus-int.el (gnus-open-server): Silence compiler.
153
154 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
155
156 * message.el (message-display-completion-list): Abolish.
157 (message-completion-in-region): Use display-completion-list.
158
159 2013-09-17 Glenn Morris <rgm@gnu.org>
160
161 * gnus-util.el (gnus-message-with-timestamp-1):
162 Use `messages-buffer' function if available. Ignore read-only.
163
164 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
165
166 * message.el (message-expand-group, message-completion-in-region):
167 Correct the order of start and end of a region.
168
169 2013-09-13 Glenn Morris <rgm@gnu.org>
170
171 * mml2015.el (gnus-create-image): Autoload it.
172
173 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
174
175 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
176 (image-size): Declare.
177
178 2013-09-12 Glenn Morris <rgm@gnu.org>
179
180 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
181 Avoid using `find', which i) might not be defined at runtime;
182 ii) does not work, since its default test is eql, not equal.
183 (gnus-mime-action-alist): Declare.
184
185 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * score-mode.el (gnus-score-mode-map): Move initialization
188 into declaration.
189 (gnus-score-mode): Use define-derived-mode.
190 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
191 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
192 into declaration.
193 (gnus-kill-file-mode): Use define-derived-mode.
194 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
195 Use derived-mode-p.
196 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
197 (gnus-group-setup-buffer, gnus-group-name-at-point)
198 (gnus-group-make-web-group, gnus-group-enter-directory)
199 (gnus-group-suspend): Use derived-mode-p.
200 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
201 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
202 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
203 (gnus-article-setup-buffer, gnus-article-prepare)
204 (gnus-article-prepare-display, gnus-sticky-article)
205 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
206 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
207 (gnus-article-read-summary-keys): Use derived-mode-p.
208
209 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
210
211 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
212
213 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
214
215 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
216 shift_jis from the default value set for Japanese users.
217
218 2013-08-13 Glenn Morris <rgm@gnu.org>
219
220 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
221
222 * gnus.el (gnus-valid-select-methods): Fix type.
223
224 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
225
226 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
227
228 * mm-decode.el (mm-display-external): Run a timer for the temp files
229 deletion after a viewer exits; add a deletion timer for the needsterm
230 case, too.
231
232 * mm-decode.el (mm-display-external): Try to delete temporary files by
233 using a 1-min. timer.
234
235 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
236
237 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
238 New internal variables.
239 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
240 (mm-display-external): Use it to delete temporary files instead of
241 using timers.
242
243 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
244
245 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
246 with cond for backwards compatability.
247
248 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
249
250 * mm-decode.el (mm-display-external): Bind process-connection-type to
251 nil; don't delete a temp file immediately even if a viewer finishes,
252 since it may be a shell script, like xdg-open, that launches a real
253 viewer program belatedly.
254
255 2013-08-05 Dave Abrahams <dave@boostpro.com>
256
257 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
258 that we can create nndoc groups that excerpt other groups.
259
260 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
261
262 * gnus-delay.el (gnus-delay-article): Fix typo.
263
264 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
265 articles.
266
267 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
268 we can get spell-checking etc.
269
270 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
271
272 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
273 a single one used for encoding the whole text in a header.
274
275 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
276
277 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
278 before sending.
279
280 * mm-decode.el (mm-command-output): New face.
281 (mm-display-external): Use it.
282
283 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
284
285 * nnmbox.el (nnmbox-request-article): Don't change point.
286
287 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
288
289 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
290 Include `handle' parameter.
291
292 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
293
294 * gnus-icalendar.el: New file.
295
296 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
297
298 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
299
300 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
301 dummy roots, too.
302
303 2013-08-01 David Edmondson <dme@dme.org>
304
305 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
306 out on ttys.
307
308 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
309
310 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
311 not empty.
312
313 * nnrss.el (nnrss-discover-feed): Indent.
314
315 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
316
317 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
318
319 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
320
321 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
322 dirty to ensure nnimap data being saved.
323
324 2013-07-30 Tassilo Horn <tsdh@gnu.org>
325
326 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
327 menu entry.
328
329 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
330 the current thread's total score instead of the current article's
331 score.
332
333 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
334 (gnus-sort-threads-recursively): Delete defcustom.
335 (gnus-sort-threads-recursive): Adapt accordingly.
336
337 2013-07-30 Tassilo Horn <tsdh@gnu.org>
338
339 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
340 (gnus-sort-threads-recursive): Use it.
341 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
342 again. Now that determines how to sort subthreads.
343
344 2013-07-26 Tassilo Horn <tsdh@gnu.org>
345
346 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
347 (gnus-sort-threads): Use it.
348
349 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
350
351 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
352 punctuation characters follow parentheses (bug#14950).
353
354 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
355
356 * gnus.el (gnus-continuum-version):
357 * gnus-msg.el (gnus-extended-version): Simplify.
358
359 * gnus.el (gnus-continuum-version-1): Remove.
360 * gnus-msg.el (gnus-bug): Revert.
361
362 Calculate gnus-version correctly on Cygwin.
363
364 * gnus.el (gnus-continuum-version): Do main calculations in integers.
365 (gnus-continuum-version-1): New function, return a string.
366
367 * gnus-msg.el (gnus-extended-version, gnus-bug):
368 Use gnus-continuum-version-1 instead of gnus-continuum-version.
369
370 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
371
372 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
373 (bug#13384).
374
375 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
376
377 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
378 that were only relevant in a development version a long time ago.
379
380 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
381
382 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
383 that the old Emacs 24s bundle.
384
385 2013-07-10 David Engster <deng@randomsample.de>
386
387 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
388 if `gnus-newsrc-file-version' does not match `gnus-version'.
389 This fixes a bug in Emacs trunk where the 'unexist' marks were always
390 removed at startup because "Gnus v5.13" was considered smaller than "Ma
391 Gnus v0.03".
392
393 2013-07-10 Tassilo Horn <tsdh@gnu.org>
394
395 * gnus.el (gnus-summary-line-format):
396 Reference `gnus-user-date-format-alist' for the &user-date; format, not
397 `gnus-summary-user-date-format-alist'.
398
399 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
400
401 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
402 delete files (bug#13481).
403
404 2013-07-08 Tassilo Horn <tsdh@gnu.org>
405
406 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
407
408 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
409
410 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
411 display images.
412
413 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
414
415 * message.el (message-cancel-news): According to
416 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
417 preferred over "cmsg cancel" in the Subject.
418
419 * nnir.el (nnir-engines): Note that the group specs are regexps
420 (bug#13238).
421
422 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
423 gotten read-only text properties, ensure that those aren't heeded when
424 copying stuff over (bug#13434).
425
426 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
427 (bug#13762).
428
429 2013-07-05 David Kastrup <dak@gnu.org>
430
431 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
432 authinfo file again (important for blank passwords). This had been
433 broken with 2013-06-15 change.
434
435 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
436
437 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
438 Revert 2013-01-14 change.
439
440 2013-07-02 David Engster <deng@randomsample.de>
441
442 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
443 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
444 to see whether the group was synced before.
445
446 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
447
448 * nnimap.el (nnimap-request-move-article): Decode the group name when
449 doing internal moves to avoid charset issues.
450
451 2013-07-02 Julien Danjou <julien@danjou.info>
452
453 * nnimap.el (nnimap-request-list):
454 Revert change that made listing synchronous.
455 (nnimap-get-responses): Restore.
456
457 2013-07-02 Dave Abrahams <dave@boostpro.com>
458
459 * nnimap.el (nnimap-change-group): Document result value.
460
461 * nnimap.el (nnimap-find-article-by-message-id):
462 Account for the fact that nnimap-change-group can return t.
463
464 2013-07-02 Julien Danjou <julien@danjou.info>
465
466 * nnimap.el (nnimap-request-head):
467 Resture to-buffer parameter, used by `nnimap-request-move-article'.
468
469 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
470
471 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
472 supported by nnimap actually. Reverts previous change.
473
474 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
475 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
476 to-buffer argument that is already supported.
477
478 2013-07-02 Julien Danjou <julien@danjou.info>
479
480 * nnimap.el (nnimap-get-responses): Remove, unused.
481
482 2013-07-02 Julien Danjou <julien@danjou.info>
483
484 * nnimap.el (nnimap-request-articles-find-limit): Rename from
485 `nnimap-request-move-articles-find-limit' since we do not use it
486 only for move operations.
487 (nnimap-request-accept-article):
488 Use `nnimap-request-articles-find-limit' to limit search by message-id.
489
490 2013-07-02 Julien Danjou <julien@danjou.info>
491
492 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
493
494 * nnimap.el (nnimap-log-buffer):
495 Check that `window-point-insertion-type' is boundp, since it's not
496 available in XEmacs.
497
498 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
499
500 * nnimap.el (nnimap-log-buffer):
501 Add this, setting `window-point-insertion-type' in the buffer to t.
502 (nnimap-log-command): Use nnimap-log-buffer.
503
504 2013-07-02 Julien Danjou <julien@danjou.info>
505
506 * nnimap.el (nnimap-find-article-by-message-id):
507 Add an optional limit argument to be able to limit the search.
508 (nnimap-request-move-article):
509 Use `nnimap-request-move-articles-find-limit'.
510 (nnimap-request-move-articles-find-limit):
511 Add this to limit the search by Message-Id after a message move.
512 (nnimap): Add defgroup.
513
514 2013-07-02 Julien Danjou <julien@danjou.info>
515
516 * nnimap.el (nnimap-find-article-by-message-id):
517 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
518 (nnimap-possibly-change-group): Add read-only argument.
519 (nnimap-request-list): Use nnimap-possibly-change-group rather than
520 issuing EXAMINE manually.
521 (nnimap-find-article-by-message-id):
522 Use `nnimap-possibly-change-group' with read-only argument.
523 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
524 We cannot possibly change because we need to be sure that it's either
525 read-write or read-only.
526
527 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
528
529 * gnus-sum.el (gnus-summary-insert-old-articles):
530 Don't include unexisting messages.
531
532 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
533
534 * gnus-start.el (gnus-clean-old-newsrc):
535 Remove totally bogus `unexists' entries.
536 (gnus-clean-old-newsrc): Fix last checkin.
537
538 * nnimap.el (nnimap-update-info):
539 None of the articles below the active low-water mark exist.
540
541 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
542
543 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
544
545 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
546
547 * nnimap.el (nnimap-request-scan):
548 Allow `nnimap-inbox' to be a list of inboxes.
549
550 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
551
552 * gnus-group.el (gnus-group-expire-articles-1):
553 Don't try to expire messages that don't exist.
554
555 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
556
557 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
558
559 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
560
561 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
562
563 * gnus-start.el (gnus-clean-old-newsrc):
564 Delete `unexist' from pre-Ma Gnus 0.3.
565
566 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
567
568 * gnus-sum.el (gnus-summary-local-variables):
569 Make `gnus-newsgroup-unexist' into a local variable.
570
571 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
572
573 * gnus-sum.el (gnus-adjust-marked-articles):
574 Add to `gnus-newsgroup-unexist'.
575
576 * gnus.el (gnus-article-mark-lists):
577 Add `unexist' to the list of marks.
578 (gnus-article-special-mark-lists):
579 Put the `unexist' in the special marks list instead.
580
581 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
582 articles in the list of articles to be selected.
583
584 * nnimap.el (nnimap-retrieve-group-data-early):
585 Query for unexisting articles.
586 (nnimap-update-info): Keep track of unexisting articles.
587 (nnimap-update-qresync-info): Ditto.
588
589 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
590
591 * gnus-start.el (gnus-clean-old-newsrc): New function.
592 (gnus-read-newsrc-file): Use it.
593
594 2013-07-02 Daiki Ueno <ueno@gnu.org>
595
596 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
597 of 'create-image' for XEmacs compatibility; check errors when decoding
598 image. Reported by Uwe Brauer.
599
600 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
601
602 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
603 gnus-button-push revised at 2011-01-19.
604
605 2013-06-19 Glenn Morris <rgm@gnu.org>
606
607 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
608
609 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
610
611 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
612
613 2013-06-18 Glenn Morris <rgm@gnu.org>
614
615 * eww.el, shr.el, shr-color.el: Move to ../net.
616
617 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
618
619 * shr.el (shr-tag-table): Insert the images after the table, so that
620 they're not covered by the table colourisation, which often looked
621 awkward.
622 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
623 <dd>.
624
625 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
626
627 * eww.el (eww-detect-charset): Improve regexp; move backward.
628
629 2013-06-18 Glenn Morris <rgm@gnu.org>
630
631 * mm-decode.el (widget-convert-button): Autoload.
632
633 * sieve-manage.el (mm-enable-multibyte): Autoload.
634
635 * shr.el (libxml-parse-html-region): Declare.
636 (shr-render-buffer): Explicit error if no libxml2 support.
637
638 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
639
640 * auth-source.el (auth-source-current-line): New function.
641 (auth-source-netrc-parse-entries): When a data token is "machine",
642 assume we're in the wrong place and abort parsing the current line.
643
644 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
645
646 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
647 (eww-convert-widgets): Don't bug out if the first widget starts at the
648 beginning of the buffer.
649 (eww-convert-widgets): Fix last patch.
650 (eww-tag-input): Support <input type=image>.
651
652 * shr.el (shr-insert-table): Respect border-collapse: collapse.
653 (shr-tag-base): Protect against base specs that are degenerate.
654 (shr-ensure-paragraph): Don't delete empty lines that have text
655 properties, because these may be input fields.
656
657 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
658 we can navigate to them.
659
660 * shr.el (shr-colorize-region): Put the colours over the entire region.
661 (shr-inhibit-decoration): New variable.
662 (shr-add-font): Use it to inhibit text property decorations while doing
663 preliminary table renderings. This speeds up typical Wikipedia page
664 renderings by 15%.
665 (shr-tag-span): Don't respect the <title>, because that overwrites the
666 help-echo from links inside the spans.
667 (shr-next-link): Use `help-echo' for navigation, so that we can
668 navigate to form elements, too.
669
670 * eww.el (eww-button): New face.
671 (eww-convert-widgets): Use it to make submit buttons more button-like.
672
673 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
674 that Gnus commands work.
675
676 * shr.el (shr-render-td): Support horizontal alignment.
677
678 * eww.el (eww-put-color): Remove.
679 (eww-colorize-region): Use `add-face-text-property'.
680
681 * shr.el (shr-add-font): Append face data, so that we get the correct
682 precedence: The innermost value (which is applied first) wins.
683 (shr-make-overlay): Obsolete function.
684
685 * mm-decode.el (mm-convert-shr-links): New function to convert
686 new-style shr URL links into widgets.
687 (mm-shr): Use it.
688
689 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
690 widget commands, since we're no longer using widgets for links.
691
692 * shr.el (shr-next-link): New command.
693 (shr-previous-link): New command.
694 (shr-urlify): Don't use `widget-convert', because that's slow.
695 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
696 because collecting the overlays and reapplying them when generating
697 tables is slow.
698 (shr-insert-table): Ditto.
699
700 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
701
702 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
703 * shr.el (browse-url): Require `url'.
704 * eww.el (url): Require format-spec.
705
706 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
707
708 * eww.el (eww-display-html): Default to using the entire window width.
709 (eww-browse-url): Don't add a User-Agent header (twice), because that
710 makes Bing refuse connection.
711
712 * shr.el (shr-make-table): Cache the table rendering at the table
713 level, and not the <td> level. This is a bit faster.
714
715 * eww.el (eww-render): Go to the correct ID when given URLs ending with
716 #id.
717
718 * shr.el (shr-tag-li): Don't require a new paragraph, since other
719 browsers don't.
720 (shr-expand-url): Respect #anchor links.
721 (shr-parse-base): Chop off the anchor before using.
722 (shr-descend): Respect display: none.
723 (shr-descend): Allow marking elements that have certain IDs.
724
725 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
726
727 * shr.el (shr-expand-url): Don't bug out on zero-length links.
728
729 * eww.el (eww-tag-textarea): Support <textarea>.
730
731 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
732
733 * shr.el (shr-dom-to-xml): Fix function call.
734
735 * eww.el (eww): New group.
736 (eww-header-line-format): New custom variable.
737 (eww-current-title): New variable.
738 (eww-display-html): Update header and handle title tag.
739 (eww-update-header-line-format): New function.
740 (eww-tag-title): New function.
741
742 * shr.el (shr-dom-to-xml): New function.
743 (shr-tag-svg): Add support for the SVG tag.
744 (shr-bullet): New custom variable.
745 (shr-tag-li): Support custom bullet in unordered lists.
746
747 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
748
749 * shr.el (shr-expand-url): Respect // URLs.
750
751 * eww.el (eww-tag-body): Override the shr body rendering so that we can
752 put a background colour onto the entire buffer.
753 (eww-render): When being redirected, use the redirect URL as the new
754 base URL.
755
756 * shr.el (shr-parse-base): Fix parsing error.
757
758 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
759
760 * shr.el (shr-parse-base): New function.
761 (shr-expand-url): Use it to expand relative URLs reliably.
762
763 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
764
765 * auth-source.el (auth-source-search-collection): Fix docstring.
766 (auth-source-netrc-parse): Refactor and improve netrc parser to support
767 single-quoted strings and multiline entries.
768 (auth-source-netrc-parse-next-interesting)
769 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
770 New functions to support parser.
771
772 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
773
774 * eww.el (eww-submit): Get submit button logic right when hitting RET
775 on non-submit buttons.
776
777 * shr.el: Remove shr-preliminary-table-render, since that can't really
778 be used for anything in practice.
779
780 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
781
782 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
783 (sieve-manage-quit).
784
785 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
786
787 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
788 control the maximum size of photo ID image.
789 (mml2015-epg-key-image-to-string): Respect it.
790
791 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
792
793 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
794 instead of the final one so that we can more easily distinguish them.
795
796 * eww.el (eww-submit): Compute the submission URL correctly.
797
798 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
801 Use plist-get rather than CL's getf.
802 (sieve-manage-parse-capability): Avoid CL's remove-if.
803
804 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
805
806 * shr.el (shr-expand-url): Expansion should chop off the bits after the
807 last slash.
808
809 * eww.el (eww-tag-select): Use the first value as the default value.
810
811 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
812
813 * eww.el (eww): Prepend urls with http:// if scheme is missing.
814 (eww-mode): Use `define-derived-mode'.
815 (eww-parse-headers): Parse headers from beginning of buffer so that
816 file:// links work.
817
818 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
819
820 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
821
822 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
823
824 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
825 to handle them at all.
826
827 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
828
829 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
830 work, too.
831 (eww-tag-select): Implement <select>.
832
833 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
834
835 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
836 stream managing functions by using open-protocol-stream to do most of
837 the work. Has the nice benefit of enabling STARTTLS.
838 Wait for capabilities after STARTTLS: following RFC5804, the server
839 sends new capabilities after successfully establishing a TLS connection
840 with the client. The client should update the cached list of
841 capabilities, but we just ignore the answer for now.
842 (sieve-manage-network-p, sieve-manage-network-open)
843 (sieve-manage-starttls-p, sieve-manage-starttls-open)
844 (sieve-manage-forward, sieve-manage-streams)
845 (sieve-manage-stream-alist): Remove unneeded functions neither in the
846 API, nor called by any other function.
847 Enable Multibyte for SieveManage buffers: The parser won't properly
848 handle umlauts and line endings unless multibyte is turned on in the
849 process buffer.
850
851 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
852
853 * eww.el (eww-tag-input): Support password fields.
854 (eww-submit): Support POST.
855
856 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
857
858 * eww.el (eww-tag-form): Protect against degenerate forms.
859
860 * shr.el (shr-expand-url): Expand URLs that start with a slash
861 correctly.
862
863 * eww.el (eww-submit): Get submit button logic right.
864
865 * shr.el (shr-final-table-render): New variable to signal when we're
866 doing the final table rendering so that we can collect more data at
867 that point.
868
869 * eww.el (eww-submit): Make form submission work.
870 (eww-tag-input): Implement submit buttons.
871 (eww-click-radio): Implement radio and checkboxes.
872 (eww-submit): Handle hidden elements.
873
874 * shr.el (shr-descend): Allow other packages to override (or provide)
875 rendering of elements.
876 (shr-expand-url): Strip query strings from URLs before expanding them.
877
878 * eww.el: Don't require cl-lib.
879 (eww-tag-form): Start form support.
880
881 * eww.el: Start writing a new, tiny web browser.
882 (eww-previous-url): New command.
883 (eww-quit): New command.
884
885 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
886
887 * sieve.el: Put point at beginning of buffer when viewing a script.
888 (sieve-open-server): Respect the PORT parameter. Show the correct port
889 number in sieve-buffer's header. Fixed code to also work with a string
890 as port specifier. Properly close the connection on pressing 'q'. Make
891 sieve-manage-quit close the connection and process buffer. Also, remove
892 duplicate keybinding for 'q'.
893
894 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
895
896 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
897 make it easier to read.
898 (mm-pkcs7-enveloped-magic): Ditto.
899
900 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
901
902 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
903 before `image-type-available-p' to avoid loading the image libraries
904 needlessly.
905
906 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
907
908 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
909 assume Date header begins with "Date", that may be customized into
910 something like "X-Sent" using gnus-article-time-format.
911 (article-transform-date): Allow multi-line Date header.
912
913 2013-06-02 David Engster <deng@randomsample.de>
914
915 * registry.el (initialize-instance, registry-lookup)
916 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
917 (registry-lookup-secondary-value, registry-search, registry-delete)
918 (registry-insert, registry-reindex, registry-size, registry-prune):
919 Do not wrap methods in `eval-and-compile'. This breaks due to latest
920 changes in EIEIO (introduction of eieio-core.el).
921
922 2013-05-30 Glenn Morris <rgm@gnu.org>
923
924 * nnmail.el (nnmail-fancy-expiry-target):
925 Also bind mail-dont-reply-to-names.
926
927 * spam-stat.el (spam-stat-save):
928 No need to tweak font-lock in temp buffers.
929
930 * shr.el (shr-put-image): Silence compiler.
931
932 2013-05-29 Glenn Morris <rgm@gnu.org>
933
934 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
935
936 * gnus-group.el (gnus-sequence-of-unread-articles)
937 (gnus-summary-add-mark, gnus-mark-article-as-read)
938 (gnus-group-make-articles-read): Declare.
939
940 * gnus-sum.el (gnus-parameter-list-identifier)
941 (gnus-article-stop-animations, gnus-stop-downloads)
942 (gnus-article-only-boring-p, article-goto-body)
943 (gnus-flush-original-article-buffer, article-narrow-to-head)
944 (gnus-article-hidden-text-p, gnus-delete-wash-type)
945 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
946
947 * gnus.el: No need to eval-and-compile autoloads.
948
949 * gravatar.el (help-function-arglist): Autoload.
950
951 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
952
953 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
954
955 * spam.el: No need to load spam-report when compiling.
956 No need to eval-and-compile autoloads.
957 (spam-report-resend-to): Declare.
958 (spam-report-resend-register-routine): Require 'spam-report.
959
960 2013-05-24 Julien Danjou <julien@danjou.info>
961
962 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
963 setup.
964
965 2013-05-23 Glenn Morris <rgm@gnu.org>
966
967 * gnus-util.el (rmail-swap-buffers-maybe)
968 (rmail-maybe-set-message-counters, rmail-count-new-messages)
969 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
970 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
971
972 * mm-decode.el: No need to load term when compiling.
973 (term-mode, term-char-mode): Declare.
974
975 * mm-util.el: No need to load jka-compr when compiling.
976 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
977
978 * nnmaildir.el: Require is automatically eval-and-compile.
979 (nnmail): Require at run-time too.
980
981 * registry.el (registry-size): Move definition before use.
982
983 2013-05-22 Daiki Ueno <ueno@gnu.org>
984
985 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
986 signed data to conform the standard. (Bug#14232)
987
988 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
989
990 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
991 double angle quotation mark.
992
993 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
994
995 * message.el (message-insert-formatted-citation-line): Handle finding
996 first/lastname when more than 2 names appear.
997
998 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
999
1000 * shr.el (shr-tag-span): New function.
1001
1002 2013-05-18 Glenn Morris <rgm@gnu.org>
1003
1004 * message.el (message-mode): Use message-mode-abbrev-table,
1005 with text-mode-abbrev-table as parent. (Bug#14413)
1006
1007 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1008
1009 * message.el (message-expand-group): Decode group names.
1010
1011 2013-05-16 Julien Danjou <julien@danjou.info>
1012
1013 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1014 app-icon.
1015
1016 2013-05-15 Glenn Morris <rgm@gnu.org>
1017
1018 * shr-color.el (shr-color-visible-luminance-min)
1019 (shr-color-visible-distance-min): Use shr-color group.
1020
1021 2013-05-11 Glenn Morris <rgm@gnu.org>
1022
1023 * gnus-vm.el: Make it loadable without VM.
1024 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1025 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1026
1027 2013-05-09 Glenn Morris <rgm@gnu.org>
1028
1029 * mml1991.el: Make it loadable. (Bug#13456)
1030
1031 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1032 * gnus-async.el (gnus-async-post-fetch-function):
1033 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1034 * gnus-html.el (gnus-html-image-cache-ttl):
1035 * gnus-notifications.el (gnus-notifications-timeout):
1036 * gnus-picon.el (gnus-picon-properties):
1037 * gnus-util.el (gnus-completion-styles):
1038 * gnus.el (gnus-other-frame-resume-function):
1039 * message.el (message-user-organization-file)
1040 (message-cite-reply-position):
1041 * nnir.el (nnir-summary-line-format)
1042 (nnir-retrieve-headers-override-function):
1043 * shr-color.el (shr-color-visible-luminance-min):
1044 * shr.el (shr-blocked-images):
1045 * spam-report.el (spam-report-resend-to):
1046 * spam.el (spam-summary-exit-behavior): Fix custom types.
1047
1048 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1049
1050 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1051
1052 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1053 because of let-binding help-xref-following. (Bug#14356)
1054
1055 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1056
1057 * message.el (message-bury, message-send-and-exit):
1058 Revert 2013-05-04 change.
1059
1060 2013-05-06 Glenn Morris <rgm@gnu.org>
1061
1062 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1063
1064 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1065
1066 * message.el (message-bury): Make `buffer' optional.
1067 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1068 (bug#14085).
1069
1070 2013-05-04 Andrew Cohen <cohen@bu.edu>
1071
1072 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1073 entering into the registry.
1074
1075 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1076
1077 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1078 (Bug#14304)
1079
1080 2013-04-27 Glenn Morris <rgm@gnu.org>
1081
1082 * gnus.el (gnus-list-debbugs):
1083 Use require rather than autoload. (Bug#14262)
1084
1085 2013-04-27 Julien Danjou <julien@danjou.info>
1086
1087 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1088 port to "sieve" now that it has an official IANA port assigned.
1089
1090 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1091
1092 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1093 Don't set the MAILHOST environment variable permanently (Bug#14271).
1094
1095 2013-04-26 Glenn Morris <rgm@gnu.org>
1096
1097 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1098
1099 2013-04-25 Andrew Cohen <cohen@bu.edu>
1100
1101 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1102 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1103
1104 2013-04-24 Andrew Cohen <cohen@bu.edu>
1105
1106 * nnir.el (nnir-close-group): Make sure we are in the right group.
1107
1108 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1109 dependency table from all newly retrieved headers.
1110
1111 2013-04-16 David Edmondson <dme@dme.org>
1112
1113 Support <img src="data:...">.
1114
1115 * shr.el (shr-image-from-data): New function.
1116 (shr-tag-img): Use it.
1117
1118 2013-04-14 Andrew Cohen <cohen@bu.edu>
1119
1120 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1121 group.
1122
1123 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1124
1125 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1126 corresponding to any existing group (Bug#14166).
1127
1128 2013-04-10 Andrew Cohen <cohen@bu.edu>
1129
1130 * nnir.el (number-sequence): No longer used.
1131 (nnir-request-set-mark): New function.
1132 (nnir-request-update-info): Improve marks updating.
1133 (nnir-request-scan): Don't duplicate marks updating.
1134 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1135 Use 'assq rather than 'assoc. Quote anonymous function.
1136 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1137 Use 'gnus-group-prefixed-p.
1138 (gnus-summary-create-nnir-group): Make sure server for method is open.
1139
1140 2013-04-04 Andrew Cohen <cohen@bu.edu>
1141
1142 * nnir.el (gnus-nnir-group-p): New function.
1143 (nnir-possibly-change-group): Use it.
1144
1145 * gnus-msg.el (gnus-setup-message): Use it.
1146
1147 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1148
1149 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1150 `initial-input' for the argument name.
1151 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1152
1153 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1154
1155 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1156 (used by MH-E).
1157
1158 2013-04-01 Andrew Cohen <cohen@bu.edu>
1159
1160 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1161 group.
1162
1163 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1164 fix compilation.
1165
1166 2013-03-31 Andrew Cohen <cohen@bu.edu>
1167
1168 * nnir.el (nnir-method-default-engines): And another typo.
1169
1170 2013-03-30 Andrew Cohen <cohen@bu.edu>
1171
1172 * nnir.el (nnir-method-default-engines): Fix typo.
1173
1174 2013-03-29 Andrew Cohen <cohen@bu.edu>
1175
1176 * nnir.el: Define 'number-sequence for xemacs.
1177 (gnus-summary-create-nnir-group): New function to create an nnir group
1178 from an nnir summary buffer based on the current query.
1179 (nnir-request-create-group): Update to allow nnir group creation based
1180 on the current query.
1181
1182 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1183
1184 * nndraft.el (nndraft-request-expire-articles):
1185 Make expiry target always `delete'.
1186
1187 2013-03-27 Andrew Cohen <cohen@bu.edu>
1188
1189 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1190 buffer use the posting-style and gcc of the original article group.
1191 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1192
1193 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1194 after other deffoos.
1195
1196 2013-03-26 Andrew Cohen <cohen@bu.edu>
1197
1198 * nnir.el: Major rewrite. Cleaner separation between searches and group
1199 management. Marks are now shown in nnir summary buffers.
1200 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1201 (gnus-summary-make-nnir-group): New function for initiating searches
1202 from a summary buffer.
1203
1204 2013-03-18 Sam Steingold <sds@gnu.org>
1205
1206 * message.el (message-bury): Minor cleanup.
1207
1208 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1209
1210 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1211 nnml-request-list. (Bug#13873)
1212 (nndir-request-newsgroups): Remove, unused.
1213
1214 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1215
1216 2013-03-03 Ted Phelps <phelps@gnusto.com>
1217
1218 * shr.el: Make all the overlays set the `evaporate' property so that
1219 they're removed properly.
1220
1221 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1222
1223 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1224 shell-quote-argument.
1225
1226 2013-02-22 David Engster <deng@randomsample.de>
1227
1228 * gnus-registry.el (gnus-registry-save): Provide class name when
1229 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1230 Use `condition-case' to stay compatible with older EIEIO versions which
1231 only accept one argument.
1232
1233 2013-02-17 Daiki Ueno <ueno@gnu.org>
1234
1235 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1236 (epg-user-id-validity): Autoload.
1237 (mml2015-epg-check-user-id): New function.
1238 (mml2015-epg-check-sub-key): New function split from
1239 mml2015-epg-find-usable-key.
1240 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1241 optional name-is-key-id, to handle the case when user-id is unusable.
1242 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1243
1244 2013-02-17 Glenn Morris <rgm@gnu.org>
1245
1246 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1247
1248 2013-02-16 Glenn Morris <rgm@gnu.org>
1249
1250 * shr.el (shr-put-image): Only animate images that specify a delay.
1251 This is consistent with the old image-animated-p behavior.
1252
1253 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1254
1255 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1256 for XEmacs.
1257
1258 2013-02-13 Juri Linkov <juri@jurta.org>
1259
1260 * gnus-art.el (gnus-article-mode-map):
1261 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1262 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1263
1264 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1265
1266 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1267 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1268
1269 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1270
1271 * auth-source.el (auth-source-format-prompt): Don't get confused by
1272 any "\" in replacement text. (Bug#13637)
1273
1274 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1275
1276 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1277 (gnus-backend-trace): Honor gnus-backend-trace.
1278
1279 * mml.el (mml-insert-part): Insert closing tag.
1280
1281 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1282
1283 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1284
1285 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1286 able to find the article, which can happen in debbugs groups,
1287 apparently.
1288
1289 2013-01-16 Glenn Morris <rgm@gnu.org>
1290
1291 * smiley.el (smiley-style): Make the file loadable in batch mode.
1292
1293 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1296 imap process running.
1297
1298 2013-01-14 Julien Danjou <julien@danjou.info>
1299
1300 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1301 Compare addresses against addresses, not against the full From field.
1302
1303 2013-01-13 Richard Stallman <rms@gnu.org>
1304
1305 * message.el (message-forward-make-body-mime): New args BEG, END
1306 specify what part of FORWARD-BUFFER to use. Do the work directly
1307 instead of calling `mml-insert-buffer'.
1308
1309 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1310
1311 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1312 cross-reference(s).
1313
1314 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1315 cross-reference(s).
1316
1317 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1318
1319 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1320 and point-max-marker.
1321 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1322
1323 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1324
1325 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1326 to mml2015-encrypt-to-self.
1327 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1328
1329 2013-01-09 Daiki Ueno <ueno@gnu.org>
1330
1331 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1332 mml-smime-epg-find-usable-secret-key.
1333
1334 2013-01-08 Glenn Morris <rgm@gnu.org>
1335
1336 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1337
1338 2013-01-07 Daiki Ueno <ueno@gnu.org>
1339
1340 * mml-smime.el: Support signing by sender.
1341 Requested by Uwe Brauer.
1342 (mml-smime-sign-with-sender): New user option analogous
1343 to mml2015-sign-with-sender.
1344 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1345 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1346 mml2015.el.
1347
1348 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1349
1350 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1351 isn't running, because Gnus will probably not know how to handle the
1352 Gcc header (bug#11941).
1353
1354 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1355 articles.
1356
1357 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1358
1359 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1360 (nnfolder-generate-active-file): Make this function work with recursive
1361 folder names.
1362
1363 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1364
1365 * nntp.el (nntp-open-connection): Use HELP as the capability command
1366 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1367 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1368
1369 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1370
1371 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1372 place holder since this gives `Invalid face reference: nil' messages.
1373 Use the `default' face instead. It has the same effect here, even
1374 though it is not no-op.
1375
1376 * gnus-util.el
1377 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1378
1379 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1380
1381 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1382 non-string posting styles (bug#13285).
1383
1384 2012-12-27 Glenn Morris <rgm@gnu.org>
1385
1386 * plstore.el (plstore-passphrase-callback-function):
1387 Use plstore-get-file.
1388
1389 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1390
1391 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1392 stderr.
1393
1394 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1395 group is nil.
1396
1397 * shr.el (shr-tag-em): Render as italic, not bold.
1398
1399 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1400
1401 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1402
1403 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1404
1405 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1406 temporary file to get PGP key image. Pass no-show-photos when
1407 extracting image to avoid having it pop up twice.
1408
1409 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1410
1411 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1412 eligible for treatment.
1413
1414 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1415 lines. This makes summary commands with hidden threads work more
1416 reliably.
1417
1418 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1419 button to mark the hidden citations (bug#9395).
1420
1421 2012-12-26 Daiki Ueno <ueno@gnu.org>
1422
1423 * mml2015.el (mml2015-epg-signature-to-string): New function.
1424 (mml2015-epg-verify-result-to-string): New function.
1425 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1426 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1427 instead of epg-verify-result-to-string.
1428 (epg-signature-key-id, epg-signature-to-string): Autoload.
1429 (epg-verify-result-to-string): Remove autoload.
1430
1431 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1432
1433 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1434 ID image from GPG public key.
1435 (mml2015-epg-key-image-to-string): New function.
1436
1437 2012-12-25 Leo Liu <sdl.web@gmail.com>
1438
1439 * plstore.el (plstore-passphrase-callback-function): Fix error when
1440 error when plstore-cache-passphrase-for-symmetric-encryption is set
1441 (bug#13264).
1442
1443 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1444
1445 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1446 buffer to the article buffer here, because that clobbers multiple
1447 article buffers.
1448
1449 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1450 buffer always points to the right summary buffer.
1451
1452 2012-12-25 John Wiegley <jwiegley@gmail.com>
1453
1454 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1455 the password (bug#12097).
1456
1457 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1458
1459 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1460 (bug#13263).
1461
1462 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1463 buffer exists before using it (bug#12475).
1464
1465 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1466 offline groups (bug#11937).
1467
1468 * message.el (message-yank-original): When using customize to set the
1469 value of `message-cite-style', the variable it set to a symbol that's
1470 the name of the variable, which must then be dereferenced (bug#12616).
1471
1472 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1473
1474 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1475 the `face' property with a list whose car is the face specified in the
1476 format string and whose cdr is (nil).
1477 * lisp/gnus-util.el
1478 (gnus-put-text-property-excluding-characters-with-faces):
1479 Change accordingly.
1480 (gnus-get-text-property-excluding-characters-with-faces): New function.
1481 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1482 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1483 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1484
1485 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1486
1487 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1488 login methods.
1489 (nnimap-login): Respect the `nnimap-authenticator' variable.
1490
1491 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1492 mark state when moving articles. Otherwise unticked articles will get
1493 their ticks back after moving.
1494
1495 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1496
1497 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1498
1499 * message.el (message-ignored-news-headers): Always remove
1500 X-Message-SMTP-Method to avoid information leakage if the user
1501 mistakenly inserts the header into news messages.
1502
1503 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1504
1505 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1506 right than four characters, this command would move point to
1507 `point-max'. Don't do that.
1508
1509 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1510 to nil to allow re-selecting groups that gain articles.
1511 (gnus-bug-group-download-format-alist): Update the URL.
1512
1513 2012-12-23 Andreas Schwab <schwab@suse.de>
1514
1515 * shr.el (shr-tag-em): Render em as italic, not bold.
1516
1517 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1518
1519 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1520 for reuse.
1521 (gnus-open-server): Use it to add more tracing.
1522 (gnus-finish-retrieve-group-infos): Add backend tracing.
1523 (gnus-backend-trace): Also note the elapsed seconds.
1524
1525 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1526
1527 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1528 Set epa-file-encrypt-to from variable to avoid querying.
1529
1530 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1531
1532 * sieve-mode.el (sieve-font-lock-keywords):
1533 Keywords should be word delimited. (Bug#13173)
1534
1535 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1536
1537 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1538 instead of <pre> to align message header.
1539
1540 2012-12-12 Sam Steingold <sds@gnu.org>
1541
1542 * gnus.el (gnus-other-frame-resume-function): Add user option.
1543 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1544
1545 2012-12-06 Sam Steingold <sds@gnu.org>
1546
1547 * gnus-start.el (gnus-before-resume-hook): Add.
1548 (gnus-1): Run it when Gnus is alive.
1549
1550 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1551
1552 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1553 * gnus-art.el (article-unsplit-urls)
1554 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1555 * gnus-registry.el (gnus-registry-get-article-marks)
1556 * message.el (message-goto-body): Use it.
1557 (message-called-interactively-p): Remove.
1558
1559 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1560 (spam-stat-score-buffer): Use it.
1561
1562 * spam.el: Silence the warnings against BBDB functions when compiling.
1563
1564 * gnus-score.el (gnus-score-decode-text-parts):
1565 Use append+mapcar instead of the cl function mapcan.
1566
1567 * gmm-utils.el (gmm-flet): Remove.
1568
1569 * gnus-sync.el (gnus-sync-lesync-call):
1570 Avoid overriding json-alist-p.
1571
1572 * message.el (message-read-from-minibuffer):
1573 Avoid overriding mail-abbrev-in-expansion-header-p.
1574
1575 2012-12-05 Sam Steingold <sds@gnu.org>
1576
1577 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1578 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1579 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1580
1581 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1582
1583 * gmm-utils.el (gmm-called-interactively-p): Revert.
1584 This seems to cause Emacs to get stuck!
1585 * gnus-art.el (article-unsplit-urls)
1586 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1587 * gnus-registry.el (gnus-registry-get-article-marks)
1588 * message.el (message-goto-body)
1589 (message-called-interactively-p): Revert.
1590
1591 * gmm-utils.el (gmm-called-interactively-p): New function.
1592 * gnus-art.el (article-unsplit-urls)
1593 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1594 * gnus-registry.el (gnus-registry-get-article-marks)
1595 * message.el (message-goto-body): Use it.
1596 (message-called-interactively-p): Remove.
1597
1598 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1599 * gnus-sync.el (gnus-sync-lesync-call)
1600 * message.el (message-read-from-minibuffer): Use it.
1601
1602 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1603
1604 * gmm-utils.el (gmm-flet): Remove.
1605 * gnus-sync.el (gnus-sync-lesync-call)
1606 * message.el (message-read-from-minibuffer): Don't use it.
1607
1608 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1609
1610 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1611
1612 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1613
1614 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1615
1616 * gnus-sync.el (gnus-sync-lesync-call)
1617 * message.el (message-read-from-minibuffer): Use gmm-flet.
1618
1619 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1620
1621 * gnus-util.el (gnus-macroexpand-all): Remove.
1622
1623 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1624
1625 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1626 to TAB, not [tab].
1627 (gnus-summary-article-map): Likewise.
1628
1629 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1630 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1631
1632 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1633
1634 * message.el (message-get-reply-headers):
1635 Make sure the reply goes to the author if it is a wide reply.
1636
1637 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1638
1639 * gnus-score.el (gnus-score-body):
1640 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1641 scoring by body.
1642
1643 2012-11-16 Glenn Morris <rgm@gnu.org>
1644
1645 * gnus-diary.el (nndiary-request-create-group-functions)
1646 (nndiary-request-update-info-functions)
1647 (gnus-subscribe-newsgroup-functions)
1648 (nndiary-request-accept-article-functions):
1649 Use new names for hooks rather than obsolete aliases.
1650
1651 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1652
1653 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1654 in meta tag with the one the part specifies in its header.
1655
1656 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1657
1658 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1659 by default.
1660
1661 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1662
1663 New UIDL implementation.
1664
1665 * mail-source.el (mail-sources, mail-source-keyword-map):
1666 Add :leave as a pop3 keyword.
1667 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1668
1669 * pop3.el (pop3-leave-mail-on-server): Allow number.
1670 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1671 (pop3-movemail): Add UIDL support.
1672 (pop3-send-streaming-command): Take a list of mail numbers instead of
1673 the number of mails.
1674 (pop3-write-to-file): Add X-UIDL header.
1675 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1676 (pop3-uidl-add-xheader): New functions.
1677
1678 * message.el (message-ignored-resent-headers):
1679 Add X-Content-Length and X-UIDL headers.
1680
1681 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * nndiary.el (nndiary-request-create-group-functions)
1684 (nndiary-request-update-info-functions)
1685 (nndiary-request-accept-article-functions):
1686 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1687 "-hooks" suffix.
1688
1689 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1690
1691 * starttls.el (starttls-extra-arguments): Doc fix.
1692
1693 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1694
1695 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1696 it.
1697
1698 2012-10-06 Glenn Morris <rgm@gnu.org>
1699
1700 * gnus-notifications.el (gnus-notifications):
1701 Add missing group :version tag.
1702 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1703 (gnus-gcc-post-body-encode-hook):
1704 * gnus-sync.el (gnus-sync-lesync-name)
1705 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1706
1707 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1708
1709 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1710 a user about whether to delete temp files if once a user answered as n.
1711
1712 2012-09-17 Richard Stallman <rms@gnu.org>
1713
1714 * message.el (message-in-body-p): Don't set mark or modify buffer.
1715
1716 * mml.el (mml-attach-file): Doc fix.
1717 (mml-attach-external, mml-attach-buffer, mml-attach-file):
1718 Set mail-encode-mml when in Mail mode.
1719 Simplify code to set HEAD and move back to HEAD.
1720 (mml-insert-multipart, mml-insert-part):
1721 Set mail-encode-mml when in Mail mode.
1722
1723 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1724
1725 * gnus-util.el (gnus-timer--function): New function.
1726
1727 * gnus-art.el (gnus-article-stop-animations): Use it.
1728
1729 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1730
1731 Fix glitches caused by addition of psec to timers.
1732 * gnus-art.el (gnus-article-stop-animations): Use timer--function
1733 rather than raw access to timer vector.
1734
1735 2012-09-11 Julien Danjou <julien@danjou.info>
1736
1737 * gnus-notifications.el (gnus-notifications): Check for nil values in
1738 ignored addresses check.
1739
1740 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1743
1744 2012-09-07 Chong Yidong <cyd@gnu.org>
1745
1746 * gnus-util.el
1747 (gnus-put-text-property-excluding-characters-with-faces): Restore.
1748
1749 * gnus-salt.el (gnus-tree-highlight-node):
1750 * gnus-sum.el (gnus-summary-highlight-line):
1751 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1752
1753 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1754
1755 * gnus-util.el: Fix compilation error on XEmacs 21.4.
1756
1757 2012-09-06 Juri Linkov <juri@jurta.org>
1758
1759 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1760 scheme for buffer names to be more consistent with other group and
1761 article buffer names in Gnus.
1762
1763 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1764
1765 * gnus-util.el
1766 (gnus-put-text-property-excluding-characters-with-faces): Remove.
1767
1768 * gnus-compat.el: Define compat function `add-face' from Wolfgang
1769 Jenkner.
1770
1771 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1772
1773 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1774
1775 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1776
1777 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1778
1779 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1780 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1781
1782 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1783 string-prefix-p in Emacs >=23.2.
1784
1785 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1786 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1787 instead of string-match-p.
1788 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1789
1790 2012-09-06 Kenichi Handa <handa@gnu.org>
1791
1792 * qp.el (quoted-printable-decode-region): Fix previous change; handle
1793 lowercase a..f.
1794
1795 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1796
1797 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1798
1799 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
1800
1801 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1802 TIME is set.
1803
1804 2012-09-05 Juri Linkov <juri@jurta.org>
1805
1806 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1807 than one group at a time (bug#11961).
1808
1809 2012-09-05 Julien Danjou <julien@danjou.info>
1810
1811 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1812 this hide the real reason with a message giving absolutely no hint.
1813
1814 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
1815
1816 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1817 to the backend (bug#11804).
1818
1819 * message.el (message-insert-newsgroups): Don't insert newsgroup
1820 duplicates (bug#12275).
1821
1822 2012-09-05 John Wiegley <johnw@newartisans.com>
1823
1824 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1825 sieve rules.
1826
1827 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
1828
1829 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1830 function.
1831
1832 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1833
1834 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1835
1836 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1837
1838 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1839 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1840 This should make nnmaildir more usable with offlineimap.
1841
1842 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
1843
1844 * gnus-notifications.el (gnus-notifications-notify): Use it.
1845
1846 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1847 warnings on XEmacs.
1848
1849 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1850
1851 Better seeds for (random).
1852 * gnus-sync.el (gnus-sync-lesync-setup):
1853 * message.el (message-canlock-generate, message-unique-id):
1854 Change (random t) to (random), now that the latter is more random.
1855
1856 2012-08-31 Dave Abrahams <dave@boostpro.com>
1857
1858 * auth-source.el (auth-sources): Fix macos keychain access.
1859
1860 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1861 allow the backend `request-head' function to determine the group
1862 name on its own.
1863 (gnus-request-expire-articles): Filter out negative article numbers
1864 during expiry (Bug#11980).
1865
1866 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1867 O(N^2) to O(N). This makes warping into huge groups tolerable.
1868
1869 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1870 you've found the article when you haven't.
1871
1872 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1875
1876 2012-08-30 Julien Danjou <julien@danjou.info>
1877
1878 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1879 `gnus-notifications-timeout'.
1880 (gnus-notifications-timeout): Add.
1881 (gnus-notifications-action): New function.
1882 (gnus-notifications-notify): Add :action using
1883 `gnus-notifications-action'.
1884 (gnus-notifications-id-to-msg): New variable.
1885 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1886 notifications id to messages.
1887
1888 2012-08-30 Kenichi Handa <handa@gnu.org>
1889
1890 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1891 once.
1892
1893 2012-08-29 Julien Danjou <julien@danjou.info>
1894
1895 * gnus-notifications.el: New file.
1896 (gnus-notifications-notify): New function.
1897 (gnus-notifications): Use `gnus-notifications-notify'.
1898
1899 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1900
1901 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1902 transfer encoding first; bind gnus-newsgroup-charset to the charset
1903 that the article specifies (Bug#12209).
1904
1905 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1906
1907 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1908 (gnus-group-customize-done): Encode values posting-style holds.
1909
1910 * gnus-msg.el (gnus-summary-resend-message)
1911 (gnus-configure-posting-styles): Decode values posting-style group
1912 parameter holds.
1913
1914 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
1915
1916 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1917 `name' and `address' in Resent-From header.
1918
1919 2012-08-14 Chong Yidong <cyd@gnu.org>
1920
1921 * gnus-art.el (article-display-face): Handle failure in
1922 gnus-create-image (Bug#11802).
1923
1924 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1927 Use defsetf.
1928
1929 2012-08-10 Daiki Ueno <ueno@unixuser.org>
1930
1931 * auth-source.el (auth-source-plstore-search)
1932 (auth-source-secrets-search): Ignore :require and :type in search spec.
1933
1934 2012-08-06 Julien Danjou <julien@danjou.info>
1935
1936 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1937 Remove autoload, already handled by gnus.el.
1938
1939 2012-08-05 Julien Danjou <julien@danjou.info>
1940
1941 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1942 Add autoload.
1943
1944 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
1945
1946 * gnus.el (gnus-valid-select-methods): Fix custom type.
1947
1948 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
1949
1950 * auth-source.el (auth-sources, auth-source-backend-parse)
1951 (auth-source-macos-keychain-search)
1952 (auth-source-macos-keychain-search-items)
1953 (auth-source-macos-keychain-result-append)
1954 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1955 auth-source.el through the /usr/bin/security utility.
1956 (auth-sources): Fix syntax error.
1957 (auth-source-macos-keychain-result-append): Fix variable name.
1958 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1959
1960 2012-07-27 Julien Danjou <julien@danjou.info>
1961
1962 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1963 Emacs < 24.1
1964
1965 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
1966
1967 * message.el (message-kill-address): Don't kill last newline.
1968 (message-skip-to-next-address): Don't move to the next header.
1969 (message-fill-field-address): Work properly.
1970
1971 2012-07-25 Julien Danjou <julien@danjou.info>
1972
1973 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1974
1975 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
1976
1977 * nnimap.el (nnimap-get-responses): Don't remove, still used.
1978
1979 2012-07-24 Julien Danjou <julien@danjou.info>
1980
1981 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1982
1983 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1984 (nntp-async-timer-handler): Remove, unused.
1985
1986 * nnimap.el (nnimap-get-responses): Remove, unused.
1987
1988 * nnheader.el (mail-header-set-extra): Remove, unused.
1989
1990 * mm-view.el (mm-view-sound-file): Remove, unused.
1991
1992 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1993 (mm-url-encode-multipart-form-data): Remove, unused.
1994
1995 * message.el (message-remove-signature, message-make-host-name)
1996 (message-fill-address): Remove, unused.
1997
1998 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1999 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2000 unused.
2001
2002 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2003
2004 * gnus-util.el (gnus-extract-address-component-name)
2005 (gnus-extract-address-component-email, gnus-sortable-date)
2006 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2007 (gnus-process-live-p): Remove, unused.
2008
2009 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2010
2011 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2012 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2013 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2014 function.
2015
2016 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2017
2018 * gnus-score.el (gnus-summary-score-crossposting)
2019 (gnus-score-regexp-bad-p): Remove, unused.
2020
2021 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2022
2023 * gnus-range.el (gnus-sublist-p): Remove, unused.
2024
2025 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2026 unused.
2027
2028 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2029
2030 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2031 (gnus-request-associate-buffer): Remove, unused.
2032
2033 * gnus-group.el (gnus-group-set-method-info)
2034 (gnus-group-set-params-info): Remove, unused.
2035
2036 * gnus-fun.el (gnus-shell-command-to-string)
2037 (gnus-shell-command-on-region): Remove, unused.
2038
2039 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2040
2041 * gnus-art.el (gnus-article-text-type-exists-p)
2042 (article-translate-characters, gnus-article-hide-text-of-type)
2043 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2044 Remove, unused.
2045
2046 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2047
2048 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2049 Gnus master.
2050
2051 2012-07-22 Andrew Cohen <cohen@bu.edu>
2052
2053 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2054
2055 2012-07-21 Julien Danjou <julien@danjou.info>
2056
2057 * message.el (message-dont-reply-to-names): Replace deprecated
2058 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2059 (message-get-reply-headers): Ditto.
2060
2061 2012-07-18 Julien Danjou <julien@danjou.info>
2062
2063 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2064 `sieve-upload-and-kill'.
2065
2066 * sieve.el (sieve-bury-buffer): Remove function.
2067 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2068 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2069
2070 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2071
2072 * shr.el (shr-expand-url): Handle URL starting with `//'.
2073
2074 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2075 2012-07-13 Chong Yidong <cyd@gnu.org>
2076
2077 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2078 instead of calling toggle-read-only with a (bogus) argument.
2079
2080 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2081
2082 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2083 of initial input when reading the author to restrict the summary to.
2084
2085 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2086
2087 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2088 buffer exists, which it doesn't if we haven't started Gnus.
2089
2090 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2091
2092 * mm-decode.el (mm-shr):
2093 Allow overriding charset by mm-charset-override-alist.
2094
2095 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2096
2097 * gnus-art.el (gnus-article-view-part):
2098 Toggle subparts of multipart/alternative part.
2099
2100 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2101
2102 * gnus-sync.el: Simply require json.
2103
2104 * registry.el: Simply require eieio and eieio-base.
2105
2106 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2107
2108 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2109
2110 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 * shr.el (shr-render-buffer): New command.
2113 (shr-visit-file): Use it.
2114
2115 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2116
2117 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2118 Set no-byte-compile and no-update-autoloads.
2119
2120 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2121
2122 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2123
2124 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2125
2126 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2127 being bound to a lambda form.
2128
2129 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2130
2131 * gnus-picon.el (gnus-picon-properties): New defcustom.
2132 (gnus-picon-create-glyph): Use it.
2133
2134 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2135
2136 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2137 locales.
2138
2139 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2140 on a handle.
2141
2142 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2143 address as the default.
2144
2145 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2146 It makes no sense to query the user about internal files.
2147
2148 * gnus-spec.el: Remove all the byte-compilation stuff, since
2149 benchmarking shows that it doesn't help when entering large summary
2150 buffers.
2151
2152 * gnus-util.el (gnus-byte-code): Remove.
2153
2154 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2155 grouplens stuff.
2156
2157 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2158
2159 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2160 (bug#11514).
2161
2162 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2163
2164 * message.el (message-buffers): Return all buffers derived from Message
2165 to make `gnus-dired-attach' work with mu4e.
2166
2167 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2168
2169 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2170 (mm-dissect-singlepart): Don't guess the MIME type of
2171 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2172 set.
2173 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2174 toplevel MIME type is multipart/encrypted.
2175
2176 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2177
2178 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2179 In particular, add an optional argument and a docstring.
2180
2181 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2182
2183 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2184 current before calling `gnus-groups-to-gnus-format'.
2185 Note that this was already the case for `gnus-active-to-gnus-format'.
2186
2187 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2188
2189 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2190
2191 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2192
2193 * mm-decode.el (mm-dissect-buffer): Doc fix.
2194
2195 * gnus-sum.el (gnus-handle-ephemeral-exit):
2196 Avoid creating the group buffer if it doesn't exist.
2197
2198 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2199 is given, mark the group as ephemeral with the current window conf.
2200
2201 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2202 buffer exists, which it doesn't if we haven't started Gnus.
2203 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2204
2205 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2206
2207 * mml.el (mml-generate-mime):
2208 Allow specifying what the top-level part type is.
2209
2210 * gnus-sum.el (gnus-auto-center-summary):
2211 `scroll-margin' isn't defined on XEmacs.
2212
2213 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2214
2215 * gnus-sum.el (gnus-auto-center-summary):
2216 Set default to respect `scroll-margin'.
2217
2218 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2219
2220 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2221 citation prefix within a block of cited text should be considered
2222 part of that block *only* if it is a blank line.
2223
2224 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2225
2226 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2227 before kinsoku-bol characters nor within kinsoku-eol characters.
2228
2229 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2230
2231 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2232 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2233 Silence compiler.
2234 (gnus-sync-read): Use mapc instead of mapcar.
2235
2236 * mm-archive.el: Require mm-decode for some macros.
2237 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2238 Silence the byte compiler.
2239 (mm-archive-decoders): New function that returns the value of
2240 the mm-archive-decoders variable.
2241
2242 * mm-decode.el:
2243 Don't require mm-archive; autoload mm-archive functions instead.
2244 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2245
2246 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2247
2248 2012-06-26 Peter Münster <pmrb@free.fr>
2249
2250 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2251 (gnus-demon-cancel): Ditto.
2252 (gnus-demon-run-callback): When function cannot be called due to low
2253 idleness, call it when idleness reaches the expected value, instead
2254 of waiting another timer period.
2255 (gnus-demon-init): Add `time' to arguments of call-back.
2256
2257 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2258
2259 * gnus.el: Register gnus-registry functions.
2260
2261 * gnus-registry.el (gnus-try-warping-via-registry):
2262 Move here and indent.
2263
2264 * gnus-int.el (gnus-warp-to-article):
2265 Check whether the registry is enabled before warping.
2266
2267 2012-06-26 Dave Abrahams <dave@boostpro.com>
2268
2269 * gnus-sum.el (gnus-summary-insert-subject): Record information
2270 in the registry about each article retrieved.
2271
2272 * gnus-int.el (gnus-select-group-with-message-id): New function.
2273 (gnus-try-warping-via-registry): Ditto.
2274 (gnus-warp-to-article): Fall back on the registry.
2275
2276 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2277
2278 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2279
2280 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2281
2282 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2283 gnus-gcc-self-resent-messages may be a group parameter.
2284 (gnus-summary-resend-message):
2285 Don't encode encoded words in header when Gcc'ing resent message.
2286
2287 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2288
2289 * shr.el (shr-insert): Treat non-breaking space just like normal
2290 space. This seems to produce more pleasing results.
2291 (shr-insert):
2292 Only insert a blank line if we're starting from an image.
2293 (shr-tag-br):
2294 Allow <br> to end lines or to make a single blank line.
2295 (shr-ensure-paragraph): Consider lines with white space to be blank.
2296
2297 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2298
2299 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2300 and gnus-gcc-post-body-encode-hook.
2301
2302 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2303
2304 * mm-decode.el (mm-dissect-singlepart):
2305 Guess what the type of application/octet-stream parts really is.
2306
2307 * gnus-sum.el (gnus-propagate-marks): Remove.
2308
2309 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2310
2311 * nntp.el (nntp-coding-system-for-read): Remove.
2312 (nntp-coding-system-for-write): Ditto.
2313 (nntp-open-connection): Just use `binary' directly.
2314
2315 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2316
2317 * registry.el (registry-usage-test, registry-persistence-test):
2318 Move to tests/gnustest-registry.el.
2319 (registry-make-testable-db, registry-match-test)
2320 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2321
2322 * gnus-registry.el (gnus-registry-misc-test)
2323 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2324
2325 * tests/gnustest-registry.el:
2326 New file with the registry and gnus-registry ERT tests.
2327
2328 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2329
2330 * gnus-msg.el (gnus-summary-resend-message):
2331 Make gnus-summary-resend-message-insert-gcc be last item in
2332 message-header-setup-hook.
2333
2334 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2335
2336 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2337 (nnfolder-marks, nnfolder-marks-file-suffix)
2338 (nnfolder-marks-modtime): Remove.
2339 (nnfolder-open-server): Don't use marks.
2340 (nnfolder-request-delete-group): Ditto.
2341 (nnfolder-request-rename-group): Ditto.
2342 (nnfolder-request-set-mark, nnfolder-request-marks)
2343 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2344 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2345
2346 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2347 (nnml-marks-modtime): Remove.
2348 (nnml-request-delete-group): Don't use marks.
2349 (nnml-request-rename-group): Ditto.
2350 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2351 (nnml-save-marks, nnml-open-marks): Remove.
2352
2353 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2354 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2355 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2356 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2357 (nntp-server-to-method-cache): Remove.
2358
2359 * shr.el (shr-rescale-image): Fix wrong merge.
2360
2361 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2362
2363 * shr.el (shr-remove-trailing-whitespace):
2364 Really delete the padding on too-wide lines.
2365
2366 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2367
2368 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2369 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2370
2371 * mm-decode.el (mm-display-external): Output the text from
2372 the command in the buffer after the command finished.
2373 This makes text-based commands behave better.
2374
2375 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2376
2377 * message.el (smtpmail-smtp-user): Silence compiler warning.
2378
2379 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2380
2381 * message.el (message-multi-smtp-send-mail): Also allow specifying
2382 the SMTP user name.
2383
2384 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2385
2386 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2387
2388 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2389
2390 * message.el (message-multi-smtp-send-mail): New function.
2391 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2392 header to implement multi-SMTP functionality.
2393
2394 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2395 (gnus-agentize): Don't set it.
2396 (gnus-agent-send-mail): Don't use it.
2397
2398 * gnus-sum.el (gnus-summary-widget-backward):
2399 New function and keystroke.
2400
2401 * shr.el (shr-put-image): Remove underlines from sliced images.
2402 (shr-zoom-image): Compute the region to be replaced more correctly.
2403
2404 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2405
2406 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2407 (gnus-summary-resend-message-insert-gcc): New function.
2408 (gnus-summary-resend-message): Modify message-header-setup-hook and
2409 message-sent-hook to make it work for Gcc.
2410 (gnus-inews-do-gcc): Update the number of unread articles of groups
2411 that messages are Gcc'd to.
2412
2413 * message.el (message-resend): Run message-sent-hook to do Gcc.
2414
2415 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2416
2417 * gnus-registry.el (gnus-registry-fixup-registry):
2418 Move the message to a higher level to silence compilation.
2419
2420 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2421 parameter to allow controlling the scaling.
2422
2423 * shr.el (shr-zoom-image): New command and keystroke.
2424 (shr-put-image): Take a `size' flag to say how to scale the image.
2425
2426 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2427 Use recursive deletion.
2428 (mm-dissect-archive): Add support for zip files.
2429
2430 * gnus-util.el (gnus-recursive-directory-files): New function.
2431
2432 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2433 (mm-archive-decoders): Add tgz support.
2434
2435 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2436 Otherwise inserting text into the Gnus buffer can look odd.
2437
2438 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2439
2440 * mm-archive.el (mm-archive-decoders): Add support for tar.
2441
2442 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2443
2444 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2445
2446 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2447
2448 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2449
2450 * mm-archive.el: New file.
2451
2452 * mm-decode.el (mm-dissect-singlepart):
2453 Use it to decode ms-tnef files.
2454
2455 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2456
2457 * message.el (message-goto-*): Make all the `message-goto-*' commands
2458 push the mark before moving point. This makes it easier to go back
2459 to where you came from after editing whatever you jumped to.
2460
2461 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2462
2463 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2464 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2465 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2466
2467 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2468
2469 * spam.el: Move BBDB autoloads.
2470 (spam-exists-in-BBDB-p):
2471 New function to do the BBDB search directly in BBDB 2 and 3.
2472 (spam-check-BBDB): Use it.
2473 (spam-enter-ham-BBDB): Use it.
2474
2475 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2476
2477 * gnus-group.el (gnus-group-get-new-news):
2478 New parameter `one-level' for scanning exactly one level.
2479
2480 * gnus-start.el (gnus-get-unread-articles): Ditto.
2481
2482 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2483
2484 * gnus-sync.el: More commentary about setup.
2485
2486 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2487
2488 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2489
2490 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2491
2492 * gnus-sync.el: Improve docs about CouchDB admins.
2493
2494 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2495
2496 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2497 not needed. Provide xmlplistread list function to produce XML plist
2498 output for non-Gnus LeSync clients.
2499
2500 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2501
2502 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2503 and save against it. Group subscriptions, read marks, other marks,
2504 subscription levels, topic names, and topic offsets (the group's
2505 position within the topic) are saved. This is an experimental
2506 backend and may change significantly. Load json.el from
2507 the gnus-fallback-lib if it's not available otherwise.
2508 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2509
2510 2012-06-26 David Engster <dengste@eml.cc>
2511
2512 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2513
2514 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2515
2516 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2517
2518 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2519
2520 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2521 is an integer to avoid later problems.
2522
2523 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2524
2525 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2526 locales.
2527
2528 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2529
2530 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2531 articles when fetch-old is non-nil (bug#11370).
2532
2533 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2534
2535 * gnus-group.el (gnus-group-get-new-news):
2536 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2537
2538 2012-06-10 Dave Abrahams <dave@boostpro.com>
2539
2540 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2541 groups (bug#11641).
2542
2543 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2544
2545 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2546 (bug#11514).
2547
2548 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * nntp.el: Stop the `letf' madness.
2551 (nntp--report-1): New var.
2552 (nntp-report): Merge nntp-report-1 into it.
2553 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2554 the nntp-report function.
2555
2556 * auth-source.el: Fix comment-style to follow the convention.
2557
2558 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2559
2560 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2561 a string so that Gcc works (bug#11514).
2562
2563 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2566 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2567
2568 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2569
2570 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2571 jumping to *Server* from a dedicated *Group* window.
2572 (gnus-configure-frame): CSE.
2573
2574 * gnus-registry.el: Minor style cleanup.
2575 (gnus-registry--set/remove-mark): New function, extracted from
2576 gnus-registry-install-shortcuts.
2577 (gnus-registry-install-shortcuts): Use it.
2578
2579 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2580
2581 * nnspool.el (news-path): Use eval-and-compile.
2582
2583 2012-05-24 Glenn Morris <rgm@gnu.org>
2584
2585 * nnspool.el (news-directory, news-path, news-inews-program):
2586 Move here from paths.el. Don't see a need for these to be autoloaded.
2587
2588 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2589 Merge in doc from paths.el version. Don't see any need for this to be
2590 autoloaded, or for the warning about users not setting it.
2591
2592 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2593
2594 Fix minor Y10k bug.
2595 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2596
2597 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2598
2599 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2600 message once it's actually open.
2601
2602 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * auth-source.el (auth-source--aput-1, auth-source--aput)
2605 (auth-source--aget): New functions and macros.
2606 Use them instead of aput/aget.
2607
2608 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2609
2610 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2611
2612 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2613
2614 * plstore.el (plstore-called-interactively-p): New compat macro copied
2615 from message.el.
2616 (plstore-mode): Use it.
2617
2618 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2619
2620 * plstore.el: Revive the editing feature.
2621 (plstore-mode): New mode to edit plstore file.
2622 (plstore-mode-toggle-display, plstore-mode-original)
2623 (plstore-mode-decoded): New command.
2624 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2625 (plstore--insert-buffer, plstore--make): New function.
2626 (plstore-open, plstore-save): Simplify by using them.
2627
2628 2012-04-16 Glenn Morris <rgm@gnu.org>
2629
2630 * nndraft.el (nndraft-request-list): Fix declaration.
2631
2632 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2633
2634 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2635 don't have a current group.
2636
2637 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2638 have a group name.
2639
2640 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2641 a multibyte buffer (bug#7410).
2642 (article-wash-html): Parse the original article buffer to get the
2643 unencoded data (bug#7410).
2644
2645 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2646 .newsrc.el files.
2647
2648 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2649
2650 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2651 would have gotten if we posted to the group, and use that to compare
2652 against the message we want to cancel (bug#10808).
2653
2654 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2655
2656 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2657 "#" to avoid having them interpreted as comments.
2658
2659 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2660
2661 * shr.el (shr-insert): Update the text state properly to avoid
2662 inserting spurious paragraph starts.
2663
2664 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2665
2666 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2667 requested (bug#10961).
2668
2669 * shr.el (shr-table-widths): Divide the extra width more fairly over
2670 the TDs (bug#10973).
2671 (shr-render-td): Don't delete too much padding.
2672 (shr-natural-width): Compute the natural width more correctly.
2673 (shr-insert): Allow the natural width to be computed for tables again.
2674 (shr-tag-table-1): Rework how the natural widths are computed by
2675 rendering the table a third time.
2676 (shr-natural-width): Remove.
2677 (shr-buffer-width): New function.
2678 (shr-expand-newlines): Use it.
2679
2680 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
2681 using a `gnus-use-full-window' setup (bug#11013).
2682
2683 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2684
2685 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2686 24.1 release.
2687
2688 2012-03-10 David Edmondson <dme@dme.org>
2689
2690 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2691 'Forwarded Message' header and the start of the message.
2692
2693 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2694
2695 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2696 isn't running (bug#10897).
2697
2698 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2699
2700 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2701
2702 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2703
2704 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2705
2706 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2707
2708 * mm-decode.el (mm-shr): Remove "soft hyphens".
2709
2710 * nnimap.el (nnimap-request-list): Return the group names encoded as
2711 utf8. Otherwise non-European group names don't work.
2712 (nnimap-request-newgroups): Ditto.
2713
2714 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2715 the default in `read-string' (bug#10757).
2716
2717 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2718 topics (bug#10843).
2719
2720 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2721 buffer. Suggested by Herbert Valerio Riedel.
2722 (nnimap-request-move-article): Delete the message from the correct IMAP
2723 server.
2724
2725 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
2726
2727 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2728 Reported by Peter Münster.
2729
2730 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2731
2732 * shr.el (shr-image-fetched): Make sure we really kill the right
2733 buffer.
2734
2735 2012-02-16 Leo Liu <sdl.web@gmail.com>
2736
2737 * gnus-start.el (gnus-1): Avoid duplicate entries.
2738
2739 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
2740
2741 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2742 too-wide lines.
2743
2744 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
2745
2746 * shr.el (shr-rescale-image): Undo previous change; see
2747 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2748
2749 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2750
2751 * nnimap.el (nnimap-record-commands): New variable.
2752 (nnimap-log-command): Use it.
2753 (nnimap-make-process-buffer): Add a space to the process buffer.
2754 (nnimap-transform-headers): Don't bug out on header lines containing
2755 stuff that look like IMAP length encodings.
2756
2757 * shr.el (shr-rescale-image): Allow viewing large images.
2758
2759 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2760
2761 * nnml.el (nnml-request-compact-group): Delete the marks file after
2762 compaction (bug#10800).
2763
2764 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2765 group exit.
2766
2767 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2768 QRESYNC/FETCH output.
2769
2770 2012-02-11 Glenn Morris <rgm@gnu.org>
2771
2772 * sieve-manage.el (sieve-manage-default-stream):
2773 * shr.el (shr):
2774 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2775 (nnir-retrieve-headers-override-function)
2776 (nnir-imap-default-search-key, nnir-notmuch-program)
2777 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2778 (nnir-method-default-engines):
2779 * message.el (message-cite-reply-position):
2780 * gssapi.el (gssapi-program):
2781 * gravatar.el (gravatar):
2782 * gnus-sum.el (gnus-refer-thread-use-nnir):
2783 * gnus-registry.el (gnus-registry-unfollowed-addresses)
2784 (gnus-registry-max-pruned-entries):
2785 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2786 * gnus-int.el (gnus-after-set-mark-hook)
2787 (gnus-before-update-mark-hook):
2788 * gnus-async.el (gnus-async-post-fetch-function):
2789 * auth-source.el (auth-source-cache-expiry):
2790 Add missing :version tags to new defcustoms and defgroups.
2791
2792 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2793
2794 * message.el (message-default-send-mail-function): Made into own
2795 function for reuse by emacsbug.el.
2796
2797 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
2798
2799 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2800 `gnus-sloppily-equal-method-parameters' to avoid a warning.
2801
2802 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2803
2804 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2805 running.
2806
2807 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2808
2809 * gnus.el (gnus-server-extend-method): Don't add an -address component
2810 if the method already has one (bug#9676).
2811
2812 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2813
2814 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2815 of an initial-input for consistency (bug#10757).
2816
2817 * shr.el: Inhibit getting and sending cookies when fetching pictures.
2818
2819 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2820
2821 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2822
2823 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2824 lines that are narrower than the window width. Otherwise background
2825 "blocks" will look less readable.
2826
2827 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2828
2829 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2830
2831 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2832
2833 * nnimap.el (nnimap-transform-headers): Remove unused variable.
2834 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2835 have newlines within the strings, and where the UID comes after the
2836 BODYSTRUCTURE element (bug#10537).
2837
2838 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2839 (bug#10732).
2840
2841 * shr.el (shr-insert-document): Add doc string.
2842 (shr-visit-file): Ditto.
2843 (shr-remove-trailing-whitespace): New function.
2844 (shr-insert-document): Use it to clean up trailing whitespace as the
2845 final step (bug#10714).
2846
2847 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2848
2849 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2850 buffer if `gnus-kill-summary-on-exit' is nil.
2851
2852 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
2853
2854 * gnus-sum.el (gnus-summary-show-thread):
2855 next-single-char-property-change may return nil in XEmacs.
2856
2857 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2858
2859 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2860 when just reading a single group from "without" Gnus.
2861
2862 2012-02-06 Chong Yidong <cyd@gnu.org>
2863
2864 * gnus-sum.el (gnus-summary-show-thread):
2865 next-single-char-property-change never returns nil (Bug#8657).
2866
2867 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2868
2869 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2870 without reconnecting.
2871 (nnimap-possibly-change-group): Ditto.
2872 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2873 connection has died before being called.
2874
2875 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
2876
2877 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2878 an initial sync unless we're really doing one.
2879
2880 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2881 address parameter if one already exists (bug#9676).
2882
2883 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2884 not the prefix, as documented (bug#10689).
2885
2886 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2887
2888 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2889 the "server".
2890
2891 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2892 the real error message with the useless "previously known to be down".
2893 Which isn't even correct.
2894
2895 * nntp.el (nntp-open-connection): Report the error message if the nntp
2896 server can't be reached.
2897
2898 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2899 groups we do a total scan for.
2900 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2901 doing that.
2902
2903 2012-01-31 Jim Meyering <jim@meyering.net>
2904
2905 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2906 Correct a comment (insert "not") and hide nominally-doubled "to".
2907
2908 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2909
2910 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2911 section in the manual.
2912
2913 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2914
2915 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2916 words.
2917 (rfc2047-encode-string): Ditto.
2918 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
2919 understand folded filename="..." parameters, for instance.
2920
2921 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2922 the message for greater debuggability.
2923
2924 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2925
2926 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2927 instead of setting it locally, since the latter doesn't seem to have
2928 any effect (most of the time).
2929
2930 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
2931
2932 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2933 function call.
2934
2935 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
2936
2937 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2938 seconds, and make the repeat clause with HH:MM specs work as
2939 documented.
2940
2941 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2942
2943 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2944 so that previous errors don't prohibit getting new news.
2945
2946 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2947
2948 * nntp.el (nntp-retrieve-group-data-early): Ditto.
2949
2950 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2951
2952 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2953 bound globally in old Emacsen and XEmacsen.
2954
2955 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
2956
2957 * gnus.el (gnus-group-find-parameter): Check for liveness of the
2958 buffer, not of the string which is its name.
2959
2960 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2961
2962 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2963 non-server-marks groups.
2964 (gnus-group-make-articles-read): Ditto.
2965
2966 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2967 methods (bug#9676).
2968
2969 * gnus.el (gnus-method-ephemeral-p): New function.
2970
2971 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2972
2973 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2974 left-to-right.
2975
2976 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2977
2978 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2979 warning.
2980
2981 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2982
2983 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2984 macroexpand the nnir things, since they haven't been defined yet, and
2985 nnir requires gnus-sum.
2986
2987 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2988
2989 * mm-decode.el (mm-interactively-view-part): Fix prompt.
2990
2991 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
2992
2993 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2994 logical server name in addition to the actual machine address.
2995
2996 * auth-source.el (auth-source-user-and-password): Add convenience
2997 wrapper to search by just host and optionally user.
2998
2999 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3000
3001 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3002 after rendering.
3003
3004 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3005
3006 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3007 (bug#9693).
3008 (gnus-summary-setup-buffer): Document return value (bug#9697).
3009
3010 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3011 since ido doesn't work on symbols (bug#9632).
3012
3013 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3014 when getting a single value as when getting all the values. This means
3015 that atoms like `gcc-self' work cumulatively, like variable settings,
3016 instead of getting the value from the last matching clause.
3017 (gnus-group-find-parameter): Protect against the group buffer not
3018 existing (bug#9585).
3019
3020 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3021
3022 * gnus-start.el (gnus-activate-group): Document more parameters
3023 (bug#9694).
3024
3025 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3026 (bug#9692).
3027
3028 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3029 article was fetched, so that it can be expired later (bug#9958).
3030 (gnus-agent-summary-fetch-series): Add doc string.
3031 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3032 (bug#9517).
3033
3034 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3035 retrieval is happening.
3036
3037 * gnus.el (gnus-parameters): Doc fix.
3038
3039 2012-01-06 Dave Abrahams <dave@boostpro.com>
3040
3041 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3042 show the thread after expansion.
3043
3044 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3045
3046 * gnus-art.el (article-narrow-to-head): If the head is completely
3047 empty, narrow to the empty region (bug#9764).
3048
3049 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3050 read, and then mark them as unread only when the unread mark is used.
3051 This makes `C-- T k' actually work, even though it's confusing.
3052
3053 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3054 alive before we try to find its window.
3055
3056 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3057
3058 * mm-decode.el (mm-display-external): Use a longer timeout for the
3059 deletion to allow slow programs to display the file.
3060
3061 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3062
3063 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3064 prompt to be less confusing.
3065
3066 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3067 argument to `message-reply'. This broke `special-display-*' frame
3068 pop-uping (bug#10238).
3069
3070 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3071
3072 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3073 systems, since these allegedly don't work there.
3074
3075 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3076
3077 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3078 live buffer.
3079
3080 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3081
3082 * nnir.el (nnir-retrieve-headers): Protect against the article not
3083 existing on the server (bug#10335).
3084
3085 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3086
3087 * gnus-agent.el (gnus-agent-load-local):
3088 Recompute gnus-agent-article-local on changing method.
3089
3090 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3091
3092 * gnus.el (gnus-parameters): Note precedence.
3093
3094 2012-01-04 Leo Liu <sdl.web@gmail.com>
3095
3096 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3097 in the group buffer.
3098
3099 2012-01-04 Julien Danjou <julien@danjou.info>
3100
3101 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3102 change.
3103
3104 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3105
3106 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3107 too.
3108
3109 * nntp.el (nntp-retrieve-group-data-early): Use it.
3110
3111 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3112
3113 * nntp.el (nntp-retrieval-in-progress): New variable.
3114 (nntp-make-process-buffer): Make it buffer-local.
3115
3116 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3117 2010.
3118 (gnus-demon-init): Use it to compute the time if time is on the form
3119 "04:23".
3120
3121 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3122
3123 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3124 status in the correct buffer.
3125
3126 2012-01-03 Leo Liu <sdl.web@gmail.com>
3127
3128 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3129 when opening topics (bug#10407).
3130
3131 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3132
3133 * mm-view.el (mm-display-inline-fontify): Add comment.
3134
3135 2011-12-15 Juri Linkov <juri@jurta.org>
3136
3137 * mm-decode.el (mm-inline-media-tests): Add missing
3138 `mm-handle-media-subtype'.
3139
3140 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3141
3142 * message.el (message-valid-fqdn-regexp): Update with newly approved
3143 top-level domain names ".tel" and ".asia".
3144
3145 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3146
3147 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3148 unconditionally.
3149
3150 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3151
3152 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3153 pop-to-buffer-same-window for old Emacsen.
3154
3155 2011-12-04 Chong Yidong <cyd@gnu.org>
3156
3157 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3158 change (Bug#10200).
3159
3160 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3161
3162 * compface.el (uncompface):
3163 * gnus-art.el (gnus-article-x-face-command): Update the header format
3164 of icon data for the most recent icontopbm program.
3165
3166 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3167
3168 * gnus-msg.el (gnus-inews-do-gcc):
3169 * message.el (message-send-mail):
3170 * mml.el (mml-generate-mime): Share the value of the buffer-local
3171 `message-options' variable between a draft buffer and temprary working
3172 buffers.
3173
3174 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3177
3178 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3179
3180 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3181 for Cygwin.
3182
3183 2011-11-24 Glenn Morris <rgm@gnu.org>
3184
3185 * starttls.el: Fix case of "GnuTLS".
3186
3187 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3188
3189 * gnus-group.el (gnus-group-highlight): Fix typo.
3190
3191 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3192
3193 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3194 value of `delete-file', that returns nil for a local file but returns t
3195 for a remote file using ssh.
3196
3197 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3198
3199 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3200 avoid later breakage.
3201
3202 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3203
3204 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3205 article buffers' name.
3206
3207 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3208
3209 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3210 by Paul Eggert's spellfixes two days ago.
3211
3212 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3213
3214 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3215 buffer-local instead of binding them to avoid warnings. Also demote
3216 errors (bug#10063).
3217 (font-lock-mode-hook): Shut up byte compiler.
3218
3219 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3220
3221 * mm-util.el (mm-charset-after): Fix typo.
3222
3223 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3224
3225 * gnus-sum.el (gnus-summary-make-menu-bar):
3226 * gnus-uu.el (gnus-uu-decode-postscript)
3227 (gnus-uu-decode-postscript-and-save):
3228 * mailcap.el (mailcap-print-command):
3229 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3230 Fix typos.
3231
3232 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3233
3234 * gnus-art.el (gnus-article-part-wrapper):
3235 * shr-color.el (shr-color-visible-distance-min)
3236 (shr-color-relative-to-absolute, set-minimum-interval)
3237 (shr-color-visible): Fix typos.
3238
3239 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3240
3241 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3242 slightly clearer.
3243
3244 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3245
3246 * message.el (message-send-and-exit): Document `arg'.
3247
3248 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3251
3252 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3253
3254 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3255 we don't use `bound-and-true-p'.
3256
3257 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3258
3259 * gnus-util.el (gnus-bound-and-true-p): Remove.
3260 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3261 * nnir.el: Use it.
3262 * nnmairix.el: Use it.
3263
3264 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3265
3266 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3267 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3268 for reasons unknown.
3269 * nnir.el: Use it.
3270 * nnmairix.el: Use it.
3271
3272 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3273 * nnir.el: Ditto.
3274 * nnmairix.el: Ditto.
3275
3276 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3277
3278 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * message.el (message-completion-function): Make sure
3281 message-tab-body-function is not attempted if one of
3282 message-completion-alist fails to find a completion (bug#9158).
3283
3284 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3285
3286 * mml.el (mml-quote-region): Quote <#secure> tag.
3287 (mml-generate-mime-1): Unquote <#secure> tag.
3288
3289 2011-10-20 Chong Yidong <cyd@gnu.org>
3290
3291 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3292 calling a minor mode from Lisp with nil arg enables it, so we have to
3293 make the wording a bit ambiguous here).
3294
3295 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3296
3297 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3298 * nnir.el (nnir-mode): Use it.
3299 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3300 Use it.
3301
3302 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3303 * nnmairix.el (gnus-registry-enabled): Ditto.
3304
3305 2011-10-17 Dave Abrahams <dave@boostpro.com>
3306
3307 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3308 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3309 only while we need to find out if it should be t or nil.
3310 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3311 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3312 the registry is installed. Set it to nil when it's unloaded.
3313 (gnus-registry-install-p): Provide user guidance for the initial value
3314 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3315 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3316 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3317 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3318 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3319 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3320 `gnus-registry-install'.
3321
3322 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3323
3324 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3325 previous change.
3326 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3327 primary key is marked as disabled.
3328
3329 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3330
3331 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3332 primary key is marked as disabled.
3333
3334 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3335
3336 * html2text.el (html2text-clean-anchor): Check for quotes around
3337 `href' value.
3338
3339 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3340
3341 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3342 searching. Drop `bbdb-cache'.
3343
3344 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3345
3346 * message.el (message-signed-or-encrypted-p): Exclude header when
3347 checking if there is signed or encrypted body in text/plain message.
3348
3349 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3350
3351 * html2text.el (html2text-get-attr): Correctly handle attribute values
3352 containing "=".
3353
3354 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3355
3356 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3357 handle bindings.
3358
3359 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3360
3361 * gnus-win.el (gnus-configure-windows): Protect against reading
3362 ephemeral groups outside of Gnus.
3363
3364 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3365
3366 * shr.el (shr-tag-img): Don't get images displayed in tables.
3367
3368 2011-10-03 Glenn Morris <rgm@gnu.org>
3369
3370 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3371 the "maintainer" version of debbugs.gnu.org reports.
3372
3373 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3374
3375 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3376 make asynchronous adjacent image insertion work better.
3377
3378 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3379
3380 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3381 Clarify documentation.
3382
3383 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3384
3385 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3386 `gnus-asynchronous' isn't shadowed.
3387
3388 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3389
3390 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3391 (nnimap-insert-partial-structure): The charset parameter isn't
3392 case-sensitive.
3393
3394 * nnheader.el (nnheader-message-maybe): New function.
3395
3396 * shr.el (shr-tag-table): Render totally broken tables better.
3397
3398 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3399 computing the boundary.
3400
3401 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3402
3403 * pop3.el (pop3-number-of-responses): Remove.
3404 (pop3-wait-for-messages): Rewrite to take linear time instead of
3405 exponential time.
3406
3407 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3408
3409 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3410 re-fetch images.
3411
3412 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3413 re-fetch images when hitting `g' in Gnus.
3414
3415 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3416
3417 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3418 (mml-compute-boundary): Don't check collision if it is non-nil.
3419 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3420 before checking collision.
3421
3422 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3423
3424 * message.el (message-indent-citation): Really make sure there's a
3425 newline at the end.
3426
3427 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3428 Fix suggested by John Wiegley.
3429
3430 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3431
3432 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3433
3434 * message.el (message-default-send-rename-function): Break out into its
3435 own function.
3436
3437 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3438 doesn't work under XEmacs.
3439
3440 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3441 of "imaps" to word around Windows problems.
3442 (nnimap-open-connection-1): Use it.
3443
3444 * message.el (message-indent-citation): Revert last change which made
3445 `F' not work.
3446
3447 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3448
3449 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3450 terminal as well.
3451
3452 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3453
3454 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3455 because it displays images using overlays that aren't easy to copy to
3456 the article buffer.
3457
3458 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3459
3460 * message.el (message-indent-citation): Fix empty line removal at the
3461 end of the citation.
3462
3463 2011-09-20 Julien Danjou <julien@danjou.info>
3464
3465 * auth-source.el (auth-source-netrc-create): Use default value for
3466 password if specified. Evaluate default.
3467 (auth-source-plstore-create): Ditto.
3468 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3469 value evaluation.
3470 (auth-source-netrc-create): Typo fix.
3471 (auth-source-plstore-create): Ditto.
3472
3473 * auth-source.el (auth-source-format-cache-entry): New function.
3474
3475 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3476
3477 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3478
3479 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3480
3481 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3482
3483 2011-09-19 Julien Danjou <julien@danjou.info>
3484
3485 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3486 which work with things that are not ASCII.
3487
3488 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3489
3490 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3491
3492 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3493
3494 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3495 message level.
3496
3497 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3498
3499 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3500
3501 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3502
3503 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3504
3505 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3508 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3509
3510 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3511
3512 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3513 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3514 articles.
3515
3516 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3517
3518 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3519 (message-mail-other-window, message-mail-other-frame)
3520 (message-news-other-window, message-news-other-frame):
3521 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3522 instead of setting buffer display variables.
3523
3524 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3525
3526 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3527
3528 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3529
3530 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3531
3532 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3533 duplicates" to a higher level.
3534
3535 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3536 most egregious messages.
3537
3538 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3539
3540 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3541
3542 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3543
3544 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3545 up the file (bug#9351).
3546
3547 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3548
3549 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3550 it does with all other backends, but decode the names immediately after
3551 getting them.
3552
3553 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3554 decoding nnimap groups.
3555
3556 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3557 newsrc file. It doesn't seem like an important optimization any more.
3558
3559 2011-09-10 Dave Abrahams <dave@boostpro.com>
3560
3561 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3562 overflows.
3563
3564 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3565
3566 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3567 (gnus-interactive-exit): Extend to `quiet'.
3568
3569 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3570
3571 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3572 string.
3573
3574 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3575 renaming function arguments from `this'.
3576
3577 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3578
3579 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3580 has been renamed.
3581 (gnus-lrm-string-p): Include RLM and PDF, too.
3582
3583 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3584 (bug#9225).
3585
3586 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3587
3588 Add autoload cookies for functions used by sendmail.el.
3589 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3590
3591 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3592
3593 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3594
3595 * gnus-art.el (article-date-ut): Work properly even when there are
3596 things like Date header in the body; work for forwarded parts.
3597
3598 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3599
3600 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3601 original-article-buffer.
3602
3603 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3604
3605 * nnir.el (nnir-compose-result): Fix matching of server type.
3606 (nnir-run-swish++): Ditto.
3607 (nnir-run-namazu): Ditto.
3608 (nnir-run-notmuch): Ditto.
3609
3610 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3611
3612 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3613 (bug#9405).
3614
3615 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3616 (bug#9421).
3617
3618 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3619 (bug#9425).
3620
3621 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3622 thing (bug#9426).
3623
3624 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3625
3626 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3627 the error message.
3628
3629 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3630
3631 * message.el (message-setup-1): Return t (Bug#9392).
3632
3633 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3634
3635 * gnus-sum.el: When adding article headers to a summary buffer also
3636 update gnus-newsgroup-articles (bug#9386).
3637
3638 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3639
3640 * auth-source.el: Autoload help-mode.
3641
3642 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3643
3644 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3645 names.
3646
3647 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3648
3649 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3650 mm-replace-in-string for compatibility issues.
3651 * mml2015.el (mml2015-epg-verify): Ditto.
3652
3653 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3654
3655 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3656
3657 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3658
3659 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3660
3661 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3662 continue on and do the clean-up phase (bug#9188).
3663
3664 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3665 just ignore groups that can't be opened instead of erroring out
3666 (bug#9225).
3667
3668 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3669 nil since some many people are fuddy-duddies.
3670
3671 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3672 images.
3673
3674 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3675 instead.
3676
3677 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3678
3679 * gnus-util.el (gnus-process-live-p): Copy over compat function.
3680
3681 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3682 processing.
3683
3684 * nntp.el (nntp-kill-buffer): Kill the process before killing the
3685 buffer to avoid warnings.
3686
3687 2011-08-20 Simon Josefsson <simon@josefsson.org>
3688
3689 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3690 specified to reduce precision.
3691
3692 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3693
3694 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3695 bodystructures (bug#9314).
3696
3697 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3698
3699 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3700 Make button keymap non-sticky after buttons.
3701
3702 2011-08-18 David Engster <dengste@eml.cc>
3703
3704 * nnmairix.el (nnmairix-request-set-mark)
3705 (nnmairix-goto-original-article): Remove adding of article to registry,
3706 since `gnus-registry-add-group' isn't available anymore.
3707 (nnmairix-determine-original-group-from-registry):
3708 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3709 available anymore.
3710
3711 2011-08-12 Simon Josefsson <simon@josefsson.org>
3712
3713 * starttls.el (starttls-any-program-available): Define as obsolete
3714 function.
3715
3716 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3717
3718 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3719 versions which Gnus use when appropriate.
3720
3721 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3722 a pretty destructive command.
3723
3724 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3725
3726 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3727
3728 * message.el (message-fix-before-sending): Make a different warning
3729 about NUL characters (bug#9270).
3730
3731 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3732 from custom (bug#9260).
3733
3734 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3735 things work in Emacs 22 and XEmacs, too.
3736
3737 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3738 default From.
3739
3740 * gnus-spec.el (gnus-lrm-string-p): New macro.
3741 (gnus-lrm-string): New constant.
3742 (gnus-summary-line-format-spec): LRM-ify the from.
3743 (gnus-tilde-max-form): LRM-ify string chopping.
3744
3745 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3746
3747 * message.el (message-is-yours-p): Allow disabling canlock checking
3748 (bug#9295).
3749 (message-shoot-gnksa-feet): Add `canlock-verify'.
3750 (message-auto-save-directory): Use ~/ as the auto-save directory if the
3751 message directory isn't writable (bug#9304).
3752
3753 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3754 non-world-readable.
3755
3756 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3757
3758 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3759 articles.
3760
3761 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
3762
3763 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3764 copy-list.
3765
3766 2011-08-12 Sam Steingold <sds@gnu.org>
3767
3768 * gnus-score.el (gnus-score-find-alist): Keep the score files already
3769 in the reverse order to avoid modifying the cache with `nreverse'.
3770 (gnus-all-score-files): Do not modify the value returned by
3771 `gnus-score-find-alist' because it lives in a cache variable.
3772 (gnus-current-home-score-file): No need to `nreverse' the return value
3773 of `gnus-score-find-alist', it is already in the correct order.
3774
3775 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
3776
3777 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3778 type MESSAGE and subtype RFC822 is slightly different from those of
3779 type TEXT.
3780
3781 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
3782
3783 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3784 This allows article-referral to work from an nnir group.
3785
3786 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
3787
3788 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3789
3790 2011-08-04 Daiki Ueno <ueno@unixuser.org>
3791
3792 * mml1991.el (mml1991-epg-find-usable-key)
3793 (mml1991-epg-find-usable-secret-key): New function.
3794 (mml1991-epg-sign): Check if signing key is usable.
3795 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3796
3797 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
3798
3799 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3800 server-variables only. This should fix a bug introduced with commit
3801 e1889675b7f4adf057833c5513c9374134c4e053.
3802 (nnir-run-query): 'nnir-search-engine should not be set from the global
3803 environment.
3804
3805 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
3806
3807 * nnir.el (nnir-search-thread): Position point on referring article
3808 line.
3809 (nnir-warp-to-article): Clean up summary buffers.
3810
3811 * nnimap.el (nnimap-request-thread): Whitespace fix.
3812
3813 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
3814
3815 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3816
3817 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3818
3819 * starttls.el (starttls-available-p): Rename from
3820 `starttls-any-program-available' and changed return convention.
3821
3822 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
3823
3824 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3825 `unix-sync' unless it's defined.
3826
3827 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
3828
3829 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3830 `aref' for XEmacs compatibiltiy.
3831
3832 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3833
3834 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3835
3836 2011-07-31 Dave Abrahams <dave@boostpro.com>
3837
3838 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3839 closures, quote the form properly (bug#9194).
3840
3841 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3842
3843 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3844 (gnus-summary-insert-new-articles): Protect against servers that are
3845 down.
3846
3847 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3848
3849 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3850 in mm handle if none is specified.
3851
3852 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
3853
3854 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3855
3856 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
3857
3858 * nnir.el (nnir-search-thread): New function to make an nnir group
3859 based on a thread query.
3860
3861 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3862 of nnir in thread referral.
3863 (gnus-summary-refer-thread): Use it.
3864
3865 * nnimap.el (nnimap-request-thread): Use it.
3866
3867 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3868
3869 * shr.el (shr-tag-comment): Ignore HTML comments.
3870
3871 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
3872
3873 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3874 argument.
3875 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3876 Use `nnir-address' to handle server info rather than passing an arg.
3877
3878 * nnimap.el (nnimap-make-thread-query): New utility function to format
3879 an imap thread search query.
3880 (nnimap-request-thread): Use it.
3881
3882 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3883 right select-method if we are not going back to the group buffer.
3884
3885 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3886
3887 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3888 enter invalid buffer configurations into the quit form (bug#9107).
3889 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3890 unplugged/plugged.
3891
3892 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3893 keep track of which ones are unread (bug#9061).
3894
3895 * gnus.el (gnus-refer-article-method): Allow entering any sexp
3896 (bug#9055).
3897
3898 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3899 (bug#9041).
3900
3901 * gnus-html.el (mm-util): Require (bug#9073).
3902
3903 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3904 (gnus-summary-refer-thread): Use it to remove duplicates in the
3905 un-threaded view (bug#9053).
3906 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3907
3908 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
3909
3910 * nnir.el (nnir-read-server-parm): Use default value from global
3911 variable. Without this the default search engine parameters aren't
3912 used at all.
3913
3914 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3915
3916 * message.el (message-unique-id): Don't use the undocumented return
3917 value from (random t) (bug#9118).
3918
3919 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3920
3921 * message.el (message-auto-save-directory): If the ~/Mail directory
3922 doesn't exist, use ~ as the auto-save directory (bug#4432).
3923
3924 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3925 hasn't already been started.
3926
3927 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3928
3929 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3930
3931 * message.el (message-reply): Work around mysterious bug where
3932 `message-mode' seems to overwrite the locally bound `subject' variable.
3933
3934 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
3935
3936 * nnimap.el (nnimap-request-thread): Ensure search is performed in
3937 correct group.
3938
3939 * gnus-int.el (gnus-request-thread): Add group argument.
3940
3941 * gnus-sum.el (gnus-summary-refer-thread): Use it.
3942
3943 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3944
3945 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3946 renamed to `debbugs-gnu-*'.
3947
3948 2011-07-08 Daiki Ueno <ueno@unixuser.org>
3949
3950 * plstore.el: Revert the editing feature since it is not urgent.
3951 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3952 (plstore-mode-decoded): Remove.
3953
3954 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3955
3956 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
3957 isn't very interesting any more, and it leaks potentially secret data.
3958 (gnus-debug): Remove.
3959
3960 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3961 use of :custom-show.
3962
3963 2011-07-07 Daiki Ueno <ueno@unixuser.org>
3964
3965 * plstore.el: Add documentation.
3966 (plstore-mode): New mode to edit plstore file.
3967 (plstore-mode-toggle-display, plstore-mode-original)
3968 (plstore-mode-decoded): New command.
3969 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3970 (plstore--insert-buffer, plstore--make): New function.
3971 (plstore-open, plstore-save): Simplify by using them.
3972
3973 2011-07-06 Glenn Morris <rgm@gnu.org>
3974
3975 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3976
3977 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3978
3979 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3980 no longer is much used.
3981 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3982 Articles".
3983
3984 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
3985
3986 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3987 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3988 `notmuch' backend.
3989
3990 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3991
3992 * mm-decode.el (mm-text-html-renderer): Doc fix.
3993
3994 * gnus-msg.el (gnus-bug): Fix the MML tag.
3995
3996 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3997
3998 2011-07-05 Daiki Ueno <ueno@unixuser.org>
3999
4000 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4001 secondary methods if started with `gnus-no-server'.
4002
4003 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4004
4005 * message.el (message-return-action): Fix typo in docstring.
4006
4007 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4008
4009 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4010 bug reports at once.
4011
4012 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4013
4014 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4015
4016 * nndraft.el: Require gnus-group.
4017 (nndraft-request-list): Declare.
4018
4019 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4020 no unread article unless it matches gnus-permanently-visible-groups.
4021
4022 * nndraft.el (nndraft-update-unread-articles): New function.
4023 (nndraft-request-associate-buffer): Use it to update the number of
4024 unread articles for the nndraft groups in the group buffer when saving
4025 or killing a draft message.
4026
4027 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4028
4029 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4030 systems to binary before writing and reading the mbox files.
4031
4032 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4033 instead of trying to list them all (bug#8978).
4034
4035 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4036
4037 * pop3.el (pop3-open-server): Use :end-of-capability.
4038
4039 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4040
4041 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4042 the id is always a number.
4043
4044 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4045 debbugs mode, if possible.
4046
4047 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4048
4049 * auth-source.el (auth-source-token-passphrase-callback-function):
4050 Reindent.
4051 (epg-context-operation): Remove unnecessary autoload.
4052
4053 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4054
4055 * gnus.el (gnus-list-debbugs): New command.
4056
4057 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4058 mboxstat instead of the maintbox, since the stat seems to be fuller.
4059
4060 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4061 summary buffers.
4062
4063 * message.el (message-get-reply-headers): Delete all duplicates,
4064 instead of the first.
4065 (message-get-reply-headers): Ensure that we have progress while
4066 deleting duplicates.
4067
4068 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4069 gnus-posting-style value from the summary buffer to make it easier to
4070 make that a per-buffer conf.
4071
4072 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4073
4074 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4075 found by setting `shortcut' in 'query.
4076 (nnir-request-article): Use `shortcut' setting when requesting article
4077 by Message-ID.
4078
4079 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4080
4081 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4082 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4083 Bring the pseudo-headers back too.
4084
4085 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4086
4087 * auth-source.el (auth-source-token-passphrase-callback-function):
4088 Simplify and remove EPA dependency.
4089
4090 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4091
4092 * nnir.el (nnir-request-article): Fix error message text.
4093
4094 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4095
4096 * auth-source.el (plstore-delete): Autoload.
4097 (auth-source-plstore-search): Support delete operation.
4098 * plstore.el (plstore-delete): New function.
4099
4100 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4101
4102 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4103 mark actually existing articles as unread rather than the ones that
4104 active asserts.
4105
4106 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4107
4108 * nntp.el (nntp-record-command):
4109 * gnus-util.el (gnus-message-with-timestamp-1):
4110 Use format-time-string rather than decoding time stamps by hand.
4111 This is simpler and insulates the code from potential changes to
4112 current-time format.
4113
4114 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4115
4116 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4117
4118 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4119
4120 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4121 (plstore-save): Support public key encryption.
4122 (plstore--init-from-buffer): New function.
4123 (plstore-open): Use it; fix error when opening a non-existent file.
4124 (plstore-revert): Use plstore--init-from-buffer.
4125
4126 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4127
4128 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4129
4130 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4131
4132 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4133 for old Emacsen.
4134
4135 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4136
4137 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4138 is not fully working.
4139
4140 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4141
4142 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4143 quit window configuration.
4144
4145 * auth-source.el (epg-context-set-passphrase-callback):
4146 Remove duplicate autoload.
4147
4148 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4149
4150 * nnir.el (nnir-request-article): Allow requesting articles by
4151 Message-ID with nnimap.
4152
4153 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4154 current server.
4155
4156 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4157
4158 * auth-source.el: Autoload EPA/EPG functions.
4159 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4160 changed when EPA/EPG is not available.
4161 (auth-source-backend): Rename "arg" member to "data".
4162 (auth-source-backend-parse, auth-source-plstore-search)
4163 (auth-source-plstore-create): Use it.
4164
4165 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4166
4167 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4168 `gnus-refer-article-methods'.
4169
4170 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4171
4172 * auth-source.el: Require EPA and EPG.
4173 (auth-source-passphrase-alist): New variable.
4174 (auth-source-passphrase-callback-function)
4175 (auth-source-token-passphrase-callback-function): Callbacks for the
4176 netrc field encryption (GPG tokens).
4177 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4178 Symmetric encryption and decryption of the netrc GPG tokens.
4179 (auth-source-netrc-normalize): Use them, simplifying the closure.
4180
4181 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4182
4183 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4184 non-nil, and `nnimap-split-methods' is nil, use the former.
4185
4186 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4187
4188 * plstore.el (plstore-revert): New function.
4189 (plstore-open): Use it; hide the buffer from user.
4190
4191 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4192
4193 * auth-source.el (auth-source-backend): New member "arg".
4194 (auth-source-backend-parse): Handle new backend 'plstore.
4195 * plstore.el: New file.
4196
4197 2011-06-30 Glenn Morris <rgm@gnu.org>
4198
4199 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4200
4201 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4202
4203 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4204
4205 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4206 expiring articles to.
4207
4208 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4209 variations as ASCII (bug#5458).
4210
4211 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4212
4213 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4214
4215 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4216
4217 * message.el (message-point-in-header-p): Tweak the function to default
4218 to saying that we're not in the headers if there is no separator at
4219 all. This makes it possible to use the Message version of `M-q' in
4220 buffers with no headers (bug#7987).
4221 (message-point-in-header-p): Fix last checkin to work with an empty
4222 mail-header-separator, too.
4223
4224 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4225 again, save the choice via customize.
4226
4227 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4228
4229 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4230
4231 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4232 ended the connection, bail out before waiting infinitely on a new
4233 connection.
4234
4235 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4236
4237 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4238 reports.
4239
4240 * gnus.el (gnus-bug-package): Use "gnus."
4241 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4242
4243 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4244
4245 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4246 animations going on at article exit time.
4247
4248 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4249 since removing it breaks people upgrading.
4250
4251 * shr.el (shr-put-image): Use the new interface for animating images.
4252 (shr-put-image): Animate for 60 seconds.
4253
4254 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4255 error with `find-file-hooks' on Emacs 22.
4256 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4257 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4258 on all architectures.
4259
4260 * spam.el (spam-stat): Require in a normal fashion without binding
4261 `spam-stat-install-hooks' to avoid compilation warnings.
4262
4263 * spam-stat.el (spam-stat-install-hooks): Remove.
4264 (spam-stat-install-hooks): Don't run automatically.
4265
4266 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4267
4268 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4269 and keystroke.
4270
4271 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4272
4273 * auth-source.el (auth-source-netrc-cache): Move forward.
4274
4275 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4276
4277 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4278 we already know.
4279 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4280 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4281
4282 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
4284 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4285 %S format, since that looks odd.
4286 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4287 file, especially when saving.
4288
4289 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4290
4291 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4292 article found.
4293
4294 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4295
4296 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4297 `auth-source-save-secrets' with a more sensitive alist that can be
4298 configured per file. Experimental, so defaults to 'never.
4299 (auth-source-netrc-create): Use it. Still experimental code.
4300 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4301 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4302
4303 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4304
4305 * auth-source.el (auth-source-save-secrets): New variable to control if
4306 secret tokens should be saved encrypted.
4307 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4308 to `auth-source-netrc-normalize'.
4309 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4310 on the EPA variables being defined.
4311 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4312 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4313 the lexical-let closure.
4314 (auth-source-netrc-create): Create "gpg:" tokens according to
4315 `auth-source-save-secrets'.
4316
4317 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4318
4319 * gnus-group.el (gnus-group-update-group): Add new argument
4320 `info-unchanged' that stops updating dribble buffer.
4321
4322 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4323 deletes lines matching to it in dribble buffer.
4324
4325 * gnus-agent.el (gnus-agent-fetch-group-1):
4326 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4327 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4328 * gnus-start.el (gnus-group-change-level):
4329 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4330
4331 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4332 if newsgroup info is not changed.
4333
4334 * gnus-group.el (gnus-group-get-new-news-this-group):
4335 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4336 Don't update dribble buffer.
4337
4338 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4339
4340 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4341 remove entries with groups we ignore.
4342
4343 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4344
4345 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4346 the underline comes at the bottom.
4347
4348 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4349
4350 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4351 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4352 (gnus-registry-article-marks-to-names): Rename from
4353 `gnus-registry-user-format-function-M2'.
4354
4355 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4356
4357 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4358 ephemeral group.
4359
4360 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4361
4362 * shr.el (shr-browse-image): Copy the URL if called interactively.
4363
4364 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4365
4366 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4367 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4368 done, then unselected articles may be marked as read.
4369
4370 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4371 since not doing this seems to lead to a race condition in pop3-logon.
4372
4373 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4374 so that the call chain it correct when we call "upwards".
4375
4376 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4377 in read-only groups.
4378
4379 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4380
4381 * message.el (message-cite-reply-position): Doc string fix.
4382
4383 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4384 avoid regexp overflow.
4385 (nnimap-transform-split-mail): Ditto.
4386
4387 * pop3.el (pop3-retr): Error out if the server closes the connection.
4388
4389 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4392 mm-with-unibyte-current-buffer. The buffer should not contain any
4393 multibyte chars anyway at this stage.
4394
4395 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4396
4397 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4398 at the end of lines.
4399
4400 2011-05-29 Julien Danjou <julien@danjou.info>
4401
4402 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4403
4404 2011-05-27 Glenn Morris <rgm@gnu.org>
4405
4406 * gnus-group.el (gnus-bug-group-download-format-alist):
4407 Use the "maintainer" version of debian reports as well.
4408
4409 2011-05-26 Glenn Morris <rgm@gnu.org>
4410
4411 * gnus-group.el (gnus-bug-group-download-format-alist):
4412 Use the "maintainer" version of debbugs.gnu.org reports.
4413
4414 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4415
4416 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4417
4418 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4419
4420 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4421 the thread moves us backwards and so we loop forever.
4422
4423 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4424
4425 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4426 whitespace in base64 data lines.
4427
4428 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4429
4430 * gnus-registry.el (gnus-registry-user-format-function-M):
4431 Use `mapconcat'.
4432 (gnus-registry-user-format-function-M2): Use to see the full text of
4433 the marks. Make "," the mark text separator.
4434
4435 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4436 authentication with auth-source.
4437
4438 2011-05-17 Glenn Morris <rgm@gnu.org>
4439
4440 * gnus-group.el (gnus-import-other-newsrc-file):
4441 Use insert-file-contents.
4442
4443 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4444
4445 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4446 1000 iterations.
4447
4448 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4449
4450 * nntp.el (nntp-open-connection): Check if process-type is available.
4451
4452 2011-05-16 Julien Danjou <julien@danjou.info>
4453
4454 * shr.el (shr-tag-del): Add support for del tag.
4455
4456 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4457
4458 * gnus-html.el (gnus-html-put-image): Register a displayer.
4459
4460 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4461
4462 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4463
4464 * registry.el (prune-factor): New initialization parameter defaulting
4465 to 0.1.
4466 (registry-prune-hard): Use it.
4467
4468 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4469 0.1 expicitly.
4470
4471 2011-05-13 Glenn Morris <rgm@gnu.org>
4472
4473 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4474 is bound, since this function requires sendmail.
4475
4476 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4477
4478 * registry.el (registry-usage-test): Disable pruning test.
4479
4480 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4481
4482 * registry.el (registry-prune-hard-candidates)
4483 (registry-prune-soft-candidates): Helper methods for registry pruning.
4484 (registry-prune): Use them. Make the sort function optional.
4485
4486 2011-05-10 Jim Meyering <meyering@redhat.com>
4487
4488 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4489
4490 2011-05-10 Julien Danjou <julien@danjou.info>
4491
4492 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4493 symbol and not a list.
4494
4495 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4496
4497 * gnus-art.el (gnus-article-mode): Move binding of
4498 shr-put-image-function here from gnus-article-prepare-display.
4499
4500 * shr.el (shr-put-image-function): New variable.
4501 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4502 (shr-put-image): Return scaled image.
4503
4504 * gnus-art.el (gnus-shr-put-image): New function.
4505 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4506
4507 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4508 original ones, as deletable.
4509
4510 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4513
4514 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4515
4516 * registry.el (registry-full): Add convenience method. Fix logic.
4517 (registry-insert): Use it. Fix logic here too.
4518
4519 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4520 `registry-prune' if `registry-full' returns t.
4521 (gnus-registry-handle-action)
4522 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4523 (gnus-registry-usage-test): Use it.
4524
4525 2011-05-07 Julien Danjou <julien@danjou.info>
4526
4527 * shr.el (shr-link): Make shr-link inherit from link by default.
4528
4529 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4530
4531 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4532
4533 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4534
4535 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4536 error out because the face is not a list.
4537
4538 2011-05-05 Glenn Morris <rgm@gnu.org>
4539
4540 * gnus-start.el (gnus-propagate-marks): Declare.
4541
4542 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4543
4544 * registry.el (registry-reindex): Fix percentage message.
4545
4546 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4547
4548 * shr.el: Add shr-link face for links.
4549 (shr-urlify): Use it.
4550
4551 * registry.el (registry-insert): Make error message more helpful.
4552
4553 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4554
4555 * gnus-html.el (gnus-html-schedule-image-fetching):
4556 Use url-queue-retrieve, if it exists.
4557
4558 * shr.el (shr-tag-img): Ditto.
4559
4560 * gnus.el: Autoload more gnus-agent functions.
4561
4562 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4563 agent if we haven't already (bug#8502).
4564
4565 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4566 into the Agent, too.
4567
4568 * gnus-agent.el (gnus-agent-store-article): New function.
4569
4570 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4571 and moved from that file for reuse.
4572
4573 * pop3.el (pop3-open-server): Error messages are "-ERR".
4574
4575 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4578 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4579
4580 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4581
4582 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4583 buffer has moved to a different frame.
4584
4585 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4586
4587 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4588 to get the conversion from unibyte to multibyte buffers to work on
4589 Emacs 22.
4590
4591 * nntp.el (nntp-request-article): Slight clean-up.
4592
4593 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4594
4595 * shr.el (shr-strike-through): New face.
4596 (shr-tag-s): Use it to provide <s> support.
4597 (shr-tag-s): Remove duplicate definition.
4598
4599 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4600
4601 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4602 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4603
4604 2011-04-23 Glenn Morris <rgm@gnu.org>
4605
4606 * gnus-sum.el (gnus-extra-headers): Bump :version.
4607
4608 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4609
4610 * shr.el (shr-tag-sup): New function.
4611 (shr-tag-sub): Ditto.
4612
4613 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4614
4615 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4616 for the case where `gnus-registry-ignored-groups' is a list of lists,
4617 and don't call `gnus-parameter-registry-ignore' otherwise.
4618
4619 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4620
4621 * nnimap.el (nnimap-user): New backend variable.
4622 (nnimap-open-connection-1): Use it.
4623 (nnimap-credentials): Accept user parameter so it's explicit what user
4624 name is desired.
4625
4626 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4627 default.
4628
4629 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4630 not gnus-registry.el.
4631
4632 * gnus-registry.el: Mention in comments how to modify
4633 `gnus-extra-headers' for proper recipient tracking and that it may
4634 already have To and Cc recently, which it does as of this commit.
4635 (gnus-registry-ignored-groups): Remove defcustom.
4636 Explain why in comments.
4637 (gnus-registry-action): Fix data-header reference to use the extra
4638 headers. Explain in package commentary how to add To and Cc headers to
4639 the gnus-extra-headers.
4640 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4641 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4642 parameter list or a string list in `gnus-registry-ignored-groups'.
4643 Fix logic error.
4644
4645 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4646
4647 * shr.el (shr-expand-url): Protect against null urls.
4648
4649 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4650
4651 * shr.el (shr-base): New binding.
4652 (shr-tag-base): Keep track of <base>.
4653 (shr-expand-url): New function used throughout.
4654
4655 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
4656
4657 * gnus-registry.el
4658 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4659 (gnus-registry-ignored-groups): New variable.
4660 (gnus-registry-ignore-group-p): Use it.
4661 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4662 set the destination group to nil (same as delete) if it's ignored.
4663
4664 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4665
4666 * gnus-registry.el (gnus-registry-action)
4667 (gnus-registry-fetch-header-fast):
4668 Don't use mail-header that looks an internal function of mailheader.el.
4669
4670 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4671
4672 * gnus-registry.el: Eliminate cl functions.
4673 (gnus-registry-sort-addresses): New function that replaces mapcan.
4674 (gnus-registry-action, gnus-registry-spool-action)
4675 (gnus-registry-split-fancy-with-parent)
4676 (gnus-registry-fetch-recipients-fast): Use it.
4677 (gnus-registry-import-eld): Replace delete* with dolist + delq.
4678
4679 * registry.el (initialize-instance, registry-lookup)
4680 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4681 (registry-lookup-secondary-value, registry-search, registry-delete)
4682 (registry-insert, registry-reindex, registry-size, registry-prune):
4683 Use eval-and-compile.
4684
4685 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
4686
4687 * registry.el (registry-reindex): New method to recreate the secondary
4688 registry indices.
4689
4690 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4691 tracked field changes.
4692 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4693 (gnus-registry-action, gnus-registry-spool-action)
4694 (gnus-registry-handle-action)
4695 (gnus-registry--split-fancy-with-parent-internal)
4696 (gnus-registry-split-fancy-with-parent)
4697 (gnus-registry-register-message-ids): Add recipient tracking on spool,
4698 move, and delete actions, and for fancy splitting with parent.
4699 (gnus-registry-extract-addresses)
4700 (gnus-registry-fetch-recipients-fast)
4701 (gnus-registry-fetch-header-fast): Convenience functions.
4702 (gnus-registry-misc-test): ERT test of
4703 `gnus-registry-extract-addresses'.
4704
4705 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
4706
4707 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4708 Track by subject first, then sender.
4709
4710 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4713
4714 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4715 Lisp.
4716
4717 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4718 (gnus-draft-send): Use it to avoid popping
4719 up frames from gnus-group-send-queue.
4720
4721 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4722
4723 * gnus-registry.el: Updated gnus-registry docs.
4724
4725 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
4726
4727 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4728 Fix logic bug.
4729 (gnus-registry-post-process-groups): Fix logging of no results and
4730 quote sender and subject.
4731
4732 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4733
4734 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4735 (gnus-read-active-for-groups): Don't try to finish getting stuff where
4736 we had no early-data returned.
4737 (gnus-get-unread-articles): Add a sanity check so that we don't issue
4738 two async commands to the same server at the same time.
4739
4740 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
4741
4742 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4743
4744 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4745
4746 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4747 "warning" level.
4748
4749 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4750 (mm-url-insert-file-contents): Don't set the package names.
4751
4752 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
4753
4754 * gnus-registry.el (gnus-registry-action): Remove properties and
4755 simplify subject in `gnus-registry-handle-action'.
4756 (gnus-registry-spool-action): Get subject and sender from message if
4757 they are not passed in.
4758 (gnus-registry-handle-action): Remove properties and simplify subject
4759 consistently.
4760
4761 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * registry.el: Require CL before using defmacro*.
4764
4765 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
4766
4767 * gnus-art.el (article-treat-date): Assume that
4768 gnus-article-date-headers may be a group parameter.
4769
4770 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
4771
4772 * gnus-registry.el (gnus-registry-handle-action): More debugging.
4773
4774 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4775 interactively so the newsrc file can contain foreign groups too.
4776 Useful for debugging but not much for users.
4777
4778 2011-04-07 David Engster <dengste@eml.cc>
4779
4780 * registry.el (registry-usage-test): Only do
4781 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4782 lexical binding.
4783
4784 2011-04-06 David Engster <dengste@eml.cc>
4785
4786 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4787 argument NOERROR for `require', since XEmacs 21.4 does not support it.
4788
4789 2011-04-06 David Engster <dengste@eml.cc>
4790
4791 * registry.el (initialize-instance): Change :after to :AFTER to be
4792 compatible with old EIEIO version in XEmacs.
4793
4794 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4795
4796 * gnus-registry.el (gnus-registry-post-process-groups)
4797 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4798 and provide better messaging.
4799
4800 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4801
4802 * gnus-registry.el: Don't use ERT if it's not available. Load it
4803 unconditionally anyway, discarding errors.
4804 (gnus-registry-delete-entries): New convenience function.
4805 (gnus-registry-import-eld): Import from old .eld registry.
4806
4807 * registry.el: Don't use ERT if it's not available. Load it
4808 unconditionally anyway, discarding errors.
4809
4810 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4811 version from the Claudio Bley GnuTLS patch (extra optional parameters
4812 and host name).
4813
4814 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
4815
4816 * gnus-registry.el (gnus-registry-fixup-registry): New function to
4817 fixup the parameters that can be customized by the user between
4818 save/read cycles.
4819 (gnus-registry-read): Use it.
4820 (gnus-registry-make-db): Use it.
4821 (gnus-registry-spool-action, gnus-registry-handle-action):
4822 Fix messaging.
4823 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4824 Map references to actual group names with sender and subject tracking.
4825 (gnus-registry-post-process-groups): Use `cond' for better messaging.
4826 (gnus-registry-usage-test): Add subject lookup test.
4827
4828 * registry.el (registry-db, initialize-instance): Set up constructor
4829 instead of :initform arguments for the sake of older Emacsen.
4830 (registry-lookup-breaks-before-lexbind): New method to demonstrate
4831 pre-lexbind merge bug.
4832 (registry-usage-test): Use it.
4833 (initialize-instance, registry-db): Move the non-function initforms
4834 back to the class definition.
4835
4836 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
4837
4838 * registry.el: New library to manage gnus-registry-style data.
4839
4840 * gnus-registry.el: Use it (major rewrite).
4841
4842 * nnregistry.el: Use it.
4843
4844 * spam.el: Use it.
4845
4846 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4847
4848 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4849 marks on non-selected articles.
4850
4851 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
4852
4853 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4854
4855 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4856 parameter to open-protocol-stream.
4857
4858 2011-04-01 Julien Danjou <julien@danjou.info>
4859
4860 * mm-view.el (mm-display-inline-fontify): Do not fontify with
4861 fundamental-mode.
4862
4863 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4864
4865 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4866 servers.
4867
4868 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4869
4870 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4871 made marks not propagate, again.
4872
4873 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
4874
4875 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4876 Make this the default type.
4877 (proto-stream-open-plain): Rename from proto-stream-open-default.
4878 (open-protocol-stream, proto-stream-open-starttls)
4879 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4880 with `plain'.
4881
4882 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4883 value.
4884
4885 * nntp.el (nntp-open-connection-function): Document the fact that some
4886 values are not functions but are instead handled specially.
4887 Recognize nntp-open-plain-stream value.
4888 (nntp-open-connection): Recognize that value.
4889
4890 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4891
4892 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4893 stuff.
4894
4895 * gnus-score.el (gnus-score-string): Fix calling convention of
4896 `gnus-simplify-buffer-fuzzy' after last patches.
4897
4898 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4899 server for articles we didn't get any headers for. This is a sanity
4900 check.
4901
4902 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
4903
4904 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4905 new CAPABILITY, use it.
4906
4907 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4908
4909 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4910 downloading anything.
4911
4912 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4913
4914 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
4915
4916 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4917 colors.
4918 (gnus-splash-svg-color-symbols): New function.
4919
4920 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4921
4922 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4923 instead of using the global gnus-simplify-subject-fuzzy-regexp.
4924 (gnus-simplify-subject-fuzzy): Use the local
4925 gnus-simplify-subject-fuzzy-regex instead of the global one.
4926 This makes using this variable in group parameters work.
4927
4928 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4929
4930 * gnus-registry.el (gnus-registry-unfollowed-groups):
4931 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4932 archive:sent-YYYY-MM-DD groups).
4933 (gnus-registry-split-fancy-with-parent): Bail out early in sender
4934 tracking if there are more than `gnus-registry-max-track-groups'
4935 matches.
4936
4937 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * message.el (message--yank-original-internal): New function to do the
4940 insertion cleanly inside eval in `message-yank-original'.
4941 (message-yank-original): Use it.
4942
4943 2011-03-29 Julien Danjou <julien@danjou.info>
4944
4945 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4946 local variables disabled rather than `normal-mode'.
4947
4948 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
4949
4950 * proto-stream.el: Changes preparatory to merging open-protocol-stream
4951 with open-network-stream.
4952 (proto-stream-always-use-starttls): Option removed.
4953 (open-protocol-stream): Return a process object by default. Provide a
4954 new parameter :return-list specifying a list-type return value, which
4955 now has the form (PROP . PLIST) instead of a fixed-length list. Change
4956 :type `network' to `try-starttls', and `network-only' to `default'.
4957 Make `default' the default, for compatibility with open-network-stream.
4958 Handle the no-parameter case exactly as open-network-stream, with no
4959 additional stream processing. Search plists using plist-get.
4960 Explicitly add :end-of-commend parameter if it is missing.
4961 (proto-stream-open-default): Rename from
4962 proto-stream-open-network-only. Return 'default as the type.
4963 (proto-stream-open-starttls): Rename from proto-stream-open-network.
4964 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
4965 failed. Always return a list with a (possibly dead) process as the
4966 first element, for compatibility with open-network-stream.
4967 (proto-stream-open-tls): Use plist-get. Always return a list.
4968 (proto-stream-open-shell): Return `default' as connection type.
4969 (proto-stream-capability-open): Use plist-get.
4970 (proto-stream-eoc): Function deleted.
4971
4972 * nnimap.el (nnimap-stream, nnimap-open-connection)
4973 (nnimap-open-connection-1): Handle renaming of :type parameter for
4974 open-protocol-stream.
4975 (nnimap-open-connection-1): Pass a :return-list parameter
4976 open-protocol-stream to obtain a list return value. Parse this list
4977 using plist-get.
4978
4979 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4980 for open-protocol-stream. Accept open-protocol-stream return value
4981 that is a subprocess object instead of a list. Handle the case of a
4982 dead returned process.
4983
4984 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
4985
4986 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4987
4988 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4989
4990 2011-03-21 Julien Danjou <julien@danjou.info>
4991
4992 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4993 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
4994 query.
4995 (mm-inline-text): Render normal text with fontification whenever
4996 possible.
4997
4998 * gnus-sum.el (gnus-summary-save-parts-1):
4999 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5000 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5001 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5002 Use `mm-handle-filename'.
5003
5004 * mm-util.el (mm-handle-filename): New function, return the filename of
5005 an handle.
5006
5007 2011-03-18 Julien Danjou <julien@danjou.info>
5008
5009 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5010 (gnus-buffer-live-p): Check that buffer is not nil.
5011
5012 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5013
5014 * gnus-art.el: Require mouse, which the build bot seems to say is
5015 needed.
5016
5017 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5018 XEmacs, since it doesn't have url-retrieve-synchronously.
5019
5020 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5021
5022 * gnus-group.el (gnus-group-list-ticked): New function.
5023 (gnus-group-make-menu-bar): Provide a menu entry for it.
5024 (gnus-group-list-map): Provide a binding for it.
5025
5026 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5027
5028 * shr.el (shr-visit-file): New command.
5029
5030 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5031
5032 2011-03-17 Bjørn Mork <bjorn@mork.no>
5033
5034 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5035 servers.
5036
5037 2011-03-16 Julien Danjou <julien@danjou.info>
5038
5039 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5040 inline.
5041
5042 * gnus-art.el (article-hide-list-identifiers):
5043 Use gnus-group-get-list-identifiers.
5044
5045 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5046 (gnus-summary-remove-list-identifiers):
5047 Use gnus-group-get-list-identifiers to get regexp.
5048 (gnus-select-newsgroup, gnus-summary-insert-subject)
5049 (gnus-summary-insert-articles):
5050 Call gnus-summary-remove-list-identifiers unconditionally.
5051
5052 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5053
5054 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5055 we're selecting a group with unread articles.
5056
5057 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5058
5059 * gssapi.el: New file separated out from imap.el to provide a general
5060 Kerberos 5 connection facility for Emacs.
5061
5062 * message.el (message-elide-ellipsis): Document the format spec
5063 ellipsis.
5064
5065 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5066
5067 * message.el (message-elide-region): Allow the ellipsis to say how many
5068 lines were removed.
5069
5070 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5071
5072 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5073 window configurations containing buffers that are now dead.
5074
5075 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5076 parsing to avoid integer overflows.
5077 (nnimap-parse-flags): Simplify the last change.
5078 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5079 too large for 32-bit Emacsen.
5080
5081 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5082
5083 * auth-source.el (auth-source-netrc-create):
5084 * message.el (message-yank-original): Fix use of `case'.
5085
5086 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5087
5088 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5089 XEmacs, which was one character too wide.
5090
5091 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5092
5093 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5094 default number of articles to display.
5095 (gnus-articles-to-read): Use pretty names for prompt.
5096
5097 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5098
5099 * gnus-int.el (gnus-open-server): Ditto.
5100
5101 * gnus-start.el (gnus-activate-group): Give a backtrace if
5102 debug-on-quit is set and the user hits `C-g'.
5103 (gnus-read-active-file): Ditto.
5104
5105 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5106
5107 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5108
5109 * message.el (message-yank-original): Use cond instead of CL case.
5110
5111 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * auth-source.el (auth-source-netrc-create): Use usual format for the
5114 default in prompts.
5115
5116 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5117
5118 * auth-source.el (auth-source-netrc-create): Show the default in the
5119 prompt when prompting for token creation.
5120
5121 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5122
5123 * auth-source.el (auth-source-format-prompt): Always convert the value
5124 to a string to avoid evaluating non-string arguments.
5125 (auth-source-netrc-create): Offer default properly, not as initial
5126 content in `read-string'.
5127 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5128 of line to determine if we've been run before. If so, don't run again,
5129 but print a trivial message to indicate the cache was hit instead.
5130
5131 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5132
5133 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5134 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5135 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5136 Gnus.
5137
5138 2011-03-11 Julien Danjou <julien@danjou.info>
5139
5140 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5141 modified file".
5142
5143 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5144
5145 * auth-source.el (auth-source-read-char-choice): New function to read a
5146 character choice using `dropdown-list', `read-char-choice', or
5147 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5148 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5149 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5150 (auth-source-netrc-saver): Use it.
5151 (auth-source-pick-first-password): New convenience function.
5152
5153 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5154
5155 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5156 parameter in the credentials.
5157 (nnimap-open-connection-1): Use it after a successful login.
5158 (nnimap-credentials): Add IMAP-specific user and password prompt.
5159
5160 * auth-source.el (auth-source-search): Add :require parameter, taking a
5161 list. Document it and the :save-function return token. Pass :require
5162 down. Change the CREATED message from a warning to a debug statement.
5163 (auth-source-search-backends): Pass :require down.
5164 (auth-source-netrc-search): Pass :require down.
5165 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5166 Change save prompt to indicate all modifications saved here are
5167 deletions.
5168 (auth-source-netrc-create): Take user login name as default in user
5169 prompt. Move all the save functionality to a lexically bound function
5170 under the :save-function token in the returned list. Set up clearer
5171 default prompts for user, host, port, and secret.
5172 (auth-source-netrc-saver): New function, intended to be wrapped for
5173 :save-function.
5174
5175 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5176
5177 * Version 23.3 released.
5178
5179 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5180
5181 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5182 lines to be spaces instead.
5183
5184 2011-03-07 Julien Danjou <julien@danjou.info>
5185
5186 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5187 (sieve-sasl-auth): Check that auth-source-search did return something,
5188 or just return an empty string.
5189
5190 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5191
5192 * gnus.el (gnus-interactive): Use read-directory-name.
5193
5194 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5195 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5196 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5197 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5198 Likewise.
5199
5200 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5201
5202 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5203
5204 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5205 onto the list of killed groups, too. This makes killed nnimap groups,
5206 for instance, more reliably not reappear.
5207
5208 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5209 the parent.
5210
5211 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5212
5213 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5214 really have server-side marks.
5215
5216 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5217 since most backends do not usefully have server-side marks.
5218 (gnus-update-read-articles): Propagate marks to all backends that
5219 really have server-side marks.
5220
5221 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5222
5223 * message.el (message-cite-reply-position, message-cite-style):
5224 New variables.
5225 (message-yank-original): Use the new citation styles.
5226
5227 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5228
5229 * message.el (message-options): Revert the change that's a workaround
5230 for XEmacs buffer-local issue; don't mark it buffer-local when running
5231 under XEmacs.
5232
5233 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5234
5235 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5236 numbers too big to be `read'.
5237
5238 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5239
5240 * message.el (message-options): Make buffer-local two ways to attempt
5241 to fix a XEmacs bug.
5242
5243 2011-03-02 Julien Danjou <julien@danjou.info>
5244
5245 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5246
5247 2011-03-01 Julien Danjou <julien@danjou.info>
5248
5249 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5250 group.
5251 (article-hide-list-identifiers): Use list-identifier group parameter.
5252
5253 2011-02-28 Julien Danjou <julien@danjou.info>
5254
5255 * sieve.el (sieve-buffer-script-name): New local variable to store
5256 sieve script name.
5257 (sieve-edit-script): Store sieve script name.
5258 (sieve-upload): Use sieve script name when uploading.
5259 (sieve-upload): Use substitute-command-keys.
5260 (sieve-edit-script): Use substitute-command-keys.
5261 (sieve-refresh-scriptlist): Use substitute-command-keys.
5262 (sieve-manage-mode-map): Define keymap properly.
5263 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5264 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5265 Remove commented code about cvs.
5266 (sieve-manage-quit): New function.
5267 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5268
5269 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5270
5271 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5272
5273 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5274
5275 * auth-source.el (auth-source-search): Cache empty result sets.
5276
5277 * auth-source.el (auth-source-save-behavior): New variable to replace
5278 `auth-source-never-create'.
5279 (auth-source-netrc-create): Use it.
5280 (auth-source-never-save): Remove.
5281
5282 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5283
5284 * nnimap.el (nnimap-stream): Doc fix.
5285 (nnimap-open-connection-1): Reverse the order of the ports to that the
5286 prompted-for port is first.
5287
5288 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5289 retrieval by the no-group selection.
5290
5291 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5292 numerical parameters.
5293
5294 2011-02-25 Julien Danjou <julien@danjou.info>
5295
5296 * gnus-gravatar.el: Use gnus-with-article-buffer.
5297
5298 * gnus-art.el (gnus-with-article-buffer): Check that the
5299 gnus-article-buffer is alive.
5300
5301 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5302
5303 * auth-source.el (auth-source-creation-prompts): New variable to manage
5304 creation-time prompts.
5305 (auth-source-search): Document it.
5306 (auth-source-format-prompt): Add utility function.
5307 (auth-source-netrc-create): Don't default the user name to
5308 user-login-name. Use `auth-source-creation-prompts' and some default
5309 prompts for user, host, port, and password (the default generic prompt
5310 remains ugly).
5311 (auth-source-never-save): Add customizable option to never save info.
5312 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5313 mode excursion.
5314
5315 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5316
5317 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5318 argument that XEmacs doesn't support.
5319
5320 2011-02-23 Julien Danjou <julien@danjou.info>
5321
5322 * gnus-art.el (article-make-date-line): Ignore errors if time is
5323 invalid and not convertible.
5324 (article-make-date-line): Only add lapsed time if time is not nil.
5325
5326 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5327
5328 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5329 `read-char-choice' for backwards compatibility.
5330 (auth-source-netrc-element-or-first): New function to DTRT for
5331 parameter extraction.
5332 (auth-source-netrc-create): Use it and fix multiple parameter print
5333 bug. Use the default passed from above (given-default) or the
5334 built-in (user-login-name for :user).
5335
5336 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5337
5338 * gnus-start.el (gnus-dribble-read-file):
5339 Set buffer-save-without-query, since we always want to save the dribble
5340 file, probably.
5341
5342 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5343 nnimap.
5344
5345 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5346 -summary- since it's a user-visible variable.
5347
5348 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5349 first time you use the new Gnus.
5350
5351 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5352
5353 * auth-source.el: Don't load netrc.el.
5354 (auth-sources): Search ~/.netrc as well by default.
5355 (auth-source-debug): Add 'trivia option for extra output.
5356 (auth-source-do-trivia): Use it.
5357 (auth-source-search): Simplify logic to use
5358 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5359 appropriate. Don't keep a running count at this level. Layer :create
5360 and :delete options appropriately on the first and second passes.
5361 Don't track the backend with the search results.
5362 (auth-source-search-backends): New function to search a list of
5363 backends for a processed spec.
5364 (auth-source-netrc-parse): Cache all netrc files, making
5365 auth-source-netrc-cache an alist keyed by the file name and using the
5366 file mtime as the caching criterion. Keep the obfuscated data secret
5367 with a lexical bind.
5368 (auth-source-netrc-search): Don't calculate the length of the results
5369 unnecessarily.
5370 (auth-source-search-backends): Fix bug.
5371 (auth-source-netrc-create): Rework prompts.
5372
5373 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5374
5375 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5376 Lower case names of search constraints.
5377 (nnir-run-query): Cache and reuse search constraints for all imap
5378 servers.
5379
5380 2011-02-22 Sam Steingold <sds@gnu.org>
5381
5382 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5383
5384 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5385
5386 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5387 after exit.
5388 (gnus-setup-message): Define missing variable from last checkin.
5389
5390 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5391 value, show the raw article.
5392
5393 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5394
5395 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5396 auth-source now accepts numbers.
5397
5398 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5399 spec, too.
5400 (auth-source-ensure-strings): New function.
5401
5402 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5403 (gnus-article-setup-buffer): Always restart the date timer so that user
5404 changes to the frequency is respected.
5405
5406 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5407 port numbers, so make sure it gets that if nnimap-server-port is
5408 explicit.
5409
5410 2011-02-21 Simon Josefsson <simon@josefsson.org>
5411
5412 * nnimap.el (nnimap-inbox): Doc fix.
5413
5414 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5415
5416 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5417 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5418 color-lab-to-srgb.
5419
5420 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5421
5422 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5423 given method as in the group name if we're using an extended method.
5424 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5425 command, if we're using that, instead of waiting for the beginning.
5426
5427 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5428 we're sure to get unique server names, and we don't output two async
5429 commands in the same buffer. This fixes an NNTP hang for some users.
5430
5431 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5432
5433 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5434 summary buffer before reading going to the next buffer. This avoids
5435 putting the point in the group buffer if you `C-g' the command.
5436
5437 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5438 cache (for now) to make ~/.authinfo.gpg files usable.
5439
5440 * nnfolder.el (copyright-update): Define for the compiler.
5441
5442 * auth-source.el (auth-source-search): Fix unbound variable.
5443
5444 2011-02-19 Glenn Morris <rgm@gnu.org>
5445
5446 * gnus.el (gnus-meta): Doc fix.
5447
5448 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5449
5450 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5451 in case it's not yet loaded.
5452
5453 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5454
5455 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5456 line we're waiting for.
5457
5458 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5459
5460 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5461 face with line-width greater than zero will cause RET in gnus summary
5462 buffer to scroll down article page-wise because auto vscroll happens,
5463 it should be temporally disabled when doing a scroll-up.
5464
5465 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5466
5467 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5468 outputs from the server.
5469
5470 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5471
5472 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5473 later so that bbdb can hook in easier.
5474
5475 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5476
5477 * auth-source.el (auth-source-search): Don't try to create credentials
5478 if the caller doesn't want that.
5479 (auth-source-search): If we don't find a match, don't bug out on
5480 non-bound variables.
5481 (auth-source-search): Only ask a single backend to create the
5482 credentials.
5483
5484 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5485 logging.
5486 (nnimap-credentials): Protect against auth-source-search returning nil.
5487 (nnimap-request-list): Protect against not being able to open the
5488 server.
5489
5490 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5491
5492 * auth-source.el (auth-source-search): Do a two-phase search, one with
5493 no :create to get the responses from all backends.
5494
5495 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5496 when getting credentials.
5497
5498 * gnus-util.el (gnus-delete-duplicates): New function.
5499
5500 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5501
5502 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5503 a creation default, pass the whole port list down. It will be
5504 completed.
5505
5506 * auth-source.el (auth-source-search): Update docs to talk about
5507 multiple creation choices.
5508 (auth-source-netrc-create): Accept a list as a value (from the search
5509 parameters) and do completion on that list. Keep a separate netrc line
5510 with the password obscured for showing the user.
5511
5512 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5513 first choice to `auth-source-search' so it will be used for entry
5514 creation instead of the server's Gnus-specific name.
5515 (nnimap-credentials): Rely on the auth-source library to select which
5516 port is actually wanted in the new netrc entry, so don't override
5517 `auth-source-creation-defaults'.
5518
5519 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5520 :protocol and accept a missing user, host, or port as a wildcard match.
5521 (auth-source-debug): Default to off.
5522
5523 (auth-source-netrc-search, auth-source-netrc-create)
5524 (auth-source-secrets-search, auth-source-secrets-create)
5525 (auth-source-user-or-password, auth-source-backend, auth-sources)
5526 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5527 instead of :protocol.
5528
5529 * nnimap.el (nnimap-credentials): Pass a port default to
5530 `auth-source-search' in case an entry needs to be created.
5531 (nnimap-open-connection-1): Use :port instead of :protocol.
5532
5533 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5534
5535 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5536 instead of delete-dups that is not available in XEmacs 21.4.
5537
5538 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5539
5540 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5541 nil means that nnimap doesn't get updated.
5542
5543 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5544
5545 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5546 result when the user doesn't want to write to the file.
5547 (auth-source-netrc-search): Expect a synthetic result and proceed
5548 accordingly.
5549 (auth-source-cache-expiry): New variable to override
5550 `password-cache-expiry'.
5551 (auth-source-remember): Use it.
5552
5553 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5554 parameter. Create entry if necessary by using :create t.
5555 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5556
5557 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5558
5559 * auth-source.el (auth-source-debug): Enable by default and don't
5560 mention the obsolete `auth-source-hide-passwords'.
5561 (auth-source-do-warn): New function to debug unconditionally.
5562 (auth-source-do-debug): Use it.
5563 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5564 and for Secrets API entries when the secrets.el library is not
5565 available.
5566
5567 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5568
5569 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5570 (gnus-summary-exit): Kill the correct article buffer on exit from a
5571 `C-d' group.
5572
5573 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
5574 gnus-propagate-marks.
5575
5576 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5577 before killing the buffers so that a non-full window conf gets handled
5578 correctly.
5579 (gnus-summary-exit): Ditto.
5580 (gnus-summary-read-group-1): Ditto.
5581
5582 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5583 async code again so that we can debug it properly.
5584
5585 * message.el (message-reply): Take an optional switch-buffer parameter
5586 so that Gnus window confs are respected better.
5587
5588 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5589
5590 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5591 `plist-get' to accept non-list parameters (XEmacs issue).
5592 Fix docstring.
5593 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5594 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5595 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5596 Login collection is "Login" and not "login".
5597
5598 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5599
5600 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5601 multiple headers.
5602
5603 * nnimap.el (nnimap-inhibit-logging): New variable.
5604 (nnimap-log-command): Don't log login commands.
5605
5606 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5607 to have more parameters.
5608
5609 * nnimap.el (nnimap-send-command): Mark the command time for each
5610 command, so that we don't get NOOPs stepping on our toes.
5611
5612 * gnus-art.el (article-date-ut): Get the date from the Date header on
5613 `t'.
5614
5615 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5616
5617 * auth-source.el (auth-source-search): Use copy-sequence instead of
5618 the cl.el copy-list.
5619
5620 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5621
5622 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5623 Improve prompt.
5624
5625 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5626
5627 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5628 washing status from the default format. It isn't very informative.
5629
5630 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5631
5632 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5633 Fix Gcc processing on imap.
5634
5635 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * message.el (message-bury): Don't pop up a new window when selected
5638 window is dedicated.
5639
5640 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5641
5642 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5643
5644 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5645
5646 * sieve-manage.el: Autoload `auth-source-search'.
5647 (sieve-sasl-auth): Use it.
5648
5649 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5650
5651 * nnimap.el: Autoload `auth-source-forget+'.
5652 (nnimap-open-connection-1): Use it if the connection fails.
5653
5654 * auth-source.el: Require `password-cache'.
5655 (auth-source-hide-passwords, auth-source-cache): Remove and mark
5656 obsolete.
5657 (auth-source-magic): Marker for `password-cache' keys.
5658 (auth-source-do-cache): Update docstring.
5659 (auth-source-search): Use and check cache.
5660 (auth-source-forget-all-cached, auth-source-remember)
5661 (auth-source-recall, auth-source-forget, auth-source-forget+)
5662 (auth-source-specmatchp): Caching support functions.
5663 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5664 Remove and obsolete.
5665 (auth-source-user-or-password): Remove caching to further discourage
5666 using it. Always hide passwords.
5667
5668 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5669
5670 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5671 code for now, since it doesn't work for all users.
5672
5673 2011-02-09 Julien Danjou <julien@danjou.info>
5674
5675 * message.el (message-options): Make message-options really buffer
5676 local.
5677
5678 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
5679
5680 * mail-source.el: Autoload `auth-source-search'.
5681 (mail-source-keyword-map): Note order matters.
5682 (mail-source-set-1): Get all the mail-source source values and
5683 defaults and search auth-source on those if needed. This can all
5684 probably be simplified.
5685
5686 * nnimap.el: Autoload `auth-source-search'.
5687 (nnimap-credentials): Use it.
5688 (nnimap-open-connection-1): Ask for the virtual server and physical
5689 address in one shot.
5690
5691 * nntp.el: Autoload `auth-source-search'.
5692 (nntp-send-authinfo): Use it. Note TODO.
5693
5694 2011-02-08 Julien Danjou <julien@danjou.info>
5695
5696 * shr.el (shr-tag-body): Add support for text attribute in body
5697 markups.
5698
5699 * message.el (message-options): Make message-options a local variable.
5700
5701 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
5702
5703 * auth-source.el (auth-source-secrets-search)
5704 (auth-source-user-or-password): Use `append' instead of `nconc'.
5705 (auth-source-user-or-password): Build return list better and protect
5706 against nil :secret.
5707
5708 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
5709
5710 * nnimap.el (nnimap-update-info): Refactor slightly.
5711 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5712 (nnimap-update-info): Clean up slightly.
5713 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5714 characters.
5715 (nnimap-process-quirk): Rename function to avoid collision.
5716 (nnimap-update-info): Fix macrology bug-out.
5717 (nnimap-update-info): Simplify split history test.
5718
5719 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
5720
5721 * auth-source.el (top): Require 'eieio unconditionally.
5722 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5723 (auth-source-secrets-search): Limit search when `max' is greater than
5724 number of results.
5725
5726 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5727
5728 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5729 part not returning any data.
5730
5731 * proto-stream.el (open-protocol-stream): Document the return value.
5732
5733 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5734
5735 * auth-source.el (auth-source-secrets-search): Add examples.
5736
5737 2011-02-06 Julien Danjou <julien@danjou.info>
5738
5739 * message.el (message-setup-1): Handle message-generate-headers-first
5740 set to t.
5741
5742 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5743
5744 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5745 API with a string "secrets:collection-name" and with 'default.
5746 (auth-source-backend-parse): Parse "secrets:collection-name" and
5747 'default. Recurse on parses instead of repeating code. Use the
5748 Secrets API is the source is not nil and 'ignore otherwise. Emit a
5749 message when ignoring a source.
5750 (auth-source-search): List ignored search keys at the top level.
5751 (auth-source-netrc-create): Use `case' instead of `cond'.
5752 (auth-source-secrets-search): Created with TODOs.
5753 (auth-source-secrets-create): Created with TODOs.
5754 (auth-source-retrieve, auth-source-create, auth-source-delete)
5755 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5756 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5757 (auth-source-user-or-password-sftp)
5758 (auth-source-user-or-password-smtp): Remove.
5759 (auth-source-user-or-password): Deprecated and modified to be a wrapper
5760 around `auth-source-search'. Not tested thoroughly.
5761
5762 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
5763
5764 * auth-source.el: Bring in assoc and eioeio libraries.
5765 (secrets-enabled): New variable to track the status of the Secrets API.
5766 (auth-source-backend): New EIOEIO class to represent a backend.
5767 (auth-source-creation-defaults): New variable to set prompt defaults
5768 during token creation (see the `auth-source-search' docstring for
5769 details).
5770 (auth-sources): Simplify to allow a simple string as a netrc backend
5771 spec.
5772 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5773 (auth-source-backend-parse-parameters): Fill in the backend parameters.
5774 (auth-source-search): Main auth-source API entry point.
5775 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5776 (auth-source-search-collection): Helper function for searching.
5777 (auth-source-netrc-parse, auth-source-netrc-normalize)
5778 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5779 Supports search, create, and delete.
5780 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5781 backend stubs.
5782 (auth-source-user-or-password): Call `auth-source-search' but it's not
5783 ready yet.
5784
5785 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
5786
5787 * message.el (message-setup-1): Remove the read-only stuff, since it
5788 doesn't work under XEmacs, for some reason.
5789
5790 * gnus-sum.el (gnus-user-date): Rename back from
5791 gnus-summary-user-date since user code refers to it.
5792
5793 * shr.el (shr-render-td): Store the actual background color used.
5794
5795 * message.el (message-setup-1): Don't bind the constant
5796 -forbidden-properties.
5797 (message-setup-1): Revert previous change, since it needs to bind the
5798 props to insert them.
5799 (message-resend): Allow removing the read-only separator line.
5800
5801 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5802
5803 * nnimap.el (nnimap-request-accept-article): Give an error message if
5804 the APPEND wasn't successful.
5805
5806 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
5807
5808 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5809 that have no groups.
5810
5811 2011-02-03 Julien Danjou <julien@danjou.info>
5812
5813 * gnus-draft.el: Remove progn around gnus-draft-setup.
5814
5815 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5816
5817 * gnus-start.el (gnus-read-active-for-groups): This function is never
5818 called with a nil `infos', so clean that up.
5819 (gnus-get-unread-articles): Request active files from primary/secondary
5820 methods that have no groups (yet).
5821
5822 2011-02-03 Julien Danjou <julien@danjou.info>
5823
5824 * message.el (message-setup-1): Always generate References first.
5825 (message-mail): Return the return value of message-setup, not always t.
5826 (message-setup-1): Insert mail-header-separator with read-only and
5827 intangible properties set.
5828
5829 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5830 user-date in docstring.
5831
5832 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5833
5834 * gnus.el (gnus-summary-line-format): Mention &user-date format in
5835 docstring.
5836
5837 * gnus.el (gnus-user-date-format-alist): Change default value.
5838 Use defcustom, with type and group. Move from gnus-util.el.
5839 Rename to gnus-summary-user-date-format-alist.
5840
5841 2011-02-03 Glenn Morris <rgm@gnu.org>
5842
5843 * nnimap.el (gnus-fetch-headers): Declare.
5844
5845 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5846
5847 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5848
5849 * message.el (message-forward-make-body-digest-plain)
5850 (message-followup, message-reply): Clean up things noted by Stefan.
5851
5852 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5853 gnus-article-update-date-headers is nil.
5854 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5855 it didn't really work with defcustom.
5856 (article-update-date-lapsed): Make sure the window start doesn't move,
5857 either.
5858
5859 2011-02-01 Julien Danjou <julien@danjou.info>
5860
5861 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5862 format.
5863
5864 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5865 standard in Emacs nowadays.
5866
5867 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 * message.el (message-expand-name): Don't trust the return value of
5870 bbdb-complete-name.
5871 (message-check-news-header-syntax): Remove unused var `start'.
5872 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5873 (message-inhibit-body-encoding): Move to before first use.
5874 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5875 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5876 (Organization, Message-ID, Date, mh-previous-window-config):
5877 Defvar the vars using dynamic scoping.
5878
5879 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5880
5881 * shr.el (shr-render-td): Only do colors at the final rendering.
5882 Should be slightly faster.
5883 (shr-insert-table): Fix up TD background colors when doing the
5884 vertical padding.
5885
5886 * gnus-art.el (article-date-ut): Protect against articles with no Date
5887 header.
5888 (article-update-date-lapsed): Don't use current-column to find the
5889 horizontal position. It's fragile in the presence of \003 characters.
5890
5891 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5892
5893 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5894
5895 * gnus-art.el (article-transform-date): Rewrite to still work when
5896 there are several rfc2822 parts.
5897 (article-transform-date): Fix infinite recursion.
5898 (article-date-ut): Replace infinitely many Date headers with a single
5899 one when called interactively.
5900
5901 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5902 secure manner.
5903
5904 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5905 move around by not using save-window-excursion. It seems to work...
5906
5907 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5908
5909 * gnus-art.el (article-make-date-line): Work for user-defined format.
5910
5911 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5912
5913 * nntp.el (nntp-retrieve-group-data-early)
5914 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5915 fetching functions.
5916
5917 * gnus-start.el (gnus-read-active-for-groups): Read the active files
5918 thoroughly for all backends that have no known groups. This should
5919 allow new nnml methods to retrieve mail.
5920
5921 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5922 that Gnus doesn't know exists again.
5923
5924 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5925 (gnus-treat-date-ut): Ditto.
5926 (gnus-article-update-date-header): Rename.
5927 (gnus-treat-date-local): Remove.
5928 (gnus-treat-date-english): Remove.
5929 (gnus-treat-date-lapsed): Remove.
5930 (gnus-treat-date-combined-lapsed): Remove.
5931 (gnus-treat-date-original): Remove.
5932 (gnus-treat-date-iso8601): Remove.
5933 (gnus-treat-date-user-defined): Remove.
5934 (gnus-article-date-headers): New variable to control all the date
5935 header options.
5936 (article-date-ut): Rewrite to allow using the new way to format date
5937 headers(s).
5938
5939 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
5940
5941 * nnmail.el (nnmail-article-group): Check for a direct fancy split
5942 method.
5943 (nnmail-article-group): A better test for fanciness.
5944
5945 * nnimap.el (nnimap-request-head): Protect against not finding the
5946 article by Message-ID.
5947
5948 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
5949
5950 * gnus-art.el (article-update-date-lapsed): Try a better way to really
5951 keep point at the "same place".
5952
5953 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5954
5955 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5956 data if the group is inactive.
5957
5958 2011-01-28 Julien Danjou <julien@danjou.info>
5959
5960 * gnus-win.el: Remove dead function gnus-window-configuration-element.
5961 (gnus-all-windows-visible-p): Remove old compatibility code.
5962 (gnus-window-top-edge): Add docstring.
5963
5964 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5965
5966 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5967
5968 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5969 older request-update-info.
5970
5971 * gnus-art.el (article-make-date-line): Limit the length a bit more.
5972
5973 2011-01-28 Daiki Ueno <ueno@unixuser.org>
5974
5975 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5976 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5977
5978 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5979
5980 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5981 groups. This makes the nndraft:queue group pop up if it's not already
5982 there.
5983
5984 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5985 messages" logic, which was reversed.
5986
5987 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5988 the "same place" even if point is on the line being replaced.
5989 (article-update-date-lapsed): Allow updating both the combined lapsed
5990 and the lapsed headers.
5991 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5992 (article-make-date-line): Limit the number of segments dynamically to
5993 avoid too-long lines.
5994
5995 2011-01-27 Julien Danjou <julien@danjou.info>
5996
5997 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5998 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5999
6000 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6001
6002 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6003 Use plist-get instead of the cl function getf.
6004
6005 2011-01-27 Glenn Morris <rgm@gnu.org>
6006
6007 * gnus-util.el (float-time): Get rid of compiler warning, again.
6008
6009 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6010
6011 * shr.el (shr-put-color): Special-case background colors: Do put them
6012 at the blank parts at the front of the lines.
6013
6014 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6015 exit hook to nix out all data on readedness on group exit.
6016
6017 * gnus-util.el (float-time): If float-time is bound, always use it on
6018 all Emacsen. It's unclear why the subrp check was there.
6019 (time-date): Require to make some autoload issues on XEmacs go away.
6020
6021 * shr.el (shr-put-color): Don't do the box padding in tables, since
6022 they're already padded.
6023
6024 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6025
6026 * gnus-art.el (gnus-article-next-page): When the last line of the
6027 article is displayed, scroll down once more instead of going to the
6028 next article at once.
6029 (article-lapsed-string): Refactor out and allow specifying how many
6030 segments you want.
6031 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6032 (gnus-article-update-lapsed-header): New variable.
6033
6034 * shr.el: Revert change that made headings use different-sized faces.
6035 The Emacs display engine isn't advanced enough that, for instance,
6036 tables can comfortably use differently-sized faces.
6037
6038 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6039
6040 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6041 used.
6042 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6043 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6044 we're using an encrypted connection.
6045
6046 * proto-stream.el: Alter the interface functions to also return the
6047 actual stream type used: network or TLS.
6048
6049 2011-01-25 Julien Danjou <julien@danjou.info>
6050
6051 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6052 (mm-display-javascript-inline): New function.
6053
6054 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6055 viewing function.
6056
6057 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6058
6059 * shr.el (shr-expand-newlines): Fix variable name.
6060
6061 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6062
6063 * shr.el (shr-expand-newlines): Make nested boxes work.
6064
6065 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6066
6067 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6068 backgrounds.
6069 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6070 in a more sensible manner.
6071
6072 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6073
6074 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6075 if EPG is loaded.
6076
6077 2011-01-24 Julien Danjou <julien@danjou.info>
6078
6079 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6080 tags.
6081
6082 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6083
6084 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6085 commands.
6086
6087 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6088 in the article buffer.
6089 (gnus-gravatar-insert): Use blank space from the current buffer to
6090 avoid breaking text properties. This makes X-Sent updating work again.
6091
6092 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6093
6094 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6095
6096 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6097 fix the bug in url-http.el instead.
6098
6099 * shr.el (shr-image-fetched): Ditto.
6100
6101 * shr.el (shr-image-fetched): Avoid having point move in the article
6102 buffer.
6103
6104 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6105 buffer after being called. It's apparently being killed by url.el, and
6106 killing it made point move to end-of-buffer in a random buffer.
6107
6108 * shr.el (shr-image-fetched): Ditto.
6109
6110 2011-01-23 Julien Danjou <julien@danjou.info>
6111
6112 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6113
6114 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6115 text/x-org.
6116
6117 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6118
6119 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6120 (i.e., nnimap) returning nil as the article number.
6121
6122 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6123
6124 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6125 "DelSp" parameter in RFC3676.
6126
6127 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6128
6129 * message.el (message-check-recipients): Display the encoded version of
6130 the bogus address if they differ.
6131
6132 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6133 after sending.
6134
6135 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6136
6137 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6138
6139 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6140 group buffer after sending the queue.
6141
6142 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6143
6144 2011-01-22 Julien Danjou <julien@danjou.info>
6145
6146 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6147
6148 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6149
6150 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6151 nested related parts.
6152
6153 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6154 unexpired articles. This fixes the regression that led expiry marks to
6155 disappear from nnfolder groups.
6156
6157 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6160 Don't confuse the "ret" of "retrograde" with RET.
6161
6162 2011-01-21 Julien Danjou <julien@danjou.info>
6163
6164 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6165 than mm-insert-inline.
6166
6167 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6168
6169 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6170 Widen article buffer.
6171
6172 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6175 the temp buffer.
6176 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6177
6178 2011-01-20 Julien Danjou <julien@danjou.info>
6179
6180 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6181
6182 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6183 than mm-insert-inline to insert inline part: this respect
6184 mm-inline-media-tests displayers.
6185
6186 * mm-view.el (mm-display-shell-script-inline): New function.
6187
6188 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6189
6190 * mm-uu.el (mm-uu-type-alist): Add org block.
6191 (mm-uu-org-src-code-block-extract): New function.
6192
6193 * mm-view.el (mm-display-org-inline): New function.
6194
6195 * mm-decode.el (mm-automatic-display): Add text/org.
6196
6197 * mailcap.el (mailcap-mime-extensions): Add .org.
6198
6199 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6200
6201 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6202 gnus-article-add-buttons.
6203
6204 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6205
6206 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6207 From header with a date and "nobody" as the sender.
6208
6209 2011-01-19 Julien Danjou <julien@danjou.info>
6210
6211 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6212 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6213 if you have the same regexp several times.
6214 (gnus-button-push): Fix matching when regexp is symbol.
6215
6216 2011-01-15 Glenn Morris <rgm@gnu.org>
6217
6218 * message.el (message-mail): A compose-mail function should
6219 accept headers as strings.
6220
6221 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6222
6223 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6224 Add :vert-only tags.
6225 (message-mail): New arg RETURN-ACTION.
6226 (message-return-action): New var.
6227 (message-bury): Use it.
6228 (message-mode): Make it buffer-local.
6229 (message-send-and-exit): Always call message-bury.
6230
6231 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6232 message-mail.
6233
6234 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6235
6236 * nnimap.el (nnimap-convert-partial-article): Protect against
6237 zero-length body parts.
6238
6239 * mm-decode.el (mm-preferred-alternative-precedence):
6240 Discourage showing empty parts.
6241
6242 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6243 and stuff if the backend didn't return the article number. This fixes
6244 an Exchange-related nnimap bug.
6245
6246 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6247 group window, because it does the wrong thing when a separate frame
6248 displays the group buffer.
6249
6250 * proto-stream.el (open-protocol-stream): Protect against the low-level
6251 transport functions returning nil.
6252
6253 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6254
6255 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6256 (mml2015-epg-find-usable-secret-key): New function.
6257 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6258 mml2015-epg-find-usable-key (Bug#7797).
6259 (mml2015-epg-encrypt): Ditto.
6260
6261 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6262
6263 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6264
6265 2011-01-03 Glenn Morris <rgm@gnu.org>
6266
6267 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6268
6269 * sieve.el (sieve-open-server): Give a more explicit error if
6270 sieve-manage-open returns nil. (Bug#7720)
6271
6272 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6273
6274 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6275
6276 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6277
6278 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6279 This avoids sending passwords in plain text over non-encrypted
6280 channels.
6281
6282 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6283
6284 * nnimap.el (nnimap-login): Refactored out into own function, and
6285 implement CRAM-MD5.
6286 (nnimap-wait-for-line): Refactored out.
6287
6288 * mm-view.el (mml-smime): Require.
6289
6290 2010-12-20 David Engster <deng@eml.cc>
6291
6292 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6293 use EPG to decrypt S/MIME messages instead of openssl.
6294
6295 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6296
6297 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6298
6299 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6300 status is the group clearly is unreachable.
6301
6302 * auth-source.el (auth-source-create): Add the optional second
6303 parameter to `local-variable-p' to be compatible with XEmacs.
6304
6305 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6306
6307 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6308 work when using a compressed nnml folder.
6309
6310 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6311
6312 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6313 backends after sanitising on entry, because this never makes sense:
6314 If the articles have gone missing, then the data no longer exists on
6315 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6316 overwrite anything anyway.
6317
6318 * shr.el (shr-insert-document): Bind shr-width dynamically to
6319 window-width if it's nil.
6320
6321 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6322
6323 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6324 with the meaning of using the full emacs window width for rendering.
6325
6326 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6327
6328 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6329 case when sender is not given.
6330
6331 2010-12-23 Julien Danjou <julien@danjou.info>
6332
6333 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6334 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6335 the addresses, otherwise we might misplaced the gravatar.
6336
6337 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6338
6339 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6340 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6341 obsolete in Emacs.
6342
6343 2010-12-20 Julien Danjou <julien@danjou.info>
6344
6345 * gnus-util.el (gnus-rescale-image): Revert last change.
6346
6347 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6348
6349 * gnus-group.el (gnus-group-delete-articles): New command.
6350
6351 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6352
6353 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6354
6355 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6356
6357 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6358 here, since it's up to the backends to do CRLF removal if their
6359 protocol has it.
6360
6361 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6362
6363 2010-12-17 Julien Danjou <julien@danjou.info>
6364
6365 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6366 they are from file. Can also scale up.
6367
6368 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6369
6370 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6371 Restore gnus-use-agent.
6372 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6373
6374 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6375
6376 2010-12-17 Julien Danjou <julien@danjou.info>
6377
6378 * gravatar.el (gravatar-retrieve-synchronously): New function.
6379 (gravatar-get-data): Make more robust.
6380
6381 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6382
6383 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6384 to really consider the last line.
6385
6386 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6387
6388 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6389 list of recipient keys, or use symmetric encryption if not a list.
6390 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6391 EPA override, replacing the call to `netrc-store-data'.
6392
6393 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6394
6395 * gnus-srvr.el: Avoid passing nil regexp argument to
6396 delete-matching-lines.
6397
6398 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6399
6400 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6401 fetching stops when Gnus exits.
6402
6403 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6404 function.
6405 (nnfolder-request-expire-articles): Save all the buffers after doing
6406 expiry.
6407
6408 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6409 the last article", since that led to serious performance regressions
6410 when expiring nnml groups.
6411
6412 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6413
6414 * nnir.el: Improve customizations.
6415
6416 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6417
6418 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6419
6420 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6421 group has been killed.
6422 (gnus-group-yank-group): Ditto.
6423
6424 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6425
6426 * nnimap.el (nnimap-request-update-group-status): New function.
6427
6428 * gnus-int.el (gnus-request-update-group-status): New interface
6429 function.
6430
6431 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6432 copying read-ness to the backends.
6433
6434 * nnimap.el (nnimap-quirk): New function.
6435 (nnimap-retrieve-group-data-early): Use it.
6436 (nnimap-quirks): New alist.
6437
6438 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6439
6440 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6441 don't delete it within indentation.
6442
6443 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6444
6445 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6446 previous line.
6447
6448 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6449
6450 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6451 QRESYNC command by deleting a superfluous space which broke Cyrus
6452 servers. This change will break other servers that are buggy the other
6453 way around.
6454
6455 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6456
6457 * spam.el: Reindent and fix long lines.
6458 (spam-copy-or-move-routine): Exclude invalid move destinations.
6459
6460 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6461
6462 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6463 installed the registry.
6464
6465 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6466
6467 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6468 groupname doesn't contain "gmane".
6469
6470 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6471
6472 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6473 (gnus-1): Don't create the nndrafts group twice.
6474 (gnus-setup-news): There's no need to read the active file here, since
6475 that's done again later on a per-backend basis.
6476 (gnus-start-draft-setup): Make sure that the new group is started out
6477 empty.
6478
6479 * gnus-agent.el (gnus-agentize): Don't create the queue group
6480 automatically on startup. It'll be created later, if needed.
6481
6482 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6483 of automatically subscribed groups.
6484 (gnus-auto-subscribed-categories): New variable.
6485 (gnus-matches-options-n): Use it.
6486 (gnus-default-subscribed-newsgroups): Remove unused variable.
6487 (gnus-start-draft-setup): Message a bit less.
6488
6489 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6490
6491 * nnir.el (nnir-run-imap): Return article list in order of increasing
6492 UID.
6493
6494 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6495
6496 * gnus-sum.el (gnus-summary-enter-digest-group):
6497 Mention gnus-auto-select-on-ephemeral-exit.
6498
6499 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6500 convention of the network-only option.
6501
6502 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6503
6504 * proto-stream.el (proto-stream-open-network-only): New function to
6505 have a way to specify non-STARTTLS upgrade connections.
6506
6507 2010-12-10 Julien Danjou <julien@danjou.info>
6508
6509 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6510 email address is nil.
6511
6512 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6513
6514 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6515
6516 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6517 deletion.
6518 (nnir-run-imap): Only need to parse list once.
6519
6520 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6521
6522 * shr.el (shr-tag-script): Ignore <script>.
6523 (shr-tag-label): Add <label> support.
6524
6525 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6526
6527 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6528
6529 * shr.el (shr-image-displayer): Work for images lined side by side.
6530
6531 2010-12-08 Robert Pluim <rpluim@gmail.com>
6532
6533 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6534 parameter, since XEmacs doesn't accept t as a parameter.
6535
6536 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6537
6538 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6539 ids.
6540 (nnir-run-gmane): Simplify groupspec formatting.
6541 (nnir-request-expire-articles): New function.
6542
6543 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6544
6545 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6546 overflow, possibly.
6547
6548 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6549 (shr-render-td): Handle td style="" better.
6550 (shr-tag-table): Use the color from the style sheet.
6551 (shr-render-td): Make sure we copy over all the overlays, too.
6552
6553 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6554
6555 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6556 (nnir-request-article): Improve article retrieval.
6557
6558 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6559
6560 * mm-util.el (mm-extra-numeric-entities): New variable.
6561
6562 * mm-url.el (mm-url-decode-entities):
6563 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6564
6565 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * message.el: Use completion-at-point.
6568 (message-completion-function): New fun, extracted from message-tab.
6569 (message-mode): Use it for completion-at-point-functions.
6570 (message-tab): Use it and completion-at-point.
6571
6572 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6573
6574 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6575 character if a non-breakable character follows.
6576
6577 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6578
6579 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6580 any stream.
6581
6582 * shr.el (shr-tag-font): Colorize the region.
6583 (shr-tag-body): Ditto.
6584 (shr-tag-font): Actually let the styles be inherited instead of
6585 overwriting them.
6586 (shr-tag-font): Get the background color right.
6587 (shr-tag-style): Ignore all <style> tags for the moment.
6588
6589 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6590 a Message-ID to avoid having nnimap depend on gnus-sum.
6591
6592 * shr.el (shr-descend): Only colorize something if we have a node that
6593 sets colors.
6594
6595 2010-12-06 Julien Danjou <julien@danjou.info>
6596
6597 * shr.el (shr-render-td): Render td content with shr-descend, so style
6598 will be applied to <td> too.
6599 (shr-colorize-region): Colorize region even if we only have a background.
6600 (shr-tag-body): Fix color and background color inheritance.
6601 Do not recolorize after shr-generic.
6602 (shr-tag-font): Let shr-generic colorize via inheritance.
6603
6604 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6605
6606 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6607
6608 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6609
6610 * nnir.el (nnir-request-move-article): Remove obsolete code.
6611
6612 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6613
6614 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6615
6616 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6617
6618 * gnus-sum.el (gnus-summary-respool-article): The completion function
6619 expects a list instead of an alist.
6620
6621 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6622 string as the parameter.
6623
6624 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6625
6626 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6627 styles.
6628 (shr-colorize-region): New function.
6629 (shr-insert-background-overlay): Remove.
6630 (shr-render-td): Background setting should be taken care of on a higher
6631 level.
6632 (shr-tag-body): Use post-hoc colorizations.
6633 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6634 (shr-put-color-1): Don't overwrite old colors.
6635 (shr-colorize-region): When the background color isn't explicit, use
6636 a fixed background.
6637
6638 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6639 nnmail variables.
6640
6641 2010-12-05 Bjørn Mork <bjorn@mork.no>
6642
6643 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6644 unless necessary.
6645
6646 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6647
6648 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6649 server.
6650
6651 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6652
6653 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6654 so that TAB works.
6655
6656 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6657 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6658
6659 * shr.el (shr-urlify): Show the URL before the title to avoid
6660 misleading URLs.
6661
6662 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
6663
6664 * shr.el (shr-urlify): Display the title in <a> tags.
6665
6666 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
6667
6668 * nnir.el (nnir-categorize): Replace mapcar with mapc.
6669
6670 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
6671
6672 * nnir.el: Rearrange code to allow macros to be autoloaded by
6673 gnus-sum.el.
6674 (nnir-retrieve-headers-override-function): Make this variable
6675 customizable.
6676 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6677
6678 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6679 from nnir.el.
6680
6681 2010-12-03 Julien Danjou <julien@danjou.info>
6682
6683 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6684
6685 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6686
6687 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6688 allow optional argument `environment'.
6689
6690 2010-12-03 Glenn Morris <rgm@gnu.org>
6691
6692 * mm-extern.el (message-goto-body): Update declaration.
6693
6694 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6695
6696 * gnus-util.el (gnus-macroexpand-all): New function.
6697
6698 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6699 instead of macroexpand-all that is unavailable in XEmacs.
6700
6701 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
6702
6703 * nnir.el (nnir-summary-line-format): New variable.
6704 (nnir-mode): Use it.
6705 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6706 (nnir-article-ids): Reimplement as defsubst.
6707 (nnir-retrieve-headers): Don't mangle the subject header.
6708 (nnir-run-imap): Use 100 as RSV score.
6709 (nnir-run-find-grep): Fix for full server searching.
6710 (nnir-run-gmane): Better restriction to gmane groups.
6711
6712 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6713 summary buffers.
6714
6715 2010-12-02 Julien Danjou <julien@danjou.info>
6716
6717 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6718
6719 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6720
6721 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6722 support.
6723
6724 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
6725
6726 * nnir.el: Update to handle the registry better.
6727 (autoload): Silence byte-compiler.
6728 (nnir-open-server): Add a hook for nnir groups.
6729 (nnir-request-move-article): Don't mangle the header. Better to use
6730 formatting variables (which will be added in the future).
6731 (nnir-registry-action): Update the registry using the original article
6732 group name.
6733 (nnir-mode): Install nnir-specific hooks for updating the registry.
6734
6735 * gnus-sum.el
6736 (gnus-article-original-subject,gnus-newsgroup-original-name):
6737 Remove obsolete variables.
6738 (gnus-summary-move-article): Remove use of obsolete variables.
6739 (gnus-summary-local-variables): Make move and delete hooks local to
6740 summary buffers.
6741
6742 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6743
6744 * rtree.el: New file.
6745
6746 2010-12-01 Julien Danjou <julien@danjou.info>
6747
6748 * message.el (message-user-organization): Do not use
6749 gnus-local-organization.
6750
6751 * gnus.el: Remove gnus-local-organization.
6752
6753 * gnus-msg.el: Remove nastygram thing.
6754
6755 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
6756
6757 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6758 funcall.
6759
6760 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
6761
6762 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6763 names.
6764
6765 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6766 characters.
6767
6768 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6769 to t of inhibit-read-only since it is inside gnus-with-article-headers.
6770 Suggested by Štěpán Němec <stepnem@gmail.com>.
6771 (gnus-gravatar-transform-address): Use mail-extract-address-components
6772 that supports non-ASCII names rather than mail-header-parse-addresses.
6773
6774 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6775
6776 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6777 handled by the network handler.
6778
6779 2010-11-30 Julien Danjou <julien@danjou.info>
6780
6781 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6782 (nnimap-open-connection-1): Fix PREAUTH.
6783
6784 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6785
6786 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6787
6788 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6789 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6790 (shr-insert): Use them.
6791 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6792
6793 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6794
6795 * nnir.el (nnir-request-move-article): Bail out if original group
6796 doesn't support article moves.
6797 (nnir-get-active): Improve active list retrieval.
6798
6799 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6800
6801 * shr.el (shr-find-fill-point): Don't break before apostrophes.
6802
6803 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
6804
6805 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6806 seem to accept strings-with-numbers as port numbers.
6807
6808 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6809
6810 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6811 change the registry.
6812
6813 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6814
6815 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6816 delete-dups that is not available in XEmacs 21.4.
6817
6818 * mm-util.el (mm-delete-duplicates): Add comment.
6819
6820 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
6821
6822 * nnir.el (nnir-ignored-newsgroups): New variable.
6823 (nnir-get-active): Use it.
6824
6825 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6826
6827 * proto-stream.el (proto-stream-open-network): Add some comments.
6828
6829 * nntp.el (nntp-open-connection): Provide a :success condition.
6830
6831 * nnimap.el (nnimap-open-connection-1): Ditto.
6832
6833 * proto-stream.el (proto-stream-open-network): See what the response to
6834 the STARTTLS command is.
6835
6836 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6837 backwards compatibility).
6838 (nnimap-open-connection-1): Really respect nnimap-server-port.
6839
6840 * proto-stream.el (proto-stream-open-network): When doing opportunistic
6841 TLS upgrades we don't really care about the identity of the peer.
6842 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6843 that what we've checked for.
6844 (proto-stream-always-use-starttls): Only default to t if
6845 open-gnutls-stream exists.
6846 (proto-stream-open-network): If STARTTLS failed, then just open a
6847 normal connection.
6848 (proto-stream-open-network): Wait until the greeting before doing
6849 STARTTLS.
6850
6851 * nntp.el (nntp-open-connection): Report what the connection error is.
6852
6853 * proto-stream.el (open-protocol-stream): Rename from
6854 open-proto-stream.
6855
6856 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6857
6858 * nnimap.el (nnimap-stream): Change default to `undecided'.
6859 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6860 first, and then network.
6861 (nnimap-open-connection-1): Respect nnimap-server-port.
6862 (nnimap-open-connection): Be more backwards-compatible.
6863
6864 * proto-stream.el (proto-stream-always-use-starttls): New variable.
6865 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6866 (proto-stream-open-starttls): Folded back into the main function.
6867 (proto-stream-open-network): Fix typo in the GnuTLS path.
6868 (proto-stream-command): Refactor out.
6869
6870 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6871
6872 * proto-stream.el (proto-stream-open-starttls): Actually implement the
6873 starttls.el STARTTLS.
6874
6875 * color.el (color-lab->srgb): Fix function call name.
6876
6877 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6878 if we're using tls.el.
6879 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6880 built in, then don't try to establish a STARTTLS connection.
6881
6882 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6883 servers.
6884
6885 * proto-stream.el (open-proto-stream): Use network, not stream.
6886 (open-proto-stream): Add a way to specify what the end of a command is.
6887
6888 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6889 connections types.
6890 (nntp-open-network-stream): Remove.
6891 (nntp-open-ssl-stream): Remove.
6892 (nntp-open-tls-stream): Remove.
6893 (nntp-ssl-program): Remove.
6894
6895 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6896
6897 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
6898
6899 * nnir.el: Fix typos.
6900 (nnir-retrieve-headers-override-function): Rename variable to reflect
6901 new semantics.
6902 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6903 macros.
6904 (nnir-request-article, nnir-request-move-article): Use them.
6905 (nnir-categorize): New function.
6906 (nnir-run-query): Use it.
6907 (nnir-retrieve-headers): Rewrite to batch header retrieval.
6908 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6909 sorted.
6910 (nnir-group-full-name): Use gnus-group-full-name instead.
6911 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6912 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6913
6914 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6915
6916 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6917
6918 * proto-stream.el: New library to provide protocol-specific
6919 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6920 protocols.
6921 (open-proto-stream): Complete the documentation.
6922 (proto-stream-open-network): Fix some typos.
6923
6924 * nnimap.el (nnimap-open-connection): Use it.
6925
6926 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
6927
6928 * pop3.el (pop3-open-server): Read server greeting before starting TLS
6929 negotiation.
6930
6931 2010-11-26 Julien Danjou <julien@danjou.info>
6932
6933 * color.el: Rename various rgb functions to srgb.
6934
6935 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6936
6937 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6938 names.
6939
6940 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
6941
6942 * shr.el (shr-insert): Revert last change.
6943 (shr-find-fill-point): Never leave point being at bol;
6944 relax the kinsoku limitation when rendering tables.
6945
6946 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6947
6948 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6949 results from -accept-article.
6950
6951 * shr-color.el: Require cl when compiling.
6952
6953 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6954 checkin.
6955
6956 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6957
6958 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6959
6960 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6961 'add and 'delete to set backend marks.
6962
6963 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6964
6965 * nnheader.el (nnheader-update-marks-actions): Refactor out.
6966
6967 * nntp.el (nntp-request-set-mark): Use it.
6968
6969 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6970
6971 * nnml.el (nnml-request-set-mark): Ditto.
6972
6973 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6974 introduces regressions in article selection.
6975 (nnimap-find-uid-response): New function.
6976 (nnimap-request-accept-article): Use the UID returned, if any.
6977 (nnimap-request-move-article): Use the UID returned, if any.
6978 (nnimap-get-groups): Reimplement to work with folded lines.
6979 (nnimap-find-uid-response): The UID is the last element in the list.
6980 (nnimap-request-set-mark): Extend syntax with 'set.
6981
6982 * nnml.el (nnml-request-set-mark): Ditto.
6983
6984 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6985
6986 * nntp.el (nntp-request-set-mark): Ditto.
6987
6988 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6989
6990 * message.el (message-called-interactively-p): A temporary macro.
6991 (message-goto-body): Use it temporarily.
6992
6993 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6994
6995 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6996 (nnimap-last-response-string): Unfold quoted lines, if they exist.
6997 (nnimap-last-response-string): Fix last unfolding fix.
6998
6999 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7000
7001 * shr.el (shr-insert): Fix the way to fold lines.
7002
7003 2010-11-25 Julien Danjou <julien@danjou.info>
7004
7005 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7006
7007 * color.el: Rename from color-lab.el
7008 (color-rgb->hex): Add.
7009 (color-complement): Add.
7010 (color-complement-hex): Add.
7011
7012 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7013
7014 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7015
7016 * shr-color.el (shr-color-visible): Don't bug out if the color names
7017 don't exist.
7018
7019 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7020
7021 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7022 assuming that article displaying or another mml-preview may be
7023 interrupted for an error or for the like.
7024
7025 * shr.el (shr-get-background): Fix argument name.
7026
7027 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7028
7029 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7030
7031 * gnus-sum.el (gnus-summary-include-articles): New function.
7032
7033 * message.el (message-goto-body): called-interactively-p needs a
7034 parameter, so use `any'.
7035
7036 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7037 clear marks before moving, since they're synced from the Gnus side
7038 first.
7039
7040 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7041 (gnus-summary-move-article): Copy over all marks before moving, so that
7042 IMAP doesn't think a new article has arrived.
7043
7044 2010-11-24 Julien Danjou <julien@danjou.info>
7045
7046 * shr.el (shr-insert-background-overlay): Fix typo.
7047 (shr-render-td): Copy the background before rendering.
7048
7049 * shr-color.el (shr-color-visible): Fix docstring.
7050
7051 * shr.el (shr-tag-table): Add bgcolor support.
7052 (shr-render-td): Add bgcolor support.
7053 (shr-get-background): Add.
7054 (shr-insert-foreground-overlay): Use shr-get-background.
7055
7056 * message.el (message-goto-body): Use called-interactively-p.
7057 (message-in-body-p): message-goto-body returns point.
7058
7059 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7060
7061 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7062 Fixes something or other in Emacs 23, and is backwards compatible.
7063
7064 * message.el (message-goto-body): Remove the <#secure special-casing,
7065 which is too special.
7066
7067 * shr.el (shr-parse-style): Drop !important from styles.
7068
7069 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7070
7071 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7072 this function to return incorrect results when calling it with an
7073 explicit article argument different from
7074 (gnus-summary-article-number).
7075
7076 2010-11-24 Julien Danjou <julien@danjou.info>
7077
7078 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7079 (shr-tag-body): Add background support.
7080 (shr-descend): Add background support.
7081 (shr-tag-title): Add.
7082
7083 * shr-color.el (shr-color-visible): Really return original background
7084 if fixed.
7085
7086 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7087
7088 * shr.el (shr-color-check): Protect against non-existent color names.
7089
7090 2010-11-24 Julien Danjou <julien@danjou.info>
7091
7092 * color-lab.el: Require 'cl when compiling.
7093
7094 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7095
7096 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7097 matched part.
7098
7099 * color-lab.el: Fix all expt calls to use float type.
7100
7101 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7102
7103 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7104 expression to shr-color-check as is.
7105
7106 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7107
7108 * color-lab.el: Add coding cookie.
7109 (float-pi): Use eval-and-compile.
7110
7111 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7112
7113 * shr.el (shr-insert-color-overlay): Split stuff like
7114 "#444444 !important" to find the real color.
7115 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7116 parse <font color="red"> entries.
7117
7118 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7119
7120 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7121 point when parsing headers.
7122
7123 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7124 is positioned properly when parsing headers.
7125
7126 2010-11-23 Julien Danjou <julien@danjou.info>
7127
7128 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7129
7130 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7131
7132 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7133
7134 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7135 Use shr-color-hue-to-rgb.
7136 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7137
7138 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7139
7140 * shr.el (shr-color->hexadecimal): Autoload.
7141 (shr-descend): Add color to all tags.
7142
7143 2010-11-22 Julien Danjou <julien@danjou.info>
7144
7145 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7146 shr-color->hexadecimal.
7147
7148 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7149 RGB() or HSL() color representation.
7150
7151 * shr.el (shr-tag-font): Add.
7152 (shr-tag-color-check): New function to get better colors.
7153 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7154 tag-span.
7155
7156 * shr-color.el: New file.
7157
7158 * color-lab.el: New file.
7159
7160 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7161
7162 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7163
7164 * nnir.el: Fix typo in comments.
7165 (nnir-run-imap): Simplify code. No need to reverse artlist.
7166 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7167
7168 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7169
7170 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7171
7172 * nnimap.el (nnimap-get-capabilities): Refactor out.
7173 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7174
7175 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7176
7177 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7178 appearing when `mm-uu-hide-markers' is nil.
7179
7180 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7181
7182 * nnimap.el (nnimap-unselect-group): Make into its own function.
7183 (nnimap-request-rename-group): Unselect group before renaming.
7184 This had gotten lost somewhere.
7185 (nnimap-request-accept-article): Keep track of examined groups, and
7186 unselect the group before APPENDing to read-only groups.
7187 (nnimap-request-move-article): Clear flags before moving so that they
7188 can be re-set later.
7189
7190 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7191
7192 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7193 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7194
7195 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7196
7197 * gnus-art.el (gnus-mime-display-single):
7198 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7199 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7200 parameter.
7201
7202 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7203
7204 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7205 (shr-table-vertical-line): New variable.
7206 (shr-insert-table): Use it.
7207
7208 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7209
7210 * gnus-html.el (gnus-html-wash-images): Don't display images if
7211 gnus-inhibit-images is non-nil; register displayer for cid images.
7212 (gnus-html-display-image): Work for cid image.
7213 (gnus-html-insert-image): Allow arguments.
7214 (gnus-html-put-image): Inhibit read-only.
7215 (gnus-html-prefetch-images): Don't prefetch images if
7216 gnus-inhibit-images is non-nil.
7217
7218 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7219
7220 * shr.el (shr-put-image): Break lines when inserting big pictures.
7221
7222 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7223
7224 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7225 sender, thanks Katsumi Yamaoka.
7226
7227 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7228
7229 * nnir.el (nnir-run-imap): Reverse the article list for each group
7230 rather than the whole list.
7231
7232 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7233
7234 * shr.el (shr-image-displayer): Protect function against non-existent
7235 image source.
7236
7237 * gnus-art.el (gnus-inhibit-images): New user option.
7238 (gnus-mime-display-single): Don't display image if it is non-nil.
7239
7240 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7241 gnus-inhibit-images.
7242
7243 * shr.el (shr-image-displayer): New function.
7244 (shr-tag-img): Use it.
7245
7246 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7247
7248 * mml2015.el (mml2015-epg-sign): Use From header.
7249
7250 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7251
7252 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7253
7254 * gnus-util.el (gnus-find-text-property-region): Return markers.
7255
7256 * shr.el (shr-tag-img): Put a displayer in the text property.
7257
7258 * gnus-util.el (gnus-find-text-property-region): New utility function.
7259
7260 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7261 (gnus-html-show-images): Remove.
7262
7263 * gnus-art.el (gnus-article-show-images): New, more general function.
7264
7265 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7266 image url text properties.
7267
7268 * shr.el: Ditto.
7269
7270 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7271 gnus-agent-auto-agentize-methods is set. Which it isn't.
7272
7273 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7274
7275 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7276 work for two or more articles.
7277
7278 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7279
7280 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7281 divide an image that's in an html article to two or more when washing
7282 non-ASCII characters in alt text of it.
7283
7284 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7285
7286 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7287 smime-decrypt-region using function argument.
7288 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7289
7290 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7291
7292 * smime.el (smime-decrypt-region): Catch it.
7293
7294 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * smime.el (smime-mode-map): Move initialization into declaration.
7297 (gnus-run-mode-hooks): Don't autoload.
7298 (smime-mode): Use define-derived-mode.
7299
7300 2010-11-11 Glenn Morris <rgm@gnu.org>
7301
7302 * smime.el (from): Restrict declaration to XEmacs.
7303
7304 * nnir.el (gnus-group-topic-name): Autoload.
7305
7306 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * shr.el (shr-insert): Don't break long line if it is because of
7309 kinsoku-bol characters in the line end.
7310
7311 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7312
7313 * nnir.el (nnir-request-move-article): Fix to provide original group
7314 and subject.
7315 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7316 been retrieved.
7317
7318 * gnus-sum.el (gnus-summary-move-article): Use original group and
7319 subject for virtual articles such as those in an nnir summary buffer.
7320
7321 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7322
7323 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7324 least 21.5).
7325
7326 * smime.el (from): Declare it again for XEmacs.
7327
7328 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7329
7330 * message.el (message-resend): Don't disable encoding unless it's
7331 already encoded.
7332
7333 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7334 low-numbered articles.
7335
7336 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7337
7338 * rfc2047.el (rfc2047-syntax-table): Simplify.
7339
7340 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7341 set-char-table-range for XEmacs.
7342
7343 2010-11-10 Glenn Morris <rgm@gnu.org>
7344
7345 * smime.el (from): Remove unused declaration.
7346
7347 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7348 (gnus-float-time): On Emacs, always an alias.
7349
7350 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7351 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7352
7353 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7354
7355 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7356
7357 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7358
7359 * shr.el (browse-url-mailto): Autoload.
7360
7361 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7362
7363 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7364 regexp doesn't need quoting.
7365
7366 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7367
7368 * message.el (message-subject-trailing-was-ask-regexp)
7369 (message-subject-trailing-was-regexp): Match was: in addition to was.
7370
7371 2010-11-09 Glenn Morris <rgm@gnu.org>
7372
7373 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7374 (nnbabyl-check-mbox): Use point-at-bol.
7375
7376 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7377
7378 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7379
7380 * message.el (message-mailto): New function.
7381 (message-mailto): Should accept other parameters.
7382 (message-mailto): Remove since it duplicates browse-url-mailto
7383 functionality.
7384
7385 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7386
7387 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7388 methods.
7389 (gnus-read-active-file): Ditto.
7390
7391 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7392 ": " from the prompt.
7393 (gnus-group-make-group): Ditto.
7394
7395 2010-11-07 Glenn Morris <rgm@gnu.org>
7396
7397 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7398 (gnus-bookmark-kill-line): Use point-at-eol.
7399
7400 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7401
7402 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7403 asterisks in From header.
7404
7405 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7406
7407 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7408 string to avoid making the From headers syntactically invalid.
7409
7410 * message.el (message-send-mail): Don't insert courtesy messages if the
7411 message already has List-Post and List-ID messages.
7412
7413 2010-11-06 Glenn Morris <rgm@gnu.org>
7414
7415 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7416 `condition', `type', `length' a prefix.
7417 (gnus-treat-predicate): Update for above name changes.
7418
7419 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7420
7421 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7422 binding. Handled by `gnus-summary-refer-thread' instead.
7423 (nnir-warp-to-article): New backend function.
7424
7425 * nnimap.el (nnimap-request-thread): Force dependency updating.
7426
7427 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7428 (gnus-summary-refer-thread): Rework to improve thread-referral.
7429
7430 * gnus-int.el (gnus-warp-to-article): New function.
7431
7432 * gnus-sum.el (gnus-summary-article-map): Bind it.
7433
7434 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7435
7436 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7437 gnus-summary-refer-thread.
7438
7439 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7440 headers.
7441 (gnus-summary-limit-include-thread): Prevent articles in thread from
7442 being cut in gnus-cut-threads.
7443 (gnus-summary-refer-thread): Limit retrieved headers to those in
7444 thread.
7445
7446 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7447
7448 * message.el (message-send-mail): Use the value of
7449 message-courtesy-message from the message buffer.
7450
7451 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7452
7453 * shr.el (shr-browse-url): Implement mailto: URLs.
7454
7455 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7456 "raw".
7457
7458 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7459 if it's already selected.
7460
7461 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7462
7463 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7464
7465 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7466 to measure the length and truncate alt text.
7467
7468 2010-11-03 Glenn Morris <rgm@gnu.org>
7469
7470 * nndiary.el (nndiary-generate-nov-databases-1)
7471 (nndiary-generate-active-info): Rename dynamic variable `files' to
7472 something less generic.
7473
7474 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7475
7476 * nnir.el (nnir-request-move-article): Call the underlying backend to
7477 move articles from nnir.
7478
7479 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7480
7481 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7482
7483 2010-11-02 Julien Danjou <julien@danjou.info>
7484
7485 * nnir.el: Remove wais support.
7486
7487 2010-11-02 Glenn Morris <rgm@gnu.org>
7488
7489 * gnus-html.el: Reorder requirements to quieten compiler.
7490
7491 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7492
7493 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7494 properly for XEmacs as well.
7495 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7496 (gnus-article-natural-long-line-p): Use window-width rather than
7497 frame-width.
7498
7499 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7500
7501 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7502 (nnir-read-parms): Don't modify query.
7503 (nnir-run-query): Add ability to search topic on current line.
7504 (nnir-get-active): Clean up.
7505
7506 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7507
7508 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7509 degenerate articles.
7510
7511 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7512 (gnus-print-buffer): Just print the buffer as is, without any copying
7513 to a buffer and then re-highlighting.
7514
7515 * nnimap.el (nnimap-request-group): Store the new updated info.
7516 (nnimap-request-group): Select the group when we don't know whether it
7517 exists or not.
7518
7519 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7520 groups.
7521
7522 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7523 groups.
7524
7525 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7526 groups.
7527
7528 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7529 long-lines case by only filling the long lines.
7530
7531 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7532 (bug #7311).
7533
7534 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7535
7536 * shr.el: No need to declare `declare-function' since shr.el is for
7537 only Emacsen that provide `libxml-parse-html-region'.
7538
7539 2010-11-01 Glenn Morris <rgm@gnu.org>
7540
7541 * mm-util.el (gnus-completing-read): Autoload.
7542 (mm-read-coding-system): Simplify Emacs definition.
7543
7544 * nnmail.el (gnus-activate-group):
7545 * nnimap.el (gnutls-negotiate):
7546 * nntp.el (netrc-parse): Fix declarations.
7547
7548 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7549
7550 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7551 string-match-p in Emacs >=23.
7552
7553 * gnus-msg.el (gnus-configure-posting-styles):
7554 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7555
7556 2010-11-01 Glenn Morris <rgm@gnu.org>
7557
7558 * nnir.el (declare-function): Add compat stub.
7559 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7560 (nnir-run-gmane): Require 'mm-url.
7561
7562 * mm-util.el (mm-string-to-multibyte): Simplify.
7563
7564 * shr.el (declare-function): Add compat stub.
7565 (url-cache-create-filename): Declare.
7566 (mm-disable-multibyte, widget-convert-button): Autoload.
7567
7568 * smime.el (ldap-search): Declare.
7569 (smime-cert-by-ldap-1): Require ldap on Emacs.
7570
7571 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7572 (nnimap-keepalive): Use gnus-float-time.
7573
7574 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7575 (mail-source-delete-crash-box): Use gnus-float-time.
7576
7577 * gnus-dired.el (gnus-completing-read): Autoload.
7578
7579 * mm-view.el (gnus-rescale-image): Autoload.
7580
7581 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7582
7583 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7584
7585 * sieve-manage.el: Require 'cl when compiling.
7586
7587 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7588 (gnus-iswitchb-completing-read): Require iswitchb.
7589 (gnus-select-frame-set-input-focus): Silence compiler.
7590
7591 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7592
7593 * message.el (message-subject-trailing-was-query): Change default to t,
7594 since I think that's what most people want.
7595
7596 * nnimap.el (nnimap-request-accept-article): Erase buffer before
7597 appending for easier debugging.
7598 (nnimap-wait-for-connection): Take a regexp.
7599 (nnimap-request-accept-article): Wait for the continuation line before
7600 sending anything unless we're streaming.
7601
7602 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7603 leave the header washing to take place.
7604
7605 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7606
7607 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7608 regular expression match and replace in posting styles.
7609
7610 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7611
7612 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7613 an entire server.
7614 (nnir-get-active): New function.
7615 (nnir-run-imap): Use it.
7616 (nnir-run-gmane): Who knew, gmane search returns an article score!
7617
7618 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7619 server on the current line with nnir.
7620
7621 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7622
7623 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7624 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7625 left edge.
7626 (gnus-article-foldable-buffer): Skip past the prefix when determining
7627 raggedness.
7628
7629 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7630 the raw article, and change `C-u g' to show the article without doing
7631 treatments.
7632
7633 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7634 on to `gnus-treat-article'.
7635 (gnus-inhibit-article-treatments): New variable.
7636
7637 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7638
7639 * gnus-art.el (gnus-treatment-function-alist): Have
7640 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7641 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7642 sections.
7643
7644 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7645 parameter.
7646 (gnus-article-fill-cited-long-lines): New function.
7647 (gnus-article-fill-cited-article): Allow filling only long sections.
7648
7649 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7650 and non-punctuation (like after the apostrophe in "'We").
7651
7652 * gnus-sum.el (gnus-summary-select-article): Make sure
7653 gnus-original-article-buffer is alive.
7654
7655 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7656 reflect the order they are in the digest.
7657
7658 * gnus.el (gnus-group-startup-message): Move point to the start of the
7659 buffer.
7660
7661 * nnimap.el (nnimap-capability): New function.
7662 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7663 is set.
7664
7665 2010-10-31 David Engster <dengste@eml.cc>
7666
7667 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7668 conform with changes to gnus-completing-read.
7669
7670 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7671
7672 * shr.el (shr-tag-img): Output "*" instead of "[img]".
7673
7674 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7675
7676 * nnir.el: Move defvar, defcustom around to keep file organized
7677 and keep byte-compiler quiet.
7678 (nnir-read-parms): Accept search-engine as arg.
7679 (nnir-run-query): Pass search-engine as arg.
7680 (nnir-search-engine): Remove.
7681
7682 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7683
7684 * shr.el (shr-generic): The text nodes should be text, not :text.
7685
7686 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7687 later in the file.
7688
7689 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7690
7691 * nnir.el: General clean up. Allow searching with multiple engines.
7692 Allow separate extra-parameters for each engine.
7693 Batch queries when possible.
7694 (nnir-imap-default-search-key,nnir-method-default-engines):
7695 Add customize interface.
7696 (nnir-run-gmane): New engine.
7697 (nnir-engines): Use it. Qualify all prompts with engine name.
7698 (nnir-search-engine): Remove global variable.
7699 (nnir-run-hyrex): Restore for now.
7700 (nnir-extra-parms,nnir-search-history): New variables.
7701 (gnus-group-make-nnir-group): Use them.
7702 (nnir-group-server): Remove in favor of gnus-group-server.
7703 (nnir-request-group): Avoid searching twice.
7704 (nnir-sort-groups-by-server): New function.
7705
7706 2010-10-30 Julien Danjou <julien@danjou.info>
7707
7708 * gnus-group.el: Remove gnus-group-fetch-control.
7709
7710 * gnus-start.el (gnus-find-new-newsgroups):
7711 Remove gnus-check-first-time-used.
7712
7713 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7714
7715 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7716
7717 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7718 set on groups that don't have \* permanentflags.
7719
7720 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7721
7722 * shr.el (shr-tag-span): Drop colorization of regions since we don't
7723 control the background color.
7724 (shr-tag-img): Ignore very small web bug type images.
7725 (shr-put-image): Add help-echo alt texts to the images.
7726 (shr-tag-video): Show the video poster image.
7727
7728 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7729
7730 * shr.el (shr-table-depth): New variable.
7731 (shr-tag-table-1): Only insert the images after the top-level table.
7732
7733 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7734
7735 * gnus-util.el (gnus-list-memq-of-list): New function.
7736
7737 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7738 selected.
7739 (nnimap-unsplittable-articles): New slot.
7740 (nnimap-new-articles): Use it.
7741
7742 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
7743
7744 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7745 move to the previous line on `M-g'.
7746
7747 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7748
7749 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7750 *-request-group, which seems unnecessary.
7751
7752 * nnimap.el (nnimap-quote-specials): Function copied over from
7753 imap.el.
7754 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7755 they support that. Suggested by Tom Regner.
7756
7757 2010-10-29 Julien Danjou <julien@danjou.info>
7758
7759 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7760 defalias.
7761 (gnus-summary-delete-marked-with): Remove obsolete defalias.
7762
7763 * gnus.el: Remove `gnus-nntp-service' variable.
7764 (gnus-secondary-servers): Make obsolete.
7765 (gnus-nntp-server): Make obsolete.
7766
7767 * gnus-start.el (gnus-1): Remove x-splash calls.
7768
7769 * gnus-ems.el (gnus-x-splash): Remove.
7770
7771 * gnus.el (gnus-group-startup-message): Simplify/update code.
7772
7773 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7774 capability before doing anything.
7775 (gnus-group-insert-group-line): Remove useless
7776 gnus-group-remove-excess-properties.
7777
7778 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7779
7780 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7781
7782 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7783
7784 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7785 config after reselecting.
7786
7787 2010-10-28 Julien Danjou <julien@danjou.info>
7788
7789 * shr.el (shr-put-image): Use point even if only inserting text.
7790 (shr-put-image): Save excursion when inserting alt text on non-graphic
7791 display, so the behavior is the same when we are on a graphic display.
7792
7793 * nnir.el (nnir-run-swish-e): Remove hyrex support.
7794
7795 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7796
7797 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7798 (gnus-mime-copy-part): Check coding system, not charset.
7799 (gnus-mime-view-part-externally): Never remove part.
7800 (gnus-mime-view-part-internally): Don't remove part here.
7801 (gnus-article-part-wrapper): Make sure MIME tag is visible.
7802 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7803 multipart/alternative.
7804
7805 * mm-decode.el (mm-display-part): Take optional arg `force'.
7806
7807 2010-10-26 Julien Danjou <julien@danjou.info>
7808
7809 * gnus-group.el (gnus-group-default-list-level): Add this function to
7810 compute the default list level.
7811 (gnus-group-default-list-level): Add possibility to use a function.
7812
7813 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
7814
7815 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7816
7817 * gnus-group.el (gnus-group-completing-read)
7818 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7819 gnus-replace-in-string.
7820
7821 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7822
7823 * shr.el (shr-tag-div): Add.
7824
7825 2010-10-25 Julien Danjou <julien@danjou.info>
7826
7827 * gnus-util.el: Remove `gnus-with-local-quit'.
7828
7829 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7830
7831 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7832
7833 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7834 the original article buffer.
7835
7836 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7837
7838 * nnimap.el (nnimap-request-head): New function.
7839 (nnimap-request-move-article): Try to be slightly faster by not
7840 requesting the entire message when moving.
7841 (nnimap-transform-headers): Don't bug out on bodiless articles.
7842 (nnimap-send-command): Have no outstanding messages if the IMAP server
7843 doesn't support streaming.
7844 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7845
7846 2010-10-24 Julien Danjou <julien@danjou.info>
7847
7848 * message.el (message-default-headers): Fix type.
7849
7850 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7851
7852 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7853 prefetching images.
7854
7855 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7856 backend for unknown groups. This is mainly useful for nnimap groups.
7857
7858 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7859 group isn't covered by the agent.
7860
7861 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
7862
7863 * nnir.el (nnir-method-default-engines): New variable.
7864 (nnir-run-query): Use it.
7865 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7866 (gnus-summary-nnir-goto-thread): Change group if needed.
7867
7868 * gnus-group.el (gnus-group-group-map): Add key binding for
7869 gnus-group-make-nnir-group.
7870
7871 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7872
7873 * shr.el (shr-tag-object): Add.
7874
7875 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7876 original article buffer live.
7877 (gnus-summary-select-article-buffer):
7878 Mention gnus-widen-article-buffer.
7879
7880 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7881
7882 * shr.el (shr-tag-strong): Add.
7883
7884 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7885
7886 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7887 group names. They mess up the group buffer badly.
7888
7889 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7890
7891 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7892 instead of the summary one.
7893
7894 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
7895
7896 * mml.el (mml-preview): Work properly when editing article.
7897
7898 * gnus-start.el (gnus-read-active-file-1): Don't add method to
7899 gnus-have-read-active-file if it's already been in.
7900
7901 2010-10-22 Tom Tromey <tromey@redhat.com>
7902
7903 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7904 gnus-group-completing-read.
7905
7906 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7907
7908 * message.el (message-mode-map): Don't bind M-; to comment region, to
7909 allow the global comment-dwim to work.
7910
7911 2010-10-21 Julien Danjou <julien@danjou.info>
7912
7913 * message.el (message-setup-1): Allow message-default-headers to be a
7914 function.
7915
7916 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7917
7918 * shr.el (shr-tag-table): Simplify.
7919
7920 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7921
7922 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7923 to avoid trying to snarf invalid stuff.
7924
7925 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7926
7927 * gnus.el (gnus-message-archive-group): Quote value.
7928 (gnus-message-archive-group): Mark as changed.
7929
7930 * shr.el (shr-add-font): Don't put the font properties on the newline
7931 or the indentation.
7932
7933 * message.el (message-fix-before-sending): Change options when sending
7934 non-printable characters.
7935
7936 * gnus.el (gnus-message-archive-method): Change the default to
7937 monthly outgoing groups.
7938
7939 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7940 that have gotten new numbers.
7941
7942 * nnimap.el (nnimap-request-replace-article): New function.
7943
7944 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7945
7946 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7947 (nnrss-request-article): Don't use special html washing code.
7948
7949 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7950
7951 * shr.el (shr-tag-table): Remove useless nconc.
7952
7953 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7954
7955 * gnus-art.el (article-wash-html): Simplify and remove the charset
7956 stuff. Use the normal html rendering code instead of the special html
7957 washing code.
7958
7959 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7960 `gnus-w3m' symbols.
7961 (mm-text-html-washer-alist): Remove.
7962
7963 * mm-decode.el (mm-inline-text-html-renderer): Remove.
7964 (mm-inline-media-tests): Remove use.
7965 (mm-text-html-renderer): Change default to the `shr' symbol.
7966
7967 * mm-view.el (mm-inline-text-html): Remove use.
7968
7969 * gnus-art.el (gnus-blocked-images): New function. Allow the
7970 `gnus-blocked-images' to be a function.
7971 (gnus-article-wash-function): Remove.
7972
7973 2010-10-20 Julien Danjou <julien@danjou.info>
7974
7975 * spam.el (spam-list-of-processors): Mark as obsolete.
7976
7977 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7978 (nnimap-insert-partial-structure): Fix boundary detection.
7979
7980 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
7981
7982 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7983 run file-truename on remote files. This can be expensive and even
7984 prevent one from editing drafts if some unrelated buffer has a stale
7985 connection.
7986
7987 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7988
7989 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7990 kinsoku-eol regardless of shr-kinsoku-shorten.
7991 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7992 (shr-tag-table): Support caption, thead, and tfoot.
7993
7994 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7995
7996 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7997 lines.
7998 (shr-save-contents): New command and keystroke.
7999
8000 * nndoc.el (nndoc-type-alist): Add git support.
8001 (nndoc-git-type-p): New function.
8002 (nndoc-transform-git-article): Ditto.
8003 (nndoc-transform-git-headers): Ditto.
8004 (nndoc-transform-git-headers): Generate Subject headers.
8005
8006 * shr.el (shr-parse-style): New function.
8007 (shr-tag-span): Ditto.
8008
8009 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8010 to `G G' to avoid collisions.
8011
8012 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8013
8014 * shr.el: Load kinsoku if necessary.
8015 (shr-kinsoku-shorten): New internal variable.
8016 (shr-find-fill-point): Make kinsoku shorten text line if
8017 shr-kinsoku-shorten is bound to non-nil.
8018 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8019 shr-indentation too when testing if table is wider than frame width.
8020 (shr-insert-table): Use `string-width' instead of `length' to measure
8021 text width.
8022 (shr-insert-table-ruler): Make sure indentation is done at bol.
8023
8024 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8027 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8028 undecoded network data.
8029
8030 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8031
8032 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8033 name in the mode line spec so that the mode line menu works
8034 (bug #2431).
8035
8036 * message.el (message-get-reply-headers): If we're fed `to-address',
8037 then always use that.
8038
8039 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8040 aren't so wide as to need to switch off the edit menu.
8041
8042 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8043 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8044
8045 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8046 `M-g'.
8047 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8048 the permanent marks.
8049
8050 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8051
8052 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8053 Splitting according to references/in-reply-to obeys the ignore-groups
8054 variable, while splitting by sender and subject do not.
8055
8056 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8057
8058 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8059 alist, so that we can look for non-Unicode chars.
8060 (article-translate-strings): Allow both character and string maps.
8061
8062 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8063
8064 * shr.el (shr-insert): Don't insert space behind a wide character
8065 categorized as kinsoku-bol, or between characters both categorized as
8066 nospace.
8067
8068 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8069
8070 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8071 headers to gnus-newsgroup-headers.
8072
8073 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8074
8075 * shr.el (shr-tag-img): Don't align images -- since we're not
8076 rescaling, this often leads to ugly displays.
8077
8078 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8079
8080 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8081 duplicates.
8082
8083 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8084
8085 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8086 call.
8087
8088 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8089
8090 * gnus.el: Autoload gnus-html-show-images.
8091
8092 * nnimap.el: Use nnheader-message throughout.
8093
8094 * shr.el (shr-tag-img): Ignore images with no data.
8095
8096 2010-10-15 Julien Danjou <julien@danjou.info>
8097
8098 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8099 a possibility to disable format=flow encoding when using hard newlines.
8100
8101 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8102
8103 * shr.el (shr-insert): Remove space inserted before or after a
8104 breakable character or at the beginning or the end of a line.
8105 (shr-find-fill-point): Do kinsoku; find the second best point or give
8106 it up if there's no breakable point.
8107
8108 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8109
8110 * nnimap.el (nnimap-open-connection): Message when opening connection
8111 for debugging purposes.
8112
8113 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8114 on every setup buffer call to allow this to change from article to
8115 article.
8116
8117 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8118 buffers where we have a wide table.
8119
8120 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8121
8122 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8123 uses *-request-thread.
8124
8125 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8126
8127 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8128 incantation, which is no longer valid.
8129
8130 2010-10-14 Julien Danjou <julien@danjou.info>
8131
8132 * shr.el: Fix defcustom type (char -> character).
8133
8134 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8135
8136 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8137 programs.
8138
8139 2010-10-14 Julien Danjou <julien@danjou.info>
8140
8141 * shr.el (shr-tag-a): Use url-link as widget type.
8142
8143 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8144 `gnus-group-get-icon'.
8145
8146 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8147
8148 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8149 This should make server editing work better.
8150
8151 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8152
8153 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8154 (nnimap-parse-flags): Fix regexp.
8155
8156 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8157 probably work for CJVK text, too.
8158
8159 * nnimap.el (nnimap-extend-tls-programs): Remove.
8160 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8161
8162 2010-10-13 Julien Danjou <julien@danjou.info>
8163
8164 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8165 responses.
8166
8167 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8168
8169 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8170
8171 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8172 anything in Emacs.
8173
8174 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8175
8176 2010-10-13 Julien Danjou <julien@danjou.info>
8177
8178 * shr.el (shr-width): Make shr-width a defcustom with default to
8179 fill-column.
8180 (shr-tag-img): Use shr-width rather than fill-column.
8181
8182 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8183
8184 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8185
8186 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8187 position when (X-)Faces exist.
8188 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8189 avatars when called interactively.
8190
8191 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8192
8193 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8194 gnus-article-x-face-too-ugly is bound.
8195
8196 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8197
8198 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8199
8200 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8201 mailbox that doesn't exist.
8202
8203 2010-10-12 Julien Danjou <julien@danjou.info>
8204
8205 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8206 (shr-get-image-data): Encode URL properly when fetching from cache.
8207 (shr-tag-img): Use aligned-to spaces to align correctly images.
8208
8209 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8210 before inserting the Gravatar.
8211
8212 * shr.el (shr-tag-img): Add align attribute support for <img>.
8213
8214 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8215
8216 * gnus-gravatar.el (gnus-art): Require.
8217
8218 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8219 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8220 Remove long obsoleted functions.
8221
8222 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8223
8224 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8225
8226 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8227 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8228 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8229 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8230 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8231 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8232 Fix comment for declare-function.
8233
8234 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8235
8236 * nnimap.el (nnimap-request-rename-group): Select group read-only
8237 before renaming it.
8238
8239 * shr.el (shr-insert): Fix up the white space only regexp.
8240
8241 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8242 bodies. Protect against this. Reported by Michael Welsh Duggan.
8243
8244 * shr.el (shr-current-column): New function.
8245 (shr-find-fill-point): New function.
8246
8247 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8248
8249 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8250 numbers.
8251
8252 2010-10-11 Julien Danjou <julien@danjou.info>
8253
8254 * shr.el (shr-hr-line): Add.
8255 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8256 display hr lines.
8257 (shr-max-columns): Do not change state to nil if we just inserting
8258 spaces.
8259
8260 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8261
8262 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8263 select the last group.
8264
8265 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8266
8267 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8268
8269 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8270
8271 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8272 for Gnus.
8273 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8274 (nnimap-update-qresync-info): Mark \Seen articles as read.
8275
8276 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8277 non-variable, too.
8278
8279 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8280 available.
8281 (nnimap-update-info): Rely more on the current active than the param
8282 active to avoid marking articles as read too much.
8283
8284 * auth-source.el (auth-source-create): Use (user-login-name) for the
8285 user name default.
8286
8287 * nnimap.el (nnimap-update-info): If the server doesn't return any
8288 useful info, just use the previous info.
8289 (nnimap-update-info): Prefer old info over start-article.
8290 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8291
8292 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8293
8294 * nnir.el (autoload): Clean up autoloads.
8295 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8296 Use key rather than value.
8297 (nnir-imap-search-other): New variable.
8298 (nnir-read-parm): Use it.
8299 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8300 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8301
8302 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8305 the process, too.
8306
8307 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8308
8309 * spam.el (gnus-summary-mode-map): Bind to "$".
8310 Suggested by Russ Allbery.
8311
8312 * shr.el: Rework the way things are indented by <li> slightly.
8313
8314 * gnus.el (gnus-group-set-parameter): Fix typo.
8315
8316 * nnimap.el: Start implementing QRESYNC support.
8317
8318 2010-10-09 Julien Danjou <julien@danjou.info>
8319
8320 * nnir.el (nnir-engines): Fix too many arguments.
8321
8322 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8323
8324 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8325 group is the "last", so that the backends like nnfolder actually save
8326 their folders.
8327
8328 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8329 try to use that for the TLS stream.
8330 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8331 UIDVALIDITY and find out which groups are read-only and not.
8332 (nnimap-get-flags): Use the same marks parsing code as the rest of
8333 nnimap.
8334
8335 2010-10-09 Julien Danjou <julien@danjou.info>
8336
8337 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8338
8339 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8340 retrieving gravatars.
8341
8342 * shr.el (shr-table-corner): Add.
8343 (shr-table-line): Add.
8344 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8345
8346 2010-10-08 Julien Danjou <julien@danjou.info>
8347
8348 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8349
8350 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8351
8352 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8353
8354 * gnus-sum.el (gnus-mark-article-as-unread)
8355 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8356 (gnus-summary-set-bookmark): Use it.
8357
8358 * gnus-msg.el (gnus-setup-message): Use it.
8359
8360 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8361
8362 * gnus.el (gnus-group-remove-parameter): Use it.
8363
8364 * gnus-group.el (gnus-group-make-web-group): Use it.
8365
8366 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8367
8368 * nnregistry.el: Update docs to mention manual.
8369
8370 * gnus-registry.el: Update docs to mention nnregistry.el.
8371 (gnus-registry-initialize): Don't install nnregistry refer method
8372 automatically.
8373 (gnus-registry-install-nnregistry): Remove it.
8374
8375 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8376
8377 * shr.el (shr-insert): Don't insert double spaces.
8378
8379 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8380
8381 * gnus-gravatar.el (gnus-treat-from-gravatar)
8382 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8383 called interactively.
8384
8385 * gnus-art.el (gnus-mime-view-part-externally)
8386 (gnus-mime-view-part-internally): Make predicate function passed to
8387 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8388 of a mime type.
8389
8390 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8391
8392 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8393
8394 * shr.el (require): Require cl when compiling.
8395 (shr-tag-hr): New function.
8396
8397 * nnimap.el (nnimap-update-info): Remove double setting of high.
8398 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8399 This makes nnimap work properly on Courier again.
8400
8401 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8402 the variable for backwards compatibility.
8403
8404 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8405 the file name before using to avoid setting mm-default-directory to
8406 nil.
8407
8408 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8409 bidning gnus-agent variables.
8410
8411 * shr.el (shr-render-td): Use a cache for the table rendering function
8412 to avoid getting an exponential rendering behavior in nested tables.
8413 (shr-insert): Rework the line-breaking algorithm.
8414 (shr-insert): Don't leave trailing spaces.
8415 (shr-insert-table): Also insert empty TDs.
8416 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8417
8418 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8419
8420 * gnus-sum.el (gnus-number): Rename from `number'.
8421 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8422 (gnus-summary-limit-children): Update uses correspondingly.
8423
8424 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8425
8426 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8427 (gnus-gravatar-transform-address): Don't show avatars of people of
8428 which mail addresses match gnus-gravatar-too-ugly.
8429
8430 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8431
8432 * shr.el (shr-table-widths): Expand TD elements to fill available
8433 space.
8434
8435 2010-10-07 Julien Danjou <julien@danjou.info>
8436
8437 * nnimap.el (nnimap-request-rename-group): Add this method.
8438
8439 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8440
8441 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8442 name from XEmacs' function-arglist.
8443
8444 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8445 gravatar under XEmacs.
8446
8447 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8448
8449 * auth-source.el: Update docs with TODO items.
8450
8451 * gnus-sync.el: Update docs to explain state and plans.
8452
8453 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8454 Hooks for mark updates.
8455 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8456
8457 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8458 hooks with arguments, which is needed for mark update hooks.
8459
8460 2010-10-06 Julien Danjou <julien@danjou.info>
8461
8462 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8463 was matched.
8464
8465 * sieve-manage.el: Update example in `Commentary'.
8466
8467 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8468
8469 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8470 not 2000.
8471 (sieve-manage-authenticate): Re-add function.
8472
8473 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8474
8475 * shr.el (shr-insert): Get 'space transition right.
8476 (shr-render-td): Only delete space at the end of the TD.
8477
8478 * nnimap.el (nnimap-open-connection): Prepare to support
8479 open-gnutls-stream.
8480
8481 * shr.el: Rearrange function order to be more logical.
8482
8483 2010-10-06 Julien Danjou <julien@danjou.info>
8484
8485 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8486 (nnrss-discover-feed): Remove 404 URL in docstring.
8487
8488 * nnir.el: Fix Swish-E URL.
8489 Fix Namazu URL.
8490
8491 * message.el (message-change-subject): Remove 404 URL in a comment.
8492
8493 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8494
8495 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8496 called interactively.
8497
8498 * gnus-util.el (gnus-remove-if): Allow hash table.
8499 (gnus-remove-if-not): New function.
8500
8501 * gnus-art.el (gnus-mime-view-part-as-type):
8502 * gnus-score.el (gnus-summary-score-effect):
8503 * gnus-sum.el (gnus-read-move-group-name):
8504 Replace remove-if-not with gnus-remove-if-not.
8505
8506 * gnus-group.el (gnus-group-completing-read):
8507 Regard collection as a hash table if it is not a list.
8508
8509 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8510
8511 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8512
8513 * shr.el: Document the table-rendering algorithm.
8514
8515 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8516 invalid URLs.
8517
8518 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8519 line-broken.
8520 (shr-tag-img): Ignore image fetching errors.
8521 (shr-overlays-in-region): Compute overlay positions correctly.
8522
8523 * mm-decode.el (mm-shr): Require shr.
8524
8525 * gnus-art.el (gnus-blocked-images): Move variable here.
8526
8527 * shr.el (shr-insert-table): Bind free variable.
8528
8529 * mm-decode.el (mm-shr): Bind shr-content-function.
8530
8531 * shr.el (shr-content-function): New variable.
8532
8533 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8534 added for symmetry.
8535
8536 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8537
8538 * gnus-group.el (gnus-group-make-group): Doc fix.
8539
8540 * nnimap.el (nnimap-request-newgroups): Return success.
8541
8542 * shr.el (shr-find-elements): New function.
8543 (shr-tag-table): Put all the images after the table.
8544 (shr-tag-table): Really inhibit images inside the table.
8545 (shr-collect-overlays): Copy over overlays from the TD elements to the
8546 main document.
8547
8548 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8549 gnus-blocked-images.
8550
8551 2010-10-05 Julien Danjou <julien@danjou.info>
8552
8553 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8554
8555 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8556 (gnus-html-maximum-image-size): Add this function.
8557 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8558
8559 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8560 server-value of the capability is nil.
8561
8562 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8563
8564 * shr.el (shr-tag-em): Add <EM> tag.
8565
8566 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8567
8568 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8569 customizable.
8570
8571 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8572 handing broken links to browse-url.
8573
8574 2010-10-05 Julien Danjou <julien@danjou.info>
8575
8576 * gnus-util.el (gnus-emacs-completing-read)
8577 (gnus-iswitchb-completing-read): Use autoload rather than require.
8578
8579 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
8580
8581 * gnus-util.el (gnus-completing-read-function): Exclude
8582 gnus-icompleting-read and gnus-ido-completing-read from candidates for
8583 XEmacs since iswitchb.el is very old and ido.el is unavailable in
8584 XEmacs.
8585
8586 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8587 not to use `delete-dups' that is unavailable in XEmacs 21.4.
8588
8589 * gnus-html.el: Don't require help-fns under XEmacs.
8590 (gnus-html-schedule-image-fetching): Work for XEmacs.
8591
8592 * mm-decode.el (mm-shr): Decode contents by charset.
8593
8594 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8595
8596 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8597 unknown.
8598
8599 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8600 (shr-get-image-data): Ensure against the cache file missing.
8601
8602 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8603 for data.
8604
8605 * spam-report.el (spam-report-url-ping-plain): Don't query about
8606 killing the process.
8607
8608 * shr.el (shr-render-td): Protect against too-wide text.
8609
8610 2010-10-04 Julien Danjou <julien@danjou.info>
8611
8612 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8613 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8614
8615 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8616 retrieved.
8617
8618 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8619
8620 * shr.el (browse-url): Require.
8621 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8622 lines.
8623 (shr-show-alt-text, shr-browse-image): New commands.
8624 (shr-browse-url, shr-copy-url): New commands.
8625
8626 * gnus-sum.el (gnus-widen-article-window): New variable.
8627 (gnus-summary-select-article-buffer): Use it.
8628
8629 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8630 without @ signs.
8631
8632 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8633
8634 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8635
8636 2010-10-04 Julien Danjou <julien@danjou.info>
8637
8638 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8639 for XEmacs.
8640
8641 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8642
8643 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8644
8645 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8646 (nnimap-close-server): Implement.
8647
8648 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8649 (shr-insert): Tweak line breaking.
8650 (shr-insert): Handle <pre> better.
8651 (shr-tag-li): Get <li> indentation right.
8652 (shr-tag-li): Get <li> indentation even righter.
8653 (shr-tag-blockquote): Ensure paragraph start.
8654 (shr-make-table): Tweak table generation.
8655 (shr-make-table): Fix typo.
8656
8657 * shr.el: Implement table rendering.
8658
8659 2010-10-04 Julien Danjou <julien@danjou.info>
8660
8661 * gnus-html.el (gnus-html-put-image): Fix resize image code.
8662
8663 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8664
8665 * shr.el (shr-insert): Use string anchors instead of line anchors.
8666
8667 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8668
8669 * shr.el: Add headings.
8670 (shr-ensure-paragraph): Actually work.
8671 (shr-tag-li): Make <ul> prettier.
8672 (shr-insert): Get white space at the beginning/end of elements right.
8673 (shr-tag-p): Collapse subsequent <p>s.
8674 (shr-ensure-paragraph): Don't insert double line feeds after blank
8675 lines.
8676 (shr-insert): \t is also space.
8677 (shr-tag-s): Fix "s" tag name function.
8678 (shr-tag-s): Fix face prop name.
8679
8680 2010-10-03 Julien Danjou <julien@danjou.info>
8681
8682 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8683
8684 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8685 gnus-window-inside-pixel-edges.
8686
8687 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8688 gnus-ems.
8689
8690 * mm-view.el (mm-inline-image-emacs): Support image resizing.
8691
8692 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8693 function.
8694
8695 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8696 resize choice.
8697
8698 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8699
8700 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8701 beginning of the buffer.
8702
8703 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8704 article buffer again.
8705
8706 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8707
8708 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8709 when it's at the start of the buffer.
8710
8711 * shr.el (shr-tag-blockquote): Convert name.
8712 (shr-rescale-image): Use the right image-size variant.
8713
8714 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8715 buffer isn't shown, then select the current article first instead of
8716 bugging out.
8717 (gnus-summary-select-article-buffer): Show both the article and summary
8718 buffers again.
8719
8720 * shr.el (shr-fontize-cont): Protect against regions with no text.
8721 Rename tag functions to shr-tag-* for enhanced security.
8722 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8723
8724 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
8725
8726 * shr.el (shr-insert):
8727 * pop3.el (pop3-movemail):
8728 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8729 loaded.
8730
8731 2010-10-03 Glenn Morris <rgm@gnu.org>
8732
8733 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8734
8735 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8736
8737 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8738
8739 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8740
8741 * gnus-util.el (gnus-make-local-hook): Simplify.
8742
8743 2010-10-02 Julien Danjou <julien@danjou.info>
8744
8745 * gnus-util.el (gnus-iswitchb-completing-read): New function.
8746 (gnus-ido-completing-read): New function.
8747 (gnus-emacs-completing-read): New function.
8748 (gnus-completing-read): Use gnus-completing-read-function.
8749 Add gnus-completing-read-function.
8750
8751 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8752
8753 * shr.el (shr-insert-document): Autoload.
8754 (shr-img): Be silent.
8755 (shr-insert): Add a newline after every picture before text.
8756 (shr-add-font): Use overlays for combining faces.
8757 (shr-insert): Pass upwards the text start point.
8758
8759 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8760 possible.
8761 (mm-shr): New function.
8762
8763 2010-10-02 Julien Danjou <julien@danjou.info>
8764
8765 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8766 should go backward.
8767
8768 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
8769
8770 * shr.el (shr): Fix typo in provide call.
8771
8772 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8773
8774 * shr.el: New file.
8775
8776 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8777
8778 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8779 completing read.
8780
8781 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8782
8783 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8784 we're being queried about. Suggested by Dan Jacobson.
8785
8786 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8787 Suggested by Jason Eisner.
8788
8789 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8790 table, too. Suggested by Stefan Wiens.
8791 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8792 the table unnecessary. Suggested by Stefan Wiens.
8793
8794 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8795 longer needed, and probably doesn't work either, as pointed out by
8796 Stefan Wiens.
8797 (gnus-summary-exit): Remove call to the clearing function.
8798 (gnus-summary-exit-no-update): Ditto.
8799
8800 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8801 instead of gnus-eval-in-buffer-window to avoid popping up frames.
8802 Reported by Stefan Monnier.
8803 (gnus-summary-save-in-rmail): Ditto.
8804
8805 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8806 article buffer, instead of both the article buffer and the summary
8807 buffer. Sort of suggested by Dan Jacobson.
8808
8809 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8810
8811 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8812 Suggested by Dan Jacobson.
8813
8814 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8815 documentation clearer.
8816
8817 * message.el (message-shorten-references): Comment on the number "21".
8818 Suggested by Stefan Monnier.
8819
8820 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8821 Suggested by Dan Jacobson.
8822
8823 * gnus.el (gnus-large-newsgroup):
8824 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
8825
8826 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8827 externalize attachments. Bug reported by Steve Wen.
8828
8829 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8830 really message anything to the user.
8831
8832 * nnmail.el (nnmail-article-group): Allow using the fancy split method
8833 directly.
8834
8835 * nnimap.el (nnimap-request-group): Low higher than high to signal no
8836 messages in empty groups.
8837
8838 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8839
8840 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8841 non-UIDNEXT group.
8842
8843 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8844
8845 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8846 not the value from the collection.
8847
8848 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8849 values. This sometimes happens on some groups that have no info.
8850 (nnimap-request-newgroups): New function.
8851
8852 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8853
8854 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8855 check into `gnus-registry-initialize'.
8856 (gnus-registry-initialize): Ditto.
8857 Fix and extend header docs.
8858
8859 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8860
8861 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8862 regexp backtrace overflows.
8863
8864 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8865 for starttls that tls.el implements; i.e. openssl.
8866
8867 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8868
8869 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8870 (gravatar-create-image): New function that's an alias to
8871 gnus-xmas-create-image, gnus-create-image, or create-image.
8872 (gravatar-data->image): Use it.
8873
8874 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
8875
8876 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8877 install the nnregistry refer method.
8878 (gnus-registry-install-hooks): Use it.
8879 (gnus-registry-unfollowed-groups): Add nnmairix to the default
8880 unfollowed groups.
8881
8882 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
8883
8884 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8885 expanding threads.
8886
8887 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8888
8889 * nnir.el: Use the server names without suffixes (bug #7009).
8890
8891 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8892 unencrypted to STARTTLS, if possible.
8893
8894 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8895
8896 * message.el (message-ignored-supersedes-headers): Strip Injection-*
8897 headers before superseding.
8898
8899 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8900
8901 * nnrss.el (nnrss-use-local): Add documentation.
8902
8903 * nnimap.el (nnimap-extend-tls-programs): New function.
8904 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8905 (nnimap-wait-for-connection): Accept the greeting from the stupid
8906 output from openssl s_client -starttls, too.
8907
8908 * nnimap.el (nnimap-find-article-by-message-id): Really return the
8909 article number.
8910 (nnimap-split-fancy): New variable.
8911 (nnimap-split-incoming-mail): Use it.
8912
8913 * nntp.el (nntp-server-list-active-group): Document.
8914
8915 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8916 SELECT to get the message-id.
8917
8918 * mail-source.el (mail-sources): Remove webmail support.
8919 (defvar): Ditto.
8920 (mail-source-fetcher-alist): Ditto.
8921 (mail-source-fetch-webmail): Remove.
8922
8923 * webmail.el: Remove -- doesn't seem relevant any more.
8924
8925 * gnus.el: Fix up make-obsolete-variable declarations throughout.
8926
8927 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8928 the \r.
8929
8930 2010-09-30 Julien Danjou <julien@danjou.info>
8931
8932 * gnus-agent.el (gnus-agent-add-group): Fix call to
8933 gnus-completing-read.
8934
8935 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8936
8937 * nndoc.el (nndoc-retrieve-groups): New function.
8938
8939 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8940 `default', use nnmail-split-methods.
8941 (nnimap-request-article): Downcase the NILs so that they are nil.
8942
8943 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8944 symbol.
8945
8946 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8947 code, since if the user has requested network, that's what they ought
8948 to get.
8949 (nnimap-request-set-mark): Erase the buffer before issuing commands.
8950 (nnimap-split-rule): Mark as obsolete.
8951
8952 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8953 New variable.
8954
8955 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8956 correct slot, too.
8957
8958 2010-09-29 Julien Danjou <julien@danjou.info>
8959
8960 * gnus.el (gnus-local-domain): Declare variable obsolete.
8961
8962 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8963 Fix history computing.
8964 (gnus-ido-completing-read): Require ido.
8965
8966 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8967
8968 * gnus-registry.el: Don't prompt on load, which makes it impossible to
8969 build Gnus.
8970
8971 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8972 when interpreting the structures.
8973 (nnimap-request-accept-article): Add \r\n to the lines to make this
8974 work with Cyrus.
8975
8976 * nndraft.el (nndraft-request-expire-articles): Use the group name
8977 instead if "nndraft". Fix found by Nils Ackermann.
8978
8979 2010-09-29 Ludovic Courtès <ludo@gnu.org>
8980
8981 * nnregistry.el: Add.
8982
8983 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8984
8985 * nnmail.el (group, group-art-list, group-art):
8986 Remove unneeded directives.
8987
8988 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8989
8990 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8991 (mm-mime-charset):
8992 * rfc2047.el (rfc2047-syntax-table):
8993 * utf7.el (utf7-utf-16-coding-system): Comment fix.
8994
8995 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8996 rather than `insert-file-contents' and `eval-region'.
8997
8998 2010-09-29 Julien Danjou <julien@danjou.info>
8999
9000 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9001 replacement of `gnus-gravatar-relief' to mimic
9002 `gnus-faces-properties-alist'.
9003 Add :version property.
9004
9005 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9006
9007 * mail-source.el (mail-source-report-new-mail):
9008 * message.el (message-default-mail-headers):
9009 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9010
9011 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9012
9013 2010-09-28 Julien Danjou <julien@danjou.info>
9014
9015 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9016 mail-address contains the same string as real-name.
9017
9018 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9019 non-blank in header, otherwise it'll get stripped.
9020
9021 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9022 real-name, and then for mail address rather than doing : or , search.
9023
9024 2010-09-27 Julien Danjou <julien@danjou.info>
9025
9026 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9027 right completing-read function.
9028 (gnus-use-ido): New variable
9029 (gnus-completing-read-with-default): Remove.
9030 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9031 (gnus-agent-add-group):
9032 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9033 * mm-view.el (mm-view-pkcs7-decrypt):
9034 * mm-util.el (mm-codepage-setup):
9035 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9036 * mml-smime.el (mml-smime-openssl-sign-query):
9037 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9038 (mml-insert-multipart):
9039 * gnus-msg.el (gnus-summary-yank-message):
9040 * gnus-int.el (gnus-start-news-server):
9041 * mm-decode.el (mm-interactively-view-part):
9042 * gnus-dired.el (gnus-dired-attach):
9043 * gnus.el (gnus-read-method):
9044 * gnus-bookmark.el (gnus-bookmark-jump):
9045 * gnus-art.el (gnus-mime-view-part-as-type)
9046 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9047 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9048 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9049 * nnmairix.el (nnmairix-create-server-and-default-group)
9050 (nnmairix-update-groups, nnmairix-get-server)
9051 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9052 (nnmairix-get-group-from-file-path):
9053 * nnrss.el (nnrss-find-rss-via-syndic8):
9054 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9055 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9056 (gnus-group-browse-foreign-server):
9057 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9058 (gnus-summary-execute-command, gnus-summary-respool-article)
9059 (gnus-read-move-group-name):
9060 * gnus-score.el (gnus-summary-increase-score)
9061 (gnus-summary-score-effect):
9062 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9063
9064 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9065
9066 * nnimap.el (auth-source-forget-user-or-password)
9067 (auth-source-user-or-password): Autoload.
9068
9069 * message.el (message-from-style, message-interactive)
9070 (message-signature): Remove comment.
9071 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9072 always.
9073 (message-sendmail-envelope-from): Comment fix.
9074 (message-yank-prefix): Default to mail-yank-prefix always.
9075 (message-indentation-spaces):
9076 Default to mail-indentation-spaces always.
9077 (message-signature-file): Default to mail-signature-file always.
9078
9079 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9080
9081 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9082 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9083 new articles.
9084
9085 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9086 parts.
9087 (nnimap-request-article): Work with the t setting, too.
9088
9089 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9090 that you don't get flashes of other buffers.
9091 (gnus-summary-show-complete-article): Intern before setting.
9092
9093 2010-09-27 David Engster <dengste@eml.cc>
9094
9095 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9096 well as HEADERS.
9097 (nnmairix-retrieve-headers): Provide new argument for the above.
9098
9099 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9100
9101 * gnus-sum.el (gnus-summary-move-article): Don't alter
9102 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9103 group.
9104
9105 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9106
9107 * message.el (message-cite-prefix-regexp): Revert my last edit.
9108
9109 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9110 variable instead of the Gnus variable.
9111
9112 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9113
9114 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9115
9116 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9117 since some servers don't like it.
9118 (nnimap-open-connection): Forget credentials if the server says the
9119 password was wrong.
9120 (nnimap-parse-line): Protect against invalid data.
9121
9122 * gnus-sum.el (gnus-summary-move-article): Add comment.
9123 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9124 nothing alters it while scanning for new messages.
9125
9126 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9127 which may or may not help.
9128 (nnimap-open-connection): If we're doing a stream connection, and then
9129 discover we're on a STARTTLS-capable server, then open a STARTTLS
9130 connection instead.
9131
9132 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9133
9134 * nnimap.el (utf7): Require.
9135
9136 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9137 prefix.
9138
9139 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9140
9141 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9142
9143 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9144
9145 * nnimap.el (nnimap-request-accept-article): Message the error on
9146 error.
9147
9148 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9149
9150 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9151
9152 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9153
9154 * nndoc.el (nndoc-request-list): Return success always.
9155
9156 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9157 `fetch-old' -- we only want to fetch the articles we've requested.
9158 The rest are in the agent, probably.
9159 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9160 disappeared server" to something low. It's not important.
9161
9162 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9163 arrived before the FETCH data.
9164
9165 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9166 target here, because we don't know the Gnus name of the group.
9167
9168 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9169 for the correct group.
9170
9171 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9172
9173 * gnus.el (gnus): Give a final warning after startup.
9174
9175 * gnus-util.el (gnus-action-message-log): New variable.
9176 (gnus-message): Use it.
9177 (gnus-final-warning): New function.
9178
9179 * nnimap.el (nnimap-open-connection): Record the greeting.
9180 (nnimap): Add greeting.
9181
9182 2010-09-26 Julien Danjou <julien@danjou.info>
9183
9184 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9185 arguments.
9186 (gnus-html-wash-images): Fix spec computing to include start/end.
9187
9188 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9189
9190 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9191
9192 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9193 deletion.
9194 (nnimap-retrieve-headers): Don't select the group, because that's
9195 already done by nnimap-possibly-change-group.
9196
9197 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9198 (gnus-picon-transform-address): Use it.
9199
9200 * mail-source.el (mail-source-value): Revert previous patch.
9201
9202 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9203 on failure.
9204 (nnimap-open-connection): Look up both virtual and physical server name
9205 credentials.
9206
9207 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9208
9209 2009-02-08 Dave Love <fx@gnu.org>
9210
9211 * gnus-win.el (gnus-window-to-buffer-helper)
9212 (gnus-all-windows-visible-p): Function needn't be a symbol.
9213
9214 * mail-source.el (mail-source-value): Function needn't be a symbol.
9215
9216 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9217
9218 * message.el (message-cite-prefix-regexp): Remove } from the cite
9219 prefix.
9220
9221 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9222 highlight again, so that the highlight is correct.
9223
9224 * gnus-picon.el (gnus-picon): Remove again.
9225 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9226
9227 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9228 doing the header highlightling, so that the background color of the
9229 picon is correct.
9230
9231 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9232 (gnus-picon): Ditto.
9233 (gnus-picon): Reinstate. The background color for picons is white.
9234 (gnus-picon-insert-glyph): Make the background white.
9235
9236 * nnml.el (nnml-open-nov): Don't return dead buffers.
9237
9238 * auth-source.el (auth-source-create): Query the user for whether to
9239 store the credentials.
9240
9241 * auth-source.el (auth-source-user-or-password): Use the existing auth
9242 sources, if any, for creation.
9243
9244 * gnus.el (gnus-group-fast-parameter): Return the last matching
9245 parameter instead of the first matching parameter.
9246
9247 2010-09-26 Julien Danjou <julien@danjou.info>
9248
9249 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9250
9251 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9252
9253 * mml2015.el (mml2015-use): Remove gpg support.
9254
9255 * mml1991.el (mml1991-function-alist): Remove gpg function.
9256 (mml1991-gpg-sign): Remove.
9257
9258 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9259
9260 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9261 (gnus-browse-unsubscribe-current-group): Document it.
9262 (gnus-browse-unsubscribe-group): Use it.
9263
9264 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9265
9266 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9267 address to the To list for easier response.
9268
9269 * gnus.el (gnus-play-startup-jingle): Remove.
9270 (gnus-splash): Don't play jingle.
9271 (gnus): Silence gnus-load message.
9272
9273 * gnus-art.el (gnus-treat-play-sounds): Remove.
9274
9275 * gnus.el (gnus-play-jingle): Remove audio support.
9276
9277 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9278
9279 * earcon.el: Remove -- no users.
9280
9281 * gnus-audio.el: Remove -- no users of this package.
9282
9283 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9284
9285 * gnus-start.el (gnus-setup-news): Remove nocem support.
9286
9287 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9288
9289 * gnus.el (gnus-use-nocem): Remove.
9290
9291 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9292 Remove.
9293
9294 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9295 uses NoCeM any more.
9296
9297 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9298 (gnus-button-ctan-handler): Ditto.
9299 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9300 (gnus-button-ctan-directory-regexp): Ditto.
9301 (gnus-button-handle-ctan): Ditto.
9302 (gnus-button-tex-level): Ditto.
9303 (gnus-button-alist): Remove CTAN stuff.
9304
9305 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9306
9307 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9308 nnimap-streaming test.
9309
9310 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9311 servers twice.
9312
9313 * nnimap.el (nnimap-open-connection): Add more error reporting when
9314 nnimap fails early.
9315
9316 * nnheader.el (nnheader-get-report-string): New function.
9317 (nnheader-get-report): Use it.
9318
9319 * gnus-int.el (gnus-check-server): Say what the error was when opening
9320 failed.
9321
9322 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9323 using streaming.
9324
9325 2010-09-25 Julien Danjou <julien@danjou.info>
9326
9327 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9328 gnus-window-inside-pixel-edges.
9329
9330 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9331
9332 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9333
9334 * mm-decode.el (mm-save-part): Allow saving to other directories the
9335 normal Emacs way.
9336
9337 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9338 Suggested by Jay Berkenbilt.
9339
9340 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9341 there isn't a single byte.
9342
9343 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9344 just do it. It doesn't really seem to matter what the user responds
9345 here, I think, so it's just a confusing question.
9346
9347 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9348 non-streaming case.
9349
9350 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9351 (gnus-article-encrypt-body): Use it.
9352
9353 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9354 keystroke.
9355
9356 * nnimap.el (nnimap-find-wanted-parts-1):
9357 Use gnus-fetch-partial-articles.
9358
9359 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9360
9361 * nnimap.el (nnimap-insert-partial-structure): New function.
9362 (nnimap-get-partial-article): New function.
9363 (nnimap-request-article): Use it.
9364 (nnimap-wait-for-response): Return whether the wait was successful.
9365 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9366 retrieval wasn't successful.
9367 (nnimap-retrieve-group-data-early): Allow throttling servers.
9368 (nnimap-streaming): New variable.
9369 (nnimap-fetch-partial-articles): Remove.
9370
9371 * mm-decode.el (mm-with-part): Protect against killed buffers.
9372
9373 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9374 for prettier summary display.
9375
9376 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9377
9378 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9379
9380 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9381
9382 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9383 apparently third-party libraries depend on it.
9384
9385 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9386 before starting negotiation.
9387
9388 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9389 privacy reasons.
9390 (gnus-treat-mail-gravatar): Ditto.
9391
9392 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9393 buffer when inserting images. Inserting text into the headers, for
9394 instance, can make them invalid.
9395
9396 2010-09-25 Julien Danjou <julien@danjou.info>
9397
9398 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9399 variables.
9400
9401 * nnheader.el: Remove useless variables news-reply-yank-from and
9402 news-reply-yank-message-id.
9403
9404 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9405 variables.
9406
9407 * mml1991.el: Remove useless mml1991-verbose.
9408
9409 * gnus.el: Remove useless variable gnus-use-generic-from.
9410 Remove obsolete variable gnus-topic-indentation.
9411
9412 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9413
9414 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9415
9416 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9417
9418 * gnus-group.el: Remove useless gnus-group-icon-cache.
9419 Remove useless gnus-ephemeral-group-server.
9420
9421 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9422
9423 * mml2015.el: Remove useless mml2015-verbose.
9424
9425 * mml-smime.el: Remove useless mml-smime-verbose.
9426
9427 * gnus.el: Remove useless gnus-local-domain.
9428
9429 * gnus-gravatar.el (gnus-gravatar-transform-address):
9430 Use gnus-gravatar-size.
9431
9432 * gnus-art.el: Remove useless gnus-treat-translate.
9433
9434 2010-09-24 Julien Danjou <julien@danjou.info>
9435
9436 * gnus-sum.el: Add support for Gravatars.
9437
9438 * gnus-art.el: Add support for Gravatars.
9439
9440 * gnus-gravatar.el: Add this file.
9441
9442 * gravatar.el: Add this file.
9443
9444 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9445
9446 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9447
9448 * gnus-group.el (gnus-group-fetch-faq): Remove.
9449
9450 * gnus.el (gnus-group-faq-directory): Remove.
9451
9452 * gnus-group.el (gnus-group-fetch-charter): Remove.
9453
9454 * gnus.el (gnus-group-charter-alist): Remove.
9455
9456 * gnus-group.el (gnus-group-archive-directory): Remove.
9457 (gnus-group-recent-archive-directory): Ditto.
9458 (gnus-group-make-archive-group): Remove.
9459
9460 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9461
9462 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9463 use the same article number for all the cached articles.
9464
9465 * nnimap.el (nnimap-command): Register the last command time so
9466 that we can use it for idling NOOPs.
9467 (nnimap-open-connection): Start the keeplive timer.
9468 (nnimap-make-process-buffer): Store all the process buffers.
9469 (nnimap-keepalive): New function.
9470
9471 * starttls.el (starttls-open-stream): Add autoload cookie.
9472
9473 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9474
9475 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9476 handling.
9477
9478 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9479
9480 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9481 its data structures.
9482
9483 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9484 instead of the cl.el copy-list.
9485 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9486 equalp.
9487
9488 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9489
9490 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9491 and tool-bar-local-item-from-menu.
9492
9493 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9494 mode-line-highlight face for Emacs.
9495
9496 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9497 loading gnus-sum.elc; fix comment for canlock-verify.
9498 (gnus-article-jump-to-part): Use read-number.
9499 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9500 Remove Emacs pre-21 compatible code for help-echo.
9501 (gnus-article-next-page-1): No need to adjust the number of lines.
9502 (gnus-article-describe-bindings): Always use help-buffer.
9503
9504 * gnus-audio.el (gnus-audio-inline-sound):
9505 * gnus-cus.el (gnus-custom-mode):
9506 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9507
9508 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9509
9510 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9511 compatible code.
9512
9513 2010-09-24 Glenn Morris <rgm@gnu.org>
9514
9515 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9516 visiting the fcc file in rmail-mode.
9517
9518 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9519
9520 * nnir.el: Silence the byte compiler.
9521
9522 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9523 alias to browse-url-url-encode-chars if any.
9524 (gnus-html-encode-url): Use it.
9525
9526 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9527
9528 * gnus-start.el (gnus-use-backend-marks): New variable.
9529 (gnus-get-unread-articles-in-group): Use it.
9530
9531 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9532 makeover.
9533
9534 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9535
9536 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9537
9538 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9539
9540 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9541 Remove.
9542 (gnus-setup-news-hook):
9543 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9544
9545 * gnus-int.el (gnus-request-update-info): Protect against backends not
9546 having the function.
9547
9548 * nnimap.el (nnimap-stream): Mention STARTTLS.
9549 (nnimap-open-connection): Add STARTTLS support.
9550
9551 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9552
9553 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9554
9555 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9556
9557 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9558 BODYSTRUCTUREs.
9559 (nnimap-transform-headers): Unfold quoted {42} headers.
9560
9561 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9562 the info.
9563 (gnus-get-unread-articles): Only call updatep on backends that support
9564 it.
9565
9566 * nnweb.el (nnweb-request-update-info): NOOP.
9567
9568 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9569
9570 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9571 since it only deals with marks.
9572
9573 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9574 gnus-request-marks, and make a new gnus-request-update-info.
9575
9576 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9577 the active instead of the high number, which is usually too low.
9578
9579 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
9580
9581 * encrypt.el: Remove.
9582
9583 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9584
9585 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9586 server in symbolic form.
9587
9588 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9589
9590 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9591
9592 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9593 (nnimap-update-info): Fix up code slightly.
9594
9595 * gnus-int.el (gnus-open-server): Add tracing for performance
9596 debugging.
9597
9598 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9599 (gnus-group-insert-group-line): Pass the real group name so that it
9600 gets the right data.
9601
9602 * gnus-start.el (gnus-get-unread-articles): Don't have
9603 `gnus-get-unread-articles-in-group' update info, since that can be
9604 really slow and doesn't seem to be needed?
9605
9606 2010-09-22 Julien Danjou <julien@danjou.info>
9607
9608 * gnus-group.el (gnus-group-insert-group-line):
9609 Call gnus-group-highlight-line.
9610 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9611 default hook list.
9612 (gnus-group-update-eval-form): Add new function.
9613 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9614 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9615
9616 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9617
9618 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9619 immediate, then expire all articles.
9620 (nnimap-update-info): Fix off-by-one errors.
9621 (nnimap-flags-to-marks): Would return no marks lists for group with no
9622 flags. Instead return the other data.
9623
9624 2010-09-22 Julien Danjou <julien@danjou.info>
9625
9626 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9627 Only return an icon.
9628 (gnus-group-insert-group-line): Compute icon to return.
9629
9630 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9631 (gnus-html-image-fetched): Only cache if
9632 gnus-html-image-automatic-caching is set.
9633 (gnus-html-image-fetched): Check for errors.
9634
9635 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9636
9637 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9638 once per method on `g'. This ensures that backends like nnfolder don't
9639 open all their folders.
9640
9641 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9642 (nnimap-request-list): Nix out group in the correct buffer.
9643 (nnimap-parse-flags): Implement by using `read' instead of
9644 hand-parsing.
9645 (nnimap-flags-to-marks): Pass on permanent-flags.
9646 (nnimap-make-process-buffer): Record the server name.
9647 (nnimap-parse-flags): Fix typo.
9648 (nnimap-request-scan): Run split on the server in general, not just a
9649 single group.
9650
9651 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9652 parameter, and propagate this downwards.
9653
9654 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9655 since EXAMINE changes it on the server.
9656
9657 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9658 this command might take a while.
9659
9660 2010-09-22 Julien Danjou <julien@danjou.info>
9661
9662 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
9663 harmful if you have 2 images side-by-side, they can't be properly
9664 update on text deletion. Using text-property is safer here.
9665 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9666 data.
9667
9668 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9669
9670 * nnimap.el (nnimap-expunge-inbox): Remove.
9671 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9672 (nnimap-expunge): Flip default to t.
9673
9674 * gnus.el (gnus-method-to-server): Don't push things to the cache
9675 unless it's unique.
9676 (gnus-server-to-method): Ditto.
9677
9678 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9679
9680 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9681
9682 2010-09-22 Julien Danjou <julien@danjou.info>
9683
9684 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9685 get the start of data.
9686 (gnus-html-encode-url): Add this function to encode special chars in
9687 URL.
9688 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9689 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9690
9691 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9692 default.
9693 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9694
9695 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9696 images alt-text.
9697 (gnus-html-put-image): Put alt-text as help-echo.
9698
9699 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9700
9701 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9702 * mm-util.el (mm-decompress-buffer):
9703 * nnir.el (nnir-run-find-grep):
9704 * pop3.el (pop3-list): Use 3rd arg of split-string.
9705
9706 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9707
9708 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9709 outside the active range. Suggested by Dan Christensen.
9710
9711 * gnus-start.el (gnus-get-unread-articles): Get the extended method
9712 slightly later to avoid double-getting it.
9713
9714 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9715 previous patch.
9716
9717 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9718
9719 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
9720
9721 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9722
9723 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9724
9725 * gnus-int.el (gnus-open-server): Give a better error message in the
9726 "go offline" case.
9727
9728 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9729 marks for nnimap, which is seldom the right thing to do.
9730
9731 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9732 (gnus-same-method-different-name): New function.
9733
9734 * nnimap.el (parse-time): Require.
9735
9736 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9737 method in the presence of many similar methods.
9738
9739 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9740
9741 * nnimap.el (nnimap-find-expired-articles): Don't refer to
9742 nnml-inhibit-expiry.
9743
9744 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9745 find out whether methods are equal.
9746
9747 * nnimap.el (nnimap-find-expired-articles): New function.
9748 (nnimap-process-expiry-targets): New function.
9749 (nnimap-request-move-article): Request the article before looking at
9750 what the Message-ID is. Fix found by Andrew Cohen.
9751 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9752
9753 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9754 for oldness in addition to being a predicate.
9755
9756 * nnimap.el (nnimap-request-group): When we have zero articles, return
9757 the right data to Gnus.
9758 (nnimap-request-expire-articles): Only delete articles immediately if
9759 the target is 'delete.
9760
9761 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9762 method, this would bug out.
9763
9764 * gnus-group.el (gnus-group-expunge-group): Rename from
9765 gnus-group-nnimap-expunge, and implemented as a normal interface
9766 function.
9767
9768 * gnus-int.el (gnus-request-expunge-group): New function.
9769
9770 * nnimap.el (nnimap-request-create-group): Implement.
9771 (nnimap-request-expunge-group): New function.
9772
9773 2010-09-21 Julien Danjou <julien@danjou.info>
9774
9775 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9776 (gnus-html-cache-expired): Add new function.
9777 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9778 wethever we should display image for fetch it.
9779 Compute alt-text earlier to pass it to the fetching function too.
9780 (gnus-html-schedule-image-fetching): Change function argument to only
9781 get one image at a time, not a list.
9782 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9783 cache.
9784 (gnus-html-get-image-data): New function to retrieve image data from
9785 cache.
9786 (gnus-html-put-image): Change buffer argument to use image data rather
9787 than file, and place image above region rather than inserting a new
9788 one. Do not take alt-text as argument, since it's useless now: we place
9789 the image above alt-text.
9790 (gnus-html-prune-cache): Remove.
9791 (gnus-html-show-images): Start to fetch image when we find one, do not
9792 push into a temporary list.
9793 (gnus-html-prefetch-images): Only fetch image if they have expired.
9794 (gnus-html-browse-image): Fix, use 'gnus-image-url.
9795 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9796
9797 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9798
9799 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9800
9801 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9802
9803 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9804 spec inser "*" if the group isn't active instead of 0.
9805
9806 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9807 opening the server.
9808 (nnimap-request-delete-group): Implement group deletion.
9809 (nnimap-transform-headers): Return the size of the entire message in
9810 the Bytes header, not just the size of the first part.
9811 (nnimap-request-move-article): When moving an article from nnimap,
9812 request the article first so the accepting form has an article to
9813 accept. Reported by Dan Christensen.
9814 (nnimap-command): Make sure that the error message doesn't error out.
9815
9816 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
9817
9818 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9819 we haven't requested anything.
9820
9821 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9822
9823 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9824 "". Fix found by Andrew Cohen.
9825
9826 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9827 instead of -encode-string.
9828
9829 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9830
9831 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9832
9833 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9834 by mm-subst-char-in-string.
9835
9836 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9837
9838 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9839 waiting for the connection string.
9840
9841 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9842 arriving.
9843
9844 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9845 bogus characters. This allows selecting certain Gmail groups.
9846
9847 * nnimap.el (nnimap-find-wanted-parts-1): New function.
9848 (nnimap-fetch-partial-articles): New variable.
9849 (nnimap-open-connection): When looking for credentials, also use the
9850 nnimap-server-port.
9851 (nnimap-request-article): Return the group/article number, so that Gnus
9852 `^' works as expected.
9853 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9854
9855 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9856 comments.
9857 (gnus-methods-sloppily-equal): New function.
9858 (gnus): When using the development version of Gnus, load the gnus-load
9859 file.
9860
9861 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9862 `gnus-open-server' on each method before trying to scan them etc.
9863 This ensures that all the backend parameters are set correctly.
9864
9865 * nnimap.el (nnimap-authenticator): New variable.
9866 (nnimap-open-connection): Allow anonymous login.
9867 (nnimap-transform-headers): The chars header is called Chars not Bytes.
9868 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9869
9870 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9871 patch, found by Knut Anders Hatlen.
9872
9873 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
9874
9875 * gnus-agent.el (gnus-agent-batch-confirmation)
9876 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9877 to gnus-message.
9878 * gnus-art.el (gnus-article-describe-briefly): Likewise.
9879 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9880 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9881 * gnus-int.el (gnus-open-server): Likewise.
9882 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9883 (gnus-score-check-syntax): Likewise.
9884 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9885 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9886 Likewise.
9887 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9888
9889 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9890
9891 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9892 calling conventions so that prefetch doesn't bug out.
9893
9894 2010-09-19 Julien Danjou <julien@danjou.info>
9895
9896 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9897 rather than `subst-char-in-region' in order to be able to replace ASCII
9898 char by UTF-8 ones.
9899
9900 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9901 than curl.
9902 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9903 the right URL and ALT text on images.
9904 (gnus-html-wash-tags): Fix tag case.
9905 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
9906 (gnus-article-html): Add -o display_ins_del=2 option.
9907 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9908
9909 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9910
9911 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9912 the extra mail headers, which sometimes seem to happen for unknown
9913 reasons.
9914
9915 * mail-parse.el (mail-header-encode-parameter): Define as
9916 rfc2045-encode-string instead of as rfc2231-encode-string, since some
9917 (or most, perhaps?) mail readers don't understand the latter, but do
9918 understand the former.
9919
9920 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9921 to nil, so that no methods are automatically agentized. I think this
9922 is probably what most users want.
9923
9924 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9925 from url-retrieve, for instance about invalid URLs.
9926
9927 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9928 groups that have no articles.
9929 (nnimap-request-article): Check that we really got an article when we
9930 requested one.
9931
9932 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9933 doesn't exist.
9934
9935 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9936 nntp buffer so the agent can save it.
9937 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9938 that CRLF doesn't get translated to \n.
9939 (nnimap-open-connection): Don't make 'shell commands only send \n.
9940
9941 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9944 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9945 Update var name.
9946 (nnml-generate-nov-file): Use dolist.
9947 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9948 Use with-current-buffer.
9949
9950 2010-09-18 Julien Danjou <julien@danjou.info>
9951
9952 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9953 parallel.
9954
9955 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9956
9957 * nnimap.el (nnimap-update-info): When doing partial marks update, get
9958 the range update right.
9959 (nnimap-request-group): Don't make `M-g' bug out on group with no
9960 marks.
9961 (nnoo): Require, so that other packages can require nnimap.
9962 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9963 command we're looking for. This helps when the server sends more
9964 responses after we've gotten everything we expected.
9965 (nnimap): Add a `newlinep' field to keep track of end-of-line
9966 conventions.
9967 Don't send CRLF to things that don't want it.
9968 (nnimap-request-accept-article): Ditto.
9969
9970 2010-09-18 Julien Danjou <julien@danjou.info>
9971
9972 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9973 than curl to retrieve images.
9974
9975 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9976
9977 * nnimap.el (nnimap-update-info): Extend the info so that we can set
9978 the marks.
9979 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9980 (nnimap-wait-for-connection): New function.
9981 (nnimap-open-connection): If we have PREAUTH, don't query for login
9982 credentials.
9983 (nnimap-update-info): Fix off-by-one error when concatenating ranges
9984 when doing a partial update.
9985
9986 2010-09-18 Julien Danjou <julien@danjou.info>
9987
9988 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9989 tags.
9990
9991 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9992
9993 * nnimap.el (nnimap-credentials): New function.
9994 (nnimap-open-connection): Use the new function to look for credentials
9995 also on the numeric equivalents of "imap" and "imaps".
9996
9997 * gnus-start.el (gnus-activate-group): Send the info to
9998 gnus-request-group.
9999
10000 * nnimap.el (nnimap-request-group): Have the "check" version of the
10001 function parse flags and update the info, so that a `M-g' get a total
10002 resync of all flags from the group.
10003
10004 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10005 to allow backends to alter the info on group selection. Also alter all
10006 the backend -request-group functions to take the parameter.
10007
10008 * nnimap.el (nnimap-store-info): New function.
10009 (nnimap-update-info): Store the info for later usage.
10010 (nnimap-request-group): Use the stored info for the dont-check case, so
10011 that we don't retrieve all marks when we enter a group.
10012
10013 * nnimap.el: Use deffoo instead of defun for interface functions.
10014
10015 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10016 update the group info. This makes the nndraft groups, for instance, go
10017 back to their old behavior.
10018
10019 * gnus-sum.el (gnus-select-newsgroup): Indent.
10020
10021 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10022 in.
10023 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10024 nothing.
10025
10026 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10027 from methods that are denied.
10028
10029 * gnus-int.el (gnus-method-denied-p): New function.
10030
10031 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10032 store the password instead of netrc.
10033 (nnimap-open-connection): Don't error out when we can't make a
10034 connections.
10035
10036 * auth-source.el (auth-source-create): In the password prompt, say what
10037 we're querying for. Also prompt for user name if that hasn't been
10038 given.
10039
10040 * nnimap.el (nnimap-with-process-buffer): Remove.
10041
10042 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10043
10044 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10045 method when we're reading from the agent.
10046
10047 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10048
10049 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10050 that's probably most useful for users.
10051
10052 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10053 "failed" all the time.
10054
10055 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10056 ...)) with (with-current-buffer ...).
10057
10058 * nntp.el (nntp-open-server): Return whether the open was successful or
10059 not.
10060
10061 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10062 select an unread unseen article first.
10063
10064 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10065 /etc/services, supply some sensible port defaults.
10066
10067 2010-09-17 Julien Danjou <julien@danjou.info>
10068
10069 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10070
10071 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10072
10073 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10074 doesn't have any parameters.
10075
10076 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10077
10078 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10079 only upcased checks.
10080
10081 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10082
10083 * nnimap.el (nnimap-open-shell-stream): New function.
10084 (nnimap-open-connection): Use it.
10085 (nnimap-transform-headers): Get the number of lines in each message.
10086 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10087 number of lines.
10088 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10089 problem.
10090
10091 * utf7.el (utf7-encode): Autoload.
10092
10093 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10094 to allow the mail splitting to not return a default group. This is
10095 useful for nnimap, which will leave unmatched mail in the inbox.
10096
10097 * nnimap.el: Rewritten.
10098
10099 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10100 nnimap usage.
10101
10102 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10103 if the move is internal, so that nnimap can do fast internal moves.
10104
10105 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10106 data.
10107 (gnus-read-active-for-groups): Support finishing the early retrieval of
10108 data.
10109
10110 * gnus-range.el (gnus-range-nconcat): New function.
10111
10112 * gnus-int.el (gnus-finish-retrieve-group-infos)
10113 (gnus-retrieve-group-data-early): New functions.
10114
10115 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10116
10117 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10118 (nnrss-retrieve-groups):
10119 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10120 (pop3-quit): Use with-current-buffer.
10121
10122 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10123
10124 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10125 instead of nnheader-accept-process-output.
10126
10127 * gnus-html.el (gnus-html-schedule-image-fetching)
10128 (gnus-html-prefetch-images): Replace process-kill-without-query by
10129 gnus-set-process-query-on-exit-flag.
10130
10131 2010-09-16 Romain Francoise <romain@orebokech.com>
10132
10133 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10134
10135 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10136
10137 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10138 parameter to unintern is mandatory-ish in Emacs 24.
10139
10140 * gnus-html.el (gnus-html-schedule-image-fetching)
10141 (gnus-html-prefetch-images): Check for curl before using it.
10142
10143 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10144 depend on curl, which isn't essential.
10145
10146 * imap.el: Revert back to version
10147 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10148 seem problematic.
10149
10150 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10151
10152 * gnus-registry.el (gnus-registry-install-shortcuts):
10153 Explicitly pass `obarray' to `unintern' to avoid a warning.
10154
10155 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10156
10157 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10158 change.
10159
10160 * nnrss.el (nnrss-request-list): Remove this function and related
10161 functions, including the moreover stuff.
10162
10163 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10164
10165 * nnrss.el (nnrss-retrieve-groups): New function.
10166
10167 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10168
10169 * .dir-locals.el: Add no-byte-compile cookie.
10170
10171 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10172
10173 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10174 for back end that doesn't support request-scan.
10175
10176 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10177
10178 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10179 then do request scans from the backends.
10180
10181 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10182 avoid running a hook per line, since this takes a lot of time,
10183 profiling shows.
10184 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10185 directly if gnus-visual-p is true.
10186
10187 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10188
10189 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10190 groups; replace mapcar with dolist which is a bit faster; pass groups
10191 info to gnus-read-active-file-1.
10192 (gnus-read-active-file-1): Scan only specified groups if the new
10193 optional arg `infos' is given.
10194
10195 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10196
10197 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10198
10199 * pop3.el (pop3-movemail): Remove.
10200 (pop3-streaming-movemail): Rename to pop3-movemail.
10201
10202 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10203 don't restrict end-tag searches to the end of the line.
10204
10205 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10206
10207 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10208 articles of every unchecked group to t, which means unknown since the
10209 server has never been opened.
10210
10211 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10212
10213 * gnus-html.el (gnus-html-show-alt-text): New command.
10214 (gnus-html-browse-image): Ditto.
10215 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10216 to browse the image directly.
10217 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10218 better.
10219
10220 * gnus-async.el (gnus-async-article-callback):
10221 Call `gnus-html-prefetch-images' unconditionally.
10222
10223 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10224 before feeding URLs to curl.
10225
10226 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10227
10228 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10229 internal images as deletable by `W D D'.
10230
10231 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10232 (gnus-async-article-callback): Fix typo.
10233
10234 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10235
10236 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10237 current line to work around bugs in the output from w3m.
10238
10239 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10240 for groups that want that.
10241
10242 * nntp.el (nntp-wait-for-string): Supply a timeout for
10243 accept-process-output to ensure progress.
10244
10245 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10246 level to get unread articles from, then use that for foreign groups,
10247 too.
10248
10249 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10250 confuses the rest of the function.
10251
10252 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10253 for the methods that support -retrieve-groups, too.
10254
10255 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10256
10257 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10258
10259 * pop3.el: Require cl when compiling.
10260 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10261
10262 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10263
10264 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10265 that aren't going to be activated.
10266 (gnus-get-unread-articles): Fix up the last commit.
10267
10268 * gnus-html.el (gnus-article-html): Allow calling without specifying
10269 the handle. In that case, dissect the buffer first.
10270
10271 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10272
10273 * nnimap.el (nnimap-open-connection): Revert the change that would look
10274 into authinfo for imaps instead of imap.
10275
10276 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10277 say that you don't want to call gnus-request-group with don-check, but
10278 do check the response. This is for virtual groups only.
10279 (gnus-get-unread-articles): Count the archive groups as secondary, so
10280 that they're activated the same way as before.
10281
10282 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10283 case-insensitively.
10284 (nnimap-debug): Remove.
10285
10286 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10287 mail from a file, and the file doesn't exist.
10288
10289 * pop3.el (pop3-streaming-movemail): Return t for success.
10290
10291 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10292 .authinfo if we're using ssl connection.
10293
10294 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10295 already have if we're in a main Gnus `g' run.
10296
10297 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10298
10299 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10300
10301 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10302
10303 * nnmh.el (nnmh-request-list-1): Bind `file'.
10304
10305 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10306 alias to set-process-query-on-exit-flag or process-kill-without-query.
10307 (pop3-open-server): Use it.
10308
10309 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10310
10311 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10312 box to the Incoming file. Fixes mistake in previous checkin.
10313
10314 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10315 request loop (for debugging purposes) removed.
10316
10317 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10318 culprit is more visible.
10319 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10320 (nnml-add-incremental-nov): New functions to do "incremental" nov
10321 updates, where we just append to the end of the existing nov files
10322 without reading/writing them in full.
10323
10324 * mail-source.el (mail-source-delete-crash-box): Really only check the
10325 incoming files once in a while.
10326
10327 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10328
10329 * mail-source.el (mail-source-delete-crash-box): Only check the
10330 incoming files for deletion once per day to save a lot of file
10331 accesses.
10332
10333 * pop3.el (pop3-logon): Fix up unbound variable typo.
10334
10335 * mail-source.el (pop3-streaming-movemail): Autoload.
10336
10337 * pop3.el (pop3-streaming-movemail):
10338 Respect pop3-leave-mail-on-server.
10339
10340 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10341 retrieval.
10342
10343 * pop3.el (pop3-process-filter): Remove unused function.
10344 (pop3-streaming-movemail, pop3-send-streaming-command)
10345 (pop3-wait-for-messages, pop3-write-to-file)
10346 (pop3-number-of-responses): New functions for streaming pop3
10347 retrieval.
10348
10349 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10350 come from no known methods.
10351 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10352 list.
10353
10354 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10355 message sizes.
10356 (pop3-movemail): Use erase-buffer instead of looping and deleting
10357 regions, which seems rather odd.
10358
10359 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10360 file once per `g' run.
10361
10362 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10363 directories. This makes the draft queue directory work.
10364
10365 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10366 data from the backends, so that we only request the list of groups from
10367 each method once. This should speed things up considerably.
10368
10369 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10370 detect that it's not implemented.
10371
10372 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10373 we actually do recurse down into the tree, but don't stat all leaf
10374 nodes.
10375
10376 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10377 then say so instead of bugging out.
10378
10379 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10380 files exist before trying to read them.
10381
10382 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10383 around <pre_int>.
10384
10385 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10386
10387 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10388
10389 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10390
10391 * mm-util.el (mm-image-load-path): Just return the image directories,
10392 not all directories in the path in addition to the image directories.
10393 (mm-image-load-path): Maintain a cache of the image directories so that
10394 the `g' command in Gnus doesn't have to stat dozens of directories each
10395 time.
10396
10397 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10398 (gnus-html-wash-tags): Add a new `i' command to insert images.
10399 (gnus-html-insert-image): New command and keystroke.
10400 (gnus-html-redisplay-with-images): New command and keystroke.
10401 (gnus-html-show-images): Rename command.
10402 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10403 spacers.
10404 (gnus-html-wash-tags): Decode entities at the end, so that entities
10405 inside the tags don't mess up the rest of the "parsing".
10406
10407 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10408 so that nnimap methods aren't agentized by default. There's apparently
10409 many problems related to agent/imap behavior.
10410
10411 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10412
10413 * gnus-html.el: Doc fix.
10414
10415 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10416
10417 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10418 glyph-width and glyph-height instead of display-graphic-p and
10419 image-size; make avoidance of displaying small images work for XEmacs.
10420
10421 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10422 for XEmacs.
10423
10424 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10425 of symbol that holds plist data.
10426 (gnus-process-plist): Remove plist of process after getting it.
10427
10428 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10429
10430 * message.el (message-generate-hashcash): Change default to
10431 'opportunistic if hashcash is installed.
10432
10433 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10434 (gnus-html-put-image): Only call image-size once, since it's somewhat
10435 time-consuming on remote X servers.
10436
10437 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10438
10439 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10440 decoded contents.
10441 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10442
10443 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10444
10445 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10446 group line format, since it isn't very interesting.
10447
10448 * gnus-agent.el (gnus-agent-short-article),
10449 (gnus-agent-long-article): Increase values for these two variables,
10450 since most people are likely to have more network connection and
10451 storage than before.
10452
10453 * gnus.el (gnus-refer-article-method): Change default to 'current.
10454 When referring an article, the common behavior is to refer it from the
10455 current select method, not the native select method. The chances of
10456 the native select method having the message in question is rather slim
10457 these days.
10458
10459 * gnus-sum.el (gnus-auto-select-subject): Change default to
10460 `unseen-or-unread'. I think it's likely that most people want to
10461 select an unseen article over a previously seen, but unread one.
10462
10463 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10464 means that in the article buffer none of the minor mode elements will
10465 be shown, usually, and this is not desirable in most cases.
10466
10467 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10468 that commands like `d' (and the like) go to the next line in the
10469 buffer, instead of the next unread article. I think this is the
10470 behavior that is most natural for most users.
10471 (gnus-single-article-buffer): Change default to nil, so that people can
10472 have as many article buffers open as they have summary buffer. I think
10473 this is the most natural way for the groups to behave.
10474
10475 * message.el (message-generate-new-buffers): Change default to
10476 `unsent', so that all new message buffers start their names with the
10477 string "*unsent", and it's easier to find the buffers if you move from
10478 them.
10479
10480 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10481
10482 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10483 small. They're probably tracking images.
10484 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10485 (gnus-html-rescale-image): Yet another try at getting the image sizing
10486 right.
10487
10488 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10489 nntp-marks-file-name is nil.
10490
10491 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10492
10493 * gnus-html.el (gnus-html-wash-tags)
10494 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10495 Better logging.
10496
10497 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10498
10499 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10500
10501 * gnus-html.el (gnus-html-wash-tags): Check the value of
10502 gnus-blocked-images in the summary buffer.
10503
10504 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10505
10506 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10507
10508 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10509
10510 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10511 like "a", it seems like.
10512 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10513 since it needs to be picked from the correct buffer.
10514
10515 * nnwfm.el: Remove.
10516
10517 * nnlistserv.el: Remove.
10518
10519 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10520
10521 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10522 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10523
10524 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10525
10526 * nnkiboze.el: Remove.
10527
10528 * nndb.el: Remove.
10529
10530 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10531 alt text.
10532 (gnus-html-rescale-image): Try to get the rescaling logic right for
10533 images that are just wide and not tall.
10534
10535 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10536 overshadow variable bindings.
10537
10538 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10539
10540 * gnus-html.el (gnus-html-wash-tags)
10541 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10542 Add extra logging.
10543
10544 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10545
10546 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10547 (gnus-max-image-proportion): New variable.
10548 (gnus-html-rescale-image): New function.
10549 (gnus-html-put-image): Rescale images.
10550
10551 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 Fix up some byte-compiler warnings.
10554 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10555 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10556 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10557 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10558 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10559 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10560 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10561
10562 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10563
10564 * gnus-html.el (gnus-article-html): Decode contents by charset.
10565
10566 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10567
10568 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10569 (gnus-html-frame-width, gnus-blocked-images):
10570 * message.el (message-prune-recipient-rules): Add custom version.
10571 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10572
10573 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10574 functions.
10575
10576 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10577 gnus-process-get.
10578
10579 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
10580
10581 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10582 instead of lsub directly.
10583
10584 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10585
10586 * nnwarchive.el: Remove.
10587
10588 * gnus-soup.el: Remove.
10589
10590 * nnsoup.el: Remove.
10591
10592 * nnultimate.el: Remove.
10593
10594 * gnus-html.el (gnus-blocked-images): New variable.
10595
10596 * message.el (message-prune-recipients): New function.
10597 (message-prune-recipient-rules): New variable.
10598
10599 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10600 guess whether a long line is natural text or not.
10601
10602 * gnus-html.el (gnus-html-schedule-image-fetching):
10603 Use gnus-process-plist and friends for compatibility.
10604
10605 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10606
10607 * gnus-html.el: Require packages that define macros used in this file.
10608 (gnus-article-mouse-face): Declare to silence byte-compiler.
10609 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10610 process-get.
10611 (gnus-html-put-image): Use plist-get to avoid getf.
10612 (gnus-html-prefetch-images): Use with-current-buffer.
10613
10614 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10615
10616 * gnus-ems.el: Provide compatibility functions for
10617 gnus-set-process-plist.
10618
10619 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10620 * gnus.el (gnus-valid-select-methods):
10621 * message.el (message-send-mail-partially-limit):
10622 * mm-decode.el (mm-text-html-renderer):
10623 * mml.el (mml-insert-mime-headers-always):
10624 * smiley.el (smiley-regexp-alist): Bump custom version.
10625
10626 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10627
10628 * gnus-html.el: Require mm-url.
10629 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10630 with the url to `url'.
10631 (gnus-html-wash-tags): Support cid: URLs/images.
10632
10633 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10634
10635 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10636 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10637 bindings, as they aren't useful at all. `w' is moved to `W w'.
10638
10639 * gnus-move.el: Remove file, since it doesn't really work.
10640
10641 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10642 UTF-8. This seems to fix problems with some German web feeds.
10643
10644 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10645 at the top so that the proper colors are applied.
10646
10647 * gnus-art.el (gnus-article-view-part): Doc fix.
10648
10649 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10650 XEmacs-compatible.
10651 (gnus-html-put-image): Don't do images on non-graphic displays.
10652
10653 * nnslashdot.el: Remove this unused backend.
10654
10655 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10656 actions.
10657 (gnus-undo-register-1): Revert last change.
10658
10659 * gnus-group.el (gnus-group-completing-read): Protect against not
10660 having completion-styles bound.
10661
10662 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10663 make broken recipients happier.
10664
10665 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10666
10667 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10668 point parameter.
10669
10670 * gnus-group.el (gnus-group-completing-read): Add 'substring to
10671 completion-styles for group selection.
10672
10673 2009-02-04 Andreas Schwab <schwab@suse.de>
10674
10675 * gnus-score.el (gnus-score-string): Fix regex for matching extra
10676 headers and regexp-quote the match if necessary.
10677
10678 2009-03-24 Miles Bader <miles@gnu.org>
10679
10680 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10681 the blinking smiley.
10682
10683 2009-03-24 Simon Josefsson <simon@josefsson.org>
10684
10685 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10686 blink smiley.
10687
10688 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10689
10690 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10691 where the dribbel file lives exists.
10692
10693 * message.el (message-send-mail-partially-limit): Change the default to
10694 nil, since most people don't want this.
10695
10696 * mm-url.el (mm-url-decode-entities): Also decode entities like
10697 &#x3212.
10698
10699 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
10700
10701 * gnus-sum.el (gnus-summary-idna-message):
10702 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10703 Hyperlink urls in docstrings with URL `...'.
10704
10705 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
10706
10707 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10708 functions.
10709
10710 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10711
10712 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10713 say what the mouseover text should be.
10714
10715 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10716 version of the mm-w3m-safe-url-regexp variable to only download images
10717 in the groups where we want that to happen.
10718
10719 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10720
10721 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10722 easier debugging.
10723 (gnus-article-beginning-of-window): Add kludge to allow spacing past
10724 big pictures in the article buffer.
10725
10726 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10727 gnus-article-html.
10728 (mm-text-html-renderer): gnus-article-html needs curl in addition to
10729 w3m.
10730
10731 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10732
10733 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10734
10735 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10736 which doesn't exist.
10737
10738 * message.el (message-inhibit-ecomplete): New variable to allow some
10739 function to inhibit ecomplete address storage.
10740 (message-resend): Disable ecomplete message storage when resending
10741 messages.
10742
10743 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10744
10745 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
10746
10747 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10748 Save excursion while copying, moving, and deleting articles in order to
10749 prevent the cursor from jumping to unforeseen place.
10750
10751 2010-08-17 Glenn Morris <rgm@gnu.org>
10752
10753 * gnus-sync.el: Require gnus components whose functions are used.
10754
10755 * gnus-art.el (bookmark-make-record-function):
10756 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10757 Declare for compiler.
10758
10759 * mm-url.el (mml-compute-boundary): Autoload.
10760
10761 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10762
10763 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10764
10765 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
10766
10767 Typo fix "hoo4a" -> "hook".
10768
10769 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10770
10771 2010-08-14 Glenn Morris <rgm@gnu.org>
10772
10773 * gnus-sync.el (gnus-sync): Fix defgroup version.
10774
10775 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
10776
10777 Doc fixes and keep unknown groups (ammended for nunion bug fix).
10778
10779 * gnus-sync.el: Fix docs.
10780 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10781 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10782
10783 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10784
10785 Optimizations for gnus-sync.el.
10786
10787 * gnus-sync.el: Add docs about gnus-sync-backend
10788 possibilities.
10789 (gnus-sync-save): Remove unnecessary message.
10790 (gnus-sync-read): Optimize and show what groups were skipped.
10791
10792 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10793
10794 Minor bug fixes for gnus-sync.el.
10795
10796 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10797 Don't read the sync on get-new-news.
10798
10799 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10800 quiet.
10801
10802 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10803 (fix typo).
10804
10805 2010-07-30 Lawrence Mitchell <wence@gmx.li>
10806
10807 Make saving and restoring of hidden threads work with overlays.
10808 Patch applied by Ted Zlatanov.
10809
10810 * gnus-sum.el (gnus-hidden-threads-configuration)
10811 (gnus-restore-hidden-threads-configuration): Update to deal with text
10812 properties, rather than searching for a magic character.
10813
10814 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10815
10816 New gnus-sync.el library for synchronization of marks.
10817
10818 * gnus-sync.el: New library for synchronization of marks.
10819
10820 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10821 renamed from `gnus-registry-grep-in-list'.
10822
10823 * gnus-registry.el (gnus-registry-follow-group-p):
10824 Use `gnus-grep-in-list'.
10825
10826 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10827
10828 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10829
10830 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10831 determining charset of text fails.
10832
10833 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10834
10835 * nnmail.el (nnmail-get-new-mail-1): Revert.
10836
10837 * nnml.el (nnml-active-number): Make sure names of newly created groups
10838 in nnml-group-alist are encoded.
10839
10840 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10841
10842 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10843 containing non-ASCII characters in active file for nnml back end.
10844
10845 2010-07-24 David Engster <dengste@eml.cc>
10846
10847 * mml-smime.el (mml-smime-epg-verify): Also accept the older
10848 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10849
10850 2010-07-21 Daiki Ueno <ueno@unixuser.org>
10851
10852 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10853 tag (Bug#6654).
10854
10855 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10856
10857 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10858 the article buffer, not the summary buffer.
10859
10860 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
10861
10862 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10863 Emacs 23 as well.
10864
10865 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10866
10867 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10868 Patch applied by Karl Fogel.
10869
10870 * gnus-sum.el (gnus-summary-bookmark-make-record):
10871 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10872
10873 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10874
10875 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10876 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
10877 C-w still not working correctly from Article buffers; Thierry's
10878 patch to fix that will be applied after this.
10879
10880 * gnus-art.el (bookmark-make-record-function): New local variable.
10881
10882 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10883 article buffer.
10884 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10885
10886 2010-07-13 Karl Fogel <kfogel@red-bean.com>
10887
10888 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10889 on changes in bookmark.el.
10890
10891 2010-06-22 Mark A. Hershberger <mah@everybody.org>
10892
10893 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10894 the *other* type of HTML form submission.
10895
10896 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
10897
10898 * auth-source.el (auth-source-pick): If choice does not contain a
10899 questioned keyword, set the check to t.
10900
10901 2010-06-12 Romain Francoise <romain@orebokech.com>
10902
10903 * gnus-util.el (gnus-date-get-time): Move up before first use.
10904
10905 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10906
10907 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10908 (gnus-article-edit-part): Bind it to make last part that is substituted
10909 or deleted visible.
10910 (gnus-mime-display-single): Buttonize part of which id equals to
10911 gnus-mime-buttonized-part-id.
10912
10913 2010-06-10 Dan Christensen <jdc@uwo.ca>
10914
10915 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10916 (gnus-dd-mmm): Use gnus-date-get-time.
10917 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10918 simplify logic.
10919 (gnus-summary-limit-to-age): Use gnus-date-get-time.
10920 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10921
10922 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
10923
10924 * auth-source.el (top): Autoload `secrets-list-collections',
10925 `secrets-create-item', `secrets-delete-item'.
10926 (auth-sources): Fix tag string.
10927 (auth-get-source, auth-source-retrieve, auth-source-create)
10928 (auth-source-delete): New defuns.
10929 (auth-source-pick): Rewrite in order to avoid 2 passes.
10930 (auth-source-forget-user-or-password): New parameter USERNAME.
10931 (auth-source-user-or-password): New parameters CREATE-MISSING and
10932 DELETE-EXISTING. Retrieve password interactively, if needed.
10933
10934 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
10935
10936 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10937 deleting unused directories when gnus-expert-user is t.
10938
10939 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10940
10941 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10942 for each temp file when gnus-article-browse-delete-temp is ask.
10943
10944 2010-05-20 Kevin Ryde <user42@zip.com.au>
10945
10946 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
10947
10948 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
10949
10950 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10951 article unless decoding article to be saved.
10952
10953 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10954
10955 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10956 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10957 generated within the mm-with-unibyte-current-buffer macro.
10958
10959 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10960
10961 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10962 to nil when we're in a mml-preview buffer and no group is selected.
10963
10964 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
10965
10966 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10967 when catching the `C-g'. Reported by "Leo".
10968
10969 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10970
10971 * message.el (message-forward-make-body-plain)
10972 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10973 multibyte-string-p.
10974
10975 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10976
10977 * message.el (message-forward-make-body-mml): Assume original message
10978 is multibyte string; error on unibyte.
10979 (message-forward-make-body-plain): Ditto; don't add excessive newline
10980 in body end.
10981
10982 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
10983
10984 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10985 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
10986
10987 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
10988
10989 * mm-extern.el (mm-extern-url): Don't use
10990 mm-with-unibyte-current-buffer.
10991 (mm-extern-cache-contents): Use with-current-buffer instead of
10992 save-excursion + set-buffer.
10993
10994 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10995
10996 * mm-util.el (mm-emacs-mule): Remove.
10997
10998 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
10999
11000 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11001 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11002 change.
11003
11004 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11005
11006 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11007 bind the default value of enable-multibyte-characters to nil.
11008
11009 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11010
11011 * message.el (message-forward-make-body-plain)
11012 (message-forward-make-body-mml):
11013 Don't use mm-with-unibyte-current-buffer.
11014
11015 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11016
11017 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11018 (Bug#5592).
11019
11020 2010-05-07 Julien Danjou <julien@danjou.info>
11021
11022 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11023 it to mm-pipe-part.
11024
11025 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11026 it is given.
11027
11028 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11029
11030 * nnweb.el (nnweb-gmane-search):
11031 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11032 XEmacs.
11033
11034 * gnus-art.el (gnus-article-browse-html-parts):
11035 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11036 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11037 make-temp-file.
11038
11039 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11040 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11041 compiling.
11042
11043 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11044 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11045 XEmacs when compiling.
11046
11047 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11048 gnus-pick-mode-off-hook for XEmacs when compiling.
11049 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11050 gnus-binary-mode-off-hook for XEmacs when compiling.
11051
11052 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11053 Return nil if char-charset is not available.
11054
11055 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11056 macro.
11057
11058 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11059 instead of encode-coding-string.
11060
11061 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11062 'xemacs) instead of mm-emacs-mule to switch function definitions.
11063 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11064
11065 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11066
11067 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11068
11069 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11070
11071 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11072 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11073
11074 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11075
11076 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11077 alias `jka-compr-delete-temp-file' no longer exists.
11078
11079 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 Use define-minor-mode in Gnus where applicable.
11082 * mml.el (mml-mode): Use define-minor-mode.
11083 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11084 (gnus-undo-mode): Use define-minor-mode.
11085 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11086 (gnus-dead-summary-mode): Use define-minor-mode.
11087 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11088 Initialize in declaration.
11089 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11090 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11091 (gnus-mailing-list-mode): Use define-minor-mode.
11092 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11093 (gnus-draft-mode): Use define-minor-mode.
11094 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11095 (gnus-dired-mode): Use define-minor-mode.
11096
11097 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11098
11099 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11100 handles on recursive mml-to-mime translation and check them for
11101 boundary delimiter collisions. Reported by Greg Troxel.
11102
11103 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11104
11105 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11106
11107 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11108
11109 * mm-util.el (mm-find-buffer-file-coding-system):
11110 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11111
11112 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11113
11114 * message.el (message-generate-headers): Record insertion of optional
11115 headers as well. Otherwise the check to prevent repeated insertion of
11116 optional headers is a no-op.
11117
11118 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11119
11120 * smime.el: Don't mention CVS.
11121
11122 * nnrss.el (nnrss-fetch): Don't mention CVS.
11123
11124 * nnir.el: Don't mention CVS.
11125
11126 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11127
11128 * gnus-sum.el (gnus-summary-bookmark-make-record):
11129 Add `location' field.
11130
11131 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11132
11133 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11134 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11135 Use with-current-buffer to silence the byte-compiler.
11136 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11137 bother to require `gnus'.
11138 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11139
11140 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11141
11142 * gnus-sum.el (gnus-summary-bookmark-make-record)
11143 (gnus-summary-bookmark-jump): New functions.
11144 (gnus-summary-mode): Setup bookmark support.
11145
11146 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11147
11148 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11149 if set.
11150
11151 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11152
11153 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11154 gnus-article-browse-html-save-cid-image; make it work recursively for
11155 forwarded messages as well.
11156 (gnus-article-browse-html-parts): Work when prefix arg is given.
11157 (gnus-article-browse-html-article): Doc fix.
11158
11159 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11160
11161 * message.el (message-default-mail-headers):
11162 (message-default-headers): Carry the value mail-default-headers over
11163 into message-default-mail-headers, rather than message-default-headers.
11164
11165 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11166
11167 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11168 charset.
11169
11170 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11171 charset into the <meta> tag when the article is encoded to utf-8.
11172
11173 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11174
11175 * gnus-art.el (gnus-article-browse-delete-temp-files):
11176 Delete directories as well.
11177 (gnus-article-browse-html-parts): Work for images that do not specify
11178 file names; delete temp directory when quitting; insert header at the
11179 right place; use file: scheme for image files.
11180
11181 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11182
11183 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11184 (gnus-article-browse-html-parts): Use it to make temporary cid image
11185 files in addition to html file so that browser may display them.
11186
11187 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11188
11189 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11190
11191 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11192
11193 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11194
11195 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11196
11197 * auth-source.el (auth-sources): Change default to be simpler.
11198 Explain about Secret Service API sources. Improve Customize options.
11199 (auth-source-pick): Change to accept any number of search parameters.
11200 Implement fallbacks iteratively, not recursively. Add scoring on the
11201 second pass and sort by score. Call Secret Service API when needed.
11202 (auth-source-user-or-password): Use it. Call Secret Service API
11203 directly when needed to get the user name and the password.
11204
11205 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11206
11207 * message.el (message-interactive): Doc fix.
11208 (message-qmail-inject-args): Reflow.
11209 (message-kill-to-signature): Fix typo in docstring.
11210
11211 * smiley.el (smiley-buffer): Fix typo in docstring.
11212
11213 2010-03-24 Glenn Morris <rgm@gnu.org>
11214
11215 * mail-source.el (gnus-message): Declare.
11216 (mail-source-delete-old-incoming): Require gnus-util.
11217
11218 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11219
11220 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11221
11222 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11223
11224 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11225 password-cache's default if it is not bound.
11226 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11227 password-cache-expiry's default if it is not bound.
11228
11229 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11230 available in Emacs 21.
11231
11232 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11233
11234 * auth-source.el (auth-sources): Fix up definition so extra parameters
11235 are always inline.
11236
11237 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11238
11239 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11240 wasn't updated after mismatch. Clear cached mailbox info correctly
11241 when uidvalidity changes.
11242 (nnimap-group-prefixed-name): New function to avoid some code
11243 duplication.
11244 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11245 (nnimap-request-group): Use it.
11246 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11247 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11248 with many imap folders. This is done by caching the group status from
11249 the imap server persistently in a group parameter `imap-status'. (This
11250 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11251 but not persistently, so every Gnus startup was still very slow.)
11252
11253 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11254
11255 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11256 secrets.el dependency.
11257 (auth-sources): Add optional user name. Add secrets.el configuration
11258 choice (unused right now).
11259
11260 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11261
11262 * gnus-sum.el (gnus-summary-make-menu-bar):
11263 Let `gnus-registry-install-shortcuts' fill in the functions.
11264
11265 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11266 warnings.
11267 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11268 (gnus-registry-install-shortcuts): Populate and use it in a
11269 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11270
11271 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11272
11273 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11274 In-place substitutions for the group name encoding/decoding.
11275 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11276 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11277 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11278 (nnimap-update-unseen, nnimap-request-list)
11279 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11280 (nnimap-request-set-mark, nnimap-split-to-groups)
11281 (nnimap-split-articles, nnimap-request-newgroups)
11282 (nnimap-request-create-group, nnimap-request-accept-article)
11283 (nnimap-request-delete-group, nnimap-request-rename-group)
11284 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11285 `encoded-mbx' for consistency.
11286 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11287 variable `imap-current-mailbox'.
11288
11289 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11290 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11291
11292 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11293
11294 * pop3.el (pop3-display-message-size-flag): Display message size byte
11295 counts during POP3 download.
11296 (pop3-movemail): Use it.
11297 (pop3-list): Implement listing of available messages.
11298
11299 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11300
11301 * nnir.el (nnir-get-article-nov-override-function): New function to
11302 override the normal NOV retrieval.
11303 (nnir-retrieve-headers): Use it.
11304
11305 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11306
11307 * auth-source.el (netrc-machine-user-or-password): Autoload.
11308
11309 2010-03-19 Glenn Morris <rgm@gnu.org>
11310
11311 Stop message.el from loading about 40 libraries it doesn't always need.
11312 The general approach is to autoload rather than require, and to
11313 require in the specific functions rather than the file. (Bug#5642)
11314
11315 * gmm-utils.el: Don't require wid-edit.
11316 (widget-create-child-value, widget-convert, widget-default-get):
11317 Autoload.
11318
11319 * gnus-util.el: Don't require time-date, netrc.
11320 (message-fetch-field, gnus-group-name-decode): Declare rather than
11321 autoloading.
11322 (gnus-fetch-field): Require message.
11323 (gnus-decode-newsgroups): Require gnus-group.
11324
11325 * ietf-drums.el: Don't require time-date.
11326
11327 * message.el: Don't require hashcash, canlock, ecomplete.
11328 Do require mail-utils. Require nnheader only when compiling.
11329 (smtpmail-default-smtp-server): Remove declaration.
11330 (message-send-mail-function): Check smtpmail-default-smtp-server
11331 is bound rather than requiring smtpmail.
11332 (message-auto-save-directory, message-insert-signature):
11333 Use expand-file-name rather than nnheader-concat.
11334 (nnheader-insert-file-contents): Autoload.
11335 (hashcash-wait-async): Declare.
11336 (message-send-mail): Only call gnus-setup-posting-charset if
11337 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11338 (message-send-mail-with-sendmail): Require sendmail.
11339 (canlock-password, canlock-password-for-verify): Declare.
11340 (message-canlock-password): Require canlock.
11341 (nnheader-get-report): Autoload.
11342 (gnus-setup-posting-charset): Declare.
11343 (message-send-news): Require gnus-msg.
11344 (message-make-references, message-make-in-reply-to): Use mail-header-id
11345 rather than the alias mail-header-message-id.
11346 (ecomplete-add-item, ecomplete-save): Declare.
11347 (message-put-addresses-in-ecomplete): Require ecomplete.
11348 (ecomplete-display-matches): Autoload.
11349
11350 * mm-decode.el: Don't require mailcap, gnus-util.
11351 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11352 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11353 Autoload.
11354 (mailcap-mime-extensions): Declare.
11355
11356 * mm-encode.el: Don't require mailcap.
11357 (mailcap-extension-to-mime): Autoload.
11358
11359 * mml-sec.el: Don't require password-cache.
11360
11361 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11362 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11363 (mml-minibuffer-read-type): Require mailcap.
11364 (mml-preview): Require gnus-msg.
11365
11366 * mml1991.el: Require password-cache.
11367 (password-cache-expiry): Remove declaration.
11368
11369 * mml2015.el: Require password-cache.
11370 (password-cache-expiry): Remove declaration.
11371
11372 * nneething.el (mailcap): Require mailcap.
11373
11374 * nnheader.el (declare-function): Add compatibility stub.
11375 (message-remove-header): Declare rather than autoload.
11376 (nnheader-replace-header): Require message.
11377
11378 * nnimap.el (declare-function): Add compatibility stub.
11379 (netrc-parse, netrc-machine-user-or-password): Declare.
11380 (nnimap-open-connection): Require netrc.
11381
11382 * nntp.el (declare-function): Add compatibility stub.
11383 (netrc-parse, netrc-machine, netrc-get): Declare.
11384 (nntp-send-authinfo): Require netrc.
11385
11386 * rfc2047.el: Don't require qp.
11387 (quoted-printable-encode-region, quoted-printable-decode-string):
11388 Autoload.
11389
11390 * sieve-mode.el: Don't require easymenu.
11391 (easy-menu-add-item): Autoload it.
11392
11393 * spam-stat.el (time-to-number-of-days): Autoload it.
11394
11395 2010-03-17 Kevin Ryde <user42@zip.com.au>
11396
11397 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11398 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11399 value if any backslash escapes).
11400
11401 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11402
11403 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11404 if it is available. (bug#5647)
11405
11406 2010-02-26 Glenn Morris <rgm@gnu.org>
11407
11408 * message.el (message-send-mail-function): Change the default, so that
11409 it inherits from a customized send-mail-function. (Bug#5643)
11410
11411 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11414 shell-command-to-string signals an error (bug#5299).
11415
11416 2010-02-24 Glenn Morris <rgm@gnu.org>
11417
11418 * message.el (message-smtpmail-send-it)
11419 (message-send-mail-with-mailclient): Doc fixes.
11420
11421 2010-02-16 Glenn Morris <rgm@gnu.org>
11422
11423 * message.el (message-default-mail-headers): Change the default value
11424 to ease the transition from mail-mode to message-mode. (Bug#5555)
11425
11426 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11427
11428 * message.el (message-mail): Just pass yank-action on to message-setup.
11429 (message-setup): Handle (FUN . ARGS) form of yank-action.
11430 (message-with-reply-buffer, message-widen-reply)
11431 (message-yank-original): Handle non-buffer values of
11432 message-reply-buffer (Bug#4080).
11433 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11434
11435 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11436
11437 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11438 Fix typo in docstring.
11439
11440 2010-01-08 Jason Rumney <jasonr@gnu.org>
11441
11442 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11443 response.
11444
11445 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11446
11447 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11448
11449 * message.el (message-check-news-header-syntax): Protect against a
11450 string that `rfc822-addresses' returns when parsing fails.
11451
11452 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11453
11454 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11455 (gnus-previous-char-property-change): New functions.
11456
11457 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11458
11459 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11460
11461 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11462 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11463
11464 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11465
11466 * message.el (message-exchange-point-and-mark): Rework last change to
11467 avoid using optional arg of exchange-point-and-mark, for backward
11468 compatibility.
11469
11470 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11471
11472 * message.el (message-exchange-point-and-mark):
11473 Call exchange-point-and-mark with an argument rather than setting
11474 mark-active by hand (Bug#5175).
11475
11476 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11477
11478 * nntp.el (nntp-service-to-port): Work for service expressed with
11479 numeric string; replace [:digit:] with [0-9] for XEmacs.
11480
11481 2009-12-17 Glenn Morris <rgm@gnu.org>
11482
11483 * gnus-group.el (gnus-bug-group-download-format-alist):
11484 Change emacs entry to debbugs.gnu.org. Bump :version.
11485
11486 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11487
11488 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11489
11490 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11491
11492 * message.el (message-info): Explain why we use `Info-goto-node'.
11493
11494 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11495
11496 * message.el (message-completion-in-region): New compatibility function.
11497 (message-expand-group): Use it.
11498
11499 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11500
11501 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11502 with no unread article should be listed if the 2nd arg `predicate' is
11503 given.
11504
11505 2009-11-29 Juri Linkov <juri@jurta.org>
11506
11507 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11508 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11509 on `gnus-recenter'. (Bug#4698, Bug#4981)
11510
11511 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11512
11513 * message.el (message-from-style, message-interactive)
11514 (message-signature): Always set default values from the corresponding
11515 mail-* variables.
11516 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11517 (message-yank-prefix, message-indentation-spaces)
11518 (message-signature-file, message-default-headers): Use boundp rather
11519 than (featurep 'xemacs) to check if the corresponding mail-* variables
11520 exist.
11521
11522 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11523
11524 * message.el (message-send-mail-with-sendmail): Revert last change.
11525
11526 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11527
11528 * message.el (message-from-style, message-interactive)
11529 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11530 (message-yank-prefix, message-indentation-spaces, message-signature)
11531 (message-signature-file, message-default-headers): For GNU Emacs, set
11532 default values from the corresponding mail-* variables.
11533 (message-send-mail-with-sendmail): Use envelope-from only if
11534 mail-specify-envelope-from is non-nil.
11535
11536 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11537
11538 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11539 containing tspecial characters if they have been already quoted.
11540
11541 2009-10-24 Glenn Morris <rgm@gnu.org>
11542
11543 * gnus-art.el (help-xref-stack-item): Define for compiler.
11544
11545 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11546
11547 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11548
11549 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11550
11551 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11552 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11553
11554 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11555
11556 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11557 (gnus-overlays-in): New alias to overlays-in.
11558
11559 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11560 gnus-overlay-get, and gnus-delete-overlay.
11561 (gnus-summary-show-thread): Make it work as well for systems in which
11562 next-single-char-property-change is not available.
11563 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11564
11565 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11566
11567 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11568
11569 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11570
11571 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11572 and XEmacs that don't have `remove-overlays'.
11573
11574 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11577 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11578 selective display. Use overlays instead.
11579
11580 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11581
11582 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11583
11584 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11585
11586 * spam-stat.el (spam-stat-load): Fix typo in message.
11587
11588 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
11589
11590 * gnus-art.el (gnus-article-encrypt-body):
11591 * message.el (message-check-recipients):
11592 * mm-util.el (mm-codepage-setup):
11593 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11594 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11595
11596 2009-09-22 Daiki Ueno <ueno@unixuser.org>
11597
11598 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11599 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11600 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11601 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11602 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11603
11604 2009-09-18 Glenn Morris <rgm@gnu.org>
11605
11606 * gnus-diary.el (gnus-diary-check-message):
11607 * message.el (message-insert-formatted-citation-line):
11608 * nnbabyl.el (top-level):
11609 * nndiary.el (nndiary-schedule):
11610 Fix typos in condition-case handlers.
11611
11612 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11613
11614 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11615 configuration that provides the sole article window in a frame;
11616 position point correctly after deleting a part.
11617
11618 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11619
11620 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11621 (spam-resolve-registrations-routine): Use it to unregister articles
11622 that change status.
11623
11624 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11625
11626 * nnrss.el (nnrss-request-article): Remove binding of
11627 default-enable-multibyte-characters that has gotten needless by
11628 the 2007-07-13 change in rfc2047-encode-message-header.
11629
11630 * mml.el (mml-insert-multipart): Error on the message header.
11631 (mml-insert-part): Error on the message header; position point at
11632 the end of a MIME tag.
11633
11634 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11635
11636 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11637 (gnus-float-time): Alias to float-time if it exists.
11638
11639 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11640 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11641 float-time is available; suppress compile warning for time-to-seconds.
11642
11643 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11644
11645 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11646 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11647 Add the optional argument `encoding' that overrides the default.
11648
11649 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11650 mm-encode-buffer.
11651
11652 2009-09-04 Glenn Morris <rgm@gnu.org>
11653
11654 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11655 mm-disable-multibyte, rather than default-enable-multibyte-characters.
11656 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11657 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11658 * mm-util.el (mm-with-unibyte-current-buffer)
11659 (mm-find-buffer-file-coding-system):
11660 * yenc.el (yenc-decode-region): Use default-value rather than
11661 default-enable-multibyte-characters.
11662
11663 2009-09-03 Glenn Morris <rgm@gnu.org>
11664
11665 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11666 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11667 than default-enable-multibyte-characters.
11668
11669 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
11670
11671 * gnus-art.el (gnus-article-read-summary-keys):
11672 Fix gnus-buffer-configuration's value temporarily used.
11673
11674 2009-09-02 Glenn Morris <rgm@gnu.org>
11675
11676 * gnus-util.el (gnus-float-time): New function.
11677 * gnus-delay.el (gnus-delay-article):
11678 * gnus-sum.el (gnus-thread-latest-date):
11679 * gnus-util.el (gnus-user-date): Use gnus-float-time.
11680 * nnspool.el (nnspool-request-newgroups):
11681 Use gnus-float-time rather than time-to-seconds.
11682 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11683
11684 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11685 (gnus-header-subject-face, gnus-header-newsgroups-face)
11686 (gnus-header-name-face, gnus-header-content-face):
11687 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11688 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11689 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11690 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11691 (gnus-cite-face-11):
11692 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11693 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11694 (gnus-server-closed-face, gnus-server-denied-face)
11695 (gnus-server-offline-face):
11696 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11697 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11698 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11699 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11700 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11701 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11702 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11703 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11704 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11705 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11706 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11707 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11708 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11709 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11710 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11711 (gnus-summary-high-undownloaded-face)
11712 (gnus-summary-low-undownloaded-face)
11713 (gnus-summary-normal-undownloaded-face)
11714 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11715 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11716 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11717 (gnus-splash-face):
11718 * message.el (message-header-to-face, message-header-cc-face)
11719 (message-header-subject-face, message-header-newsgroups-face)
11720 (message-header-other-face, message-header-name-face)
11721 (message-header-xheader-face, message-separator-face)
11722 (message-cited-text-face, message-mml-face):
11723 * sieve-mode.el (sieve-control-commands-face)
11724 (sieve-action-commands-face, sieve-test-commands-face)
11725 (sieve-tagged-arguments-face):
11726 * spam.el (spam-face):
11727 Mark face aliases with "-face" in the name as obsolete.
11728
11729 2009-09-01 Glenn Morris <rgm@gnu.org>
11730
11731 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11732 than goto-line.
11733
11734 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11735
11736 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11737 Don't move point if the command is invoked inside the message header.
11738
11739 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11740
11741 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11742 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11743 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11744 * nnir.el (nnir-swish-e-index-file):
11745 * gnus-sum.el (gnus-summary-delete-marked-as-read)
11746 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11747 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11748 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11749 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11750 (gnus-treat-display-xface): Add Emacs version of obsolescence.
11751
11752 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
11753
11754 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11755 Don't save excursion.
11756
11757 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 * nnheader.el (nnheader-find-file-noselect):
11760 * mm-util.el (mm-insert-file-contents):
11761 Use (default-value 'major-mode) instead of default-major-mode.
11762
11763 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11766
11767 2009-08-25 Glenn Morris <rgm@gnu.org>
11768
11769 * nnir.el (top-level): Don't require cl at run-time.
11770 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11771 Replace cl-function substitute with gnus-replace-in-string.
11772 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11773 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11774 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11775 simplified expansions.
11776
11777 2009-08-22 Glenn Morris <rgm@gnu.org>
11778
11779 * gnus-art.el (gnus-button-patch): Use forward-line rather than
11780 goto-line.
11781
11782 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11783
11784 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11785
11786 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11787 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11788 (gnus-mm-display-part, gnus-mime-display-single)
11789 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11790 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11791
11792 * gnus-sum.el
11793 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11794 (gnus-summary-move-article): Add expirable mark to articles copied or
11795 moved to group that has auto-expire turned on if the option is non-nil.
11796
11797 2009-07-24 Glenn Morris <rgm@gnu.org>
11798
11799 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11800 Fix typo. (Bug#3903)
11801
11802 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11803
11804 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11805 gnus-article-read-summary-keys rather than gnus-summary-edit-article
11806 that should not be used for draft articles.
11807 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11808 that has no concern in minor mode keys.
11809 (gnus-article-summary-command, gnus-article-summary-command-nosave):
11810 Abolish.
11811
11812 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11813
11814 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11815 article without making inquiry to a user for unknown encoding.
11816
11817 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11818 (nnmaildir--scan): Assume i-node and device number that file-attributes
11819 returns might be cons-cell.
11820
11821 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
11822
11823 * auth-source.el: Remove docs now in auth.texi. Don't use
11824 `gnus-message' for logging. Add new variables `auth-source-debug' and
11825 `auth-source-hide-passwords' and use them.
11826
11827 2009-07-15 Glenn Morris <rgm@gnu.org>
11828
11829 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11830
11831 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11832
11833 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11834 excessive whitespace from the default values of title and description.
11835
11836 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11837
11838 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11839 mail-fetch-field to fetch Content-Description header in order to
11840 exclude newlines.
11841
11842 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11843
11844 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11845 to deleted part.
11846
11847 2009-05-30 David Engster <dengste@eml.cc>
11848
11849 * nnmairix.el: Remove old documentation in the commentary block.
11850 (nnmairix-request-group): Do not update active file for nnml back ends.
11851 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11852 end so that overview files are ignored.
11853 (nnmairix-update-groups): Make updating the groups more robust by using
11854 marks.
11855 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11856 with dollar characters in message-id.
11857
11858 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
11859
11860 * spam.el: Use dns-query instead of query-dns. Was renamed on
11861 2008-12-25 in dns.el.
11862
11863 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11864
11865 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11866 could happen if the text is only composed of spaces and/or tabs.
11867
11868 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
11869
11870 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11871 when sending a queued message to avoid extra mml tags.
11872
11873 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11874
11875 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11876
11877 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11878
11879 * gnus-dired.el: Remove autoload for gnus-setup-message.
11880 (gnus-dired-attach): Fake this-command value to prevent Gnus from
11881 displaying Gnus logo; always use compose-mail.
11882
11883 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11884
11885 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11886
11887 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
11888
11889 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11890 (gnus-nocem-issuers): List currently active issuers; fix custom type.
11891 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11892 available.
11893 (gnus-nocem-epg-verify): New function.
11894
11895 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
11896
11897 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11898
11899 2009-02-15 Glenn Morris <rgm@gnu.org>
11900
11901 * gnus-util.el (rmail-insert-rmail-file-header)
11902 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11903 autoloads.
11904 (rmail-default-rmail-file): Remove unnecessary declaration.
11905 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11906
11907 2009-02-14 Glenn Morris <rgm@gnu.org>
11908
11909 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11910 variable (only used in gnus-util, which declares it anyway).
11911 (rmail-output-to-rmail-file): Remove autoload of deleted function,
11912 which was only needed by gnus-art (changed to not use it any more).
11913 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11914 only used in gnus-util, which autoloads it itself.
11915 (rmail-update-summary): Fix autoload.
11916
11917 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11918 rather than rmail-output-to-rmail-file.
11919
11920 2009-02-07 Glenn Morris <rgm@gnu.org>
11921
11922 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11923 autoload of function that no longer exists.
11924 (rmail-toggle-header): Declare.
11925 (message-forward-rmail-make-body): Handle mbox Rmail.
11926
11927 2009-01-31 Glenn Morris <rgm@gnu.org>
11928
11929 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11930 2009-01-09 change.
11931
11932 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
11933
11934 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11935 (auth-source-forget-all-cached): New convenience function.
11936 (auth-source-user-or-password): Accept list of modes or a single mode.
11937
11938 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11939 auth-source modes.
11940
11941 * nnimap.el (nnimap-open-connection): Use list of
11942 auth-source modes.
11943
11944 * nntp.el (nntp-send-authinfo): Use list of
11945 auth-source modes.
11946
11947 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11948
11949 * auth-source.el: Update docs to reflect epa-file-enable is to be used
11950 now.
11951
11952 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11953
11954 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11955 coding system in XEmacs; add a workaround for XEmacs.
11956
11957 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11958
11959 * mm-util.el (mm-coding-system-priorities): Protect against nil value
11960 of current-language-environment.
11961
11962 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11963
11964 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11965 available at runtime.
11966
11967 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11968
11969 * gnus-art.el (article-date-ut): Fix end point of narrowing.
11970
11971 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
11972
11973 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11974 the greatest positive fixnum value doesn't work under an XEmacs with
11975 bignum support; use the most-positive-fixnum constant instead,
11976 available since Emacs 21.1 with cl and XEmacs 21.1.
11977
11978 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11979
11980 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11981 XEmacs gets not to work.
11982
11983 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11984
11985 * mm-util.el (mm-coding-system-priorities): Allow the value like
11986 "Japanese (UTF-8)" of current-language-environment.
11987
11988 2009-01-09 Glenn Morris <rgm@gnu.org>
11989
11990 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11991 with last-command-event.
11992
11993 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11994
11995 * message.el (message-fix-before-sending): Amend comment.
11996
11997 2009-01-07 David Engster <dengste@eml.cc>
11998
11999 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12000 simplified server definitions by converting it via
12001 gnus-server-to-method.
12002
12003 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12004
12005 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12006 parameter's operands.
12007
12008 2009-01-06 David Engster <dengste@eml.cc>
12009
12010 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12011 primary select method (for gnus-group-mark-article-as-read).
12012
12013 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12014
12015 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12016 `(gnus)Face', not `(gnus)X-Face'.
12017
12018 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12019
12020 * mm-util.el (mm-ucs-to-char): New function.
12021
12022 * mm-url.el (mm-url-decode-entities): Use it.
12023
12024 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12025
12026 * message.el (message-fix-before-sending): Add `eight-bit' to
12027 illegible-text check.
12028
12029 2009-01-03 Michael Olson <mwolson@gnu.org>
12030
12031 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12032 `headers' is nil. This can occur if the IMAP server does not have
12033 permissions to read messages from a folder, but can write new messages
12034 to the folder.
12035 (nnimap-request-article-part): Do not insert `data' if it is nil.
12036
12037 2009-01-01 Dave Love <fx@gnu.org>
12038
12039 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12040
12041 * nnimap.el: Fix author email.
12042 (nnimap-split-rule): Add FIXME comment.
12043 (nnimap-debug): Fix doc string.
12044
12045 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12046
12047 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12048 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12049 to check if those variables exist (first appeared in Emacs 18.50).
12050
12051 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12052
12053 * mm-util.el (mm-line-number-at-pos): New function.
12054
12055 * spam-report.el (spam-report-process-queue): Use it.
12056
12057 2008-12-24 David Engster <dengste@eml.cc>
12058
12059 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12060 parameters that haven't existed as variables as buffer-local variables.
12061
12062 2008-12-23 Dave Love <fx@gnu.org>
12063
12064 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12065 cadar.
12066
12067 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12068 imap-starttls-p.
12069 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12070
12071 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12072
12073 * spam-report.el (spam-report-gmane-max-requests): New constant.
12074 (spam-report-gmane-wait): New variable.
12075 (spam-report-gmane-ham, spam-report-gmane-spam)
12076 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12077 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12078 the server.
12079
12080 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12081 Add explanations.
12082
12083 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12084 nnheader-accept-process-output and nnheader-read-timeout if available.
12085 (pop3-movemail): Use it.
12086
12087 * message.el (message-check-news-body-syntax): Fix signature check if
12088 there's an attachment.
12089
12090 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12091
12092 * mm-util.el: Add comments to the mm- emulating functions.
12093
12094 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12095
12096 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12097 Reported by Stephen Berman <stephen.berman@gmx.net>.
12098
12099 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12100
12101 * mm-util.el (mm-substring-no-properties): New function.
12102 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12103 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12104 (mm-string-to-multibyte): Doc fix.
12105
12106 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12107
12108 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12109
12110 * mml.el (mml-attach-file): Strip text properties from file name.
12111 (Bug#1574)
12112
12113 2008-12-16 Glenn Morris <rgm@gnu.org>
12114
12115 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12116
12117 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12118
12119 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12120 knows since the charset specified might be a bogus alias that
12121 mm-charset-synonym-alist provides.
12122
12123 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12124
12125 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12126 "ISO_8859-1".
12127
12128 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12129
12130 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12131
12132 * mm-util.el (mm-charset-eval-alist):
12133 Define it before mm-charset-to-coding-system.
12134 (mm-charset-to-coding-system): Add optional argument `silent';
12135 define it before mm-charset-override-alist.
12136 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12137 default value if it can be used in Emacs currently running;
12138 silence mm-charset-to-coding-system.
12139
12140 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12141
12142 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12143 `allow-override' which says whether to use `mm-charset-override-alist'.
12144 (rfc2047-decode-encoded-words): Use it.
12145
12146 * mm-util.el (mm-charset-override-alist): Fix custom type;
12147 add `(gb2312 . gbk)' to choices.
12148
12149 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12150
12151 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12152 fast.
12153
12154 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12155
12156 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12157
12158 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12159 on links.
12160
12161 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12162
12163 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12164
12165 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12166 users' addresses that don't have domain parts.
12167 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12168 rather than message-narrow-to-head since there will be the message
12169 header separator.
12170
12171 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12172
12173 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12174 since the result is inserted in a unibyte buffer anyway.
12175 (nnimap-demule-use-string-to-multibyte): Remove.
12176 (nnimap-demule): Alias it to mm-string-to-multibyte.
12177
12178 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12179
12180 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12181 variable for debugging bug#464 and bug#1174.
12182 (nnimap-demule): Use it.
12183
12184 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12185
12186 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12187 score calculation correctly.
12188
12189 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12190
12191 * message.el (message-send-mail): Just set the buffer to unibyte
12192 rather than use mm-with-unibyte-current-buffer which does a lot more.
12193 (message-send-mail-partially): Don't bother with
12194 mm-with-unibyte-current-buffer since it's already been made unibyte by
12195 message-send-mail.
12196
12197 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12198
12199 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12200
12201 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12202
12203 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12204
12205 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12206
12207 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12208 require itself and to remove `with-no-warnings'.
12209
12210 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12211
12212 * starttls.el (starttls-any-program-available): Get the name of the
12213 available TLS layer program.
12214 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12215 well as the host name in the "opening" message.
12216
12217 * auth-source.el (auth-source-cache, auth-source-do-cache)
12218 (auth-source-user-or-password): Cache passwords and logins by default,
12219 allow override with `auth-source-do-cache'.
12220 (auth-source-forget-user-or-password): Allow users to remove cache
12221 entries if needed.
12222
12223 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12224
12225 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12226 condition-case to only the forward-sexp call.
12227
12228 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12229
12230 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12231 quotes contained. Make it more robust regardless by an extra
12232 condition-case wrapper.
12233
12234 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12235
12236 * nnml.el (nnml-request-expire-articles): Check if the function set to
12237 `nnmail-expiry-target' returns the symbol `delete'.
12238
12239 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12240
12241 * nnmail.el (nnmail-expiry-target): Fix custom type.
12242
12243 2008-10-02 Glenn Morris <rgm@gnu.org>
12244
12245 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12246 Silence compiler warning.
12247
12248 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12249
12250 * mml.el (mml-menu): Don't assume mml2015 is bound.
12251
12252 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12253
12254 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12255 exists.
12256
12257 2008-09-27 Glenn Morris <rgm@gnu.org>
12258
12259 * gnus-util.el (mail-header-remove-comments): Autoload it.
12260
12261 2008-09-27 Andreas Schwab <schwab@suse.de>
12262
12263 * gnus-util.el (gnus-split-references): Strip comments.
12264 (gnus-parent-id): Likewise.
12265
12266 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12267
12268 * message.el (message-confirm-send): Fix version.
12269
12270 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12271
12272 * message.el (message-idna-to-ascii-rhs-1): Use
12273 mail-extract-address-components rather than mail-header-parse-addresses
12274 that is an alias by default to ietf-drums-parse-addresses that does not
12275 support non-ASCII names in headers' contents.
12276
12277 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12278
12279 * message.el (message-confirm-send): Fix variable documentation to
12280 avoid the "y/n" wording.
12281
12282 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12283
12284 * message.el (message-set-auto-save-file-name): Save to a different
12285 filename so multiple messages (especially drafts) can be recovered.
12286
12287 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12288
12289 * message.el (message-confirm-send): Add appropriate version.
12290
12291 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12292
12293 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12294 defvar.
12295
12296 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12297
12298 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12299 (mm-pkcs7-enveloped-magic): Ditto.
12300
12301 2008-09-17 Simon Josefsson <simon@josefsson.org>
12302
12303 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12304 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12305
12306 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12307
12308 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12309 default, it's better.
12310
12311 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12312
12313 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12314 summary line gnus-number property and ignore them (with a warning
12315 message).
12316
12317 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12318
12319 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12320 macro caddr in the interactive form since it won't be expanded.
12321
12322 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12323
12324 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12325 `charset'; fix name of function called recursively.
12326 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12327
12328 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12329
12330 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12331 (gnus-mime-set-charset-parameters): New function.
12332 (gnus-mime-view-part-as-charset): Use it to correctly display part
12333 specifying wrong charset.
12334
12335 2008-09-08 David Engster <dengste@eml.cc>
12336
12337 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12338 in completing-read for back end server.
12339
12340 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12341
12342 * message.el (message-confirm-send): New variable to confirm sending a
12343 message.
12344 (message-send): Use it.
12345
12346 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12347
12348 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12349
12350 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12351
12352 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12353
12354 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12355
12356 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12357 prevent tracking too many groups.
12358 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12359 Use it.
12360
12361 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12362
12363 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12364 moving point to the bottom of the window in order to avoid recentering.
12365
12366 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12367
12368 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12369 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12370 (gnus-article-beginning-of-window): Fix calculation.
12371
12372 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12373
12374 * gnus-msg.el (gnus-summary-supersede-article)
12375 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12376 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12377 message header.
12378
12379 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12380
12381 * message.el:
12382 * gnus-start.el:
12383 * gnus-registry.el: Remove VMS support.
12384
12385 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12386
12387 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12388 macro.
12389 (rfc2104-hash): Use it.
12390
12391 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12392
12393 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12394 (gnus-summary-sort-by-most-recent-date): New commands.
12395 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12396 and menu entries.
12397
12398 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12399
12400 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12401 don't redisplay article for raw contents; remove plural articles stuff.
12402
12403 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12404 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12405 on gnus-summary-save-article; display results properly.
12406
12407 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12408
12409 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12410
12411 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12412
12413 * gnus-art.el (gnus-summary-save-in-pipe):
12414 Consider gnus-save-all-headers.
12415
12416 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12417
12418 * gnus-util.el (ns-focus-frame): Remove declaration.
12419 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12420 like x.
12421
12422 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12423
12424 * rfc2104.el (rfc2104-zero): Delete defconst.
12425 (rfc2104-hex-alist): Likewise.
12426 (rfc2104-hex-to-int): Delete func.
12427 (rfc2104-hexstring-to-bitstring): Likewise.
12428 (rfc2104-nybbles): New defconst.
12429 (rfc2104-hash): Rewrite for speed.
12430
12431 2008-07-16 Glenn Morris <rgm@gnu.org>
12432
12433 * gnus-util.el (ns-focus-frame): Declare for compiler.
12434
12435 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12436
12437 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12438 set as a group parameter.
12439 (gnus-summary-save-in-pipe): Work when it is called independently.
12440 (gnus-summary-pipe-to-muttprint): Don't modify
12441 gnus-summary-pipe-output-default-command.
12442
12443 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12444
12445 * message.el (message-send-mail-with-sendmail):
12446 Display the error message.
12447
12448 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12449
12450 * gnus-art.el (gnus-default-article-saver):
12451 Add gnus-summary-save-in-pipe to choices.
12452 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12453 gnus-summary-pipe-output-default-command as the default command.
12454 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12455 instead of gnus-last-shell-command.
12456
12457 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12458 New user option.
12459 (gnus-summary-muttprint-program): Mention the value will be changed.
12460 (gnus-summary-save-article): Force showing of all headers.
12461 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12462
12463 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12464
12465 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12466
12467 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12468
12469 * nnimap.el (nnimap-id):
12470 * sieve-manage.el (sieve-manage-open): Doc fixes.
12471
12472 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12473
12474 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12475 if available.
12476
12477 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12478
12479 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12480
12481 * nnkiboze.el (nnkiboze-generate-group):
12482 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12483
12484 * nnmairix.el: Require CL.
12485
12486 2008-06-15 David Engster <dengste@eml.cc>
12487
12488 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12489
12490 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12491
12492 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12493 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12494 runtime choice under XEmacs.
12495
12496 * gnus-sum.el (gnus-summary-set-display-table):
12497 Use `gnus-put-display-table', `gnus-get-display-table',
12498 `gnus-set-display-table' for the display table, instead of `aset'.
12499
12500 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12501
12502 * nnmairix.el: Add autoloads.
12503
12504 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12505
12506 * nnmairix.el (nnmairix-delete-recreate-group)
12507 (nnmairix-update-and-clear-marks): Fix error messages.
12508
12509 2008-06-14 David Engster <dengste@eml.cc>
12510
12511 * nnmairix.el: Upgrade to version 0.6.
12512 (nnmairix-group-toggle-propmarks-this-group)
12513 (nnmairix-group-toggle-readmarks-this-group)
12514 (nnmairix-group-delete-recreate-this-group)
12515 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12516 (nnmairix-remove-tick-mark-original-article): New commands.
12517 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12518 (nnmairix-propagate-marks-to-nnmairix-groups)
12519 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12520 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12521 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12522 functions needed for marks propagation and manipulation of read marks.
12523 (nnmairix-update-groups): New function.
12524 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12525 (nnmairix-determine-original-group-from-registry)
12526 (nnmairix-determine-original-group-from-path)
12527 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12528 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12529 New helper functions.
12530 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12531 keystrokes for new commands.
12532 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12533 (nnmairix-request-group): Check allow-fast group parameter.
12534 (nnmairix-request-create-group): Set allow-fast group parameter if
12535 nnmairix-allowfast-default is set.
12536 (nnmairix-close-group): Propagate marks upon closing if needed.
12537 (nnmairix-group-toggle-threads-this-group): Use new.
12538 nnmairix-group-toggle-parameter helper function.
12539 (nnmairix-search): Better check for empty search result.
12540 (nnmairix-goto-original-article): Use new helper functions for
12541 determining original article.
12542 (nnmairix-show-original-article): Make sure message-id is in brackets.
12543 (nnmairix-call-mairix-binary): Change variable name.
12544 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12545 helper function.
12546 (nnmairix-widget-toggle-activate): Fix doc string.
12547
12548 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12549
12550 * nnir.el: Require edmacro when compiling with XEmacs.
12551 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12552 available in Emacs 21.
12553
12554 2008-06-11 Glenn Morris <rgm@gnu.org>
12555
12556 * gnus-util.el (x-focus-frame):
12557 * gnus.el (image-size):
12558 * mm-decode.el (image-size): Declare.
12559
12560 * gnus-picon.el (declare-function): Add compat definition.
12561 (image-size): Declare.
12562
12563 * gnus-group.el (tool-bar-map):
12564 * gnus-sum.el (tool-bar-map): Define for compiler.
12565
12566 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12567
12568 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12569
12570 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12571 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12572 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12573 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12574 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12575 * sieve-manage.el, spam-report.el, spam.el:
12576 Remove unnecessary eval-and-compile of autoloads.
12577
12578 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12579
12580 * auth-source.el: Precise Tramp doc.
12581
12582 2008-06-07 Glenn Morris <rgm@gnu.org>
12583
12584 * nnmairix.el: Remove unnecessary eval-when-compile.
12585
12586 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
12587
12588 * nnir.el: New file.
12589
12590 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12591
12592 * gnus-util.el (gnus-read-shell-command): New function.
12593 * mm-decode.el (mm-pipe-part):
12594 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12595
12596 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12597
12598 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12599
12600 2008-06-03 Glenn Morris <rgm@gnu.org>
12601
12602 * pop3.el (nnheader-accept-process-output): Autoload it.
12603
12604 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12605
12606 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12607 are not 2-digit hexadecimal characters that follow `%'s.
12608
12609 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12610
12611 * message.el (message-bogus-recipient-p): Fix type in doc string.
12612 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12613 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12614 Improve custom options.
12615 (message-bogus-recipient-p): Adjust accordingly.
12616
12617 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12618
12619 * nnmairix.el: Require edmacro when compiling with XEmacs.
12620
12621 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12622
12623 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12624 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12625
12626 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12627
12628 * auth-source.el: Add more docs.
12629
12630 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12631
12632 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12633 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12634 retrieval faster in some cases, but might make CPU usage larger.
12635 If this has any bad side effects, we might revert this change.
12636
12637 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12638 seems to make mail retrieval much, much faster.
12639 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12640 unconditionally.
12641
12642 * gnus-draft.el (gnus-group-send-queue):
12643 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12644
12645 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12646
12647 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12648
12649 * message.el (message-bogus-address-regexp): Fix and improve custom
12650 type.
12651 (message-setup-hook): Add message-check-recipients as custom option.
12652
12653 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
12654
12655 * message.el (message-cite-function): Remove bogus autoload which crept
12656 in during merge from v5-10.
12657
12658 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12659
12660 * nnimap.el (nnimap-open-connection): Fix login/password bug.
12661
12662 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12663
12664 * auth-source.el: Preliminary Tramp docs.
12665 (auth-sources): Change the default auth-sources to use
12666 EPA .gpg files.
12667
12668 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
12669
12670 * nntp.el: Autoload `auth-source-user-or-password'.
12671 (nntp-send-authinfo): Use it.
12672
12673 * nnimap.el: Autoload `auth-source-user-or-password'.
12674 (nnimap-open-connection): Use it.
12675
12676 * auth-source.el: Add docs on using with url-auth. Import gnus-util
12677 for the gnus-message function.
12678 (auth-source-user-or-password): Use it.
12679
12680 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12681
12682 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12683 rfc2104-hexstring-to-byte-list. Return a unibyte string.
12684 (rfc2104-hash): Use it.
12685
12686 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12687
12688 * gnus-art.el (gnus-article-toggle-truncate-lines):
12689 Don't use `iff' in docstring.
12690
12691 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
12692
12693 * gnus-registry.el: Adjusted copyright dates and added a keyword.
12694
12695 * gnus-util.el (gnus-extract-address-component-name)
12696 (gnus-extract-address-component-email): Convenience functions around
12697 `gnus-extract-address-components'.
12698
12699 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12700 Use `gnus-extract-address-component-email' to fix bug of comparing full
12701 sender name to `user-mail-address'.
12702
12703 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12704
12705 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12706 catch/throw to optimize.
12707 (gnus-registry-find-keywords): Just use member to find a keyword.
12708
12709 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12710
12711 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12712 is current before calling gnus-server-prepare.
12713 (gnus-server-setup-buffer, gnus-server-update-server)
12714 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12715
12716 2008-05-04 Juri Linkov <juri@jurta.org>
12717
12718 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12719 (mailcap-file-default-commands): Use mailcap-replace-in-string
12720 instead of replace-regexp-in-string, and mailcap-delete-duplicates
12721 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
12722
12723 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
12724
12725 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12726
12727 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12728
12729 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12730 hooks.
12731 (gnus-update-read-articles): Speed up non-marks-using users.
12732 (gnus-use-marks): Define gnus-use-marks.
12733 (gnus-propagate-marks): Rename variable to something more sensible.
12734
12735 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12736
12737 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12738 (gmm-image-load-path-for-library): Fix typos in docstrings.
12739 (gmm-message): Reflow docstring.
12740
12741 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
12742
12743 * mail-source.el (mail-source-set-1, mail-source-bind):
12744 Move auth-source code out of the macro to clean it up and fix bugs.
12745
12746 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
12747
12748 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12749 by sender if it's equal to user-mail-address, it's likely to be
12750 useless.
12751
12752 * mail-source.el (mail-source-bind): Don't use user or password if they
12753 are not bound. Unintern them if they are nil. Don't use server unless
12754 it's bound, and default it to empty string otherwise.
12755
12756 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
12757
12758 * mail-source.el: Load auth-source.el.
12759 (mail-source-bind): Add comments. Call auth-source-user-or-password to
12760 get user name or password, if auth-sources is set up.
12761
12762 * gnus-registry.el (gnus-registry-split-strategy): New variable for
12763 strategy of splitting with parent.
12764 (gnus-registry-split-fancy-with-parent)
12765 (gnus-registry-post-process-groups): Use it and fix prior
12766 bug (returning a list as the split result).
12767
12768 * auth-source.el (auth-sources): Remove server parameter.
12769 (auth-source-pick, auth-source-user-or-password)
12770 (auth-source-user-or-password-imap)
12771 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12772 (auth-source-user-or-password-sftp)
12773 (auth-source-user-or-password-smtp): Remove server parameter.
12774
12775 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
12776
12777 * smime.el (smime-sign-region, smime-encrypt-region)
12778 (smime-decrypt-region):
12779 Remove redundant calls to `generate-new-buffer-name'.
12780
12781 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
12782
12783 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12784 Don't use QP for message/rfc822.
12785 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12786
12787 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12788
12789 * sieve-manage.el (sieve-string-bytes): Remove.
12790 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12791 correct byte-length only if the process's coding-system is the same as
12792 the one used internally by Emacs to represent strings.
12793
12794 2008-04-22 Juri Linkov <juri@jurta.org>
12795
12796 * mailcap.el (mailcap-file-default-commands): New function.
12797
12798 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12799
12800 * message.el (message-signature-separator, message-cite-function):
12801 Change custom version.
12802
12803 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12804
12805 * mm-decode.el (mm-display-external): Make temp file read-only.
12806
12807 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12808
12809 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12810 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
12811 `C-c C-f d'.
12812
12813 2008-04-12 Adrian Aichner <adrian@xemacs.org>
12814
12815 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12816
12817 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12818
12819 * auth-source.el: Add docs.
12820 (auth-sources): Modify format to support server.
12821 (auth-source-pick, auth-source-user-or-password)
12822 (auth-source-user-or-password-imap)
12823 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12824 (auth-source-user-or-password-sftp)
12825 (auth-source-user-or-password-smtp): Add server parameter.
12826
12827 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
12828
12829 * gnus-registry.el: Initialize the registry when gnus-registry-install
12830 is t.
12831
12832 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
12833
12834 * compface.el (uncompface): Make buffer unibyte.
12835
12836 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12837
12838 * mail-source.el (mail-source-value):
12839 Prefer fboundp to functionp so it works with macros as well.
12840
12841 2008-04-05 Glenn Morris <rgm@gnu.org>
12842
12843 * gnus-ems.el (mm-disable-multibyte): Autoload it.
12844
12845 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12848 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12849
12850 * nnheader.el (nnheader-init-server-buffer): Change buffer's
12851 multibyteness after rather than before erasing it.
12852
12853 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12854 mm-with-multibyte.
12855 (gnus-request-article-this-buffer): Make sure the proper decoding is
12856 used if gnus-original-article-buffer happens to be unibyte.
12857
12858 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12859 default-enable-multibyte-characters.
12860
12861 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12862 default-enable-multibyte-characters.
12863
12864 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12865
12866 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12867
12868 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12869
12870 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12871 Fix last change in case the element is not even a symbol.
12872
12873 2008-04-02 Simon Josefsson <simon@josefsson.org>
12874
12875 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12876 imap-enable-exchange-bug-workaround.
12877 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12878
12879 2008-04-01 Simon Josefsson <simon@josefsson.org>
12880
12881 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12882 a 100 byte status-checks into a 2-3MB transfer for each group.
12883 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12884 to enable bug workaround or not.
12885 (nnimap-find-minmax-uid): Only enable workaround conditionally.
12886
12887 2008-03-31 Glenn Morris <rgm@gnu.org>
12888
12889 * message.el (mml2015-use): Declare for compiler.
12890 (message-info): Require mml2015 when appropriate.
12891
12892 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12895 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12896 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12897 (nntp-service-to-port): New function.
12898 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12899 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12900 (nntp-open-netcat-stream): New function.
12901 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12902
12903 2008-03-29 Sven Joachim <svenjoac@gmx.de>
12904
12905 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12906
12907 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12908
12909 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12910
12911 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
12912
12913 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12914
12915 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12916
12917 * message.el (message-signature-separator): Change default.
12918 Improve custom type.
12919 (message-cite-function): Change default to
12920 message-cite-original-without-signature.
12921
12922 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12923 toggle.
12924
12925 * message.el (message-check-news-body-syntax): Fix signature check.
12926 (message-setup-1): Mark buffer as unmodified _after_ running
12927 message-setup-hook and handling message-alternative-emails.
12928 (message-shorten-references): Be more strict when building list of
12929 valid references to comply with GNKSA.
12930
12931 * gnus-group.el (gnus-read-ephemeral-bug-group)
12932 (gnus-read-ephemeral-debian-bug-group)
12933 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12934
12935 * message.el (message-info): Don't use booleanp which isn't supported
12936 in Emacs 21 and XEmacs.
12937
12938 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
12939
12940 * gnus-group.el (gnus-gmane-group-download-format): Rename from
12941 gnus-group-gmane-group-download-format.
12942 (gnus-group-read-ephemeral-gmane-group): Rename from
12943 gnus-group-read-ephemeral-gmane-group.
12944 (gnus-read-ephemeral-gmane-group-url): Rename from
12945 gnus-group-read-ephemeral-gmane-group-url.
12946 (gnus-bug-group-download-format-alist): New variable.
12947 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12948 (gnus-read-ephemeral-emacs-bug-group): New commands.
12949
12950 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12951
12952 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12953 (gnus-visible-headers): Improve custom type.
12954
12955 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12956
12957 * mml.el (mml-menu): Add workarounds for XEmacs.
12958
12959 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12960 X-Boundary header.
12961
12962 * message.el (message-simplify-recipients): Fix previous commit.
12963
12964 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * mm-util.el (mm-set-buffer-multibyte): New function.
12967 * mm-decode.el (mm-copy-to-buffer): Use it.
12968
12969 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12970 Prefer fboundp to functionp so it works with macros as well.
12971
12972 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12973
12974 * message.el (message-alter-recipients-discard-bogus-full-name):
12975 New function.
12976 (message-alter-recipients-function): New variable.
12977 (message-get-reply-headers): Use it.
12978 (message-replace-header): New helper function.
12979 (message-recipients-without-full-name): New variable.
12980 (message-simplify-recipients): New command.
12981
12982 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12983
12984 * message.el (message-info): Handle EasyPG manual.
12985
12986 * mml.el (mml-menu): Add entry for EasyPG.
12987
12988 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
12989
12990 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12991 parameter.
12992
12993 * message.el (message-disassociate-draft): Specify drafts group name
12994 fully.
12995
12996 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
12997
12998 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12999 Eliminate unnecessary duplicates from the match list.
13000
13001 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13002
13003 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13004 args of `how-many' of which the XEmacs version doesn't take; declare
13005 Info-index-next as function.
13006
13007 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13008
13009 * gnus-score.el (gnus-score-headers): Fix handling of
13010 gnus-inhibit-slow-scoring.
13011
13012 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13013 string.
13014 (gnus-button-url-regexp): Improve handling of parenthesis.
13015 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13016 (gnus-button-handle-info-keystrokes): Handle index entries.
13017
13018 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13019
13020 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13021 Incoming* files.
13022
13023 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13024
13025 * auth-source.el (auth-sources): Rename from auth-source-choices.
13026 (auth-source-pick): Use it.
13027
13028 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13029
13030 * auth-source.el (auth-source-protocols)
13031 (auth-source-protocols-customize, auth-source-choices): Add and
13032 modified variable customizations and defaults.
13033 (auth-source-pick, auth-source-user-or-password)
13034 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13035 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13036 (auth-source-user-or-password-sftp)
13037 (auth-source-user-or-password-smtp): Use new variables and provide an
13038 interface to netrc.el.
13039
13040 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13041
13042 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13043 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13044 Make sure the nntp port to specify is a string.
13045
13046 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13047
13048 * nntp.el: Use with-current-buffer.
13049 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13050 dubious mm-with-unibyte-current-buffer.
13051 (nntp-with-open-group-function): New function extracted from
13052 nntp-with-open-group macro.
13053 (nntp-with-open-group): Use the function, so it's easier to debug.
13054 Add indentation and debugging info.
13055 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13056 Recommend the use of the netcat alternatives.
13057
13058 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13059 Avoid mm-string-as-multibyte as well.
13060
13061 * nnweb.el (nnweb-insert-html):
13062 Remove use of nnheader-string-as-multibyte.
13063
13064 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13065 (nnheader-string-as-multibyte): Remove.
13066
13067 * mm-view.el: Use inhibit-read-only.
13068 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13069 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13070 or unibyte-string.
13071
13072 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13073 (mm-uu-yenc-extract): Use with-current-buffer.
13074
13075 * gnus-soup.el (gnus-soup-send-packet): Don't use
13076 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13077
13078 * nnmh.el: Use with-current-buffer.
13079 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13080 mm-string-as-multibyte on the output of mm-encode-coding-string.
13081
13082 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13083 (nnimap-request-move-article): Use with-current-buffer.
13084
13085 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13086 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13087 conversion uses string-make-unibyte rather than string-as-unibyte.
13088
13089 * gnus-msg.el: Use with-current-buffer.
13090
13091 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13092
13093 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13094
13095 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13096 string for caching if it is 'PIN.
13097
13098 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13099
13100 * mail-source.el (mail-source-delete-old-incoming-confirm):
13101 Change default to nil.
13102 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13103
13104 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13105
13106 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13107 (gnus-article-goto-prev-page): Work for articles having ^L's.
13108
13109 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13110
13111 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13112
13113 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13114
13115 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13116 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13117 (gnus-bookmark-jump): Adjust some variable names.
13118
13119 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13120
13121 * auth-source.el: New package.
13122 (auth-source-choices): Add customization entry point variable.
13123
13124 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13125 bug.
13126
13127 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13128
13129 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13130 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13131 (gnus-registry-install-shortcuts): Rename from
13132 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13133 the `gnus-registry-mark-map' keymap dynamically from
13134 `gnus-registry-marks'. The generated functions update the summary line
13135 when a registry mark is added or deleted, and will call
13136 `gnus-registry-install-p' (see the comments in the code).
13137 (gnus-registry-user-format-function-M): Use concat intelligently.
13138
13139 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13140 the registry mark functions.
13141
13142 2008-03-05 Glenn Morris <rgm@gnu.org>
13143
13144 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13145 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13146 gnus-art.
13147 (top-level): No need to load own source when compiling.
13148
13149 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13150
13151 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13152 Suggested by <chris.anderton@zetnet.co.uk>.
13153
13154 2008-03-04 Glenn Morris <rgm@gnu.org>
13155
13156 * gnus-sum.el (top-level): No need to require gnus when compiling,
13157 since unconditionally required near start of file.
13158 (gnus-summary-display-while-building): Move definition before use.
13159
13160 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13161
13162 * gnus-registry.el (gnus-registry-user-format-function-M):
13163 Add formatting function.
13164
13165 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13166
13167 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13168 with plists.
13169 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13170 Use new format.
13171
13172 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13173
13174 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13175 `where-is-internal' that returns a range of key sequences.
13176
13177 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13178
13179 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13180
13181 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13182 (gnus-summary-jump-to-group): Consider windows on other displayed
13183 frames as well. Similar changes might be needed elsewhere, but that's
13184 the one I've bumped into during my use.
13185
13186 * nndoc.el (nndoc-oe-dbx-type-p):
13187 * gnus-msg.el (gnus-debug):
13188 * gnus-group.el (gnus-update-group-mark-positions):
13189 Use mm-string-to-multibyte.
13190
13191 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13192
13193 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13194 doesn't handle NotDashEscaped.
13195
13196 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13197 (mml-dnd-attach-options): Fix typo in custom choice.
13198
13199 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13200 Change nndoc-article-type to mbox.
13201 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13202
13203 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13204 to nil, instead of html2text.
13205
13206 * imap.el (imap-debug): Add `imap-ping-server'.
13207
13208 * gnus-bookmark.el: Add FIXMEs.
13209
13210 * message.el (message-form-letter-separator)
13211 (message-send-form-letter-delay): New variables.
13212 (message-send-form-letter): Use them. New command to send form
13213 letters. Requested by Uwe Siart.
13214 (message-send-mail-function): Doc fix. Add "Other" custom option.
13215
13216 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13217
13218 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13219 empty author.
13220
13221 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13222
13223 * gnus-registry.el (gnus-registry-marks): Add variable for
13224 customization of marks and their appearance.
13225 (gnus-registry-read-mark): Use it.
13226 (gnus-registry-do-marks): Add utility function to loop through
13227 `gnus-registry-marks'.
13228 (gnus-registry-install-shortcuts-and-menus): Add function to install
13229 shortcuts and menus.
13230 (gnus-registry-initialize): Use it.
13231 (gnus-registry-default-mark): Clarify documentation.
13232
13233 2008-02-29 Glenn Morris <rgm@gnu.org>
13234
13235 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13236 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13237 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13238 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13239 Change defcustom :version from 23.0 to 23.1.
13240
13241 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13242
13243 * gnus-registry.el (gnus-registry-follow-group-p)
13244 (gnus-registry-post-process-groups): Add functions to aid registry
13245 splitting and improve logging. Clarify behavior in function
13246 documentation.
13247 (gnus-registry-split-fancy-with-parent): Use them.
13248
13249 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * gnus-art.el: Use with-current-buffer.
13252
13253 2008-02-27 David Engster <dengste@eml.cc>
13254
13255 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13256 Express real group name in the response.
13257
13258 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13259
13260 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13261 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13262 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13263 autoload gnus-registry-fetch-group when compiling.
13264 (nnmairix-request-group-with-article-number-correction):
13265 Remove unreferenced argument passed to nnmairix-call-backend.
13266
13267 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13268
13269 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13270 (mm-uu-extract): Improve face for low color ttys.
13271 Reported by Sascha Wilde.
13272
13273 2008-02-27 Glenn Morris <rgm@gnu.org>
13274
13275 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13276 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13277 variables to defconsts. Convert comments to doc-strings.
13278 (nnmairix-last-server, nnmairix-current-server): Convert from free
13279 variables to defvars. Convert comments to doc-strings.
13280 (gnus-registry-fetch-group): Autoload.
13281 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13282 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13283 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13284 caddr.
13285 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13286 nnmairix-request-group-with-article-number-correction call.
13287 (nnmairix-fast, nnmairix-group): New, less general names, for free
13288 variables passed from nnmairix-request-group to
13289 nnmairix-request-group-with-article-number-correction. Declare.
13290 (nnmairix-request-group-with-article-number-correction):
13291 Use nnmairix-fast, nnmairix-group rather than fast, group.
13292
13293 2008-02-26 David Engster <dengste@eml.cc>
13294
13295 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13296 version 0.5.
13297
13298 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13299
13300 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13301 instead of making an extra function call. Don't add the current group
13302 to articles only when they have the group. Use
13303 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13304 Reported by David <de_bb@arcor.de>.
13305
13306 2008-02-24 Miles Bader <miles@gnu.org>
13307
13308 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13309 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13310 (mm-find-mime-charset-region):
13311 * mm-bodies.el (mm-encode-body):
13312 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13313
13314 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13315
13316 * mail-source.el (mail-source-delete-incoming): Change default.
13317 Supplement doc string.
13318
13319 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13320
13321 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13322
13323 * nnmail.el (nnmail-message-id-cache-file): Derive from
13324 `gnus-home-directory'.
13325
13326 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13327
13328 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13329 Document negative prefix.
13330
13331 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13332
13333 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13334
13335 * message.el (message-unsent-separator): Add the Exim bounce
13336 separator.
13337
13338 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13339
13340 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13341 list.
13342 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13343 recipient/signer list.
13344
13345 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13346
13347 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13348 fbound (Emacs 23 unicode), signal an error.
13349
13350 2008-02-08 Glenn Morris <rgm@gnu.org>
13351
13352 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13353
13354 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13355
13356 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13357 ports to the calls to `netrc-machine-user-or-password' in addition to
13358 "imap" and "imaps".
13359
13360 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13361
13362 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13363 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13364 <hanche@math.ntnu.no>.
13365
13366 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13367
13368 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13369
13370 2008-02-01 Zhang Wei <id.brep@gmail.com>
13371
13372 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13373
13374 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13375
13376 2008-02-01 Miles Bader <miles@gnu.org>
13377
13378 * mml.el (mml-parse-1): Remove apparently vestigial use of
13379 `mm-hack-charsets'.
13380 * mm-bodies.el (mm-encode-body): Likewise.
13381
13382 2008-02-01 Kenichi Handa <handa@m17n.org>
13383
13384 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13385 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13386 (rfc2104-hash): Convert the result of concat to unibyte string.
13387
13388 2008-02-01 Dave Love <fx@gnu.org>
13389
13390 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13391 coding-system-for-read.
13392 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13393
13394 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13395 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13396 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13397
13398 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13399
13400 * mail-source.el (mail-sources): Add `group' choice.
13401
13402 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13403 parameter `in-group' to control into which group the articles go.
13404 Add treatment of `group' mail-source.
13405
13406 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13407
13408 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13409 * message.el (message-beginning-of-line): Use featurep instead of bound
13410 tests in order to resolve conditionals at compile time.
13411
13412 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13413
13414 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13415
13416 * mm-decode.el (mm-dissect-buffer): Decode description.
13417
13418 * mml.el (mml-to-mime): Encode message header first.
13419
13420 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13421
13422 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13423 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13424
13425 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13426
13427 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13428
13429 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13430
13431 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13432 prefix keys.
13433 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13434 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13435 gnus-xmas.el.
13436
13437 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13438
13439 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13440 Add new variables for article mark management.
13441 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13442 list of extra data entries which, when present, will indicate that the
13443 article ID should not be trimmed from the registry.
13444 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13445 functions.
13446 (gnus-registry-read-mark): New function to read a mark name from the
13447 user.
13448 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13449 (gnus-registry-set-article-mark-internal): New functions to add and
13450 remove marks.
13451 (gnus-registry-get-article-marks): New function to show the marks for
13452 an article, or retrieve them for further use.
13453
13454 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13455
13456 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13457 keys when no argument is given.
13458
13459 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13460
13461 * gnus-sum.el (gnus-article-sort-by-random)
13462 (gnus-thread-sort-by-random): Fix doc strings.
13463 Reported by jidanni@jidanni.org.
13464
13465 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13466
13467 * gnus-art.el (gnus-article-describe-bindings): New function.
13468 (gnus-article-read-summary-keys): Use it.
13469 (gnus-article-mode-map): Bind `C-h b' to it.
13470
13471 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13472
13473 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13474 XEmacs.
13475 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13476 Protect against non-character events.
13477
13478 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13479
13480 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13481 New command.
13482 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13483 instead of END. Change name of the temp file.
13484 (gnus-group-gmane-group-download-format): Add doc string. Make it
13485 customizable.
13486
13487 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13488
13489 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13490 bind `S W' to gnus-article-wide-reply-with-original; set default
13491 binding to gnus-article-read-summary-send-keys.
13492 (gnus-article-read-summary-keys): Fix the order of keys; display
13493 continuation keys correctly in the echo area; describe bindings
13494 correctly when keys end with `C-h'.
13495 (gnus-article-read-summary-send-keys): New function.
13496 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13497 Work for gnus-article-read-summary-send-keys; display continuation keys
13498 correctly in the echo area.
13499 (gnus-article-reply-with-original): Ignore prefix argument.
13500 (gnus-article-wide-reply-with-original): New function.
13501
13502 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13503
13504 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13505 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13506
13507 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13508
13509 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13510 (gnus-group-read-ephemeral-gmane-group): New command.
13511
13512 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13513
13514 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13515
13516 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13517
13518 * message.el (message-send-mail-function): Increase custom version.
13519
13520 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13521 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13522
13523 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13524
13525 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13526 html parts correctly; support forwarded messages.
13527 (gnus-article-browse-html-article): Remove work buffers.
13528
13529 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13530 compiling.
13531 (netrc-bound-and-true-p): New macro.
13532 (netrc-parse): Use it instead of bound-and-true-p that is not available
13533 in XEmacs 21.4.
13534
13535 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13536
13537 * gnus-registry.el (gnus-registry-mark-article)
13538 (gnus-registry-article-marks): Add functionality to mark articles
13539 through the Gnus registry.
13540
13541 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13542 (netrc-parse): Use encrypt-file-alist to determine if
13543 encrypt-find-model or encrypt-insert-file-contents should be used.
13544
13545 2007-12-19 Glenn Morris <rgm@gnu.org>
13546
13547 * mml.el (message-options-set, message-narrow-to-head)
13548 (message-in-body-p, message-mail-p, message-encode-message-body):
13549 Autoload.
13550 (message-remove-header, message-narrow-to-headers-or-head)
13551 (message-subscribed-p, message-make-mail-followup-to)
13552 (message-position-on-field, message-news-p)
13553 (message-options-set-recipient, message-generate-headers)
13554 (message-sort-headers): Declare as functions.
13555
13556 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13557
13558 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13559 convention in doc string.
13560
13561 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13562
13563 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13564 title to html parts.
13565 (gnus-article-browse-html-article): Pass message header to it.
13566
13567 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13568
13569 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13570
13571 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13572 or password compatible with XEmacs.
13573
13574 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13575
13576 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13577 format document.
13578 (gnus-mime-delete-part): Don't write description line if empty.
13579 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13580
13581 2007-12-14 Johan Bockgård <bojohan@gnu.org>
13582
13583 * gnus-sum.el (gnus-summary-mark-unread-as-read)
13584 (gnus-summary-mark-read-and-unread-as-read)
13585 (gnus-summary-mark-current-read-and-unread-as-read)
13586 (gnus-summary-mark-unread-as-ticked): Doc fix.
13587 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13588
13589 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13590
13591 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13592 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13593
13594 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13595
13596 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13597 yes-or-no-p.
13598
13599 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13600
13601 * mm-decode.el (mm-add-meta-html-tag): New function.
13602 (mm-save-part-to-file, mm-pipe-part): Use it.
13603
13604 * gnus-art.el (gnus-article-browse-delete-temp-files):
13605 Use gnus-y-or-n-p instead of y-or-n-p.
13606 (gnus-article-browse-html-parts): Work with message/external-body; use
13607 mm-add-meta-html-tag.
13608
13609 2007-12-11 Glenn Morris <rgm@gnu.org>
13610
13611 * gnus-cache.el: Require gnus-sum not just when compiling.
13612
13613 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13614
13615 * gnus-int.el (gnus-server-opened, gnus-status-message):
13616 Move definitions before use.
13617
13618 * mm-decode.el: Require gnus-util.
13619 (mm-remove-part): Only call delete-annotation on XEmacs.
13620
13621 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13622
13623 * nnmail.el: Require gnus-int.
13624
13625 * spam.el: Move `require's before `eval-when-compile's.
13626
13627 * gnus-ems.el (gnus-alive-p):
13628 * gnus-fun.el (message-goto-eoh):
13629 * gnus-util.el (gnus-group-name-decode):
13630 * mail-source.el (gnus-compress-sequence):
13631 * message.el (Info-goto-node, format-spec):
13632 * mm-bodies.el (message-options-get):
13633 * mm-decode.el (mm-view-pkcs7):
13634 * mm-util.el (gmm-write-region):
13635 * mml-smime.el (mml-compute-boundary)
13636 (gnus-completing-read-with-default):
13637 * mml.el (widget-button-press, gnus-make-hashtable):
13638 * mml1991.el (mm-decode-content-transfer-encoding)
13639 (mm-encode-content-transfer-encoding)
13640 (message-options-get, message-options-set):
13641 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13642 * nnfolder.el (gnus-request-group):
13643 * nnheader.el (ietf-drums-unfold-fws):
13644 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13645 * smime.el (gnus-run-mode-hooks):
13646 * spam-stat.el (gnus-message): Autoload.
13647
13648 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13649 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13650 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13651 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13652 Add declare-function compatibility definition.
13653
13654 * gnus-cache.el (nnvirtual-find-group-art):
13655 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13656 (gnus-add-image, gnus-add-wash-type):
13657 * gnus-group.el (nnkiboze-score-file):
13658 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13659 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13660 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13661 (message-tokenize-header, gnus-get-buffer-create)
13662 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13663 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13664 * gnus.el (gnus-group-decoded-name):
13665 * mail-source.el (imap-capability):
13666 * mm-bodies.el (message-options-set):
13667 * mm-decode.el (gnus-configure-windows):
13668 * mm-extern.el (message-goto-body):
13669 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13670 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13671 (epg-sub-key-validity, message-options-set):
13672 * mml.el (widget-event-point, gnus-configure-windows):
13673 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13674 * mml2015.el (epg-check-configuration, epg-configuration)
13675 (message-options-set):
13676 * nndb.el (nndb-request-article):
13677 * nnfolder.el (gnus-request-create-group):
13678 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13679 * nnmaildir.el (gnus-group-mark-article-read):
13680 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13681 * rfc1843.el (message-fetch-field):
13682 * spam.el (gnus-extract-address-components):
13683 Declare as functions.
13684
13685 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13686
13687 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13688
13689 2007-12-09 Glenn Morris <rgm@gnu.org>
13690
13691 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13692
13693 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13694 * message.el, mm-view.el, sieve-manage.el, smime.el:
13695 Add declare-function compatibility definition.
13696
13697 * gnus-art.el (w3-region, w3m-region, Info-menu):
13698 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13699 * gnus-sum.el (gnus-get-predicate):
13700 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13701 * message.el (mail-abbrev-in-expansion-header-p):
13702 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13703 (w3m-detect-meta-charset, w3m-region):
13704 * sieve-manage.el (password-read, password-cache-add)
13705 (password-cache-remove):
13706 * smime.el (password-read-and-add): Declare as functions.
13707
13708 2007-12-08 David Kastrup <dak@gnu.org>
13709
13710 * gnus-sum.el (gnus-summary-simplify-subject-query):
13711 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13712 `message'.
13713
13714 2007-12-07 Glenn Morris <rgm@gnu.org>
13715
13716 * gnus-art.el (article-make-date-line): Revert previous change.
13717
13718 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13719
13720 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13721
13722 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
13723
13724 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13725 Call gnus-add-to-range ranges only once with a prepared article-list.
13726
13727 2007-12-06 Paul Jarc <prj@po.cwru.edu>
13728
13729 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13730 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13731 group names with backslashes.
13732 Reported by Tassilo Horn <tassilo@member.fsf.org>.
13733
13734 2007-12-06 Deepak Goel <deego3@gmail.com>
13735
13736 * gnus-art.el (article-make-date-line):
13737 * gnus-start.el (gnus-load):
13738 * pop3.el (pop3-read-response): Fix buggy call to `error'.
13739
13740 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13741
13742 * gnus-art.el (gnus-use-idna):
13743 * gnus-start.el (gnus-site-init-file):
13744 * message.el (message-use-idna):
13745 * mm-uu.el (mm-uu-hide-markers):
13746 * smiley.el (smiley-style): Revert changes that suppress warnings.
13747
13748 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13749
13750 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13751 specify charset to html source.
13752 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13753
13754 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13755
13756 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13757 idna-program in order to suppress byte compile warning issued by XEmacs
13758 that came to byte compile the default value section of defcustom forms
13759 recently.
13760
13761 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13762 value of installation-directory.
13763
13764 * message.el (message-use-idna): Don't directly refer to the value of
13765 idna-program.
13766
13767 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13768
13769 * smiley.el (smiley-style): Don't directly call face-attribute.
13770
13771 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
13772
13773 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13774
13775 * gnus-dired.el: Reduce Gnus dependencies.
13776 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13777 Don't require. Use autoloads instead.
13778 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13779 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13780 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13781 (gnus-dired-mode): Adjust doc string.
13782 (gnus-dired-mail-mode): New variable.
13783 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13784 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13785 (gnus-dired-mail-buffers): New function. Return mail or message
13786 composition buffers.
13787 (gnus-dired-attach): Use it.
13788 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13789 NO-DECODE.
13790 (gnus-dired-print): Use `gnus-print-buffer' depending on
13791 `gnus-dired-mail-mode'.
13792
13793 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13794
13795 * rfc2047.el (rfc2047-encoded-word-regexp)
13796 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13797 explaining what regexp patterns are for.
13798
13799 2007-12-04 Glenn Morris <rgm@gnu.org>
13800
13801 * password.el: Move to ../password-cache.el.
13802
13803 * mml1991.el (password-read, password-cache-add, password-cache-remove):
13804 * mml2015.el (password-read, password-cache-add, password-cache-remove):
13805 * mml-smime.el (password-read, password-cache-add)
13806 (password-cache-remove):
13807 No need to autoload, since mml-sec requires password.
13808
13809 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13810 * message.el (gnus-extract-address-components):
13811 * mml-smime.el (gnus-extract-address-components): Define for compiler.
13812
13813 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13814 password.
13815
13816 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13817
13818 * mailcap.el: Reduce dependencies.
13819 (mail-header-parse-content-type): Autoload.
13820 (mailcap-delete-duplicates): New alias.
13821 (mailcap-mime-info): Add optional argument NO-DECODE.
13822 (mailcap-mime-types): Use mailcap-delete-duplicates.
13823
13824 * message.el (message-ignored-supersedes-headers): Add "X-ID".
13825
13826 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13827
13828 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13829 function.
13830
13831 * gnus-uu.el (gnus-uu-decode-yenc): New command.
13832 (gnus-uu-yenc-article): New function.
13833
13834 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13835
13836 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13837
13838 2007-12-02 Glenn Morris <rgm@gnu.org>
13839
13840 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13841 Move to ../net.
13842
13843 * binhex.el, uudecode.el: Move to ../mail.
13844
13845 * encrypt.el: Remove file.
13846
13847 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
13848
13849 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13850 matches on patches.
13851
13852 * gnus-art.el (gnus-article-browse-html-article):
13853 Mention `mm-text-html-renderer' in the doc string.
13854
13855 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13856 string. Add comments.
13857
13858 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13859 if rhs is ASCII.
13860
13861 2007-12-01 Glenn Morris <rgm@gnu.org>
13862
13863 * dig.el, dns.el: Move to ../net.
13864 * format-spec.el, hex-util.el, sha1.el: Move to ../.
13865
13866 * mail-source.el (top-level): Require format-spec before
13867 eval-when-compile.
13868
13869 2007-11-30 Glenn Morris <rgm@gnu.org>
13870
13871 * encrypt.el: Require password, rather than autoloading password-read.
13872
13873 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
13874
13875 * gnus.el (gnus-method-to-server): Add an optional parameter so the
13876 caller can indicate whether the cache should be disregarded for this
13877 call. This way the result of the call is reproducible at all times and
13878 can be considered a canonical server name for the supplied method.
13879 (gnus-agent-method-p): Canonicalize server names by pushing their
13880 method through `gnus-method-to-server' using the no-cache argument.
13881
13882 * gnus-srvr.el (gnus-server-insert-server-line):
13883 Call `gnus-method-to-server' with `no-cache' argument.
13884
13885 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13886 gnus-agent-possibly-synchronize-flags as this should be called when the
13887 server is actually being opened.
13888 (gnus-agent-possibly-synchronize-flags)
13889 (gnus-agent-possibly-synchronize-flags-server): Move check for the
13890 flags file of an agentized server to the latter function.
13891
13892 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13893 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13894 after a connection has been established successfully.
13895
13896 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13897
13898 * gnus-art.el (article-display-face): Force to display face if called
13899 interactively; check if gnus-article-x-face-too-ugly matches author.
13900 (article-display-x-face): Display face even if From header is missing
13901 as article-display-face does.
13902
13903 2007-11-28 Richard Stallman <rms@gnu.org>
13904
13905 * md4.el: Move to ../.
13906 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13907
13908 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
13909
13910 * mail-source.el (mail-sources): Default to fetch from file for
13911 compatibility with default of nnmail-spool-file.
13912
13913 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
13914
13915 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13916 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13917 to look for encoded word that should be encoded again.
13918 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13919 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13920 encoding pattern.
13921 (rfc2047-decode-region): Switch strict regexp and loose one according
13922 to rfc2047-allow-irregular-q-encoded-words.
13923
13924 2007-11-26 Simon Josefsson <simon@josefsson.org>
13925
13926 * imap.el: Move to ../net directory.
13927
13928 2007-11-25 Romain Francoise <romain@orebokech.com>
13929
13930 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13931
13932 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13933
13934 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13935 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13936
13937 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13938 `nnmail-spool-file'.
13939
13940 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13941 `nnmail-spool-file'.
13942
13943 * gnus-move.el (gnus-change-server): Ditto.
13944
13945 * gnus-kill.el (gnus-batch-score): Ditto.
13946
13947 * gnus-cache.el (gnus-jog-cache): Ditto.
13948
13949 * gnus-msg.el (gnus-summary-reply):
13950 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13951
13952 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13953
13954 * gnus-cache.el (gnus-cache-generate-nov-databases):
13955 Use nnml-generate-nov-databases-directory instead of
13956 nnml-generate-nov-databases-1.
13957
13958 2007-11-24 Glenn Morris <rgm@gnu.org>
13959
13960 * message.el (message-tool-bar-retro): Update for rename
13961 mail_send.xpm->mail-send.xpm.
13962
13963 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13964
13965 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13966 `smime-ldap-search' for Emacs 22 and up.
13967
13968 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13969
13970 * hashcash.el: Move to ../mail directory.
13971
13972 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
13973
13974 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13975 `smime-ldap-search' for Emacs 22 and up.
13976
13977 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13980
13981 * message.el (message-send-mail-function): Fix error convention.
13982 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13983 (message-widen-reply, message-send-mail, message-talkative-question)
13984 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13985 (message-clone-locals, message-send-news): Use with-current-buffer.
13986 (message-insert-or-toggle-importance): Remove unused var `valid'.
13987 (message-make-references): Remove unused var `new-references'.
13988 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13989
13990 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13991
13992 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13993 (spam-split-symbolic-return-positive): Reflow docstring.
13994 (spam-backends, spam-summary-exit-behavior)
13995 (spam-mark-ham-unread-before-move-from-spam-group)
13996 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13997 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13998 (spam-clear-cache, spam-backend-check, spam-install-backend)
13999 (spam-install-statistical-backend, spam-list-of-processors)
14000 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14001 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14002 (spam-check-crm114, spam-initialize, spam-unload-hook):
14003 Fix typos in docstrings.
14004
14005 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14006
14007 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14008 been checked if they have never been read and those group levels are
14009 higher than the one that a user specified.
14010
14011 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14012
14013 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14014 foreign groups unless a group level is specified by a user.
14015 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14016
14017 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14018
14019 * message.el (message-send-mail-function): Require sendmail.
14020
14021 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14022
14023 * message.el (message-send-mail-function): Check for smtpmail too.
14024
14025 * utf7.el (utf7-encode, utf7-decode): Use coding system
14026 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14027
14028 * message.el (message-send-mail-function): New function.
14029 (message-send-mail-function): Set default using
14030 message-send-mail-function. Adjust doc string.
14031 (message-send-mail-with-mailclient): New function.
14032
14033 2007-11-17 Richard Stallman <rms@gnu.org>
14034
14035 * assistant.el: Remove file.
14036
14037 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14038
14039 * smime.el (from):
14040 * rfc2047.el (message-posting-charset):
14041 * qp.el (mm-use-ultra-safe-encoding):
14042 * pop3.el (parse-time-months):
14043 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14044 * nnml.el (files):
14045 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14046 (jka-compr-compression-info-list, ange-ftp-path-format)
14047 (efs-path-regexp):
14048 * nndiary.el (files):
14049 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14050 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14051 (epg-digest-algorithm-alist, inhibit-redisplay)
14052 (password-cache-expiry):
14053 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14054 (pgg-output-buffer, password-cache-expiry):
14055 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14056 (efs-path-regexp):
14057 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14058 (inhibit-redisplay):
14059 * mm-uu.el (file-name, start-point, end-point, entry)
14060 (gnus-newsgroup-name, gnus-newsgroup-charset):
14061 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14062 (latin-unity-ucs-list):
14063 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14064 (mm-uu-binhex-decode-function):
14065 * message.el (gnus-message-group-art, gnus-list-identifiers)
14066 (rmail-enable-mime-composing, gnus-local-organization)
14067 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14068 (gnus-read-active-file, facemenu-add-face-function)
14069 (facemenu-remove-face-function, gnus-article-decoded-p)
14070 (tool-bar-mode):
14071 * mail-source.el (display-time-mail-function):
14072 * gnus-util.el (nnmail-pathname-coding-system)
14073 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14074 (gnus-original-article-buffer, gnus-user-agent)
14075 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14076 (xemacs-codename, sxemacs-codename, emacs-program-version):
14077 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14078 * gnus-start.el (gnus-agent-covered-methods)
14079 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14080 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14081 (gnus-newsgroup-headers, gnus-group-list-mode)
14082 (gnus-group-mark-positions, gnus-newsgroup-data)
14083 (gnus-newsgroup-unreads, nnoo-state-alist)
14084 (gnus-current-select-method, mail-sources)
14085 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14086 (nnmail-spool-file, gnus-cache-active-hashtb):
14087 * gnus-mh.el (mh-lib-progs):
14088 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14089 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14090 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14091 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14092 (gnus-group-buffer):
14093 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14094 (font-lock-set-defaults):
14095 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14096 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14097 (gnus-summary-post-menu, total-parts, type, condition, length):
14098 * gnus-agent.el (gnus-agent-read-agentview):
14099 * flow-fill.el (show-trailing-whitespace):
14100 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14101 eval-and-compile wrappers for byte compiler pacifiers.
14102
14103 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14104 (mm-display-inline-fontify): Check for featurep 'xemacs not
14105 extent-list.
14106
14107 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14108 itimer-list.
14109 (mm-create-image-xemacs): Only do something for XEmacs.
14110 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14111
14112 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14113
14114 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14115 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14116
14117 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14118
14119 * nnimap.el (nnimap-split-download-body):
14120 * gnus-demon.el (gnus-demon):
14121 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14122
14123 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14124
14125 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14126 New macros.
14127 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14128 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14129 copy data from unibyte buffer to multibyte current buffer.
14130 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14131 to copy data from unibyte current buffer to multibyte buffer.
14132 (nntp-make-process-buffer): Make process buffer unibyte.
14133
14134 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14135
14136 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14137
14138 * pop3.el (pop3-open-server): Accept and process data more robustly at
14139 connection start to avoid spurious "POP SSL connection failed" errors.
14140
14141 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14142
14143 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14144 read group names.
14145
14146 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14147
14148 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14149
14150 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14151
14152 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14153 (nnmail-save-active): Use a unibyte buffer when saving active file,
14154 which may contain non-ASCII group names.
14155
14156 * nnml.el (nnml-request-group): Decode group names in messages.
14157
14158 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14159
14160 * message.el (message-citation-line-function)
14161 (message-insert-formatted-citation-line): Fix spelling of
14162 `message-insert-formated-citation-line'.
14163
14164 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14165
14166 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14167
14168 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14169
14170 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14171 nnmail-pathname-coding-system.
14172
14173 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14174 that a user enters; decode group names in messages.
14175
14176 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14177
14178 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14179
14180 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14181
14182 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14183
14184 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14185 risky local variable.
14186
14187 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14188
14189 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14190
14191 * encrypt.el: Improve documentation to fix function name typo.
14192 Reported by Daiki Ueno <ueno@unixuser.org>.
14193
14194 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14195
14196 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14197 even if the point is not in the last page of an article.
14198 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14199 back to the previous page.
14200
14201 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14202
14203 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14204
14205 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14206
14207 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14208
14209 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14210
14211 * message.el (message-check-news-body-syntax):
14212 Avoid mm-string-as-multibyte.
14213 (message-hide-headers): Don't assume (point-min)==1.
14214
14215 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14216
14217 * message.el (message-remove-blank-cited-lines): Fix if remove is
14218 given.
14219 (message-bogus-address-regexp): New variable.
14220 (message-bogus-recipient-p): New function.
14221 (message-check-recipients): New command.
14222 (message-syntax-checks): Add `bogus-recipient'.
14223 (message-fix-before-sending): Add `bogus-recipient'.
14224
14225 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14226 (gnus-treat-body-boundary): Don't test window-system.
14227
14228 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14229
14230 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14231
14232 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14233
14234 * gnus.el: Bump version to Gnus v5.13.
14235
14236 2007-10-28 Miles Bader <miles@gnu.org>
14237
14238 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14239 at compile-time too.
14240
14241 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14242
14243 * gnus-msg.el (gnus-message-setup-hook):
14244 Add `message-remove-blank-cited-lines' to options.
14245
14246 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14247
14248 * message.el (message-remove-blank-cited-lines): New function.
14249 Suggested by Karl Plästerer.
14250
14251 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14252
14253 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14254 mapc.
14255
14256 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14257 (top-level): Use mapc to set functions to be traced for debugging.
14258
14259 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14260 called for effect with while loop.
14261
14262 * message.el (message-talkative-question): Replace mapcar called for
14263 effect with mapc.
14264
14265 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14266 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14267 called for effect with dolist.
14268
14269 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14270
14271 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14272 gnus-extra-headers and nnmail-extra-headers.
14273
14274 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14275 called for effect with dolist.
14276 (top-level): Use mapc to set functions to be traced for debugging.
14277
14278 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14279 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14280 dolist.
14281
14282 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14283 Replace mapcar called for effect with mapc.
14284 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14285 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14286 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14287 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14288
14289 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14290 remove-if that's a cl function.
14291
14292 * webmail.el (webmail-debug): Replace mapcar called for effect with
14293 dolist.
14294
14295 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14296
14297 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14298 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14299 with while loop.
14300
14301 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14302 functions from article-* functions.
14303 (gnus-multi-decode-header): Replace mapcar called for effect with
14304 dolist.
14305
14306 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14307 (gnus-bookmark-show-details): Replace mapcar called for effect with
14308 while loop.
14309
14310 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14311 called for effect with while loop.
14312
14313 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14314 with dolist.
14315
14316 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14317 Replace mapcar called for effect with dolist.
14318
14319 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14320
14321 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14322 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14323 Replace mapcar called for effect with dolist.
14324 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14325 mapc.
14326
14327 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14328 Replace mapcar called for effect with dolist.
14329 (gnus-topic-list): Replace mapcar called for effect with mapc.
14330
14331 * gnus.el: Use mapc instead of mapcar to add autoloads.
14332
14333 2007-10-23 Richard Stallman <rms@gnu.org>
14334
14335 * gnus-group.el (gnus-group-highlight): Mark as risky.
14336
14337 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14338
14339 * gnus.el (gnus-server-to-method): Return method found first in
14340 gnus-newsrc-alist.
14341
14342 * gnus-art.el (gnus-article-highlight-signature)
14343 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14344 button overlay without the front stickiness.
14345
14346 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14347
14348 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14349 overview buffer needed a catch to receive its throw.
14350 (gnus-agent-flush-cache): Declare as interactive to make this function
14351 easier to use.
14352
14353 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14354
14355 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14356 `next-line'.
14357
14358 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14359
14360 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14361 exclude address matching message-dont-reply-to-names.
14362
14363 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14364
14365 * gnus-util.el (gnus-string<): New function.
14366
14367 * gnus-sum.el (gnus-article-sort-by-author)
14368 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14369
14370 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14371
14372 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14373 the frame-focus tag is set in gnus-buffer-configuration.
14374
14375 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14376
14377 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14378 the front stickiness.
14379
14380 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14381
14382 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14383 url pattern; remove duplicate one.
14384 (gnus-article-extend-url-button): New function.
14385 (gnus-article-add-buttons): Use it.
14386 (gnus-button-push): Use concatenated url that it makes.
14387
14388 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14389
14390 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14391 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14392
14393 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14394
14395 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14396 Don't hardcode point-min==1.
14397
14398 2007-09-30 David Kastrup <dak@gnu.org>
14399
14400 * gnus-art.el (gnus-article-reply-with-original)
14401 (gnus-article-followup-with-original): When `transient-mark-mode' is
14402 off, refrain from active-region behavior for followups.
14403
14404 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14405
14406 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14407 Fix comment about "iso8859-1".
14408
14409 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14410
14411 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14412 ones returned from the verify-function.
14413
14414 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14415 Call mml2015-extract-cleartext-signature if extraction failed.
14416
14417 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14418
14419 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14420 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14421 failed.
14422
14423 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14424
14425 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14426
14427 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14428
14429 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14430 to mark a thread as expirable. Add variable `hide' to handle hiding of
14431 thread for both the null and zero (kill/expire thread) universal prefix
14432 cases.
14433 (gnus-summary-expire-thread): Add new function to expire a thread,
14434 using gnus-summary-kill-thread.
14435 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14436 shortcuts for gnus-summary-expire-thread.
14437 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14438 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14439
14440 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14441
14442 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14443 extras value, so an extras entry can be deleted.
14444 (gnus-registry-delete-extra-entry): Use it.
14445 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14446 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14447 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14448 storage through the gnus-registry, and provide an appropriate API for
14449 it.
14450
14451 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14452
14453 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14454 Suggested by Leo <sdl.web@gmail.com>.
14455
14456 * gnus.el: Do.
14457
14458 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14459
14460 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14461 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14462
14463 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14464
14465 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14466 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14467
14468 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14469
14470 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14471 newline.
14472 (nnmbox-request-accept-article): Don't change article in source buffer;
14473 narrow to header to use message-fetch-field rather than
14474 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14475 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14476 as delimiters; make sure article ends with newline.
14477 (nnmbox-delete-mail): Correct last position of article to be deleted;
14478 ignore X-Gnus-Newsgroup header in article body.
14479 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14480 positions; make sure article ends with newline.
14481
14482 * message.el (message-display-abbrev): Don't infloop when a user
14483 inserts SPC in the beginning of header.
14484
14485 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14486
14487 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14488 list of groups not followed by default. Fix type to be regexp.
14489 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14490
14491 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14492
14493 * hmac-def.el (define-hmac-function): Switch from old-style to
14494 new-style backquotes.
14495
14496 * md4.el (md4-make-step): Likewise.
14497
14498 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14499
14500 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14501 raw-text coding system when saving .newsrc file, which may contain
14502 non-ASCII group names.
14503
14504 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14505
14506 * gnus-cus.el (gnus-score-extra): New widget.
14507 (gnus-score-extra-convert): New function.
14508 (gnus-score-customize): Use it for Extra.
14509
14510 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14511
14512 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14513 (mml2015-mailcrypt-clear-verify): Use it.
14514 (mml2015-gpg-clear-verify): Use it.
14515 (mml2015-pgg-clear-verify): Use it.
14516 (mml2015-epg-clear-verify): Replace the current part with the output
14517 from GnuPG; don't extract the plaintext by itself.
14518
14519 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14520 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14521 mml2015-clear-verify-function; don't touch the armor headers or
14522 dash-escaped text here.
14523
14524 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14525
14526 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14527 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14528 parts, or application/octet-stream as a last resort.
14529 (gnus-mime-view-part-as-type): Don't toggle display.
14530 (gnus-mime-view-part-as-charset): Don't turn off display before
14531 querying charset.
14532
14533 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14534 stuff to undisplayer function in Emacs.
14535 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14536
14537 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14538 text/calendar parts.
14539
14540 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14541
14542 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14543 decoding text/calendar parts.
14544
14545 * message.el (message-forward-make-body-mime): Always mark body as
14546 having no illegible text; remove signed-or-encrypted argument.
14547 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14548
14549 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14550 (mml-generate-mime-1): Don't encode body if it is specified to be in
14551 raw form; don't make buffer be unibyte when inserting multibyte string.
14552
14553 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14554
14555 * sha1.el: Fix up comment style.
14556 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14557 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14558
14559 * hex-util.el: Fix up comment style.
14560 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14561
14562 * gnus-salt.el: Use with-current-buffer.
14563 (gnus-pick-setup-message): Fix long-standing typo.
14564
14565 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14566
14567 * imap.el (imap-logout-timeout): New variable.
14568 (imap-logout, imap-logout-wait): New functions.
14569 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14570
14571 * nnimap.el (nnimap-logout-timeout): New server variable.
14572 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14573 nnimap-logout-timeout.
14574
14575 * gnus-art.el (gnus-article-summary-command-nosave)
14576 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14577
14578 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14579
14580 * gnus.el (gnus-maximum-newsgroup): New variable.
14581
14582 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14583 according to gnus-maximum-newsgroup.
14584
14585 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14586 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14587 Limit the range of articles according to gnus-maximum-newsgroup.
14588
14589 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
14590
14591 * gnus-art.el (gnus-sticky-article): Fix problems described in
14592 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
14593 Don't perform gnus-configure-windows here; reuse existing sticky
14594 article buffer.
14595
14596 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14597 it doesn't exist in gnus-article-mode.
14598
14599 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14600
14601 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14602 (gnus-agent-decoded-group-name): New function.
14603 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14604 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14605
14606 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14607
14608 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14609 Add binding for gnus-sticky-article.
14610 (gnus-summary-exit): Don't kill sticky article buffers.
14611
14612 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14613 article buffer.
14614 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14615 (gnus-kill-sticky-article-buffers): New commands.
14616
14617 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14618
14619 * nntp.el (nntp-xref-number-is-evil): New server variable.
14620 (nntp-find-group-and-number): If it is non-nil, don't trust article
14621 numbers in the Xref header.
14622
14623 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14624
14625 * gnus-agent.el (gnus-agent-read-group): New function.
14626 (gnus-agent-flush-group, gnus-agent-expire-group)
14627 (gnus-agent-regenerate-group): Use it.
14628 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14629 nnmail-pathname-coding-system.
14630
14631 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14632
14633 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14634
14635 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14636 that are unread as unread, and also as selected so that information of
14637 marks having been changed by a user may be updated when exiting group.
14638
14639 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14640
14641 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14642
14643 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14644
14645 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14646 calculated ignoring signature parts to gnus-treat-article.
14647
14648 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14649
14650 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14651 a point here in order to keep the window start.
14652 (gnus-insert-mime-security-button): Make a button overlay without the
14653 front stickiness.
14654 (gnus-mime-display-security): Goto the end of a button.
14655
14656 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14657
14658 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14659
14660 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14661 group-name-at-point.
14662 (gnus-group-completing-read): New function that offers decoded
14663 non-ASCII group names for completion.
14664 (gnus-fetch-group, gnus-group-read-ephemeral-group)
14665 (gnus-group-jump-to-group, gnus-group-make-group-simple)
14666 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14667 (gnus-group-fetch-control): Use it.
14668 (gnus-fetch-group): Use group-name-at-point for the initial value
14669 rather than the default value; use gnus-alive-p.
14670
14671 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14672 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14673 (gnus-summary-post-news): Use gnus-group-completing-read.
14674
14675 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14676 (gnus-read-move-group-name): Decode group name for completion.
14677
14678 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
14679
14680 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14681 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14682 Yamaoka slightly modified the code).
14683
14684 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
14685
14686 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14687 (nnmail-split-incoming): Bind it.
14688
14689 * nnml.el (nnml-group-name-charset): New function.
14690 (nnml-decoded-group-name): Use it; don't decode group name if
14691 nnmail-group-names-not-encoded-p is non-nil.
14692 (nnml-encoded-group-name): New function.
14693 (nnml-group-pathname): Inline nnml-decoded-group-name.
14694 (nnml-request-expire-articles): Decode group name in message.
14695 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14696 nnmail-pathname-coding-system.
14697 (nnml-save-mail, nnml-active-number): Work with decoded group names and
14698 not decoded ones according to nnmail-group-names-not-encoded-p.
14699 (nnml-generate-active-info): Use nnml-encoded-group-name.
14700
14701 2007-08-08 Glenn Morris <rgm@gnu.org>
14702
14703 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14704 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14705 doc-strings and comments.
14706
14707 2007-07-25 Glenn Morris <rgm@gnu.org>
14708
14709 * Relicense all FSF files to GPLv3 or later.
14710
14711 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14712
14713 * gnus-sum.el (gnus-summary-move-article):
14714 Make gnus-summary-respool-article work.
14715
14716 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
14717
14718 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14719 string.
14720
14721 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
14722
14723 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
14724 that should be ignored when comparing distant RSS articles with local
14725 ones.
14726 (nnrss-make-hash-index): New function. Create a hash index according
14727 to the ignored fields.
14728 (nnrss-check-group): Use it.
14729
14730 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
14731
14732 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14733
14734 * gnus-art.el (article-decode-group-name): Decode Xref header too.
14735
14736 * gnus-group.el (gnus-group-make-group): Encode group name here unless
14737 the new optional argument ENCODED is non-nil.
14738 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14739 coding system for encoding group name.
14740 (gnus-group-make-rss-group): Pass un-encoded group name to
14741 gnus-group-make-group.
14742 (gnus-group-set-info): Tell gnus-group-make-group that group name is
14743 encoded.
14744
14745 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14746 Encode group name to which articles are moved or copied.
14747 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14748 coding system for encoding Newsgroup, Followup-To and Xref headers.
14749
14750 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14751 marks; use nnheader-file-coding-system to write a file.
14752 (nnagent-retrieve-headers): Bind file-name-coding-system to
14753 nnmail-pathname-coding-system.
14754
14755 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14756
14757 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14758 (nnml-request-article, nnml-request-create-group)
14759 (nnml-request-rename-group, nnml-find-id)
14760 (nnml-possibly-change-directory, nnml-possibly-create-directory)
14761 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14762 (nnml-save-marks): Use nnml-group-pathname instead of
14763 nnmail-group-pathname.
14764
14765 (nnml-request-create-group, nnml-request-expire-articles)
14766 (nnml-request-move-article, nnml-request-delete-group)
14767 (nnml-deletable-article-p, nnml-possibly-create-directory)
14768 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14769 (nnml-open-marks): Bind file-name-coding-system to
14770 nnmail-pathname-coding-system.
14771
14772 (nnml-request-article): Pass server argument to nnml-find-group-number.
14773 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14774 Pass server argument to nnml-possibly-create-directory.
14775 (nnml-request-accept-article): Pass server argument to
14776 nnml-active-number and nnml-save-mail.
14777 (nnml-find-group-number): Pass server argument to nnml-find-id.
14778 (nnml-request-update-info): Pass server argument to
14779 nnml-marks-changed-p.
14780
14781 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14782 (nnml-save-mail, nnml-active-number): Add server argument.
14783
14784 (nnml-request-delete-group): Warn if group is missing.
14785 (nnml-get-nov-buffer): Decode group name.
14786 (nnml-generate-active-info): Encode group name.
14787 (nnml-open-marks): Decode group name in messages.
14788
14789 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14790
14791 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14792 if it is not specified.
14793 (gnus-article-pipe-part, gnus-article-save-part)
14794 (gnus-article-interactively-view-part, gnus-article-copy-part)
14795 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14796 (gnus-article-inline-part, gnus-article-save-part-and-strip)
14797 (gnus-article-replace-part, gnus-article-delete-part)
14798 (gnus-article-view-part-as-type): Pass raw prefix argument to
14799 gnus-article-part-wrapper.
14800
14801 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
14802
14803 * gnus-agent.el (gnus-agent-save-active):
14804 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14805
14806 * gnus-cache.el (gnus-cache-save-buffers)
14807 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14808 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14809 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14810 (gnus-cache-braid-nov, gnus-cache-braid-heads)
14811 (gnus-cache-generate-active, gnus-cache-rename-group)
14812 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14813 (gnus-cache-update-overview-total-fetched-for):
14814 Bind file-name-coding-system to nnmail-pathname-coding-system.
14815 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14816 New variables.
14817 (gnus-cache-decoded-group-name): New function.
14818 (gnus-cache-file-name): Use it.
14819 (gnus-cache-generate-active): Use non-decoded group name for active.
14820
14821 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14822 right place.
14823 (gnus-write-active-file): Don't break non-ASCII group names.
14824
14825 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14826 nnmail-pathname-coding-system.
14827
14828 * gnus-uu.el (gnus-uu-decode-save): Typo.
14829
14830 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
14831
14832 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14833
14834 2007-07-14 David Kastrup <dak@gnu.org>
14835
14836 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14837 finishing actions if we did not edit the article.
14838
14839 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14840
14841 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14842 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14843 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14844 (gnus-agent-flush-group, gnus-agent-flush-cache)
14845 (gnus-agent-fetch-headers, gnus-agent-load-alist)
14846 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14847 (gnus-agent-retrieve-headers, gnus-agent-request-article)
14848 (gnus-agent-regenerate-group)
14849 (gnus-agent-update-files-total-fetched-for)
14850 (gnus-agent-update-view-total-fetched-for):
14851 Bind file-name-coding-system to nnmail-pathname-coding-system.
14852 (gnus-agent-group-pathname): Don't encode file names by
14853 nnmail-pathname-coding-system.
14854 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14855 coding-system-for-write instead of buffer-file-coding-system to
14856 gnus-agent-file-coding-system.
14857
14858 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14859 Decode group name.
14860
14861 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14862
14863 * gnus-start.el (gnus-update-active-hashtb-from-killed)
14864 (gnus-read-newsrc-el-file): Make group names unibyte.
14865
14866 * nnmail.el (nnmail-group-pathname): Don't encode file names by
14867 nnmail-pathname-coding-system.
14868
14869 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14870 (nnrss-request-delete-group): Bind file-name-coding-system to
14871 nnmail-pathname-coding-system.
14872 (nnrss-read-server-data, nnrss-read-group-data):
14873 Bind file-name-coding-system correctly.
14874 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14875
14876 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14877 (nntp-server-to-method-cache): New variable.
14878 (nntp-group-pathname): New function that decodes non-ASCII group names.
14879 (nntp-possibly-create-directory, nntp-marks-changed-p)
14880 (nntp-save-marks, nntp-open-marks): Use it.
14881 (nntp-possibly-create-directory, nntp-open-marks):
14882 Bind file-name-coding-system to nnmail-pathname-coding-system.
14883 (nntp-open-marks): Decode group names when bootstrapping marks.
14884
14885 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14886 Newsgroups and Followup-To headers.
14887
14888 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14889
14890 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14891 (gnus-server-closed-face, gnus-server-denied-face)
14892 (gnus-server-offline-face): Remove variable.
14893 (gnus-server-font-lock-keywords): Use faces that are not aliases.
14894
14895 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14896 of modifying message-stack directly for XEmacs.
14897
14898 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14899 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14900 if the coding-system argument is nil for XEmacs.
14901
14902 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14903 mm-charset-override-alist.
14904
14905 * rfc2047.el: Don't require base64; require rfc2045 for the function
14906 rfc2045-encode-string.
14907 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14908 to quote the parameter value.
14909
14910 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
14911
14912 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14913 form in gnus-group-name-charset-method-alist.
14914
14915 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14916 overrides the default layout edit-form.
14917
14918 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14919
14920 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14921
14922 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
14923
14924 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14925 as unfetched articles.
14926
14927 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
14928
14929 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14930
14931 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14932
14933 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14934 original back end that keeps marks in the local system.
14935
14936 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
14937
14938 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14939 arg of pop-to-buffer for XEmacs.
14940 (gnus-article-read-summary-keys): Ditto; don't restore window
14941 configuration if summary command ends up with neither article buffer
14942 nor summary buffer; describe bindings if summary keys end with C-h.
14943
14944 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
14945
14946 * message.el (message-fix-before-sending): Skip raw message part to be
14947 forwarded while checking illegible text.
14948 (message-forward-make-body-mime, message-forward-make-body):
14949 Mark signed or encrypted raw message as having no illegible text.
14950
14951 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14952
14953 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14954 (gnus-message-with-timestamp-1): New macro.
14955 (gnus-message-with-timestamp): New function.
14956 (gnus-message): Use them.
14957
14958 * nnheader.el (nnheader-message): Use them.
14959
14960 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
14961
14962 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14963 .newsrc.eld file.
14964
14965 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14966
14967 * gnus-agent.el (gnus-agent-fetch-headers)
14968 (gnus-agent-retrieve-headers):
14969 Bind gnus-decode-encoded-address-function to identity.
14970
14971 * nntp.el (nntp-send-xover-command): Recognize an xover command is
14972 available also when the server returns simply a dot.
14973
14974 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14975
14976 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14977
14978 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14979
14980 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14981
14982 * gnus-ems.el (gnus-x-splash): Make it work.
14983
14984 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14985 from being used.
14986
14987 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
14988
14989 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14990 the front stickiness.
14991 (gnus-article-summary-command-nosave): Correct the order of the
14992 arguments passed to pop-to-buffer.
14993 (gnus-article-read-summary-keys): Ditto; make it work properly when the
14994 summary command ends up with the article buffer.
14995
14996 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14997 the same faces.
14998
14999 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15000
15001 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15002
15003 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15004
15005 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15006 * gnus-sum.el (gnus-summary-highlight):
15007 * mail-source.el (mail-source-delete-old-incoming-confirm):
15008 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15009
15010 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15011
15012 * gnus-art.el (gnus-mime-view-part-externally)
15013 (gnus-mime-view-part-internally): Fix predicate function passed to
15014 completing-read.
15015
15016 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15017
15018 * gnus.el (gnus-update-message-archive-method): Add :version.
15019
15020 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15021
15022 * gnus.el (gnus-update-message-archive-method): New variable.
15023
15024 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15025 according to gnus-message-archive-method if
15026 gnus-update-message-archive-method is non-nil.
15027
15028 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15029
15030 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15031 Suggested by Loic Dachary <loic@dachary.org>.
15032 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15033
15034 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15035
15036 * message.el (message-pop-to-buffer): Add switch-function argument.
15037 (message-mail): Pass switch-function argument to it.
15038
15039 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15040
15041 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15042 Improve doc string.
15043
15044 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15045
15046 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15047 (gnus-header-content):
15048 * gnus-cite.el (gnus-cite-10):
15049 * gnus-srvr.el (gnus-server-closed):
15050 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15051 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15052 (gnus-group-mail-3-empty, gnus-group-mail-low)
15053 (gnus-group-mail-low-empty, gnus-splash):
15054 * message.el (message-header-to, message-header-cc)
15055 (message-header-subject, message-header-other, message-header-name)
15056 (message-header-xheader, message-separator, message-cited-text)
15057 (message-mml): Lighten colors of faces used for dark background.
15058
15059 2007-05-24 Simon Josefsson <simon@josefsson.org>
15060
15061 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15062 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15063
15064 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15065
15066 * message.el (message-narrow-to-headers-or-head):
15067 Ignore mail-header-separator in the body.
15068
15069 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15070
15071 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15072 same as window size.
15073
15074 2007-05-22 Kevin Ryde <user42@zip.com.au>
15075
15076 * message.el (message-font-lock-keywords): Use message-header-xheader
15077 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15078 ahead of the anything pattern, to get it recognized.
15079
15080 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15081
15082 * gnus-sum.el (gnus-articles-to-read)
15083 (gnus-summary-insert-old-articles): Don't truncate group name for
15084 `read-string'.
15085
15086 * gnus-util.el (gnus-limit-string): Delete this function.
15087
15088 * gnus-sum.el (gnus-simplify-subject-fully):
15089 Use `truncate-string-to-width' instead.
15090
15091 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15092
15093 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15094 Tell if, on summary exit, the next group has to be selected.
15095 (gnus-summary-exit): Use it.
15096
15097 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15098
15099 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15100 non-break space.
15101
15102 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15103
15104 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15105 Check if group is not a directory.
15106 (nnfolder-request-expire-articles): Don't delete articles if the target
15107 group is not available.
15108
15109 * nnml.el (nnml-request-create-group): Properly check if group is not a
15110 file.
15111 (nnml-request-expire-articles): Don't delete articles if the target
15112 group is not available.
15113
15114 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15115 Don't quote characters that are within parentheses.
15116
15117 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15118
15119 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15120 (gnus-handle-ephemeral-exit): Select article according to it.
15121
15122 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15123
15124 * message.el (message-insert-formated-citation-line): Remove newline.
15125 (message-citation-line-format): Add final \n here so that the user can
15126 avoid a blank line.
15127
15128 2007-05-03 Dan Christensen <jdc@uwo.ca>
15129
15130 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15131 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15132 Update lanl/arXiv support.
15133
15134 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15135
15136 * gnus.el: Bump version number.
15137
15138 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15139
15140 * gnus.el (gnus-version-number): Bump version.
15141
15142 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15143
15144 * gnus.el: No Gnus v0.6 is released.
15145
15146 2007-04-27 Didier Verna <didier@xemacs.org>
15147
15148 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15149 * gmm-utils.el (gmm-regexp-concat): ... here.
15150 * message.el: Don't require 'gnus-util.
15151 (message-dont-reply-to-names): Handle name change above.
15152 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15153
15154 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15155
15156 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15157 since the initial value varies according to the system.
15158
15159 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15160
15161 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15162
15163 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15164
15165 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15166
15167 2007-04-24 Didier Verna <didier@xemacs.org>
15168
15169 Improve the type of gnus-ignored-from-addresses.
15170 * gnus-util.el (gnus-orify-regexp): New function.
15171 * message.el (gnus-util): Require it.
15172 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15173 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15174 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15175
15176 2007-04-24 Didier Verna <didier@xemacs.org>
15177
15178 * gnus-sum.el:
15179 * gnus-utils.el: Fix some trailing whitespaces.
15180
15181 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15182
15183 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15184 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15185 article's Message-ID; refer parent article in summary buffer.
15186
15187 * message.el (message-bounce): Call mime-to-mml.
15188
15189 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15190
15191 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15192
15193 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15194
15195 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15196 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15197 displayed of multipart/alternative part if it is invoked from summary
15198 buffer.
15199
15200 * mm-view.el (mm-inline-text-html-render-with-w3m)
15201 (mm-inline-text-html-render-with-w3m-standalone)
15202 (mm-inline-render-with-function): Use mail-parse-charset by default.
15203
15204 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15205
15206 * parse-time.el (parse-time-string-chars): Check if CHAR
15207 is less than the length of parse-time-syntax.
15208
15209 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15210
15211 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15212 from gnus-newsgroup-processable.
15213
15214 2007-04-16 Didier Verna <didier@xemacs.org>
15215
15216 * gnus-msg.el (gnus-configure-posting-styles):
15217 Handle message-signature-directory properly with :file syntax.
15218 Reported by "Leo".
15219
15220 2007-04-11 Didier Verna <didier@xemacs.org>
15221
15222 New user option: message-signature-directory.
15223 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15224 * message.el (message-insert-signature): Ditto.
15225 * message.el (message-signature-file): Doc update.
15226 * message.el (message-signature-directory): New.
15227
15228 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15229
15230 * gnus-msg.el (gnus-inews-yank-articles):
15231 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15232
15233 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15234
15235 * message.el (message-yank-original): Make sure cited text ends with
15236 newline; don't exchange point and mark.
15237
15238 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15239
15240 * tls.el (open-tls-stream): Properly handle case where there
15241 is no associated buffer.
15242
15243 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15244
15245 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15246 message-yank-original, make sure (< mark TEXT point).
15247
15248 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15249
15250 * message.el (message-fill-column): New variable.
15251 (message-mode): Use it. Add comment on a possible new hook.
15252
15253 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15254 (nnmail-get-new-mail): Reformat.
15255
15256 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15257
15258 * gmm-utils.el: Fix Commentary.
15259 (gmm-tool-bar-from-list): Fix typo in doc string.
15260
15261 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15262
15263 * message.el (message-yank-original): Don't switch point and mark
15264 unnecessarily to put point and mark as documented.
15265
15266 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15267
15268 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15269 from the message heads.
15270
15271 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15272
15273 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15274 article buffer does not have a window. This may not be the best
15275 solution but is certainly better than setting the start of the null,
15276 that is the current, window.
15277
15278 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15279
15280 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15281 (gnus-draft-setup): Run it.
15282
15283 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15284 gnus-score-fast-scoring. Allow regexp.
15285 (gnus-score-headers): Use it.
15286
15287 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15288 XEmacs.
15289
15290 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15291 string.
15292 (gnus-button-alist): Also catch `<f1> k ...'.
15293 (gnus-treat-display-x-face): Fix doc string.
15294
15295 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15296
15297 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15298 evaluation of gnus-extended-version to ensure correct generation of the
15299 User-Agent header when message-generate-headers-first is used.
15300
15301 2007-03-24 Simon Josefsson <simon@josefsson.org>
15302
15303 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15304 hashcash-path is nil. Don't call callback with incorrect number of
15305 parameters if val is 0.
15306
15307 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15308
15309 * message.el (message-required-news-headers):
15310 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15311
15312 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15313
15314 * message.el (message-generate-new-buffers): Change the meaning of the
15315 nil value; add `standard' to the choices; treat t as `unique'; improve
15316 doc string.
15317 (gnus-select-frame-set-input-focus): Autoload.
15318 (message-buffer-name): Search for the existing message buffer if
15319 message-generate-new-buffers is nil or `standard'; treat the value t of
15320 message-generate-new-buffers as `unique'.
15321 (message-pop-to-buffer): Raise the frame already displaying the message
15322 buffer; clear the echo area after querying.
15323 (message-setup): Pass the `continue' argument to compose-mail.
15324 (message-mail): Prefer `switch-function' if it is given; search for the
15325 existing message buffer if the `continue' argument is non-nil; pass
15326 continue and switch-function arguments to compose-mail by way of
15327 message-setup.
15328 (message-mail-other-window): Adjust argument of message-setup.
15329 (message-mail-other-frame): Ditto.
15330
15331 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15332
15333 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15334 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15335 to turn font-lock on when turning gnus-message-citation-mode on.
15336
15337 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15338
15339 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15340 (mml-smime-function-alist): New variable; add epg as the backend.
15341 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15342 mml-smime- functions instead.
15343 * mm-view.el: Require smime.
15344
15345 2007-03-05 Didier Verna <didier@xemacs.org>
15346
15347 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15348 instead of just inheritance for posting styles.
15349 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15350
15351 2007-02-24 John Paul Wallington <jpw@pobox.com>
15352
15353 * tls.el (tls-certtool-program): Fix custom type.
15354
15355 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15356
15357 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15358 and point-at-eol instead of line-(beginning|end)-position.
15359
15360 * assistant.el (assistant-parse-buffer): Ditto.
15361
15362 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15363
15364 * mml2015.el (mml2015-epg-find-usable-key): New function.
15365 (mml2015-epg-sign): Use it.
15366 (mml2015-epg-encrypt): Use it.
15367
15368 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15369
15370 * message.el (message-make-in-reply-to): Quote name containing
15371 non-ASCII characters. It will make the RFC2047 encoder cause an error
15372 if there are special characters. Reported by NAKAJI Hiroyuki
15373 <nakaji@jp.freebsd.org>.
15374
15375 2007-02-27 Didier Verna <didier@xemacs.org>
15376
15377 Include the group parameters as well as the topic ones in the
15378 inheritance filter process.
15379 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15380 argument GROUP-PARAMS-LIST.
15381 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15382
15383 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15384
15385 * nntp.el (nntp-never-echoes-commands)
15386 (nntp-open-connection-functions-never-echo-commands): New variables.
15387 (nntp-send-command): Use them.
15388
15389 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15390
15391 * mml2015.el (mml2015-epg-verify): Simplify.
15392
15393 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15394
15395 * mml.el (mml-content-disposition-alist): New user option.
15396 (mml-content-disposition): New function.
15397 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15398 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15399
15400 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15401
15402 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15403 verification.
15404
15405 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15406
15407 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15408 articles posted in the last 24 hours.
15409
15410 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15411
15412 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15413
15414 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15415
15416 * nntp.el (nntp-send-command): Don't wait for echoes when
15417 nntp-open-ssl-stream is used.
15418
15419 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15420
15421 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15422 (gnus-message-add-citation-keywords)
15423 (gnus-message-remove-citation-keywords): Remove.
15424 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15425 directly, make the variables in font-lock-defaults buffer-local, add
15426 gnus-message-citation-keywords to them and then update the value of
15427 font-lock-keywords.
15428
15429 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15430
15431 * message.el (message-cite-original-1): Don't call
15432 gnus-article-highlight-citation.
15433
15434 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15435 citations; fix line count.
15436
15437 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15438
15439 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15440 (gnus-message-add-citation-keywords)
15441 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15442 versions of font-lock-add-keywords and font-lock-remove-keywords to
15443 work with XEmacs correctly.
15444
15445 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15446
15447 * gnus-cite.el (gnus-cite-face-list): Set the values of
15448 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15449 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15450 (gnus-message-cite-prefix-regexp): New variable.
15451 (gnus-message-search-citation-line): Use it; protect against long
15452 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15453 the 0th match data for Emacs.
15454 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15455 (gnus-message-add-citation-keywords): Append keywords rather than
15456 prepending; emulate font-lock-add-keywords if it is not available.
15457 (gnus-message-remove-citation-keywords):
15458 Emulate font-lock-remove-keywords if it is not available.
15459
15460 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15461
15462 * message.el (message-cite-prefix-regexp): Set the value of
15463 gnus-message-cite-prefix-regexp.
15464
15465 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15466
15467 * nnweb.el (nnweb-google-parse-1): Update parser.
15468
15469 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15470
15471 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15472
15473 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15474
15475 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15476 regexp.
15477
15478 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15479
15480 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15481 string-to-multibyte.
15482 (uudecode-decode-region-internal): Use it.
15483
15484 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15485
15486 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15487 Fix custom choice.
15488
15489 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15490
15491 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15492
15493 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15494
15495 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15496 `write-region' to respect `mm-inhibit-file-name-handlers'.
15497
15498 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15499
15500 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15501 Use gnus-home-directory instead of "~/" or "$HOME".
15502
15503 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15504
15505 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15506 to mention filename.
15507 Add comments at beginning regarding usage.
15508 (encrypt-write-file-contents): Change interactive so a string is
15509 acceptable. If the file has no associated model, show an error instead
15510 of a nonsense prompt.
15511
15512 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15513
15514 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15515 Thanks to Yoshihiko Yamada for kind notification of this typo.
15516
15517 2007-01-12 Kenichi Handa <handa@m17n.org>
15518
15519 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15520 multibyte buffer.
15521
15522 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15523
15524 * gnus-score.el (gnus-score-fast-scoring): New variable.
15525 (gnus-score-headers): Use it.
15526
15527 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15528
15529 * message.el (message-cite-original-1):
15530 Call gnus-article-highlight-citation if requested.
15531 (message-make-from): Allow name and address as optional arguments.
15532
15533 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15534
15535 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15536 bugs to doc string.
15537 (gnus-button-alist): Add mid\\|message-id.
15538 (gnus-button-fetch-group): Extend for use in
15539 `browse-url-browser-function'.
15540 (gnus-button-url-regexp): Try to catch paired parentheses like in
15541 Wikipedia URLs.
15542
15543 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15544 Suggested by Simon Krahnke <overlord@gmx.li>.
15545
15546 2007-01-13 Romain Francoise <romain@orebokech.com>
15547
15548 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15549 Update copyright.
15550
15551 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15552
15553 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15554
15555 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15556
15557 * gnus-registry.el (gnus-registry-unfollowed-groups)
15558 (gnus-registry-split-fancy-with-parent): Fix documentation.
15559
15560 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15561
15562 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15563 from nnweb groups.
15564
15565 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15566
15567 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15568 Xref urls. Erase buffer before requesting head.
15569
15570 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15571
15572 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15573
15574 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15575 customizable.
15576
15577 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15578
15579 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15580 no signing key is found.
15581 (mml2015-epg-encrypt): Ask user whether to skip or abort if
15582 no encrypting and/or signing key is found.
15583
15584 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15585
15586 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15587
15588 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15589
15590 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15591 headers read from disk with the ones newly found in the current search.
15592 This should no longer cause problems, because the article numbers in
15593 Gmane's `nov.php' output are ignored since the previous change.
15594
15595 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15596
15597 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15598
15599 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15600
15601 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15602
15603 2007-01-01 Romain Francoise <romain@orebokech.com>
15604
15605 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15606
15607 2006-12-31 Steve Youngs <steve@sxemacs.org>
15608
15609 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15610 `define-minor-mode' macro definition expanded properly.
15611 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15612 exclude it there.
15613
15614 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15615 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15616 `fboundp' test.
15617 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15618 This is OK to autoload in (S)XEmacs now.
15619
15620 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15621
15622 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15623 keystroke.
15624 (gnus-summary-limit-to-singletons): Fix typo.
15625
15626 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15627 else fails.
15628
15629 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15630
15631 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15632 docstring.
15633
15634 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15635 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15636 (gnus-summary-insert-dormant-articles): Fix typo in message.
15637
15638 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15639
15640 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15641 nil for XEmacs.
15642 (gnus-message-citation-mode): Don't autoload in XEmacs.
15643
15644 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15645
15646 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15647
15648 * nnimap.el (nnimap-expunge-search-string):
15649 Mention nnimap-search-uids-not-since-is-evil in docstring.
15650
15651 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
15652
15653 * spam.el: Revert to make-obsolete-variable because
15654 define-obsolete-variable-alias is not supported in Emacs 21.
15655
15656 * spam.el (spam-ifile-path, spam-ifile-database-path)
15657 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15658 make-obsolete-variable.
15659 (spam-bsfilter-path, spam-bsfilter-program)
15660 (spam-spamassassin-path, spam-spamassassin-program)
15661 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15662 Don't use "path" inappropriately.
15663 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15664 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15665 variable names.
15666
15667 2006-12-28 Daiki Ueno <ueno@unixuser.org>
15668
15669 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15670 summary buffer.
15671
15672 * password.el (password-cache-remove): Use clear-string to burn
15673 password, if available.
15674
15675 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15676
15677 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15678
15679 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15680
15681 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15682 (gnus-message-highlight-citation): Move defcustom here from
15683 gnus-cite.el.
15684 (gnus-message-citation-mode): Autoload.
15685
15686 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
15687 checks to make it compile with XEmacs.
15688 (gnus-message-citation-mode): New minor mode.
15689 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15690 (gnus-message-highlight-citation): New variables.
15691 (gnus-message-search-citation-line)
15692 (gnus-message-add-citation-keywords)
15693 (gnus-message-remove-citation-keywords)
15694 (turn-on-gnus-message-citation-mode)
15695 (turn-off-gnus-message-citation-mode): New functions.
15696
15697 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
15698
15699 * gnus-cite.el: Enable highlighting of different citation levels in
15700 message-mode.
15701
15702 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15703
15704 * message.el (message-make-fqdn): Fix comment.
15705 (message-bogus-system-names): Add ".local".
15706
15707 * spam.el (spam-ifile-path, spam-ifile-program)
15708 (spam-ifile-database-path, spam-ifile-database)
15709 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15710 Don't use "path" inappropriately.
15711 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15712 strings.
15713 (spam-check-ifile, spam-ifile-register-with-ifile)
15714 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15715 Use new variable names.
15716
15717 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15718 (gnus-treat-display-smileys): Simplify using
15719 gnus-image-type-available-p.
15720
15721 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15722 available.
15723
15724 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15725
15726 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15727 one after turning on the buffer's multibyteness instead of decoding
15728 them directly in the unibyte buffer that causes unexpected conversion
15729 in Emacs 23 (unicode).
15730
15731 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15732
15733 * message.el (message-generate-hashcash): Fix custom type.
15734
15735 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15736
15737 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15738
15739 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15740
15741 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15742 disconnect icons. Add help text.
15743
15744 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
15745
15746 * spam.el (spam-extra-header-to-number): CRM114 spam score is
15747 negated to be consistent with the others we handle.
15748
15749 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15750
15751 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15752 version of gnus-summary-buffer to something, so that we can use two
15753 article buffers at the same time.
15754
15755 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
15756
15757 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15758 trigger all the extra headers.
15759 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15760 sorting.
15761
15762 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15763
15764 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15765 solid groups.
15766
15767 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
15768
15769 * legacy-gnus-agent.el: Add Copyright notice.
15770
15771 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
15772
15773 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15774
15775 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15776
15777 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15778
15779 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15780 to make it work reliably in CVS Emacs.
15781 (gnus-summary-limit-strange-charsets-predicate)
15782 (gnus-summary-limit-to-predicate): New functions.
15783
15784 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
15785
15786 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15787 specifying array size.
15788 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15789 array if it is too small.
15790 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15791 (gnus-sort-threads-loop): New function.
15792
15793 2006-12-06 Chris Moore <dooglus@gmail.com>
15794
15795 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15796 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15797
15798 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
15799
15800 * mm-url.el (mm-url-predefined-programs): Call curl with correct
15801 options.
15802
15803 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15804
15805 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15806 DOS-ing the recipient.
15807
15808 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15809 the headers when creating the mapping to avoid mismappings.
15810 (nnweb-gmane-create-mapping): Always nix out old mapping.
15811
15812 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15813
15814 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15815 and mm-verify-option to never.
15816
15817 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15818
15819 * message.el (message-signed-or-encrypted-p): New function.
15820 (message-forward-make-body): Use it.
15821
15822 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15823 Replace encode-coding-string with mm-encode-coding-string.
15824
15825 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
15826
15827 * nneething.el (nneething-decode-file-name):
15828 Replace decode-coding-string with mm-decode-coding-string.
15829
15830 * gnus-int.el (gnus-open-server): Say failed server's name.
15831
15832 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
15833
15834 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15835 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15836
15837 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15838 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15839 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15840 (gnus-group-make-directory-group, gnus-group-transpose-groups):
15841 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15842 (gnus-subscribe-newsgroup, gnus-1):
15843 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15844 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15845 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15846 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15847
15848 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15849
15850 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15851 keystroke.
15852 (gnus-summary-limit-to-bodies): Implement headersp.
15853
15854 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15855
15856 * dns.el (query-dns): Protect against "Process dns deleted" strings.
15857
15858 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15859
15860 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15861
15862 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15863
15864 * message.el (message-generate-hashcash): Expand range of values to
15865 include `opportunistic'.
15866 (message-send-mail): Use it.
15867
15868 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15869
15870 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15871 and comment it.
15872
15873 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15874
15875 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
15876
15877 * gnus-util.el (gnus-extract-address-components): Improve comment.
15878
15879 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15880
15881 * gnus-util.el (gnus-extract-address-components): Work with address in
15882 which the name portion contains @.
15883
15884 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15885
15886 * gnus.el (gnus-start): Move custom group up.
15887 (gnus-select-method): Don't autoload, but make it available for
15888 `customize-variable'.
15889 (gnus-getenv-nntpserver): Don't autoload.
15890
15891 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
15892
15893 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15894
15895 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15896
15897 * message.el (message-sendmail-extra-arguments): New variable.
15898 (message-send-mail-with-sendmail): Use it.
15899
15900 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15901
15902 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15903 mm-with-unibyte-current-buffer to make string unibyte.
15904
15905 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15906 mm-string-as-multibyte.
15907
15908 2006-11-14 Daiki Ueno <ueno@unixuser.org>
15909
15910 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15911 Reported by Werner Koch <wk@gnupg.org>.
15912
15913 2006-11-14 Daiki Ueno <ueno@p360>
15914
15915 * mml2015.el: Autoload epa-select-keys when compiling.
15916
15917 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15918
15919 * mml2015.el (mml2015-epg-sign): Save the signing keys in
15920 message-options.
15921 (mml2015-epg-encrypt): Save the recipient keys in message-options.
15922
15923 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15924
15925 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15926 EasyPG (< 0.0.6).
15927 (mml2015-always-trust): New user option.
15928 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15929 prompt.
15930
15931 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15932
15933 * nntp.el (nntp-authinfo-force): New variable.
15934 (nntp-send-authinfo): Use it.
15935
15936 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
15937
15938 * message.el (message-strip-subject-encoded-words): Allow _not_ to
15939 decode encoded words. Improve prompt. Add comment about forwarding.
15940 (message-replacement-char): Move up.
15941
15942 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15943
15944 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15945 instead of gnus-intersection because arguments of gnus-sorted-nunion
15946 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
15947
15948 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
15949
15950 * message.el (message-strip-subject-encoded-words): Reformat prompt.
15951 (message-simplify-subject-functions):
15952 Enable message-strip-subject-encoded-words by default.
15953
15954 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
15955
15956 * message.el (message-strip-subject-encoded-words): New function.
15957 (message-simplify-subject-functions): New variable.
15958 (message-simplify-subject): Use it. Fix typo in doc string.
15959 Support message-strip-subject-encoded-words.
15960
15961 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
15962
15963 * gnus-diary.el (gnus-diary-delay-format-function):
15964 * nndiary.el (nndiary-reminders):
15965 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15966
15967 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15968
15969 * gnus-art.el (article-hide-boring-headers): Fetch date from
15970 gnus-original-article-buffer to avoid problems with localized date
15971 strings.
15972
15973 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15974
15975 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15976
15977 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
15978
15979 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15980 New variables.
15981 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15982 (mm-charset-synonym-alist): Move some entries to
15983 mm-codepage-iso-8859-list.
15984 (mm-charset-synonym-alist, mm-charset-override-alist):
15985 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15986
15987 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15988
15989 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15990
15991 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15992
15993 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15994 with Emacs 21 and XEmacs.
15995
15996 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
15997
15998 * spam.el (spam-parse-address): New function for better parsing,
15999 catching errors, etc.
16000 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16001
16002 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16003
16004 * mm-view.el: Add interactive arg to html2text autoload.
16005
16006 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16007
16008 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16009
16010 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16011
16012 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16013 New variables.
16014 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16015 (mm-charset-synonym-alist): Move some entries to
16016 mm-codepage-iso-8859-list.
16017
16018 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16019
16020 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16021
16022 * message.el (message-citation-line-format)
16023 (message-insert-formated-citation-line): Fix implementation of %E, %N
16024 and %n according to the doc string.
16025
16026 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16027
16028 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16029 Use car-safe to avoid bad parses.
16030
16031 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16032
16033 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16034 names.
16035
16036 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16037
16038 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16039
16040 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16041 header.
16042
16043 * message.el (message-draft-headers): Add Date.
16044 (message-headers-to-generate): Fix typo in docstring.
16045
16046 * nndraft.el (nndraft-required-headers): New variable.
16047 (nndraft-generate-headers): Use it.
16048
16049 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16050
16051 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16052
16053 * gnus-registry.el (gnus-registry-wash-for-keywords)
16054 (gnus-registry-find-keywords): New functions to allow easy searching of
16055 articles that are in the registry.
16056
16057 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16058
16059 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16060 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16061 Reported by Damien Elmes <damien@repose.cx>.
16062
16063 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16064
16065 * gnus.el (gnus-mime): Remove unused custom group.
16066
16067 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16068
16069 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16070 "blank line" when searching for end of armor headers.
16071
16072 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16073
16074 * gmm-utils.el (gmm-write-region): Fix variable name.
16075
16076 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16077
16078 * gmm-utils.el (gmm-write-region): New function based on compatibility
16079 code from `mm-make-temp-file'.
16080
16081 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16082
16083 * nnmaildir.el (nnmaildir--update-nov)
16084 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16085 Use `gmm-write-region'.
16086
16087 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16088
16089 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16090 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16091
16092 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16093
16094 * message.el (message-replacement-char): New variable.
16095 (message-fix-before-sending): Use it.
16096 (message-simplify-subject): New function to remove duplicate code.
16097 (message-reply, message-followup): Use it.
16098
16099 * gnus-sum.el (gnus-summary-make-menu-bar):
16100 Clarify gnus-summary-limit-to-articles.
16101
16102 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16103
16104 * gnus-util.el (gnus-with-local-quit): New macro.
16105
16106 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16107
16108 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16109
16110 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16111 ignore non-string data.
16112
16113 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16114
16115 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16116 non-string data (needs to be done in the registry too).
16117
16118 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16119
16120 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16121 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16122 (gnus-registry-split-fancy-with-parent)
16123 (gnus-registry-fetch-simplified-message-subject-fast)
16124 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16125 Remove text properties on ingress into the registry and when it's saved.
16126 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16127 registry from entries with no groups.
16128
16129 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16130
16131 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16132 function to remove string properties.
16133
16134 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16135
16136 * gmm-utils.el (gmm): Adjust custom version.
16137
16138 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16139 Adjust custom version.
16140
16141 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16142
16143 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16144
16145 * gnus-art.el (gnus-insert-prev-page-button)
16146 (gnus-insert-next-page-button): Simplify. Reformat.
16147
16148 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16149
16150 * gnus-art.el (gnus-insert-prev-page-button)
16151 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16152
16153 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16154
16155 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16156
16157 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16158
16159 * gnus-art.el (gnus-insert-mime-button)
16160 (gnus-insert-mime-security-button):
16161 Apply gnus-article-button-face to MIME and security buttons.
16162
16163 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16164
16165 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16166 readable.
16167
16168 2006-09-20 Steve Youngs <steve@sxemacs.org>
16169
16170 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16171 `browse-url-of-file' instead of `browse-url'.
16172
16173 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16174
16175 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16176 regexp. Articles containing quotation were cut prematurely.
16177
16178 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16179
16180 * message.el (message-cite-original-1): Use nobody by default for the
16181 value of From header.
16182 (message-reply): Ditto.
16183
16184 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16185
16186 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16187 to the gnus-info. This fixes a bug of inline-PGP message verification.
16188 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16189
16190 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16191
16192 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16193 mails in the doc string. Add some URLs in comment.
16194 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16195
16196 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16197
16198 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16199 backslashes handling and the way to find boundaries of quoted strings.
16200
16201 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16202
16203 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16204 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16205 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16206 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16207
16208 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16209
16210 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16211 doc string.
16212 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16213
16214 2006-09-06 Simon Josefsson <jas@extundo.com>
16215
16216 * mml2015.el (mml2015-use): Doc fix, mention epg.
16217
16218 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16219
16220 * mml2015.el (mml2015-use): Default to epg, if available.
16221
16222 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16223
16224 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16225 message-sender.
16226 (mml1991-epg-encrypt): Ditto.
16227 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16228 message-sender.
16229 (mml2015-epg-encrypt): Ditto.
16230
16231 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16232
16233 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16234 several common directories.
16235
16236 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16237
16238 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16239 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16240
16241 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16242
16243 * gnus-art.el (article-decode-encoded-words): Make it fast.
16244
16245 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16246
16247 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16248
16249 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16250 in quoted string into `\'.
16251
16252 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16253
16254 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16255 Use standard-syntax-table.
16256
16257 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16258
16259 * gnus-art.el (gnus-decode-address-function): New variable.
16260 (article-decode-encoded-words): Use it to decode headers which are
16261 assumed to contain addresses.
16262 (gnus-mime-delete-part): Remove useless `or'.
16263
16264 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16265 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16266 (gnus-nov-parse-line): Use it to decode From header.
16267 (gnus-get-newsgroup-headers): Ditto.
16268 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16269
16270 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16271 (mail-decode-encoded-address-string): New alias.
16272
16273 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16274 New function.
16275 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16276 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16277 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16278 (rfc2047-decode-string): Ditto.
16279 (rfc2047-decode-address-region): New function.
16280 (rfc2047-decode-address-string): New function.
16281
16282 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16283
16284 * message.el (message-caesar-buffer-body): Allow rotating headers.
16285
16286 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16287
16288 * message.el (message-insert-formated-citation-line): Fix %f.
16289 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16290
16291 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16292
16293 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16294 (gnus-bookmark-mouse-available-p): New macro.
16295 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16296 (gnus-bookmark-bmenu-show-infos): Use it.
16297 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16298 (gnus-bookmark-bmenu-hide-infos): Ditto.
16299 (gnus-bookmark-remove-properties): New function.
16300 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16301 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16302 (gnus-bookmark-write-file): Bind coding-system-for-write.
16303 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16304 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16305 group before selecting it.
16306 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16307 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16308 quit-window if it is not available; use gnus-mouse-2 and bind it to
16309 gnus-bookmark-bmenu-select-by-mouse.
16310 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16311 (gnus-bookmark-bmenu-select-by-mouse): New function.
16312
16313 2006-08-13 Romain Francoise <romain@orebokech.com>
16314
16315 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16316 space.
16317
16318 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16319
16320 * compface.el (uncompface): Use binary rather than raw-text-unix.
16321
16322 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16323
16324 * compface.el (uncompface): Make sure the eol conversion doesn't take
16325 place when communicating with the external programs.
16326 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16327
16328 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16329
16330 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16331
16332 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16333
16334 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16335 Make it more robust by parsing author and date independently.
16336
16337 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16338
16339 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16340
16341 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16342
16343 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16344 first matching secret key.
16345 (mml2015-epg-encrypt): Ditto.
16346
16347 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16348 first matching secret key.
16349 (mml1991-epg-encrypt): Ditto.
16350
16351 * mml2015.el (mml2015-encrypt-to-self): New user option.
16352 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16353 mml2015-epg-encrypt-to-self is set.
16354
16355 * mml1991.el (mml1991-encrypt-to-self): New variable.
16356 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16357 mml1991-epg-encrypt-to-self is set.
16358
16359 * mml2015.el (mml2015-signers): New user option.
16360 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16361 (mml2015-epg-encrypt): Allow to select signing keys.
16362
16363 * mml1991.el (mml1991-signers): New variable.
16364 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16365 (mml1991-epg-encrypt): Allow to select signing keys.
16366
16367 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16368
16369 * nnheader.el (nnheader-insert-head): Make it work even if the file
16370 uses CRLF for the line-break code.
16371
16372 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16373
16374 * mml2015.el: Require mml-sec instead of password.
16375 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16376 (mml2015-cache-passphrase): Inherit the default value from
16377 mml-secure-cache-passphrase.
16378 (mml2015-passphrase-cache-expiry): Inherit the default value from
16379 mml-secure-passphrase-cache-expiry.
16380
16381 * mml1991.el: Require mml-sec instead of password.
16382 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16383 (mml1991-cache-passphrase): Inherit the default value from
16384 mml-secure-cache-passphrase.
16385 (mml1991-passphrase-cache-expiry): Inherit the default value from
16386 mml-secure-passphrase-cache-expiry.
16387
16388 * mml-sec.el: Require password.
16389 (mml-secure-verbose): New user option.
16390 (mml-secure-cache-passphrase): New user option.
16391 (mml-secure-passphrase-cache-expiry): New user option.
16392
16393 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16394 Andreas Vögele <andreas@altroot.de> (tiny change)
16395
16396 * pgg-def.el (pgg-truncate-key-identifier):
16397 Truncate the key ID to 8 letters from the end.
16398
16399 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16400
16401 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16402 workaround for the url package included with Emacs.
16403
16404 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16405
16406 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16407
16408 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16409 correctly. This fixes a bug caused by the 2006-05-12 change.
16410
16411 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16412
16413 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16414 some information about the error when saying that the `bogus' mail
16415 group will be used.
16416
16417 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16418
16419 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16420 string.
16421
16422 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16423
16424 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16425
16426 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16427
16428 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16429
16430 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16431
16432 * mml1991.el (mml1991-function-alist): Add epg.
16433 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16434 (mml1991-epg-encrypt): New functions.
16435
16436 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16437
16438 * mml2015.el (mml2015-verbose): New variable.
16439 (mml2015-cache-passphrase): Ditto.
16440 (mml2015-passphrase-cache-expiry): Ditto.
16441 (mml2015-function-alist): Add epg.
16442 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16443 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16444 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16445 New functions.
16446
16447 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16448
16449 * message.el (message-cite-original-1): Preserve region when removing
16450 quoted text due to X-No-Archive in order to avoid bogus attribution
16451 when citing multiple messages.
16452
16453 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16454
16455 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16456 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16457
16458 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16459
16460 * gnus-diary.el (gnus-user-format-function-d)
16461 (gnus-user-format-function-D): Autoload.
16462
16463 * imap.el (Commentary): Fix typo.
16464
16465 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16466 2006-04-22 contribution.
16467
16468 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16469
16470 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16471 It didn't really fix the bogosity I'm seeing with solid web groups.
16472
16473 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16474
16475 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16476 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16477 created using server names. If we use the feature without declaring
16478 it, Gnus does not properly manage server and group state.
16479
16480 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16481 bound.
16482
16483 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16484
16485 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16486 looking up the method using GROUP's prefix before inventing a new one.
16487 It is used on killed/unknown groups in various places where returning
16488 an all-new method isn't expected by the caller.
16489
16490 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16491 and match semantics of gnus-group-real-prefix.
16492
16493 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16494
16495 * nnmail.el (nnmail-broken-references-mailers): New variable.
16496 (nnmail-ignore-broken-references): New function generalizing
16497 nnmail-fix-eudora-headers.
16498 (nnmail-fix-eudora-headers): Now obsolete.
16499
16500 * gnus-art.el (gnus-button-handle-custom):
16501 Support `customize-apropos*'.
16502
16503 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16504
16505 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16506
16507 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16508 articles.
16509
16510 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16511
16512 * message.el (message-cite-reply-above): New variable.
16513 (message-yank-original): Use it.
16514
16515 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16516
16517 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16518
16519 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16520
16521 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16522 as read.
16523
16524 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16525
16526 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16527
16528 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16529 (gnus-bookmark-default-file): Use gnus-directory.
16530 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16531 Remove "*" in doc string.
16532 (gnus-bookmark-write-file): Simplify.
16533 (gnus-bookmark-maybe-sort-alist): Use `when'.
16534 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16535 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16536 Add FIXME about Emacs 21 and XEmacs compatibility.
16537 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16538 compatibility.
16539 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16540 compatibility.
16541 (gnus-bookmark-menu-heading): Fix version.
16542
16543 2006-06-19 Bastien Guerry <bzg@altern.org>
16544
16545 * gnus-bookmark.el: New file.
16546
16547 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16548
16549 * message.el (message-syntax-checks): Doc fix.
16550
16551 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16552
16553 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16554 unsubscribed groups as if they were killed ones. It causes duplicate
16555 entries in gnus-newsrc-alist.
16556
16557 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16558
16559 * message.el (message-syntax-checks): Doc fix.
16560 (message-send-mail): Add check for continuation headers.
16561 (message-check-news-header-syntax): Fix regexp used to check for
16562 continuation headers.
16563
16564 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16565
16566 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16567
16568 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16569
16570 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16571
16572 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16573
16574 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16575 default-truncate-lines.
16576
16577 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16578
16579 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16580 to fill the utf-8 entry.
16581
16582 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16583
16584 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16585
16586 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
16587
16588 * gnus-agent.el (directory-files-and-attributes): Move all the way
16589 forward (the third and final move).
16590 (gnus-agent-read-agentview): Trap reconstruction errors due to
16591 nonexistent directory. Handle by returning nil.
16592
16593 2006-05-30 Didier Verna <didier@xemacs.org>
16594
16595 * message.el (message-dont-reply-to-names): Update the custom type.
16596 * message.el (message-dont-reply-to-names): New defsubst: potentially
16597 convert a list of regexps into a single one.
16598 * message.el (message-get-reply-headers): Use it.
16599 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16600
16601 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16602
16603 * gnus-agent.el (directory-files-and-attributes): Move forward.
16604
16605 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16606
16607 * gnus-ml.el (gnus-mailing-list-subscribe)
16608 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16609 (gnus-mailing-list-message): Fix doc strings.
16610
16611 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16612
16613 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16614 of doing it manually.
16615
16616 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16617
16618 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16619 comment.
16620
16621 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16622
16623 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16624 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16625 (gnus-agent-read-local): All symbols allocated in my-obarray.
16626 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16627 (gnus-agent-regenerate-group): Check numeric names to see if they are
16628 messages or groups.
16629 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16630 better way of do this...)
16631
16632 * gnus-cache.el (gnus-agent-total-fetched-for):
16633 Ignore 'dummy.group' (there should be a better way of do this...)
16634
16635 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16636
16637 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16638 (gnus-saved-headers): Ditto.
16639 (gnus-default-article-saver): Mention functions may have properties.
16640 (gnus-article-save): Override gnus-save-all-headers and
16641 gnus-saved-headers by :headers property which saver function may have.
16642 (gnus-summary-save-in-file): Add :headers property.
16643 (gnus-summary-write-to-file): Ditto.
16644
16645 * gnus-sum.el (gnus-summary-save-article): Bind
16646 gnus-prompt-before-saving to t when saving many articles in a file;
16647 always show all headers.
16648
16649 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16650
16651 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16652 marks.
16653
16654 * message.el (message-indent-citation): Add optional arguments to allow
16655 using it outside of message buffers.
16656
16657 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16658 (gnus-article-treat-unfold-headers): Use it.
16659 (gnus-article-truncate-lines): New variable.
16660 (gnus-article-mode): Use it.
16661 (gnus-article-toggle-truncate-lines): New function.
16662
16663 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16664 Add gnus-article-toggle-truncate-lines.
16665
16666 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16667 coding system in XEmacs, use binary.
16668
16669 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16670
16671 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16672 after-load-alist.
16673
16674 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16675 this function should save decoded articles.
16676 (gnus-summary-write-to-file): Use property to specify this function
16677 should save decoded articles and specify gnus-summary-save-in-file
16678 should be used to save articles other than the first one when saving
16679 many articles.
16680 (gnus-summary-save-body-in-file): Use property to specify this
16681 function should save decoded articles.
16682 (gnus-summary-write-body-to-file): Use property to specify this
16683 function should save decoded articles and specify
16684 gnus-summary-save-body-in-file should be used to save articles other
16685 than the first one when saving many articles.
16686
16687 * gnus-sum.el (gnus-summary-save-article): Simplify.
16688
16689 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16690
16691 * gnus-art.el (gnus-default-article-saver):
16692 Add gnus-summary-write-body-to-file.
16693 (gnus-article-save-coding-system): Don't use coding system object
16694 in XEmacs.
16695 (gnus-read-save-file-name): Add optional `dir-var' argument which
16696 specifies directory in which files are saved; work even if optional
16697 `variable' argument is not specified.
16698 (gnus-summary-write-to-file): Read file name.
16699 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16700 (gnus-summary-write-body-to-file): New function.
16701
16702 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16703 (gnus-summary-local-variables): Add it.
16704 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16705 (gnus-summary-save-article): Remove optional `decode' argument;
16706 determine whether to decode articles by the value of
16707 gnus-default-article-saver; when saving many files using
16708 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16709 it first and use gnus-summary-save-in-file or
16710 gnus-summary-save-body-in-file thereafter unless
16711 gnus-prompt-before-saving is always; move point to article which
16712 will be saved.
16713 (gnus-summary-save-article-file): Revert.
16714 (gnus-summary-write-article-file): Revert.
16715 (gnus-summary-save-article-body-file): Revert.
16716 (gnus-summary-write-article-body-file): New function.
16717
16718 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16719
16720 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16721
16722 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16723
16724 * gnus-art.el (gnus-default-article-saver): Doc fix.
16725 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16726 from gnus-summary-save-article-coding-system, and default to a
16727 certain coding system.
16728 (gnus-output-to-file): Add coding cookie and encode text according
16729 to gnus-article-save-coding-system; don't use mm-append-to-file.
16730
16731 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16732 gnus-art.el and rename to gnus-article-save-coding-system.
16733 (gnus-summary-save-article): Require gnus-art; don't show all
16734 headers if it decodes articles; don't add coding cookie here;
16735 don't bind mm-text-coding-system-for-write.
16736 (gnus-summary-save-article-file): Save decoded articles.
16737 (gnus-summary-write-article-file): When saving many files, use
16738 gnus-summary-write-to-file first and gnus-summary-save-in-file
16739 thereafter unless gnus-prompt-before-saving is always.
16740 (gnus-summary-save-article-body-file): Save decoded articles.
16741
16742 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16743
16744 * nnrss.el (nnrss-check-group): Bind hash-index.
16745
16746 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
16747
16748 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16749 its hash index. Store this hash in `nnrss-group-data'.
16750 (nnrss-read-group-data): Update accordingly.
16751
16752 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16753
16754 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16755 entry.
16756
16757 * gnus-sum.el (gnus-summary-make-menu-bar):
16758 Add gnus-article-browse-html-article.
16759
16760 2006-05-23 Hynek Schlawack <hynek@ularx.de>
16761
16762 * gnus-sum.el (gnus-summary-mime-map):
16763 Add gnus-article-browse-html-article.
16764
16765 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16766
16767 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16768 suitable coding systems in customize.
16769
16770 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
16771
16772 * mail-source.el (mail-sources): Fix custom type.
16773
16774 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16775
16776 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16777 (gnus-summary-expire-articles-now): Shorten prompt.
16778
16779 * gmm-utils.el (wid-edit): Require.
16780 (defun-gmm): Rename from `gmm-defun-compat'.
16781 (gmm-image-search-load-path): Use it.
16782 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
16783
16784 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16785
16786 * gnus-sum.el (gnus-summary-save-article-coding-system):
16787 New variable.
16788 (gnus-summary-save-article): Add optional `decode' argument.
16789 If it is set and gnus-summary-save-article-coding-system is non-nil,
16790 save decoded article.
16791 (gnus-summary-write-article-file): Save decoded article if
16792 gnus-summary-save-article-coding-system is non-nil.
16793
16794 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16795 type.
16796
16797 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16798
16799 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16800
16801 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
16802
16803 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16804 first to test gnus-single-article-buffer which may be buffer-local.
16805
16806 * gnus-sum.el (gnus-summary-setup-buffer):
16807 Make gnus-single-article-buffer buffer-local and nil in ephemeral
16808 group; make gnus-article-buffer, gnus-article-current, and
16809 gnus-original-article-buffer always buffer-local.
16810 (gnus-summary-exit): Kill article buffer belonging to ephemeral
16811 group.
16812 (gnus-handle-ephemeral-exit): Don't move to next summary line.
16813
16814 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16815
16816 * nnml.el (nnml-request-compact-group): Compressed files might not
16817 have .gz extension.
16818
16819 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16820
16821 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16822 (mm-copy-to-buffer): Use with-current-buffer.
16823 (mm-display-part): Simplify.
16824 (mm-inlinable-p): Add optional arg `type'.
16825
16826 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16827
16828 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16829 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16830 Try harder to show the attachment internally or externally using
16831 gnus-mime-view-part-as-type.
16832
16833 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16834
16835 * message.el (message-from-style, message-signature-separator)
16836 (message-user-organization-file, message-send-mail-function)
16837 (message-citation-line-function, message-yank-prefix)
16838 (message-indent-citation-function, message-signature)
16839 (message-signature-file, message-signature-insert-empty-line):
16840 Remove autoloads.
16841
16842 * gnus-art.el (gnus-buttonized-mime-types):
16843 Remove "multipart/signed". Revert 2006-04-26 change.
16844
16845 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16846
16847 * gnus.el (gnus-version-number): Bump version.
16848
16849 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16850
16851 * gnus.el: No Gnus v0.5 is released.
16852
16853 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16854
16855 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16856 fetching articles by message-id.
16857
16858 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16859
16860 * message.el (hashcash): Require hashcash as normal.
16861
16862 * ecomplete.el (ecomplete-highlight-match-line):
16863 Use point-at-eol.
16864 (ecomplete-highlight-match-line): Use `highlight', because that
16865 face exists in both Emacs and XEmacs.
16866
16867 * message.el (message-display-abbrev): Use point-at-bol.
16868
16869 * mail-source.el: Don't require timer/timer-funcs.
16870
16871 * gnus-async.el: Ditto.
16872
16873 * password.el: Ditto.
16874
16875 * mm-url.el: Ditto.
16876
16877 * mm-util.el: Require timer/timer-funcs.
16878
16879 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16880
16881 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16882 Close.
16883
16884 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16885
16886 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16887 unibyte after clear-decrypt function runs.
16888
16889 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16890 returns as a unibyte string.
16891
16892 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
16893
16894 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16895 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16896 (mml1991-pgg-encrypt): Ditto.
16897
16898 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
16899
16900 * message.el (message-user-organization-file): Check several
16901 locations of the organization file.
16902
16903 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16904 Add gnus-article-view-part-as-type.
16905
16906 * gnus-art.el (gnus-article-view-part-as-type): New function.
16907
16908 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16909 .mobi and .travel. Remove .nato, .bitnet and .uucp.
16910
16911 * mml.el: Simplify autoload.
16912 (mml-mode): defvar dnd-protocol-alist instead of using
16913 symbol-value.
16914 (mml-default-directory): New variable.
16915 (mml-minibuffer-read-file): Use it.
16916 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16917
16918 * message.el (message-citation-line-format): New variable.
16919 (message-insert-formated-citation-line): New function.
16920 (message-citation-line-function):
16921 Add `message-insert-formated-citation-line' to custom type.
16922
16923 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16924 to doc string.
16925
16926 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16927 depending on mm-verify-option.
16928
16929 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16930
16931 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16932 binding pgg-* variables; reimplement the section which prevents
16933 MIME header from being signed.
16934 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16935 pgg-text-mode; remove a blank line at the top of body.
16936
16937 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16938 lines at the top of body; use gnus-newsgroup-charset if there's no
16939 Charset header.
16940
16941 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16942
16943 * message.el (message-self-insert-commands): Doc fix.
16944
16945 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16946 (mm-uu-pgp-encrypted-test): Ditto.
16947 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16948 between header and body; return application/pgp-encrypted handle
16949 if decryption failed; decode decrypted body by charset.
16950
16951 * mm-decode.el (mm-automatic-display): Don't make application/pgp
16952 element match to application/pgp-*.
16953
16954 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16955
16956 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16957 HTML.
16958
16959 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16960
16961 * mail-source.el (mail-source-call-script): Message the error
16962 string.
16963
16964 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16965
16966 * gnus-util.el (gnus-byte-compile): Use it.
16967
16968 2006-04-22 xyblor <fake@invalid.email> (tiny change)
16969
16970 * gnus-util.el (kill-empty-logs): New function.
16971
16972 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16973
16974 * message.el (message-mail-alias-type): Doc fix.
16975 (message-mail-alias-type-p): New function.
16976 (message-send): Use it.
16977 (message-mode): Ditto.
16978 (message-strip-forbidden-properties): Ditto.
16979
16980 * ecomplete.el (ecomplete-database-file-coding-system):
16981 New variable.
16982 (ecomplete-save): Use it.
16983 (ecomplete-setup): Use it.
16984
16985 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16986
16987 * message.el (message-self-insert-commands): New variable.
16988 (message-strip-forbidden-properties): Use it.
16989
16990 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16991
16992 * message.el (message-put-addresses-in-ecomplete): Use a regexp
16993 that doesn't make XEmacs choke.
16994
16995 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
16996
16997 * gnus-util.el (gnus-replace-in-string):
16998 Prefer replace-regexp-in-string over of replace-in-string.
16999
17000 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17001
17002 * gnus-util.el (gnus-select-frame-set-input-focus):
17003 Use select-frame-set-input-focus if it is available in XEmacs; use
17004 definition defined in Emacs 22 for old Emacsen.
17005
17006 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17007
17008 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17009
17010 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17011
17012 * gnus-registry.el (gnus-registry-cache-save): Remove text
17013 properties when saving via the temp buffer.
17014
17015 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17016
17017 * message.el (message-generate-hashcash): Honor custom type.
17018
17019 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17020
17021 * message.el (message-generate-hashcash): Default to non-nil when
17022 hashcash is found.
17023
17024 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17025 (gnus-refer-thread-limit): Increase default to 500.
17026
17027 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17028
17029 * flow-fill.el (fill-flowed): Allow delete-space.
17030
17031 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17032
17033 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17034 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17035 Remove autoloads.
17036
17037 2006-04-18 Simon Josefsson <jas@extundo.com>
17038
17039 * message.el (message-generate-hashcash): Default to.
17040
17041 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17042
17043 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17044 concatenating segments rather than before concatenating them.
17045
17046 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17047
17048 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17049
17050 * imap.el (imap-quote-specials): New function.
17051 (imap-login-auth): Quote specials.
17052
17053 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17054
17055 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17056
17057 * message.el (message-forward-make-body-plain):
17058 Allow message-forward-ignored-headers to be a list.
17059 (message-remove-ignored-headers): Factor out into function.
17060 (message-forward-make-body-mml): Use it.
17061 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17062 (rfc2231-parse-string): Allow concatanation of parameters that
17063 aren't contiguous. The test case is
17064 (mail-header-parse-content-type "message/external-body;
17065 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17066 access-type=LOCAL-FILE;
17067 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17068
17069 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17070
17071 * nntp.el (nntp-accept-process-output): Return the value of
17072 `nnheader-accept-process-output'.
17073
17074 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17075
17076 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17077 (gnus-button-alist): Recognize more diff formats.
17078 (gnus-button-patch): Strip directory.
17079
17080 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17081
17082 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17083 Emacs 22 when setting focus.
17084
17085 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17086
17087 * gnus-art.el (gnus-article-treat-types): Do treatment of
17088 text/x-verbatim parts.
17089 (gnus-button-patch): New command.
17090
17091 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17092 addresses that contain invalid characters.
17093
17094 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17095
17096 * message.el (message-put-addresses-in-ecomplete):
17097 Use gnus-replace-in-string.
17098 (message-is-yours-p): Use the more correct
17099 mail-header-parse-address instead of
17100 mail-extract-address-components.
17101 (message-put-addresses-in-ecomplete): Fix typo.
17102
17103 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17104 keystroke.
17105
17106 * gnus-art.el (gnus-treatment-function-alist): Change order of
17107 newsgroups/generic header folding to avoid double-folding.
17108
17109 * message.el (message-hidden-headers): Add X-Draft-From.
17110
17111 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17112 New command.
17113 (gnus-summary-repeat-search-article-backward): New command.
17114
17115 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17116 groups in the parent topic.
17117
17118 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17119
17120 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17121 (spam-extra-header-to-number): Return the CRM114 number as a
17122 number instead of a string.
17123
17124 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17125
17126 * gnus-art.el (gnus-face-properties-alist): Move here from
17127 gnus-fun.
17128
17129 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17130
17131 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17132
17133 * message.el (message-strip-forbidden-properties): Only display on
17134 self-insert-command.
17135
17136 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17137 reindent.
17138 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17139
17140 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17141
17142 * smiley.el (smiley-style): Fix typo.
17143
17144 2006-03-23 Kenichi Handa <handa@m17n.org>
17145
17146 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17147 instead of set-buffer-multibyte.
17148
17149 2006-03-23 Kenichi Handa <handa@m17n.org>
17150
17151 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17152 buffer and then decode the buffer text if necessary.
17153 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17154 first, and after mm-encode-body, change the buffer to unibyte.
17155
17156 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17157
17158 * hashcash.el (hashcash-insert-payment-async-2):
17159 Use message-goto-eoh instead of doing it manually.
17160 (mail-add-payment): Use message-narrow-to-header instead of trying
17161 to do the same itself.
17162
17163 * message.el (message-hidden-headers): Add Face.
17164
17165 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17166 reparenting code.
17167 (gnus-summary-reparent-children): Refactored out code.
17168 (gnus-summary-thread-map): New keystroke.
17169 (gnus-summary-reparent-children): Make into command.
17170
17171 * smiley.el (smiley-style): Default to `medium' if using a large
17172 font.
17173
17174 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17175 does it itself.
17176
17177 * message.el (message-point-in-header-p): Simplify definition.
17178
17179 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17180
17181 * nnagent.el (nnagent-request-set-mark): Silence log file
17182 writing.
17183 (nnagent-request-set-mark): Use write-region instead of
17184 append-to-file.
17185
17186 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17187 strange select method.
17188
17189 * ecomplete.el (ecomplete-display-matches): Get highlightling
17190 right.
17191 (ecomplete-display-matches): Use literals.
17192 (ecomplete-display-matches): Disable message logging.
17193
17194 * message.el (message-display-abbrev): Small optimization.
17195
17196 * ecomplete.el (ecomplete-display-matches): Allow automatic
17197 display.
17198
17199 * message.el (message-strip-forbidden-properties):
17200 Display abbrevs.
17201 (message-display-abbrev): Get automatic display right.
17202
17203 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17204 keystrokes.
17205
17206 2006-04-13 Romain Francoise <romain@orebokech.com>
17207
17208 TODO: Backport to v5-10!
17209
17210 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17211 Move here (and rename) from gnus-registry.el.
17212
17213 * gnus-registry.el: Require gnus-util.
17214 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17215
17216 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17217
17218 * gnus-group.el (gnus-group-catchup-current):
17219 Change if-then-else-if-then-else into cond.
17220 (gnus-group-catchup): Indent.
17221 (group-name-at-point): New function.
17222 (gnus-fetch-group): Provide default from thing at point.
17223
17224 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17225
17226 * message.el (message-display-abbrev): Fix regexp.
17227
17228 * ecomplete.el (ecomplete-highlight-match-line):
17229 Reimplement choosing.
17230 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17231 dead variables.
17232
17233 * message.el (message-newline-and-indent): Remove debugging.
17234 (message-display-abbrev): Use new implementation.
17235
17236 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17237
17238 * gnus-art.el (gnus-article-mode):
17239 Set cursor-in-non-selected-windows to nil.
17240
17241 * smiley.el: Revert previous change.
17242 (smiley-data-directory): defvar it before using it in the
17243 defcustom of `smiley-style'.
17244
17245 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17246
17247 * message.el (message-newline-and-indent): New function.
17248
17249 * ecomplete.el: Implement more bits.
17250
17251 * message.el (message-put-addresses-in-ecomplete): Clean up the
17252 string.
17253
17254 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17255
17256 * gnus-sum.el (gnus-summary-save-parts):
17257 Bind gnus-summary-save-parts-counter and use it to make unique file
17258 names.
17259
17260 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17261
17262 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17263 parameter to say whether to actually parse the individual
17264 addresses.
17265
17266 * message.el (message-put-addresses-in-ecomplete): New function.
17267 (ecomplete): Require.
17268 (message-mail-alias-type): Add ecomplete as an option.
17269
17270 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17271
17272 * flow-fill.el (fill-flowed): Remove trailing space from blank
17273 quoted lines.
17274
17275 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17276
17277 * smiley.el (smiley-style): Move definition later to avoid a
17278 compilation warning.
17279
17280 2006-04-12 Kenichi Handa <handa@m17n.org>
17281
17282 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17283 buffer and then decode the buffer text if necessary.
17284 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17285 first, and after mm-encode-body, change the buffer to unibyte.
17286 Use mm-disable-multibyte instead of set-buffer-multibyte.
17287
17288 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17289
17290 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17291 Content-Type header instead of Content-Disposition header.
17292 (gnus-mime-inline-part): Ditto.
17293 (gnus-mime-view-part-as-charset): Ignore charset that the part
17294 specifies.
17295
17296 * mm-decode.el (mm-display-part): Work with external parts and
17297 usual parts similarly.
17298
17299 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17300 instead of gnus-display-mime.
17301
17302 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17303 instead of with-temp-buffer.
17304
17305 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17306 tag to summarized topics part in order to encode non-ASCII text.
17307
17308 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17309
17310 * smiley.el (smiley-style): New variable.
17311 (smiley-directory): New function.
17312 (smiley-data-directory): Derive from `smiley-style' using
17313 `smiley-directory'.
17314 (smiley-regexp-alist): Add new entries.
17315
17316 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17317 (gnus-article-browse-delete-temp): Add :version.
17318
17319 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17320
17321 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17322 the sieve region.
17323
17324 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17325
17326 * gnus.el (gnus-version-number): Bump version.
17327
17328 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17329
17330 * gnus.el: No Gnus v0.4 is released.
17331
17332 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17333
17334 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17335 layout.
17336
17337 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17338 unknown charset.
17339
17340 * message.el (message-header-synonyms): Add Original-To to the
17341 default.
17342
17343 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17344 optional parameter.
17345
17346 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17347
17348 * gnus-fun.el (gnus): Require it for gnus-directory.
17349
17350 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17351
17352 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17353
17354 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17355
17356 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17357
17358 2006-04-05 Simon Josefsson <jas@extundo.com>
17359
17360 * password.el (password-reset): New function.
17361
17362 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17363
17364 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17365 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17366
17367 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17368
17369 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17370 Some whitespace was matched into the url, which broke browsing hits
17371 > 100 when mm-url-use-external was nil.
17372
17373 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17374
17375 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17376 Check gnus-extra-headers for 'Newsgroups.
17377
17378 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17379 bound.
17380
17381 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17382
17383 * pgg-gpg.el: Clean up process buffers every time gpg processes
17384 complete.
17385
17386 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17387
17388 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17389 doc string.
17390
17391 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17392
17393 * pgg-gpg.el (pgg-gpg-process-filter)
17394 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17395
17396 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17397 lines, temporary fix.
17398
17399 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17400
17401 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17402
17403 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17404
17405 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17406 default-enable-multibyte-characters. This reverts the change from
17407 revision 6.17 which is no longer necessary because the passphrase
17408 is sent separately now. GnuPG messages are unreadable under
17409 multibyte locales with default-enable-multibyte-characters set to
17410 nil.
17411
17412 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17413
17414 * message.el (message-tool-bar-gnome): Move "spell".
17415
17416 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17417
17418 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17419 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17420 instead.
17421
17422 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17423
17424 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17425 Improve newsgroups handling for NNTP overviews which don't include
17426 Newsgroups.
17427
17428 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17429
17430 * message.el (message-resend): Bind message-generate-hashcash to nil.
17431
17432 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17433
17434 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17435 when searching for already-paid recipients.
17436
17437 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17438
17439 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17440 passphrases when it is not needed.
17441 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17442 passphrase stuff from gpg, should only be necessary when you use
17443 gpg with a smartcard.
17444
17445 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17446
17447 * mml.el (mml-insert-mime): Ignore cached contents of
17448 message/external-body part.
17449
17450 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17451 (mm-insert-part): Ditto.
17452
17453 2006-03-23 Simon Josefsson <jas@extundo.com>
17454
17455 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17456 Reiner.
17457 (pgg-gpg-use-agent-p): Use it again.
17458
17459 2006-03-23 Simon Josefsson <jas@extundo.com>
17460
17461 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17462 older emacsen.
17463 (pgg-gpg-use-agent-p): Don't use it.
17464
17465 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17466
17467 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17468 if we can.
17469
17470 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17471
17472 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17473 (pgg-gpg-update-agent): New function.
17474 (pgg-gpg-use-agent-p): New function.
17475 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17476 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17477 (pgg-gpg-sign-region): Use it.
17478
17479 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17480
17481 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17482 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17483
17484 2006-03-21 Simon Josefsson <jas@extundo.com>
17485
17486 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17487 <wilde@sha-bang.de>.
17488 (pgg-gpg-use-agent): New variable.
17489 (pgg-gpg-process-region): Use it.
17490 (pgg-gpg-encrypt-region): Likewise.
17491 (pgg-gpg-encrypt-symmetric-region): Likewise.
17492 (pgg-gpg-decrypt-region): Likewise.
17493 (pgg-gpg-sign-region): Likewise.
17494 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17495
17496 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17497
17498 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17499
17500 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17501 Add comment on version.
17502
17503 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17504
17505 * smiley.el: Add missing test smiley.
17506
17507 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17508
17509 * mm-decode.el (mm-with-part): New macro.
17510 (mm-get-part): Use it; work with message/external-body as well.
17511 (mm-save-part): Treat name and filename equally.
17512
17513 * mm-extern.el (mm-extern-cache-contents): New function.
17514 (mm-inline-external-body): Use it; force the part to be displayed;
17515 move undisplayer added to the cached handle to the parent.
17516
17517 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17518 (gnus-mime-view-part-as-type): Work with message/external-body.
17519
17520 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17521
17522 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17523
17524 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17525 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17526 Emacs.]
17527
17528 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17529
17530 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17531 path rather than symbol. Always return list of directories.
17532 Guarantee that image directory comes first. [Sync with image.el,
17533 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17534
17535 * message.el (message-make-tool-bar): Adjust to new API of
17536 `gmm-image-load-path-for-library'.
17537
17538 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17539
17540 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17541
17542 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17543
17544 * gnus-art.el (gnus-article-only-boring-p):
17545 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17546 intangible text.
17547 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17548
17549 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17550
17551 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17552 Use `defun' instead of `gmm-defun-compat'.
17553
17554 2006-03-14 Simon Josefsson <jas@extundo.com>
17555
17556 * message.el (message-unique-id): Don't use message-number-base36
17557 if (user-uid) is a float.
17558 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17559
17560 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17561
17562 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17563
17564 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17565 empty line between a part and a message part.
17566
17567 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17568
17569 * smiley.el: Add more test smileys.
17570 (smiley-data-directory, smiley-regexp-alist)
17571 (gnus-smiley-file-types): Fix doc strings.
17572 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17573 adding new elements.
17574 (smiley-mouse-map): Unused code. Make it a comment.
17575
17576 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17577
17578 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17579 scan latest NoCeM messages instead of old ones.
17580 (gnus-nocem-check-article): Fix regexps so as to match to PGP
17581 delimiters that are recently used.
17582 (gnus-nocem-load-cache): Add autoload cookie.
17583
17584 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17585
17586 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17587 level which is larger than gnus-use-nocem is specified.
17588
17589 * gnus-group.el (gnus-group-get-new-news): Ditto.
17590
17591 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
17592
17593 * gnus-util.el (gnus-tool-bar-update): New function.
17594
17595 * gnus-group.el (gnus-group-update-tool-bar): New variable.
17596 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17597
17598 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17599
17600 * gnus-group.el (gnus-group-redraw-when-idle)
17601 (gnus-group-redraw-check): Remove.
17602 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17603
17604 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17605
17606 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17607 if optional last element is specified in splits (FIELD VALUE...).
17608
17609 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17610
17611 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17612 to gmm-image-load-path-for-library. Call with no-error argument.
17613 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17614
17615 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17616
17617 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17618
17619 * gmm-utils.el (gmm-image-load-path): Remove alias.
17620
17621 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17622
17623 * gmm-utils.el (gmm-image-load-path): Add alias.
17624
17625 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17626 nnml-generate-nov-databases-1.
17627 (nnml-generate-nov-databases): Use it.
17628 (nnml-generate-nov-databases-directory): Document no-active
17629 argument.
17630
17631 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17632 directory if path is t. Add no-error.
17633
17634 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17635 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17636
17637 * gnus-art.el (gnus-article-browse-delete-temp-files):
17638 Simplify resetting gnus-article-browse-html-temp-list.
17639
17640 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17641 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17642 Add example to docstring. Rename local variables. Move error
17643 checks to default case in cond and simplify.
17644
17645 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17646
17647 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17648 handle is multipart when calling it recursively.
17649 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17650
17651 2006-03-03 Daniel Pittman <daniel@rimspace.net>
17652
17653 * nnimap.el (nnimap-request-update-info-internal): Optimize.
17654 Don't `gnus-uncompress-range' to avoid excessive memory usage.
17655
17656 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17657
17658 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17659 is loaded.
17660
17661 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17662 loaded.
17663
17664 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17665
17666 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17667 to "Emacs 23 (unicode)" in doc string.
17668
17669 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17670 "Emacs 23 (unicode)" in comment.
17671
17672 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17673
17674 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17675
17676 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17677 characters 160 through 255 in Emacs 23.
17678
17679 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17680
17681 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17682 gnus-article-browse-html-temp.
17683 (gnus-article-browse-delete-temp): Make it customizable.
17684 Add `file'. Adjust doc string.
17685 (gnus-article-browse-delete-temp-files): Add argument.
17686 Allow query for each file. Adjust doc string.
17687 (gnus-article-browse-html-parts):
17688 Add `gnus-article-browse-delete-temp-files' to
17689 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17690
17691 2006-03-02 Hynek Schlawack <hynek@ularx.de>
17692
17693 * gnus-art.el (gnus-article-browse-html-temp)
17694 (gnus-article-browse-delete-temp): New variables.
17695 (gnus-article-browse-delete-temp-files): New function.
17696 (gnus-article-browse-html-parts): Use it.
17697
17698 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17699
17700 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17701
17702 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17703 string.
17704
17705 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17706 gnus-summary-insert-new-articles when unplugged.
17707 Remove gnus-summary-search-article-forward.
17708
17709 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17710 display-visual-class instead of display-color-cells.
17711
17712 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
17713
17714 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17715 message/* containing non-ASCII text properly.
17716
17717 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
17718
17719 * message.el: Require gmm-utils, remove autoloads.
17720 (message-tool-bar): Set default based on
17721 gmm-tool-bar-style.
17722 (message-tool-bar-gnome): Add gmm-customize-mode.
17723
17724 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17725 gmm-tool-bar-style.
17726 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17727
17728 * gnus-group.el (gnus-group-tool-bar): Set default based on
17729 gmm-tool-bar-style.
17730 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17731
17732 * gmm-utils.el (gmm-image-directory): Rename variable from
17733 gmm-image-load-path.
17734 (gmm-image-load-path): Use gmm-image-directory.
17735 (gmm-customize-mode): New function.
17736 (gmm-tool-bar-style): New variable.
17737
17738 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17739 gnus-group-redraw-line-number.
17740 (gnus-group-redraw-check): Simplify.
17741 (gnus-group-tool-bar-update): Remove redraw check.
17742 (gnus-group-make-tool-bar): Add redraw check.
17743
17744 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17745
17746 * gnus-art.el (gnus-button): Add missing parentheses.
17747
17748 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
17749
17750 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17751
17752 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17753
17754 * gnus-art.el (gnus-button): New face.
17755 (gnus-article-button-face): Use it.
17756
17757 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17758 Add gnus-summary-next-page. Re-order.
17759
17760 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17761 next-node are now included.
17762 (gnus-group-redraw-line-number): New internal variable.
17763 (gnus-group-redraw-check): Helper function for updating the tool
17764 bar.
17765 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17766
17767 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17768
17769 * spam.el (spam-spamassassin-score-regexp): New internal variable.
17770 (spam-extra-header-to-number, spam-check-spamassassin-headers):
17771 Use it to match format of Spamassassin 3.0 and later.
17772 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17773 (spam-check-bogofilter)
17774 (spam-bogofilter-register-with-bogofilter): Fix args of
17775 `gnus-error' calls.
17776
17777 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17778
17779 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17780 unnecessary interaction when sending queued mails.
17781 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17782
17783 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
17784
17785 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17786 first or last are nil.
17787
17788 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17789
17790 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17791
17792 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17793
17794 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17795
17796 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17797
17798 * dns.el (query-dns): Protect more against buggy tcp output.
17799
17800 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17801
17802 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17803 nov.php.
17804
17805 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17806
17807 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17808 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17809 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
17810 output on the server side.
17811 (nnweb-google-create-mapping): Update regexps and add some
17812 progress indication.
17813
17814 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
17815
17816 * gnus-group.el (gnus-group-tool-bar-gnome):
17817 Fix gnus-agent-toggle-plugged. Re-order icons.
17818 (gnus-group-tool-bar-gnome):
17819 Add gnus-group-{prev,next}-unread-group.
17820 (gnus-group-tool-bar-gnome): Re-order icons.
17821
17822 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17823 Move gnus-summary-insert-new-articles.
17824
17825 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17826 Fix comments.
17827
17828 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
17829 also available in Emacs 21.3.
17830
17831 * message.el (message-fix-before-sending): Change "Emacs 22" to
17832 "Emacs 23 (unicode)" in comment.
17833
17834 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17835 "Emacs 23 (unicode)" in comment.
17836
17837 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17838 comment.
17839 (mm-coding-system-p): Add comment about no-MULE XEmacs.
17840
17841 * mm-view.el (mm-fill-flowed): Add :version.
17842
17843 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
17844
17845 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17846 and load-path.
17847
17848 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
17849
17850 * message.el: Autoload gmm-image-load-path.
17851 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17852 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
17853 consitency.
17854
17855 * gmm-utils.el (gmm-image-load-path): Also search in
17856 "../etc/images". Don't set gmm-image-load-path if we don't find
17857 the image.
17858
17859 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
17860
17861 * gmm-utils.el (gmm-image-load-path): Don't make
17862 `gmm-image-load-path' include subdirectories which the second arg
17863 `image' might specify.
17864
17865 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17866 subdirectory to icon file names.
17867
17868 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17869
17870 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17871
17872 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17873 gmm-image-load-path calls.
17874
17875 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17876
17877 * message.el (message-make-tool-bar): Ditto.
17878
17879 * mml.el (mml-preview): Add comment concerning tool bar icons.
17880
17881 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17882 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17883
17884 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17885 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17886
17887 * message.el (message-tool-bar-gnome): Use new icon names.
17888 (message-make-tool-bar): Use `gmm-image-load-path'.
17889
17890 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17891 New functions from MH-E.
17892 (gmm-image-load-path): New variable from MH-E.
17893 (gmm-image-load-path): New function from MH-E. Add arguments
17894 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
17895 *-image-load-path-called-flag.
17896
17897 2006-02-21 Milan Zamazal <pdm@brailcom.org>
17898
17899 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17900
17901 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
17902
17903 * nnimap.el (nnimap-request-move-article): Change folder back to
17904 source group before deleting.
17905
17906 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
17907
17908 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17909
17910 * gnus-art.el (mm-url-insert-file-contents-external):
17911 Autoload mm-url.
17912
17913 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17914
17915 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
17916
17917 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17918 coding system which mm-charset-to-coding-system returns for a
17919 given charset is valid.
17920
17921 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17922
17923 * html2text.el (html2text-remove-tag-list):
17924 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17925
17926 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17927
17928 * gnus-cus.el: Revert 2005-10-17 change.
17929
17930 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17931
17932 * gnus-art.el (article-strip-banner):
17933 Call article-really-strip-banner only when the regexp match is made.
17934
17935 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
17936
17937 * gnus-art.el (article-strip-banner):
17938 Use gnus-extract-address-components instead of
17939 mail-header-parse-addresses to make it work with non-ASCII text;
17940 remove mail-encode-encoded-word-string.
17941
17942 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17943 values which are surrounded with \"...\"; make it never cause a
17944 Lisp error; give up parsing of parameters if it failed in
17945 extracting type.
17946
17947 2006-02-14 Arne Jørgensen <arne@arnested.dk>
17948
17949 * smime.el (smime-cert-by-ldap-1): Fix bug where
17950 `smime-ldap-search' returns results without userCertificates.
17951
17952 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17953
17954 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17955
17956 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17957
17958 * spam.el (spam-check-spamassassin-headers): Adapt format for
17959 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
17960 <ari@mbf.ocn.ne.jp>.
17961 (spam-list-of-processors): Add spam-use-gmane.
17962
17963 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17964
17965 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17966 make-temp-file; make it work with XEmacs as well.
17967
17968 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17969 mm-make-temp-file.
17970
17971 * mm-decode.el (mm-display-external): Use the 3rd arg of
17972 mm-make-temp-file.
17973 (mm-create-image-xemacs): Ditto.
17974
17975 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17976
17977 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17978 with message-narrow-to-headers.
17979 (gnus-draft-setup): Narrow to header to run message-fetch-field.
17980 (gnus-draft-check-draft-articles): New function.
17981 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17982
17983 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17984
17985 * gnus-art.el (gnus-article-browse-html-parts):
17986 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17987 Don't use suffix argument for mm-make-temp-file for Emacs 21
17988 compatibility. Remove useless `format'.
17989
17990 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17991
17992 * nnweb.el (nnweb-google-wash-article): Update regexps.
17993 (nnweb-group-alist): Use defvoo instead of defvar.
17994
17995 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17996
17997 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17998 re-loading nn* modules.
17999
18000 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18001
18002 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18003 for `tool-bar-mode' and don't check it's default-value.
18004
18005 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18006
18007 * message.el (message-make-tool-bar): Ditto.
18008
18009 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18010 `substring'. Shorten tmp-file name.
18011
18012 * gnus.el: Remove bogus comment.
18013
18014 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18015
18016 * gnus-art.el (gnus-article-browse-html-parts): New function.
18017 (gnus-article-browse-html-article): New function for viewing html
18018 articles with a browser.
18019
18020 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18021
18022 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18023 (mml2015-pgg-encrypt): Ditto.
18024
18025 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18026 (mml1991-pgg-encrypt): Ditto.
18027
18028 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18029
18030 * nnfolder.el (nnfolder-insert-newsgroup-line):
18031 Use message-make-date instead of current-time-string.
18032
18033 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18034 to gnus-decoded which mm-uu might set.
18035
18036 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18037
18038 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18039 don't decode quoted parameters; remove misimported Emacs code.
18040 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18041 (rfc2231-decode-encoded-string): Don't use split-string which
18042 behaves differently according to Emacs version; use
18043 mm-decode-coding-region to convert charset to coding-system.
18044 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18045 (rfc2231-encode-string): Remove misimported Emacs code.
18046
18047 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18048
18049 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18050 when calling mail-header-parse-content-type.
18051 (article-de-quoted-unreadable): Ditto.
18052 (article-de-base64-unreadable): Ditto.
18053 (article-wash-html): Ditto.
18054
18055 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18056 calling mail-header-parse-content-type and
18057 mail-header-parse-content-disposition.
18058 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18059 mail-header-parse-content-type.
18060
18061 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18062 insert charset and format parameters; encode description after
18063 inserting it to buffer.
18064 (mml-insert-parameter): Fold lines properly even if a parameter is
18065 segmented into two or more lines; change the max column to 76.
18066
18067 * rfc1843.el (rfc1843-decode-article-body): Don't use
18068 ignore-errors when calling mail-header-parse-content-type.
18069
18070 * rfc2231.el (rfc2231-parse-string): Return at least type if
18071 possible; don't cause an error even if it fails in parsing of
18072 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18073 (rfc2231-encode-string): Don't break lines at the beginning, leave
18074 it to mml-insert-parameter.
18075
18076 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18077 calling mail-header-parse-content-type.
18078
18079 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18080
18081 * spam-report.el (spam-report-gmane-use-article-number):
18082 Improve doc string.
18083 (spam-report-gmane-internal): Check if a suitable header was found
18084 in the article.
18085
18086 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18087
18088 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18089 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18090
18091 2006-02-05 Romain Francoise <romain@orebokech.com>
18092
18093 Update copyright notices of all files in the gnus directory.
18094
18095 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18096
18097 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18098
18099 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18100
18101 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18102 segmented lines of parameter value to cope with Thunderbird 1.5
18103 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18104 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18105 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18106
18107 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18108
18109 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18110 parts.
18111
18112 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18113
18114 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18115 there's only one active file for all servers.
18116 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18117 solid groups. Gnus might have used a FAST request to select the group.
18118 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18119 and nnweb-search redundantly in the active file.
18120 (nnweb-request-list): Don't list bogus groups. There can only be one.
18121 (nnweb-request-create-group): Don't use ARGS.
18122 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18123 initializations. Let nnoo do the work.
18124
18125 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18126
18127 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18128 Say the part has been decoded.
18129
18130 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18131
18132 2006-01-31 Kevin Ryde <user42@zip.com.au>
18133
18134 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18135 mailcap-viewer-test-cache when there's no 'test clause, since that
18136 will invert the meaning of a "nil" test previously determined by
18137 mailcap-mailcap-entry-passes-test.
18138
18139 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18140
18141 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18142 compiling.
18143
18144 * gnus-sum.el: Ditto.
18145
18146 * message.el: Don't bind tool-bar-map when compiling.
18147
18148 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18149
18150 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18151
18152 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18153
18154 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18155 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18156 current Google Groups.
18157
18158 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18159
18160 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18161 and tool-bar-mode.
18162
18163 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18164 and tool-bar-mode.
18165
18166 * message.el (message-tool-bar-update): Simplify.
18167 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18168
18169 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18170 gnus-summary-buffer.
18171 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18172 gnus-summary-reply.
18173
18174 * gmm-utils.el (gmm): Add :version.
18175
18176 2006-01-26 Steve Youngs <steve@sxemacs.org>
18177
18178 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18179 Don't autoload.
18180
18181 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18182
18183 * gmm-utils.el (gmm-verbose): Add :group.
18184
18185 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18186
18187 * message.el: Change some comments WRT tool-bars.
18188
18189 * gnus-sum.el (gnus-summary-tool-bar)
18190 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18191 (gnus-summary-tool-bar-zap-list): New variables.
18192 (gnus-summary-make-tool-bar): Complete rewrite using
18193 `gmm-tool-bar-from-list'.
18194
18195 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18196 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18197 New variables.
18198 (gnus-group-make-tool-bar): Complete rewrite using
18199 `gmm-tool-bar-from-list'.
18200 (gnus-group-tool-bar-update): New function.
18201
18202 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18203
18204 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18205
18206 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18207 is dissected into a single part of which the type is the same as
18208 the given one; decode charset.
18209
18210 2006-01-21 Kevin Ryde <user42@zip.com.au>
18211
18212 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18213 into alists as symbol not string, since that's what
18214 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18215 look for.
18216
18217 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18218
18219 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18220 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18221
18222 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18223
18224 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18225
18226 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18227 (gnus-mime-security-button-menu): New definition.
18228 (gnus-mime-security-button-map): Use them.
18229 (gnus-mime-security-button-menu): New function.
18230 (gnus-insert-mime-security-button): Addition to help echo.
18231 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18232 (gnus-mime-security-pipe-part): New functions.
18233
18234 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18235 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18236
18237 * mm-decode.el (mm-handle-set-disposition): Remove.
18238 (mm-handle-set-description): Remove.
18239
18240 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18241
18242 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18243 (mm-w3m-standalone-supports-m17n-p): New function.
18244 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18245 w3m usage.
18246
18247 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18248 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18249
18250 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18251
18252 * message.el (message-tool-bar-zap-list):
18253 Use gmm-tool-bar-zap-list as custom type.
18254 (message-tool-bar-update): New function.
18255 (message-tool-bar, message-tool-bar-gnome)
18256 (message-tool-bar-retro): Add message-tool-bar-update.
18257 (message-tool-bar-gnome): Add flyspell-buffer.
18258
18259 * gnus-util.el (gnus-error): Describe `args'.
18260
18261 * gmm-utils.el (gmm-error): Describe `args'.
18262 (gmm-tool-bar-zap-list): New widget.
18263 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18264
18265 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18266
18267 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18268 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18269 the number of recursive calls.
18270
18271 * mm-decode.el (mm-handle-set-disposition): New macro.
18272 (mm-handle-set-description): New macro.
18273
18274 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18275
18276 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18277 encoding.
18278
18279 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18280
18281 * message.el (message-tool-bar-zap-list, message-tool-bar)
18282 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18283 (message-tool-bar-local-item-from-menu): Remove.
18284 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18285 (message-make-tool-bar): New function.
18286 (message-mode): Use `message-make-tool-bar'.
18287
18288 * gmm-utils.el: New file.
18289 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18290 (gmm-lazy): New widget copied from `nnmail.el'.
18291 (gmm-tool-bar-from-list): New function for creating customizable
18292 tool bars.
18293 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18294 output.
18295 (gmm): Add :prefix to defgroup.
18296
18297 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18298
18299 * gmm-utils.el (gmm-widget-p): New function.
18300
18301 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18302
18303 * mml.el (mml-attach-file): Describe `description' in doc string.
18304 (mml-menu): Add Emacs MIME manual and PGG manual.
18305
18306 2006-01-20 Richard M. Stallman <rms@gnu.org>
18307
18308 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18309
18310 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18311
18312 * nntp.el (nntp-end-of-line): Doc fix.
18313
18314 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18315
18316 * imap.el (imap-open): Handle case where buffer is a buffer
18317 object.
18318
18319 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18320
18321 * gnus-delay.el (gnus-delay): Don't autoload.
18322 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18323 to be re-loaded when customizing the `gnus-delay' group.
18324
18325 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18326
18327 * message.el (message-insert-citation-line): Use newlines.
18328
18329 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18330
18331 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18332
18333 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18334
18335 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18336
18337 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18338
18339 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18340
18341 * mm-decode.el (mm-inlined-types): Add application/pgp.
18342 (mm-automatic-display): Ditto.
18343
18344 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18345 part as text.
18346
18347 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18348
18349 * nnrss.el: Update copyright.
18350 (nnrss-opml-import): Query whether to subscribe to each entry.
18351
18352 * gnus-art.el:
18353 * gnus-sum.el:
18354 * mm-uu.el:
18355 * mm-view.el: Update copyright.
18356
18357 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18358
18359 * message.el (message-info): New function.
18360 (message-mode-menu): Add it.
18361 Update copyright.
18362
18363 * ChangeLog: Fix and update copyright.
18364
18365 2006-01-13 Romain Francoise <romain@orebokech.com>
18366
18367 * message.el (message-forward-subject-name-subject): Prefer the
18368 address to 'nowhere' if the sender has no name.
18369 Fix typo. Update copyright year.
18370
18371 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18372
18373 * gnus-art.el (article-wash-html):
18374 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18375 (gnus-article-wash-html-with-w3m-standalone): New function.
18376
18377 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18378 mm-inline-text-html-render-with-w3m-standalone.
18379 (mm-text-html-washer-alist): Map w3m-standalone to
18380 gnus-article-wash-html-with-w3m-standalone.
18381 (mm-inline-text-html-render-with-w3m-standalone): New function.
18382
18383 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18384
18385 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18386 Improve LaTeX.
18387
18388 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18389
18390 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18391 (nnrss-request-article): Render text/plain parts as HTML.
18392
18393 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18394 the buffer.
18395
18396 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18397
18398 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18399 custom definition of `gnus-posting-styles'.
18400
18401 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18402 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18403
18404 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18405
18406 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18407 Use nntp for bug archive.
18408
18409 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18410
18411 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18412 parts.
18413 (nnrss-normalize-date): New function converts ISO 8601 date into
18414 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18415 (nnrss-check-group): Use it.
18416
18417 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18418
18419 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18420
18421 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18422 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18423 (nnrss-insert-w3): Ditto.
18424
18425 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18426
18427 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18428 the articles to be forwarded including the case where neither a
18429 number of articles nor a region is specified.
18430
18431 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18432
18433 * nnrss.el (nnrss-request-article): Fix last change; fill
18434 text/plain parts.
18435
18436 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18437
18438 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18439 in text/plain part.
18440 (nnrss-check-group): Don't add excessive newline to dc:subject.
18441
18442 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18443
18444 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18445 article.
18446
18447 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18448
18449 * nnml.el: Don't require gnus-bcklg. Autoload it.
18450 (nnml-use-compressed-files, nnml-save-mail): Support other
18451 comression programs such as bzip2.
18452
18453 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18454
18455 * dns.el (query-dns): Make sure we check the buffer size before
18456 removing tcp headers.
18457
18458 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18459
18460 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18461 remove MIME buttons associated with multipart/alternative parts.
18462 (gnus-mime-display-alternative): Tag buttons using `article-type'
18463 text property.
18464
18465 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18466 associated with multipart/alternative parts.
18467
18468 * gnus-art.el (gnus-signature-separator): Fix custom type.
18469
18470 * mm-decode.el (mm-inlined-types): Fix custom type.
18471 (mm-keep-viewer-alive-types): Ditto.
18472 (mm-automatic-display): Ditto.
18473 (mm-attachment-override-types): Ditto.
18474 (mm-inline-override-types): Ditto.
18475 (mm-automatic-external-display): Ditto.
18476
18477 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18478
18479 * spam-report.el (spam-report-user-mail-address)
18480 (spam-report-user-agent): New variables.
18481 (spam-report-url-ping-plain): Use spam-report-user-agent.
18482
18483 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18484
18485 * gnus-art.el (gnus-button-handle-custom): Do not just use
18486 `customize-apropos' for any "M-x customize-*" button but the
18487 function called for. Accept both the function name and its
18488 argument in order to achieve this.
18489 (gnus-button-alist): Remove support for "custom:" URL's.
18490 Pass function name to `gnus-button-handle-custom' in case of "M-x
18491 customize-*" buttons.
18492
18493 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18494
18495 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18496 multipart/alternative and add xref to mm-discouraged-alternatives
18497 in doc string.
18498
18499 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18500 gnus-buttonized-mime-types in doc string.
18501
18502 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18503
18504 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18505 Suggest image/.* in the doc string.
18506
18507 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18508
18509 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18510 message-marks (Debian bug #342521).
18511
18512 2005-12-12 Simon Josefsson <jas@extundo.com>
18513
18514 * password.el (password-read-from-cache): Add.
18515 (password-read): Use it.
18516
18517 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18518
18519 * rfc2047.el (rfc2047-charset-to-coding-system):
18520 Recognize us-ascii as a MIME charset.
18521
18522 * mm-bodies.el (mm-decode-content-transfer-encoding):
18523 Protect against the case where the 2nd arg TYPE is nil.
18524
18525 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18526
18527 * pop3.el (pop3-stream-type): Fix custom version.
18528
18529 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18530
18531 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18532
18533 * mm-decode.el (mm-display-external): Add missing cdr.
18534
18535 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18536
18537 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18538 RFC1524) if it is in mailcap or add a suffix according to
18539 mailcap-mime-extensions when generating a temp filename; postpone
18540 deleting a temp file for 2 seconds for some wrappers, shell
18541 scripts, and so on, which might exit right after having started a
18542 viewer command as a background job.
18543
18544 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18545
18546 * nntp.el (nntp-marks-directory): Fix custom group.
18547
18548 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18549 steps when < 10.
18550
18551 * gnus-start.el (gnus-no-server-1):
18552 Mention `gnus-level-default-subscribed' in doc string.
18553
18554 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18555
18556 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18557 parens.
18558
18559 2005-11-26 Dave Love <fx@gnu.org>
18560
18561 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18562 (tls-program, tls-success): Provide openssl alternative.
18563
18564 * starttls.el: Doc fixes.
18565 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18566 SERVICE to PORT.
18567
18568 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18569 port null or service name.
18570 (starttls-negotiate): Autoload.
18571
18572 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18573
18574 * message.el (message-kill-to-signature): Fix interactive spec.
18575
18576 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18577
18578 * pop3.el (pop3-open-server): Recognize a string as a service name.
18579
18580 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
18581
18582 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18583
18584 2005-11-23 Dave Love <fx@gnu.org>
18585
18586 Add pop3s, pop3/starttls.
18587
18588 * pop3.el (pop3-authentication-scheme): Clarify doc.
18589 (open-tls-stream, starttls-open-stream): Autoload.
18590 (pop3-stream-type): New.
18591 (pop3-open-server): Use it.
18592
18593 * mail-source.el (mail-sources): Fix some :types. Add stream type
18594 for POP.
18595 (mail-source-keyword-map): Add :stream for POP.
18596 (mail-source-fetch-pop): Use pop3-stream-type.
18597
18598 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18599
18600 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18601 of current-time-string.
18602
18603 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18604
18605 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18606 date header.
18607
18608 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18609
18610 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
18611 it can seriously impact performance as it bypasses the agent's
18612 local caches.
18613
18614 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18615
18616 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18617 must be explicitly online rather than "not explicitly offline" for
18618 its flags to be synchronized.
18619
18620 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18621 that gnus-uu-unmark-thread will function correctly.
18622
18623 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18624 1024K is instead displayed as 1M.
18625
18626 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18627
18628 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18629
18630 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18631
18632 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18633
18634 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18635
18636 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18637 error message to display actual error condition.
18638 (gnus-agent-save-local): Avoid saving symbols that are bound to
18639 nil as they simply result in a warning message in
18640 gnus-agent-read-local.
18641
18642 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18643
18644 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18645 rather than make-variable-buffer-local for file-precious-flag.
18646
18647 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18648
18649 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18650 for duplicates which are removed. The invalid sort check then
18651 triggers a rescan after the sort as sorting may have moved
18652 duplicate entries such that they can be cheaply detected.
18653
18654 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18655
18656 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18657
18658 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18659
18660 * gnus-agent.el (gnus-agent-article-alist-save-format):
18661 Change internal variable to a custom variable. Change default value
18662 from compressed(2) to uncompressed(1).
18663 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18664 support for uncompressed agentview files. Taken together, reading
18665 the agentview file should now be 6-7 times faster.
18666
18667 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
18668
18669 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18670 as a buffer-local variable. This avoids creating truncated
18671 dribble files as a result of a hang up, eg.
18672
18673 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18674
18675 * gnus-start.el (gnus-start-draft-setup):
18676 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18677
18678 * gnus.el (gnus-splash): Change custom group.
18679 (gnus-group-get-parameter, gnus-group-parameter-value):
18680 Describe allow-list argument.
18681
18682 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18683 string.
18684
18685 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18686
18687 * gnus-art.el (gnus-default-article-saver): Add user-defined
18688 `function' to custom type.
18689
18690 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18691
18692 * imap.el (imap-open): Handle case where buffer is a buffer
18693 object.
18694
18695 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18696
18697 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18698 long lines.
18699 (gnus-cache-delete-group): Wrap doc strings.
18700
18701 * gnus-agent.el (gnus-agent-rename-group)
18702 (gnus-agent-delete-group): Wrap doc strings.
18703
18704 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18705
18706 * gnus-start.el (gnus-1): Add "native" to
18707 gnus-predefined-server-alist.
18708
18709 * gnus.el (gnus-method-to-server): Don't add "native" to the
18710 lists here, because that leads to problems when
18711 gnus-select-method is bound.
18712
18713 2005-11-09 Simon Josefsson <jas@extundo.com>
18714
18715 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18716 use (not sort-by-date) instead.
18717
18718 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18719
18720 * gnus-delay.el (gnus-delay-group): Don't autoload.
18721 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18722 to be re-loaded when customizing the `gnus-delay' group.
18723
18724 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18725
18726 * message.el: Revert last changes.
18727 (message-insert-citation-line): Use newlines.
18728
18729 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18730
18731 * message.el (message-courtesy-message)
18732 (message-mark-insert-begin, message-mark-insert-end)
18733 (message-elide-ellipsis, message-cancel-message)
18734 (message-add-header, message-change-subject)
18735 (message-cross-post-followup-to-header)
18736 (message-cross-post-insert-note, message-reduce-to-to-cc)
18737 (message-widen-reply, message-delete-not-region)
18738 (message-kill-to-signature, message-insert-signature)
18739 (message-insert-importance-high, message-insert-importance-low)
18740 (message-insert-or-toggle-importance)
18741 (message-insert-disposition-notification-to)
18742 (message-indent-citation, message-yank-original)
18743 (message-cite-original-without-signature, message-cite-original)
18744 (message-insert-citation-line, message-position-on-field)
18745 (message-fix-before-sending, message-send-mail-partially)
18746 (message-send-mail, message-send-mail-with-sendmail)
18747 (message-send-mail-with-qmail, message-send-news)
18748 (message-check-news-header-syntax, message-generate-headers)
18749 (message-insert-courtesy-copy, message-fill-address)
18750 (message-fill-header, message-shorten-references)
18751 (message-setup-1, message-cancel-news)
18752 (message-forward-make-body-plain, message-forward-make-body-mime)
18753 (message-forward-make-body-mml, message-encode-message-body)
18754 (message-forward-make-body-digest-plain)
18755 (message-forward-make-body-digest-mime)
18756 (message-use-alternative-email-as-from): Insert `hard-newline'
18757 instead of ordinary newlines.
18758
18759 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
18760
18761 * message.el (message-generate-headers): Downcase the argument
18762 given to message-check-element.
18763
18764 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
18765
18766 * nntp.el (nntp-authinfo-rejected): New error condition.
18767 (nntp-wait-for): Use new error condition to signal authentication
18768 error.
18769 (nntp-retrieve-data): Rethrow new error condition to break out of
18770 recursive call to nntp-send-authinfo.
18771
18772 2005-11-08 Romain Francoise <romain@orebokech.com>
18773
18774 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18775 (gnus-summary-exit-map): Bind to `Z p'.
18776 (gnus-summary-make-menu-bar): Add menu item.
18777
18778 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
18779
18780 * gnus-art.el (gnus-article-treat-custom): Add `first'.
18781 (gnus-treat-*): Add `first' in all doc strings.
18782
18783 * gnus-group.el (gnus-group-compact-group): Fix typo.
18784
18785 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
18786
18787 * gnus.el (gnus-parameters-case-fold-search): New variable.
18788 (gnus-parameters-get-parameter): Use it.
18789
18790 * gnus-score.el (gnus-home-score-file): Doc fix.
18791
18792 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
18793
18794 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18795
18796 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
18797
18798 * mm-util.el (mm-special-display-p): New function.
18799
18800 * mml.el (mml-preview): Use it; doc fix.
18801
18802 2005-10-29 Romain Francoise <romain@orebokech.com>
18803
18804 * message.el (message-fix-before-sending): Fix comment.
18805
18806 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18807
18808 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18809
18810 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18811
18812 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18813 Used in gnus-score.el.
18814
18815 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
18816
18817 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18818
18819 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
18820
18821 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18822 whitespace removed in revision 7.8. Use concatenated string to
18823 protect trailing whitespace.
18824
18825 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
18826
18827 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18828 (nnimap-request-expire-articles): Use it to avoid sending 'UID
18829 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18830 Courier IMAP ("some version from 2004"). Mostly based on similar
18831 code in the same function.
18832
18833 2005-10-26 Didier Verna <didier@xemacs.org>
18834
18835 * gnus-group.el (gnus-group-compact-group): Invalidate original
18836 article buffer.
18837 * gnus-srvr.el (gnus-server-compact-server): Ditto.
18838 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18839 NOV database and in article itself.
18840 Invalidate article backlog.
18841
18842 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18843
18844 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18845
18846 2005-10-26 Simon Josefsson <jas@extundo.com>
18847
18848 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18849 part of 2004-07-25 change.
18850
18851 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18852
18853 * message.el (message-display-completion-list): New function.
18854 (message-expand-group): Use it; make sure the Completions buffer
18855 is modifiable.
18856
18857 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18858
18859 * imap.el (imap-open): Handle case where buffer is a buffer object.
18860
18861 2005-10-24 Eli Zaretskii <eliz@gnu.org>
18862
18863 * pgg-def.el:
18864 * pgg-gpg.el:
18865 * pgg-parse.el:
18866 * pgg-pgp.el:
18867 * pgg-pgp5.el:
18868 * pgg.el: Move to the parent lisp directory.
18869
18870 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18871
18872 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18873 user-mail-name is an empty string.
18874
18875 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18876
18877 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18878 depending on gnus-score-decay-constant.
18879
18880 * encrypt.el (encrypt-insert-file-contents)
18881 (encrypt-write-file-contents): Don't use `gnus-message'.
18882
18883 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18884 arguments.
18885 (mm-uu-type-alist): Add message-marks and insert-marks.
18886 Pass arguments to mm-uu-verbatim-marks-extract.
18887 (mm-uu-hide-markers): New variable.
18888 (mm-uu-extract): Use face similar to `gnus-cite-3'.
18889
18890 * gnus-fun.el (gnus-convert-image-to-x-face-command)
18891 (gnus-convert-image-to-face-command): Use "convert" by default to
18892 allow other input image formats.
18893 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18894 accordingly.
18895
18896 2005-10-23 Simon Josefsson <jas@extundo.com>
18897
18898 * imap.el (imap-gssapi-program): Align command line parameters
18899 with latest GNU SASL.
18900 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18901
18902 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18903
18904 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18905 HTML.
18906 (nnslashdot-request-article): Ditto.
18907
18908 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18909
18910 * mail-source.el (mail-source-fetch-pop): Require pop3.
18911 (mail-source-check-pop): Ditto.
18912
18913 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
18914
18915 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18916 errors.
18917
18918 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
18919
18920 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18921 (gnus-treat-strip-leading-blank-lines): Improve doc string.
18922
18923 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18924
18925 * mm-bodies.el (mm-decode-string):
18926 Call `mm-charset-to-coding-system' with allow-override argument.
18927
18928 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18929
18930 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18931 (rfc2047-charset-to-coding-system): New function.
18932 (rfc2047-decode-encoded-words): New function.
18933 (rfc2047-decode-region): Use them.
18934 (rfc2047-decode-cte): Remove.
18935 (rfc2047-parse-and-decode): Remove.
18936 (rfc2047-decode): Remove.
18937
18938 2005-10-15 Kenichi Handa <handa@m17n.org>
18939
18940 * rfc2047.el (rfc2047-decode-cte): New function.
18941 (rfc2047-decode-region): Change the way to decode successive
18942 encoded-words: decode B- or Q-encoding in each encoded-word,
18943 concatenate them, and decode it as charset.
18944
18945 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18946
18947 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
18948 widget-move-and-invoke.
18949 (gnus-custom-mode): Use gnus-custom-map.
18950
18951 2005-10-15 Bill Wohler <wohler@newt.com>
18952
18953 * message.el (message-tool-bar-map): Rename image file from
18954 mail_send to mail/send.
18955
18956 2005-10-16 Masatake YAMATO <jet@gyve.org>
18957
18958 * message.el (message-expand-group): Pass the common
18959 prefix substring of completion to `display-completion-list'.
18960
18961 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
18962
18963 * mml-sec.el (mml-secure-method): New internal variable.
18964 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18965 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18966 New functions using mml-secure-method.
18967
18968 * mml.el (mml-mode-map): Add key bindings for those functions.
18969 (mml-menu): Simplify security menu entries. Suggested by Jesper
18970 Harder <harder@myrealbox.com>.
18971 (mml-attach-file, mml-attach-buffer, mml-attach-external):
18972 Goto end of message if point is the headers of the message.
18973
18974 * message.el (message-in-body-p): New function.
18975
18976 * assistant.el: Autoload gnus-util and netrc.
18977
18978 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18979 Use `mm-charset-override-alist' only when decoding.
18980
18981 * mm-bodies.el (mm-decode-body):
18982 Call `mm-charset-to-coding-system' with allow-override argument.
18983
18984 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18985 `filename' from Content-Disposition if Content-Type doesn't
18986 provide `name'.
18987 (gnus-mime-view-part-as-type): Set default instead of
18988 initial-input.
18989
18990 2005-10-09 Daniel Brockman <daniel@brockman.se>
18991
18992 * format-spec.el (format-spec): Propagate text properties of % spec.
18993
18994 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18995
18996 * gnus-art.el (gnus-treat-predicate): Add `first'.
18997
18998 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18999
19000 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19001 (mm-charset-override-alist): New variable.
19002 (mm-charset-to-coding-system): Use it.
19003 (mm-codepage-setup): New helper function.
19004 (mm-charset-eval-alist): New variable.
19005 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19006 Warn about unknown charsets.
19007
19008 2005-10-04 David Hansen <david.hansen@gmx.net>
19009
19010 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19011 (nnrss-check-group): Ditto.
19012
19013 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19014
19015 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19016 Rename x-gnus-verbatim to x-verbatim.
19017 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19018
19019 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19020 x-verbatim.
19021
19022 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19023
19024 * gnus-util.el (gnus-remove-duplicates): Remove.
19025
19026 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19027 instead of gnus-remove-duplicates.
19028
19029 * message.el (message-remove-duplicates): Remove.
19030 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19031 message-remove-duplicates.
19032
19033 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19034 available, else use implementation from `delete-dups'.
19035
19036 * message.el (message-insert-expires): New function.
19037 (message-mode-map): Add key binding.
19038 (message-mode-field-menu): Add menu entry.
19039 (message-mode): Document it.
19040 (message-make-expires-date): Use `message-make-date'.
19041
19042 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19043
19044 * message.el (message-make-expires-date): New function.
19045
19046 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19047
19048 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19049
19050 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19051
19052 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19053 function rather than the diff-mode.el package.
19054 (mm-display-external): Use with-current-buffer.
19055 (mm-viewer-completion-map, mm-viewer-completion-map):
19056 Move initialization inside declaration.
19057
19058 2005-09-29 Simon Josefsson <jas@extundo.com>
19059
19060 * spam.el: Load hashcash when compiling, to avoid warnings.
19061 Don't autoload mail-check-payment.
19062 (spam-check-hashcash): Define unconditionally, since hashcash.el
19063 is part of Gnus now. Ignore errors from payment checking.
19064
19065 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19066
19067 * message.el (message-bold-region, message-unbold-region):
19068 Rename from `bold-region' and `unbold-region'.
19069
19070 * message.el: Remove useless autoloads.
19071
19072 2005-09-28 Simon Josefsson <jas@extundo.com>
19073
19074 * message.el (message-use-idna): Default to t.
19075 (message-use-idna): Test whether encoding works too. Doc fix.
19076
19077 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19078
19079 * nntp.el (nntp-warn-about-losing-connection): Remove.
19080
19081 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19082
19083 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19084 customizable. Change default value.
19085 (mm-uu-diff-groups-regexp): Change default value.
19086 (mm-uu-type-alist): Add doc string.
19087 (mm-uu-configure): Add doc string. Make it interactive.
19088 (mm-uu-tex-groups-regexp): New variable.
19089 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19090 (mm-uu-type-alist): Add LaTeX documents.
19091 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19092 of "text/verbatim".
19093 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19094
19095 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19096 instead of "text/verbatim".
19097
19098 * message.el (message-mark-inserted-region)
19099 (message-mark-insert-file): Use slrn style marks when called with
19100 prefix argument.
19101
19102 2005-09-27 Simon Josefsson <jas@extundo.com>
19103
19104 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19105
19106 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19107
19108 * message.el (message-remove-duplicates): New function.
19109 Implementation borrowed from `gnus-remove-duplicates'.
19110 (message-idna-to-ascii-rhs): Also encode idna addresses in
19111 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19112 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19113 only ask about the same idna domain once per header and also tell
19114 in what header to replace the idna domain.
19115
19116 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19117 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19118 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19119 a header is decoded and not just the last one.
19120
19121 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19122
19123 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19124 has been decoded.
19125
19126 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19127 (mm-insert-part): Don't modify text if it has been decoded.
19128
19129 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19130 decoded.
19131
19132 * mm-view.el (mm-inline-text): Don't strip text props unless
19133 decoding enriched or richtext parts.
19134
19135 2005-09-25 Romain Francoise <romain@orebokech.com>
19136
19137 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19138 * gnus-start.el (gnus-subscribe-interactively):
19139 * gnus-uu.el (gnus-uu-grab-articles):
19140 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19141 space.
19142
19143 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19144
19145 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19146 * mm-view.el (mm-view-pkcs7-decrypt):
19147 * gnus-sum.el (gnus-summary-limit-to-extra)
19148 (gnus-summary-respool-article, gnus-read-move-group-name):
19149 * gnus-score.el (gnus-summary-increase-score):
19150 * gnus-util.el (gnus-completing-read-with-default):
19151 * gnus-art.el (gnus-read-save-file-name)
19152 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19153 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19154 * message.el (message-check-news-header-syntax):
19155 Follow convention for reading with the minibuffer.
19156
19157 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19158
19159 * spam-report.el (spam-report-url-ping-plain):
19160 Use gnus-extended-version as User-Agent.
19161
19162 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19163 default value is nil.
19164
19165 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19166 (mm-uu-verbatim-marks-extract): New function.
19167 (mm-uu-extract): New face.
19168 (mm-uu-copy-to-buffer): Use it.
19169
19170 * spam-report.el (spam-report-gmane-ham): Rename from
19171 `spam-report-gmane-unspam'.
19172 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19173 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19174
19175 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19176 Autoload.
19177 (spam-report-gmane-unregister-routine):
19178 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19179
19180 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19181
19182 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19183 (spam-report-gmane-unregister-routine): Add support for gmane
19184 unregistration.
19185
19186 * spam-report.el (spam-report-gmane-unspam)
19187 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19188 (spam-report-gmane): Change to take a single article and do unspam
19189 registration.
19190
19191 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19192
19193 * mm-url.el (mm-url-decode-entities): Fix regexp.
19194
19195 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19196
19197 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19198 default to nil, to be able to use Gnus at all. If the default
19199 switches to something else, then the function should be fixed not
19200 be exceedingly slow.
19201
19202 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19203
19204 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19205 fail hard.
19206
19207 * spam-report.el: Add better Keywords line.
19208
19209 * spam.el: Add Maintainer and better Keywords line.
19210
19211 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19212
19213 * gnus-art.el (gnus-article-replace-part)
19214 (gnus-mime-replace-part): New functions.
19215 (gnus-mime-action-alist, gnus-mime-button-commands)
19216 (gnus-mime-save-part-and-strip): Add file argument.
19217 (gnus-article-part-wrapper): Add interactive argument.
19218
19219 * gnus-sum.el (gnus-summary-mime-map):
19220 Add `gnus-article-replace-part'.
19221
19222 2005-09-19 Didier Verna <didier@xemacs.org>
19223
19224 The nnml compaction feature:
19225 * nnml.el (nnml-request-compact-group): New function.
19226 * nnml.el (nnml-request-compact): New function.
19227 * gnus-int.el (gnus-request-compact-group): New function.
19228 * gnus-int.el (gnus-request-compact): New function.
19229 * gnus-group.el (gnus-group-compact-group): New function.
19230 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19231 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19232 * gnus-srvr.el (gnus-server-compact-server): New function.
19233 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19234 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19235
19236 2005-09-18 Deepak Goel <deego@gnufans.org>
19237
19238 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19239 format spec.
19240
19241 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19242
19243 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19244
19245 2005-09-15 Romain Francoise <romain@orebokech.com>
19246
19247 * message.el (message-fill-paragraph): Clarify docstring.
19248
19249 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19250
19251 * gnus-art.el (gnus-mime-display-part): Protect against broken
19252 MIME messages.
19253
19254 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19255
19256 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19257 before parsing header.
19258
19259 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19260
19261 * html2text.el (html2text-replace-list): Add new entities.
19262
19263 2005-09-11 Romain Francoise <romain@orebokech.com>
19264
19265 * message.el (message-alternative-emails): Improve docstring.
19266 (message-setup-1): Call `message-use-alternative-email-as-from'
19267 after `message-setup-hook' to give it precedence over posting
19268 styles, etc.
19269 (message-use-alternative-email-as-from): Add docstring.
19270 Remove the original From header if present.
19271
19272 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19273 (nnml-save-mail): Use it.
19274
19275 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19276 articles. Add new argument `silent'.
19277 (gnus-uu-mark-all): Report the total number of marked articles.
19278
19279 2005-09-10 Romain Francoise <romain@orebokech.com>
19280
19281 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19282 (gnus-uu-mark-series): Likewise.
19283
19284 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19285
19286 * spam-report.el (spam-report-gmane): Fix generation of spam
19287 report URL.
19288
19289 2005-09-10 Simon Josefsson <jas@extundo.com>
19290
19291 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19292 t, based on discussion on the ding list with Robert Epprecht
19293 <epprecht@solnet.ch>.
19294
19295 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19296
19297 * spam-report.el (spam-report-gmane): Make it work without
19298 X-Report-Spam header. Gmane now only provides Archived-At.
19299 This is only used if `spam-report-gmane-use-article-number' is nil.
19300 (spam-report-gmane-spam-header): Remove. Not used anymore.
19301
19302 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19303 make `gnus-summary-sort-by-recipient' work with threading.
19304
19305 * nnweb.el (nnweb-google-wash-article): Print a message if article
19306 is not available.
19307
19308 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19309
19310 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19311 change. Decode text/* parts content before displaying.
19312
19313 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19314
19315 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19316
19317 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19318
19319 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19320
19321 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19322
19323 * message.el (message-tab-body-function): Fix mismatched custom type.
19324
19325 * gnus.el (gnus-group-change-level-function): Ditto.
19326
19327 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19328
19329 * gnus-art.el (gnus-signature-limit)
19330 (gnus-article-mime-part-function): Ditto.
19331
19332 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19333
19334 * mml.el (mml-mode): Silence the byte compiler.
19335
19336 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19337 using `(sit-for 0)' before moving the point to the specified part;
19338 skip unbuttonized parts.
19339 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19340 return to the summary window if gnus-auto-select-part is non-nil.
19341
19342 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19343
19344 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19345 New variables.
19346 (mml-dnd-attach-file, mml-mode): Use them.
19347
19348 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19349 Make fetching article by MID work again for Google Groups.
19350 Add FIXME concerning gnus-group-make-web-group.
19351
19352 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19353 Don't depend on Gnus by using mail-extract-address-components if
19354 gnus-extract-address-components is not bound.
19355
19356 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19357
19358 * gnus-art.el (gnus-mime-display-security): Don't display the
19359 signature, but only the signed part.
19360
19361 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19362
19363 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19364
19365 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19366 list, not listp.
19367
19368 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19369
19370 * mm-encode.el (mm-encode-content-transfer-encoding):
19371 Likewise when encoding.
19372
19373 * mm-bodies.el (mm-decode-content-transfer-encoding):
19374 De-canonicalize CRLF for all text content types, not just
19375 text/plain.
19376
19377 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19378
19379 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19380 valid article; point arrow and cursor at the MIME button.
19381
19382 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19383
19384 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19385 Suggested by Dan Christensen <jdc@uwo.ca>.
19386
19387 * mm-decode.el (mm-save-part): Enable change of prompt.
19388
19389 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19390
19391 * gnus-msg.el (gnus-inews-add-send-actions):
19392 Make `message-post-method' lambda parameter ARG `&optional'.
19393
19394 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19395
19396 * gnus-sum.el (gnus-summary-mime-map):
19397 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19398 gnus-article-jump-to-part.
19399
19400 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19401 (gnus-article-edit-part): Use it.
19402 (gnus-article-part-wrapper): Add no-handle argument.
19403 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19404 New functions.
19405
19406 2005-08-29 Romain Francoise <romain@orebokech.com>
19407
19408 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19409 docstring.
19410 (gnus-face-from-file): Likewise.
19411
19412 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19413
19414 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19415 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19416 non-nil.
19417 (gnus-auto-select-part): New variable.
19418 (gnus-article-jump-to-part): New function.
19419 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19420 (gnus-mime-delete-part): Allow selecting specified part after
19421 deleting or stripping parts.
19422 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19423 part if argument is bogus.
19424
19425 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19426
19427 * gnus-art.el (w3m-minor-mode-map):
19428 * gnus-spec.el (gnus-newsrc-file-version):
19429 * gnus-util.el (nnmail-active-file-coding-system)
19430 (gnus-original-article-buffer, gnus-user-agent):
19431 * gnus.el (gnus-ham-process-destinations)
19432 (gnus-parameter-ham-marks-alist)
19433 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19434 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19435 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19436 * mm-decode.el (gnus-current-window-configuration):
19437 * mm-extern.el (gnus-article-mime-handles):
19438 * mm-url.el (url-current-object, url-package-name)
19439 (url-package-version):
19440 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19441 (smime-keys, w3m-cid-retrieve-function-alist)
19442 (w3m-current-buffer, w3m-display-inline-images)
19443 (w3m-minor-mode-map):
19444 * mml-smime.el (gnus-extract-address-components):
19445 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19446 (gnus-newsrc-hashtb, message-default-charset)
19447 (message-deletable-headers, message-options)
19448 (message-posting-charset, message-required-mail-headers)
19449 (message-required-news-headers):
19450 * mml1991.el (mc-pgp-always-sign):
19451 * mml2015.el (mc-pgp-always-sign):
19452 * nnheader.el (nnmail-extra-headers):
19453 * rfc1843.el (gnus-decode-encoded-word-function)
19454 (gnus-decode-header-function, gnus-newsgroup-name):
19455 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19456
19457 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19458
19459 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19460 the end of the date treatments.
19461
19462 2005-08-15 Simon Josefsson <jas@extundo.com>
19463
19464 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19465 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19466 Capello and Romain Francoise.
19467 (pgg-fetch-key-function): Remove, not used?
19468 (pgg-insert-url-with-w3): Require url, to get
19469 url-insert-file-contents regardless of where it is defined.
19470
19471 2005-08-13 Romain Francoise <romain@orebokech.com>
19472
19473 * message.el (message-cite-original-1): New function.
19474 (message-cite-original): Use it.
19475 (message-cite-original-without-signature): Ditto.
19476
19477 2005-08-08 Romain Francoise <romain@orebokech.com>
19478
19479 * message.el (message-yank-empty-prefix): New variable.
19480 (message-indent-citation): Use it.
19481 (message-cite-original-without-signature): Respect X-No-Archive.
19482
19483 2005-08-08 Simon Josefsson <jas@extundo.com>
19484
19485 * pgg.el: Autoload url-insert-file-contents instead of loading
19486 w3/url.
19487 (pgg-insert-url-with-w3): Don't load url here.
19488
19489 2005-08-07 Jesper Harder <harder@phys.au.dk>
19490
19491 * message.el (message-kill-to-signature): Don't insert newline at
19492 bol.
19493 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19494
19495 2005-08-06 Romain Francoise <romain@orebokech.com>
19496
19497 * message.el (message-user-fqdn): Fix typo in docstring.
19498
19499 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19500
19501 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19502
19503 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19504
19505 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19506
19507 * mm-bodies.el (mm-encode-body): Use coding system rather than
19508 charset to encode text.
19509
19510 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19511 number of charsets if utf-8 is available (XEmacs).
19512
19513 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19514
19515 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19516 taken from `gnus-button-mid-or-mail-regexp'.
19517 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19518 (gnus-button-alist): Improve regexp for domain part of the MIDs
19519 for news:localpart@domain buttons.
19520 (gnus-button-ctan-directory-regexp): Update.
19521
19522 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19523
19524 * sieve-manage.el (sieve-manage-interactive-login):
19525 Use make-local-variable rather than make-variable-buffer-local.
19526 (sieve-manage-open): Ditto.
19527 (sieve-manage-authenticate): Ditto.
19528
19529 * mml.el (mml-generate-mime-1): Make the content type default to
19530 text/plain if the filename is not specified.
19531
19532 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19533
19534 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19535 instead of insert-buffer.
19536
19537 * message.el (message-yank-original): Ditto; set the mark at the
19538 end of the yanked message.
19539
19540 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19541
19542 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19543 lines to scroll rather than to stop it.
19544
19545 * mml.el (mml-generate-default-type): Add doc string.
19546 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19547 default to application/octet-stream when determining the content
19548 type if it is not specified for the part or the mml contents; add
19549 a comment about mml-generate-default-type.
19550
19551 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19552
19553 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19554 make it default to application/octet-stream when determining the
19555 content type if it is not specified for the external contents.
19556
19557 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19558
19559 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19560 segmented parameter but also other parameters might be there.
19561
19562 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19563
19564 * mm-decode.el (mm-display-external): Delete temp file, directory
19565 and buffer immediately if the external process is exited.
19566
19567 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19568
19569 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19570 fewer lines than that of scroll-margin.
19571 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19572
19573 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19574
19575 * gnus-art.el (gnus-article-next-page): Revert.
19576 (gnus-article-beginning-of-window): New macro.
19577 (gnus-article-next-page-1): Use it.
19578 (gnus-article-prev-page): Ditto.
19579 (gnus-article-edit-part): Use insert-buffer-substring instead of
19580 insert-buffer.
19581 (gnus-article-edit-exit): Ditto.
19582
19583 * gnus-util.el (gnus-beginning-of-window): Remove.
19584 (gnus-end-of-window): Remove.
19585
19586 2005-07-25 Simon Josefsson <jas@extundo.com>
19587
19588 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19589 to have the url package without w3. Reported by Daiki Ueno
19590 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19591
19592 2005-07-20 Didier Verna <didier@xemacs.org>
19593
19594 * gnus-diary.el: Remove the description comment (nndiary is now
19595 properly documented in the Gnus manual).
19596 Fix the spelling of "Back End".
19597 * nndiary.el: Ditto.
19598 Fix the copyright notice.
19599
19600 2005-07-18 Romain Francoise <romain@orebokech.com>
19601
19602 * gnus-sum.el (gnus-summary-to-prefix)
19603 (gnus-summary-newsgroup-prefix): New variables.
19604 (gnus-summary-from-or-to-or-newsgroups): Use them.
19605
19606 2005-07-17 Romain Francoise <romain@orebokech.com>
19607
19608 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19609 space as it's generally not especially interesting to the user.
19610
19611 2005-07-16 Romain Francoise <romain@orebokech.com>
19612
19613 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19614 nil to avoid prompting and file modification if one of the
19615 messages at the top of the nnfolder file contains a copyright
19616 notice.
19617 Update copyright notice.
19618
19619 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19620 instead of `current-time-string' as the latter creates a time
19621 string that is not RFC 2822 compliant (it lacks the zone).
19622 Update copyright notice.
19623
19624 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19625
19626 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19627 for text/rtf. Display default in prompt. Pass default for M-n.
19628
19629 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19630
19631 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19632
19633 * gnus-msg.el (gnus-button-mailto):
19634 Remove save-selected-window-window hackery because it relies on
19635 save-selected-window internals.
19636
19637 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19638
19639 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19640 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19641 (gnus-article-prev-page): Ditto.
19642
19643 * gnus-util.el (gnus-beginning-of-window): New function.
19644 (gnus-end-of-window): New function.
19645
19646 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19647
19648 * gnus-score.el (gnus-score-edit-all-score):
19649 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19650 gnus-message.
19651
19652 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19653
19654 * gnus-msg.el (gnus-button-mailto):
19655 Remove save-selected-window-window hackery because it relies on
19656 save-selected-window internals.
19657
19658 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
19659
19660 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19661 add-minor-mode.
19662 (gnus-binary-mode): Ditto.
19663
19664 * gnus-topic.el (gnus-topic-mode): Ditto.
19665
19666 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
19667
19668 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19669 (gnus-article-prev-page): Take scroll-margin into consideration.
19670
19671 2005-07-04 Lute Kamstra <lute@gnu.org>
19672
19673 Update FSF's address in GPL notices.
19674
19675 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19676
19677 * gnus.el (gnus-exit):
19678 * gnus-group.el (gnus-group-icons):
19679 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19680
19681 * gnus-nocem.el (gnus-nocem):
19682 * message.el (message-various, message-buffers, message-sending)
19683 (message-interface, message-forwarding, message-insertion)
19684 (message-headers, message-news, message-mail):
19685 * pgg-gpg.el (pgg-gpg):
19686 * pgg-parse.el (pgg-parse):
19687 * pgg-pgp.el (pgg-pgp):
19688 * pgg-pgp5.el (pgg-pgp5):
19689 * pop3.el (pop3): Finish `defgroup' description with period.
19690
19691 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
19692
19693 * gnus-art.el (article-display-face): Improve the efficiency.
19694 (article-display-x-face): Ditto; remove gray x-face stuff.
19695
19696 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
19697
19698 * gnus-art.el (article-display-face): Correct the position in
19699 which Faces are inserted.
19700
19701 2005-06-29 Didier Verna <didier@xemacs.org>
19702
19703 * gnus-art.el (article-display-face): Display faces in correct
19704 order.
19705
19706 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19707
19708 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19709 (gnus-fill-real-hashtb): Use hash table instead of obarray.
19710 (gnus-nocem-check-article): Fetch the Type header.
19711 (gnus-nocem-message-wanted-p): Fix the way to examine types.
19712 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19713 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19714 make sure gnus-nocem-hashtb is initialized.
19715 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19716 (gnus-nocem-unwanted-article-p): Ditto.
19717
19718 * pgg.el (pgg-verify): Return the verification result.
19719
19720 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19721
19722 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19723 is ascii.
19724
19725 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19726
19727 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19728 `show-nonbreak-escape'.
19729
19730 2005-06-23 Lute Kamstra <lute@gnu.org>
19731
19732 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19733
19734 * dig.el (dig-mode):
19735 * smime.el (smime-mode): Use gnus-run-mode-hooks.
19736
19737 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19738
19739 * nnimap.el (nnimap-split-download-body): Fix spellings.
19740
19741 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19742
19743 * gnus-art.el (gnus-article-encrypt-body):
19744 * gnus-cus.el (gnus-score-customize):
19745 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19746 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19747
19748 2005-06-16 Arne Jørgensen <arne@arnested.dk>
19749
19750 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19751 header by looking for magic "MII" at the beginning.
19752
19753 2005-06-16 Miles Bader <miles@gnu.org>
19754
19755 * assistant.el (assistant-field): Remove "-face" suffix from face name.
19756 (assistant-field-face): New backward-compatibility alias for renamed
19757 face.
19758 (assistant-render-text): Use renamed assistant-field face.
19759
19760 * spam.el (spam): Remove "-face" suffix from face name.
19761 (spam-face): New backward-compatibility alias for renamed face.
19762 (spam-face, spam-initialize): Use renamed spam face.
19763
19764 * message.el (message-header-to, message-header-cc)
19765 (message-header-subject, message-header-newsgroups)
19766 (message-header-other, message-header-name)
19767 (message-header-xheader, message-separator, message-cited-text)
19768 (message-mml): Remove "-face" suffix from face names.
19769 (message-header-to-face, message-header-cc-face)
19770 (message-header-subject-face, message-header-newsgroups-face)
19771 (message-header-other-face, message-header-name-face)
19772 (message-header-xheader-face, message-separator-face)
19773 (message-cited-text-face, message-mml-face):
19774 New backward-compatibility aliases for renamed faces.
19775 (message-font-lock-keywords): Use renamed message faces.
19776
19777 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19778 (sieve-test-commands, sieve-tagged-arguments):
19779 Remove "-face" suffix from face names.
19780 (sieve-control-commands-face, sieve-action-commands-face)
19781 (sieve-test-commands-face, sieve-tagged-arguments-face):
19782 New backward-compatibility aliases for renamed faces.
19783 (sieve-control-commands-face, sieve-action-commands-face)
19784 (sieve-test-commands-face, sieve-tagged-arguments-face):
19785 Use renamed sieve faces.
19786
19787 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19788 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19789 (gnus-group-news-3-empty, gnus-group-news-4)
19790 (gnus-group-news-4-empty, gnus-group-news-5)
19791 (gnus-group-news-5-empty, gnus-group-news-6)
19792 (gnus-group-news-6-empty, gnus-group-news-low)
19793 (gnus-group-news-low-empty, gnus-group-mail-1)
19794 (gnus-group-mail-1-empty, gnus-group-mail-2)
19795 (gnus-group-mail-2-empty, gnus-group-mail-3)
19796 (gnus-group-mail-3-empty, gnus-group-mail-low)
19797 (gnus-group-mail-low-empty, gnus-summary-selected)
19798 (gnus-summary-cancelled, gnus-summary-high-ticked)
19799 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19800 (gnus-summary-high-ancient, gnus-summary-low-ancient)
19801 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19802 (gnus-summary-low-undownloaded)
19803 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19804 (gnus-summary-low-unread, gnus-summary-normal-unread)
19805 (gnus-summary-high-read, gnus-summary-low-read)
19806 (gnus-summary-normal-read, gnus-splash):
19807 Remove "-face" suffix from face names.
19808 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19809 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19810 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19811 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19812 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19813 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19814 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19815 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19816 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19817 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19818 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19819 (gnus-summary-selected-face, gnus-summary-cancelled-face)
19820 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19821 (gnus-summary-normal-ticked-face)
19822 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19823 (gnus-summary-normal-ancient-face)
19824 (gnus-summary-high-undownloaded-face)
19825 (gnus-summary-low-undownloaded-face)
19826 (gnus-summary-normal-undownloaded-face)
19827 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19828 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19829 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19830 (gnus-splash-face):
19831 New backward-compatibility aliases for renamed faces.
19832 (gnus-group-startup-message): Use renamed gnus faces.
19833
19834 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19835 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19836 (gnus-server-agent): Remove "-face" suffix from face names.
19837 (gnus-server-agent-face, gnus-server-opened-face)
19838 (gnus-server-closed-face, gnus-server-denied-face)
19839 (gnus-server-offline-face):
19840 New backward-compatibility aliases for renamed faces.
19841 (gnus-server-agent-face, gnus-server-opened-face)
19842 (gnus-server-closed-face, gnus-server-denied-face)
19843 (gnus-server-offline-face): Use renamed gnus faces.
19844
19845 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19846 Remove "-face" suffix from face names.
19847 (gnus-picon-xbm-face, gnus-picon-face):
19848 New backward-compatibility aliases for renamed faces.
19849
19850 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19851 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19852 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19853 (gnus-cite-11): Remove "-face" suffix from face names.
19854 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19855 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19856 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19857 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19858 New backward-compatibility aliases for renamed faces.
19859 (gnus-cite-attribution-face, gnus-cite-face-list)
19860 (gnus-article-boring-faces): Use renamed gnus faces.
19861
19862 * gnus-art.el (gnus-signature, gnus-header-from)
19863 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19864 (gnus-header-content): Remove "-face" suffix from face names.
19865 (gnus-signature-face, gnus-header-from-face)
19866 (gnus-header-subject-face, gnus-header-newsgroups-face)
19867 (gnus-header-name-face, gnus-header-content-face):
19868 New backward-compatibility aliases for renamed faces.
19869 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19870
19871 * gnus-sum.el (gnus-summary-selected-face)
19872 (gnus-summary-highlight): Use renamed gnus faces.
19873 * gnus-group.el (gnus-group-highlight): Likewise.
19874
19875 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19876
19877 * gnus-sieve.el (gnus-sieve-article-add-rule):
19878 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19879 * spam-stat.el (spam-stat-buffer-change-to-spam)
19880 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19881
19882 * message.el (message-is-yours-p):
19883 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19884
19885 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
19886
19887 * mm-view.el (mm-inline-text): Withdraw the last change.
19888
19889 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19890
19891 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19892 executing enriched-decode.
19893
19894 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
19895
19896 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19897 charset of tar files.
19898
19899 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19900
19901 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19902
19903 2005-06-04 Lute Kamstra <lute@gnu.org>
19904
19905 * nnfolder.el (nnfolder-read-folder): Make sure that undo
19906 information is never recorded.
19907
19908 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19909
19910 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19911
19912 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
19913
19914 * pop3.el (pop3-apop): Run md5 in the binary mode.
19915
19916 * starttls.el (starttls-set-process-query-on-exit-flag):
19917 Use eval-and-compile.
19918
19919 2005-05-31 Simon Josefsson <jas@extundo.com>
19920
19921 * smime.el (smime-replace-in-string): Define.
19922 (smime-cert-by-ldap-1): Use it.
19923
19924 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
19925
19926 * gnus-art.el (article-display-x-face): Replace
19927 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19928
19929 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19930 set-process-query-on-exit-flag or process-kill-without-query.
19931
19932 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19933 loop instead of replace-regexp.
19934
19935 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19936 instead of process-kill-without-query if it is available.
19937
19938 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19939 instead of find-file-hooks if it is available.
19940
19941 * mml1991.el: Bind pgg-default-user-id when compiling.
19942
19943 * mml2015.el: Bind pgg-default-user-id when compiling.
19944
19945 * nndraft.el (nndraft-request-associate-buffer):
19946 Use write-contents-functions instead of write-contents-hooks if it is
19947 available.
19948
19949 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19950 instead of find-file-hooks if it is available.
19951
19952 * nntp.el (nntp-open-connection): Replace
19953 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19954 (nntp-open-ssl-stream): Ditto.
19955 (nntp-open-tls-stream): Ditto.
19956
19957 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19958 set-process-query-on-exit-flag or process-kill-without-query.
19959 (starttls-open-stream-gnutls): Use it instead of
19960 process-kill-without-query.
19961 (starttls-open-stream): Ditto.
19962
19963 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
19964
19965 * smime.el (smime-cert-by-ldap-1): Don't use
19966 replace-regexp-in-string.
19967
19968 2005-05-31 Arne Jørgensen <arne@arnested.dk>
19969
19970 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19971
19972 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19973 in PEM format. Adjust to the XEmacs compatibility.
19974
19975 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
19976
19977 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19978 by `string-to-number'.
19979 * gnus-agent.el (gnus-agent-regenerate-group)
19980 (gnus-agent-fetch-articles): Ditto.
19981 * gnus-art.el (gnus-button-fetch-group): Ditto.
19982 * gnus-cache.el (gnus-cache-generate-active)
19983 (gnus-cache-articles-in-group): Ditto.
19984 * gnus-group.el (gnus-group-set-current-level)
19985 (gnus-group-insert-group-line): Ditto.
19986 * gnus-score.el (gnus-score-set-expunge-below)
19987 (gnus-score-set-mark-below, gnus-summary-score-effect)
19988 (gnus-summary-score-entry): Ditto.
19989 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19990 (gnus-soup-pack): Ditto.
19991 * gnus-spec.el (gnus-xmas-format): Ditto.
19992 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19993 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19994 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19995 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19996 * nndb.el (nndb-get-remote-expire-response): Ditto.
19997 * nndiary.el (nndiary-parse-schedule-value)
19998 (nndiary-string-to-number, nndiary-request-replace-article)
19999 (nndiary-request-article): Ditto.
20000 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20001 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20002 * nneething.el (nneething-make-head): Ditto.
20003 * nnfolder.el (nnfolder-request-article)
20004 (nnfolder-retrieve-headers): Ditto.
20005 * nnheader.el (nnheader-file-to-number): Ditto.
20006 * nnkiboze.el (nnkiboze-request-article): Ditto.
20007 * nnmail.el (nnmail-process-unix-mail-format)
20008 (nnmail-process-babyl-mail-format): Ditto.
20009 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20010 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20011 (nnmh-request-create-group, nnmh-request-list-1)
20012 (nnmh-request-group, nnmh-request-article): Ditto.
20013 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20014 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20015 * nnsoup.el (nnsoup-make-active): Ditto.
20016 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20017 * nntp.el (nntp-find-group-and-number)
20018 (nntp-retrieve-headers-with-xover): Ditto.
20019 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20020 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20021 (pgg-format-key-identifier): Ditto.
20022 * pop3.el (pop3-last, pop3-stat): Ditto.
20023 * qp.el (quoted-printable-decode-region): Ditto.
20024
20025 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20026 of concat.
20027
20028 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20029
20030 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20031
20032 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20033
20034 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20035
20036 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20037
20038 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20039
20040 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20041
20042 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20043 (gnus-carpal-mode): Ditto.
20044
20045 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20046 (gnus-browse-mode): Ditto.
20047
20048 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20049
20050 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20051
20052 2005-05-29 Richard M. Stallman <rms@gnu.org>
20053
20054 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20055
20056 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20057
20058 * gnus-util.el (gnus-run-mode-hooks): New function.
20059
20060 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20061
20062 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20063
20064 * gnus-agent.el (gnus-agent-make-mode-line-string):
20065 Use mode-line-highlight as mouse-face.
20066
20067 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20068
20069 * canlock.el (canlock): Change the parent group to news.
20070
20071 * deuglify.el (gnus-outlook-deuglify): Add :group.
20072
20073 * dig.el (dig): Add :group.
20074
20075 * dns-mode.el (dns-mode): Add :group.
20076
20077 * encrypt.el (encrypt): Add :group.
20078
20079 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20080 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20081 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20082 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20083 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20084
20085 * gnus-diary.el (gnus-diary): Add :group.
20086
20087 * gnus.el (gnus-group-news-1-face): Add :group.
20088 (gnus-group-news-1-empty-face): Ditto.
20089 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20090 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20091 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20092 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20093 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20094 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20095 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20096 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20097 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20098 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20099 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20100 (gnus-summary-high-ticked-face): Ditto.
20101 (gnus-summary-low-ticked-face): Ditto.
20102 (gnus-summary-normal-ticked-face): Ditto.
20103 (gnus-summary-high-ancient-face): Ditto.
20104 (gnus-summary-low-ancient-face): Ditto.
20105 (gnus-summary-normal-ancient-face): Ditto.
20106 (gnus-summary-high-undownloaded-face): Ditto.
20107 (gnus-summary-low-undownloaded-face): Ditto.
20108 (gnus-summary-normal-undownloaded-face): Ditto.
20109 (gnus-summary-high-unread-face): Ditto.
20110 (gnus-summary-low-unread-face): Ditto.
20111 (gnus-summary-normal-unread-face): Ditto.
20112 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20113 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20114
20115 * hashcash.el (hashcash): New custom group.
20116 (hashcash-default-payment): Add :group.
20117 (hashcash-payment-alist): Ditto.
20118 (hashcash-default-accept-payment): Ditto.
20119 (hashcash-accept-resources): Ditto.
20120 (hashcash-path): Ditto.
20121 (hashcash-extra-generate-parameters): Ditto.
20122 (hashcash-double-spend-database): Ditto.
20123 (hashcash-in-news): Ditto.
20124
20125 * message.el (message-minibuffer-local-map): Add :group.
20126
20127 * netrc.el (netrc): Add :group.
20128
20129 * sieve-manage.el (sieve-manage-log): Add :group.
20130 (sieve-manage-default-user): Diito.
20131 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20132 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20133 (sieve-manage-authenticators): Ditto.
20134 (sieve-manage-authenticator-alist): Ditto.
20135 (sieve-manage-default-port): Ditto.
20136
20137 * sieve-mode.el (sieve-control-commands-face): Add :group.
20138 (sieve-action-commands-face): Ditto.
20139 (sieve-test-commands-face): Ditto.
20140 (sieve-tagged-arguments-face): Ditto.
20141
20142 * smime.el (smime): Add :group.
20143
20144 * spam-report.el (spam-report): Add :group.
20145
20146 * spam.el (spam, spam-face): Add :group.
20147
20148 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20149
20150 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20151 return \n.\n.\n at the end of articles. Protect against that.
20152 (nntp-with-open-group): Allow debugging.
20153
20154 * nnheader.el (mail-header-set-extra): Make into a function
20155 because I just could't understand how to quote the list properly.
20156
20157 * dns.el (query-dns-cached): New function.
20158
20159 2005-05-26 Lute Kamstra <lute@gnu.org>
20160
20161 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20162
20163 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20164
20165 * gnus-art.el: Don't autoload mail-extract-address-components.
20166
20167 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20168 eval-and-compile to evaluate it.
20169
20170 * hashcash.el: Don't autoload executable-find.
20171
20172 * nndb.el: Don't declare the nndb back end two or more times; don't
20173 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20174
20175 * nntp.el: Autoload format-spec instead of format; use
20176 eval-and-compile to evaluate autoload forms.
20177
20178 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20179
20180 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20181
20182 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20183
20184 * gnus.el (gnus-version-number): Bump version.
20185
20186 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20187
20188 * gnus.el: No Gnus v0.3 is released.
20189
20190 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20191
20192 * gnus-art.el (gnus-article-edit-part): Disable undo.
20193
20194 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20195
20196 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20197 gnus-article-date-lapsed-new-header is t if date timer is active;
20198 skip headers in which the original date value is empty.
20199 (gnus-article-save-original-date): Redefine it as a macro.
20200 (gnus-display-mime): Use it.
20201
20202 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20203
20204 * gnus-art.el (article-date-ut): Support converting date in
20205 forwarded parts as well.
20206 (gnus-article-save-original-date): New function.
20207 (gnus-display-mime): Use it.
20208
20209 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20210
20211 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20212 enclosure element of <item>.
20213
20214 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20215
20216 * message.el (message-kill-buffer-query): Rename from
20217 `message-kill-buffer-query-if-modified'. Add :version.
20218
20219 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20220
20221 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20222 window layout.
20223
20224 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20225
20226 * mml.el: Autoload dnd when compiling.
20227
20228 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20229
20230 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20231 x-dnd-*.
20232
20233 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20234
20235 * qp.el (quoted-printable-encode-region): Save excursion.
20236
20237 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20238
20239 * message.el (message-kill-buffer-query-if-modified): Add new variable
20240 so the user can kill a modified message buffer quickly.
20241 (message-kill-buffer): Use it.
20242
20243 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20244
20245 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20246 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20247
20248 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20249
20250 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20251 contained in text because xml.el decodes entities) with LFs.
20252
20253 2005-04-11 Lute Kamstra <lute@gnu.org>
20254
20255 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20256 differently.
20257
20258 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20259
20260 * mm-util.el (mm-detect-coding-region): Typo.
20261
20262 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20263
20264 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20265
20266 2005-04-06 Deepak Goel <deego@gnufans.org>
20267
20268 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20269 user-function allow user modifications of the scores.
20270 (spam-stat-score-buffer-user): New function, to allow
20271 user-computed modifications to the score.
20272 (spam-stat-score-buffer-user-functions): List of additional
20273 scoring functions.
20274 (spam-stat-error-holder): Global temporary error holder.
20275 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20276 variable.
20277
20278 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20279
20280 * gnus-registry.el (gnus-registry-clean-empty-function)
20281 (gnus-registry-trim, gnus-registry-fetch-groups)
20282 (gnus-registry-delete-group): Groups that match
20283 `gnus-registry-ignored-groups' are removed from the registry
20284 entries, not just ignored for splitting. This helps clean up the
20285 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20286 to get all the groups a message ID is in.
20287
20288 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20289 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20290 (spam-stat-score-buffer-user-functions): Add :number custom type.
20291
20292 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20293
20294 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20295 argument in XEmacs.
20296
20297 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20298 (nnrss-request-group): Decode group name first.
20299 (nnrss-request-article): Make a text/plain article if mml-to-mime
20300 failed.
20301 (nnrss-get-encoding): Return a compatible encoding according to
20302 nnrss-compatible-encoding-alist.
20303 (nnrss-find-el): Use consp instead of listp.
20304 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20305
20306 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20307
20308 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20309 which Emacs 20 doesn't support.
20310 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20311
20312 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20313
20314 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20315 silence the byte compiler inside the defun.
20316
20317 * gnus-demon.el (parse-time-string): Add autoload.
20318
20319 * gnus-delay.el (parse-time-string): Add autoload.
20320
20321 * gnus-art.el (parse-time-string): Add autoload.
20322
20323 * nnultimate.el (parse-time): Require for `parse-time-string'.
20324
20325 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20326
20327 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20328
20329 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20330
20331 * smime.el (smime-ldap-host-list): Add :version.
20332
20333 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20334
20335 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20336 pass it to `gnus-browse-read-group'.
20337 (gnus-browse-read-group): Add NUMBER argument and pass it to
20338 `gnus-group-read-ephemeral-group'.
20339
20340 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20341 argument and pass it to `gnus-group-read-group'.
20342
20343 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20344
20345 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20346 mm-xemacs-find-mime-charset-1 if we have the mule feature
20347 available at runtime.
20348
20349 2005-03-25 Werner Lemberg <wl@gnu.org>
20350
20351 * nnmaildir.el: Replace `illegal' with `invalid'.
20352
20353 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20354
20355 * gnus-start.el (gnus-display-time-event-handler):
20356 Check display-time-timer at runtime rather than only at load time
20357 in case display-time-mode is turned off in the mean time.
20358
20359 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20360
20361 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20362 used.
20363
20364 * nneething.el (nneething-map-file-directory): Derive from
20365 `gnus-directory'.
20366
20367 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20368 the To/Cc button.
20369
20370 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20371
20372 * nnmaildir.el (nnmaildir-request-accept-article):
20373 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20374
20375 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20376
20377 * gnus-async.el: Require timer-funcs at compile time when in
20378 XEmacs for `run-with-idle-timer'.
20379
20380 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20381
20382 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20383 autoloaded function.
20384
20385 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20386
20387 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20388
20389 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20390
20391 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20392
20393 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20394
20395 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20396 Add gnus-expert-user to default.
20397
20398 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20399
20400 * nnimap.el (nnimap-open-server): Ditto.
20401
20402 * imap.el (imap-authenticate): Fix typo.
20403
20404 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20405
20406 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20407 buffer (since IMAP server might return FETCH response out of
20408 order, and the nntp buffer must be sorted).
20409
20410 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20411
20412 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20413 comparison on string.
20414
20415 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20416 (gnus-agent-score): Rename category keywords to match gnus-cus.
20417 (gnus-agent-summary-fetch-series): Modify to protect against
20418 gnus-agent-summary-fetch-group clearing processable flags.
20419 (gnus-agent-synchronize-group-flags): Update live group buffer as
20420 synchronization may occur due to the user toggle the plugged
20421 status.
20422 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20423 successfully downloaded.
20424 (gnus-agent-expire-group-1): Avoid using markers when the overview
20425 is in ascending order; greatly improves performance.
20426 (gnus-agent-regenerate-group):
20427 Use gnus-agent-synchronize-group-flags to reset read status in both
20428 gnus and server.
20429 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20430
20431 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20432
20433 * message.el: Don't autoload former message-utils variables.
20434 (message-strip-subject-trailing-was): Change doc string.
20435
20436 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20437 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20438 (nnweb-google-search): Add "hl=en" here.
20439 (nnweb-google-parse-1, nnweb-google-create-mapping):
20440 Don't hardcode URL.
20441
20442 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20443
20444 * message.el (message-get-reply-headers, message-followup):
20445 Mention related variables `message-use-followup-to' and
20446 `message-use-mail-followup-to', in the information buffer.
20447
20448 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20449 of broken groups(-beta).google.com.
20450
20451 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20452
20453 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20454 parameter to invoked gnus-request-move-article; remove the
20455 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20456 all at once instead of once per article.
20457 (gnus-summary-remove-process-mark): Accept a list of articles as
20458 well as a single article for processing.
20459
20460 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20461 parameter.
20462
20463 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20464
20465 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20466
20467 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20468 parameter.
20469
20470 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20471 parameter.
20472
20473 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20474 parameter and remove the gnus-sum-hint-move-is-internal variable.
20475
20476 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20477 parameter.
20478
20479 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20480 parameter.
20481
20482 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20483 parameter.
20484
20485 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20486
20487 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20488 parameter.
20489
20490 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20491 parameter.
20492
20493 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20494
20495 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20496 a more conservative way.
20497
20498 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20499
20500 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20501 buffer, so it moves the window's cursor.
20502
20503 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20504
20505 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20506 `mm-dissect-multipart' and receive the from field as an (optional)
20507 argument from `mm-dissect-multipart'.
20508 (mm-dissect-multipart): Receive the from field as an argument and
20509 pass it on when we call `mm-dissect-buffer' on MIME parts.
20510 Fixes verification/decryption of signed/encrypted MIME parts.
20511
20512 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20513
20514 * gnus-sum.el (gnus-summary-move-article):
20515 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20516 whatever it calls (right now, only nnimap-request-move article
20517 respects it).
20518
20519 * nnimap.el (nnimap-request-move-article):
20520 When gnus-sum-hint-move-is-internal is set, don't do the extra
20521 nnimap-request-article.
20522
20523 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20524
20525 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20526
20527 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20528 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20529
20530 * gnus-sum.el (gnus-summary-caesar-message):
20531 Apply `gnus-treat-article' after rotation.
20532
20533 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20534 doc string.
20535
20536 2005-02-22 Simon Josefsson <jas@extundo.com>
20537
20538 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20539 `password-cache-expiry' instead). Reported by Arne Jørgensen
20540 <arne@arnested.dk>.
20541 (encrypt): Add password-cache and password-cache-expiry as group
20542 members.
20543
20544 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20545
20546 * smime.el (smime-ldap-host-list): Doc fix.
20547 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20548 cache) password.
20549 (smime-sign-region): Use it.
20550 (smime-decrypt-region): Use it.
20551 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20552 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20553 fails.
20554 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20555 certificate from DER to PEM format rather than calling openssl.
20556
20557 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20558
20559 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20560 for signing/encryption.
20561
20562 * mml.el (mml-parse-1): Use them.
20563
20564 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20565
20566 * nnrss.el (nnrss-verbose): Remove.
20567 (nnrss-request-group): Use `nnheader-message' instead.
20568
20569 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20570
20571 * nnrss.el (nnrss-verbose): New variable.
20572 (nnrss-request-group): Make it say nnrss is requesting a group.
20573
20574 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20575
20576 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20577 Handle news URL with given port correctly.
20578
20579 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20580
20581 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20582 containing special characters.
20583
20584 * gnus-sum.el (gnus-summary-edit-article): Ditto.
20585
20586 * mml.el (mime-to-mml): Ditto.
20587
20588 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20589 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20590 (rfc2047-decode-region): Quote decoded words containing special
20591 characters when rfc2047-quote-decoded-words-containing-tspecials
20592 is non-nil.
20593
20594 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
20595
20596 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20597
20598 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20599
20600 2005-02-15 Simon Josefsson <jas@extundo.com>
20601
20602 * nnimap.el (nnimap-debug): Doc fix.
20603
20604 * imap.el (imap-debug): Doc fix.
20605
20606 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20607
20608 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20609
20610 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20611
20612 * gnus.el (spam-contents): Improve docs for spam-contents
20613 parameter in its variable incarnation.
20614
20615 2005-02-14 Simon Josefsson <jas@extundo.com>
20616
20617 * smime-ldap.el: Use require instead of load-library for ldap.
20618 (smime-ldap-search): Indent.
20619 (smime-ldap-search-internal): Shorten line.
20620
20621 * smime.el (smime-cert-by-dns): Add doc-string.
20622 (smime-cert-by-ldap-1): Indent.
20623
20624 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20625 mml-smime-get-dns-ldap.
20626 (mml-smime-encrypt-query): Use new function. Default to ldap.
20627
20628 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20629
20630 * smime.el: Require smime-ldap.
20631 (smime-ldap-host-list): New variable.
20632 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20633
20634 * mml-smime.el (mml-smime-encrypt-query): New function.
20635 (mml-smime-encrypt-query): Use it.
20636
20637 * smime-ldap.el: New file.
20638
20639 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20640
20641 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20642
20643 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20644
20645 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20646 argument in doc string. Make query for type more clear.
20647
20648 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20649
20650 * gnus.el (gnus-group-startup-message): Search for gnus images in
20651 etc/images/gnus.
20652 * mm-util.el (mm-image-load-path): Likewise.
20653 * smiley.el (smiley-data-directory): Search for smilies in
20654 etc/images/smilies.
20655
20656 2005-02-09 Kim F. Storm <storm@cua.dk>
20657
20658 Change Emacs release version from 21.4 to 22.1 throughout.
20659 Change Emacs development version from 21.3.50 to 22.0.50.
20660
20661 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20662
20663 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20664
20665 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20666 non-Mule XEmacs as well.
20667 (mm-decompress-buffer): Signal an error intentionally if it does
20668 not decompress compressed data because auto-compression-mode is
20669 disabled.
20670
20671 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
20672
20673 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20674 an ID in the registry even if it has no groups.
20675
20676 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
20677
20678 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20679 merge it into mm-decompress-buffer.
20680 (gnus-mime-copy-part): Use the MIME part charset, the value which
20681 a user specified or gnus-newsgroup-charset for decoding, like
20682 gnus-mime-inline-part does; set buffer-file-coding-system to tell
20683 save-buffer what was used. Suggested by Kevin Ryde
20684 <user42@zip.com.au>.
20685 (gnus-mime-inline-part): Allow the name parameter as well as the
20686 filename parameter; force decompressing of compressed data; always
20687 display contents being not decoded as unibyte.
20688
20689 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20690 as well as the filename parameter.
20691
20692 * mm-util.el (mm-decompress-buffer):
20693 Merge gnus-mime-jka-compr-maybe-uncompress.
20694 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20695 of compressed data.
20696
20697 2005-02-08 Simon Josefsson <jas@extundo.com>
20698
20699 * imap.el (imap-log): Doc fix.
20700
20701 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20702
20703 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20704 the coding cookies; decompress compressed parts.
20705
20706 * mml.el (mml-generate-mime-1): Add the charset parameter according
20707 to the value which a user specified manually or the coding cookie.
20708
20709 * mm-util.el (mm-string-to-multibyte): New function.
20710 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20711 (mm-coding-system-to-mime-charset): New function.
20712 (mm-decompress-buffer): New function.
20713 (mm-find-buffer-file-coding-system): New function.
20714
20715 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20716 (mm-display-inline-fontify): Rewrite for decoding and decompressing
20717 parts.
20718
20719 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20720
20721 * mm-view.el (mm-display-inline-fontify): Decode a part according
20722 to the charset parameter.
20723
20724 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
20725
20726 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20727 prefix arg is neither nil nor a number, as info specifies.
20728
20729 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
20730
20731 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20732 timestamps.
20733
20734 2005-02-02 Jari Aalto <jari.aalto@cante.net>
20735
20736 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20737 groups error checking and notify user.
20738
20739 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
20740
20741 * message.el (message-send-mail-function): Check existence of
20742 sendmail-program first before using default value
20743 `message-send-mail-with-sendmail'. Otherwise use more generic
20744 `smtpmail-send-it'.
20745
20746 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
20747
20748 * nntp.el (nntp-request-update-info): Always return nil.
20749
20750 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
20751
20752 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20753
20754 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20755
20756 * message.el (message-beginning-of-line): Change the behavior when
20757 invoked between BOL and : so that it first moves backward.
20758
20759 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20760
20761 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20762 article buffer when editing of the article is discarded.
20763 (gnus-article-prepare): Revert.
20764
20765 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20766
20767 * gnus-art.el (gnus-article-prepare):
20768 Remove message-strip-forbidden-properties from the local hook.
20769
20770 2005-01-27 Simon Josefsson <jas@extundo.com>
20771
20772 * password.el (password-cache-add): Only start one timer per key.
20773 Reported by Derek Atkins <warlord@MIT.EDU>.
20774
20775 2005-01-26 Steve Youngs <steve@sxemacs.org>
20776
20777 * run-at-time.el: Remove. It is no longer needed as
20778 timer-funcs.el in the xemacs-base package has a working version of
20779 `run-at-time'.
20780
20781 * password.el: Require timer-funcs instead of run-at-time in
20782 XEmacs.
20783 Remove `password-run-at-time' macro.
20784 (password-cache-add): Use `run-at-time' instead of
20785 `password-run-at-time'.
20786
20787 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20788 for `run-with-idle-timer'.
20789
20790 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20791 for `run-at-time'.
20792
20793 * mm-url.el: Require timer-funcs at compile time when in XEmacs
20794 for `with-timeout'.
20795
20796 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
20797
20798 * mml.el (mml-generate-mime-1): Convert string into unibyte when
20799 inserting " *mml*" buffer's contents into a unibyte temp buffer.
20800
20801 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
20802
20803 * mail-source.el (mail-source-fetch-imap): Search for ^From case
20804 sensitively.
20805
20806 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
20807
20808 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20809
20810 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
20811
20812 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20813 which will be inserted according to the multibyteness of a buffer
20814 rather than the type of contents. Suggested by ARISAWA Akihiro
20815 <ari@mbf.ocn.ne.jp>.
20816
20817 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20818 of string which old xml.el may return rather than a string.
20819
20820 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
20821
20822 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20823
20824 2005-01-16 Simon Josefsson <jas@extundo.com>
20825
20826 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20827 idn/idna.el isn't available.
20828 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
20829 <michael@waxrat.com>.
20830
20831 * hashcash.el: Remove non-FSF copyright header.
20832
20833 * hashcash.el (hashcash-extra-generate-parameters): New variable.
20834 (hashcash-generate-payment): Use it.
20835 (hashcash-generate-payment-async): Use it.
20836
20837 2005-01-15 Simon Josefsson <jas@extundo.com>
20838
20839 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20840 Suggested by Raymond Scholz <ray-2005@zonix.de>.
20841
20842 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20843 gnus-summary-idna-message.
20844 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20845 (gnus-summary-idna-message): New function.
20846
20847 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
20848
20849 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20850 gnus-novice-user.
20851
20852 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
20853
20854 * nnrss.el (nnrss-request-delete-group): Delete entries in
20855 nnrss-group-alist as well.
20856 (nnrss-save-server-data): Insert newline.
20857
20858 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
20859
20860 * gnus.el (gnus-user-agent): Use list of symbols instead of
20861 symbols. Display full version number for (S)XEmacs.
20862 Optionally display (S)XEmacs codename.
20863
20864 * gnus-util.el (gnus-emacs-version): Update for new
20865 `gnus-user-agent'.
20866
20867 * gnus-msg.el (gnus-extended-version): Make it possible to omit
20868 Gnus version.
20869
20870 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20871
20872 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
20873 which is unreadable in some setups.
20874
20875 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20876
20877 * gnus-spec.el (gnus-update-format-specifications): Flush the
20878 group format spec cache if it doesn't support decoded group names.
20879
20880 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
20881
20882 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20883 Allow to apply decay on score files matching a regexp.
20884
20885 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
20886
20887 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20888 compatibility in %g and %c.
20889
20890 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
20891
20892 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20893 name for only %g and %c.
20894 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20895 of gnus-tmp-group to decoded group name.
20896 (gnus-group-make-rss-group): Exclude `/'s from group names.
20897
20898 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
20899
20900 * nnrss.el (nnrss-get-encoding): Fix regexp.
20901
20902 2004-12-27 Simon Josefsson <jas@extundo.com>
20903
20904 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20905 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20906 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
20907
20908 2004-12-17 Kim F. Storm <storm@cua.dk>
20909
20910 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20911
20912 * gnus-sum.el (gnus-summary-mode-map): Likewise.
20913
20914 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20915
20916 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20917
20918 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
20919
20920 * nnrss.el: Require rfc2047 and mml.
20921 (nnrss-file-coding-system): New variable.
20922 (nnrss-format-string): Redefine it as an inline function.
20923 (nnrss-decode-group-name): New function.
20924 (nnrss-string-as-multibyte): Remove.
20925 (nnrss-retrieve-headers): Decode group name; don't use
20926 nnrss-format-string.
20927 (nnrss-request-group): Decode group name.
20928 (nnrss-request-article): Decode group name; allow a Message-ID as
20929 well as an article number; don't use nnrss-format-string; encode a
20930 Message-ID string which may contain non-ASCII characters; use
20931 mml-to-mime to compose a MIME article.
20932 (nnrss-request-expire-articles): Decode group name.
20933 (nnrss-request-delete-group): Decode group name.
20934 (nnrss-fetch): Clarify error message.
20935 (nnrss-read-server-data): Use insert-file-contents instead of load;
20936 bind file-name-coding-system; use multibyte buffer.
20937 (nnrss-save-server-data): Bind coding-system-for-write to the
20938 value of nnrss-file-coding-system; bind file-name-coding-system;
20939 add coding cookie.
20940 (nnrss-read-group-data): Use insert-file-contents instead of load;
20941 bind file-name-coding-system; use multibyte buffer.
20942 (nnrss-save-group-data): Bind coding-system-for-write to the
20943 value of nnrss-file-coding-system; bind file-name-coding-system.
20944 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20945 make it work with non-ASCII text.
20946 (nnrss-find-el): Make it work with old xml.el as well.
20947
20948 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20949
20950 * nnrss.el (nnrss-get-encoding): New function.
20951 (nnrss-fetch): Use unibyte buffer initially; bind
20952 coding-system-for-read while performing mm-url-insert; remove ^Ms;
20953 decode contents according to the encoding attribute.
20954 (nnrss-save-group-data): Add coding cookie.
20955 (nnrss-mime-encode-string): New function.
20956 (nnrss-check-group): Use it to encode subject and author.
20957
20958 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
20959
20960 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20961 imaginary variable.
20962
20963 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20964
20965 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20966 correctly even if there are wide characters.
20967
20968 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
20969
20970 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20971 downcased symbol names; make a new cache instead of reusing
20972 bbdb-hashtable.
20973
20974 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
20975
20976 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20977 concatenating segments rather than before concatenating them.
20978 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20979
20980 * message.el (message-get-reply-headers): Bind `extra'.
20981
20982 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20983
20984 * message.el (message-extra-wide-headers): New variable.
20985 (message-get-reply-headers): Use it.
20986
20987 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
20988
20989 * gnus-agent.el (gnus-agent-group-path): Decode group name.
20990 (gnus-agent-group-pathname): Ditto.
20991
20992 * gnus-cache.el (gnus-cache-file-name): Decode group name.
20993
20994 * gnus-group.el (gnus-group-make-group): Decode group name.
20995 (gnus-group-make-rss-group): Register the group data after opening
20996 the nnrss group.
20997
20998 2004-12-17 Paul Jarc <prj@po.cwru.edu>
20999
21000 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21001 by expiry now get marked as read.
21002
21003 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21004
21005 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21006
21007 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21008
21009 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21010 unify Latin characters in XEmacs.
21011 (mm-find-mime-charset-region): Use it.
21012
21013 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21014
21015 * gnus-util.el (gnus-delete-directory): New function.
21016
21017 * gnus-agent.el (gnus-agent-delete-group): Use it.
21018
21019 * gnus-cache.el (gnus-cache-delete-group): Use it.
21020
21021 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21022
21023 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21024 names.
21025
21026 2004-12-16 Simon Josefsson <jas@extundo.com>
21027
21028 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21029
21030 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21031
21032 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21033
21034 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21035 (gnus-group-set-current-level): Decode group name.
21036
21037 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21038
21039 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21040 failed.
21041
21042 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21043
21044 * gnus-group.el (gnus-group-delete-group): Decode group name.
21045 (gnus-group-make-rss-group): Encode group name.
21046 (gnus-group-catchup-current): Decode group name.
21047 (gnus-group-kill-group): Decode group name.
21048
21049 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21050
21051 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21052
21053 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21054
21055 * gnus-group.el (gnus-group-make-rss-group):
21056 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21057
21058 * gnus-start.el (gnus-setup-news): Honor user's setting to
21059 gnus-message-archive-method. Suggested by Lute Kamstra
21060 <lute@gnu.org>.
21061
21062 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21063
21064 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21065 global counterparts of the buffer-local variables.
21066
21067 2004-11-16 Romain Francoise <romain@orebokech.com>
21068
21069 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21070 counterparts of the buffer-local variables.
21071
21072 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21073
21074 * message.el (message-forbidden-properties): Fix typo in doc
21075 string.
21076
21077 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21078
21079 * gnus-util.el (gnus-replace-in-string): Add doc string.
21080
21081 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21082 to avoid problems when splitting mails with many recipients.
21083
21084 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21085
21086 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21087 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21088
21089 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21090
21091 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21092 if there is no hashtable in memory or file modification time is
21093 newer than cached timestamp.
21094
21095 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21096
21097 * gnus-sum.el (gnus-summary-limit-to-recipient):
21098 Implement not-matching option.
21099
21100 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21101
21102 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21103 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21104 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21105 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21106 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21107 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21108
21109 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21110
21111 * message.el (message-forward-make-body-mml): Remove headers
21112 according to message-forward-ignored-headers if a message is decoded.
21113
21114 2004-12-02 Romain Francoise <romain@orebokech.com>
21115
21116 * message.el (message-forward-make-body-plain): Always remove
21117 headers according to message-forward-ignored-headers.
21118
21119 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21120
21121 * spam.el (spam-summary-prepare-exit): Remove the
21122 gnus-summary-limit pop for now, it has problems with ham marks for
21123 me.
21124
21125 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21126
21127 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21128 correctly.
21129
21130 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21131
21132 * format-spec.el (format-spec): Message the char.
21133
21134 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21135
21136 * gnus-art.el (gnus-split-methods): Reformat comments.
21137
21138 * spam.el (spam-summary-prepare-exit): Remove article limits
21139 before exiting the summary buffer.
21140
21141 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21142
21143 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21144 order to silence the byte compiler.
21145
21146 * spam.el: Fix the way to silence the byte compiler, which
21147 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21148 bbdb-search-simple, spam-BBDB-register-routine,
21149 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21150 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21151 spam-stat-buffer-is-spam, spam-stat-load,
21152 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21153 spam-stat-save and spam-stat-split-fancy.
21154
21155 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21156
21157 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21158 which may confuse users.
21159 (canlock-password-for-verify): Ditto.
21160
21161 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21162
21163 * gnus-art.el (gnus-emphasis-alist): Ditto.
21164
21165 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21166
21167 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21168
21169 * gnus-start.el (gnus-save-killed-list): Ditto.
21170
21171 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21172 (gnus-sum-thread-tree-root): Ditto.
21173 (gnus-sum-thread-tree-false-root): Ditto.
21174 (gnus-sum-thread-tree-single-indent): Ditto.
21175
21176 * message.el (message-courtesy-message): Ditto.
21177 (message-archive-note): Ditto.
21178 (message-subscribed-address-file): Ditto.
21179 (message-user-fqdn): Ditto.
21180
21181 * spam-report.el (spam-report-gmane-regex): Ditto.
21182
21183 * spam.el (spam-blackhole-good-server-regex): Ditto.
21184
21185 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21186
21187 * mml.el (mml-preview): Widen the message buffer before copying
21188 the contents to the preview buffer; sort headers before previewing.
21189
21190 * message.el (message-hidden-headers): Fix the way to avoid a bug
21191 in the `repeat' widget in Emacs 21.3 or earlier.
21192
21193 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21194
21195 * message.el (message-hidden-headers): Default to "^References:".
21196 Improve customization type. Suggested by Reiner Steib
21197 <Reiner.Steib@gmx.de>.
21198
21199 2004-11-25 Romain Francoise <romain@orebokech.com>
21200
21201 * message.el (message-strip-forbidden-properties): Remove check for
21202 obsolete `message-hidden' text property, hidden headers are not
21203 accessible in the buffer anymore.
21204
21205 2004-11-22 Romain Francoise <romain@orebokech.com>
21206
21207 * message.el (message-header-format-alist): Add `From' in list
21208 so that it can be sorted.
21209 (message-fix-before-sending): Widen and sort headers before
21210 sending.
21211 (message-hide-headers): Use narrowing to hide headers by moving
21212 them to the top of the buffer and narrowing to the region
21213 underneath.
21214
21215 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21216
21217 * message.el (message-strip-forbidden-properties):
21218 Bind buffer-read-only (etc) to nil.
21219
21220 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21221
21222 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21223 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21224
21225 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21226
21227 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21228
21229 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21230
21231 * dns.el (query-dns): Use sit-for to time instead of
21232 accept-process-output, since that doesn't seem to work on udp
21233 sockets.
21234
21235 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21236
21237 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21238
21239 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21240
21241 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21242 doc string. Improve doc string.
21243
21244 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21245
21246 * nntp.el (nntp-request-update-info): Return nil if
21247 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21248 may not call gnus-activate-group which uselessly issues the GROUP
21249 commands for all nntp groups and wastes time. Reported by Romain
21250 Francoise <romain@orebokech.com>.
21251
21252 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21253
21254 2004-11-15 Simon Josefsson <jas@extundo.com>
21255
21256 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21257 headers separately.
21258 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21259 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21260
21261 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21262
21263 * gnus-start.el (gnus-convert-old-newsrc):
21264 Assign legacy-gnus-agent to 5.10.7.
21265
21266 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21267
21268 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21269 start of the lines.
21270
21271 2004-11-14 Magnus Henoch <mange@freemail.hu>
21272
21273 * hashcash.el (hashcash-default-payment): Change default to 20.
21274 (hashcash-default-accept-payment): Change default to 20.
21275 (hashcash-process-alist): New variable.
21276 (hashcash-generate-payment-async): Add.
21277 (hashcash-already-paid-p): Add.
21278 (hashcash-insert-payment): Don't generate payments twice.
21279 (hashcash-insert-payment-async): Add.
21280 (hashcash-insert-payment-async-2): Add.
21281 (hashcash-cancel-async): Add.
21282 (hashcash-wait-async): Add.
21283 (hashcash-processes-running-p): Add.
21284 (hashcash-wait-or-cancel): Add.
21285 (mail-add-payment): New optional argument. Conditionally start
21286 asynchronous calculation.
21287 (mail-add-payment-async): Add.
21288
21289 * message.el (message-send-mail): Wait for asynchronous hashcash
21290 results. Don't clobber existing X-Hashcash headers.
21291 (message-setup-1): Call mail-add-payment-async when
21292 message-generate-hashcash is non-nil.
21293
21294 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21295
21296 * message.el (message-use-alternative-email-as-from): Examine the
21297 From header as well; use message-make-from in order to include a
21298 user's full name.
21299
21300 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21301
21302 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21303 default; improve customization type.
21304 (gnus-emphasis-custom-with-format): New macro.
21305 (gnus-emphasis-custom-value-to-external): New function.
21306 (gnus-emphasis-custom-value-to-internal): New function.
21307
21308 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21309
21310 * dns.el (query-dns): Resolve reverse addresses.
21311
21312 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21313
21314 * gnus-group.el (gnus-group-get-new-news): Use it.
21315
21316 * gnus-start.el (gnus-check-reasonable-setup): New function.
21317
21318 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21319
21320 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21321 "Args out of range" error. Reported by Arnaud Giersch
21322 <arnaud.giersch@free.fr>.
21323
21324 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21325
21326 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21327
21328 2004-11-04 Richard M. Stallman <rms@gnu.org>
21329
21330 * spam.el (spam group): Add :version.
21331
21332 * pgg-def.el (pgg group): Add :version.
21333
21334 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21335
21336 * gnus-art.el (gnus-article-edit-article): Don't associate the
21337 article buffer with a draft file. This is a temporary measure
21338 against the 2004-08-22 change to gnus-article-edit-mode.
21339
21340 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21341
21342 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21343 (html2text-format-tags): Remove unused variable `attr'.
21344
21345 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21346
21347 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21348
21349 * spam-stat.el (spam-stat): Add :version.
21350
21351 * sieve.el (sieve): Add :version.
21352
21353 * sha1.el (sha1): Add :version.
21354 (sha1-use-external): Remove redundant version.
21355
21356 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21357 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21358 (nnmail-split-fancy-match-partial-words)
21359 (nnmail-split-lowercase-expanded): Add :version.
21360
21361 * nndiary.el (nndiary): Add :version.
21362
21363 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21364
21365 * mml-sec.el (mml-default-sign-method)
21366 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21367 Add :version.
21368
21369 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21370
21371 * mm-url.el (mm-url-use-external, mm-url-program)
21372 (mm-url-arguments): Add :version.
21373
21374 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21375 (mm-attachment-file-modes, mm-decrypt-option)
21376 (mm-w3m-safe-url-regexp): Add :version.
21377
21378 * message.el (message-cite-prefix-regexp)
21379 (message-sendmail-envelope-from, message-minibuffer-local-map)
21380 (message-user-fqdn, message-completion-alist): Add :version.
21381
21382 * gnus-win.el (gnus-configure-windows-hook)
21383 (gnus-use-frames-on-any-display): Add :version.
21384
21385 * gnus-art.el (gnus-article-address-banner-alist)
21386 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21387 (gnus-treat-from-picon, gnus-treat-mail-picon)
21388 (gnus-treat-x-pgp-sig): Add :version.
21389
21390 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21391 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21392 (gnus-summary-article-delete-hook)
21393 (gnus-summary-display-while-building): Add :version.
21394
21395 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21396 (gnus-get-top-new-news-hook): Add :version.
21397
21398 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21399 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21400
21401 * gnus-registry.el (gnus-registry): Add :version.
21402
21403 * gnus-spec.el (gnus-use-correct-string-widths)
21404 (gnus-make-format-preserve-properties): Add :version.
21405
21406 * gnus.el (gnus-group-charter-alist)
21407 (gnus-group-fetch-control-use-browse-url)
21408 (gnus-install-group-spam-parameters): Add :version.
21409
21410 * gnus-diary.el (gnus-diary): Add :version.
21411
21412 * gnus-delay.el (gnus-delay): Add :version.
21413
21414 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21415 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21416 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21417 Add :version.
21418
21419 * gnus-agent.el (gnus-agent-max-fetch-size)
21420 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21421 (gnus-agent-prompt-send-queue): Add :version.
21422
21423 * deuglify.el (gnus-outlook-deuglify): Add :version.
21424
21425 * html2text.el: Beautify code. Improve doc strings.
21426 Some checkdoc cleanup.
21427 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21428
21429 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21430
21431 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21432
21433 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21434
21435 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21436 when package is loaded.
21437
21438 * spam.el (spam-summary-score-preferred-header): Add global preference
21439 for people who want to override the default SpamAssassin over
21440 Bogofilter preference (when both are set).
21441 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21442 (spam-user-format-function-S):
21443 Check spam-summary-score-preferred-header.
21444 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21445 (spam-user-format-function-S): Format the score correctly.
21446
21447 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21448
21449 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21450 signature file. Suggested by Manoj Srivastava
21451 <srivasta@golden-gryphon.com>.
21452
21453 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21454 iso-2022-jp even in the Japanese language environment.
21455 Suggested by Jason Rumney <jasonr@gnu.org>.
21456
21457 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21458
21459 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21460 use the same characters as the dummy marks; make it free from
21461 getting affected by the language environment.
21462 (gnus-summary-read-group-1): Update mark positions only when the
21463 format spec is updated.
21464
21465 * gnus-spec.el (gnus-update-format-specifications): Return a list
21466 of updated types.
21467
21468 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21469
21470 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21471 of boundp to check if display-warning is available.
21472
21473 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21474
21475 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21476
21477 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21478
21479 * nnspool.el (nnspool-spool-directory): Use news-path if the
21480 news-directory variable is not bound.
21481
21482 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21483 function instead of display-warning if it is not available.
21484
21485 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21486
21487 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21488 v5-10: Use `point-at-bol'.
21489
21490 2004-10-26 Simon Josefsson <jas@extundo.com>
21491
21492 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21493 <chenggao@gmail.com>.
21494
21495 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21496
21497 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21498 instead.
21499
21500 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21501
21502 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21503 to remove a server from the nnimap-server-buffer-alist.
21504 (nnimap-open-connection, nnimap-close-server): Use it.
21505
21506 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21507
21508 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21509
21510 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21511 running the major-mode function.
21512
21513 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21514
21515 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21516 dummy marks in the right way.
21517
21518 2004-10-18 David Edmondson <dme@dme.org>
21519
21520 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21521 excessively.
21522
21523 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21524
21525 * gnus-util.el (gnus-split-references): Accept a nil references
21526 string and go on blissfully.
21527
21528 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21529 cases where the references string is non-nil but has no references.
21530
21531 * encrypt.el: Add autoload tags.
21532
21533 * spam.el (spam-resolve-registrations-routine): Remove article
21534 from unregistration list too. Reported by David Hanak
21535 <dhanak@isis.vanderbilt.edu>
21536
21537 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21538
21539 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21540 nil. Change custom type.
21541
21542 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21543
21544 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21545
21546 * gnus-sum.el (gnus-summary-move-article): Use it.
21547
21548 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21549
21550 * encrypt.el: Add autoload cookies.
21551
21552 * spam.el (spam-backend-article-list-property)
21553 (spam-backend-get-article-todo-list)
21554 (spam-backend-put-article-todo-list)
21555 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21556 Resolve registrations separately.
21557 (spam-register-routine): Format comments.
21558 (spam-unregister-routine, spam-register-routine): Always call with
21559 specific-articles, no default list.
21560 (spam-summary-prepare-exit): Use the spam-classifications function.
21561
21562 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21563 gnus-encrypt.el.
21564
21565 * encrypt.el: Copied from gnus-encrypt.el.
21566
21567 * gnus-encrypt.el: Commented that it's obsolete.
21568
21569 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21570
21571 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21572 (gnus-score-save): Use it.
21573
21574 * message.el (message-bury): Use `window-dedicated-p'.
21575
21576 2004-10-15 Simon Josefsson <jas@extundo.com>
21577
21578 * pop3.el (top-level): Don't require nnheader.
21579 (pop3-read-timeout): Add.
21580 (pop3-accept-process-output): Add.
21581 (pop3-read-response, pop3-retr): Use it.
21582
21583 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
21584
21585 * spam.el (spam-register-routine): Move comment.
21586 (spam-verify-bogofilter): Use 'unknown for the initial
21587 spam-bogofilter-valid state, not 'never.
21588
21589 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21590 for netrc-machine.
21591
21592 * nnimap.el (nnimap-open-connection):
21593 Use netrc-machine-user-or-password.
21594
21595 2004-10-17 Richard M. Stallman <rms@gnu.org>
21596
21597 * gnus-registry.el (gnus-registry-unload-hook):
21598 Set as a variable with add-hook.
21599
21600 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21601 of news-path.
21602
21603 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21604
21605 * spam.el: Delete duplicate `provide'.
21606 (spam-unload-hook): Set as a variable with add-hook.
21607
21608 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21609
21610 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21611 in the doc string.
21612
21613 * message.el (message-ignored-news-headers)
21614 (message-ignored-supersedes-headers)
21615 (message-ignored-resent-headers)
21616 (message-forward-ignored-headers): Improve custom type.
21617
21618 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21619
21620 * message.el (message-tokenize-header): Fix 2004-09-06 change
21621 which used point-min in the wrong place.
21622
21623 2004-10-12 Simon Josefsson <jas@extundo.com>
21624
21625 * tls.el (tls-certtool-program): New variable.
21626 (tls-certificate-information): New function, based on
21627 ssl-certificate-information.
21628
21629 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21630
21631 * compface.el: Move the version of ELisp-based uncompface program
21632 to the contrib directory because of the copyright problem.
21633
21634 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21635
21636 * message.el (message-kill-buffer): Raise the current frame.
21637
21638 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21639
21640 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21641
21642 * gnus.el (message-y-or-n-p): Autoload.
21643
21644 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21645 (pop3-password-required, pop3-authentication-scheme)
21646 (pop3-leave-mail-on-server): Make customizable.
21647 (pop3): New custom group.
21648 (pop3-retr): Remove `sleep-for' statements.
21649 Suggested by Dave Love <fx@gnu.org>.
21650
21651 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21652 Windows/DOS.
21653
21654 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21655 (imap-parse-body): Fix incorrect use of `assert'.
21656 Suggested by Dave Love <fx@gnu.org>.
21657
21658 * mml.el (mml-minibuffer-read-disposition): Require match.
21659 Suggested by Dave Love <fx@gnu.org>.
21660
21661 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
21662
21663 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
21664 doc string.
21665
21666 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
21667
21668 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21669
21670 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21671
21672 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21673 instead of calling `mm-insert-inline', to decode text/* parts
21674 before displaying them.
21675
21676 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
21677
21678 * mm-uu.el (mm-uu-text-plain-type): New variable.
21679 (mm-uu-pgp-signed-extract-1): Use it.
21680 (mm-uu-pgp-encrypted-extract-1): Use it.
21681 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21682 bind mm-uu-text-plain-type with that value.
21683 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21684 mm-uu-dissect.
21685
21686 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21687
21688 * gnus-group.el (gnus-update-group-mark-positions):
21689 * gnus-sum.el (gnus-update-summary-mark-positions):
21690 * message.el (message-check-news-body-syntax):
21691 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21692 of string-as-multibyte.
21693
21694 2004-10-05 Juri Linkov <juri@jurta.org>
21695
21696 * gnus-group.el (gnus-update-group-mark-positions):
21697 * gnus-sum.el (gnus-update-summary-mark-positions):
21698 * message.el (message-check-news-body-syntax):
21699 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21700 8-bit unibyte values to a multibyte string for search functions.
21701
21702 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21703
21704 * mm-uu.el (mm-uu-dissect): Allow optional arg.
21705 (mm-uu-dissect-text-parts): New function.
21706
21707 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21708 dissect text parts.
21709
21710 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21711 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21712
21713 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21714
21715 * gnus-topic.el (gnus-topic-hierarchical-parameters):
21716 Use gnus-current-topics instead of gnus-current-topic.
21717
21718 2004-10-06 Jesper Harder <harder@ifa.au.dk>
21719
21720 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21721
21722 2004-10-05 Jesper Harder <harder@ifa.au.dk>
21723
21724 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21725 where appropriate.
21726
21727 * nnml.el (nnml-generate-active-info): do.
21728
21729 * nndiary.el (nndiary-generate-active-info): do.
21730
21731 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21732 (gnus-topic-move): do.
21733
21734 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21735 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21736
21737 * gnus-srvr.el (gnus-server-prepare)
21738 (gnus-server-open-all-servers): do.
21739
21740 * gnus-msg.el (gnus-summary-cancel-article)
21741 (gnus-summary-resend-message)
21742 (gnus-summary-mail-crosspost-complaint): do.
21743
21744 * gnus-move.el (gnus-change-server): do.
21745
21746 * gnus-group.el (gnus-group-unmark-all-groups)
21747 (gnus-group-set-current-level): do.
21748
21749 2004-10-04 Simon Josefsson <jas@extundo.com>
21750
21751 * message.el (message-generate-hashcash): Doc fix.
21752
21753 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
21754
21755 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21756 avoid infinite recursion via gnus-get-function.
21757
21758 2004-10-02 Jesper Harder <harder@ifa.au.dk>
21759
21760 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21761
21762 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21763
21764 * nnmail.el (nnmail-split-history): do.
21765
21766 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21767 (nnml-request-delete-group): do.
21768
21769 * nnslashdot.el (nnslashdot-read-groups): do.
21770
21771 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21772 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21773
21774 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21775 (nnspool-sift-nov-with-sed): Use last.
21776 (nnspool-retrieve-headers-with-nov): Use mapc.
21777 (nnspool-request-newgroups): Use dolist.
21778 (nnspool-request-group): Use last.
21779
21780 * nntp.el (nntp-read-server-type): Use dolist.
21781
21782 * nnvirtual.el (nnvirtual-create-mapping)
21783 (nnvirtual-update-read-and-marked): Use dolist.
21784 (nnvirtual-convert-headers): Simplify.
21785
21786 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21787
21788 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21789 Add support for sync'ing tick marks.
21790
21791 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
21792
21793 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21794 there's no visible header.
21795
21796 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21797
21798 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21799 When necessary, pass full group name to gnus-request-set-marks.
21800
21801 2004-10-01 Simon Josefsson <jas@extundo.com>
21802
21803 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
21804 acroread.
21805
21806 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21807
21808 * spam-report.el (spam-report-gmane): Fix interactive.
21809
21810 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21811
21812 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21813 when writing file.
21814 (gnus-agent-synchronize-flags): Don't default to being
21815 interactive.
21816
21817 2004-09-30 Simon Josefsson <jas@extundo.com>
21818
21819 * message.el (message-generate-hashcash): Add.
21820 (message-send-mail): Use it, call mail-add-payment.
21821
21822 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
21823
21824 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21825
21826 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
21827
21828 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21829 gnus-request-update-info with explicit code to sync the in-memory
21830 info read flags with the marks being sync'd to the backend.
21831
21832 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21833
21834 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21835
21836 * spam.el (spam-verify-bogofilter): Add new function.
21837 (spam-check-bogofilter)
21838 (spam-bogofilter-register-with-bogofilter): Use it.
21839 (spam-verify-bogofilter): Add small fixes.
21840
21841 2004-09-28 Simon Josefsson <jas@extundo.com>
21842
21843 * hashcash.el (hashcash-generate-payment): Revert.
21844
21845 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21846
21847 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21848 Use gnus-extract-references instead of gnus-split-references.
21849
21850 * gnus-util.el (gnus-extract-references): Add new function, analogous
21851 to gnus-split-references but extracts only the message-ID without
21852 anything extra.
21853
21854 * hashcash.el (hashcash-generate-payment)
21855 (hashcash-check-payment): Do the right thing if hashcash-path is
21856 nil (because the hashcash program could not be found).
21857
21858 * spam.el (spam-use-hashcash): Remove comment.
21859
21860 2004-09-27 Jesper Harder <harder@ifa.au.dk>
21861
21862 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21863 (gnus-cache-enter-article, gnus-cache-remove-article)
21864 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21865
21866 * gnus-async.el (gnus-async-prefetch-remove-group): do.
21867
21868 * gnus-art.el (article-hide-boring-headers)
21869 (article-translate-strings, article-display-face)
21870 (gnus-article-mime-match-handle-first)
21871 (gnus-article-highlight-headers)
21872 (gnus-article-add-buttons-to-head): do.
21873
21874 2004-09-27 Simon Josefsson <jas@extundo.com>
21875
21876 * hashcash.el: New version, from
21877 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
21878 ../contrib/.
21879
21880 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
21881
21882 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21883
21884 2004-09-26 Jesper Harder <harder@ifa.au.dk>
21885
21886 * gnus-dup.el (gnus-dup-open): Use mapc.
21887 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21888
21889 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21890 Reported by Stefan Wiens <s.wi@gmx.net>.
21891
21892 * gnus.el (gnus-shutdown): Use dolist.
21893
21894 * gnus-undo.el (gnus-undo): Use mapc.
21895
21896 * nnrss.el (nnrss-generate-active): do.
21897
21898 * message.el (message-cite-original-without-signature)
21899 (message-cite-original): Use mapc.
21900 (message-do-actions, message-make-forward-subject): Use dolist.
21901
21902 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21903
21904 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21905 deletion to remove entire duplicate line. Fixes merged article
21906 number bug.
21907
21908 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21909
21910 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21911 servers that are offline. Avoids having gnus-agent-toggle-plugged
21912 first ask if you want to open a server and then, even when you
21913 responded with no, asking if you want to synchronize the server's
21914 flags.
21915 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21916 multi-line expressions.
21917 (gnus-agent-synchronize-group-flags): New internal function.
21918 Updates marks in memory (in the info structure) AND in the
21919 backend.
21920
21921 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21922
21923 * nnagent.el (nnagent-request-set-mark):
21924 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21925 method, to ensure that synchronization updates marks in the
21926 backend and in the info (in memory) structure.
21927
21928 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
21929
21930 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21931 convention fully; don't miss the root article of a thread; make
21932 the X-Draft-From header with correct article numbers.
21933
21934 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
21935
21936 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21937 unless plugged. Disable the agent so that an open failure causes
21938 an error.
21939
21940 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21941 Revert 2004-09-21 change. The backend must be opened while
21942 synchronizing flags even when the backend stores the flags
21943 locally.
21944
21945 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
21946
21947 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21948 in `header' match. Reported by Svend Tollak Munkejord.
21949
21950 * message.el (message-cite-original): Fix use of
21951 `message-cite-articles-with-x-no-archive'.
21952
21953 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
21954
21955 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21956 (gnus-window-to-buffer): Ditto.
21957
21958 * mml.el (mml-preview-buffer): New variable.
21959 (mml-preview): Manage window layout with gnus-buffer-configuration.
21960
21961 * gnus-msg.el (gnus-setup-message): Put article numbers into the
21962 X-Draft-From header even if those articles aren't quoted.
21963
21964 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
21965
21966 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21967 (gnus-request-set-mark, gnus-request-update-mark): Use new
21968 g-s-t-u-l-m to decide to use backend even when unplugged.
21969
21970 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
21971
21972 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21973 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
21974
21975 2004-09-20 Simon Josefsson <jas@extundo.com>
21976
21977 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21978 "utf-16-le".
21979
21980 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21981
21982 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21983
21984 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
21985
21986 * uudecode.el (uudecode-use-external): Add :version.
21987
21988 * smime.el (smime-CA-file, smime-encrypt-cipher)
21989 (smime-dns-server): Add :version.
21990
21991 * smiley.el (gnus-smiley-file-types): Add :version.
21992
21993 * sha1.el (sha1-use-external): Add :version.
21994
21995 * pgg-def.el (pgg-query-keyserver): Add :version.
21996
21997 * nnmail.el (nnmail-fancy-expiry-targets)
21998 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21999 Add :version.
22000
22001 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22002 (nnimap-retrieve-groups-asynchronous): Add :version.
22003 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22004
22005 * mml.el (mml-content-disposition-parameters)
22006 (mml-insert-mime-headers-always): Add :version.
22007
22008 * mm-util.el (mm-coding-system-priorities): Add :version.
22009
22010 * mm-decode.el (mm-inline-text-html-with-images)
22011 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22012 (mm-verify-option): Add :version.
22013 (mm-text-html-renderer): Change :version.
22014
22015 * message.el (message-fcc-externalize-attachments)
22016 (message-required-headers, message-draft-headers)
22017 (message-subject-trailing-was-query)
22018 (message-subject-trailing-was-ask-regexp)
22019 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22020 (message-mark-insert-end, message-archive-header)
22021 (message-archive-note, message-cross-post-default)
22022 (message-cross-post-note, message-followup-to-note)
22023 (message-cross-post-note-function, message-use-mail-followup-to)
22024 (message-subscribed-address-functions)
22025 (message-subscribed-address-file, message-subscribed-addresses)
22026 (message-subscribed-regexps, message-allow-no-recipients)
22027 (message-yank-cited-prefix, message-signature-insert-empty-line)
22028 (message-hidden-headers, message-hierarchical-addresses)
22029 (message-mail-user-agent, message-use-idna)
22030 (message-valid-fqdn-regexp)
22031 (message-strip-special-text-properties, message-header-synonyms)
22032 (message-beginning-of-line, message-tab-body-function): Add :version.
22033 (message-insert-canlock, message-wide-reply-confirm-recipients):
22034 Change :version.
22035
22036 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22037 and :version.
22038 (mail-source-delete-old-incoming-confirm)
22039 (mail-source-movemail-program): Add :version.
22040
22041 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22042 (gnus-agent-cache, gnus-agent): Change :version.
22043
22044 * gnus-util.el (gnus-use-byte-compile): Change :version.
22045
22046 * gnus-sum.el (gnus-summary-make-false-root-always)
22047 (gnus-summary-default-high-score)
22048 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22049 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22050 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22051 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22052 (gnus-sum-thread-tree-single-indent)
22053 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22054 (gnus-sum-thread-tree-leaf-with-other)
22055 (gnus-sum-thread-tree-single-leaf): Add :version.
22056 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22057 (gnus-article-loose-mime): Change :version.
22058
22059 * gnus-start.el (gnus-backup-startup-file)
22060 (gnus-save-startup-file-via-temp-buffer): Add :version.
22061
22062 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22063 (gnus-server-offline-face): Add :version.
22064
22065 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22066
22067 * gnus-msg.el (gnus-gcc-externalize-attachments)
22068 (gnus-debug-files, gnus-debug-exclude-variables)
22069 (gnus-discouraged-post-methods): Change :version.
22070 (gnus-confirm-mail-reply-to-news)
22071 (gnus-confirm-treat-mail-like-news): Add :version.
22072
22073 * gnus-int.el (gnus-server-unopen-status): Add :version.
22074
22075 * gnus-group.el (gnus-group-jump-to-group-prompt)
22076 (gnus-large-ephemeral-newsgroup)
22077 (gnus-fetch-old-ephemeral-headers): Add :version.
22078
22079 * gnus-fun.el (gnus-x-face-directory)
22080 (gnus-convert-pbm-to-x-face-command)
22081 (gnus-convert-image-to-x-face-command)
22082 (gnus-convert-image-to-face-command): Add :version.
22083
22084 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22085
22086 * gnus-cite.el (gnus-cite-blank-line-after-header)
22087 (gnus-article-boring-faces): Add :version.
22088
22089 * gnus-art.el (gnus-buttonized-mime-types)
22090 (gnus-inhibit-mime-unbuttonizing)
22091 (gnus-treat-display-face)
22092 (gnus-treat-body-boundary): Change :version.
22093 (gnus-body-boundary-delimiter, gnus-picon-databases)
22094 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22095 (gnus-treat-date-english, gnus-treat-fold-headers)
22096 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22097 (gnus-treat-mail-picon, gnus-treat-wash-html)
22098 (gnus-article-encrypt-protocol)
22099 (gnus-use-idna, gnus-article-over-scroll)
22100 (gnus-mime-display-multipart-alternative-as-mixed)
22101 (gnus-mime-display-multipart-related-as-mixed)
22102 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22103 (gnus-ctan-url, gnus-button-ctan-handler)
22104 (gnus-button-handle-ctan-bogus-regexp)
22105 (gnus-button-ctan-directory-regexp)
22106 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22107 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22108 (gnus-button-man-level, gnus-button-emacs-level)
22109 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22110
22111 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22112 (gnus-agent-go-online): Change :version.
22113 (gnus-agent-expire-unagentized-dirs)
22114 (gnus-agent-auto-agentize-methods): Add :version.
22115
22116 * flow-fill.el (fill-flowed-display-column)
22117 (fill-flowed-encode-column): Add :version.
22118
22119 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22120 (gnus-outlook-deuglify-unwrap-max)
22121 (gnus-outlook-deuglify-cite-marks)
22122 (gnus-outlook-deuglify-unwrap-stop-chars)
22123 (gnus-outlook-deuglify-no-wrap-chars)
22124 (gnus-outlook-deuglify-attrib-cut-regexp)
22125 (gnus-outlook-deuglify-attrib-verb-regexp)
22126 (gnus-outlook-deuglify-attrib-end-regexp)
22127 (gnus-outlook-display-hook): Add :version.
22128
22129 * binhex.el (binhex-use-external): Add :version.
22130
22131 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22132
22133 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22134 and `invisible'.
22135
22136 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22137
22138 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22139 in gnus-registry-trim.
22140
22141 2004-09-13 Simon Josefsson <jas@extundo.com>
22142
22143 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22144
22145 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22146
22147 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22148 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22149 <yamaoka@jpl.org>.
22150 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22151 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22152 <yamaoka@jpl.org>.
22153
22154 * sieve.el (sieve-manage-mode): Ditto.
22155
22156 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22157
22158 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22159
22160 2004-09-11 Simon Josefsson <jas@extundo.com>
22161
22162 * dns-mode.el: Add.
22163
22164 * mm-view.el (mm-display-dns-inline): Add.
22165
22166 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22167 (mm-automatic-display): Ditto.
22168
22169 * mailcap.el (mailcap-mime-data): Add text/dns.
22170 (mailcap-mime-extensions): Map .soa to text/dns.
22171
22172 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22173
22174 * gnus-art.el (article-decode-mime-words, article-babel)
22175 (gnus-article-highlight-signature, gnus-article-add-buttons)
22176 (gnus-signature-toggle): Remove unnecessary bindings of
22177 `inhibit-read-only' inherited from v5.10 merge.
22178
22179 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22180
22181 * nntp.el (nntp): New customization group.
22182 (nntp-authinfo-file): Add customization group.
22183
22184 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22185
22186 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22187
22188 * gnus.el (to-address, to-list, subscribed)
22189 (large-newsgroup-initial): Ditto.
22190
22191 * flow-fill.el (fill-flowed-display-column)
22192 (fill-flowed-encode-column): Ditto.
22193
22194 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22195
22196 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22197 Use point-min rather than 1.
22198 (message-send-mail): Use buffer-size rather than point-max.
22199
22200 * gnus-sum.el (gnus-summary-search-article-forward):
22201 Signal a specific `search-failed' rather than a generic `error'.
22202
22203 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22204 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22205 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22206
22207 2004-09-10 Simon Josefsson <jas@extundo.com>
22208
22209 * nndb.el (require): Remove tcp and duplicate cl.
22210
22211 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22212
22213 * gnus-agent.el (directory-files-and-attributes): Move forward.
22214
22215 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22216
22217 * gnus-agent.el (directory-files-and-attributes):
22218 Optionally defined to support XEmacs.
22219
22220 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22221
22222 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22223 to avoid run-time CL dependencies.
22224 (gnus-agent-unfetch-articles): New function.
22225 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22226 article numbers even when local .overview file is missing.
22227 (gnus-agent-read-article-number): New function. Only accepts
22228 27-bit article numbers.
22229 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22230 Use gnus-agent-read-article-number.
22231 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22232 from backend while recognizing that article numbers in .overview
22233 must be valid.
22234 (gnus-agent-update-files-total-fetched-for):
22235 Use directory-files-and-attributes to improve performance.
22236 * gnus-int.el (gnus-request-move-article):
22237 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22238 improve performance.
22239
22240 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22241 some users confused by references to .newsrc when they only have a
22242 .newsrc.eld file.
22243 (gnus-convert-mark-converter-prompt)
22244 (gnus-convert-converter-needs-prompt): Fix use of property list.
22245 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22246 New function. Used internally to only display 'gnus converting
22247 files' message when actually necessary.
22248
22249 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22250 methods now autoloaded.
22251
22252 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22253
22254 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22255 identifiers.
22256
22257 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22258
22259 * gnus-picon.el: Fix indentation and closing parenthesis.
22260
22261 2004-09-01 Simon Josefsson <jas@extundo.com>
22262
22263 * message.el (message-canlock-generate): Require sha1, not
22264 sha1-el. (Can we get rid of this require altogether? It is ugly
22265 to require within a function. Sadly, if sha1.el isn't loaded, the
22266 let binding in m-c-g will hide the defcustom definition, which is
22267 bad.)
22268
22269 * canlock.el: Require sha1, not sha1-el.
22270
22271 * message.el: Don't autoload sha1 (there is a autoload cookie in
22272 sha1.el).
22273
22274 * sha1-el.el: Rename to sha1.el.
22275
22276 2004-08-30 Juanma Barranquero <lektu@terra.es>
22277
22278 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22279
22280 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22281
22282 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22283
22284 2004-08-30 Kim F. Storm <storm@cua.dk>
22285
22286 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22287
22288 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22289 Add :group 'nnimap.
22290
22291 2004-08-30 Andreas Schwab <schwab@suse.de>
22292
22293 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22294 ?* and ?\;.
22295
22296 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22297 and ?\' to symbol instead of whitespace.
22298
22299 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22300
22301 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22302
22303 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22304 instead of re-search-forward.
22305
22306 * gnus-uu.el (gnus-uu-save-article): Ditto.
22307 (gnus-uu-post-encode-uuencode): Ditto.
22308
22309 * html2text.el (html2text-clean-list-items): Ditto.
22310 (html2text-clean-dtdd): Ditto.
22311 (html2text-format-tags): Ditto.
22312
22313 * message.el (message-send-mail-with-sendmail): Fix regexp.
22314 (message-fill-field-general): Use search-forward instead of
22315 re-search-forward.
22316 (unbold-region): Ditto.
22317
22318 * nnrss.el (nnrss-request-article): Ditto.
22319
22320 * nnslashdot.el (nnslashdot-request-article): Ditto.
22321
22322 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22323
22324 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22325 "Unrecognized menu descriptor" error in XEmacs.
22326
22327 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22328
22329 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22330 parent article of a sparse article in the thread hashtb.
22331
22332 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22333
22334 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22335 (nnmail-expand-newtext): Lowercase expanded entries if
22336 nnmail-split-lowercase-expanded is non-nil.
22337
22338 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22339
22340 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22341
22342 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22343 of gnus-tmp-news-method into string under XEmacs. It will be
22344 passed to gnus-correct-length which takes only a string argument.
22345
22346 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22347
22348 * gnus-util.el (gnus-bind-print-variables): New macro.
22349 (gnus-prin1): Use it.
22350 (gnus-prin1-to-string): Use it.
22351 (gnus-pp): New function.
22352 (gnus-pp-to-string): New function.
22353
22354 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22355 Replace pp-to-string with gnus-pp-to-string.
22356 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22357 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22358 * gnus-msg.el (gnus-debug): Ditto.
22359 * gnus-score.el (gnus-score-save): Ditto.
22360 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22361 gnus-pp-to-string.
22362 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22363 with gnus-pp.
22364 * score-mode.el (gnus-score-pretty-print): Ditto.
22365 * webmail.el (webmail-debug): Ditto.
22366
22367 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22368
22369 * gnus-art.el (article-display-face, article-display-x-face):
22370 Use buffer-read-only.
22371
22372 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22373
22374 * gnus-art.el (article-hide-list-identifiers):
22375 Bind inhibit-read-only as t.
22376
22377 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22378
22379 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22380
22381 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22382
22383 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22384 (gnus-narrow-to-page): Don't assume point-min == 1.
22385 (gnus-article-edit-mode): Derive from message-mode.
22386
22387 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22388 point-min == 1.
22389
22390 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22391 Disable incorrect use of `assert'.
22392
22393 * message.el (message-mode): Set comment-start-skip.
22394
22395 2004-08-22 Sam Steingold <sds@gnu.org>
22396
22397 * pop3.el (pop3-leave-mail-on-server): New user variable.
22398 (pop3-movemail): Delete mail only when it is nil.
22399
22400 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22401
22402 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22403
22404 * mml.el (mml-preview): Use `pop-to-buffer'.
22405
22406 * message.el (message-goto-mail-followup-to): Insert after "To".
22407 (message-carefully-insert-headers): Add comment.
22408
22409 * gnus.el: Remove unused variable `gnus-article-check-size'.
22410
22411 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22412
22413 * gnus-art.el (gnus-button-alist):
22414 Improve `gnus-button-handle-library' entry.
22415
22416 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22417
22418 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22419 Use downcase, since XEmacs capitalizes error messages differently.
22420
22421 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22422
22423 * nntp.el: Add (require 'gnus) due to reference to
22424 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22425
22426 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22427
22428 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22429 Bind `mm-fill-flowed'.
22430
22431 * mm-decode.el (mm-dissect-singlepart): Check it.
22432
22433 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22434
22435 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22436 'imap' for netrc parsing.
22437
22438 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22439
22440 * mailcap.el (mailcap-mime-data): Mark as risky.
22441
22442 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22443
22444 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22445 may be included in the encoded word.
22446 (rfc2047-encode): Don't append a space if the encoded word
22447 includes close parenthesis.
22448
22449 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22450
22451 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22452 of text within parentheses.
22453
22454 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22455
22456 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22457 (gnus-encrypt-write-file-contents): Make the password key the file
22458 name PLUS the cipher, not just the cipher. Also remove failed
22459 passwords from the cache.
22460
22461 2004-08-06 Simon Josefsson <jas@extundo.com>
22462
22463 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22464 Doc fix.
22465
22466 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22467
22468 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22469 LWSP.
22470
22471 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22472
22473 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22474 Try to append in-reply-to: data to the references: header.
22475
22476 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22477 (netrc-parse): Use gnus-encrypt.el functions.
22478
22479 * gnus-encrypt.el: Add new file for encryption support; currently
22480 does only a few GPG ciphers and an internal XOR cipher.
22481
22482 * password.el: Add comments on using password-read-and-add.
22483 (password-read-and-add): Add function to read and add the
22484 password to the cache at once.
22485
22486 2004-07-28 Simon Josefsson <jas@extundo.com>
22487
22488 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22489 parameter (but don't use it, for now).
22490
22491 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22492 instead of hard coding to nil.
22493
22494 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22495
22496 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22497 as mm-inline-image-xemacs does.
22498
22499 2004-07-26 Simon Josefsson <jas@extundo.com>
22500
22501 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22502 Revert part of 2004-07-17 change below.
22503
22504 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22505
22506 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22507 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22508
22509 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22510
22511 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22512 quotes that actually start with ">" at the beginning of the
22513 lines.
22514
22515 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22516
22517 * rfc2047.el (rfc2047-encode-region): Fix last change.
22518 (rfc2047-encode-parameter): Remove useless concat.
22519
22520 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22521
22522 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22523 encode special characters; fix some kind of misconfigured headers;
22524 signal a real error if debug-on-quit or debug-on-error is non-nil.
22525 (rfc2047-encode-max-chars): New variable.
22526 (rfc2047-encode-1): Use it.
22527 (rfc2047-encode-parameter): New function.
22528
22529 * mml.el (mml-insert-parameter): Remove an excessive space.
22530
22531 2004-07-17 Simon Josefsson <jas@extundo.com>
22532
22533 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22534 Kai Grossjohann <kai@emptydomain.de>.
22535 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22536 (gnus-group-make-menu-bar): Ditto.
22537
22538 * gnus-util.el (gnus-group-server): Add.
22539
22540 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22541
22542 * message.el (message-clone-locals): Clone sendmail and smtp
22543 variables.
22544
22545 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22546
22547 * rfc2047.el (rfc2047-encode-region): Fix last change.
22548
22549 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22550
22551 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22552 characters as non-special.
22553
22554 2004-07-09 Simon Josefsson <jas@extundo.com>
22555
22556 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22557 Users will lose all flag changes made while unplugged with
22558 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22559 good default. See numerous reports on ding mailing list.
22560
22561 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22562
22563 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22564 add generate-head-function and generate-article-function to the
22565 rfc822-forward entry.
22566 (nndoc-rfc822-forward-generate-article): New function.
22567 (nndoc-rfc822-forward-generate-head): New function.
22568
22569 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22570
22571 2004-07-06 Dan Christensen <jdc@uwo.ca>
22572
22573 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22574 respect display group parameter and gnus-summary-expunge-below.
22575 (gnus-articles-to-read): Remove unused reference to display group
22576 parameter.
22577
22578 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22579
22580 * nnheader.el (nnheader-uniquify-message-id): New experimental
22581 variable.
22582 (nnheader-nov-read-message-id): Use it.
22583
22584 * spam-report.el (spam-report-gmane): Add interactive.
22585
22586 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
22587
22588 * mm-encode.el (mm-content-transfer-encoding-defaults):
22589 Use qp-or-base64 for the application/* types.
22590
22591 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
22592
22593 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22594
22595 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
22596
22597 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22598 trim value.
22599
22600 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22601
22602 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22603 New macro and function.
22604 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22605
22606 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22607
22608 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22609 after-load-alist.
22610
22611 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22612
22613 * gnus-group.el (gnus-group-get-new-news-this-group):
22614 Don't update info that isn't there.
22615
22616 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22617
22618 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22619 entry.
22620
22621 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22622
22623 * mm-view.el (mm-inline-render-with-function): Use multibyte
22624 buffer; decode html source by charset.
22625
22626 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22627
22628 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22629 Mule-UCS is loaded under XEmacs.
22630 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22631
22632 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22633
22634 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22635
22636 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22637
22638 * mm-util.el (mm-coding-system-p): Return a coding-system.
22639 (mm-mime-mule-charset-alist): Use shift_jis instead of
22640 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22641 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22642 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22643 instead of japanese-shift-jis and iso-latin-1 respectively in
22644 order to share the default value with both Emacs and XEmacs-mule.
22645 (mm-mule-charset-to-mime-charset):
22646 Make mm-coding-system-priorities effective.
22647 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22648 while predicating of candidates upon the priorities.
22649
22650 2004-06-27 Jesper Harder <harder@ifa.au.dk>
22651
22652 * gnus-sum.el (gnus-summary-make-menu-bar):
22653 Add gnus-uu-invert-processable.
22654
22655 * gnus.el: Autoload gnus-uu-invert-processable.
22656
22657 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
22658
22659 * mm-util.el (mm-with-multibyte-buffer): New macro.
22660
22661 * rfc2047.el (rfc2047-encode-string): Use it.
22662 (rfc2047-encode-region): Move point to the end of the region after
22663 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22664
22665 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22666
22667 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22668 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22669
22670 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22671
22672 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22673 (gnus-cite-parse): Ignore quoted envelope From_.
22674 Suggested by Karl Chen <quarl@nospam.quarl.org>.
22675
22676 2004-06-23 Jesper Harder <harder@ifa.au.dk>
22677
22678 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22679 invalid addresses.
22680
22681 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
22682
22683 * spam.el: Change section markers, revise TODO list.
22684 (spam-backends): Make new master list of all installed backends.
22685 (spam-summary-exit-behavior): Add new variable to determine how
22686 messages moves are done at summary exit.
22687 (spam-move-spam-nonspam-groups-only)
22688 (spam-process-ham-in-nonham-groups)
22689 (spam-process-ham-in-spam-groups): Remove variables, the
22690 spam-summary-exit-behavior variable should be used to manage this
22691 behavior.
22692 (spam-old-ham-articles, spam-old-spam-articles): Remove.
22693 (spam-old-articles): Add variable, replacing spam-old-ham-articles
22694 and spam-old-spam-articles.
22695 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22696 Add empty variables, placeholders for the backends they represent.
22697 (spam-set-difference): Move, unchanged.
22698 (spam-list-of-processors): Declare OBSOLETE, not used anymore
22699 unless the user has a processor variable.
22700 (spam-classifications, spam-classification-valid-p)
22701 (spam-backend-properties, spam-backend-property-valid-p)
22702 (spam-backend-function-type-valid-p)
22703 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22704 (spam-report-articles-gmane, spam-report-articles-resend):
22705 Remove functions, they are not needed.
22706 (spam-install-backend-super, spam-backend-list)
22707 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22708 (spam-backend-function, spam-backend-ham-registration-function)
22709 (spam-backend-spam-registration-function)
22710 (spam-backend-ham-unregistration-function)
22711 (spam-backend-spam-unregistration-function)
22712 (spam-backend-statistical-p, spam-backend-mover-p)
22713 (spam-install-backend-alias, spam-install-checkonly-backend)
22714 (spam-install-mover-backend, spam-install-nocheck-backend)
22715 (spam-install-backend, spam-install-statistical-backend)
22716 (spam-install-statistical-checkonly-backend): Add backend installation
22717 support.
22718 (spam-summary-prepare-exit): Rewrite to use the new backend code.
22719 (spam-group-processor-p): Use the new backend code and respect the
22720 summary exit behavior.
22721 (spam-mark-spam-as-expired-and-move-routine): Remove.
22722 (spam-summary-prepare): Change to use the new spam-old-articles
22723 variable.
22724 (spam-copy-or-move-routine, spam-copy-spam-routine)
22725 (spam-move-spam-routine, spam-copy-ham-routine)
22726 (spam-move-ham-routine): Add code to copy/move ham or spam.
22727 (spam-fetch-field-fast): Improve doc and code, plus allow the
22728 'number request.
22729 (spam-list-of-checks, spam-list-of-statistical-checks):
22730 Remove variables.
22731 (spam-split, spam-find-spam): Use the new backend code.
22732 (spam-registration-functions): Remove variable.
22733 (spam-unregister-routine): Add convenience wrapper.
22734 (spam-log-undo-registration, spam-register-routine)
22735 (spam-log-processing-to-registry)
22736 (spam-log-unregistration-needed-p): Rename "check" to "backend"
22737 where possible.
22738 (spam-check-gmane-xref, spam-check-regex-headers)
22739 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22740 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22741 (spam-check-bogofilter-headers, spam-check-spamoracle)
22742 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22743 (spam-check-crm114-headers): Use the spam-split-group that
22744 spam-split prepares, no need to determine it every time.
22745
22746 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22747 to the nnheader-parse-naked-head call.
22748
22749 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22750
22751 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22752 the nnheader-nov-read-message-id call.
22753
22754 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
22755
22756 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22757 gnus-activate-group twice. Suggested by Markus Peter
22758 <warp@spin.de>.
22759
22760 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
22761
22762 * gnus-art.el (gnus-article-time-format): Exchange the order of
22763 day and month in the default value; fix customization type.
22764 (article-date-ut): Use add-text-properties.
22765 (article-make-date-line): Use message-make-date instead of
22766 current-time-string.
22767
22768 * message.el (message-fetch-field): Don't use set-text-properties.
22769 (message-make-date): Simplify.
22770
22771 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
22772
22773 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22774 (rfc2047-encode-region): Treat text within parentheses as special;
22775 show the original text when error has occurred.
22776
22777 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22778 already-computed method to gnus-activate-group.
22779
22780 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22781 same select-methods identical Lisp objects.
22782
22783 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22784 object when modifying the info.
22785
22786 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
22787
22788 * gnus-srvr.el (gnus-server-set-info): Remove the server from
22789 gnus-opened-servers since it has never been opened with the new
22790 configuration yet.
22791
22792 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
22793
22794 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22795 arg to nnheader-generate-fake-message-id.
22796
22797 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
22798
22799 * nnheader.el (nnheader-generate-fake-message-id): Accept a
22800 number and build a fake message ID localized to a group and
22801 article number (so it's repeatable from that point on).
22802 (nnheader-fake-message-id-p): Change regex to accommodate new fake
22803 ID format.
22804
22805 * gnus-sum.el (gnus-get-newsgroup-headers):
22806 Call nnheader-generate-fake-message-id with the article number.
22807
22808 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
22809
22810 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22811 end-of-buffer.
22812
22813 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22814
22815 * message.el (message-ignored-supersedes-headers): Add Approved.
22816
22817 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
22818
22819 * rfc2047.el (rfc2047-encode-message-header): Remove useless
22820 goto-char.
22821 (rfc2047-encode): Fold the line before encoding.
22822
22823 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22824
22825 * rfc2047.el (rfc2047-encode-message-header): Disabled header
22826 folding -- not all headers can be folded, and this should be done
22827 by the message composition mode. Probably. I think.
22828
22829 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
22830
22831 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22832 fast.
22833
22834 * gnus-ems.el (gnus-remove-image): Don't use
22835 message-text-with-property; remove only the image found first.
22836
22837 2004-06-09 Jesper Harder <harder@ifa.au.dk>
22838
22839 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22840
22841 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
22842
22843 * message.el (message-text-with-property): Make it fast and accept
22844 optional arguments.
22845 (message-strip-forbidden-properties): Use it.
22846 (message-fix-before-sending): Follow the m-t-w-p change.
22847
22848 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22849
22850 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
22851
22852 * gnus-art.el (article-hide-headers): Don't change the buffer
22853 mistakenly when performing mml-preview even if
22854 gnus-single-article-buffer is nil.
22855
22856 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
22857
22858 * message.el (message-expand-name-databases): New user option.
22859 (message-expand-name): Use it.
22860
22861 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
22862
22863 * spam.el (spam-report-articles-resend)
22864 (spam-report-resend-register-routine): Allow ham reporting.
22865 (spam-report-resend-register-ham-routine): Add wrapper.
22866 (spam-registration-functions): Add ham resending functions.
22867 (spam-list-of-processors): Add ham resend processor.
22868
22869 * gnus.el (ham-resend-to): Add new group parameter.
22870 (spam-process): Add ham resend option.
22871
22872 * spam-report.el (spam-report-resend): Allow reporting ham.
22873 (spam-report-resend-ham): Add wrapper.
22874
22875 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22876
22877 * message.el (message-cite-articles-with-x-no-archive):
22878 New variable.
22879 (message-cite-original): Use it.
22880
22881 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22882
22883 * message.el (message-cite-original): Respect X-No-Archive.
22884
22885 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
22886
22887 * gnus-art.el (article-hide-headers): Refer to the values for
22888 gnus-ignored-headers and gnus-visible-headers in the summary
22889 buffer since a user may have set them as group parameters.
22890
22891 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
22892
22893 * assistant.el (assistant-node-name): Add convenience function.
22894 (assistant-render-text, assistant-render-node): Add error handling,
22895 plus handle multiple next nodes.
22896 (assistant-find-next-node): Comment out for now.
22897 (assistant-find-next-nodes): Add function, returns list of next
22898 nodes.
22899
22900 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
22901
22902 * mail-source.el (mail-source-directory): Fix doc-string.
22903
22904 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
22905
22906 * assistant.el (assistant-render-text, assistant-eval): Add :set
22907 widget type, which is different because it takes and returns a
22908 list. Much hilarity ensues.
22909
22910 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
22911
22912 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22913
22914 * gnus-group.el (gnus-group-get-new-news-this-group):
22915 Add doc-string.
22916
22917 * gnus-start.el (gnus-activate-group): Add doc-string.
22918
22919 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
22920
22921 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22922
22923 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
22924
22925 * assistant.el (assistant-render-text): Try to add a :set
22926 widget, more to come.
22927
22928 * spam.el (spam-group-spam-contents-p): Handle empty groupname
22929 strings.
22930 (spam-report-articles-resend)
22931 (spam-register-routine): Do registration iff any articles warrant
22932 it.
22933 (spam-summary-prepare-exit): Change log message for nil group
22934 destinations.
22935
22936 2004-05-27 Daniel Pittman <daniel@rimspace.net>
22937
22938 * spam.el (spam-report-resend-register-routine):
22939 Allow spam-report-resend-to to be a group parameter or a global value.
22940
22941 2004-05-26 Simon Josefsson <jas@extundo.com>
22942
22943 * starttls.el: Merge with my GnuTLS based starttls.el.
22944 (starttls-gnutls-program, starttls-use-gnutls)
22945 (starttls-extra-arguments, starttls-process-connection-type)
22946 (starttls-connect, starttls-failure, starttls-success):
22947 New variables.
22948 (starttls-program, starttls-extra-args): Doc fix.
22949 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22950 New functions.
22951 (starttls-negotiate, starttls-open-stream):
22952 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22953 function if it is set.
22954
22955 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
22956
22957 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22958 structured fields.
22959
22960 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22961
22962 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22963
22964 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
22965
22966 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22967 Add variable.
22968 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
22969 assigning the spam-mark to new messages.
22970
22971 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
22972
22973 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22974
22975 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22976
22977 * rfc2047.el (rfc2047-encodable-p): Don't move point.
22978 (rfc2047-decode): Treat the ascii coding-system as raw-text by
22979 default.
22980
22981 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
22982
22983 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22984 correct data.
22985
22986 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
22987
22988 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22989 (spam-group-processor-p): Fix function.
22990 (spam-group-processor-multiple-p)
22991 (spam-group-spam-processor-report-gmane-p)
22992 (spam-group-spam-processor-report-resend-p)
22993 (spam-group-spam-processor-bogofilter-p)
22994 (spam-group-spam-processor-blacklist-p)
22995 (spam-group-spam-processor-ifile-p)
22996 (spam-group-ham-processor-ifile-p)
22997 (spam-group-spam-processor-spamoracle-p)
22998 (spam-group-spam-processor-crm114-p)
22999 (spam-group-ham-processor-bogofilter-p)
23000 (spam-group-spam-processor-stat-p)
23001 (spam-group-ham-processor-stat-p)
23002 (spam-group-ham-processor-whitelist-p)
23003 (spam-group-ham-processor-BBDB-p)
23004 (spam-group-ham-processor-spamoracle-p)
23005 (spam-group-ham-processor-copy-p): Remove functions with some
23006 prejudice against unneeded code.
23007 (spam-report-articles-resend)
23008 (spam-report-resend-register-routine): Allow the group/topic
23009 spam-resend-to value to override spam-report-resend-to.
23010 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23011 properly now.
23012
23013 * gnus.el (spam-resend-to): Add group/topic parameter.
23014 (spam-process): Move the OBSOLETE processors to the end of the
23015 choices.
23016
23017 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23018
23019 * spam-report.el (spam-report-resend-to, spam-report-resend):
23020 Start with resend-to set to nil, and then ask the user if necessary.
23021 (spam-report-resend): spam-report-resend takes a list of articles, not
23022 separate article numbers.
23023
23024 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23025
23026 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23027 addition to emacs-w3m.
23028
23029 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23030
23031 * assistant.el (assistant-authinfo-data): New function.
23032 (assistant-eval): Eval for entire assistant.
23033
23034 * netrc.el (netrc-services-file): New variable.
23035 (netrc-parse-services): New function.
23036 (netrc-find-service-name): New function.
23037 (netrc-find-service-number): New function.
23038 (netrc-port-equal): New function.
23039 (netrc-machine): Use it.
23040
23041 * nnimap.el (nnimap-open-connection): Use netrc.
23042
23043 * gnus-util.el (gnus-netrc-get): Remove aliases.
23044
23045 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23046
23047 * assistant.el (wid-edit): Fix compilation.
23048
23049 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23050
23051 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23052
23053 * gnus-util.el (gnus-set-file-modes): New function. (small
23054 patch).
23055
23056 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23057
23058 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23059
23060 * assistant.el (assistant-render-node): Fix up rendering and
23061 read-only text.
23062 (assistant-render-node): Reset.
23063 (assistant-make-read-only): Not sticky.
23064
23065 2004-05-20 Danny Siu <dsiu@adobe.com>
23066
23067 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23068 centered even when gnus-auto-center-summary is t.
23069
23070 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23071
23072 * dns.el (dns-get-txt-answer): New function.
23073 (dns-read-txt): Ditto.
23074 (query-dns): Use it.
23075
23076 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23077
23078 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23079 active for foreign groups even if the group level is higher than
23080 the specified value.
23081
23082 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23083
23084 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23085 non-active groups.
23086
23087 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23088
23089 2004-05-20 Magnus Henoch <mange@freemail.hu>
23090
23091 * dns.el (dns-read-type): Add support for SVR. (small patch)
23092
23093 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23094
23095 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23096 (spam-crm114-header, spam-crm114-spam-switch)
23097 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23098 (spam-crm114-positive-spam-header)
23099 (spam-crm114-database-directory, spam-list-of-processors)
23100 (spam-group-spam-processor-crm114-p)
23101 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23102 (spam-generic-score, spam-list-of-checks)
23103 (spam-list-of-statistical-checks, spam-registration-functions)
23104 (spam-check-crm114-headers, spam-crm114-score)
23105 (spam-check-crm114, spam-crm114-register-with-crm114)
23106 (spam-crm114-register-spam-routine)
23107 (spam-crm114-unregister-spam-routine)
23108 (spam-crm114-register-ham-routine)
23109 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23110
23111 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23112
23113 * gnus.el: Add spam-use-crm114.
23114
23115 * spam.el (spam-list-of-processors, spam-registration-functions):
23116 Add spam-use-resend.
23117 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23118 (spam-report-articles-gmane): Add doc fix.
23119 (spam-report-articles-resend, spam-report-resend-register-routine):
23120 Add wrappers around spam-report-resend-to.
23121
23122 * spam-report.el (spam-report-resend-to, spam-report-resend):
23123 Add support for resending spam.
23124 (spam-report-gmane): Fix line length >80.
23125
23126 * gnus.el (spam-process): Add spam-use-resend.
23127
23128 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23129
23130 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23131 number of processed spam messages.
23132 (spam-ham-copy-or-move-routine): Return the number of processed
23133 ham messages.
23134 (spam-summary-prepare-exit): Use the above values to decide
23135 whether status messages shouled be displayed.
23136
23137 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23138
23139 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23140 `rfc2047-encoding-function-alist' in order to avoid conflicting
23141 with the old version.
23142 (rfc2047-encode-region): Concatenate words containing non-ASCII
23143 characters in structured fields; don't encode space-delimited
23144 ASCII words even in unstructured fields; don't break words at
23145 char-category boundaries.
23146 (rfc2047-encode-1): New function.
23147 (rfc2047-encode): Use it; encode text so that it occupies the
23148 maximum width within 76-column; work correctly on Q encoding for
23149 iso-2022-* charsets.
23150 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23151 sure not to break a line just after the header name.
23152 (rfc2047-b-encode-region): Remove.
23153 (rfc2047-b-encode-string): New function.
23154 (rfc2047-q-encode-region): Remove.
23155 (rfc2047-q-encode-string): New function.
23156
23157 * mm-util.el (mm-replace-in-string): New function.
23158
23159 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23160
23161 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23162 Really get it right.
23163 (gnus-inews-make-draft): Really.
23164
23165 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23166
23167 * nnmh.el (nnmh-request-list-1): Don't check the link count
23168 before descending. (small patch)
23169
23170 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23171
23172 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23173 stuff.
23174
23175 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23176 Match on real group name.
23177
23178 * gnus-art.el (gnus-signature-limit): Doc fix.
23179
23180 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23181
23182 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23183
23184 * gnus-draft.el (gnus-draft-send):
23185 Bind rfc2047-encode-encoded-words.
23186
23187 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23188 (rfc2047-encodable-p): Say that =? needs encoding.
23189 (rfc2047-encode-encoded-words): New variable.
23190
23191 * gnus-group.el (gnus-group-select-group): Doc fix.
23192
23193 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23194
23195 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23196 to nil.
23197
23198 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23199
23200 * nnheader.el (nnheader-get-lines-and-char): New function.
23201
23202 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23203
23204 * gnus-msg.el (gnus-summary-followup-with-original):
23205 Document yanking of region when active.
23206
23207 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23208
23209 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23210 groups if the group level is higher than the specified value.
23211
23212 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23213
23214 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23215 (gnus-group-jump-to-group): Add prefix argument using
23216 `gnus-group-jump-to-group-prompt'. Query before jumping to
23217 non-active group.
23218
23219 * compface.el (uncompface): Be verbose when changing
23220 `uncompface-use-external'.
23221
23222 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23223 handle manual section.
23224
23225 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23226
23227 * gnus-art.el (gnus-button-alist): Revert previous change.
23228
23229 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23230
23231 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23232
23233 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23234
23235 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23236 whether backend can accept message.
23237
23238 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23239
23240 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23241
23242 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23243 Avoid creating directory when nntp-marks-is-evil is true.
23244 Reported by Reiner Steib.
23245
23246 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23247
23248 * gnus-picon.el (gnus-picon-insert-glyph):
23249 Add optional `nostring' argument.
23250
23251 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23252
23253 * gnus-picon.el (gnus-picon-style): New variable.
23254 (gnus-picon-transform-address): Support `gnus-picon-style'.
23255
23256 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23257
23258 * message.el (message-fill-field): Return point.
23259 (message-generate-headers): Go to end of field.
23260
23261 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23262 stuff for non-living groups.
23263
23264 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23265
23266 * gnus-art.el (gnus-article-followup-with-original)
23267 (gnus-article-reply-with-original): gnus-mark-active-p ->
23268 gnus-region-active-p.
23269
23270 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23271
23272 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23273 only when there is spam or ham to be processed.
23274
23275 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23276
23277 * mail-source.el (mail-source-delete-crash-box): Refactor.
23278 (mail-source-fetch): Use it.
23279 (mail-source-fetch-file): Ditto.
23280 (mail-source-fetch-directory): Run PostScript in loop.
23281 (mail-source-fetch-pop): Delete.
23282 (mail-source-fetch-maildir): Ditto.
23283 (mail-source-fetch-imap): Ditto.
23284
23285 * imap.el (imap-authenticators): Comment out sasl.
23286
23287 * message.el (message-skip-to-next-address): New function.
23288 (message-fill-header-address): Refactor.
23289 (message-fill-address): Use it.
23290 (message-delete-address): Use it.
23291 (message-fill-header-general): Refactor.
23292 (message-fill-field-address): Rename.
23293 (message-narrow-to-field): Find the start of the header.
23294 (message-header-format-alist): Don't pre-fill.
23295 (message-fill-header): Remove.
23296 (message-insert-header): New function.
23297 (message-shorten-references): Use it.
23298
23299 * rfc2047.el (rfc2047-field-value): Strip props.
23300
23301 * mail-parse.el (mail-header-make-address): New alias.
23302
23303 * ietf-drums.el (ietf-drums-make-address): New function.
23304
23305 * imap.el: Add compiler directives.
23306
23307 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23308
23309 * gnus-art.el (article-decode-idna-rhs): Don't use
23310 message-idna-inside-rhs-p.
23311
23312 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23313
23314 * message.el (message-idna-inside-rhs-p): Remove.
23315 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23316
23317 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23318 false positives.
23319
23320 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23321
23322 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23323
23324 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23325
23326 * nneething.el (nneething-file-name): Don't create spurious
23327 files.
23328
23329 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23330 (gnus-inews-do-gcc): Remove sleep.
23331
23332 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23333 part under point.
23334
23335 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23336 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23337
23338 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23339
23340 * spam.el (spam-summary-prepare-exit): Fix (length).
23341
23342 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23343
23344 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23345 as expired without moving it" message when there are spam
23346 messages left.
23347
23348 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23349
23350 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23351 header is not nil.
23352
23353 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23354
23355 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23356 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23357 (nntp-marks-changed-p): New arg SERVER.
23358 (nntp-request-update-info): Adjust caller.
23359
23360 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23361
23362 * nntp.el (nntp-save-marks): Pass missing arg.
23363
23364 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23365
23366 * nntp.el: Support marks.
23367 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23368 (nntp-marks-modtime, nntp-marks-directory): New variables.
23369 (nntp-request-set-mark, nntp-request-update-info)
23370 (nntp-possibly-create-directory, nntp-marks-changed-p)
23371 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23372 New functions.
23373
23374 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23375
23376 * gnus-score.el (gnus-score-insert-help):
23377 Use gnus-select-lowest-window.
23378
23379 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23380 appt-select-lowest-window and rename to gnus-select-lowest-window.
23381
23382 * gnus.el: do.
23383
23384 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23385
23386 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23387 encodings of MIME-encoded words, in order to improve
23388 interoperability with several broken MUAs.
23389
23390 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23391
23392 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23393 tags, only when charsets are not specified in headers.
23394 (mm-inline-text-html-render-with-w3m): Ditto.
23395
23396 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23397
23398 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23399 instead of MIME-decoded from fields when checking
23400 `gnus-article-address-banner-alist'.
23401
23402 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23403
23404 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23405 description rather than subject.
23406
23407 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23408
23409 * gnus.el (gnus-version-number): Bump.
23410
23411 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23412
23413 * gnus.el: No Gnus v0.2 is released.
23414
23415 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23416
23417 * gnus-agent.el (gnus-agent-read-agentview):
23418 Inline gnus-uncompress-range.
23419
23420 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23421
23422 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23423 `exec-installed-p'.
23424
23425 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23426
23427 * gnus.el (spam-process, spam-autodetect-methods):
23428 Add bsfilter and bsfilter-headers.
23429
23430 * spam.el (spam-bsfilter): New customize group.
23431 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23432 (spam-bsfilter-header, spam-bsfilter-probability-header)
23433 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23434 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23435 (spam-bsfilter-database-directory): New options.
23436 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23437 (spam-list-of-statistical-checks, spam-registration-functions):
23438 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23439 (spam-bsfilter-score): New command.
23440 (spam-check-bsfilter-headers, spam-check-bsfilter)
23441 (spam-bsfilter-register-with-bsfilter)
23442 (spam-bsfilter-register-spam-routine)
23443 (spam-bsfilter-unregister-spam-routine)
23444 (spam-bsfilter-register-ham-routine)
23445 (spam-bsfilter-unregister-ham-routine): New functions.
23446 (spam-generic-score): Support bsfilter; Accept an optional argument
23447 to recalcurate spam score even if scoring header has already been
23448 added.
23449 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23450 optional argument to recalcurate spam score even if scoring header
23451 has already been added.
23452
23453 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23454
23455 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23456 strings! Reported by David D. Smith <davidsmith@acm.org>.
23457 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23458 link is missing.
23459
23460 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23461
23462 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23463 (html2text-get-attr): Rewrite.
23464
23465 * message.el (message-setup-1): Remove redundant put-text-property
23466 on mail-header-separator.
23467
23468 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23469
23470 * gnus-registry.el (gnus-registry-cache-whitespace)
23471 (gnus-registry-action, gnus-registry-spool-action)
23472 (gnus-registry-split-fancy-with-parent): Change message levels
23473 from 5 to 3 or 7, as needed.
23474
23475 * spam.el (spam-summary-prepare-exit)
23476 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23477 (spam-split, spam-find-spam, spam-log-undo-registration)
23478 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23479 level from 5 to 6.
23480
23481 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23482
23483 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23484 2004-03-04 change).
23485
23486 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23487
23488 * sieve-manage.el (sieve-manage-open):
23489 * nnweb.el (nnweb-insert-html):
23490 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23491 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23492 * nnspool.el (nnspool-request-group):
23493 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23494 * nnml.el (nnml-request-update-info):
23495 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23496 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23497 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23498 (nnimap-request-set-mark):
23499 * nnfolder.el (nnfolder-request-update-info):
23500 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23501 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23502 * gnus-uu.el (gnus-uu-find-articles-matching):
23503 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23504 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23505 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23506 * gnus-nocem.el (gnus-nocem-scan-groups):
23507 * gnus-int.el (gnus-start-news-server):
23508 * gnus-group.el (gnus-group-make-kiboze-group)
23509 (gnus-group-browse-foreign-server):
23510 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23511 Use mapc when appropriate.
23512
23513 2004-04-22 Dan Christensen <jdc@uwo.ca>
23514 Adam Sjøgren <asjo@koldfront.dk>
23515 Wes Hardaker <wes@hardakers.net>
23516 Michael Shields <shields@msrl.com>
23517
23518 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23519 may need for spam sorting and scoring.
23520 (spam-user-format-function-S): Add user format function suitable for
23521 general use.
23522 (spam-article-sort-by-spam-status): Add sorting function for summary
23523 sorting.
23524 (spam-extra-header-to-number): Add function to get a score from a
23525 header.
23526 (spam-summary-score): Add function to get a numeric score from the
23527 headers.
23528 (spam-generic-score): Fix function doc, was in wrong place.
23529 (spam-initialize): Take symbols when it's run, and install the
23530 extra headers that spam-necessary-extra-headers thinks we need.
23531
23532 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23533
23534 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23535 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23536
23537 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23538
23539 * gnus-sum.el (gnus-set-global-variables)
23540 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23541 (gnus-article-get-xrefs, gnus-summary-best-group)
23542 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23543 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23544 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23545 Use with-current-buffer.
23546
23547 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23548
23549 * spam.el (spam-summary-prepare-exit): Simplify logic.
23550 (spam-fetch-article-header): Read the article header if it's not
23551 available.
23552 (spam-list-articles): Simplify logic.
23553 (spam-filelist-register-routine): Fix bug with unregister-list.
23554
23555 * gnus-registry.el: Fix comments at beginning.
23556
23557 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23558
23559 * message.el (message-cater-to-broken-inn): Remove.
23560 (message-shorten-references): Make sure the total folded length of
23561 References is shorter than 998 characters to cater to a bug in INN
23562 2.3. Also, don't pretend that references aren't folded -- this
23563 hasn't worked for a while.
23564
23565 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23566
23567 * gnus-agent.el (gnus-agentize):
23568 gnus-agent-send-mail-real-function no longer set to current value
23569 of message-send-mail-function but rather a lambda that calls
23570 message-send-mail-function. The change makes the agent real-time
23571 responsive to user changes to message-send-mail-function.
23572
23573 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23574
23575 * legacy-gnus-agent.el
23576 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23577 help from Florian Weimer <fw@deneb.enyo.de>
23578
23579 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
23580
23581 * nnmail.el (nnmail-cache-insert): Revert last change.
23582
23583 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
23584
23585 * nnmail.el (nnmail-cache-insert): Always check whether
23586 nnmail-cache-ignore-groups matches a group name.
23587
23588 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
23589
23590 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23591 (spam-find-spam, spam-log-processing-to-registry)
23592 (spam-log-registered-p, spam-log-unregistration-needed-p)
23593 (spam-log-undo-registration): Use gnus-message instead of
23594 gnus-error, none of these errors are fatal.
23595
23596 * gnus-registry.el (gnus-registry-clean-empty-function)
23597 (gnus-registry-clean-empty): Remove only empty entries without
23598 extra data.
23599
23600 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23601
23602 * spam-stat.el (spam-stat-buffer-change-to-spam)
23603 (spam-stat-buffer-change-to-non-spam): Change (error) to
23604 (gnus-message 8) invocation.
23605
23606 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23607
23608 * nntp.el (nntp-via-netcat-command): New variable.
23609 (nntp-via-netcat-switches): New variable.
23610 (nntp-open-via-rlogin-and-netcat): New function.
23611 (nntp-open-connection-function): Doc fix.
23612 (nntp-telnet-command): Doc fix.
23613 (nntp-end-of-line): Doc fix.
23614 (nntp-via-rlogin-command): Doc fix.
23615 (nntp-via-user-name): Doc fix.
23616 (nntp-via-address): Doc fix.
23617
23618 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23619
23620 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23621 error in Emacs 21.1.
23622
23623 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23624
23625 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23626
23627 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23628
23629 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23630 (gnus-agent-with-refreshed-group): New macro.
23631 (gnus-agent-rename-group): New function.
23632 (gnus-agent-delete-group): New function.
23633 (gnus-agent-save-group-info): Use gnus-command-method when
23634 `method' parameter is nil. Don't write nil entries into the
23635 active file.
23636 (gnus-agent-get-group-info): New function.
23637 (gnus-agent-fetch-articles):
23638 Use gnus-agent-update-files-total-fetched-for to increment disk space
23639 used.
23640 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23641 Use gnus-agent-update-view-total-fetched-for to increment disk space
23642 used.
23643 (gnus-agent-get-local): Add optional parameters to avoid calling
23644 gnus-group-real-name and gnus-find-method-for-group.
23645 (gnus-agent-set-local): Delete stored entry if either min, or max,
23646 are nil.
23647 (gnus-agent-fetch-session): Reworded error/quit messages.
23648 On quit, use gnus-agent-regenerate-group to record existence of any
23649 articles fetched to disk before the quit occurred.
23650 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23651 gnus-agent-update-view-total-fetched-for, and
23652 gnus-agent-update-files-total-fetched-for to decrement disk space
23653 used.
23654 (gnus-agent-retrieve-headers):
23655 Use gnus-agent-update-view-total-fetched-for to increment disk space
23656 used.
23657 (gnus-agent-regenerate-group): Replace gnus-group-update-group
23658 with gnus-agent-update-files-total-fetched-for to decrement disk
23659 space and fresh group buffer.
23660 (gnus-agent-inhibit-update-total-fetched-for): New variable.
23661 (gnus-agent-need-update-total-fetched-for): New variable.
23662 (gnus-agent-update-files-total-fetched-for): New function.
23663 (gnus-agent-update-view-total-fetched-for): New function.
23664 (gnus-agent-total-fetched-for): New function.
23665
23666 * gnus-cache.el (gnus-cache-save-buffers):
23667 Use gnus-cache-update-overview-total-fetched-for to change disk space
23668 used by this group.
23669 (gnus-cache-possibly-enter-article):
23670 Use gnus-cache-update-file-total-fetched-for to increment disk space
23671 used by this group.
23672 (gnus-cache-possibly-remove-article):
23673 Use gnus-cache-update-file-total-fetched-for to decrement disk space
23674 used by this group.
23675 (gnus-cache-generate-nov-databases): Purge total fetched cache.
23676 (gnus-cache-rename-group): New function.
23677 (gnus-cache-delete-group): New function.
23678 (gnus-cache-inhibit-update-total-fetched-for): New variable.
23679 (gnus-cache-need-update-total-fetched-for): New variable.
23680 (gnus-cache-with-refreshed-group): New macro.
23681 (gnus-cache-update-file-total-fetched-for): New function.
23682 (gnus-cache-update-overview-total-fetched-for): New function.
23683 (gnus-cache-rename-group-total-fetched-for): New function.
23684 (gnus-cache-delete-group-total-fetched-for): New function.
23685 (gnus-cache-total-fetched-for): New function.
23686
23687 * gnus-group.el: Require gnus-sum and autoload functions to
23688 resolve warnings when gnus-group.el compiled alone.
23689 (gnus-group-line-format): Documented new %F.
23690 (size of Fetched data) group line format; identifies disk space
23691 used by agent and cache.
23692 (gnus-group-line-format-alist): Defined new F format.
23693 (gnus-total-fetched-for): New function.
23694 (gnus-group-delete-group): No longer update
23695 gnus-cache-active-altered as gnus-request-delete-group now keeps
23696 the cache in sync.
23697 (gnus-group-list-active): Let the agent store a server's active
23698 list if currently plugged.
23699
23700 * gnus-int.el (gnus-request-delete-group):
23701 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23702 local disk in sync with the server.
23703 (gnus-request-rename-group):
23704 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23705 local disk in sync with the server.
23706
23707 * gnus-start.el (gnus-get-unread-articles):
23708 Cosmetic simplification to logic.
23709
23710 * gnus-util.el (gnus-rename-file): New function.
23711
23712 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
23713
23714 * mm-util.el (mm-image-load-path): Handle nil in load-path.
23715
23716 2004-04-07 Jesper Harder <harder@ifa.au.dk>
23717
23718 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23719 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
23720
23721 2004-04-06 Jesper Harder <harder@ifa.au.dk>
23722
23723 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23724 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
23725
23726 2004-04-03 Jesper Harder <harder@ifa.au.dk>
23727
23728 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23729
23730 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
23731
23732 * spam.el (spam-set-difference): Add function to replace
23733 gnus-set-difference in spam.el.
23734 (spam-summary-prepare-exit): Use spam-set-difference.
23735
23736 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
23737
23738 * gnus-registry.el (gnus-registry-cache-file): Update to use
23739 gnus-dribble-directory OR gnus-home-directory OR ~.
23740 (gnus-registry-split-fancy-with-parent): Fix doc.
23741
23742 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
23743
23744 * message.el (message-exchange-point-and-mark):
23745 Use message-mark-active-p. Suggested by Jesper Harder
23746 <harder@ifa.au.dk>.
23747
23748 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
23749
23750 * message.el (message-exchange-point-and-mark): Don't activate
23751 region if it was inactive. Suggested by Hiroshi Fujishima
23752 <pooh@nature.tsukuba.ac.jp>.
23753
23754 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
23755
23756 * gnus-art.el (article-display-face): Display Faces in the same
23757 order as X-Faces.
23758
23759 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
23760
23761 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23762
23763 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
23764
23765 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23766 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23767 (gnus-article-mime-hierarchy): Remove.
23768 (gnus-article-mime-hierarchy-next): Remove.
23769 (gnus-article-mode): Revert 2004-03-19 change.
23770 (gnus-article-setup-buffer): Revert 2004-03-19 change.
23771 (gnus-insert-mime-button): Revert 2004-03-19 change.
23772 (gnus-mime-accumulate-hierarchy): Remove.
23773 (gnus-mime-enter-multipart): Remove.
23774 (gnus-mime-leave-multipart): Remove.
23775 (gnus-mime-display-part): Revert 2004-03-19 change.
23776 (gnus-mime-display-alternative): Revert 2004-03-19 change.
23777
23778 * mml.el (mml-preview): Revert 2004-03-19 change.
23779
23780 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
23781
23782 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23783
23784 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
23785
23786 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23787 t while entering a file name using the mm-with-multibyte macro.
23788 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23789
23790 * mm-util.el (mm-with-multibyte): New macro.
23791
23792 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
23793
23794 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23795 New user option.
23796 (gnus-mime-multipart-functions): Doc and customization fix.
23797 (gnus-article-mime-hierarchy): New variable.
23798 (gnus-article-mime-hierarchy-next): New variable.
23799 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23800 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23801 gnus-article-mime-hierarchy-next to nil.
23802 (gnus-insert-mime-button): Show hierarchy numbers.
23803 (gnus-mime-accumulate-hierarchy): New function.
23804 (gnus-mime-enter-multipart): New function.
23805 (gnus-mime-leave-multipart): New function.
23806 (gnus-mime-display-part): Recompute hierarchical MIME structure.
23807 (gnus-mime-display-alternative): Show hierarchy numbers.
23808
23809 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23810 gnus-article-mime-hierarchy-next to nil.
23811
23812 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
23813
23814 * dns.el: Don't require gnus-xmas.
23815
23816 2004-03-17 Jesper Harder <harder@ifa.au.dk>
23817
23818 * mml.el (mml-generate-mime-1): Don't use format=flowed with
23819 inline PGP.
23820 (mml-menu): Disable mml-quote-region if mark is inactive.
23821
23822 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
23823
23824 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23825 when the group's active is not available.
23826
23827 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
23828
23829 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23830 error.
23831
23832 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
23833
23834 * imap.el (imap-store-password): New variable.
23835 (imap-interactive-login): Use it.
23836 Suggested by Mark Plaksin <happy@mcplaksin.org>.
23837
23838 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
23839
23840 * gnus-art.el (gnus-article-read-summary-keys): Restore new
23841 window-start and hscroll to summary window.
23842
23843 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
23844
23845 * gnus-start.el (gnus-convert-old-newsrc): Only write the
23846 conversion message to newsrc-dribble when an actual conversion is
23847 performed.
23848
23849 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
23850
23851 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23852
23853 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
23854
23855 * mm-decode.el (mm-complicated-handles): New function reviving
23856 former definition of mm-multiple-handles.
23857
23858 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23859 (gnus-mime-delete-part): Use it.
23860
23861 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
23862
23863 * gnus-agent.el (gnus-agent-read-local):
23864 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23865 avoid the implicit assumption that they will always be equal.
23866 (gnus-agent-save-local): Bind buffer-file-coding-system, not
23867 coding-system-for-write, as the with-temp-file macro first prints
23868 to a buffer then saves the buffer.
23869
23870 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
23871
23872 * gnus-art.el (gnus-article-edit-part): New function.
23873 (gnus-mime-save-part-and-strip): Use it; do query instead of
23874 signaling an error; don't use mm-multiple-handles.
23875 (gnus-mime-delete-part): Ditto.
23876
23877 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
23878
23879 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23880 old file versions.
23881 (gnus-group-prepare-hook): Remove function that converted list
23882 form of gnus-agent-expire-days to group properties.
23883
23884 * gnus-int.el: Autoload gnus-agent-regenerate-group.
23885 (gnus-request-accept-article): Re-indented.
23886
23887 * gnus-start.el (gnus-convert-old-newsrc): Registered new
23888 converters to handle old agent file formats. Add logic for a
23889 "backup before upgrading warning".
23890 (gnus-convert-mark-converter-prompt): Developers can mark
23891 functions as needing (default), or not needing,
23892 gnus-convert-old-newsrc's "backup before upgrading warning".
23893 (gnus-convert-converter-needs-prompt): Tests whether the user
23894 should be protected from potentially irreversable changes by the
23895 function.
23896
23897 * legacy-gnus-agent.el: New. Provides converters that are only
23898 loaded when gnus-convert-old-newsrc needs to call them.
23899
23900 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
23901
23902 * mail-source.el (mail-source-touch-pop): Doc fix.
23903
23904 * message.el (message-smtpmail-send-it): Doc fix.
23905
23906 2004-03-05 Jesper Harder <harder@ifa.au.dk>
23907
23908 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23909
23910 * nnmail.el (nnmail-split-fancy): do.
23911
23912 * gnus-kill.el (gnus-kill, gnus-execute): do.
23913
23914 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23915
23916 * gnus-sum.el (gnus-widget-reversible-match)
23917 (gnus-widget-reversible-to-internal)
23918 (gnus-widget-reversible-to-external): New functions.
23919 (gnus-widget-reversible): New widget.
23920 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23921
23922 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
23923
23924 * gnus-sum.el (gnus-thread-sort-functions)
23925 (gnus-article-sort-functions): Document `(not F)' items.
23926
23927 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
23928
23929 * spam.el (spam-use-gmane-xref): Add new backend.
23930 (spam-gmane-xref-spam-group): Add variable to control the name of the
23931 Gmane spam group.
23932 (spam-blackhole-servers, spam-blackhole-good-server-regex)
23933 (spam-regex-headers-spam, spam-regex-headers-ham)
23934 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23935 (spam-list-of-checks): Add spam-use-gmane-xref to list of
23936 backends and checks.
23937 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23938
23939 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23940 an autodetect method.
23941
23942 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23943
23944 * gnus-int.el (gnus-request-accept-article): Inform the agent that
23945 articles are being added to a group.
23946 (gnus-request-replace-article): Inform the agent that articles
23947 need to be uncached as the cached contents are no longer valid.
23948
23949 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23950
23951 * binhex.el: Don't autoload executable-find.
23952
23953 * canlock.el: Don't autoload mail-fetch-field.
23954
23955 * gnus-ems.el: Don't autoload appt-select-lowest-window.
23956
23957 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23958 rmail-dont-reply-to and rmail-output.
23959
23960 * gnus-score.el: Don't autoload ffap-string-at-point.
23961
23962 * gnus-setup.el: Don't autoload sc-cite-original.
23963
23964 * imap.el: Don't autoload base64-decode-string,
23965 base64-encode-string and md5.
23966
23967 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23968 and rmail-msg-restore-non-pruned-header.
23969
23970 * mm-decode.el: Don't autoload executable-find.
23971
23972 * mm-url.el: Don't autoload executable-find.
23973
23974 * mm-view.el: Don't autoload diff-mode.
23975
23976 * nndb.el: Don't autoload news-reply-mode, news-setup,
23977 cancel-timer and telnet.
23978
23979 * password.el: Don't autoload run-at-time for Emacs.
23980
23981 * sha1-el.el: Don't autoload executable-find.
23982
23983 * sieve-mode.el: Don't autoload c-mode.
23984
23985 * uudecode.el: Don't autoload executable-find.
23986
23987 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23988
23989 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23990 (gnus-agent-possibly-alter-active): Avoid null in numeric
23991 comparison.
23992 (gnus-agent-set-local): Refuse to save null in local object table.
23993 (gnus-agent-regenerate-group): The REREAD parameter can now be a
23994 list of articles that will be marked as unread.
23995
23996 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23997
23998 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23999
24000 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24001
24002 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24003 language tags.
24004
24005 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24006
24007 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24008 Don't bind "obarray".
24009
24010 * gnus-sum.el (gnus-thread-sort-functions):
24011 Add `gnus-thread-sort-by-most-recent-number' and
24012 `gnus-thread-sort-by-most-recent-date'.
24013 Reported by Kai Grossjohann <kai@emptydomain.de>.
24014
24015 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24016
24017 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24018
24019 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24020
24021 * gnus-cus.el (gnus-agent-customize-category):
24022 Remove ignore-errors macro reference that required cl to be loaded at
24023 run-time.
24024
24025 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24026 single-interval range of the form (min . max). Previously the
24027 range had to look like ((min . max)). Likewise, return
24028 (min . max) rather than ((min . max)).
24029 (gnus-range-map): Use gnus-range-normalize to accept
24030 single-interval range.
24031
24032 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24033 the cache, but not the agent, now appear with their usual face.
24034
24035 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24036
24037 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24038 w3m-safe-url-regexp variable buffer-local.
24039
24040 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24041
24042 2004-02-27 Simon Josefsson <jas@extundo.com>
24043
24044 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24045 gnus-group-real-prefix.
24046 (gnus-summary-move-article): Use it, instead of
24047 gnus-group-real-prefix.
24048
24049 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24050
24051 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24052 w3m-safe-url-regexp variable buffer-local and set it as the value
24053 of mm-w3m-safe-url-regexp.
24054
24055 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24056
24057 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24058 parsing gnus-posting-styles when the message is not for replying.
24059
24060 * nnrss.el (nnrss-opml-export):
24061 Use mm-set-buffer-file-coding-system instead of
24062 set-buffer-file-coding-system.
24063
24064 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24065
24066 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24067 of checkdoc.el).
24068 * nnrss.el: do.
24069 * gnus-mlspl.el: do.
24070 * gnus-ml.el: do.
24071 * gnus-srvr.el: do.
24072
24073 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24074
24075 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24076
24077 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24078 Corrections to custom-manual links.
24079
24080 * gnus-art.el (gnus-article): Ditto.
24081
24082 * mm-decode.el (mime-display, mime-security): Ditto.
24083
24084 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24085
24086 * flow-fill.el: Typo.
24087
24088 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24089
24090 * spam-wash.el: New file.
24091
24092 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24093
24094 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24095
24096 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24097
24098 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24099 to be run with new-articles as LIST1, not LIST2.
24100 (spam-registration-functions): Add spam-use-ham-copy as a nil
24101 registration backend.
24102
24103 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24104
24105 * spam-stat.el (spam-stat-washing-hook): New option.
24106 (spam-stat-buffer-words): Use it.
24107 (spam-stat-process-directory, spam-stat-test-directory):
24108 Use insert-file-contents-literally.
24109 (spam-stat-coding-system): New variable.
24110 (spam-stat-load, spam-stat-save): Use it.
24111
24112 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24113
24114 * spam-report.el (spam-report-plug-agent):
24115 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24116
24117 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24118
24119 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24120 Allow / in mailto URLs.
24121
24122 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24123
24124 * spam-report.el (spam-report-process-queue): Fix interactive use.
24125 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24126 (spam-report-unplug-agent): Doc fixes.
24127 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24128 (spam-report-agentize, spam-report-deagentize):
24129 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24130
24131 * message.el (message-setup-fill-variables): Add mml tags to
24132 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24133 <ajk@iu.edu>.
24134 (message-mode): Don't modify paragraph-separate there.
24135
24136 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24137
24138 * compface.el (uncompface-use-external): Default to undecided.
24139 (uncompface-use-external-threshold): New variable.
24140 (uncompface-float-time): New macro.
24141 (uncompface): Determine whether to use the external decoder if
24142 uncompface-use-external is undecided.
24143
24144 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24145
24146 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24147 after images.
24148
24149 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24150
24151 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24152
24153 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24154
24155 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24156
24157 * gnus-sum.el (gnus-summary-limit-to-age)
24158 (gnus-summary-limit-children): do.
24159
24160 * gnus-int.el (gnus-request-scan): do.
24161
24162 * gnus-group.el (gnus-group-suspend): do.
24163
24164 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24165
24166 * gnus-cite.el (gnus-cite-parse-attributions): do.
24167
24168 * gnus-agent.el (gnus-summary-set-agent-mark)
24169 (gnus-agent-regenerate-group): do.
24170
24171 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24172
24173 * binhex.el (binhex-decode-region-internal): do.
24174
24175 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24176
24177 * gnus-fun.el (gnus-face-properties-alist): New user option.
24178 (gnus-display-x-face-in-from): Use it.
24179
24180 * gnus-art.el (article-display-face): Ditto.
24181
24182 * compface.el (uncompface-use-external): Default to nil.
24183
24184 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24185
24186 * nntp.el (nntp-erase-buffer): New function.
24187 (nntp-retrieve-data, nntp-send-command)
24188 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24189 (nntp-possibly-change-group): Use it.
24190
24191 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24192 Use with-current-buffer.
24193
24194 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24195
24196 * compface.el: Merge the ELisp-based uncompface program.
24197 (compface): New customization group.
24198 (uncompface-use-external): New user option.
24199 (uncompface): Call uncompface-internal if uncompface-use-external
24200 is nil.
24201 (uncompface-internal): New function. Note that there are also
24202 some other functions and variables added for this function.
24203
24204 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24205
24206 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24207 if necessary.
24208
24209 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24210
24211 * spam-report.el (spam-report-unplug-agent)
24212 (spam-report-plug-agent, spam-report-deagentize)
24213 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24214 Add support for the Agent in spam-report: when unplugged, report to a
24215 file; when plugged, submit all the requests.
24216
24217 * spam.el (spam-register-routine): Fix message about
24218 registration.
24219
24220 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24221
24222 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24223 dependencies.
24224 (rfc2047-encode): Use it.
24225
24226 * gnus-art.el (gnus-button-marker-list): Move before first
24227 reference.
24228
24229 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24230 (imap-parse-body): Fix format string mismatch.
24231
24232 * gnus-score.el (gnus-summary-increase-score): do.
24233
24234 * nnrss.el (nnrss-close): New function.
24235
24236 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24237
24238 * nnrss.el (nnrss-make-filename): New function.
24239 (nnrss-request-delete-group, nnrss-read-server-data)
24240 (nnrss-save-server-data, nnrss-read-group-data)
24241 (nnrss-save-group-data): Use it.
24242 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24243 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24244 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24245
24246 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24247
24248 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24249
24250 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24251
24252 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24253 files.
24254
24255 * message.el (message-generate-headers-first): Don't quote nil
24256 and t in docstrings.
24257
24258 * imap.el (imap-id): do.
24259
24260 * gnus-agent.el (gnus-agent-consider-all-articles)
24261 (gnus-agent-queue-mail): do.
24262
24263 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24264
24265 * spam-report.el (spam-report-process-queue): New function.
24266 Process requests from `spam-report-requests-file'.
24267 (spam-report-process-queue): Doc fix.
24268
24269 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24270
24271 * spam.el (spam-register-routine)
24272 (spam-log-processing-to-registry, spam-log-registered-p)
24273 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24274 Change "check" to "spam-check" for semi-clarity.
24275
24276 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24277
24278 * pop3.el: Require nnheader.
24279
24280 * mml-smime.el: Require cl. Autoload message-fetch-field.
24281
24282 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24283
24284 * gnus-picon.el: Require cl.
24285
24286 * gnus-fun.el: Require gnus-ems and gnus-util.
24287
24288 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24289
24290 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24291
24292 * gnus-art.el (gnus-article-edit-mode): Define before first
24293 reference.
24294
24295 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24296
24297 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24298 (gnus-uu-post-encoded): Use point-at-bol.
24299
24300 * gnus-topic.el (gnus-group-active-topic-p): do.
24301
24302 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24303
24304 * gnus-group.el (gnus-group-kill-region): do.
24305
24306 * gnus-art.el (article-date-ut): do.
24307
24308 * message.el (message-fetch-field): Remove redundant
24309 case-fold-search binding.
24310 (message-narrow-to-field): Simplify.
24311
24312 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24313
24314 * spam.el (spam-directory): Derive from `gnus-directory'.
24315
24316 * spam-report.el (spam-report-url-to-file)
24317 (spam-report-requests-file): New function and variable for offline
24318 reporting.
24319 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24320 and user defined function.
24321 (spam-report-url-ping-mm-url): Remove doubled slash.
24322
24323 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24324
24325 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24326
24327 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24328
24329 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24330 Fix format string mismatch.
24331
24332 * sieve.el (sieve-deactivate-all): do.
24333
24334 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24335
24336 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24337
24338 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24339
24340 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24341
24342 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24343
24344 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24345 the list of checks.
24346
24347 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24348
24349 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24350 padding.
24351
24352 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24353
24354 * mm-view.el (mm-fill-flowed): New variable.
24355 (mm-inline-text): Use it.
24356
24357 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24358
24359 * spam.el (spam-spamassassin-register-ham-routine)
24360 (spam-spamassassin-register-spam-routine): Fix function names.
24361
24362 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24363
24364 * gnus.el (gnus-tmp-grouplens): Remove.
24365 (gnus-summary-line-format): Remove grouplens.
24366
24367 * gnus-group.el (gnus-group-line-format): Ditto.
24368
24369 * gnus-spec.el (gnus-format-specs): Ditto.
24370 (gnus-update-format-specifications): Flush the group format spec
24371 cache if there's the grouplens stuff.
24372 (gnus-parse-simple-format): Replace %l with the empty string.
24373
24374 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24375
24376 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24377 omission.
24378
24379 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24380
24381 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24382 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24383
24384 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24385
24386 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24387 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24388 New macros and functions.
24389 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24390 Handle > NLINK_MAX messages.
24391 * nnmaildir.el (nnmaildir-request-set-mark):
24392 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24393
24394 2004-01-25 Alex Schroeder <alex@gnu.org>
24395
24396 * spam-stat.el (spam-stat-process-directory-age): New option.
24397 (spam-stat-process-directory): Use it.
24398
24399 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24400
24401 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24402 (spam-stat-save): Accept prefix argument.
24403
24404 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24405
24406 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24407 links" error.
24408
24409 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24410
24411 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24412 compatibility with old .newsrc.eld files.
24413
24414 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24415
24416 * gnus-start.el (gnus-1): do.
24417
24418 * gnus-group.el (gnus-group-line-format-alist): do.
24419
24420 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24421
24422 * gnus-gl.el: Remove.
24423
24424 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24425
24426 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24427 marks consisting of a single range {for example, (3 . 5)} rather
24428 than a list of a single range { ((3 . 5)) }.
24429
24430 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24431
24432 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24433 Use with-current-buffer.
24434 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24435 avoid consing a string.
24436
24437 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24438 Remove obsolete entries for big5 and gb2312.
24439
24440 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24441
24442 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24443 uncompressed list.
24444
24445 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24446
24447 * spam-stat.el (spam-stat-strip-xref): New function.
24448 (spam-stat-process-directory): Use it.
24449
24450 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24451 here -- it's done in message-fetch-field.
24452
24453 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24454
24455 * gnus-agent.el (gnus-agent-queue-mail)
24456 (gnus-agent-prompt-send-queue): New variables.
24457 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24458 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24459 "nndraft:queue" along to gnus-draft-send.
24460 Use gnus-agent-prompt-send-queue.
24461 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24462 is "nndraft:queue". Suggested by Gaute Strokkenes
24463 <gs234@srcf.ucam.org>
24464
24465 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24466 (agent-enable-undownloaded-faces): Add.
24467 (gnus-agent-cat-groups): Use eval-and-compile, not
24468 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24469 method of gnus-agent-cat-groups even when the buffer has been
24470 evalled.
24471 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24472 delete gnus-agent-save-active-1.
24473 (gnus-agent-save-groups): Delete. Identical to
24474 gnus-agent-save-active.
24475 (gnus-agent-write-active): No longer adjust agent's copy of active
24476 file as agent's adjustments are now stored in their own
24477 file. Remove optional parameter.
24478 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24479 servers. Add use of min/max range limits from server's local
24480 file.
24481 (gnus-agent-save-alist): Remove unused optional argument.
24482 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24483 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24484 (gnus-agent-set-local): A per-server file that keeps min/max range
24485 limits for articles known to the agent. Provides a fast mechanism
24486 for altering many active ranges.
24487 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24488 active file (local makes it unnecessary).
24489 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24490
24491 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24492 (agent-enable-undownloaded-faces): Add.
24493
24494 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24495 disable it when sending to "nndraft:queue".
24496 (gnus-group-send-queue): Add safety check to avoid sending queue
24497 when unplugged.
24498
24499 * gnus-group.el (gnus-group-catchup): Use new
24500 gnus-sequence-of-unread-articles, not
24501 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24502 numbers of articles. Use gnus-range-map to avoid having to
24503 uncompress the unread list.
24504 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24505 Fix invalid ange-ftp reference.
24506
24507 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24508 (gnus-sorted-range-intersection): Intersection of two ranges
24509 without requiring that they first be uncompressed.
24510
24511 * gnus-start.el (gnus-activate-group): Unless blocked by the
24512 caller, possibly expand the active range to include both cached
24513 and agentized articles.
24514 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24515 multiple version-dependent converters.
24516 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24517 gnus-agent-save-active.
24518 (gnus-save-newsrc-file): Save dirty agent range limits.
24519
24520 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24521 gnus-agent-possibly-alter-active.
24522 (gnus-adjust-marked-articles): Faster handling of simple lists.
24523
24524 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24525
24526 * spam-stat.el (spam-stat-test-directory): New optional argument
24527 displays a list of files detected. Suggested by Andrew Cohen
24528 <cohen@andy.bu.edu>.
24529 (spam-stat-buffer-words-with-scores): Don't narrow and change
24530 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24531
24532 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24533
24534 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24535 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24536 (spam-spamassassin-arguments)
24537 (spam-spamassassin-spam-flag-header)
24538 (spam-spamassassin-positive-spam-flag-header)
24539 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24540 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24541 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24542 (spam-list-of-processors, spam-list-of-checks)
24543 (spam-list-of-statistical-checks, spam-registration-functions)
24544 (spam-check-spamassassin-headers, spam-check-spamassassin)
24545 (spam-spamassassin-score)
24546 (spam-spamassassin-register-with-sa-learn)
24547 (spam-spamassassin-register-spam-routine)
24548 (spam-spamassassin-register-ham-routine)
24549 (spam-assassin-register-spam-routine)
24550 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24551 (spam-bogofilter-score): Fix to show article before scoring.
24552
24553 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24554
24555 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24556 default scoring function.
24557 (spam-generic-score): Call spam-spamassassin-score if
24558 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24559 spam-bogofilter-score otherwise.
24560
24561 * gnus.el (spam-process, spam-autodetect-methods):
24562 Add spamassassin and spamassassin-headers.
24563
24564 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24565
24566 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24567 Suppress unnecessary messages.
24568
24569 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24570
24571 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24572 make-hash-table.
24573
24574 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24575
24576 * canlock.el (base64-encode-string): Don't autoload it.
24577
24578 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24579
24580 * run-at-time.el: Remove useless (require 'itimer),
24581 eval-and-compile and (featurep 'xemacs).
24582
24583 2004-01-16 Jesper Harder <harder@ifa.au.dk>
24584
24585 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24586 GROUP is a virtual group.
24587
24588 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
24589
24590 * gnus.el: Autoload `message-y-or-n-p'.
24591
24592 2004-01-15 Jesper Harder <harder@ifa.au.dk>
24593
24594 * pgg-parse.el: Remove unnecessary (require 'custom).
24595
24596 * pgg-def.el: do.
24597
24598 * nnmail.el: do.
24599
24600 * gnus-undo.el: do.
24601
24602 * gnus-picon.el: do.
24603
24604 * gnus-util.el: do.
24605
24606 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24607
24608 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24609
24610 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24611
24612 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24613 handle, as well as a list.
24614
24615 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24616 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24617 (mm-w3m-cid-retrieve): Simplify.
24618
24619 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24620
24621 * message.el (message-kill-to-signature): Allow prefix arg to
24622 specify number of lines to keep before signature.
24623
24624 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24625
24626 * message.el (message-kill-to-signature): Change docstring.
24627
24628 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24629
24630 * canlock.el: Always require sha1-el.
24631 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24632
24633 * message.el: Autoload sha1 only when compiling.
24634
24635 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24636
24637 * message.el (message-canlock-generate): Require sha1-el.
24638
24639 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24640
24641 * message.el (message-expand-name): Silence the byte compiler.
24642
24643 2004-01-13 Simon Josefsson <jas@extundo.com>
24644
24645 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24646 Invoke gnus-score-mode.
24647 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24648
24649 * gnus-range.el (gnus-compress-sequence): Doc fix.
24650 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24651
24652 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24653
24654 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24655
24656 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
24657
24658 * spam.el (spam-get-article-as-string): Update to use
24659 gnus-request-article-this-buffer, much simpler.
24660 (spam-get-article-as-buffer): Remove.
24661
24662 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
24663
24664 * message.el (message-expand-name): Use EUDC if the user uses that.
24665
24666 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24667
24668 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24669 character for the encoding to avoid consing a string.
24670
24671 * rfc2047.el (rfc2047-decode-string): Don't cons a string
24672 unnecessarily.
24673
24674 * mm-util.el (mm-replace-chars-in-string): Remove.
24675
24676 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24677 of mm-replace-chars-in-string.
24678
24679 2004-01-11 Jesper Harder <harder@ifa.au.dk>
24680
24681 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24682
24683 * mm-util.el (mm-subst-char-in-string): Support inplace.
24684
24685 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24686 a new string in every iteration. Use shy groups.
24687
24688 2004-01-10 Jesper Harder <harder@ifa.au.dk>
24689
24690 * gnus-srvr.el (gnus-browse-unsubscribe-group):
24691 * gnus-soup.el (gnus-soup-group-brew):
24692 * gnus-msg.el (gnus-put-message):
24693 * gnus-move.el (gnus-group-move-group-to-server):
24694 * gnus-kill.el (gnus-batch-score):
24695 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24696 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24697 (gnus-group-update-group, gnus-group-read-group)
24698 (gnus-group-make-group, gnus-group-make-help-group)
24699 (gnus-group-make-archive-group, gnus-group-make-directory-group)
24700 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24701 (gnus-group-sort-by-unread, gnus-group-catchup)
24702 (gnus-group-unsubscribe-group, gnus-group-kill-group)
24703 (gnus-group-yank-group, gnus-group-set-info)
24704 (gnus-group-list-groups):
24705 * gnus.el (gnus-generate-new-group-name):
24706 * gnus-delay.el (gnus-delay-send-queue):
24707 * nnvirtual.el (nnvirtual-catchup-group):
24708 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24709 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24710 (gnus-group-prepare-topics, gnus-topic-check-topology):
24711 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24712 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24713 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24714 (gnus-group-make-articles-read):
24715 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24716 (gnus-group-change-level, gnus-kill-newsgroup)
24717 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24718 (gnus-get-unread-articles, gnus-make-articles-unread)
24719 (gnus-make-ascending-articles-unread): Use accessor
24720 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24721 to get group information for improved readability.
24722
24723 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24724
24725 * gnus-art.el (article-decode-mime-words, article-babel)
24726 (gnus-article-highlight-signature, gnus-article-add-buttons)
24727 (gnus-signature-toggle): Use gnus-with-article-buffer.
24728
24729 * gnus-art.el (gnus-article-highlight-headers)
24730 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24731
24732 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24733 (gnus-article-set-globals, gnus-request-article-this-buffer)
24734 (gnus-button-message-id, gnus-article-maybe-hide-headers)
24735 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24736 (gnus-mime-display-alternative): Use with-current-buffer.
24737
24738 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24739
24740 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24741 also under 80 char limit, and call gnus-error if needed.
24742 (spam-fetch-article-header): Fix - it was a
24743 buffer-local variable (gnus-newsgroup-data).
24744 (spam-find-spam): Use spam-generate-fake-headers, forget about
24745 spam-insert-fake-headers.
24746 (spam-insert-fake-headers): Remove.
24747
24748 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24749
24750 * deuglify.el (gnus-article-outlook-unwrap-lines)
24751 (gnus-outlook-rearrange-article)
24752 (gnus-outlook-repair-attribution-outlook)
24753 (gnus-outlook-repair-attribution-block)
24754 (gnus-outlook-repair-attribution-other): Remove redundant
24755 save-excursion.
24756
24757 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24758
24759 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24760 (spam-fetch-field-subject-fast)
24761 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24762 (spam-fetch-article-header): Add functions to deal with Gnus
24763 internals for fast retrieval of article header data.
24764 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24765
24766 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24767
24768 * pop3.el (pop3-md5): Remove.
24769 (pop3-apop): Replace pop3-md5 with md5.
24770
24771 * mm-bodies.el: base64 is always built-in.
24772
24773 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24774 Use with-current-buffer.
24775
24776 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
24777
24778 * canlock.el (canlock-insert-header): Remove excessive grouping in
24779 regexp.
24780
24781 * gnus-sum.el (gnus-summary-read-document): Ditto.
24782
24783 * gnus-uu.el (gnus-uu-part-number): Ditto.
24784
24785 * html2text.el (html2text-remove-tags): Ditto.
24786 (html2text-format-tags): Ditto.
24787 (html2text-format-single-elements): Ditto.
24788
24789 * mml.el (mml-parse-1): Ditto.
24790
24791 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24792
24793 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24794
24795 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24796
24797 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24798
24799 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24800
24801 2003-11-15 Simon Josefsson <jas@extundo.com>
24802
24803 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24804 (pgg-gpg-lookup-key): Use regexp match instead of
24805 split-string (split-string is different between emacs 21.2 and
24806 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
24807
24808 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24809
24810 * gnus-art.el (gnus-mime-view-all-parts)
24811 (gnus-article-part-wrapper, gnus-article-view-part):
24812 Use with-current-buffer.
24813
24814 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24815
24816 * spam.el (spam-disable-spam-split-during-ham-respool)
24817 (spam-spamoracle-database, spam-cache-lookups)
24818 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24819 (spam-group-ham-mark-p, spam-group-spam-mark-p)
24820 (spam-group-ham-marks, spam-group-spam-marks)
24821 (spam-group-spam-contents-p, spam-group-ham-contents-p)
24822 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24823 also add spam-use-blackholes to the statistical checks.
24824 (spam-fetch-field-fast): Add interface to fetching fields, may
24825 become a macro.
24826 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24827 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24828 (spam-insert-fake-headers): Fake an article when needed.
24829 (spam-find-spam): Fake article when possible.
24830 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24831 (spam-check-bogofilter-headers): Use message-fetch-field instead
24832 of nnmail-fetch-field.
24833
24834 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
24835
24836 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24837
24838 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24839
24840 * spam.el (spam-split): Do not require spam-use-CHECK to be
24841 enabled if that check is passed to spam-split explicitly; also
24842 fix so 'spam doesn't get converted to spam-split-group when
24843 spam-split-symbolic-return is t.
24844 (spam-find-spam): Find registrations of the article and use those
24845 instead of re-running spam-split to find the spam/ham
24846 classification of the article.
24847 (spam-log-processing-to-registry, spam-log-registered-p)
24848 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24849 Use gnus-error instead of gnus-message.
24850 (spam-log-registration-type): Add function to determine the
24851 classification of a message based on registry entries; will
24852 return nil if both 'spam and 'ham are found.
24853 (spam-check-BBDB): Expand all the BBDB macros here so we can have
24854 a reasonably fast local cache without the loading errors.
24855 (spam-cache-lookups): Set to t by default.
24856 (spam-find-spam): Don't try to guess spam-cache-lookups.
24857 (spam-enter-whitelist, spam-enter-blacklist): Clear the
24858 spam-caches entry.
24859 (spam-filelist-build-cache, spam-filelist-check-cache):
24860 Fix caching of whitelist/blacklist entries.
24861 (spam-check-whitelist, spam-check-blacklist):
24862 Invoke spam-from-listed-p with a type, not a cache variable.
24863 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24864
24865 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24866
24867 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24868
24869 * nnmail.el (nnmail-split-fancy): do.
24870
24871 * mml.el (mml-parse): do.
24872
24873 * gnus-score.el (gnus-enter-score-words-into-hashtb)
24874 (gnus-score-adaptive): do.
24875
24876 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24877
24878 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24879 (gnus-mime-button-map): Don't set keymap parent.
24880 (gnus-button-ctan-directory-regexp): Use shy grouping.
24881 (gnus-prev-page-map): Don't set keymap parent.
24882 (gnus-prev-page-map): Remove duplicated one.
24883 (gnus-next-page-map): Don't set keymap parent.
24884 (gnus-mime-security-button-map): Ditto.
24885
24886 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24887 version number.
24888
24889 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24890
24891 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24892
24893 * canlock.el (canlock-sha1-function): Remove.
24894 (canlock-sha1-function-for-verify): Remove.
24895 (canlock-openssl-program): Remove.
24896 (canlock-openssl-args): Remove.
24897 (canlock-ignore-errors): Remove.
24898 (canlock-sha1-with-openssl): Remove.
24899 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24900 (canlock-verify): Don't use canlock-ignore-errors.
24901
24902 * sha1-el.el (sha1-string-external): Make it can return a string
24903 in binary form.
24904 (sha1-region-external): Ditto.
24905 (sha1-string-internal): Ditto.
24906 (sha1-region-internal): Ditto.
24907 (sha1-region): Ditto.
24908 (sha1-string): Ditto.
24909 (sha1): Ditto.
24910
24911 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
24912
24913 * spam.el (spam-report-articles-gmane): New command.
24914
24915 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24916
24917 * gnus.el: Don't make unnecessary *Group* buffer when loading.
24918
24919 * run-at-time.el (run-at-time-saved): Remove.
24920 (run-at-time): Doc fix.
24921
24922 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24923
24924 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24925 (gnus-summary-limit-map): Add it.
24926 (gnus-summary-make-menu-bar): do.
24927
24928 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
24929
24930 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24931 Make attempt at some caching support (done for BBDB only now).
24932 (spam-find-spam): Set spam-cache-lookups if there are more than 2
24933 addresses to be checked.
24934 (spam-clear-cache-BBDB): Add function, to be invoked by
24935 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24936 (spam-check-BBDB): Check and use the caches, if
24937 spam-cache-lookups is on, remove superfluous (provide).
24938
24939 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
24940
24941 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24942
24943 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
24944
24945 * run-at-time.el (run-at-time-saved): Move to after the definition
24946 of `run-at-time'.
24947
24948 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
24949
24950 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24951 mm-w3m-local-map-property.
24952
24953 * mm-view.el (mm-w3m-mode-map): Remove.
24954 (mm-w3m-local-map-property): Remove.
24955 (mm-inline-text-html-render-with-w3m): Don't use
24956 mm-w3m-local-map-property.
24957
24958 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
24959
24960 * run-at-time.el: New file.
24961
24962 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24963 of gnus-set-text-properties.
24964
24965 * gnus-uu.el (gnus-uu-save-article): Ditto.
24966
24967 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24968
24969 * gnus-cite.el (gnus-cite-parse): Ditto.
24970
24971 * gnus-art.el (gnus-button-push): Use set-text-properties instead
24972 of gnus-.
24973
24974 * gnus.el: Change calls to nnheader-run-at-time and
24975 password-run-at-time throughout to use run-at-time directly.
24976
24977 * password.el: Remove definition of run-at-time.
24978
24979 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
24980
24981 * mml.el (mml-minibuffer-read-disposition): Show attachment type
24982 in prompt.
24983
24984 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24985
24986 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24987 XEmacs version.
24988
24989 * dns.el (dns-make-network-process): Use `open-network-stream'
24990 instead of `gnus-xmas-open-network-stream'.
24991
24992 * .cvsignore: Add auto-autoloads.el, custom-load.el.
24993
24994 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24995
24996 * gnus-art.el (gnus-mime-display-alternative)
24997 (gnus-insert-mime-button, gnus-insert-mime-security-button)
24998 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24999 Don't use gnus-local-map-property.
25000
25001 * gnus-util.el (gnus-local-map-property): Remove.
25002
25003 * mm-view.el (mm-view-pkcs7-decrypt):
25004 Replace gnus-completing-read-maybe-default with completing-read.
25005
25006 * gnus-util.el (gnus-completing-read): do.
25007 (gnus-completing-read-maybe-default): Remove.
25008
25009 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25010
25011 * password.el: Only autoload `run-at-time' if not XEmacs.
25012 Only autoload the itimer functions if XEmacs.
25013
25014 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25015
25016 * gnus-art.el (gnus-read-string): Remove.
25017 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25018 read-string.
25019
25020 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25021
25022 * netrc.el: Autoload password-read.
25023 (netrc): Add configuration group.
25024 (netrc-encoding-method, netrc-openssl-path):
25025 Add variables for encoding and decoding of files with symmetric
25026 ciphers.
25027 (netrc-encode): Add assistant function to encode a file with
25028 netrc-encoding-method.
25029 (netrc-parse): Add interactive parameter, added optional
25030 decoding if netrc-encoding-method is non-nil but otherwise
25031 behavior is standard.
25032 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25033 Do s/encode/encrypt/ everywhere.
25034
25035 * spam.el: Remove executable-find autoload.
25036
25037 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25038
25039 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25040
25041 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25042
25043 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25044
25045 * gnus-art.el (gnus-treat-ansi-sequences)
25046 (article-treat-ansi-sequences): New variable and function.
25047 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25048
25049 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25050 Use it.
25051
25052 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25053
25054 * mm-util.el (mm-quote-arg): Remove.
25055
25056 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25057 shell-quote-argument.
25058
25059 * gnus-uu.el (gnus-uu-command): do.
25060
25061 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25062
25063 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25064 with make-char.
25065
25066 * mm-util.el (mm-make-char): Remove.
25067
25068 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25069 add-minor-mode.
25070
25071 * gnus-undo.el (gnus-undo-mode): do.
25072
25073 * gnus-topic.el (gnus-topic-mode): do.
25074
25075 * gnus-sum.el (gnus-dead-summary-mode): do.
25076
25077 * gnus-start.el (gnus-slave-mode): do.
25078
25079 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25080
25081 * gnus-ml.el (gnus-mailing-list-mode): do.
25082
25083 * gnus-gl.el (gnus-grouplens-mode): do.
25084
25085 * gnus-draft.el (gnus-draft-mode): do.
25086
25087 * gnus-dired.el (gnus-dired-mode): do.
25088
25089 * gnus-ems.el (gnus-add-minor-mode): Remove.
25090
25091 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25092 Replace gnus-char-width with char-width.
25093
25094 * gnus-ems.el (gnus-char-width): Remove.
25095
25096 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25097 Replace gnus-char-width with char-width.
25098
25099 * gnus-ems.el (gnus-char-width): Remove.
25100
25101 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25102 definition.
25103 Remove Emacs 20 hash table compatibility code.
25104
25105 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25106 20 compatibility code.
25107
25108 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25109
25110 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25111
25112 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25113 Replace with point-at-{eol,bol}.
25114
25115 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25116
25117 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25118
25119 * flow-fill.el (fill-flowed-point-at-bol)
25120 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25121
25122 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25123 Replace with point-at-{eol,bol} throughout all files.
25124
25125 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25126
25127 * ntlm.el (ntlm-string-as-unibyte): New macro.
25128 (ntlm-build-auth-response): Use it.
25129
25130 Remove Emacs 20 stuff:
25131 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25132 of delq and copy-sequence.
25133 * gnus-art.el (popup-menu): Remove the compiler macro.
25134 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25135 Emacs 20.
25136
25137 2004-01-05 Simon Josefsson <jas@extundo.com>
25138
25139 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25140 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25141 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25142 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25143 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25144 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25145 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25146 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25147 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25148 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25149 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25150 string-xor into ntlm-string-xor.
25151 Suggested by Jesper Harder <harder@myrealbox.com>.
25152
25153 * ntlm.el: Don't include poem.
25154
25155 * md4.el (print-int32, print-string-hexa): Remove.
25156 Suggested by Jesper Harder <harder@myrealbox.com>.
25157
25158 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25159
25160 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25161 probably breaks emacs with DL patch, but do we care? Is anyone
25162 still using the DL stuff?)
25163
25164 * sieve-manage.el: Use the password package.
25165 (sieve-manage-read-passwd): Remove.
25166 (sieve-manage-interactive-login): Use password. Re-add
25167 condition-case around loop.
25168
25169 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25170 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25171 Use the password package.
25172
25173 2003-02-19 Simon Josefsson <jas@extundo.com>
25174
25175 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25176 token.
25177
25178 2002-08-07 Simon Josefsson <jas@extundo.com>
25179
25180 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25181 (sieve-manage-authenticators):
25182 (sieve-manage-authenticator-alist): Add some SASL mechs.
25183 (sieve-sasl-auth): New function.
25184 (sieve-manage-cram-md5-auth):
25185 (sieve-manage-plain-auth): Rewrite using SASL library.
25186 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25187 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25188 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25189 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25190
25191 2004-01-05 Simon Josefsson <jas@extundo.com>
25192
25193 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25194 New files.
25195
25196 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25197
25198 * gnus-group.el (gnus-no-groups-message): Update.
25199
25200 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25201
25202 2003-11-09 Simon Josefsson <jas@extundo.com>
25203
25204 * imap.el: Support for ID IMAP extension (RFC 2971).
25205 (imap-local-variables): Add imap-id.
25206 (imap-id): New variable.
25207 (imap-id): New function.
25208 (imap-parse-response): Parse untagged ID response.
25209 * nnimap.el (nnimap-id): New variable.
25210 (nnimap-open-connection): Use it.
25211
25212 2003-12-28 Simon Josefsson <jas@extundo.com>
25213
25214 * gnus-score.el (gnus-score-edit-all-score): New.
25215 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25216
25217 2004-01-04 Simon Josefsson <jas@extundo.com>
25218
25219 * password.el: Add.
25220
25221 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25222
25223 * dns.el (dns-query-types): Fix typo.
25224 (dns-query-types): New function.
25225 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25226 PTR and SOA replies, see RFC 1035.
25227
25228 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25229
25230 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25231
25232 * Move to Changelog.2.
25233
25234 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25235
25236 * gnus.el (gnus-version-number): Bump version.
25237
25238 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25239
25240 * gnus.el: No Gnus v0.1 is released.
25241
25242 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25243
25244 * gnus.el: No Gnus v0.0 is released.
25245
25246 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25247
25248 * gnus.el (gnus-version-number): Bump.
25249 (gnus-version): No.
25250
25251 See ChangeLog.2 for earlier changes.
25252
25253 Copyright (C) 2004-2013 Free Software Foundation, Inc.
25254
25255 This file is part of GNU Emacs.
25256
25257 GNU Emacs is free software: you can redistribute it and/or modify
25258 it under the terms of the GNU General Public License as published by
25259 the Free Software Foundation, either version 3 of the License, or
25260 (at your option) any later version.
25261
25262 GNU Emacs is distributed in the hope that it will be useful,
25263 but WITHOUT ANY WARRANTY; without even the implied warranty of
25264 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25265 GNU General Public License for more details.
25266
25267 You should have received a copy of the GNU General Public License
25268 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25269
25270 ;; Local Variables:
25271 ;; coding: utf-8
25272 ;; fill-column: 79
25273 ;; add-log-time-zone-rule: t
25274 ;; End: