Merge from trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2013-09-18 Glenn Morris <rgm@gnu.org>
2
3 * gnus-util.el (image-size): Declare.
4
5 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
6
7 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
8 (gnus-icalendar-event-from-ical)
9 (gnus-icalendar-event--build-reply-event-body)
10 (gnus-icalendar-event-reply-from-buffer)
11 (gnus-icalendar-find-org-event-file)
12 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
13 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
14
15 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
16
17 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
20 Use save-current-buffer.
21 (gnus-tree-mode-map): Initialize in the declaration.
22 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
23 (scroll-in-place): Defvar it.
24 (gnus-tmp-*): Defvar them.
25 (gnus-get-tree-buffer): Use derived-mode-p.
26 (gnus--let-eval): New macro.
27 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
28 non-prefixed variables.
29 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
30
31 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
32 vars since it doesn't seem to be available.
33 (gnus-set-global-variables, gnus-summary-read-group-1)
34 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
35 (gnus-summary-display-article, gnus-summary-select-article)
36 (gnus-summary-next-article, gnus-offer-save-summaries)
37 (gnus-summary-generic-mark): Use derived-mode-p.
38 (gnus-summary-read-group-1, gnus-summary-exit)
39 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
40 Adjust calls to gnus-tree-close and gnus-tree-open.
41
42 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
43
44 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
45 (gnus-agent-mode): Use derived-mode-p.
46 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
47 gnus-command-method and *-command-method to nil, but bind
48 gnus-command-method to *-command-method instead!
49 (gnus-agent-fetch-articles): Remove unused var `id'.
50 (gnus-agent-fetch-headers): Remove unused arg `force'.
51 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
52 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
53 (gnus-agent-short-article, gnus-agent-long-article)
54 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
55 first use.
56 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
57 `score-param'.
58 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
59 (gnus-get-predicate): Push in front of the cache, rather than end.
60 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
61 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
62 (gnus-agent-expire-unagentized-dirs): Don't rebind
63 gnus-agent-expire-current-dirs since the defvar silences the warning.
64 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
65 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
66 (gnus-agent-regenerate): Simplify interactive spec and doc.
67
68 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
69
70 * gnus-int.el (gnus-open-server): Silence compiler.
71
72 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
73
74 * message.el (message-display-completion-list): Abolish.
75 (message-completion-in-region): Use display-completion-list.
76
77 2013-09-17 Glenn Morris <rgm@gnu.org>
78
79 * gnus-util.el (gnus-message-with-timestamp-1):
80 Use `messages-buffer' function if available. Ignore read-only.
81
82 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
83
84 * message.el (message-expand-group, message-completion-in-region):
85 Correct the order of start and end of a region.
86
87 2013-09-13 Glenn Morris <rgm@gnu.org>
88
89 * mml2015.el (gnus-create-image): Autoload it.
90
91 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
92
93 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
94 (image-size): Declare.
95
96 2013-09-12 Glenn Morris <rgm@gnu.org>
97
98 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
99 Avoid using `find', which i) might not be defined at runtime;
100 ii) does not work, since its default test is eql, not equal.
101 (gnus-mime-action-alist): Declare.
102
103 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * score-mode.el (gnus-score-mode-map): Move initialization
106 into declaration.
107 (gnus-score-mode): Use define-derived-mode.
108 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
109 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
110 into declaration.
111 (gnus-kill-file-mode): Use define-derived-mode.
112 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
113 Use derived-mode-p.
114 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
115 (gnus-group-setup-buffer, gnus-group-name-at-point)
116 (gnus-group-make-web-group, gnus-group-enter-directory)
117 (gnus-group-suspend): Use derived-mode-p.
118 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
119 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
120 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
121 (gnus-article-setup-buffer, gnus-article-prepare)
122 (gnus-article-prepare-display, gnus-sticky-article)
123 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
124 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
125 (gnus-article-read-summary-keys): Use derived-mode-p.
126
127 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
128
129 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
130
131 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
132
133 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
134 shift_jis from the default value set for Japanese users.
135
136 2013-08-13 Glenn Morris <rgm@gnu.org>
137
138 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
139
140 * gnus.el (gnus-valid-select-methods): Fix type.
141
142 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
143
144 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
145
146 * mm-decode.el (mm-display-external): Run a timer for the temp files
147 deletion after a viewer exits; add a deletion timer for the needsterm
148 case, too.
149
150 * mm-decode.el (mm-display-external): Try to delete temporary files by
151 using a 1-min. timer.
152
153 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
154
155 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
156 New internal variables.
157 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
158 (mm-display-external): Use it to delete temporary files instead of
159 using timers.
160
161 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
162
163 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
164 with cond for backwards compatability.
165
166 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
167
168 * mm-decode.el (mm-display-external): Bind process-connection-type to
169 nil; don't delete a temp file immediately even if a viewer finishes,
170 since it may be a shell script, like xdg-open, that launches a real
171 viewer program belatedly.
172
173 2013-08-05 Dave Abrahams <dave@boostpro.com>
174
175 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
176 that we can create nndoc groups that excerpt other groups.
177
178 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
179
180 * gnus-delay.el (gnus-delay-article): Fix typo.
181
182 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
183 articles.
184
185 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
186 we can get spell-checking etc.
187
188 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
189
190 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
191 a single one used for encoding the whole text in a header.
192
193 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
194
195 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
196 before sending.
197
198 * mm-decode.el (mm-command-output): New face.
199 (mm-display-external): Use it.
200
201 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
202
203 * nnmbox.el (nnmbox-request-article): Don't change point.
204
205 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
206
207 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
208 Include `handle' parameter.
209
210 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
211
212 * gnus-icalendar.el: New file.
213
214 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
215
216 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
217
218 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
219 dummy roots, too.
220
221 2013-08-01 David Edmondson <dme@dme.org>
222
223 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
224 out on ttys.
225
226 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
227
228 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
229 not empty.
230
231 * nnrss.el (nnrss-discover-feed): Indent.
232
233 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
234
235 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
236
237 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
238
239 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
240 dirty to ensure nnimap data being saved.
241
242 2013-07-30 Tassilo Horn <tsdh@gnu.org>
243
244 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
245 menu entry.
246
247 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
248 the current thread's total score instead of the current article's
249 score.
250
251 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
252 (gnus-sort-threads-recursively): Delete defcustom.
253 (gnus-sort-threads-recursive): Adapt accordingly.
254
255 2013-07-30 Tassilo Horn <tsdh@gnu.org>
256
257 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
258 (gnus-sort-threads-recursive): Use it.
259 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
260 again. Now that determines how to sort subthreads.
261
262 2013-07-26 Tassilo Horn <tsdh@gnu.org>
263
264 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
265 (gnus-sort-threads): Use it.
266
267 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
268
269 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
270 punctuation characters follow parentheses (bug#14950).
271
272 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
273
274 * gnus.el (gnus-continuum-version):
275 * gnus-msg.el (gnus-extended-version): Simplify.
276
277 * gnus.el (gnus-continuum-version-1): Remove.
278 * gnus-msg.el (gnus-bug): Revert.
279
280 Calculate gnus-version correctly on Cygwin.
281
282 * gnus.el (gnus-continuum-version): Do main calculations in integers.
283 (gnus-continuum-version-1): New function, return a string.
284
285 * gnus-msg.el (gnus-extended-version, gnus-bug):
286 Use gnus-continuum-version-1 instead of gnus-continuum-version.
287
288 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
289
290 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
291 (bug#13384).
292
293 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
294
295 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
296 that were only relevant in a development version a long time ago.
297
298 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
299
300 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
301 that the old Emacs 24s bundle.
302
303 2013-07-10 David Engster <deng@randomsample.de>
304
305 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
306 if `gnus-newsrc-file-version' does not match `gnus-version'.
307 This fixes a bug in Emacs trunk where the 'unexist' marks were always
308 removed at startup because "Gnus v5.13" was considered smaller than "Ma
309 Gnus v0.03".
310
311 2013-07-10 Tassilo Horn <tsdh@gnu.org>
312
313 * gnus.el (gnus-summary-line-format):
314 Reference `gnus-user-date-format-alist' for the &user-date; format, not
315 `gnus-summary-user-date-format-alist'.
316
317 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
318
319 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
320 delete files (bug#13481).
321
322 2013-07-08 Tassilo Horn <tsdh@gnu.org>
323
324 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
325
326 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
327
328 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
329 display images.
330
331 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
332
333 * message.el (message-cancel-news): According to
334 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
335 preferred over "cmsg cancel" in the Subject.
336
337 * nnir.el (nnir-engines): Note that the group specs are regexps
338 (bug#13238).
339
340 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
341 gotten read-only text properties, ensure that those aren't heeded when
342 copying stuff over (bug#13434).
343
344 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
345 (bug#13762).
346
347 2013-07-05 David Kastrup <dak@gnu.org>
348
349 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
350 authinfo file again (important for blank passwords). This had been
351 broken with 2013-06-15 change.
352
353 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
354
355 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
356 Revert 2013-01-14 change.
357
358 2013-07-02 David Engster <deng@randomsample.de>
359
360 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
361 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
362 to see whether the group was synced before.
363
364 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
365
366 * nnimap.el (nnimap-request-move-article): Decode the group name when
367 doing internal moves to avoid charset issues.
368
369 2013-07-02 Julien Danjou <julien@danjou.info>
370
371 * nnimap.el (nnimap-request-list):
372 Revert change that made listing synchronous.
373 (nnimap-get-responses): Restore.
374
375 2013-07-02 Dave Abrahams <dave@boostpro.com>
376
377 * nnimap.el (nnimap-change-group): Document result value.
378
379 * nnimap.el (nnimap-find-article-by-message-id):
380 Account for the fact that nnimap-change-group can return t.
381
382 2013-07-02 Julien Danjou <julien@danjou.info>
383
384 * nnimap.el (nnimap-request-head):
385 Resture to-buffer parameter, used by `nnimap-request-move-article'.
386
387 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
388
389 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
390 supported by nnimap actually. Reverts previous change.
391
392 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
393 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
394 to-buffer argument that is already supported.
395
396 2013-07-02 Julien Danjou <julien@danjou.info>
397
398 * nnimap.el (nnimap-get-responses): Remove, unused.
399
400 2013-07-02 Julien Danjou <julien@danjou.info>
401
402 * nnimap.el (nnimap-request-articles-find-limit): Rename from
403 `nnimap-request-move-articles-find-limit' since we do not use it
404 only for move operations.
405 (nnimap-request-accept-article):
406 Use `nnimap-request-articles-find-limit' to limit search by message-id.
407
408 2013-07-02 Julien Danjou <julien@danjou.info>
409
410 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
411
412 * nnimap.el (nnimap-log-buffer):
413 Check that `window-point-insertion-type' is boundp, since it's not
414 available in XEmacs.
415
416 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
417
418 * nnimap.el (nnimap-log-buffer):
419 Add this, setting `window-point-insertion-type' in the buffer to t.
420 (nnimap-log-command): Use nnimap-log-buffer.
421
422 2013-07-02 Julien Danjou <julien@danjou.info>
423
424 * nnimap.el (nnimap-find-article-by-message-id):
425 Add an optional limit argument to be able to limit the search.
426 (nnimap-request-move-article):
427 Use `nnimap-request-move-articles-find-limit'.
428 (nnimap-request-move-articles-find-limit):
429 Add this to limit the search by Message-Id after a message move.
430 (nnimap): Add defgroup.
431
432 2013-07-02 Julien Danjou <julien@danjou.info>
433
434 * nnimap.el (nnimap-find-article-by-message-id):
435 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
436 (nnimap-possibly-change-group): Add read-only argument.
437 (nnimap-request-list): Use nnimap-possibly-change-group rather than
438 issuing EXAMINE manually.
439 (nnimap-find-article-by-message-id):
440 Use `nnimap-possibly-change-group' with read-only argument.
441 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
442 We cannot possibly change because we need to be sure that it's either
443 read-write or read-only.
444
445 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
446
447 * gnus-sum.el (gnus-summary-insert-old-articles):
448 Don't include unexisting messages.
449
450 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
451
452 * gnus-start.el (gnus-clean-old-newsrc):
453 Remove totally bogus `unexists' entries.
454 (gnus-clean-old-newsrc): Fix last checkin.
455
456 * nnimap.el (nnimap-update-info):
457 None of the articles below the active low-water mark exist.
458
459 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
460
461 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
462
463 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
464
465 * nnimap.el (nnimap-request-scan):
466 Allow `nnimap-inbox' to be a list of inboxes.
467
468 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
469
470 * gnus-group.el (gnus-group-expire-articles-1):
471 Don't try to expire messages that don't exist.
472
473 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
474
475 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
476
477 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
478
479 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
480
481 * gnus-start.el (gnus-clean-old-newsrc):
482 Delete `unexist' from pre-Ma Gnus 0.3.
483
484 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
485
486 * gnus-sum.el (gnus-summary-local-variables):
487 Make `gnus-newsgroup-unexist' into a local variable.
488
489 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
490
491 * gnus-sum.el (gnus-adjust-marked-articles):
492 Add to `gnus-newsgroup-unexist'.
493
494 * gnus.el (gnus-article-mark-lists):
495 Add `unexist' to the list of marks.
496 (gnus-article-special-mark-lists):
497 Put the `unexist' in the special marks list instead.
498
499 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
500 articles in the list of articles to be selected.
501
502 * nnimap.el (nnimap-retrieve-group-data-early):
503 Query for unexisting articles.
504 (nnimap-update-info): Keep track of unexisting articles.
505 (nnimap-update-qresync-info): Ditto.
506
507 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
508
509 * gnus-start.el (gnus-clean-old-newsrc): New function.
510 (gnus-read-newsrc-file): Use it.
511
512 2013-07-02 Daiki Ueno <ueno@gnu.org>
513
514 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
515 of 'create-image' for XEmacs compatibility; check errors when decoding
516 image. Reported by Uwe Brauer.
517
518 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
519
520 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
521 gnus-button-push revised at 2011-01-19.
522
523 2013-06-19 Glenn Morris <rgm@gnu.org>
524
525 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
526
527 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
528
529 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
530
531 2013-06-18 Glenn Morris <rgm@gnu.org>
532
533 * eww.el, shr.el, shr-color.el: Move to ../net.
534
535 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
536
537 * shr.el (shr-tag-table): Insert the images after the table, so that
538 they're not covered by the table colourisation, which often looked
539 awkward.
540 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
541 <dd>.
542
543 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
544
545 * eww.el (eww-detect-charset): Improve regexp; move backward.
546
547 2013-06-18 Glenn Morris <rgm@gnu.org>
548
549 * mm-decode.el (widget-convert-button): Autoload.
550
551 * sieve-manage.el (mm-enable-multibyte): Autoload.
552
553 * shr.el (libxml-parse-html-region): Declare.
554 (shr-render-buffer): Explicit error if no libxml2 support.
555
556 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
557
558 * auth-source.el (auth-source-current-line): New function.
559 (auth-source-netrc-parse-entries): When a data token is "machine",
560 assume we're in the wrong place and abort parsing the current line.
561
562 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
563
564 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
565 (eww-convert-widgets): Don't bug out if the first widget starts at the
566 beginning of the buffer.
567 (eww-convert-widgets): Fix last patch.
568 (eww-tag-input): Support <input type=image>.
569
570 * shr.el (shr-insert-table): Respect border-collapse: collapse.
571 (shr-tag-base): Protect against base specs that are degenerate.
572 (shr-ensure-paragraph): Don't delete empty lines that have text
573 properties, because these may be input fields.
574
575 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
576 we can navigate to them.
577
578 * shr.el (shr-colorize-region): Put the colours over the entire region.
579 (shr-inhibit-decoration): New variable.
580 (shr-add-font): Use it to inhibit text property decorations while doing
581 preliminary table renderings. This speeds up typical Wikipedia page
582 renderings by 15%.
583 (shr-tag-span): Don't respect the <title>, because that overwrites the
584 help-echo from links inside the spans.
585 (shr-next-link): Use `help-echo' for navigation, so that we can
586 navigate to form elements, too.
587
588 * eww.el (eww-button): New face.
589 (eww-convert-widgets): Use it to make submit buttons more button-like.
590
591 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
592 that Gnus commands work.
593
594 * shr.el (shr-render-td): Support horizontal alignment.
595
596 * eww.el (eww-put-color): Remove.
597 (eww-colorize-region): Use `add-face-text-property'.
598
599 * shr.el (shr-add-font): Append face data, so that we get the correct
600 precedence: The innermost value (which is applied first) wins.
601 (shr-make-overlay): Obsolete function.
602
603 * mm-decode.el (mm-convert-shr-links): New function to convert
604 new-style shr URL links into widgets.
605 (mm-shr): Use it.
606
607 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
608 widget commands, since we're no longer using widgets for links.
609
610 * shr.el (shr-next-link): New command.
611 (shr-previous-link): New command.
612 (shr-urlify): Don't use `widget-convert', because that's slow.
613 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
614 because collecting the overlays and reapplying them when generating
615 tables is slow.
616 (shr-insert-table): Ditto.
617
618 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
621 * shr.el (browse-url): Require `url'.
622 * eww.el (url): Require format-spec.
623
624 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
625
626 * eww.el (eww-display-html): Default to using the entire window width.
627 (eww-browse-url): Don't add a User-Agent header (twice), because that
628 makes Bing refuse connection.
629
630 * shr.el (shr-make-table): Cache the table rendering at the table
631 level, and not the <td> level. This is a bit faster.
632
633 * eww.el (eww-render): Go to the correct ID when given URLs ending with
634 #id.
635
636 * shr.el (shr-tag-li): Don't require a new paragraph, since other
637 browsers don't.
638 (shr-expand-url): Respect #anchor links.
639 (shr-parse-base): Chop off the anchor before using.
640 (shr-descend): Respect display: none.
641 (shr-descend): Allow marking elements that have certain IDs.
642
643 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
644
645 * shr.el (shr-expand-url): Don't bug out on zero-length links.
646
647 * eww.el (eww-tag-textarea): Support <textarea>.
648
649 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
650
651 * shr.el (shr-dom-to-xml): Fix function call.
652
653 * eww.el (eww): New group.
654 (eww-header-line-format): New custom variable.
655 (eww-current-title): New variable.
656 (eww-display-html): Update header and handle title tag.
657 (eww-update-header-line-format): New function.
658 (eww-tag-title): New function.
659
660 * shr.el (shr-dom-to-xml): New function.
661 (shr-tag-svg): Add support for the SVG tag.
662 (shr-bullet): New custom variable.
663 (shr-tag-li): Support custom bullet in unordered lists.
664
665 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
666
667 * shr.el (shr-expand-url): Respect // URLs.
668
669 * eww.el (eww-tag-body): Override the shr body rendering so that we can
670 put a background colour onto the entire buffer.
671 (eww-render): When being redirected, use the redirect URL as the new
672 base URL.
673
674 * shr.el (shr-parse-base): Fix parsing error.
675
676 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
677
678 * shr.el (shr-parse-base): New function.
679 (shr-expand-url): Use it to expand relative URLs reliably.
680
681 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
682
683 * auth-source.el (auth-source-search-collection): Fix docstring.
684 (auth-source-netrc-parse): Refactor and improve netrc parser to support
685 single-quoted strings and multiline entries.
686 (auth-source-netrc-parse-next-interesting)
687 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
688 New functions to support parser.
689
690 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
691
692 * eww.el (eww-submit): Get submit button logic right when hitting RET
693 on non-submit buttons.
694
695 * shr.el: Remove shr-preliminary-table-render, since that can't really
696 be used for anything in practice.
697
698 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
699
700 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
701 (sieve-manage-quit).
702
703 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
704
705 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
706 control the maximum size of photo ID image.
707 (mml2015-epg-key-image-to-string): Respect it.
708
709 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
710
711 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
712 instead of the final one so that we can more easily distinguish them.
713
714 * eww.el (eww-submit): Compute the submission URL correctly.
715
716 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
717
718 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
719 Use plist-get rather than CL's getf.
720 (sieve-manage-parse-capability): Avoid CL's remove-if.
721
722 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
723
724 * shr.el (shr-expand-url): Expansion should chop off the bits after the
725 last slash.
726
727 * eww.el (eww-tag-select): Use the first value as the default value.
728
729 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
730
731 * eww.el (eww): Prepend urls with http:// if scheme is missing.
732 (eww-mode): Use `define-derived-mode'.
733 (eww-parse-headers): Parse headers from beginning of buffer so that
734 file:// links work.
735
736 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
737
738 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
739
740 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
741
742 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
743 to handle them at all.
744
745 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
746
747 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
748 work, too.
749 (eww-tag-select): Implement <select>.
750
751 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
752
753 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
754 stream managing functions by using open-protocol-stream to do most of
755 the work. Has the nice benefit of enabling STARTTLS.
756 Wait for capabilities after STARTTLS: following RFC5804, the server
757 sends new capabilities after successfully establishing a TLS connection
758 with the client. The client should update the cached list of
759 capabilities, but we just ignore the answer for now.
760 (sieve-manage-network-p, sieve-manage-network-open)
761 (sieve-manage-starttls-p, sieve-manage-starttls-open)
762 (sieve-manage-forward, sieve-manage-streams)
763 (sieve-manage-stream-alist): Remove unneeded functions neither in the
764 API, nor called by any other function.
765 Enable Multibyte for SieveManage buffers: The parser won't properly
766 handle umlauts and line endings unless multibyte is turned on in the
767 process buffer.
768
769 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
770
771 * eww.el (eww-tag-input): Support password fields.
772 (eww-submit): Support POST.
773
774 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
775
776 * eww.el (eww-tag-form): Protect against degenerate forms.
777
778 * shr.el (shr-expand-url): Expand URLs that start with a slash
779 correctly.
780
781 * eww.el (eww-submit): Get submit button logic right.
782
783 * shr.el (shr-final-table-render): New variable to signal when we're
784 doing the final table rendering so that we can collect more data at
785 that point.
786
787 * eww.el (eww-submit): Make form submission work.
788 (eww-tag-input): Implement submit buttons.
789 (eww-click-radio): Implement radio and checkboxes.
790 (eww-submit): Handle hidden elements.
791
792 * shr.el (shr-descend): Allow other packages to override (or provide)
793 rendering of elements.
794 (shr-expand-url): Strip query strings from URLs before expanding them.
795
796 * eww.el: Don't require cl-lib.
797 (eww-tag-form): Start form support.
798
799 * eww.el: Start writing a new, tiny web browser.
800 (eww-previous-url): New command.
801 (eww-quit): New command.
802
803 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
804
805 * sieve.el: Put point at beginning of buffer when viewing a script.
806 (sieve-open-server): Respect the PORT parameter. Show the correct port
807 number in sieve-buffer's header. Fixed code to also work with a string
808 as port specifier. Properly close the connection on pressing 'q'. Make
809 sieve-manage-quit close the connection and process buffer. Also, remove
810 duplicate keybinding for 'q'.
811
812 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
813
814 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
815 make it easier to read.
816 (mm-pkcs7-enveloped-magic): Ditto.
817
818 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
819
820 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
821 before `image-type-available-p' to avoid loading the image libraries
822 needlessly.
823
824 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
825
826 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
827 assume Date header begins with "Date", that may be customized into
828 something like "X-Sent" using gnus-article-time-format.
829 (article-transform-date): Allow multi-line Date header.
830
831 2013-06-02 David Engster <deng@randomsample.de>
832
833 * registry.el (initialize-instance, registry-lookup)
834 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
835 (registry-lookup-secondary-value, registry-search, registry-delete)
836 (registry-insert, registry-reindex, registry-size, registry-prune):
837 Do not wrap methods in `eval-and-compile'. This breaks due to latest
838 changes in EIEIO (introduction of eieio-core.el).
839
840 2013-05-30 Glenn Morris <rgm@gnu.org>
841
842 * nnmail.el (nnmail-fancy-expiry-target):
843 Also bind mail-dont-reply-to-names.
844
845 * spam-stat.el (spam-stat-save):
846 No need to tweak font-lock in temp buffers.
847
848 * shr.el (shr-put-image): Silence compiler.
849
850 2013-05-29 Glenn Morris <rgm@gnu.org>
851
852 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
853
854 * gnus-group.el (gnus-sequence-of-unread-articles)
855 (gnus-summary-add-mark, gnus-mark-article-as-read)
856 (gnus-group-make-articles-read): Declare.
857
858 * gnus-sum.el (gnus-parameter-list-identifier)
859 (gnus-article-stop-animations, gnus-stop-downloads)
860 (gnus-article-only-boring-p, article-goto-body)
861 (gnus-flush-original-article-buffer, article-narrow-to-head)
862 (gnus-article-hidden-text-p, gnus-delete-wash-type)
863 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
864
865 * gnus.el: No need to eval-and-compile autoloads.
866
867 * gravatar.el (help-function-arglist): Autoload.
868
869 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
870
871 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
872
873 * spam.el: No need to load spam-report when compiling.
874 No need to eval-and-compile autoloads.
875 (spam-report-resend-to): Declare.
876 (spam-report-resend-register-routine): Require 'spam-report.
877
878 2013-05-24 Julien Danjou <julien@danjou.info>
879
880 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
881 setup.
882
883 2013-05-23 Glenn Morris <rgm@gnu.org>
884
885 * gnus-util.el (rmail-swap-buffers-maybe)
886 (rmail-maybe-set-message-counters, rmail-count-new-messages)
887 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
888 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
889
890 * mm-decode.el: No need to load term when compiling.
891 (term-mode, term-char-mode): Declare.
892
893 * mm-util.el: No need to load jka-compr when compiling.
894 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
895
896 * nnmaildir.el: Require is automatically eval-and-compile.
897 (nnmail): Require at run-time too.
898
899 * registry.el (registry-size): Move definition before use.
900
901 2013-05-22 Daiki Ueno <ueno@gnu.org>
902
903 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
904 signed data to conform the standard. (Bug#14232)
905
906 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
907
908 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
909 double angle quotation mark.
910
911 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
912
913 * message.el (message-insert-formatted-citation-line): Handle finding
914 first/lastname when more than 2 names appear.
915
916 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
917
918 * shr.el (shr-tag-span): New function.
919
920 2013-05-18 Glenn Morris <rgm@gnu.org>
921
922 * message.el (message-mode): Use message-mode-abbrev-table,
923 with text-mode-abbrev-table as parent. (Bug#14413)
924
925 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
926
927 * message.el (message-expand-group): Decode group names.
928
929 2013-05-16 Julien Danjou <julien@danjou.info>
930
931 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
932 app-icon.
933
934 2013-05-15 Glenn Morris <rgm@gnu.org>
935
936 * shr-color.el (shr-color-visible-luminance-min)
937 (shr-color-visible-distance-min): Use shr-color group.
938
939 2013-05-11 Glenn Morris <rgm@gnu.org>
940
941 * gnus-vm.el: Make it loadable without VM.
942 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
943 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
944
945 2013-05-09 Glenn Morris <rgm@gnu.org>
946
947 * mml1991.el: Make it loadable. (Bug#13456)
948
949 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
950 * gnus-async.el (gnus-async-post-fetch-function):
951 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
952 * gnus-html.el (gnus-html-image-cache-ttl):
953 * gnus-notifications.el (gnus-notifications-timeout):
954 * gnus-picon.el (gnus-picon-properties):
955 * gnus-util.el (gnus-completion-styles):
956 * gnus.el (gnus-other-frame-resume-function):
957 * message.el (message-user-organization-file)
958 (message-cite-reply-position):
959 * nnir.el (nnir-summary-line-format)
960 (nnir-retrieve-headers-override-function):
961 * shr-color.el (shr-color-visible-luminance-min):
962 * shr.el (shr-blocked-images):
963 * spam-report.el (spam-report-resend-to):
964 * spam.el (spam-summary-exit-behavior): Fix custom types.
965
966 * gnus-salt.el (gnus-selected-tree-face): Fix default.
967
968 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
969
970 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
971 because of let-binding help-xref-following. (Bug#14356)
972
973 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
974
975 * message.el (message-bury, message-send-and-exit):
976 Revert 2013-05-04 change.
977
978 2013-05-06 Glenn Morris <rgm@gnu.org>
979
980 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
981
982 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
983
984 * message.el (message-bury): Make `buffer' optional.
985 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
986 (bug#14085).
987
988 2013-05-04 Andrew Cohen <cohen@bu.edu>
989
990 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
991 entering into the registry.
992
993 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
994
995 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
996 (Bug#14304)
997
998 2013-04-27 Glenn Morris <rgm@gnu.org>
999
1000 * gnus.el (gnus-list-debbugs):
1001 Use require rather than autoload. (Bug#14262)
1002
1003 2013-04-27 Julien Danjou <julien@danjou.info>
1004
1005 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1006 port to "sieve" now that it has an official IANA port assigned.
1007
1008 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1009
1010 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1011 Don't set the MAILHOST environment variable permanently (Bug#14271).
1012
1013 2013-04-26 Glenn Morris <rgm@gnu.org>
1014
1015 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1016
1017 2013-04-25 Andrew Cohen <cohen@bu.edu>
1018
1019 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1020 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1021
1022 2013-04-24 Andrew Cohen <cohen@bu.edu>
1023
1024 * nnir.el (nnir-close-group): Make sure we are in the right group.
1025
1026 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1027 dependency table from all newly retrieved headers.
1028
1029 2013-04-16 David Edmondson <dme@dme.org>
1030
1031 Support <img src="data:...">.
1032
1033 * shr.el (shr-image-from-data): New function.
1034 (shr-tag-img): Use it.
1035
1036 2013-04-14 Andrew Cohen <cohen@bu.edu>
1037
1038 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1039 group.
1040
1041 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1042
1043 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1044 corresponding to any existing group (Bug#14166).
1045
1046 2013-04-10 Andrew Cohen <cohen@bu.edu>
1047
1048 * nnir.el (number-sequence): No longer used.
1049 (nnir-request-set-mark): New function.
1050 (nnir-request-update-info): Improve marks updating.
1051 (nnir-request-scan): Don't duplicate marks updating.
1052 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1053 Use 'assq rather than 'assoc. Quote anonymous function.
1054 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1055 Use 'gnus-group-prefixed-p.
1056 (gnus-summary-create-nnir-group): Make sure server for method is open.
1057
1058 2013-04-04 Andrew Cohen <cohen@bu.edu>
1059
1060 * nnir.el (gnus-nnir-group-p): New function.
1061 (nnir-possibly-change-group): Use it.
1062
1063 * gnus-msg.el (gnus-setup-message): Use it.
1064
1065 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1066
1067 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1068 `initial-input' for the argument name.
1069 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1070
1071 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1072
1073 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1074 (used by MH-E).
1075
1076 2013-04-01 Andrew Cohen <cohen@bu.edu>
1077
1078 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1079 group.
1080
1081 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1082 fix compilation.
1083
1084 2013-03-31 Andrew Cohen <cohen@bu.edu>
1085
1086 * nnir.el (nnir-method-default-engines): And another typo.
1087
1088 2013-03-30 Andrew Cohen <cohen@bu.edu>
1089
1090 * nnir.el (nnir-method-default-engines): Fix typo.
1091
1092 2013-03-29 Andrew Cohen <cohen@bu.edu>
1093
1094 * nnir.el: Define 'number-sequence for xemacs.
1095 (gnus-summary-create-nnir-group): New function to create an nnir group
1096 from an nnir summary buffer based on the current query.
1097 (nnir-request-create-group): Update to allow nnir group creation based
1098 on the current query.
1099
1100 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1101
1102 * nndraft.el (nndraft-request-expire-articles):
1103 Make expiry target always `delete'.
1104
1105 2013-03-27 Andrew Cohen <cohen@bu.edu>
1106
1107 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1108 buffer use the posting-style and gcc of the original article group.
1109 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1110
1111 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1112 after other deffoos.
1113
1114 2013-03-26 Andrew Cohen <cohen@bu.edu>
1115
1116 * nnir.el: Major rewrite. Cleaner separation between searches and group
1117 management. Marks are now shown in nnir summary buffers.
1118 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1119 (gnus-summary-make-nnir-group): New function for initiating searches
1120 from a summary buffer.
1121
1122 2013-03-18 Sam Steingold <sds@gnu.org>
1123
1124 * message.el (message-bury): Minor cleanup.
1125
1126 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1127
1128 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1129 nnml-request-list. (Bug#13873)
1130 (nndir-request-newsgroups): Remove, unused.
1131
1132 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1133
1134 2013-03-03 Ted Phelps <phelps@gnusto.com>
1135
1136 * shr.el: Make all the overlays set the `evaporate' property so that
1137 they're removed properly.
1138
1139 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1140
1141 * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
1142 shell-quote-argument.
1143
1144 2013-02-22 David Engster <deng@randomsample.de>
1145
1146 * gnus-registry.el (gnus-registry-save): Provide class name when
1147 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1148 Use `condition-case' to stay compatible with older EIEIO versions which
1149 only accept one argument.
1150
1151 2013-02-17 Daiki Ueno <ueno@gnu.org>
1152
1153 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1154 (epg-user-id-validity): Autoload.
1155 (mml2015-epg-check-user-id): New function.
1156 (mml2015-epg-check-sub-key): New function split from
1157 mml2015-epg-find-usable-key.
1158 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1159 optional name-is-key-id, to handle the case when user-id is unusable.
1160 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1161
1162 2013-02-17 Glenn Morris <rgm@gnu.org>
1163
1164 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1165
1166 2013-02-16 Glenn Morris <rgm@gnu.org>
1167
1168 * shr.el (shr-put-image): Only animate images that specify a delay.
1169 This is consistent with the old image-animated-p behavior.
1170
1171 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1172
1173 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1174 for XEmacs.
1175
1176 2013-02-13 Juri Linkov <juri@jurta.org>
1177
1178 * gnus-art.el (gnus-article-mode-map):
1179 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1180 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1181
1182 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1183
1184 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1185 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1186
1187 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1188
1189 * auth-source.el (auth-source-format-prompt): Don't get confused by
1190 any "\" in replacement text. (Bug#13637)
1191
1192 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1193
1194 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1195 (gnus-backend-trace): Honor gnus-backend-trace.
1196
1197 * mml.el (mml-insert-part): Insert closing tag.
1198
1199 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1200
1201 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1202
1203 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1204 able to find the article, which can happen in debbugs groups,
1205 apparently.
1206
1207 2013-01-16 Glenn Morris <rgm@gnu.org>
1208
1209 * smiley.el (smiley-style): Make the file loadable in batch mode.
1210
1211 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1214 imap process running.
1215
1216 2013-01-14 Julien Danjou <julien@danjou.info>
1217
1218 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1219 Compare addresses against addresses, not against the full From field.
1220
1221 2013-01-13 Richard Stallman <rms@gnu.org>
1222
1223 * message.el (message-forward-make-body-mime): New args BEG, END
1224 specify what part of FORWARD-BUFFER to use. Do the work directly
1225 instead of calling `mml-insert-buffer'.
1226
1227 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1228
1229 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1230 cross-reference(s).
1231
1232 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1233 cross-reference(s).
1234
1235 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1236
1237 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1238 and point-max-marker.
1239 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1240
1241 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1242
1243 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1244 to mml2015-encrypt-to-self.
1245 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1246
1247 2013-01-09 Daiki Ueno <ueno@gnu.org>
1248
1249 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1250 mml-smime-epg-find-usable-secret-key.
1251
1252 2013-01-08 Glenn Morris <rgm@gnu.org>
1253
1254 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1255
1256 2013-01-07 Daiki Ueno <ueno@gnu.org>
1257
1258 * mml-smime.el: Support signing by sender.
1259 Requested by Uwe Brauer.
1260 (mml-smime-sign-with-sender): New user option analogous
1261 to mml2015-sign-with-sender.
1262 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1263 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1264 mml2015.el.
1265
1266 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1267
1268 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1269 isn't running, because Gnus will probably not know how to handle the
1270 Gcc header (bug#11941).
1271
1272 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1273 articles.
1274
1275 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1276
1277 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1278 (nnfolder-generate-active-file): Make this function work with recursive
1279 folder names.
1280
1281 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1282
1283 * nntp.el (nntp-open-connection): Use HELP as the capability command
1284 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1285 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1286
1287 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1288
1289 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1290 place holder since this gives `Invalid face reference: nil' messages.
1291 Use the `default' face instead. It has the same effect here, even
1292 though it is not no-op.
1293
1294 * gnus-util.el
1295 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1296
1297 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1298
1299 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1300 non-string posting styles (bug#13285).
1301
1302 2012-12-27 Glenn Morris <rgm@gnu.org>
1303
1304 * plstore.el (plstore-passphrase-callback-function):
1305 Use plstore-get-file.
1306
1307 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1308
1309 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1310 stderr.
1311
1312 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1313 group is nil.
1314
1315 * shr.el (shr-tag-em): Render as italic, not bold.
1316
1317 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1318
1319 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1320
1321 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1322
1323 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1324 temporary file to get PGP key image. Pass no-show-photos when
1325 extracting image to avoid having it pop up twice.
1326
1327 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1328
1329 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1330 eligible for treatment.
1331
1332 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1333 lines. This makes summary commands with hidden threads work more
1334 reliably.
1335
1336 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1337 button to mark the hidden citations (bug#9395).
1338
1339 2012-12-26 Daiki Ueno <ueno@gnu.org>
1340
1341 * mml2015.el (mml2015-epg-signature-to-string): New function.
1342 (mml2015-epg-verify-result-to-string): New function.
1343 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1344 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1345 instead of epg-verify-result-to-string.
1346 (epg-signature-key-id, epg-signature-to-string): Autoload.
1347 (epg-verify-result-to-string): Remove autoload.
1348
1349 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1350
1351 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1352 ID image from GPG public key.
1353 (mml2015-epg-key-image-to-string): New function.
1354
1355 2012-12-25 Leo Liu <sdl.web@gmail.com>
1356
1357 * plstore.el (plstore-passphrase-callback-function): Fix error when
1358 error when plstore-cache-passphrase-for-symmetric-encryption is set
1359 (bug#13264).
1360
1361 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1362
1363 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1364 buffer to the article buffer here, because that clobbers multiple
1365 article buffers.
1366
1367 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1368 buffer always points to the right summary buffer.
1369
1370 2012-12-25 John Wiegley <jwiegley@gmail.com>
1371
1372 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1373 the password (bug#12097).
1374
1375 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1376
1377 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1378 (bug#13263).
1379
1380 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1381 buffer exists before using it (bug#12475).
1382
1383 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1384 offline groups (bug#11937).
1385
1386 * message.el (message-yank-original): When using customize to set the
1387 value of `message-cite-style', the variable it set to a symbol that's
1388 the name of the variable, which must then be dereferenced (bug#12616).
1389
1390 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1391
1392 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1393 the `face' property with a list whose car is the face specified in the
1394 format string and whose cdr is (nil).
1395 * lisp/gnus-util.el
1396 (gnus-put-text-property-excluding-characters-with-faces):
1397 Change accordingly.
1398 (gnus-get-text-property-excluding-characters-with-faces): New function.
1399 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1400 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1401 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1402
1403 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1404
1405 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1406 login methods.
1407 (nnimap-login): Respect the `nnimap-authenticator' variable.
1408
1409 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1410 mark state when moving articles. Otherwise unticked articles will get
1411 their ticks back after moving.
1412
1413 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1414
1415 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1416
1417 * message.el (message-ignored-news-headers): Always remove
1418 X-Message-SMTP-Method to avoid information leakage if the user
1419 mistakenly inserts the header into news messages.
1420
1421 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1422
1423 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1424 right than four characters, this command would move point to
1425 `point-max'. Don't do that.
1426
1427 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1428 to nil to allow re-selecting groups that gain articles.
1429 (gnus-bug-group-download-format-alist): Update the URL.
1430
1431 2012-12-23 Andreas Schwab <schwab@suse.de>
1432
1433 * shr.el (shr-tag-em): Render em as italic, not bold.
1434
1435 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1436
1437 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1438 for reuse.
1439 (gnus-open-server): Use it to add more tracing.
1440 (gnus-finish-retrieve-group-infos): Add backend tracing.
1441 (gnus-backend-trace): Also note the elapsed seconds.
1442
1443 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1444
1445 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1446 Set epa-file-encrypt-to from variable to avoid querying.
1447
1448 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1449
1450 * sieve-mode.el (sieve-font-lock-keywords):
1451 Keywords should be word delimited. (Bug#13173)
1452
1453 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1454
1455 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1456 instead of <pre> to align message header.
1457
1458 2012-12-12 Sam Steingold <sds@gnu.org>
1459
1460 * gnus.el (gnus-other-frame-resume-function): Add user option.
1461 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1462
1463 2012-12-06 Sam Steingold <sds@gnu.org>
1464
1465 * gnus-start.el (gnus-before-resume-hook): Add.
1466 (gnus-1): Run it when Gnus is alive.
1467
1468 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1469
1470 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1471 * gnus-art.el (article-unsplit-urls)
1472 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1473 * gnus-registry.el (gnus-registry-get-article-marks)
1474 * message.el (message-goto-body): Use it.
1475 (message-called-interactively-p): Remove.
1476
1477 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1478 (spam-stat-score-buffer): Use it.
1479
1480 * spam.el: Silence the warnings against BBDB functions when compiling.
1481
1482 * gnus-score.el (gnus-score-decode-text-parts):
1483 Use append+mapcar instead of the cl function mapcan.
1484
1485 * gmm-utils.el (gmm-flet): Remove.
1486
1487 * gnus-sync.el (gnus-sync-lesync-call):
1488 Avoid overriding json-alist-p.
1489
1490 * message.el (message-read-from-minibuffer):
1491 Avoid overriding mail-abbrev-in-expansion-header-p.
1492
1493 2012-12-05 Sam Steingold <sds@gnu.org>
1494
1495 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1496 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1497 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1498
1499 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1500
1501 * gmm-utils.el (gmm-called-interactively-p): Revert.
1502 This seems to cause Emacs to get stuck!
1503 * gnus-art.el (article-unsplit-urls)
1504 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1505 * gnus-registry.el (gnus-registry-get-article-marks)
1506 * message.el (message-goto-body)
1507 (message-called-interactively-p): Revert.
1508
1509 * gmm-utils.el (gmm-called-interactively-p): New function.
1510 * gnus-art.el (article-unsplit-urls)
1511 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1512 * gnus-registry.el (gnus-registry-get-article-marks)
1513 * message.el (message-goto-body): Use it.
1514 (message-called-interactively-p): Remove.
1515
1516 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1517 * gnus-sync.el (gnus-sync-lesync-call)
1518 * message.el (message-read-from-minibuffer): Use it.
1519
1520 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1521
1522 * gmm-utils.el (gmm-flet): Remove.
1523 * gnus-sync.el (gnus-sync-lesync-call)
1524 * message.el (message-read-from-minibuffer): Don't use it.
1525
1526 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1527
1528 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1529
1530 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1531
1532 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1533
1534 * gnus-sync.el (gnus-sync-lesync-call)
1535 * message.el (message-read-from-minibuffer): Use gmm-flet.
1536
1537 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1538
1539 * gnus-util.el (gnus-macroexpand-all): Remove.
1540
1541 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1542
1543 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1544 to TAB, not [tab].
1545 (gnus-summary-article-map): Likewise.
1546
1547 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1548 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1549
1550 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1551
1552 * message.el (message-get-reply-headers):
1553 Make sure the reply goes to the author if it is a wide reply.
1554
1555 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1556
1557 * gnus-score.el (gnus-score-body):
1558 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1559 scoring by body.
1560
1561 2012-11-16 Glenn Morris <rgm@gnu.org>
1562
1563 * gnus-diary.el (nndiary-request-create-group-functions)
1564 (nndiary-request-update-info-functions)
1565 (gnus-subscribe-newsgroup-functions)
1566 (nndiary-request-accept-article-functions):
1567 Use new names for hooks rather than obsolete aliases.
1568
1569 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1570
1571 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1572 in meta tag with the one the part specifies in its header.
1573
1574 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1575
1576 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1577 by default.
1578
1579 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1580
1581 New UIDL implementation.
1582
1583 * mail-source.el (mail-sources, mail-source-keyword-map):
1584 Add :leave as a pop3 keyword.
1585 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1586
1587 * pop3.el (pop3-leave-mail-on-server): Allow number.
1588 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1589 (pop3-movemail): Add UIDL support.
1590 (pop3-send-streaming-command): Take a list of mail numbers instead of
1591 the number of mails.
1592 (pop3-write-to-file): Add X-UIDL header.
1593 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1594 (pop3-uidl-add-xheader): New functions.
1595
1596 * message.el (message-ignored-resent-headers):
1597 Add X-Content-Length and X-UIDL headers.
1598
1599 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * nndiary.el (nndiary-request-create-group-functions)
1602 (nndiary-request-update-info-functions)
1603 (nndiary-request-accept-article-functions):
1604 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1605 "-hooks" suffix.
1606
1607 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1608
1609 * starttls.el (starttls-extra-arguments): Doc fix.
1610
1611 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1612
1613 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1614 it.
1615
1616 2012-10-06 Glenn Morris <rgm@gnu.org>
1617
1618 * gnus-notifications.el (gnus-notifications):
1619 Add missing group :version tag.
1620 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1621 (gnus-gcc-post-body-encode-hook):
1622 * gnus-sync.el (gnus-sync-lesync-name)
1623 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1624
1625 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1626
1627 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1628 a user about whether to delete temp files if once a user answered as n.
1629
1630 2012-09-17 Richard Stallman <rms@gnu.org>
1631
1632 * message.el (message-in-body-p): Don't set mark or modify buffer.
1633
1634 * mml.el (mml-attach-file): Doc fix.
1635 (mml-attach-external, mml-attach-buffer, mml-attach-file):
1636 Set mail-encode-mml when in Mail mode.
1637 Simplify code to set HEAD and move back to HEAD.
1638 (mml-insert-multipart, mml-insert-part):
1639 Set mail-encode-mml when in Mail mode.
1640
1641 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1642
1643 * gnus-util.el (gnus-timer--function): New function.
1644
1645 * gnus-art.el (gnus-article-stop-animations): Use it.
1646
1647 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1648
1649 Fix glitches caused by addition of psec to timers.
1650 * gnus-art.el (gnus-article-stop-animations): Use timer--function
1651 rather than raw access to timer vector.
1652
1653 2012-09-11 Julien Danjou <julien@danjou.info>
1654
1655 * gnus-notifications.el (gnus-notifications): Check for nil values in
1656 ignored addresses check.
1657
1658 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1661
1662 2012-09-07 Chong Yidong <cyd@gnu.org>
1663
1664 * gnus-util.el
1665 (gnus-put-text-property-excluding-characters-with-faces): Restore.
1666
1667 * gnus-salt.el (gnus-tree-highlight-node):
1668 * gnus-sum.el (gnus-summary-highlight-line):
1669 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1670
1671 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1672
1673 * gnus-util.el: Fix compilation error on XEmacs 21.4.
1674
1675 2012-09-06 Juri Linkov <juri@jurta.org>
1676
1677 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1678 scheme for buffer names to be more consistent with other group and
1679 article buffer names in Gnus.
1680
1681 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1682
1683 * gnus-util.el
1684 (gnus-put-text-property-excluding-characters-with-faces): Remove.
1685
1686 * gnus-compat.el: Define compat function `add-face' from Wolfgang
1687 Jenkner.
1688
1689 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1690
1691 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1692
1693 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1694
1695 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1696
1697 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1698 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1699
1700 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1701 string-prefix-p in Emacs >=23.2.
1702
1703 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1704 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1705 instead of string-match-p.
1706 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1707
1708 2012-09-06 Kenichi Handa <handa@gnu.org>
1709
1710 * qp.el (quoted-printable-decode-region): Fix previous change; handle
1711 lowercase a..f.
1712
1713 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1714
1715 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1716
1717 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
1718
1719 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1720 TIME is set.
1721
1722 2012-09-05 Juri Linkov <juri@jurta.org>
1723
1724 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1725 than one group at a time (bug#11961).
1726
1727 2012-09-05 Julien Danjou <julien@danjou.info>
1728
1729 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1730 this hide the real reason with a message giving absolutely no hint.
1731
1732 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
1733
1734 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1735 to the backend (bug#11804).
1736
1737 * message.el (message-insert-newsgroups): Don't insert newsgroup
1738 duplicates (bug#12275).
1739
1740 2012-09-05 John Wiegley <johnw@newartisans.com>
1741
1742 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1743 sieve rules.
1744
1745 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
1746
1747 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1748 function.
1749
1750 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1751
1752 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1753
1754 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1755
1756 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1757 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1758 This should make nnmaildir more usable with offlineimap.
1759
1760 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
1761
1762 * gnus-notifications.el (gnus-notifications-notify): Use it.
1763
1764 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1765 warnings on XEmacs.
1766
1767 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1768
1769 Better seeds for (random).
1770 * gnus-sync.el (gnus-sync-lesync-setup):
1771 * message.el (message-canlock-generate, message-unique-id):
1772 Change (random t) to (random), now that the latter is more random.
1773
1774 2012-08-31 Dave Abrahams <dave@boostpro.com>
1775
1776 * auth-source.el (auth-sources): Fix macos keychain access.
1777
1778 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1779 allow the backend `request-head' function to determine the group
1780 name on its own.
1781 (gnus-request-expire-articles): Filter out negative article numbers
1782 during expiry (Bug#11980).
1783
1784 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1785 O(N^2) to O(N). This makes warping into huge groups tolerable.
1786
1787 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1788 you've found the article when you haven't.
1789
1790 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1793
1794 2012-08-30 Julien Danjou <julien@danjou.info>
1795
1796 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1797 `gnus-notifications-timeout'.
1798 (gnus-notifications-timeout): Add.
1799 (gnus-notifications-action): New function.
1800 (gnus-notifications-notify): Add :action using
1801 `gnus-notifications-action'.
1802 (gnus-notifications-id-to-msg): New variable.
1803 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1804 notifications id to messages.
1805
1806 2012-08-30 Kenichi Handa <handa@gnu.org>
1807
1808 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1809 once.
1810
1811 2012-08-29 Julien Danjou <julien@danjou.info>
1812
1813 * gnus-notifications.el: New file.
1814 (gnus-notifications-notify): New function.
1815 (gnus-notifications): Use `gnus-notifications-notify'.
1816
1817 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1818
1819 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1820 transfer encoding first; bind gnus-newsgroup-charset to the charset
1821 that the article specifies (Bug#12209).
1822
1823 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1824
1825 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1826 (gnus-group-customize-done): Encode values posting-style holds.
1827
1828 * gnus-msg.el (gnus-summary-resend-message)
1829 (gnus-configure-posting-styles): Decode values posting-style group
1830 parameter holds.
1831
1832 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
1833
1834 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1835 `name' and `address' in Resent-From header.
1836
1837 2012-08-14 Chong Yidong <cyd@gnu.org>
1838
1839 * gnus-art.el (article-display-face): Handle failure in
1840 gnus-create-image (Bug#11802).
1841
1842 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1845 Use defsetf.
1846
1847 2012-08-10 Daiki Ueno <ueno@unixuser.org>
1848
1849 * auth-source.el (auth-source-plstore-search)
1850 (auth-source-secrets-search): Ignore :require and :type in search spec.
1851
1852 2012-08-06 Julien Danjou <julien@danjou.info>
1853
1854 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1855 Remove autoload, already handled by gnus.el.
1856
1857 2012-08-05 Julien Danjou <julien@danjou.info>
1858
1859 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1860 Add autoload.
1861
1862 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
1863
1864 * gnus.el (gnus-valid-select-methods): Fix custom type.
1865
1866 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
1867
1868 * auth-source.el (auth-sources, auth-source-backend-parse)
1869 (auth-source-macos-keychain-search)
1870 (auth-source-macos-keychain-search-items)
1871 (auth-source-macos-keychain-result-append)
1872 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1873 auth-source.el through the /usr/bin/security utility.
1874 (auth-sources): Fix syntax error.
1875 (auth-source-macos-keychain-result-append): Fix variable name.
1876 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1877
1878 2012-07-27 Julien Danjou <julien@danjou.info>
1879
1880 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1881 Emacs < 24.1
1882
1883 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
1884
1885 * message.el (message-kill-address): Don't kill last newline.
1886 (message-skip-to-next-address): Don't move to the next header.
1887 (message-fill-field-address): Work properly.
1888
1889 2012-07-25 Julien Danjou <julien@danjou.info>
1890
1891 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1892
1893 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
1894
1895 * nnimap.el (nnimap-get-responses): Don't remove, still used.
1896
1897 2012-07-24 Julien Danjou <julien@danjou.info>
1898
1899 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1900
1901 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1902 (nntp-async-timer-handler): Remove, unused.
1903
1904 * nnimap.el (nnimap-get-responses): Remove, unused.
1905
1906 * nnheader.el (mail-header-set-extra): Remove, unused.
1907
1908 * mm-view.el (mm-view-sound-file): Remove, unused.
1909
1910 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1911 (mm-url-encode-multipart-form-data): Remove, unused.
1912
1913 * message.el (message-remove-signature, message-make-host-name)
1914 (message-fill-address): Remove, unused.
1915
1916 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1917 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1918 unused.
1919
1920 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1921
1922 * gnus-util.el (gnus-extract-address-component-name)
1923 (gnus-extract-address-component-email, gnus-sortable-date)
1924 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1925 (gnus-process-live-p): Remove, unused.
1926
1927 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1928
1929 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1930 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1931 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1932 function.
1933
1934 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1935
1936 * gnus-score.el (gnus-summary-score-crossposting)
1937 (gnus-score-regexp-bad-p): Remove, unused.
1938
1939 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1940
1941 * gnus-range.el (gnus-sublist-p): Remove, unused.
1942
1943 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1944 unused.
1945
1946 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1947
1948 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1949 (gnus-request-associate-buffer): Remove, unused.
1950
1951 * gnus-group.el (gnus-group-set-method-info)
1952 (gnus-group-set-params-info): Remove, unused.
1953
1954 * gnus-fun.el (gnus-shell-command-to-string)
1955 (gnus-shell-command-on-region): Remove, unused.
1956
1957 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1958
1959 * gnus-art.el (gnus-article-text-type-exists-p)
1960 (article-translate-characters, gnus-article-hide-text-of-type)
1961 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1962 Remove, unused.
1963
1964 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1965
1966 * nnir.el ("nnir"): Revert last change, that's premature to merge from
1967 Gnus master.
1968
1969 2012-07-22 Andrew Cohen <cohen@bu.edu>
1970
1971 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1972
1973 2012-07-21 Julien Danjou <julien@danjou.info>
1974
1975 * message.el (message-dont-reply-to-names): Replace deprecated
1976 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1977 (message-get-reply-headers): Ditto.
1978
1979 2012-07-18 Julien Danjou <julien@danjou.info>
1980
1981 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1982 `sieve-upload-and-kill'.
1983
1984 * sieve.el (sieve-bury-buffer): Remove function.
1985 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1986 (sieve-upload-and-kill): New function, mapped to C-c C-c.
1987
1988 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1989
1990 * shr.el (shr-expand-url): Handle URL starting with `//'.
1991
1992 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1993 2012-07-13 Chong Yidong <cyd@gnu.org>
1994
1995 * smime.el (smime-certificate-info): Set buffer-read-only directly,
1996 instead of calling toggle-read-only with a (bogus) argument.
1997
1998 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
1999
2000 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2001 of initial input when reading the author to restrict the summary to.
2002
2003 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2004
2005 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2006 buffer exists, which it doesn't if we haven't started Gnus.
2007
2008 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2009
2010 * mm-decode.el (mm-shr):
2011 Allow overriding charset by mm-charset-override-alist.
2012
2013 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2014
2015 * gnus-art.el (gnus-article-view-part):
2016 Toggle subparts of multipart/alternative part.
2017
2018 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2019
2020 * gnus-sync.el: Simply require json.
2021
2022 * registry.el: Simply require eieio and eieio-base.
2023
2024 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2025
2026 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2027
2028 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * shr.el (shr-render-buffer): New command.
2031 (shr-visit-file): Use it.
2032
2033 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2034
2035 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2036 Set no-byte-compile and no-update-autoloads.
2037
2038 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2039
2040 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2041
2042 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2043
2044 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2045 being bound to a lambda form.
2046
2047 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2048
2049 * gnus-picon.el (gnus-picon-properties): New defcustom.
2050 (gnus-picon-create-glyph): Use it.
2051
2052 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2053
2054 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2055 locales.
2056
2057 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2058 on a handle.
2059
2060 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2061 address as the default.
2062
2063 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2064 It makes no sense to query the user about internal files.
2065
2066 * gnus-spec.el: Remove all the byte-compilation stuff, since
2067 benchmarking shows that it doesn't help when entering large summary
2068 buffers.
2069
2070 * gnus-util.el (gnus-byte-code): Remove.
2071
2072 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2073 grouplens stuff.
2074
2075 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2076
2077 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2078 (bug#11514).
2079
2080 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2081
2082 * message.el (message-buffers): Return all buffers derived from Message
2083 to make `gnus-dired-attach' work with mu4e.
2084
2085 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2086
2087 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2088 (mm-dissect-singlepart): Don't guess the MIME type of
2089 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2090 set.
2091 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2092 toplevel MIME type is multipart/encrypted.
2093
2094 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2095
2096 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2097 In particular, add an optional argument and a docstring.
2098
2099 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2100
2101 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2102 current before calling `gnus-groups-to-gnus-format'.
2103 Note that this was already the case for `gnus-active-to-gnus-format'.
2104
2105 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2106
2107 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2108
2109 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2110
2111 * mm-decode.el (mm-dissect-buffer): Doc fix.
2112
2113 * gnus-sum.el (gnus-handle-ephemeral-exit):
2114 Avoid creating the group buffer if it doesn't exist.
2115
2116 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2117 is given, mark the group as ephemeral with the current window conf.
2118
2119 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2120 buffer exists, which it doesn't if we haven't started Gnus.
2121 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2122
2123 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2124
2125 * mml.el (mml-generate-mime):
2126 Allow specifying what the top-level part type is.
2127
2128 * gnus-sum.el (gnus-auto-center-summary):
2129 `scroll-margin' isn't defined on XEmacs.
2130
2131 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2132
2133 * gnus-sum.el (gnus-auto-center-summary):
2134 Set default to respect `scroll-margin'.
2135
2136 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2137
2138 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2139 citation prefix within a block of cited text should be considered
2140 part of that block *only* if it is a blank line.
2141
2142 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2143
2144 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2145 before kinsoku-bol characters nor within kinsoku-eol characters.
2146
2147 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2148
2149 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2150 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2151 Silence compiler.
2152 (gnus-sync-read): Use mapc instead of mapcar.
2153
2154 * mm-archive.el: Require mm-decode for some macros.
2155 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2156 Silence the byte compiler.
2157 (mm-archive-decoders): New function that returns the value of
2158 the mm-archive-decoders variable.
2159
2160 * mm-decode.el:
2161 Don't require mm-archive; autoload mm-archive functions instead.
2162 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2163
2164 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2165
2166 2012-06-26 Peter Münster <pmrb@free.fr>
2167
2168 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2169 (gnus-demon-cancel): Ditto.
2170 (gnus-demon-run-callback): When function cannot be called due to low
2171 idleness, call it when idleness reaches the expected value, instead
2172 of waiting another timer period.
2173 (gnus-demon-init): Add `time' to arguments of call-back.
2174
2175 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2176
2177 * gnus.el: Register gnus-registry functions.
2178
2179 * gnus-registry.el (gnus-try-warping-via-registry):
2180 Move here and indent.
2181
2182 * gnus-int.el (gnus-warp-to-article):
2183 Check whether the registry is enabled before warping.
2184
2185 2012-06-26 Dave Abrahams <dave@boostpro.com>
2186
2187 * gnus-sum.el (gnus-summary-insert-subject): Record information
2188 in the registry about each article retrieved.
2189
2190 * gnus-int.el (gnus-select-group-with-message-id): New function.
2191 (gnus-try-warping-via-registry): Ditto.
2192 (gnus-warp-to-article): Fall back on the registry.
2193
2194 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2195
2196 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2197
2198 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2199
2200 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2201 gnus-gcc-self-resent-messages may be a group parameter.
2202 (gnus-summary-resend-message):
2203 Don't encode encoded words in header when Gcc'ing resent message.
2204
2205 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2206
2207 * shr.el (shr-insert): Treat non-breaking space just like normal
2208 space. This seems to produce more pleasing results.
2209 (shr-insert):
2210 Only insert a blank line if we're starting from an image.
2211 (shr-tag-br):
2212 Allow <br> to end lines or to make a single blank line.
2213 (shr-ensure-paragraph): Consider lines with white space to be blank.
2214
2215 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2216
2217 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2218 and gnus-gcc-post-body-encode-hook.
2219
2220 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2221
2222 * mm-decode.el (mm-dissect-singlepart):
2223 Guess what the type of application/octet-stream parts really is.
2224
2225 * gnus-sum.el (gnus-propagate-marks): Remove.
2226
2227 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2228
2229 * nntp.el (nntp-coding-system-for-read): Remove.
2230 (nntp-coding-system-for-write): Ditto.
2231 (nntp-open-connection): Just use `binary' directly.
2232
2233 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2234
2235 * registry.el (registry-usage-test, registry-persistence-test):
2236 Move to tests/gnustest-registry.el.
2237 (registry-make-testable-db, registry-match-test)
2238 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2239
2240 * gnus-registry.el (gnus-registry-misc-test)
2241 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2242
2243 * tests/gnustest-registry.el:
2244 New file with the registry and gnus-registry ERT tests.
2245
2246 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2247
2248 * gnus-msg.el (gnus-summary-resend-message):
2249 Make gnus-summary-resend-message-insert-gcc be last item in
2250 message-header-setup-hook.
2251
2252 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2253
2254 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2255 (nnfolder-marks, nnfolder-marks-file-suffix)
2256 (nnfolder-marks-modtime): Remove.
2257 (nnfolder-open-server): Don't use marks.
2258 (nnfolder-request-delete-group): Ditto.
2259 (nnfolder-request-rename-group): Ditto.
2260 (nnfolder-request-set-mark, nnfolder-request-marks)
2261 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2262 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2263
2264 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2265 (nnml-marks-modtime): Remove.
2266 (nnml-request-delete-group): Don't use marks.
2267 (nnml-request-rename-group): Ditto.
2268 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2269 (nnml-save-marks, nnml-open-marks): Remove.
2270
2271 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2272 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2273 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2274 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2275 (nntp-server-to-method-cache): Remove.
2276
2277 * shr.el (shr-rescale-image): Fix wrong merge.
2278
2279 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2280
2281 * shr.el (shr-remove-trailing-whitespace):
2282 Really delete the padding on too-wide lines.
2283
2284 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2285
2286 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2287 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2288
2289 * mm-decode.el (mm-display-external): Output the text from
2290 the command in the buffer after the command finished.
2291 This makes text-based commands behave better.
2292
2293 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2294
2295 * message.el (smtpmail-smtp-user): Silence compiler warning.
2296
2297 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2298
2299 * message.el (message-multi-smtp-send-mail): Also allow specifying
2300 the SMTP user name.
2301
2302 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2303
2304 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2305
2306 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2307
2308 * message.el (message-multi-smtp-send-mail): New function.
2309 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2310 header to implement multi-SMTP functionality.
2311
2312 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2313 (gnus-agentize): Don't set it.
2314 (gnus-agent-send-mail): Don't use it.
2315
2316 * gnus-sum.el (gnus-summary-widget-backward):
2317 New function and keystroke.
2318
2319 * shr.el (shr-put-image): Remove underlines from sliced images.
2320 (shr-zoom-image): Compute the region to be replaced more correctly.
2321
2322 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2323
2324 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2325 (gnus-summary-resend-message-insert-gcc): New function.
2326 (gnus-summary-resend-message): Modify message-header-setup-hook and
2327 message-sent-hook to make it work for Gcc.
2328 (gnus-inews-do-gcc): Update the number of unread articles of groups
2329 that messages are Gcc'd to.
2330
2331 * message.el (message-resend): Run message-sent-hook to do Gcc.
2332
2333 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2334
2335 * gnus-registry.el (gnus-registry-fixup-registry):
2336 Move the message to a higher level to silence compilation.
2337
2338 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2339 parameter to allow controlling the scaling.
2340
2341 * shr.el (shr-zoom-image): New command and keystroke.
2342 (shr-put-image): Take a `size' flag to say how to scale the image.
2343
2344 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2345 Use recursive deletion.
2346 (mm-dissect-archive): Add support for zip files.
2347
2348 * gnus-util.el (gnus-recursive-directory-files): New function.
2349
2350 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2351 (mm-archive-decoders): Add tgz support.
2352
2353 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2354 Otherwise inserting text into the Gnus buffer can look odd.
2355
2356 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2357
2358 * mm-archive.el (mm-archive-decoders): Add support for tar.
2359
2360 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2361
2362 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2363
2364 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2365
2366 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2367
2368 * mm-archive.el: New file.
2369
2370 * mm-decode.el (mm-dissect-singlepart):
2371 Use it to decode ms-tnef files.
2372
2373 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2374
2375 * message.el (message-goto-*): Make all the `message-goto-*' commands
2376 push the mark before moving point. This makes it easier to go back
2377 to where you came from after editing whatever you jumped to.
2378
2379 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2380
2381 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2382 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2383 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2384
2385 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2386
2387 * spam.el: Move BBDB autoloads.
2388 (spam-exists-in-BBDB-p):
2389 New function to do the BBDB search directly in BBDB 2 and 3.
2390 (spam-check-BBDB): Use it.
2391 (spam-enter-ham-BBDB): Use it.
2392
2393 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2394
2395 * gnus-group.el (gnus-group-get-new-news):
2396 New parameter `one-level' for scanning exactly one level.
2397
2398 * gnus-start.el (gnus-get-unread-articles): Ditto.
2399
2400 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2401
2402 * gnus-sync.el: More commentary about setup.
2403
2404 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2405
2406 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2407
2408 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2409
2410 * gnus-sync.el: Improve docs about CouchDB admins.
2411
2412 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2413
2414 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2415 not needed. Provide xmlplistread list function to produce XML plist
2416 output for non-Gnus LeSync clients.
2417
2418 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2419
2420 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2421 and save against it. Group subscriptions, read marks, other marks,
2422 subscription levels, topic names, and topic offsets (the group's
2423 position within the topic) are saved. This is an experimental
2424 backend and may change significantly. Load json.el from
2425 the gnus-fallback-lib if it's not available otherwise.
2426 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2427
2428 2012-06-26 David Engster <dengste@eml.cc>
2429
2430 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2431
2432 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2433
2434 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2435
2436 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2437
2438 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2439 is an integer to avoid later problems.
2440
2441 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2442
2443 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2444 locales.
2445
2446 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2447
2448 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2449 articles when fetch-old is non-nil (bug#11370).
2450
2451 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2452
2453 * gnus-group.el (gnus-group-get-new-news):
2454 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2455
2456 2012-06-10 Dave Abrahams <dave@boostpro.com>
2457
2458 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2459 groups (bug#11641).
2460
2461 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2462
2463 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2464 (bug#11514).
2465
2466 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * nntp.el: Stop the `letf' madness.
2469 (nntp--report-1): New var.
2470 (nntp-report): Merge nntp-report-1 into it.
2471 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2472 the nntp-report function.
2473
2474 * auth-source.el: Fix comment-style to follow the convention.
2475
2476 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2477
2478 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2479 a string so that Gcc works (bug#11514).
2480
2481 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2484 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2485
2486 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2489 jumping to *Server* from a dedicated *Group* window.
2490 (gnus-configure-frame): CSE.
2491
2492 * gnus-registry.el: Minor style cleanup.
2493 (gnus-registry--set/remove-mark): New function, extracted from
2494 gnus-registry-install-shortcuts.
2495 (gnus-registry-install-shortcuts): Use it.
2496
2497 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2498
2499 * nnspool.el (news-path): Use eval-and-compile.
2500
2501 2012-05-24 Glenn Morris <rgm@gnu.org>
2502
2503 * nnspool.el (news-directory, news-path, news-inews-program):
2504 Move here from paths.el. Don't see a need for these to be autoloaded.
2505
2506 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2507 Merge in doc from paths.el version. Don't see any need for this to be
2508 autoloaded, or for the warning about users not setting it.
2509
2510 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2511
2512 Fix minor Y10k bug.
2513 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2514
2515 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2518 message once it's actually open.
2519
2520 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * auth-source.el (auth-source--aput-1, auth-source--aput)
2523 (auth-source--aget): New functions and macros.
2524 Use them instead of aput/aget.
2525
2526 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2527
2528 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2529
2530 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2531
2532 * plstore.el (plstore-called-interactively-p): New compat macro copied
2533 from message.el.
2534 (plstore-mode): Use it.
2535
2536 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2537
2538 * plstore.el: Revive the editing feature.
2539 (plstore-mode): New mode to edit plstore file.
2540 (plstore-mode-toggle-display, plstore-mode-original)
2541 (plstore-mode-decoded): New command.
2542 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2543 (plstore--insert-buffer, plstore--make): New function.
2544 (plstore-open, plstore-save): Simplify by using them.
2545
2546 2012-04-16 Glenn Morris <rgm@gnu.org>
2547
2548 * nndraft.el (nndraft-request-list): Fix declaration.
2549
2550 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2551
2552 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2553 don't have a current group.
2554
2555 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2556 have a group name.
2557
2558 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2559 a multibyte buffer (bug#7410).
2560 (article-wash-html): Parse the original article buffer to get the
2561 unencoded data (bug#7410).
2562
2563 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2564 .newsrc.el files.
2565
2566 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2567
2568 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2569 would have gotten if we posted to the group, and use that to compare
2570 against the message we want to cancel (bug#10808).
2571
2572 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2573
2574 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2575 "#" to avoid having them interpreted as comments.
2576
2577 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2578
2579 * shr.el (shr-insert): Update the text state properly to avoid
2580 inserting spurious paragraph starts.
2581
2582 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2583
2584 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2585 requested (bug#10961).
2586
2587 * shr.el (shr-table-widths): Divide the extra width more fairly over
2588 the TDs (bug#10973).
2589 (shr-render-td): Don't delete too much padding.
2590 (shr-natural-width): Compute the natural width more correctly.
2591 (shr-insert): Allow the natural width to be computed for tables again.
2592 (shr-tag-table-1): Rework how the natural widths are computed by
2593 rendering the table a third time.
2594 (shr-natural-width): Remove.
2595 (shr-buffer-width): New function.
2596 (shr-expand-newlines): Use it.
2597
2598 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
2599 using a `gnus-use-full-window' setup (bug#11013).
2600
2601 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2602
2603 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2604 24.1 release.
2605
2606 2012-03-10 David Edmondson <dme@dme.org>
2607
2608 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2609 'Forwarded Message' header and the start of the message.
2610
2611 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2612
2613 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2614 isn't running (bug#10897).
2615
2616 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2617
2618 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2619
2620 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2621
2622 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2623
2624 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2625
2626 * mm-decode.el (mm-shr): Remove "soft hyphens".
2627
2628 * nnimap.el (nnimap-request-list): Return the group names encoded as
2629 utf8. Otherwise non-European group names don't work.
2630 (nnimap-request-newgroups): Ditto.
2631
2632 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2633 the default in `read-string' (bug#10757).
2634
2635 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2636 topics (bug#10843).
2637
2638 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2639 buffer. Suggested by Herbert Valerio Riedel.
2640 (nnimap-request-move-article): Delete the message from the correct IMAP
2641 server.
2642
2643 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
2644
2645 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2646 Reported by Peter Münster.
2647
2648 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2649
2650 * shr.el (shr-image-fetched): Make sure we really kill the right
2651 buffer.
2652
2653 2012-02-16 Leo Liu <sdl.web@gmail.com>
2654
2655 * gnus-start.el (gnus-1): Avoid duplicate entries.
2656
2657 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
2658
2659 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2660 too-wide lines.
2661
2662 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
2663
2664 * shr.el (shr-rescale-image): Undo previous change; see
2665 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2666
2667 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2668
2669 * nnimap.el (nnimap-record-commands): New variable.
2670 (nnimap-log-command): Use it.
2671 (nnimap-make-process-buffer): Add a space to the process buffer.
2672 (nnimap-transform-headers): Don't bug out on header lines containing
2673 stuff that look like IMAP length encodings.
2674
2675 * shr.el (shr-rescale-image): Allow viewing large images.
2676
2677 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2678
2679 * nnml.el (nnml-request-compact-group): Delete the marks file after
2680 compaction (bug#10800).
2681
2682 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2683 group exit.
2684
2685 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2686 QRESYNC/FETCH output.
2687
2688 2012-02-11 Glenn Morris <rgm@gnu.org>
2689
2690 * sieve-manage.el (sieve-manage-default-stream):
2691 * shr.el (shr):
2692 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2693 (nnir-retrieve-headers-override-function)
2694 (nnir-imap-default-search-key, nnir-notmuch-program)
2695 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2696 (nnir-method-default-engines):
2697 * message.el (message-cite-reply-position):
2698 * gssapi.el (gssapi-program):
2699 * gravatar.el (gravatar):
2700 * gnus-sum.el (gnus-refer-thread-use-nnir):
2701 * gnus-registry.el (gnus-registry-unfollowed-addresses)
2702 (gnus-registry-max-pruned-entries):
2703 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2704 * gnus-int.el (gnus-after-set-mark-hook)
2705 (gnus-before-update-mark-hook):
2706 * gnus-async.el (gnus-async-post-fetch-function):
2707 * auth-source.el (auth-source-cache-expiry):
2708 Add missing :version tags to new defcustoms and defgroups.
2709
2710 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2711
2712 * message.el (message-default-send-mail-function): Made into own
2713 function for reuse by emacsbug.el.
2714
2715 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
2716
2717 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2718 `gnus-sloppily-equal-method-parameters' to avoid a warning.
2719
2720 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2721
2722 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2723 running.
2724
2725 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2726
2727 * gnus.el (gnus-server-extend-method): Don't add an -address component
2728 if the method already has one (bug#9676).
2729
2730 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2731
2732 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2733 of an initial-input for consistency (bug#10757).
2734
2735 * shr.el: Inhibit getting and sending cookies when fetching pictures.
2736
2737 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2738
2739 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2740
2741 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2742 lines that are narrower than the window width. Otherwise background
2743 "blocks" will look less readable.
2744
2745 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2746
2747 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2748
2749 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2750
2751 * nnimap.el (nnimap-transform-headers): Remove unused variable.
2752 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2753 have newlines within the strings, and where the UID comes after the
2754 BODYSTRUCTURE element (bug#10537).
2755
2756 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2757 (bug#10732).
2758
2759 * shr.el (shr-insert-document): Add doc string.
2760 (shr-visit-file): Ditto.
2761 (shr-remove-trailing-whitespace): New function.
2762 (shr-insert-document): Use it to clean up trailing whitespace as the
2763 final step (bug#10714).
2764
2765 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2766
2767 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2768 buffer if `gnus-kill-summary-on-exit' is nil.
2769
2770 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
2771
2772 * gnus-sum.el (gnus-summary-show-thread):
2773 next-single-char-property-change may return nil in XEmacs.
2774
2775 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2776
2777 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2778 when just reading a single group from "without" Gnus.
2779
2780 2012-02-06 Chong Yidong <cyd@gnu.org>
2781
2782 * gnus-sum.el (gnus-summary-show-thread):
2783 next-single-char-property-change never returns nil (Bug#8657).
2784
2785 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2786
2787 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2788 without reconnecting.
2789 (nnimap-possibly-change-group): Ditto.
2790 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2791 connection has died before being called.
2792
2793 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
2794
2795 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2796 an initial sync unless we're really doing one.
2797
2798 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2799 address parameter if one already exists (bug#9676).
2800
2801 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2802 not the prefix, as documented (bug#10689).
2803
2804 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2805
2806 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2807 the "server".
2808
2809 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2810 the real error message with the useless "previously known to be down".
2811 Which isn't even correct.
2812
2813 * nntp.el (nntp-open-connection): Report the error message if the nntp
2814 server can't be reached.
2815
2816 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2817 groups we do a total scan for.
2818 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2819 doing that.
2820
2821 2012-01-31 Jim Meyering <jim@meyering.net>
2822
2823 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2824 Correct a comment (insert "not") and hide nominally-doubled "to".
2825
2826 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2827
2828 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2829 section in the manual.
2830
2831 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2832
2833 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2834 words.
2835 (rfc2047-encode-string): Ditto.
2836 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
2837 understand folded filename="..." parameters, for instance.
2838
2839 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2840 the message for greater debuggability.
2841
2842 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2843
2844 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2845 instead of setting it locally, since the latter doesn't seem to have
2846 any effect (most of the time).
2847
2848 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
2849
2850 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2851 function call.
2852
2853 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
2854
2855 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2856 seconds, and make the repeat clause with HH:MM specs work as
2857 documented.
2858
2859 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2860
2861 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2862 so that previous errors don't prohibit getting new news.
2863
2864 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2865
2866 * nntp.el (nntp-retrieve-group-data-early): Ditto.
2867
2868 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2869
2870 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2871 bound globally in old Emacsen and XEmacsen.
2872
2873 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
2874
2875 * gnus.el (gnus-group-find-parameter): Check for liveness of the
2876 buffer, not of the string which is its name.
2877
2878 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2879
2880 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2881 non-server-marks groups.
2882 (gnus-group-make-articles-read): Ditto.
2883
2884 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2885 methods (bug#9676).
2886
2887 * gnus.el (gnus-method-ephemeral-p): New function.
2888
2889 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2890
2891 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2892 left-to-right.
2893
2894 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2895
2896 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2897 warning.
2898
2899 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2900
2901 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2902 macroexpand the nnir things, since they haven't been defined yet, and
2903 nnir requires gnus-sum.
2904
2905 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2906
2907 * mm-decode.el (mm-interactively-view-part): Fix prompt.
2908
2909 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
2910
2911 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2912 logical server name in addition to the actual machine address.
2913
2914 * auth-source.el (auth-source-user-and-password): Add convenience
2915 wrapper to search by just host and optionally user.
2916
2917 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2918
2919 * shr.el (shr-visit-file): Move point to the beginning of the buffer
2920 after rendering.
2921
2922 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2923
2924 * gnus-sum.el (gnus-summary-read-group): Document more parameters
2925 (bug#9693).
2926 (gnus-summary-setup-buffer): Document return value (bug#9697).
2927
2928 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2929 since ido doesn't work on symbols (bug#9632).
2930
2931 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2932 when getting a single value as when getting all the values. This means
2933 that atoms like `gcc-self' work cumulatively, like variable settings,
2934 instead of getting the value from the last matching clause.
2935 (gnus-group-find-parameter): Protect against the group buffer not
2936 existing (bug#9585).
2937
2938 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2939
2940 * gnus-start.el (gnus-activate-group): Document more parameters
2941 (bug#9694).
2942
2943 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2944 (bug#9692).
2945
2946 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2947 article was fetched, so that it can be expired later (bug#9958).
2948 (gnus-agent-summary-fetch-series): Add doc string.
2949 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2950 (bug#9517).
2951
2952 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2953 retrieval is happening.
2954
2955 * gnus.el (gnus-parameters): Doc fix.
2956
2957 2012-01-06 Dave Abrahams <dave@boostpro.com>
2958
2959 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2960 show the thread after expansion.
2961
2962 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2963
2964 * gnus-art.el (article-narrow-to-head): If the head is completely
2965 empty, narrow to the empty region (bug#9764).
2966
2967 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2968 read, and then mark them as unread only when the unread mark is used.
2969 This makes `C-- T k' actually work, even though it's confusing.
2970
2971 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2972 alive before we try to find its window.
2973
2974 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
2975
2976 * mm-decode.el (mm-display-external): Use a longer timeout for the
2977 deletion to allow slow programs to display the file.
2978
2979 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2980
2981 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2982 prompt to be less confusing.
2983
2984 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2985 argument to `message-reply'. This broke `special-display-*' frame
2986 pop-uping (bug#10238).
2987
2988 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2989
2990 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2991 systems, since these allegedly don't work there.
2992
2993 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
2994
2995 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2996 live buffer.
2997
2998 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2999
3000 * nnir.el (nnir-retrieve-headers): Protect against the article not
3001 existing on the server (bug#10335).
3002
3003 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3004
3005 * gnus-agent.el (gnus-agent-load-local):
3006 Recompute gnus-agent-article-local on changing method.
3007
3008 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3009
3010 * gnus.el (gnus-parameters): Note precedence.
3011
3012 2012-01-04 Leo Liu <sdl.web@gmail.com>
3013
3014 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3015 in the group buffer.
3016
3017 2012-01-04 Julien Danjou <julien@danjou.info>
3018
3019 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3020 change.
3021
3022 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3023
3024 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3025 too.
3026
3027 * nntp.el (nntp-retrieve-group-data-early): Use it.
3028
3029 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3030
3031 * nntp.el (nntp-retrieval-in-progress): New variable.
3032 (nntp-make-process-buffer): Make it buffer-local.
3033
3034 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3035 2010.
3036 (gnus-demon-init): Use it to compute the time if time is on the form
3037 "04:23".
3038
3039 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3040
3041 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3042 status in the correct buffer.
3043
3044 2012-01-03 Leo Liu <sdl.web@gmail.com>
3045
3046 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3047 when opening topics (bug#10407).
3048
3049 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3050
3051 * mm-view.el (mm-display-inline-fontify): Add comment.
3052
3053 2011-12-15 Juri Linkov <juri@jurta.org>
3054
3055 * mm-decode.el (mm-inline-media-tests): Add missing
3056 `mm-handle-media-subtype'.
3057
3058 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3059
3060 * message.el (message-valid-fqdn-regexp): Update with newly approved
3061 top-level domain names ".tel" and ".asia".
3062
3063 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3064
3065 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3066 unconditionally.
3067
3068 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3069
3070 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3071 pop-to-buffer-same-window for old Emacsen.
3072
3073 2011-12-04 Chong Yidong <cyd@gnu.org>
3074
3075 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3076 change (Bug#10200).
3077
3078 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3079
3080 * compface.el (uncompface):
3081 * gnus-art.el (gnus-article-x-face-command): Update the header format
3082 of icon data for the most recent icontopbm program.
3083
3084 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3085
3086 * gnus-msg.el (gnus-inews-do-gcc):
3087 * message.el (message-send-mail):
3088 * mml.el (mml-generate-mime): Share the value of the buffer-local
3089 `message-options' variable between a draft buffer and temprary working
3090 buffers.
3091
3092 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3095
3096 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3097
3098 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3099 for Cygwin.
3100
3101 2011-11-24 Glenn Morris <rgm@gnu.org>
3102
3103 * starttls.el: Fix case of "GnuTLS".
3104
3105 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3106
3107 * gnus-group.el (gnus-group-highlight): Fix typo.
3108
3109 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3110
3111 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3112 value of `delete-file', that returns nil for a local file but returns t
3113 for a remote file using ssh.
3114
3115 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3116
3117 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3118 avoid later breakage.
3119
3120 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3121
3122 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3123 article buffers' name.
3124
3125 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3126
3127 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3128 by Paul Eggert's spellfixes two days ago.
3129
3130 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3131
3132 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3133 buffer-local instead of binding them to avoid warnings. Also demote
3134 errors (bug#10063).
3135 (font-lock-mode-hook): Shut up byte compiler.
3136
3137 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3138
3139 * mm-util.el (mm-charset-after): Fix typo.
3140
3141 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * gnus-sum.el (gnus-summary-make-menu-bar):
3144 * gnus-uu.el (gnus-uu-decode-postscript)
3145 (gnus-uu-decode-postscript-and-save):
3146 * mailcap.el (mailcap-print-command):
3147 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3148 Fix typos.
3149
3150 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * gnus-art.el (gnus-article-part-wrapper):
3153 * shr-color.el (shr-color-visible-distance-min)
3154 (shr-color-relative-to-absolute, set-minimum-interval)
3155 (shr-color-visible): Fix typos.
3156
3157 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3158
3159 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3160 slightly clearer.
3161
3162 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3163
3164 * message.el (message-send-and-exit): Document `arg'.
3165
3166 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3169
3170 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3171
3172 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3173 we don't use `bound-and-true-p'.
3174
3175 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3176
3177 * gnus-util.el (gnus-bound-and-true-p): Remove.
3178 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3179 * nnir.el: Use it.
3180 * nnmairix.el: Use it.
3181
3182 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3183
3184 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3185 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3186 for reasons unknown.
3187 * nnir.el: Use it.
3188 * nnmairix.el: Use it.
3189
3190 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3191 * nnir.el: Ditto.
3192 * nnmairix.el: Ditto.
3193
3194 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3195
3196 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3197
3198 * message.el (message-completion-function): Make sure
3199 message-tab-body-function is not attempted if one of
3200 message-completion-alist fails to find a completion (bug#9158).
3201
3202 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3203
3204 * mml.el (mml-quote-region): Quote <#secure> tag.
3205 (mml-generate-mime-1): Unquote <#secure> tag.
3206
3207 2011-10-20 Chong Yidong <cyd@gnu.org>
3208
3209 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3210 calling a minor mode from Lisp with nil arg enables it, so we have to
3211 make the wording a bit ambiguous here).
3212
3213 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3214
3215 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3216 * nnir.el (nnir-mode): Use it.
3217 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3218 Use it.
3219
3220 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3221 * nnmairix.el (gnus-registry-enabled): Ditto.
3222
3223 2011-10-17 Dave Abrahams <dave@boostpro.com>
3224
3225 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3226 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3227 only while we need to find out if it should be t or nil.
3228 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3229 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3230 the registry is installed. Set it to nil when it's unloaded.
3231 (gnus-registry-install-p): Provide user guidance for the initial value
3232 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3233 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3234 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3235 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3236 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3237 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3238 `gnus-registry-install'.
3239
3240 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3241
3242 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3243 previous change.
3244 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3245 primary key is marked as disabled.
3246
3247 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3248
3249 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3250 primary key is marked as disabled.
3251
3252 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3253
3254 * html2text.el (html2text-clean-anchor): Check for quotes around
3255 `href' value.
3256
3257 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3258
3259 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3260 searching. Drop `bbdb-cache'.
3261
3262 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3263
3264 * message.el (message-signed-or-encrypted-p): Exclude header when
3265 checking if there is signed or encrypted body in text/plain message.
3266
3267 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3268
3269 * html2text.el (html2text-get-attr): Correctly handle attribute values
3270 containing "=".
3271
3272 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3273
3274 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3275 handle bindings.
3276
3277 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3278
3279 * gnus-win.el (gnus-configure-windows): Protect against reading
3280 ephemeral groups outside of Gnus.
3281
3282 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3283
3284 * shr.el (shr-tag-img): Don't get images displayed in tables.
3285
3286 2011-10-03 Glenn Morris <rgm@gnu.org>
3287
3288 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3289 the "maintainer" version of debbugs.gnu.org reports.
3290
3291 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3292
3293 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3294 make asynchronous adjacent image insertion work better.
3295
3296 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3297
3298 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3299 Clarify documentation.
3300
3301 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3302
3303 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3304 `gnus-asynchronous' isn't shadowed.
3305
3306 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3307
3308 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3309 (nnimap-insert-partial-structure): The charset parameter isn't
3310 case-sensitive.
3311
3312 * nnheader.el (nnheader-message-maybe): New function.
3313
3314 * shr.el (shr-tag-table): Render totally broken tables better.
3315
3316 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3317 computing the boundary.
3318
3319 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3320
3321 * pop3.el (pop3-number-of-responses): Remove.
3322 (pop3-wait-for-messages): Rewrite to take linear time instead of
3323 exponential time.
3324
3325 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3326
3327 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3328 re-fetch images.
3329
3330 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3331 re-fetch images when hitting `g' in Gnus.
3332
3333 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3334
3335 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3336 (mml-compute-boundary): Don't check collision if it is non-nil.
3337 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3338 before checking collision.
3339
3340 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3341
3342 * message.el (message-indent-citation): Really make sure there's a
3343 newline at the end.
3344
3345 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3346 Fix suggested by John Wiegley.
3347
3348 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3349
3350 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3351
3352 * message.el (message-default-send-rename-function): Break out into its
3353 own function.
3354
3355 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3356 doesn't work under XEmacs.
3357
3358 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3359 of "imaps" to word around Windows problems.
3360 (nnimap-open-connection-1): Use it.
3361
3362 * message.el (message-indent-citation): Revert last change which made
3363 `F' not work.
3364
3365 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3366
3367 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3368 terminal as well.
3369
3370 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3371
3372 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3373 because it displays images using overlays that aren't easy to copy to
3374 the article buffer.
3375
3376 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3377
3378 * message.el (message-indent-citation): Fix empty line removal at the
3379 end of the citation.
3380
3381 2011-09-20 Julien Danjou <julien@danjou.info>
3382
3383 * auth-source.el (auth-source-netrc-create): Use default value for
3384 password if specified. Evaluate default.
3385 (auth-source-plstore-create): Ditto.
3386 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3387 value evaluation.
3388 (auth-source-netrc-create): Typo fix.
3389 (auth-source-plstore-create): Ditto.
3390
3391 * auth-source.el (auth-source-format-cache-entry): New function.
3392
3393 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3394
3395 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3396
3397 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3398
3399 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3400
3401 2011-09-19 Julien Danjou <julien@danjou.info>
3402
3403 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3404 which work with things that are not ASCII.
3405
3406 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3407
3408 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3409
3410 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3411
3412 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3413 message level.
3414
3415 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3416
3417 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3418
3419 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3420
3421 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3422
3423 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3426 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3427
3428 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3429
3430 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3431 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3432 articles.
3433
3434 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3435
3436 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3437 (message-mail-other-window, message-mail-other-frame)
3438 (message-news-other-window, message-news-other-frame):
3439 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3440 instead of setting buffer display variables.
3441
3442 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3443
3444 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3445
3446 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3447
3448 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3449
3450 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3451 duplicates" to a higher level.
3452
3453 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3454 most egregious messages.
3455
3456 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3457
3458 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3459
3460 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3461
3462 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3463 up the file (bug#9351).
3464
3465 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3466
3467 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3468 it does with all other backends, but decode the names immediately after
3469 getting them.
3470
3471 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3472 decoding nnimap groups.
3473
3474 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3475 newsrc file. It doesn't seem like an important optimization any more.
3476
3477 2011-09-10 Dave Abrahams <dave@boostpro.com>
3478
3479 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3480 overflows.
3481
3482 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3483
3484 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3485 (gnus-interactive-exit): Extend to `quiet'.
3486
3487 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3488
3489 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3490 string.
3491
3492 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3493 renaming function arguments from `this'.
3494
3495 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3496
3497 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3498 has been renamed.
3499 (gnus-lrm-string-p): Include RLM and PDF, too.
3500
3501 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3502 (bug#9225).
3503
3504 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3505
3506 Add autoload cookies for functions used by sendmail.el.
3507 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3508
3509 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3510
3511 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3512
3513 * gnus-art.el (article-date-ut): Work properly even when there are
3514 things like Date header in the body; work for forwarded parts.
3515
3516 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3517
3518 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3519 original-article-buffer.
3520
3521 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3522
3523 * nnir.el (nnir-compose-result): Fix matching of server type.
3524 (nnir-run-swish++): Ditto.
3525 (nnir-run-namazu): Ditto.
3526 (nnir-run-notmuch): Ditto.
3527
3528 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3529
3530 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3531 (bug#9405).
3532
3533 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3534 (bug#9421).
3535
3536 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3537 (bug#9425).
3538
3539 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3540 thing (bug#9426).
3541
3542 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3543
3544 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3545 the error message.
3546
3547 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3548
3549 * message.el (message-setup-1): Return t (Bug#9392).
3550
3551 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3552
3553 * gnus-sum.el: When adding article headers to a summary buffer also
3554 update gnus-newsgroup-articles (bug#9386).
3555
3556 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3557
3558 * auth-source.el: Autoload help-mode.
3559
3560 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3561
3562 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3563 names.
3564
3565 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3566
3567 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3568 mm-replace-in-string for compatibility issues.
3569 * mml2015.el (mml2015-epg-verify): Ditto.
3570
3571 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3572
3573 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3574
3575 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3576
3577 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3578
3579 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3580 continue on and do the clean-up phase (bug#9188).
3581
3582 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3583 just ignore groups that can't be opened instead of erroring out
3584 (bug#9225).
3585
3586 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3587 nil since some many people are fuddy-duddies.
3588
3589 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3590 images.
3591
3592 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3593 instead.
3594
3595 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3596
3597 * gnus-util.el (gnus-process-live-p): Copy over compat function.
3598
3599 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3600 processing.
3601
3602 * nntp.el (nntp-kill-buffer): Kill the process before killing the
3603 buffer to avoid warnings.
3604
3605 2011-08-20 Simon Josefsson <simon@josefsson.org>
3606
3607 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3608 specified to reduce precision.
3609
3610 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3611
3612 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3613 bodystructures (bug#9314).
3614
3615 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3616
3617 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3618 Make button keymap non-sticky after buttons.
3619
3620 2011-08-18 David Engster <dengste@eml.cc>
3621
3622 * nnmairix.el (nnmairix-request-set-mark)
3623 (nnmairix-goto-original-article): Remove adding of article to registry,
3624 since `gnus-registry-add-group' isn't available anymore.
3625 (nnmairix-determine-original-group-from-registry):
3626 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3627 available anymore.
3628
3629 2011-08-12 Simon Josefsson <simon@josefsson.org>
3630
3631 * starttls.el (starttls-any-program-available): Define as obsolete
3632 function.
3633
3634 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3635
3636 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3637 versions which Gnus use when appropriate.
3638
3639 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3640 a pretty destructive command.
3641
3642 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3643
3644 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3645
3646 * message.el (message-fix-before-sending): Make a different warning
3647 about NUL characters (bug#9270).
3648
3649 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3650 from custom (bug#9260).
3651
3652 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3653 things work in Emacs 22 and XEmacs, too.
3654
3655 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3656 default From.
3657
3658 * gnus-spec.el (gnus-lrm-string-p): New macro.
3659 (gnus-lrm-string): New constant.
3660 (gnus-summary-line-format-spec): LRM-ify the from.
3661 (gnus-tilde-max-form): LRM-ify string chopping.
3662
3663 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3664
3665 * message.el (message-is-yours-p): Allow disabling canlock checking
3666 (bug#9295).
3667 (message-shoot-gnksa-feet): Add `canlock-verify'.
3668 (message-auto-save-directory): Use ~/ as the auto-save directory if the
3669 message directory isn't writable (bug#9304).
3670
3671 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3672 non-world-readable.
3673
3674 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3675
3676 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3677 articles.
3678
3679 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
3680
3681 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3682 copy-list.
3683
3684 2011-08-12 Sam Steingold <sds@gnu.org>
3685
3686 * gnus-score.el (gnus-score-find-alist): Keep the score files already
3687 in the reverse order to avoid modifying the cache with `nreverse'.
3688 (gnus-all-score-files): Do not modify the value returned by
3689 `gnus-score-find-alist' because it lives in a cache variable.
3690 (gnus-current-home-score-file): No need to `nreverse' the return value
3691 of `gnus-score-find-alist', it is already in the correct order.
3692
3693 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
3694
3695 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3696 type MESSAGE and subtype RFC822 is slightly different from those of
3697 type TEXT.
3698
3699 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
3700
3701 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3702 This allows article-referral to work from an nnir group.
3703
3704 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
3705
3706 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3707
3708 2011-08-04 Daiki Ueno <ueno@unixuser.org>
3709
3710 * mml1991.el (mml1991-epg-find-usable-key)
3711 (mml1991-epg-find-usable-secret-key): New function.
3712 (mml1991-epg-sign): Check if signing key is usable.
3713 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3714
3715 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
3716
3717 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3718 server-variables only. This should fix a bug introduced with commit
3719 e1889675b7f4adf057833c5513c9374134c4e053.
3720 (nnir-run-query): 'nnir-search-engine should not be set from the global
3721 environment.
3722
3723 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
3724
3725 * nnir.el (nnir-search-thread): Position point on referring article
3726 line.
3727 (nnir-warp-to-article): Clean up summary buffers.
3728
3729 * nnimap.el (nnimap-request-thread): Whitespace fix.
3730
3731 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
3732
3733 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3734
3735 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3736
3737 * starttls.el (starttls-available-p): Rename from
3738 `starttls-any-program-available' and changed return convention.
3739
3740 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
3741
3742 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3743 `unix-sync' unless it's defined.
3744
3745 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
3746
3747 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3748 `aref' for XEmacs compatibiltiy.
3749
3750 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3751
3752 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3753
3754 2011-07-31 Dave Abrahams <dave@boostpro.com>
3755
3756 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3757 closures, quote the form properly (bug#9194).
3758
3759 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3760
3761 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3762 (gnus-summary-insert-new-articles): Protect against servers that are
3763 down.
3764
3765 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3766
3767 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3768 in mm handle if none is specified.
3769
3770 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
3771
3772 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3773
3774 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
3775
3776 * nnir.el (nnir-search-thread): New function to make an nnir group
3777 based on a thread query.
3778
3779 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3780 of nnir in thread referral.
3781 (gnus-summary-refer-thread): Use it.
3782
3783 * nnimap.el (nnimap-request-thread): Use it.
3784
3785 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3786
3787 * shr.el (shr-tag-comment): Ignore HTML comments.
3788
3789 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
3790
3791 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3792 argument.
3793 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3794 Use `nnir-address' to handle server info rather than passing an arg.
3795
3796 * nnimap.el (nnimap-make-thread-query): New utility function to format
3797 an imap thread search query.
3798 (nnimap-request-thread): Use it.
3799
3800 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3801 right select-method if we are not going back to the group buffer.
3802
3803 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3804
3805 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3806 enter invalid buffer configurations into the quit form (bug#9107).
3807 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3808 unplugged/plugged.
3809
3810 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3811 keep track of which ones are unread (bug#9061).
3812
3813 * gnus.el (gnus-refer-article-method): Allow entering any sexp
3814 (bug#9055).
3815
3816 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3817 (bug#9041).
3818
3819 * gnus-html.el (mm-util): Require (bug#9073).
3820
3821 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3822 (gnus-summary-refer-thread): Use it to remove duplicates in the
3823 un-threaded view (bug#9053).
3824 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3825
3826 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
3827
3828 * nnir.el (nnir-read-server-parm): Use default value from global
3829 variable. Without this the default search engine parameters aren't
3830 used at all.
3831
3832 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3833
3834 * message.el (message-unique-id): Don't use the undocumented return
3835 value from (random t) (bug#9118).
3836
3837 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3838
3839 * message.el (message-auto-save-directory): If the ~/Mail directory
3840 doesn't exist, use ~ as the auto-save directory (bug#4432).
3841
3842 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3843 hasn't already been started.
3844
3845 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3846
3847 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3848
3849 * message.el (message-reply): Work around mysterious bug where
3850 `message-mode' seems to overwrite the locally bound `subject' variable.
3851
3852 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
3853
3854 * nnimap.el (nnimap-request-thread): Ensure search is performed in
3855 correct group.
3856
3857 * gnus-int.el (gnus-request-thread): Add group argument.
3858
3859 * gnus-sum.el (gnus-summary-refer-thread): Use it.
3860
3861 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3862
3863 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3864 renamed to `debbugs-gnu-*'.
3865
3866 2011-07-08 Daiki Ueno <ueno@unixuser.org>
3867
3868 * plstore.el: Revert the editing feature since it is not urgent.
3869 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3870 (plstore-mode-decoded): Remove.
3871
3872 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3873
3874 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
3875 isn't very interesting any more, and it leaks potentially secret data.
3876 (gnus-debug): Remove.
3877
3878 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3879 use of :custom-show.
3880
3881 2011-07-07 Daiki Ueno <ueno@unixuser.org>
3882
3883 * plstore.el: Add documentation.
3884 (plstore-mode): New mode to edit plstore file.
3885 (plstore-mode-toggle-display, plstore-mode-original)
3886 (plstore-mode-decoded): New command.
3887 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3888 (plstore--insert-buffer, plstore--make): New function.
3889 (plstore-open, plstore-save): Simplify by using them.
3890
3891 2011-07-06 Glenn Morris <rgm@gnu.org>
3892
3893 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3894
3895 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3896
3897 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3898 no longer is much used.
3899 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3900 Articles".
3901
3902 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
3903
3904 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3905 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3906 `notmuch' backend.
3907
3908 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3909
3910 * mm-decode.el (mm-text-html-renderer): Doc fix.
3911
3912 * gnus-msg.el (gnus-bug): Fix the MML tag.
3913
3914 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3915
3916 2011-07-05 Daiki Ueno <ueno@unixuser.org>
3917
3918 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3919 secondary methods if started with `gnus-no-server'.
3920
3921 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3922
3923 * message.el (message-return-action): Fix typo in docstring.
3924
3925 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3926
3927 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3928 bug reports at once.
3929
3930 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3931
3932 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3933
3934 * nndraft.el: Require gnus-group.
3935 (nndraft-request-list): Declare.
3936
3937 * nndraft.el (nndraft-update-unread-articles): Don't show group having
3938 no unread article unless it matches gnus-permanently-visible-groups.
3939
3940 * nndraft.el (nndraft-update-unread-articles): New function.
3941 (nndraft-request-associate-buffer): Use it to update the number of
3942 unread articles for the nndraft groups in the group buffer when saving
3943 or killing a draft message.
3944
3945 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3946
3947 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3948 systems to binary before writing and reading the mbox files.
3949
3950 * gnus.el (gnus-summary-line-format): Link to the info node for %U
3951 instead of trying to list them all (bug#8978).
3952
3953 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3954
3955 * pop3.el (pop3-open-server): Use :end-of-capability.
3956
3957 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3958
3959 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3960 the id is always a number.
3961
3962 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3963 debbugs mode, if possible.
3964
3965 2011-07-02 Daiki Ueno <ueno@unixuser.org>
3966
3967 * auth-source.el (auth-source-token-passphrase-callback-function):
3968 Reindent.
3969 (epg-context-operation): Remove unnecessary autoload.
3970
3971 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3972
3973 * gnus.el (gnus-list-debbugs): New command.
3974
3975 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3976 mboxstat instead of the maintbox, since the stat seems to be fuller.
3977
3978 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3979 summary buffers.
3980
3981 * message.el (message-get-reply-headers): Delete all duplicates,
3982 instead of the first.
3983 (message-get-reply-headers): Ensure that we have progress while
3984 deleting duplicates.
3985
3986 * gnus-msg.el (gnus-configure-posting-styles): Get the local
3987 gnus-posting-style value from the summary buffer to make it easier to
3988 make that a per-buffer conf.
3989
3990 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
3991
3992 * nnir.el (nnir-run-imap): Allow halting a search when an article is
3993 found by setting `shortcut' in 'query.
3994 (nnir-request-article): Use `shortcut' setting when requesting article
3995 by Message-ID.
3996
3997 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
3998
3999 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4000 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4001 Bring the pseudo-headers back too.
4002
4003 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4004
4005 * auth-source.el (auth-source-token-passphrase-callback-function):
4006 Simplify and remove EPA dependency.
4007
4008 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4009
4010 * nnir.el (nnir-request-article): Fix error message text.
4011
4012 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4013
4014 * auth-source.el (plstore-delete): Autoload.
4015 (auth-source-plstore-search): Support delete operation.
4016 * plstore.el (plstore-delete): New function.
4017
4018 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4019
4020 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4021 mark actually existing articles as unread rather than the ones that
4022 active asserts.
4023
4024 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4025
4026 * nntp.el (nntp-record-command):
4027 * gnus-util.el (gnus-message-with-timestamp-1):
4028 Use format-time-string rather than decoding time stamps by hand.
4029 This is simpler and insulates the code from potential changes to
4030 current-time format.
4031
4032 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4033
4034 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4035
4036 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4037
4038 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4039 (plstore-save): Support public key encryption.
4040 (plstore--init-from-buffer): New function.
4041 (plstore-open): Use it; fix error when opening a non-existent file.
4042 (plstore-revert): Use plstore--init-from-buffer.
4043
4044 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4045
4046 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4047
4048 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4049
4050 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4051 for old Emacsen.
4052
4053 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4054
4055 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4056 is not fully working.
4057
4058 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4059
4060 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4061 quit window configuration.
4062
4063 * auth-source.el (epg-context-set-passphrase-callback):
4064 Remove duplicate autoload.
4065
4066 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4067
4068 * nnir.el (nnir-request-article): Allow requesting articles by
4069 Message-ID with nnimap.
4070
4071 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4072 current server.
4073
4074 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4075
4076 * auth-source.el: Autoload EPA/EPG functions.
4077 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4078 changed when EPA/EPG is not available.
4079 (auth-source-backend): Rename "arg" member to "data".
4080 (auth-source-backend-parse, auth-source-plstore-search)
4081 (auth-source-plstore-create): Use it.
4082
4083 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4084
4085 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4086 `gnus-refer-article-methods'.
4087
4088 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4089
4090 * auth-source.el: Require EPA and EPG.
4091 (auth-source-passphrase-alist): New variable.
4092 (auth-source-passphrase-callback-function)
4093 (auth-source-token-passphrase-callback-function): Callbacks for the
4094 netrc field encryption (GPG tokens).
4095 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4096 Symmetric encryption and decryption of the netrc GPG tokens.
4097 (auth-source-netrc-normalize): Use them, simplifying the closure.
4098
4099 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4100
4101 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4102 non-nil, and `nnimap-split-methods' is nil, use the former.
4103
4104 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4105
4106 * plstore.el (plstore-revert): New function.
4107 (plstore-open): Use it; hide the buffer from user.
4108
4109 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4110
4111 * auth-source.el (auth-source-backend): New member "arg".
4112 (auth-source-backend-parse): Handle new backend 'plstore.
4113 * plstore.el: New file.
4114
4115 2011-06-30 Glenn Morris <rgm@gnu.org>
4116
4117 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4118
4119 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4120
4121 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4122
4123 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4124 expiring articles to.
4125
4126 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4127 variations as ASCII (bug#5458).
4128
4129 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4130
4131 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4132
4133 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4134
4135 * message.el (message-point-in-header-p): Tweak the function to default
4136 to saying that we're not in the headers if there is no separator at
4137 all. This makes it possible to use the Message version of `M-q' in
4138 buffers with no headers (bug#7987).
4139 (message-point-in-header-p): Fix last checkin to work with an empty
4140 mail-header-separator, too.
4141
4142 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4143 again, save the choice via customize.
4144
4145 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4146
4147 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4148
4149 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4150 ended the connection, bail out before waiting infinitely on a new
4151 connection.
4152
4153 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4154
4155 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4156 reports.
4157
4158 * gnus.el (gnus-bug-package): Use "gnus."
4159 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4160
4161 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4162
4163 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4164 animations going on at article exit time.
4165
4166 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4167 since removing it breaks people upgrading.
4168
4169 * shr.el (shr-put-image): Use the new interface for animating images.
4170 (shr-put-image): Animate for 60 seconds.
4171
4172 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4173 error with `find-file-hooks' on Emacs 22.
4174 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4175 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4176 on all architectures.
4177
4178 * spam.el (spam-stat): Require in a normal fashion without binding
4179 `spam-stat-install-hooks' to avoid compilation warnings.
4180
4181 * spam-stat.el (spam-stat-install-hooks): Remove.
4182 (spam-stat-install-hooks): Don't run automatically.
4183
4184 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4185
4186 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4187 and keystroke.
4188
4189 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4190
4191 * auth-source.el (auth-source-netrc-cache): Move forward.
4192
4193 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4194
4195 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4196 we already know.
4197 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4198 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4199
4200 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4201
4202 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4203 %S format, since that looks odd.
4204 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4205 file, especially when saving.
4206
4207 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4208
4209 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4210 article found.
4211
4212 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4213
4214 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4215 `auth-source-save-secrets' with a more sensitive alist that can be
4216 configured per file. Experimental, so defaults to 'never.
4217 (auth-source-netrc-create): Use it. Still experimental code.
4218 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4219 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4220
4221 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4222
4223 * auth-source.el (auth-source-save-secrets): New variable to control if
4224 secret tokens should be saved encrypted.
4225 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4226 to `auth-source-netrc-normalize'.
4227 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4228 on the EPA variables being defined.
4229 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4230 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4231 the lexical-let closure.
4232 (auth-source-netrc-create): Create "gpg:" tokens according to
4233 `auth-source-save-secrets'.
4234
4235 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4236
4237 * gnus-group.el (gnus-group-update-group): Add new argument
4238 `info-unchanged' that stops updating dribble buffer.
4239
4240 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4241 deletes lines matching to it in dribble buffer.
4242
4243 * gnus-agent.el (gnus-agent-fetch-group-1):
4244 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4245 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4246 * gnus-start.el (gnus-group-change-level):
4247 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4248
4249 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4250 if newsgroup info is not changed.
4251
4252 * gnus-group.el (gnus-group-get-new-news-this-group):
4253 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4254 Don't update dribble buffer.
4255
4256 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4257
4258 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4259 remove entries with groups we ignore.
4260
4261 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4262
4263 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4264 the underline comes at the bottom.
4265
4266 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4267
4268 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4269 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4270 (gnus-registry-article-marks-to-names): Rename from
4271 `gnus-registry-user-format-function-M2'.
4272
4273 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4274
4275 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4276 ephemeral group.
4277
4278 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4279
4280 * shr.el (shr-browse-image): Copy the URL if called interactively.
4281
4282 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
4284 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4285 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4286 done, then unselected articles may be marked as read.
4287
4288 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4289 since not doing this seems to lead to a race condition in pop3-logon.
4290
4291 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4292 so that the call chain it correct when we call "upwards".
4293
4294 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4295 in read-only groups.
4296
4297 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4298
4299 * message.el (message-cite-reply-position): Doc string fix.
4300
4301 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4302 avoid regexp overflow.
4303 (nnimap-transform-split-mail): Ditto.
4304
4305 * pop3.el (pop3-retr): Error out if the server closes the connection.
4306
4307 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4310 mm-with-unibyte-current-buffer. The buffer should not contain any
4311 multibyte chars anyway at this stage.
4312
4313 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4314
4315 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4316 at the end of lines.
4317
4318 2011-05-29 Julien Danjou <julien@danjou.info>
4319
4320 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4321
4322 2011-05-27 Glenn Morris <rgm@gnu.org>
4323
4324 * gnus-group.el (gnus-bug-group-download-format-alist):
4325 Use the "maintainer" version of debian reports as well.
4326
4327 2011-05-26 Glenn Morris <rgm@gnu.org>
4328
4329 * gnus-group.el (gnus-bug-group-download-format-alist):
4330 Use the "maintainer" version of debbugs.gnu.org reports.
4331
4332 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4333
4334 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4335
4336 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4337
4338 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4339 the thread moves us backwards and so we loop forever.
4340
4341 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4342
4343 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4344 whitespace in base64 data lines.
4345
4346 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4347
4348 * gnus-registry.el (gnus-registry-user-format-function-M):
4349 Use `mapconcat'.
4350 (gnus-registry-user-format-function-M2): Use to see the full text of
4351 the marks. Make "," the mark text separator.
4352
4353 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4354 authentication with auth-source.
4355
4356 2011-05-17 Glenn Morris <rgm@gnu.org>
4357
4358 * gnus-group.el (gnus-import-other-newsrc-file):
4359 Use insert-file-contents.
4360
4361 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4362
4363 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4364 1000 iterations.
4365
4366 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4367
4368 * nntp.el (nntp-open-connection): Check if process-type is available.
4369
4370 2011-05-16 Julien Danjou <julien@danjou.info>
4371
4372 * shr.el (shr-tag-del): Add support for del tag.
4373
4374 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4375
4376 * gnus-html.el (gnus-html-put-image): Register a displayer.
4377
4378 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4379
4380 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4381
4382 * registry.el (prune-factor): New initialization parameter defaulting
4383 to 0.1.
4384 (registry-prune-hard): Use it.
4385
4386 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4387 0.1 expicitly.
4388
4389 2011-05-13 Glenn Morris <rgm@gnu.org>
4390
4391 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4392 is bound, since this function requires sendmail.
4393
4394 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4395
4396 * registry.el (registry-usage-test): Disable pruning test.
4397
4398 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4399
4400 * registry.el (registry-prune-hard-candidates)
4401 (registry-prune-soft-candidates): Helper methods for registry pruning.
4402 (registry-prune): Use them. Make the sort function optional.
4403
4404 2011-05-10 Jim Meyering <meyering@redhat.com>
4405
4406 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4407
4408 2011-05-10 Julien Danjou <julien@danjou.info>
4409
4410 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4411 symbol and not a list.
4412
4413 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4414
4415 * gnus-art.el (gnus-article-mode): Move binding of
4416 shr-put-image-function here from gnus-article-prepare-display.
4417
4418 * shr.el (shr-put-image-function): New variable.
4419 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4420 (shr-put-image): Return scaled image.
4421
4422 * gnus-art.el (gnus-shr-put-image): New function.
4423 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4424
4425 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4426 original ones, as deletable.
4427
4428 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4431
4432 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4433
4434 * registry.el (registry-full): Add convenience method. Fix logic.
4435 (registry-insert): Use it. Fix logic here too.
4436
4437 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4438 `registry-prune' if `registry-full' returns t.
4439 (gnus-registry-handle-action)
4440 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4441 (gnus-registry-usage-test): Use it.
4442
4443 2011-05-07 Julien Danjou <julien@danjou.info>
4444
4445 * shr.el (shr-link): Make shr-link inherit from link by default.
4446
4447 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4448
4449 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4450
4451 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4452
4453 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4454 error out because the face is not a list.
4455
4456 2011-05-05 Glenn Morris <rgm@gnu.org>
4457
4458 * gnus-start.el (gnus-propagate-marks): Declare.
4459
4460 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4461
4462 * registry.el (registry-reindex): Fix percentage message.
4463
4464 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4465
4466 * shr.el: Add shr-link face for links.
4467 (shr-urlify): Use it.
4468
4469 * registry.el (registry-insert): Make error message more helpful.
4470
4471 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4472
4473 * gnus-html.el (gnus-html-schedule-image-fetching):
4474 Use url-queue-retrieve, if it exists.
4475
4476 * shr.el (shr-tag-img): Ditto.
4477
4478 * gnus.el: Autoload more gnus-agent functions.
4479
4480 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4481 agent if we haven't already (bug#8502).
4482
4483 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4484 into the Agent, too.
4485
4486 * gnus-agent.el (gnus-agent-store-article): New function.
4487
4488 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4489 and moved from that file for reuse.
4490
4491 * pop3.el (pop3-open-server): Error messages are "-ERR".
4492
4493 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4494
4495 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4496 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4497
4498 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4501 buffer has moved to a different frame.
4502
4503 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4504
4505 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4506 to get the conversion from unibyte to multibyte buffers to work on
4507 Emacs 22.
4508
4509 * nntp.el (nntp-request-article): Slight clean-up.
4510
4511 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4512
4513 * shr.el (shr-strike-through): New face.
4514 (shr-tag-s): Use it to provide <s> support.
4515 (shr-tag-s): Remove duplicate definition.
4516
4517 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4518
4519 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4520 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4521
4522 2011-04-23 Glenn Morris <rgm@gnu.org>
4523
4524 * gnus-sum.el (gnus-extra-headers): Bump :version.
4525
4526 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4527
4528 * shr.el (shr-tag-sup): New function.
4529 (shr-tag-sub): Ditto.
4530
4531 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4532
4533 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4534 for the case where `gnus-registry-ignored-groups' is a list of lists,
4535 and don't call `gnus-parameter-registry-ignore' otherwise.
4536
4537 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4538
4539 * nnimap.el (nnimap-user): New backend variable.
4540 (nnimap-open-connection-1): Use it.
4541 (nnimap-credentials): Accept user parameter so it's explicit what user
4542 name is desired.
4543
4544 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4545 default.
4546
4547 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4548 not gnus-registry.el.
4549
4550 * gnus-registry.el: Mention in comments how to modify
4551 `gnus-extra-headers' for proper recipient tracking and that it may
4552 already have To and Cc recently, which it does as of this commit.
4553 (gnus-registry-ignored-groups): Remove defcustom.
4554 Explain why in comments.
4555 (gnus-registry-action): Fix data-header reference to use the extra
4556 headers. Explain in package commentary how to add To and Cc headers to
4557 the gnus-extra-headers.
4558 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4559 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4560 parameter list or a string list in `gnus-registry-ignored-groups'.
4561 Fix logic error.
4562
4563 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4564
4565 * shr.el (shr-expand-url): Protect against null urls.
4566
4567 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4568
4569 * shr.el (shr-base): New binding.
4570 (shr-tag-base): Keep track of <base>.
4571 (shr-expand-url): New function used throughout.
4572
4573 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
4574
4575 * gnus-registry.el
4576 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4577 (gnus-registry-ignored-groups): New variable.
4578 (gnus-registry-ignore-group-p): Use it.
4579 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4580 set the destination group to nil (same as delete) if it's ignored.
4581
4582 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4583
4584 * gnus-registry.el (gnus-registry-action)
4585 (gnus-registry-fetch-header-fast):
4586 Don't use mail-header that looks an internal function of mailheader.el.
4587
4588 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4589
4590 * gnus-registry.el: Eliminate cl functions.
4591 (gnus-registry-sort-addresses): New function that replaces mapcan.
4592 (gnus-registry-action, gnus-registry-spool-action)
4593 (gnus-registry-split-fancy-with-parent)
4594 (gnus-registry-fetch-recipients-fast): Use it.
4595 (gnus-registry-import-eld): Replace delete* with dolist + delq.
4596
4597 * registry.el (initialize-instance, registry-lookup)
4598 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4599 (registry-lookup-secondary-value, registry-search, registry-delete)
4600 (registry-insert, registry-reindex, registry-size, registry-prune):
4601 Use eval-and-compile.
4602
4603 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
4604
4605 * registry.el (registry-reindex): New method to recreate the secondary
4606 registry indices.
4607
4608 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4609 tracked field changes.
4610 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4611 (gnus-registry-action, gnus-registry-spool-action)
4612 (gnus-registry-handle-action)
4613 (gnus-registry--split-fancy-with-parent-internal)
4614 (gnus-registry-split-fancy-with-parent)
4615 (gnus-registry-register-message-ids): Add recipient tracking on spool,
4616 move, and delete actions, and for fancy splitting with parent.
4617 (gnus-registry-extract-addresses)
4618 (gnus-registry-fetch-recipients-fast)
4619 (gnus-registry-fetch-header-fast): Convenience functions.
4620 (gnus-registry-misc-test): ERT test of
4621 `gnus-registry-extract-addresses'.
4622
4623 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
4624
4625 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4626 Track by subject first, then sender.
4627
4628 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4631
4632 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4633 Lisp.
4634
4635 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4636 (gnus-draft-send): Use it to avoid popping
4637 up frames from gnus-group-send-queue.
4638
4639 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4640
4641 * gnus-registry.el: Updated gnus-registry docs.
4642
4643 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
4644
4645 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4646 Fix logic bug.
4647 (gnus-registry-post-process-groups): Fix logging of no results and
4648 quote sender and subject.
4649
4650 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4651
4652 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4653 (gnus-read-active-for-groups): Don't try to finish getting stuff where
4654 we had no early-data returned.
4655 (gnus-get-unread-articles): Add a sanity check so that we don't issue
4656 two async commands to the same server at the same time.
4657
4658 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
4659
4660 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4661
4662 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4663
4664 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4665 "warning" level.
4666
4667 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4668 (mm-url-insert-file-contents): Don't set the package names.
4669
4670 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
4671
4672 * gnus-registry.el (gnus-registry-action): Remove properties and
4673 simplify subject in `gnus-registry-handle-action'.
4674 (gnus-registry-spool-action): Get subject and sender from message if
4675 they are not passed in.
4676 (gnus-registry-handle-action): Remove properties and simplify subject
4677 consistently.
4678
4679 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4680
4681 * registry.el: Require CL before using defmacro*.
4682
4683 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
4684
4685 * gnus-art.el (article-treat-date): Assume that
4686 gnus-article-date-headers may be a group parameter.
4687
4688 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
4689
4690 * gnus-registry.el (gnus-registry-handle-action): More debugging.
4691
4692 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4693 interactively so the newsrc file can contain foreign groups too.
4694 Useful for debugging but not much for users.
4695
4696 2011-04-07 David Engster <dengste@eml.cc>
4697
4698 * registry.el (registry-usage-test): Only do
4699 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4700 lexical binding.
4701
4702 2011-04-06 David Engster <dengste@eml.cc>
4703
4704 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4705 argument NOERROR for `require', since XEmacs 21.4 does not support it.
4706
4707 2011-04-06 David Engster <dengste@eml.cc>
4708
4709 * registry.el (initialize-instance): Change :after to :AFTER to be
4710 compatible with old EIEIO version in XEmacs.
4711
4712 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4713
4714 * gnus-registry.el (gnus-registry-post-process-groups)
4715 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4716 and provide better messaging.
4717
4718 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4719
4720 * gnus-registry.el: Don't use ERT if it's not available. Load it
4721 unconditionally anyway, discarding errors.
4722 (gnus-registry-delete-entries): New convenience function.
4723 (gnus-registry-import-eld): Import from old .eld registry.
4724
4725 * registry.el: Don't use ERT if it's not available. Load it
4726 unconditionally anyway, discarding errors.
4727
4728 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4729 version from the Claudio Bley GnuTLS patch (extra optional parameters
4730 and host name).
4731
4732 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
4733
4734 * gnus-registry.el (gnus-registry-fixup-registry): New function to
4735 fixup the parameters that can be customized by the user between
4736 save/read cycles.
4737 (gnus-registry-read): Use it.
4738 (gnus-registry-make-db): Use it.
4739 (gnus-registry-spool-action, gnus-registry-handle-action):
4740 Fix messaging.
4741 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4742 Map references to actual group names with sender and subject tracking.
4743 (gnus-registry-post-process-groups): Use `cond' for better messaging.
4744 (gnus-registry-usage-test): Add subject lookup test.
4745
4746 * registry.el (registry-db, initialize-instance): Set up constructor
4747 instead of :initform arguments for the sake of older Emacsen.
4748 (registry-lookup-breaks-before-lexbind): New method to demonstrate
4749 pre-lexbind merge bug.
4750 (registry-usage-test): Use it.
4751 (initialize-instance, registry-db): Move the non-function initforms
4752 back to the class definition.
4753
4754 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
4755
4756 * registry.el: New library to manage gnus-registry-style data.
4757
4758 * gnus-registry.el: Use it (major rewrite).
4759
4760 * nnregistry.el: Use it.
4761
4762 * spam.el: Use it.
4763
4764 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4765
4766 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4767 marks on non-selected articles.
4768
4769 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
4770
4771 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4772
4773 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4774 parameter to open-protocol-stream.
4775
4776 2011-04-01 Julien Danjou <julien@danjou.info>
4777
4778 * mm-view.el (mm-display-inline-fontify): Do not fontify with
4779 fundamental-mode.
4780
4781 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4782
4783 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4784 servers.
4785
4786 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4787
4788 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4789 made marks not propagate, again.
4790
4791 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4794 Make this the default type.
4795 (proto-stream-open-plain): Rename from proto-stream-open-default.
4796 (open-protocol-stream, proto-stream-open-starttls)
4797 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4798 with `plain'.
4799
4800 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4801 value.
4802
4803 * nntp.el (nntp-open-connection-function): Document the fact that some
4804 values are not functions but are instead handled specially.
4805 Recognize nntp-open-plain-stream value.
4806 (nntp-open-connection): Recognize that value.
4807
4808 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4809
4810 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4811 stuff.
4812
4813 * gnus-score.el (gnus-score-string): Fix calling convention of
4814 `gnus-simplify-buffer-fuzzy' after last patches.
4815
4816 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4817 server for articles we didn't get any headers for. This is a sanity
4818 check.
4819
4820 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
4821
4822 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4823 new CAPABILITY, use it.
4824
4825 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4826
4827 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4828 downloading anything.
4829
4830 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4831
4832 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
4833
4834 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4835 colors.
4836 (gnus-splash-svg-color-symbols): New function.
4837
4838 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4839
4840 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4841 instead of using the global gnus-simplify-subject-fuzzy-regexp.
4842 (gnus-simplify-subject-fuzzy): Use the local
4843 gnus-simplify-subject-fuzzy-regex instead of the global one.
4844 This makes using this variable in group parameters work.
4845
4846 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4847
4848 * gnus-registry.el (gnus-registry-unfollowed-groups):
4849 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4850 archive:sent-YYYY-MM-DD groups).
4851 (gnus-registry-split-fancy-with-parent): Bail out early in sender
4852 tracking if there are more than `gnus-registry-max-track-groups'
4853 matches.
4854
4855 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * message.el (message--yank-original-internal): New function to do the
4858 insertion cleanly inside eval in `message-yank-original'.
4859 (message-yank-original): Use it.
4860
4861 2011-03-29 Julien Danjou <julien@danjou.info>
4862
4863 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4864 local variables disabled rather than `normal-mode'.
4865
4866 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
4867
4868 * proto-stream.el: Changes preparatory to merging open-protocol-stream
4869 with open-network-stream.
4870 (proto-stream-always-use-starttls): Option removed.
4871 (open-protocol-stream): Return a process object by default. Provide a
4872 new parameter :return-list specifying a list-type return value, which
4873 now has the form (PROP . PLIST) instead of a fixed-length list. Change
4874 :type `network' to `try-starttls', and `network-only' to `default'.
4875 Make `default' the default, for compatibility with open-network-stream.
4876 Handle the no-parameter case exactly as open-network-stream, with no
4877 additional stream processing. Search plists using plist-get.
4878 Explicitly add :end-of-commend parameter if it is missing.
4879 (proto-stream-open-default): Rename from
4880 proto-stream-open-network-only. Return 'default as the type.
4881 (proto-stream-open-starttls): Rename from proto-stream-open-network.
4882 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
4883 failed. Always return a list with a (possibly dead) process as the
4884 first element, for compatibility with open-network-stream.
4885 (proto-stream-open-tls): Use plist-get. Always return a list.
4886 (proto-stream-open-shell): Return `default' as connection type.
4887 (proto-stream-capability-open): Use plist-get.
4888 (proto-stream-eoc): Function deleted.
4889
4890 * nnimap.el (nnimap-stream, nnimap-open-connection)
4891 (nnimap-open-connection-1): Handle renaming of :type parameter for
4892 open-protocol-stream.
4893 (nnimap-open-connection-1): Pass a :return-list parameter
4894 open-protocol-stream to obtain a list return value. Parse this list
4895 using plist-get.
4896
4897 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4898 for open-protocol-stream. Accept open-protocol-stream return value
4899 that is a subprocess object instead of a list. Handle the case of a
4900 dead returned process.
4901
4902 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
4903
4904 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4905
4906 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4907
4908 2011-03-21 Julien Danjou <julien@danjou.info>
4909
4910 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4911 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
4912 query.
4913 (mm-inline-text): Render normal text with fontification whenever
4914 possible.
4915
4916 * gnus-sum.el (gnus-summary-save-parts-1):
4917 * gnus-art.el (gnus-article-browse-html-save-cid-content)
4918 (gnus-article-browse-html-parts, gnus-mime-delete-part)
4919 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4920 Use `mm-handle-filename'.
4921
4922 * mm-util.el (mm-handle-filename): New function, return the filename of
4923 an handle.
4924
4925 2011-03-18 Julien Danjou <julien@danjou.info>
4926
4927 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4928 (gnus-buffer-live-p): Check that buffer is not nil.
4929
4930 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4931
4932 * gnus-art.el: Require mouse, which the build bot seems to say is
4933 needed.
4934
4935 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4936 XEmacs, since it doesn't have url-retrieve-synchronously.
4937
4938 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
4939
4940 * gnus-group.el (gnus-group-list-ticked): New function.
4941 (gnus-group-make-menu-bar): Provide a menu entry for it.
4942 (gnus-group-list-map): Provide a binding for it.
4943
4944 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4945
4946 * shr.el (shr-visit-file): New command.
4947
4948 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4949
4950 2011-03-17 Bjørn Mork <bjorn@mork.no>
4951
4952 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4953 servers.
4954
4955 2011-03-16 Julien Danjou <julien@danjou.info>
4956
4957 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4958 inline.
4959
4960 * gnus-art.el (article-hide-list-identifiers):
4961 Use gnus-group-get-list-identifiers.
4962
4963 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4964 (gnus-summary-remove-list-identifiers):
4965 Use gnus-group-get-list-identifiers to get regexp.
4966 (gnus-select-newsgroup, gnus-summary-insert-subject)
4967 (gnus-summary-insert-articles):
4968 Call gnus-summary-remove-list-identifiers unconditionally.
4969
4970 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4971
4972 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4973 we're selecting a group with unread articles.
4974
4975 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4976
4977 * gssapi.el: New file separated out from imap.el to provide a general
4978 Kerberos 5 connection facility for Emacs.
4979
4980 * message.el (message-elide-ellipsis): Document the format spec
4981 ellipsis.
4982
4983 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4984
4985 * message.el (message-elide-region): Allow the ellipsis to say how many
4986 lines were removed.
4987
4988 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4989
4990 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4991 window configurations containing buffers that are now dead.
4992
4993 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4994 parsing to avoid integer overflows.
4995 (nnimap-parse-flags): Simplify the last change.
4996 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4997 too large for 32-bit Emacsen.
4998
4999 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * auth-source.el (auth-source-netrc-create):
5002 * message.el (message-yank-original): Fix use of `case'.
5003
5004 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5005
5006 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5007 XEmacs, which was one character too wide.
5008
5009 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5010
5011 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5012 default number of articles to display.
5013 (gnus-articles-to-read): Use pretty names for prompt.
5014
5015 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5016
5017 * gnus-int.el (gnus-open-server): Ditto.
5018
5019 * gnus-start.el (gnus-activate-group): Give a backtrace if
5020 debug-on-quit is set and the user hits `C-g'.
5021 (gnus-read-active-file): Ditto.
5022
5023 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5024
5025 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5026
5027 * message.el (message-yank-original): Use cond instead of CL case.
5028
5029 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * auth-source.el (auth-source-netrc-create): Use usual format for the
5032 default in prompts.
5033
5034 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5035
5036 * auth-source.el (auth-source-netrc-create): Show the default in the
5037 prompt when prompting for token creation.
5038
5039 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5040
5041 * auth-source.el (auth-source-format-prompt): Always convert the value
5042 to a string to avoid evaluating non-string arguments.
5043 (auth-source-netrc-create): Offer default properly, not as initial
5044 content in `read-string'.
5045 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5046 of line to determine if we've been run before. If so, don't run again,
5047 but print a trivial message to indicate the cache was hit instead.
5048
5049 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5050
5051 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5052 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5053 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5054 Gnus.
5055
5056 2011-03-11 Julien Danjou <julien@danjou.info>
5057
5058 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5059 modified file".
5060
5061 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5062
5063 * auth-source.el (auth-source-read-char-choice): New function to read a
5064 character choice using `dropdown-list', `read-char-choice', or
5065 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5066 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5067 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5068 (auth-source-netrc-saver): Use it.
5069 (auth-source-pick-first-password): New convenience function.
5070
5071 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5072
5073 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5074 parameter in the credentials.
5075 (nnimap-open-connection-1): Use it after a successful login.
5076 (nnimap-credentials): Add IMAP-specific user and password prompt.
5077
5078 * auth-source.el (auth-source-search): Add :require parameter, taking a
5079 list. Document it and the :save-function return token. Pass :require
5080 down. Change the CREATED message from a warning to a debug statement.
5081 (auth-source-search-backends): Pass :require down.
5082 (auth-source-netrc-search): Pass :require down.
5083 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5084 Change save prompt to indicate all modifications saved here are
5085 deletions.
5086 (auth-source-netrc-create): Take user login name as default in user
5087 prompt. Move all the save functionality to a lexically bound function
5088 under the :save-function token in the returned list. Set up clearer
5089 default prompts for user, host, port, and secret.
5090 (auth-source-netrc-saver): New function, intended to be wrapped for
5091 :save-function.
5092
5093 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * Version 23.3 released.
5096
5097 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5098
5099 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5100 lines to be spaces instead.
5101
5102 2011-03-07 Julien Danjou <julien@danjou.info>
5103
5104 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5105 (sieve-sasl-auth): Check that auth-source-search did return something,
5106 or just return an empty string.
5107
5108 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5109
5110 * gnus.el (gnus-interactive): Use read-directory-name.
5111
5112 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5113 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5114 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5115 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5116 Likewise.
5117
5118 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5119
5120 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5121
5122 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5123 onto the list of killed groups, too. This makes killed nnimap groups,
5124 for instance, more reliably not reappear.
5125
5126 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5127 the parent.
5128
5129 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5130
5131 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5132 really have server-side marks.
5133
5134 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5135 since most backends do not usefully have server-side marks.
5136 (gnus-update-read-articles): Propagate marks to all backends that
5137 really have server-side marks.
5138
5139 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5140
5141 * message.el (message-cite-reply-position, message-cite-style):
5142 New variables.
5143 (message-yank-original): Use the new citation styles.
5144
5145 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5146
5147 * message.el (message-options): Revert the change that's a workaround
5148 for XEmacs buffer-local issue; don't mark it buffer-local when running
5149 under XEmacs.
5150
5151 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5152
5153 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5154 numbers too big to be `read'.
5155
5156 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5157
5158 * message.el (message-options): Make buffer-local two ways to attempt
5159 to fix a XEmacs bug.
5160
5161 2011-03-02 Julien Danjou <julien@danjou.info>
5162
5163 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5164
5165 2011-03-01 Julien Danjou <julien@danjou.info>
5166
5167 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5168 group.
5169 (article-hide-list-identifiers): Use list-identifier group parameter.
5170
5171 2011-02-28 Julien Danjou <julien@danjou.info>
5172
5173 * sieve.el (sieve-buffer-script-name): New local variable to store
5174 sieve script name.
5175 (sieve-edit-script): Store sieve script name.
5176 (sieve-upload): Use sieve script name when uploading.
5177 (sieve-upload): Use substitute-command-keys.
5178 (sieve-edit-script): Use substitute-command-keys.
5179 (sieve-refresh-scriptlist): Use substitute-command-keys.
5180 (sieve-manage-mode-map): Define keymap properly.
5181 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5182 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5183 Remove commented code about cvs.
5184 (sieve-manage-quit): New function.
5185 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5186
5187 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5188
5189 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5190
5191 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5192
5193 * auth-source.el (auth-source-search): Cache empty result sets.
5194
5195 * auth-source.el (auth-source-save-behavior): New variable to replace
5196 `auth-source-never-create'.
5197 (auth-source-netrc-create): Use it.
5198 (auth-source-never-save): Remove.
5199
5200 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5201
5202 * nnimap.el (nnimap-stream): Doc fix.
5203 (nnimap-open-connection-1): Reverse the order of the ports to that the
5204 prompted-for port is first.
5205
5206 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5207 retrieval by the no-group selection.
5208
5209 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5210 numerical parameters.
5211
5212 2011-02-25 Julien Danjou <julien@danjou.info>
5213
5214 * gnus-gravatar.el: Use gnus-with-article-buffer.
5215
5216 * gnus-art.el (gnus-with-article-buffer): Check that the
5217 gnus-article-buffer is alive.
5218
5219 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5220
5221 * auth-source.el (auth-source-creation-prompts): New variable to manage
5222 creation-time prompts.
5223 (auth-source-search): Document it.
5224 (auth-source-format-prompt): Add utility function.
5225 (auth-source-netrc-create): Don't default the user name to
5226 user-login-name. Use `auth-source-creation-prompts' and some default
5227 prompts for user, host, port, and password (the default generic prompt
5228 remains ugly).
5229 (auth-source-never-save): Add customizable option to never save info.
5230 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5231 mode excursion.
5232
5233 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5234
5235 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5236 argument that XEmacs doesn't support.
5237
5238 2011-02-23 Julien Danjou <julien@danjou.info>
5239
5240 * gnus-art.el (article-make-date-line): Ignore errors if time is
5241 invalid and not convertible.
5242 (article-make-date-line): Only add lapsed time if time is not nil.
5243
5244 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5245
5246 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5247 `read-char-choice' for backwards compatibility.
5248 (auth-source-netrc-element-or-first): New function to DTRT for
5249 parameter extraction.
5250 (auth-source-netrc-create): Use it and fix multiple parameter print
5251 bug. Use the default passed from above (given-default) or the
5252 built-in (user-login-name for :user).
5253
5254 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5255
5256 * gnus-start.el (gnus-dribble-read-file):
5257 Set buffer-save-without-query, since we always want to save the dribble
5258 file, probably.
5259
5260 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5261 nnimap.
5262
5263 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5264 -summary- since it's a user-visible variable.
5265
5266 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5267 first time you use the new Gnus.
5268
5269 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5270
5271 * auth-source.el: Don't load netrc.el.
5272 (auth-sources): Search ~/.netrc as well by default.
5273 (auth-source-debug): Add 'trivia option for extra output.
5274 (auth-source-do-trivia): Use it.
5275 (auth-source-search): Simplify logic to use
5276 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5277 appropriate. Don't keep a running count at this level. Layer :create
5278 and :delete options appropriately on the first and second passes.
5279 Don't track the backend with the search results.
5280 (auth-source-search-backends): New function to search a list of
5281 backends for a processed spec.
5282 (auth-source-netrc-parse): Cache all netrc files, making
5283 auth-source-netrc-cache an alist keyed by the file name and using the
5284 file mtime as the caching criterion. Keep the obfuscated data secret
5285 with a lexical bind.
5286 (auth-source-netrc-search): Don't calculate the length of the results
5287 unnecessarily.
5288 (auth-source-search-backends): Fix bug.
5289 (auth-source-netrc-create): Rework prompts.
5290
5291 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5292
5293 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5294 Lower case names of search constraints.
5295 (nnir-run-query): Cache and reuse search constraints for all imap
5296 servers.
5297
5298 2011-02-22 Sam Steingold <sds@gnu.org>
5299
5300 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5301
5302 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5303
5304 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5305 after exit.
5306 (gnus-setup-message): Define missing variable from last checkin.
5307
5308 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5309 value, show the raw article.
5310
5311 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5312
5313 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5314 auth-source now accepts numbers.
5315
5316 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5317 spec, too.
5318 (auth-source-ensure-strings): New function.
5319
5320 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5321 (gnus-article-setup-buffer): Always restart the date timer so that user
5322 changes to the frequency is respected.
5323
5324 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5325 port numbers, so make sure it gets that if nnimap-server-port is
5326 explicit.
5327
5328 2011-02-21 Simon Josefsson <simon@josefsson.org>
5329
5330 * nnimap.el (nnimap-inbox): Doc fix.
5331
5332 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5333
5334 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5335 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5336 color-lab-to-srgb.
5337
5338 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5339
5340 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5341 given method as in the group name if we're using an extended method.
5342 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5343 command, if we're using that, instead of waiting for the beginning.
5344
5345 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5346 we're sure to get unique server names, and we don't output two async
5347 commands in the same buffer. This fixes an NNTP hang for some users.
5348
5349 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5350
5351 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5352 summary buffer before reading going to the next buffer. This avoids
5353 putting the point in the group buffer if you `C-g' the command.
5354
5355 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5356 cache (for now) to make ~/.authinfo.gpg files usable.
5357
5358 * nnfolder.el (copyright-update): Define for the compiler.
5359
5360 * auth-source.el (auth-source-search): Fix unbound variable.
5361
5362 2011-02-19 Glenn Morris <rgm@gnu.org>
5363
5364 * gnus.el (gnus-meta): Doc fix.
5365
5366 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5367
5368 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5369 in case it's not yet loaded.
5370
5371 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5372
5373 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5374 line we're waiting for.
5375
5376 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5377
5378 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5379 face with line-width greater than zero will cause RET in gnus summary
5380 buffer to scroll down article page-wise because auto vscroll happens,
5381 it should be temporally disabled when doing a scroll-up.
5382
5383 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5384
5385 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5386 outputs from the server.
5387
5388 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5389
5390 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5391 later so that bbdb can hook in easier.
5392
5393 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5394
5395 * auth-source.el (auth-source-search): Don't try to create credentials
5396 if the caller doesn't want that.
5397 (auth-source-search): If we don't find a match, don't bug out on
5398 non-bound variables.
5399 (auth-source-search): Only ask a single backend to create the
5400 credentials.
5401
5402 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5403 logging.
5404 (nnimap-credentials): Protect against auth-source-search returning nil.
5405 (nnimap-request-list): Protect against not being able to open the
5406 server.
5407
5408 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5409
5410 * auth-source.el (auth-source-search): Do a two-phase search, one with
5411 no :create to get the responses from all backends.
5412
5413 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5414 when getting credentials.
5415
5416 * gnus-util.el (gnus-delete-duplicates): New function.
5417
5418 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5419
5420 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5421 a creation default, pass the whole port list down. It will be
5422 completed.
5423
5424 * auth-source.el (auth-source-search): Update docs to talk about
5425 multiple creation choices.
5426 (auth-source-netrc-create): Accept a list as a value (from the search
5427 parameters) and do completion on that list. Keep a separate netrc line
5428 with the password obscured for showing the user.
5429
5430 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5431 first choice to `auth-source-search' so it will be used for entry
5432 creation instead of the server's Gnus-specific name.
5433 (nnimap-credentials): Rely on the auth-source library to select which
5434 port is actually wanted in the new netrc entry, so don't override
5435 `auth-source-creation-defaults'.
5436
5437 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5438 :protocol and accept a missing user, host, or port as a wildcard match.
5439 (auth-source-debug): Default to off.
5440
5441 (auth-source-netrc-search, auth-source-netrc-create)
5442 (auth-source-secrets-search, auth-source-secrets-create)
5443 (auth-source-user-or-password, auth-source-backend, auth-sources)
5444 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5445 instead of :protocol.
5446
5447 * nnimap.el (nnimap-credentials): Pass a port default to
5448 `auth-source-search' in case an entry needs to be created.
5449 (nnimap-open-connection-1): Use :port instead of :protocol.
5450
5451 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5452
5453 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5454 instead of delete-dups that is not available in XEmacs 21.4.
5455
5456 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5457
5458 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5459 nil means that nnimap doesn't get updated.
5460
5461 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5462
5463 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5464 result when the user doesn't want to write to the file.
5465 (auth-source-netrc-search): Expect a synthetic result and proceed
5466 accordingly.
5467 (auth-source-cache-expiry): New variable to override
5468 `password-cache-expiry'.
5469 (auth-source-remember): Use it.
5470
5471 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5472 parameter. Create entry if necessary by using :create t.
5473 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5474
5475 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5476
5477 * auth-source.el (auth-source-debug): Enable by default and don't
5478 mention the obsolete `auth-source-hide-passwords'.
5479 (auth-source-do-warn): New function to debug unconditionally.
5480 (auth-source-do-debug): Use it.
5481 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5482 and for Secrets API entries when the secrets.el library is not
5483 available.
5484
5485 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5486
5487 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5488 (gnus-summary-exit): Kill the correct article buffer on exit from a
5489 `C-d' group.
5490
5491 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
5492 gnus-propagate-marks.
5493
5494 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5495 before killing the buffers so that a non-full window conf gets handled
5496 correctly.
5497 (gnus-summary-exit): Ditto.
5498 (gnus-summary-read-group-1): Ditto.
5499
5500 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5501 async code again so that we can debug it properly.
5502
5503 * message.el (message-reply): Take an optional switch-buffer parameter
5504 so that Gnus window confs are respected better.
5505
5506 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5507
5508 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5509 `plist-get' to accept non-list parameters (XEmacs issue).
5510 Fix docstring.
5511 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5512 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5513 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5514 Login collection is "Login" and not "login".
5515
5516 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5517
5518 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5519 multiple headers.
5520
5521 * nnimap.el (nnimap-inhibit-logging): New variable.
5522 (nnimap-log-command): Don't log login commands.
5523
5524 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5525 to have more parameters.
5526
5527 * nnimap.el (nnimap-send-command): Mark the command time for each
5528 command, so that we don't get NOOPs stepping on our toes.
5529
5530 * gnus-art.el (article-date-ut): Get the date from the Date header on
5531 `t'.
5532
5533 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5534
5535 * auth-source.el (auth-source-search): Use copy-sequence instead of
5536 the cl.el copy-list.
5537
5538 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5539
5540 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5541 Improve prompt.
5542
5543 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5544
5545 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5546 washing status from the default format. It isn't very informative.
5547
5548 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5549
5550 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5551 Fix Gcc processing on imap.
5552
5553 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 * message.el (message-bury): Don't pop up a new window when selected
5556 window is dedicated.
5557
5558 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5559
5560 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5561
5562 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5563
5564 * sieve-manage.el: Autoload `auth-source-search'.
5565 (sieve-sasl-auth): Use it.
5566
5567 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5568
5569 * nnimap.el: Autoload `auth-source-forget+'.
5570 (nnimap-open-connection-1): Use it if the connection fails.
5571
5572 * auth-source.el: Require `password-cache'.
5573 (auth-source-hide-passwords, auth-source-cache): Remove and mark
5574 obsolete.
5575 (auth-source-magic): Marker for `password-cache' keys.
5576 (auth-source-do-cache): Update docstring.
5577 (auth-source-search): Use and check cache.
5578 (auth-source-forget-all-cached, auth-source-remember)
5579 (auth-source-recall, auth-source-forget, auth-source-forget+)
5580 (auth-source-specmatchp): Caching support functions.
5581 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5582 Remove and obsolete.
5583 (auth-source-user-or-password): Remove caching to further discourage
5584 using it. Always hide passwords.
5585
5586 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5587
5588 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5589 code for now, since it doesn't work for all users.
5590
5591 2011-02-09 Julien Danjou <julien@danjou.info>
5592
5593 * message.el (message-options): Make message-options really buffer
5594 local.
5595
5596 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
5597
5598 * mail-source.el: Autoload `auth-source-search'.
5599 (mail-source-keyword-map): Note order matters.
5600 (mail-source-set-1): Get all the mail-source source values and
5601 defaults and search auth-source on those if needed. This can all
5602 probably be simplified.
5603
5604 * nnimap.el: Autoload `auth-source-search'.
5605 (nnimap-credentials): Use it.
5606 (nnimap-open-connection-1): Ask for the virtual server and physical
5607 address in one shot.
5608
5609 * nntp.el: Autoload `auth-source-search'.
5610 (nntp-send-authinfo): Use it. Note TODO.
5611
5612 2011-02-08 Julien Danjou <julien@danjou.info>
5613
5614 * shr.el (shr-tag-body): Add support for text attribute in body
5615 markups.
5616
5617 * message.el (message-options): Make message-options a local variable.
5618
5619 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
5620
5621 * auth-source.el (auth-source-secrets-search)
5622 (auth-source-user-or-password): Use `append' instead of `nconc'.
5623 (auth-source-user-or-password): Build return list better and protect
5624 against nil :secret.
5625
5626 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
5627
5628 * nnimap.el (nnimap-update-info): Refactor slightly.
5629 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5630 (nnimap-update-info): Clean up slightly.
5631 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5632 characters.
5633 (nnimap-process-quirk): Rename function to avoid collision.
5634 (nnimap-update-info): Fix macrology bug-out.
5635 (nnimap-update-info): Simplify split history test.
5636
5637 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
5638
5639 * auth-source.el (top): Require 'eieio unconditionally.
5640 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5641 (auth-source-secrets-search): Limit search when `max' is greater than
5642 number of results.
5643
5644 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5645
5646 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5647 part not returning any data.
5648
5649 * proto-stream.el (open-protocol-stream): Document the return value.
5650
5651 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5652
5653 * auth-source.el (auth-source-secrets-search): Add examples.
5654
5655 2011-02-06 Julien Danjou <julien@danjou.info>
5656
5657 * message.el (message-setup-1): Handle message-generate-headers-first
5658 set to t.
5659
5660 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5661
5662 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5663 API with a string "secrets:collection-name" and with 'default.
5664 (auth-source-backend-parse): Parse "secrets:collection-name" and
5665 'default. Recurse on parses instead of repeating code. Use the
5666 Secrets API is the source is not nil and 'ignore otherwise. Emit a
5667 message when ignoring a source.
5668 (auth-source-search): List ignored search keys at the top level.
5669 (auth-source-netrc-create): Use `case' instead of `cond'.
5670 (auth-source-secrets-search): Created with TODOs.
5671 (auth-source-secrets-create): Created with TODOs.
5672 (auth-source-retrieve, auth-source-create, auth-source-delete)
5673 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5674 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5675 (auth-source-user-or-password-sftp)
5676 (auth-source-user-or-password-smtp): Remove.
5677 (auth-source-user-or-password): Deprecated and modified to be a wrapper
5678 around `auth-source-search'. Not tested thoroughly.
5679
5680 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
5681
5682 * auth-source.el: Bring in assoc and eioeio libraries.
5683 (secrets-enabled): New variable to track the status of the Secrets API.
5684 (auth-source-backend): New EIOEIO class to represent a backend.
5685 (auth-source-creation-defaults): New variable to set prompt defaults
5686 during token creation (see the `auth-source-search' docstring for
5687 details).
5688 (auth-sources): Simplify to allow a simple string as a netrc backend
5689 spec.
5690 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5691 (auth-source-backend-parse-parameters): Fill in the backend parameters.
5692 (auth-source-search): Main auth-source API entry point.
5693 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5694 (auth-source-search-collection): Helper function for searching.
5695 (auth-source-netrc-parse, auth-source-netrc-normalize)
5696 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5697 Supports search, create, and delete.
5698 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5699 backend stubs.
5700 (auth-source-user-or-password): Call `auth-source-search' but it's not
5701 ready yet.
5702
5703 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
5704
5705 * message.el (message-setup-1): Remove the read-only stuff, since it
5706 doesn't work under XEmacs, for some reason.
5707
5708 * gnus-sum.el (gnus-user-date): Rename back from
5709 gnus-summary-user-date since user code refers to it.
5710
5711 * shr.el (shr-render-td): Store the actual background color used.
5712
5713 * message.el (message-setup-1): Don't bind the constant
5714 -forbidden-properties.
5715 (message-setup-1): Revert previous change, since it needs to bind the
5716 props to insert them.
5717 (message-resend): Allow removing the read-only separator line.
5718
5719 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5720
5721 * nnimap.el (nnimap-request-accept-article): Give an error message if
5722 the APPEND wasn't successful.
5723
5724 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
5725
5726 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5727 that have no groups.
5728
5729 2011-02-03 Julien Danjou <julien@danjou.info>
5730
5731 * gnus-draft.el: Remove progn around gnus-draft-setup.
5732
5733 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5734
5735 * gnus-start.el (gnus-read-active-for-groups): This function is never
5736 called with a nil `infos', so clean that up.
5737 (gnus-get-unread-articles): Request active files from primary/secondary
5738 methods that have no groups (yet).
5739
5740 2011-02-03 Julien Danjou <julien@danjou.info>
5741
5742 * message.el (message-setup-1): Always generate References first.
5743 (message-mail): Return the return value of message-setup, not always t.
5744 (message-setup-1): Insert mail-header-separator with read-only and
5745 intangible properties set.
5746
5747 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5748 user-date in docstring.
5749
5750 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5751
5752 * gnus.el (gnus-summary-line-format): Mention &user-date format in
5753 docstring.
5754
5755 * gnus.el (gnus-user-date-format-alist): Change default value.
5756 Use defcustom, with type and group. Move from gnus-util.el.
5757 Rename to gnus-summary-user-date-format-alist.
5758
5759 2011-02-03 Glenn Morris <rgm@gnu.org>
5760
5761 * nnimap.el (gnus-fetch-headers): Declare.
5762
5763 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5764
5765 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5766
5767 * message.el (message-forward-make-body-digest-plain)
5768 (message-followup, message-reply): Clean up things noted by Stefan.
5769
5770 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5771 gnus-article-update-date-headers is nil.
5772 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5773 it didn't really work with defcustom.
5774 (article-update-date-lapsed): Make sure the window start doesn't move,
5775 either.
5776
5777 2011-02-01 Julien Danjou <julien@danjou.info>
5778
5779 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5780 format.
5781
5782 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5783 standard in Emacs nowadays.
5784
5785 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * message.el (message-expand-name): Don't trust the return value of
5788 bbdb-complete-name.
5789 (message-check-news-header-syntax): Remove unused var `start'.
5790 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5791 (message-inhibit-body-encoding): Move to before first use.
5792 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5793 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5794 (Organization, Message-ID, Date, mh-previous-window-config):
5795 Defvar the vars using dynamic scoping.
5796
5797 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5798
5799 * shr.el (shr-render-td): Only do colors at the final rendering.
5800 Should be slightly faster.
5801 (shr-insert-table): Fix up TD background colors when doing the
5802 vertical padding.
5803
5804 * gnus-art.el (article-date-ut): Protect against articles with no Date
5805 header.
5806 (article-update-date-lapsed): Don't use current-column to find the
5807 horizontal position. It's fragile in the presence of \003 characters.
5808
5809 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5810
5811 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5812
5813 * gnus-art.el (article-transform-date): Rewrite to still work when
5814 there are several rfc2822 parts.
5815 (article-transform-date): Fix infinite recursion.
5816 (article-date-ut): Replace infinitely many Date headers with a single
5817 one when called interactively.
5818
5819 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5820 secure manner.
5821
5822 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5823 move around by not using save-window-excursion. It seems to work...
5824
5825 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5826
5827 * gnus-art.el (article-make-date-line): Work for user-defined format.
5828
5829 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5830
5831 * nntp.el (nntp-retrieve-group-data-early)
5832 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5833 fetching functions.
5834
5835 * gnus-start.el (gnus-read-active-for-groups): Read the active files
5836 thoroughly for all backends that have no known groups. This should
5837 allow new nnml methods to retrieve mail.
5838
5839 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5840 that Gnus doesn't know exists again.
5841
5842 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5843 (gnus-treat-date-ut): Ditto.
5844 (gnus-article-update-date-header): Rename.
5845 (gnus-treat-date-local): Remove.
5846 (gnus-treat-date-english): Remove.
5847 (gnus-treat-date-lapsed): Remove.
5848 (gnus-treat-date-combined-lapsed): Remove.
5849 (gnus-treat-date-original): Remove.
5850 (gnus-treat-date-iso8601): Remove.
5851 (gnus-treat-date-user-defined): Remove.
5852 (gnus-article-date-headers): New variable to control all the date
5853 header options.
5854 (article-date-ut): Rewrite to allow using the new way to format date
5855 headers(s).
5856
5857 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
5858
5859 * nnmail.el (nnmail-article-group): Check for a direct fancy split
5860 method.
5861 (nnmail-article-group): A better test for fanciness.
5862
5863 * nnimap.el (nnimap-request-head): Protect against not finding the
5864 article by Message-ID.
5865
5866 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
5867
5868 * gnus-art.el (article-update-date-lapsed): Try a better way to really
5869 keep point at the "same place".
5870
5871 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5872
5873 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5874 data if the group is inactive.
5875
5876 2011-01-28 Julien Danjou <julien@danjou.info>
5877
5878 * gnus-win.el: Remove dead function gnus-window-configuration-element.
5879 (gnus-all-windows-visible-p): Remove old compatibility code.
5880 (gnus-window-top-edge): Add docstring.
5881
5882 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5883
5884 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5885
5886 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5887 older request-update-info.
5888
5889 * gnus-art.el (article-make-date-line): Limit the length a bit more.
5890
5891 2011-01-28 Daiki Ueno <ueno@unixuser.org>
5892
5893 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5894 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5895
5896 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5897
5898 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5899 groups. This makes the nndraft:queue group pop up if it's not already
5900 there.
5901
5902 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5903 messages" logic, which was reversed.
5904
5905 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5906 the "same place" even if point is on the line being replaced.
5907 (article-update-date-lapsed): Allow updating both the combined lapsed
5908 and the lapsed headers.
5909 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5910 (article-make-date-line): Limit the number of segments dynamically to
5911 avoid too-long lines.
5912
5913 2011-01-27 Julien Danjou <julien@danjou.info>
5914
5915 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5916 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5917
5918 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
5919
5920 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5921 Use plist-get instead of the cl function getf.
5922
5923 2011-01-27 Glenn Morris <rgm@gnu.org>
5924
5925 * gnus-util.el (float-time): Get rid of compiler warning, again.
5926
5927 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5928
5929 * shr.el (shr-put-color): Special-case background colors: Do put them
5930 at the blank parts at the front of the lines.
5931
5932 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5933 exit hook to nix out all data on readedness on group exit.
5934
5935 * gnus-util.el (float-time): If float-time is bound, always use it on
5936 all Emacsen. It's unclear why the subrp check was there.
5937 (time-date): Require to make some autoload issues on XEmacs go away.
5938
5939 * shr.el (shr-put-color): Don't do the box padding in tables, since
5940 they're already padded.
5941
5942 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
5943
5944 * gnus-art.el (gnus-article-next-page): When the last line of the
5945 article is displayed, scroll down once more instead of going to the
5946 next article at once.
5947 (article-lapsed-string): Refactor out and allow specifying how many
5948 segments you want.
5949 (gnus-article-setup-buffer): Start updating the lapsed header directly.
5950 (gnus-article-update-lapsed-header): New variable.
5951
5952 * shr.el: Revert change that made headings use different-sized faces.
5953 The Emacs display engine isn't advanced enough that, for instance,
5954 tables can comfortably use differently-sized faces.
5955
5956 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5957
5958 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5959 used.
5960 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5961 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5962 we're using an encrypted connection.
5963
5964 * proto-stream.el: Alter the interface functions to also return the
5965 actual stream type used: network or TLS.
5966
5967 2011-01-25 Julien Danjou <julien@danjou.info>
5968
5969 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5970 (mm-display-javascript-inline): New function.
5971
5972 * mm-decode.el (mm-inline-media-tests): Add application/javascript
5973 viewing function.
5974
5975 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5976
5977 * shr.el (shr-expand-newlines): Fix variable name.
5978
5979 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5980
5981 * shr.el (shr-expand-newlines): Make nested boxes work.
5982
5983 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5984
5985 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5986 backgrounds.
5987 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5988 in a more sensible manner.
5989
5990 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
5991
5992 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5993 if EPG is loaded.
5994
5995 2011-01-24 Julien Danjou <julien@danjou.info>
5996
5997 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5998 tags.
5999
6000 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6001
6002 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6003 commands.
6004
6005 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6006 in the article buffer.
6007 (gnus-gravatar-insert): Use blank space from the current buffer to
6008 avoid breaking text properties. This makes X-Sent updating work again.
6009
6010 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6011
6012 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6013
6014 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6015 fix the bug in url-http.el instead.
6016
6017 * shr.el (shr-image-fetched): Ditto.
6018
6019 * shr.el (shr-image-fetched): Avoid having point move in the article
6020 buffer.
6021
6022 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6023 buffer after being called. It's apparently being killed by url.el, and
6024 killing it made point move to end-of-buffer in a random buffer.
6025
6026 * shr.el (shr-image-fetched): Ditto.
6027
6028 2011-01-23 Julien Danjou <julien@danjou.info>
6029
6030 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6031
6032 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6033 text/x-org.
6034
6035 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6036
6037 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6038 (i.e., nnimap) returning nil as the article number.
6039
6040 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6041
6042 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6043 "DelSp" parameter in RFC3676.
6044
6045 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6046
6047 * message.el (message-check-recipients): Display the encoded version of
6048 the bogus address if they differ.
6049
6050 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6051 after sending.
6052
6053 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6054
6055 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6056
6057 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6058 group buffer after sending the queue.
6059
6060 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6061
6062 2011-01-22 Julien Danjou <julien@danjou.info>
6063
6064 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6065
6066 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6067
6068 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6069 nested related parts.
6070
6071 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6072 unexpired articles. This fixes the regression that led expiry marks to
6073 disappear from nnfolder groups.
6074
6075 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6078 Don't confuse the "ret" of "retrograde" with RET.
6079
6080 2011-01-21 Julien Danjou <julien@danjou.info>
6081
6082 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6083 than mm-insert-inline.
6084
6085 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6086
6087 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6088 Widen article buffer.
6089
6090 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6093 the temp buffer.
6094 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6095
6096 2011-01-20 Julien Danjou <julien@danjou.info>
6097
6098 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6099
6100 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6101 than mm-insert-inline to insert inline part: this respect
6102 mm-inline-media-tests displayers.
6103
6104 * mm-view.el (mm-display-shell-script-inline): New function.
6105
6106 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6107
6108 * mm-uu.el (mm-uu-type-alist): Add org block.
6109 (mm-uu-org-src-code-block-extract): New function.
6110
6111 * mm-view.el (mm-display-org-inline): New function.
6112
6113 * mm-decode.el (mm-automatic-display): Add text/org.
6114
6115 * mailcap.el (mailcap-mime-extensions): Add .org.
6116
6117 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6118
6119 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6120 gnus-article-add-buttons.
6121
6122 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6123
6124 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6125 From header with a date and "nobody" as the sender.
6126
6127 2011-01-19 Julien Danjou <julien@danjou.info>
6128
6129 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6130 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6131 if you have the same regexp several times.
6132 (gnus-button-push): Fix matching when regexp is symbol.
6133
6134 2011-01-15 Glenn Morris <rgm@gnu.org>
6135
6136 * message.el (message-mail): A compose-mail function should
6137 accept headers as strings.
6138
6139 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6142 Add :vert-only tags.
6143 (message-mail): New arg RETURN-ACTION.
6144 (message-return-action): New var.
6145 (message-bury): Use it.
6146 (message-mode): Make it buffer-local.
6147 (message-send-and-exit): Always call message-bury.
6148
6149 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6150 message-mail.
6151
6152 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6153
6154 * nnimap.el (nnimap-convert-partial-article): Protect against
6155 zero-length body parts.
6156
6157 * mm-decode.el (mm-preferred-alternative-precedence):
6158 Discourage showing empty parts.
6159
6160 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6161 and stuff if the backend didn't return the article number. This fixes
6162 an Exchange-related nnimap bug.
6163
6164 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6165 group window, because it does the wrong thing when a separate frame
6166 displays the group buffer.
6167
6168 * proto-stream.el (open-protocol-stream): Protect against the low-level
6169 transport functions returning nil.
6170
6171 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6172
6173 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6174 (mml2015-epg-find-usable-secret-key): New function.
6175 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6176 mml2015-epg-find-usable-key (Bug#7797).
6177 (mml2015-epg-encrypt): Ditto.
6178
6179 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6180
6181 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6182
6183 2011-01-03 Glenn Morris <rgm@gnu.org>
6184
6185 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6186
6187 * sieve.el (sieve-open-server): Give a more explicit error if
6188 sieve-manage-open returns nil. (Bug#7720)
6189
6190 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6191
6192 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6193
6194 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6195
6196 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6197 This avoids sending passwords in plain text over non-encrypted
6198 channels.
6199
6200 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6201
6202 * nnimap.el (nnimap-login): Refactored out into own function, and
6203 implement CRAM-MD5.
6204 (nnimap-wait-for-line): Refactored out.
6205
6206 * mm-view.el (mml-smime): Require.
6207
6208 2010-12-20 David Engster <deng@eml.cc>
6209
6210 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6211 use EPG to decrypt S/MIME messages instead of openssl.
6212
6213 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6214
6215 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6216
6217 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6218 status is the group clearly is unreachable.
6219
6220 * auth-source.el (auth-source-create): Add the optional second
6221 parameter to `local-variable-p' to be compatible with XEmacs.
6222
6223 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6224
6225 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6226 work when using a compressed nnml folder.
6227
6228 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6229
6230 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6231 backends after sanitising on entry, because this never makes sense:
6232 If the articles have gone missing, then the data no longer exists on
6233 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6234 overwrite anything anyway.
6235
6236 * shr.el (shr-insert-document): Bind shr-width dynamically to
6237 window-width if it's nil.
6238
6239 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6240
6241 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6242 with the meaning of using the full emacs window width for rendering.
6243
6244 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6245
6246 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6247 case when sender is not given.
6248
6249 2010-12-23 Julien Danjou <julien@danjou.info>
6250
6251 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6252 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6253 the addresses, otherwise we might misplaced the gravatar.
6254
6255 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6256
6257 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6258 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6259 obsolete in Emacs.
6260
6261 2010-12-20 Julien Danjou <julien@danjou.info>
6262
6263 * gnus-util.el (gnus-rescale-image): Revert last change.
6264
6265 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6266
6267 * gnus-group.el (gnus-group-delete-articles): New command.
6268
6269 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6270
6271 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6272
6273 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6274
6275 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6276 here, since it's up to the backends to do CRLF removal if their
6277 protocol has it.
6278
6279 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6280
6281 2010-12-17 Julien Danjou <julien@danjou.info>
6282
6283 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6284 they are from file. Can also scale up.
6285
6286 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6287
6288 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6289 Restore gnus-use-agent.
6290 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6291
6292 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6293
6294 2010-12-17 Julien Danjou <julien@danjou.info>
6295
6296 * gravatar.el (gravatar-retrieve-synchronously): New function.
6297 (gravatar-get-data): Make more robust.
6298
6299 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6300
6301 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6302 to really consider the last line.
6303
6304 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6305
6306 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6307 list of recipient keys, or use symmetric encryption if not a list.
6308 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6309 EPA override, replacing the call to `netrc-store-data'.
6310
6311 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6312
6313 * gnus-srvr.el: Avoid passing nil regexp argument to
6314 delete-matching-lines.
6315
6316 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6317
6318 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6319 fetching stops when Gnus exits.
6320
6321 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6322 function.
6323 (nnfolder-request-expire-articles): Save all the buffers after doing
6324 expiry.
6325
6326 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6327 the last article", since that led to serious performance regressions
6328 when expiring nnml groups.
6329
6330 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6331
6332 * nnir.el: Improve customizations.
6333
6334 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6335
6336 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6337
6338 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6339 group has been killed.
6340 (gnus-group-yank-group): Ditto.
6341
6342 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6343
6344 * nnimap.el (nnimap-request-update-group-status): New function.
6345
6346 * gnus-int.el (gnus-request-update-group-status): New interface
6347 function.
6348
6349 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6350 copying read-ness to the backends.
6351
6352 * nnimap.el (nnimap-quirk): New function.
6353 (nnimap-retrieve-group-data-early): Use it.
6354 (nnimap-quirks): New alist.
6355
6356 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6357
6358 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6359 don't delete it within indentation.
6360
6361 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6362
6363 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6364 previous line.
6365
6366 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6367
6368 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6369 QRESYNC command by deleting a superfluous space which broke Cyrus
6370 servers. This change will break other servers that are buggy the other
6371 way around.
6372
6373 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6374
6375 * spam.el: Reindent and fix long lines.
6376 (spam-copy-or-move-routine): Exclude invalid move destinations.
6377
6378 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6379
6380 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6381 installed the registry.
6382
6383 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6384
6385 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6386 groupname doesn't contain "gmane".
6387
6388 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6389
6390 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6391 (gnus-1): Don't create the nndrafts group twice.
6392 (gnus-setup-news): There's no need to read the active file here, since
6393 that's done again later on a per-backend basis.
6394 (gnus-start-draft-setup): Make sure that the new group is started out
6395 empty.
6396
6397 * gnus-agent.el (gnus-agentize): Don't create the queue group
6398 automatically on startup. It'll be created later, if needed.
6399
6400 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6401 of automatically subscribed groups.
6402 (gnus-auto-subscribed-categories): New variable.
6403 (gnus-matches-options-n): Use it.
6404 (gnus-default-subscribed-newsgroups): Remove unused variable.
6405 (gnus-start-draft-setup): Message a bit less.
6406
6407 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6408
6409 * nnir.el (nnir-run-imap): Return article list in order of increasing
6410 UID.
6411
6412 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6413
6414 * gnus-sum.el (gnus-summary-enter-digest-group):
6415 Mention gnus-auto-select-on-ephemeral-exit.
6416
6417 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6418 convention of the network-only option.
6419
6420 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6421
6422 * proto-stream.el (proto-stream-open-network-only): New function to
6423 have a way to specify non-STARTTLS upgrade connections.
6424
6425 2010-12-10 Julien Danjou <julien@danjou.info>
6426
6427 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6428 email address is nil.
6429
6430 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6431
6432 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6433
6434 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6435 deletion.
6436 (nnir-run-imap): Only need to parse list once.
6437
6438 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6439
6440 * shr.el (shr-tag-script): Ignore <script>.
6441 (shr-tag-label): Add <label> support.
6442
6443 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6444
6445 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6446
6447 * shr.el (shr-image-displayer): Work for images lined side by side.
6448
6449 2010-12-08 Robert Pluim <rpluim@gmail.com>
6450
6451 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6452 parameter, since XEmacs doesn't accept t as a parameter.
6453
6454 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6455
6456 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6457 ids.
6458 (nnir-run-gmane): Simplify groupspec formatting.
6459 (nnir-request-expire-articles): New function.
6460
6461 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6462
6463 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6464 overflow, possibly.
6465
6466 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6467 (shr-render-td): Handle td style="" better.
6468 (shr-tag-table): Use the color from the style sheet.
6469 (shr-render-td): Make sure we copy over all the overlays, too.
6470
6471 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6472
6473 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6474 (nnir-request-article): Improve article retrieval.
6475
6476 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6477
6478 * mm-util.el (mm-extra-numeric-entities): New variable.
6479
6480 * mm-url.el (mm-url-decode-entities):
6481 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6482
6483 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * message.el: Use completion-at-point.
6486 (message-completion-function): New fun, extracted from message-tab.
6487 (message-mode): Use it for completion-at-point-functions.
6488 (message-tab): Use it and completion-at-point.
6489
6490 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6491
6492 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6493 character if a non-breakable character follows.
6494
6495 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6496
6497 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6498 any stream.
6499
6500 * shr.el (shr-tag-font): Colorize the region.
6501 (shr-tag-body): Ditto.
6502 (shr-tag-font): Actually let the styles be inherited instead of
6503 overwriting them.
6504 (shr-tag-font): Get the background color right.
6505 (shr-tag-style): Ignore all <style> tags for the moment.
6506
6507 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6508 a Message-ID to avoid having nnimap depend on gnus-sum.
6509
6510 * shr.el (shr-descend): Only colorize something if we have a node that
6511 sets colors.
6512
6513 2010-12-06 Julien Danjou <julien@danjou.info>
6514
6515 * shr.el (shr-render-td): Render td content with shr-descend, so style
6516 will be applied to <td> too.
6517 (shr-colorize-region): Colorize region even if we only have a background.
6518 (shr-tag-body): Fix color and background color inheritance.
6519 Do not recolorize after shr-generic.
6520 (shr-tag-font): Let shr-generic colorize via inheritance.
6521
6522 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6523
6524 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6525
6526 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6527
6528 * nnir.el (nnir-request-move-article): Remove obsolete code.
6529
6530 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6531
6532 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6533
6534 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6535
6536 * gnus-sum.el (gnus-summary-respool-article): The completion function
6537 expects a list instead of an alist.
6538
6539 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6540 string as the parameter.
6541
6542 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6543
6544 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6545 styles.
6546 (shr-colorize-region): New function.
6547 (shr-insert-background-overlay): Remove.
6548 (shr-render-td): Background setting should be taken care of on a higher
6549 level.
6550 (shr-tag-body): Use post-hoc colorizations.
6551 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6552 (shr-put-color-1): Don't overwrite old colors.
6553 (shr-colorize-region): When the background color isn't explicit, use
6554 a fixed background.
6555
6556 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6557 nnmail variables.
6558
6559 2010-12-05 Bjørn Mork <bjorn@mork.no>
6560
6561 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6562 unless necessary.
6563
6564 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6565
6566 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6567 server.
6568
6569 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6570
6571 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6572 so that TAB works.
6573
6574 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6575 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6576
6577 * shr.el (shr-urlify): Show the URL before the title to avoid
6578 misleading URLs.
6579
6580 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
6581
6582 * shr.el (shr-urlify): Display the title in <a> tags.
6583
6584 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
6585
6586 * nnir.el (nnir-categorize): Replace mapcar with mapc.
6587
6588 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
6589
6590 * nnir.el: Rearrange code to allow macros to be autoloaded by
6591 gnus-sum.el.
6592 (nnir-retrieve-headers-override-function): Make this variable
6593 customizable.
6594 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6595
6596 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6597 from nnir.el.
6598
6599 2010-12-03 Julien Danjou <julien@danjou.info>
6600
6601 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6602
6603 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6604
6605 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6606 allow optional argument `environment'.
6607
6608 2010-12-03 Glenn Morris <rgm@gnu.org>
6609
6610 * mm-extern.el (message-goto-body): Update declaration.
6611
6612 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6613
6614 * gnus-util.el (gnus-macroexpand-all): New function.
6615
6616 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6617 instead of macroexpand-all that is unavailable in XEmacs.
6618
6619 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
6620
6621 * nnir.el (nnir-summary-line-format): New variable.
6622 (nnir-mode): Use it.
6623 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6624 (nnir-article-ids): Reimplement as defsubst.
6625 (nnir-retrieve-headers): Don't mangle the subject header.
6626 (nnir-run-imap): Use 100 as RSV score.
6627 (nnir-run-find-grep): Fix for full server searching.
6628 (nnir-run-gmane): Better restriction to gmane groups.
6629
6630 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6631 summary buffers.
6632
6633 2010-12-02 Julien Danjou <julien@danjou.info>
6634
6635 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6636
6637 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6638
6639 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6640 support.
6641
6642 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
6643
6644 * nnir.el: Update to handle the registry better.
6645 (autoload): Silence byte-compiler.
6646 (nnir-open-server): Add a hook for nnir groups.
6647 (nnir-request-move-article): Don't mangle the header. Better to use
6648 formatting variables (which will be added in the future).
6649 (nnir-registry-action): Update the registry using the original article
6650 group name.
6651 (nnir-mode): Install nnir-specific hooks for updating the registry.
6652
6653 * gnus-sum.el
6654 (gnus-article-original-subject,gnus-newsgroup-original-name):
6655 Remove obsolete variables.
6656 (gnus-summary-move-article): Remove use of obsolete variables.
6657 (gnus-summary-local-variables): Make move and delete hooks local to
6658 summary buffers.
6659
6660 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6661
6662 * rtree.el: New file.
6663
6664 2010-12-01 Julien Danjou <julien@danjou.info>
6665
6666 * message.el (message-user-organization): Do not use
6667 gnus-local-organization.
6668
6669 * gnus.el: Remove gnus-local-organization.
6670
6671 * gnus-msg.el: Remove nastygram thing.
6672
6673 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
6674
6675 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6676 funcall.
6677
6678 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
6679
6680 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6681 names.
6682
6683 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6684 characters.
6685
6686 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6687 to t of inhibit-read-only since it is inside gnus-with-article-headers.
6688 Suggested by Štěpán Němec <stepnem@gmail.com>.
6689 (gnus-gravatar-transform-address): Use mail-extract-address-components
6690 that supports non-ASCII names rather than mail-header-parse-addresses.
6691
6692 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6693
6694 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6695 handled by the network handler.
6696
6697 2010-11-30 Julien Danjou <julien@danjou.info>
6698
6699 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6700 (nnimap-open-connection-1): Fix PREAUTH.
6701
6702 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6703
6704 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6705
6706 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6707 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6708 (shr-insert): Use them.
6709 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6710
6711 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6712
6713 * nnir.el (nnir-request-move-article): Bail out if original group
6714 doesn't support article moves.
6715 (nnir-get-active): Improve active list retrieval.
6716
6717 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6718
6719 * shr.el (shr-find-fill-point): Don't break before apostrophes.
6720
6721 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
6722
6723 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6724 seem to accept strings-with-numbers as port numbers.
6725
6726 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6727
6728 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6729 change the registry.
6730
6731 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6732
6733 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6734 delete-dups that is not available in XEmacs 21.4.
6735
6736 * mm-util.el (mm-delete-duplicates): Add comment.
6737
6738 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
6739
6740 * nnir.el (nnir-ignored-newsgroups): New variable.
6741 (nnir-get-active): Use it.
6742
6743 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6744
6745 * proto-stream.el (proto-stream-open-network): Add some comments.
6746
6747 * nntp.el (nntp-open-connection): Provide a :success condition.
6748
6749 * nnimap.el (nnimap-open-connection-1): Ditto.
6750
6751 * proto-stream.el (proto-stream-open-network): See what the response to
6752 the STARTTLS command is.
6753
6754 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6755 backwards compatibility).
6756 (nnimap-open-connection-1): Really respect nnimap-server-port.
6757
6758 * proto-stream.el (proto-stream-open-network): When doing opportunistic
6759 TLS upgrades we don't really care about the identity of the peer.
6760 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6761 that what we've checked for.
6762 (proto-stream-always-use-starttls): Only default to t if
6763 open-gnutls-stream exists.
6764 (proto-stream-open-network): If STARTTLS failed, then just open a
6765 normal connection.
6766 (proto-stream-open-network): Wait until the greeting before doing
6767 STARTTLS.
6768
6769 * nntp.el (nntp-open-connection): Report what the connection error is.
6770
6771 * proto-stream.el (open-protocol-stream): Rename from
6772 open-proto-stream.
6773
6774 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6775
6776 * nnimap.el (nnimap-stream): Change default to `undecided'.
6777 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6778 first, and then network.
6779 (nnimap-open-connection-1): Respect nnimap-server-port.
6780 (nnimap-open-connection): Be more backwards-compatible.
6781
6782 * proto-stream.el (proto-stream-always-use-starttls): New variable.
6783 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6784 (proto-stream-open-starttls): Folded back into the main function.
6785 (proto-stream-open-network): Fix typo in the GnuTLS path.
6786 (proto-stream-command): Refactor out.
6787
6788 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6789
6790 * proto-stream.el (proto-stream-open-starttls): Actually implement the
6791 starttls.el STARTTLS.
6792
6793 * color.el (color-lab->srgb): Fix function call name.
6794
6795 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6796 if we're using tls.el.
6797 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6798 built in, then don't try to establish a STARTTLS connection.
6799
6800 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6801 servers.
6802
6803 * proto-stream.el (open-proto-stream): Use network, not stream.
6804 (open-proto-stream): Add a way to specify what the end of a command is.
6805
6806 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6807 connections types.
6808 (nntp-open-network-stream): Remove.
6809 (nntp-open-ssl-stream): Remove.
6810 (nntp-open-tls-stream): Remove.
6811 (nntp-ssl-program): Remove.
6812
6813 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6814
6815 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
6816
6817 * nnir.el: Fix typos.
6818 (nnir-retrieve-headers-override-function): Rename variable to reflect
6819 new semantics.
6820 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6821 macros.
6822 (nnir-request-article, nnir-request-move-article): Use them.
6823 (nnir-categorize): New function.
6824 (nnir-run-query): Use it.
6825 (nnir-retrieve-headers): Rewrite to batch header retrieval.
6826 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6827 sorted.
6828 (nnir-group-full-name): Use gnus-group-full-name instead.
6829 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6830 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6831
6832 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6833
6834 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6835
6836 * proto-stream.el: New library to provide protocol-specific
6837 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6838 protocols.
6839 (open-proto-stream): Complete the documentation.
6840 (proto-stream-open-network): Fix some typos.
6841
6842 * nnimap.el (nnimap-open-connection): Use it.
6843
6844 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
6845
6846 * pop3.el (pop3-open-server): Read server greeting before starting TLS
6847 negotiation.
6848
6849 2010-11-26 Julien Danjou <julien@danjou.info>
6850
6851 * color.el: Rename various rgb functions to srgb.
6852
6853 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6854
6855 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6856 names.
6857
6858 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
6859
6860 * shr.el (shr-insert): Revert last change.
6861 (shr-find-fill-point): Never leave point being at bol;
6862 relax the kinsoku limitation when rendering tables.
6863
6864 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6865
6866 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6867 results from -accept-article.
6868
6869 * shr-color.el: Require cl when compiling.
6870
6871 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6872 checkin.
6873
6874 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6875
6876 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6877
6878 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6879 'add and 'delete to set backend marks.
6880
6881 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6882
6883 * nnheader.el (nnheader-update-marks-actions): Refactor out.
6884
6885 * nntp.el (nntp-request-set-mark): Use it.
6886
6887 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6888
6889 * nnml.el (nnml-request-set-mark): Ditto.
6890
6891 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6892 introduces regressions in article selection.
6893 (nnimap-find-uid-response): New function.
6894 (nnimap-request-accept-article): Use the UID returned, if any.
6895 (nnimap-request-move-article): Use the UID returned, if any.
6896 (nnimap-get-groups): Reimplement to work with folded lines.
6897 (nnimap-find-uid-response): The UID is the last element in the list.
6898 (nnimap-request-set-mark): Extend syntax with 'set.
6899
6900 * nnml.el (nnml-request-set-mark): Ditto.
6901
6902 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6903
6904 * nntp.el (nntp-request-set-mark): Ditto.
6905
6906 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6907
6908 * message.el (message-called-interactively-p): A temporary macro.
6909 (message-goto-body): Use it temporarily.
6910
6911 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6912
6913 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6914 (nnimap-last-response-string): Unfold quoted lines, if they exist.
6915 (nnimap-last-response-string): Fix last unfolding fix.
6916
6917 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6918
6919 * shr.el (shr-insert): Fix the way to fold lines.
6920
6921 2010-11-25 Julien Danjou <julien@danjou.info>
6922
6923 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6924
6925 * color.el: Rename from color-lab.el
6926 (color-rgb->hex): Add.
6927 (color-complement): Add.
6928 (color-complement-hex): Add.
6929
6930 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6931
6932 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6933
6934 * shr-color.el (shr-color-visible): Don't bug out if the color names
6935 don't exist.
6936
6937 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6938
6939 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6940 assuming that article displaying or another mml-preview may be
6941 interrupted for an error or for the like.
6942
6943 * shr.el (shr-get-background): Fix argument name.
6944
6945 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6946
6947 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6948
6949 * gnus-sum.el (gnus-summary-include-articles): New function.
6950
6951 * message.el (message-goto-body): called-interactively-p needs a
6952 parameter, so use `any'.
6953
6954 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6955 clear marks before moving, since they're synced from the Gnus side
6956 first.
6957
6958 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6959 (gnus-summary-move-article): Copy over all marks before moving, so that
6960 IMAP doesn't think a new article has arrived.
6961
6962 2010-11-24 Julien Danjou <julien@danjou.info>
6963
6964 * shr.el (shr-insert-background-overlay): Fix typo.
6965 (shr-render-td): Copy the background before rendering.
6966
6967 * shr-color.el (shr-color-visible): Fix docstring.
6968
6969 * shr.el (shr-tag-table): Add bgcolor support.
6970 (shr-render-td): Add bgcolor support.
6971 (shr-get-background): Add.
6972 (shr-insert-foreground-overlay): Use shr-get-background.
6973
6974 * message.el (message-goto-body): Use called-interactively-p.
6975 (message-in-body-p): message-goto-body returns point.
6976
6977 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6978
6979 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
6980 Fixes something or other in Emacs 23, and is backwards compatible.
6981
6982 * message.el (message-goto-body): Remove the <#secure special-casing,
6983 which is too special.
6984
6985 * shr.el (shr-parse-style): Drop !important from styles.
6986
6987 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
6988
6989 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6990 this function to return incorrect results when calling it with an
6991 explicit article argument different from
6992 (gnus-summary-article-number).
6993
6994 2010-11-24 Julien Danjou <julien@danjou.info>
6995
6996 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6997 (shr-tag-body): Add background support.
6998 (shr-descend): Add background support.
6999 (shr-tag-title): Add.
7000
7001 * shr-color.el (shr-color-visible): Really return original background
7002 if fixed.
7003
7004 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7005
7006 * shr.el (shr-color-check): Protect against non-existent color names.
7007
7008 2010-11-24 Julien Danjou <julien@danjou.info>
7009
7010 * color-lab.el: Require 'cl when compiling.
7011
7012 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7013
7014 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7015 matched part.
7016
7017 * color-lab.el: Fix all expt calls to use float type.
7018
7019 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7020
7021 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7022 expression to shr-color-check as is.
7023
7024 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7025
7026 * color-lab.el: Add coding cookie.
7027 (float-pi): Use eval-and-compile.
7028
7029 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7030
7031 * shr.el (shr-insert-color-overlay): Split stuff like
7032 "#444444 !important" to find the real color.
7033 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7034 parse <font color="red"> entries.
7035
7036 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7037
7038 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7039 point when parsing headers.
7040
7041 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7042 is positioned properly when parsing headers.
7043
7044 2010-11-23 Julien Danjou <julien@danjou.info>
7045
7046 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7047
7048 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7049
7050 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7051
7052 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7053 Use shr-color-hue-to-rgb.
7054 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7055
7056 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7057
7058 * shr.el (shr-color->hexadecimal): Autoload.
7059 (shr-descend): Add color to all tags.
7060
7061 2010-11-22 Julien Danjou <julien@danjou.info>
7062
7063 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7064 shr-color->hexadecimal.
7065
7066 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7067 RGB() or HSL() color representation.
7068
7069 * shr.el (shr-tag-font): Add.
7070 (shr-tag-color-check): New function to get better colors.
7071 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7072 tag-span.
7073
7074 * shr-color.el: New file.
7075
7076 * color-lab.el: New file.
7077
7078 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7079
7080 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7081
7082 * nnir.el: Fix typo in comments.
7083 (nnir-run-imap): Simplify code. No need to reverse artlist.
7084 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7085
7086 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7087
7088 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7089
7090 * nnimap.el (nnimap-get-capabilities): Refactor out.
7091 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7092
7093 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7094
7095 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7096 appearing when `mm-uu-hide-markers' is nil.
7097
7098 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7099
7100 * nnimap.el (nnimap-unselect-group): Make into its own function.
7101 (nnimap-request-rename-group): Unselect group before renaming.
7102 This had gotten lost somewhere.
7103 (nnimap-request-accept-article): Keep track of examined groups, and
7104 unselect the group before APPENDing to read-only groups.
7105 (nnimap-request-move-article): Clear flags before moving so that they
7106 can be re-set later.
7107
7108 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7109
7110 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7111 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7112
7113 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7114
7115 * gnus-art.el (gnus-mime-display-single):
7116 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7117 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7118 parameter.
7119
7120 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7121
7122 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7123 (shr-table-vertical-line): New variable.
7124 (shr-insert-table): Use it.
7125
7126 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7127
7128 * gnus-html.el (gnus-html-wash-images): Don't display images if
7129 gnus-inhibit-images is non-nil; register displayer for cid images.
7130 (gnus-html-display-image): Work for cid image.
7131 (gnus-html-insert-image): Allow arguments.
7132 (gnus-html-put-image): Inhibit read-only.
7133 (gnus-html-prefetch-images): Don't prefetch images if
7134 gnus-inhibit-images is non-nil.
7135
7136 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7137
7138 * shr.el (shr-put-image): Break lines when inserting big pictures.
7139
7140 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7141
7142 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7143 sender, thanks Katsumi Yamaoka.
7144
7145 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7146
7147 * nnir.el (nnir-run-imap): Reverse the article list for each group
7148 rather than the whole list.
7149
7150 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7151
7152 * shr.el (shr-image-displayer): Protect function against non-existent
7153 image source.
7154
7155 * gnus-art.el (gnus-inhibit-images): New user option.
7156 (gnus-mime-display-single): Don't display image if it is non-nil.
7157
7158 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7159 gnus-inhibit-images.
7160
7161 * shr.el (shr-image-displayer): New function.
7162 (shr-tag-img): Use it.
7163
7164 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7165
7166 * mml2015.el (mml2015-epg-sign): Use From header.
7167
7168 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7169
7170 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7171
7172 * gnus-util.el (gnus-find-text-property-region): Return markers.
7173
7174 * shr.el (shr-tag-img): Put a displayer in the text property.
7175
7176 * gnus-util.el (gnus-find-text-property-region): New utility function.
7177
7178 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7179 (gnus-html-show-images): Remove.
7180
7181 * gnus-art.el (gnus-article-show-images): New, more general function.
7182
7183 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7184 image url text properties.
7185
7186 * shr.el: Ditto.
7187
7188 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7189 gnus-agent-auto-agentize-methods is set. Which it isn't.
7190
7191 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7192
7193 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7194 work for two or more articles.
7195
7196 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7197
7198 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7199 divide an image that's in an html article to two or more when washing
7200 non-ASCII characters in alt text of it.
7201
7202 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7203
7204 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7205 smime-decrypt-region using function argument.
7206 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7207
7208 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7209
7210 * smime.el (smime-decrypt-region): Catch it.
7211
7212 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * smime.el (smime-mode-map): Move initialization into declaration.
7215 (gnus-run-mode-hooks): Don't autoload.
7216 (smime-mode): Use define-derived-mode.
7217
7218 2010-11-11 Glenn Morris <rgm@gnu.org>
7219
7220 * smime.el (from): Restrict declaration to XEmacs.
7221
7222 * nnir.el (gnus-group-topic-name): Autoload.
7223
7224 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7225
7226 * shr.el (shr-insert): Don't break long line if it is because of
7227 kinsoku-bol characters in the line end.
7228
7229 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7230
7231 * nnir.el (nnir-request-move-article): Fix to provide original group
7232 and subject.
7233 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7234 been retrieved.
7235
7236 * gnus-sum.el (gnus-summary-move-article): Use original group and
7237 subject for virtual articles such as those in an nnir summary buffer.
7238
7239 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7240
7241 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7242 least 21.5).
7243
7244 * smime.el (from): Declare it again for XEmacs.
7245
7246 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7247
7248 * message.el (message-resend): Don't disable encoding unless it's
7249 already encoded.
7250
7251 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7252 low-numbered articles.
7253
7254 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7255
7256 * rfc2047.el (rfc2047-syntax-table): Simplify.
7257
7258 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7259 set-char-table-range for XEmacs.
7260
7261 2010-11-10 Glenn Morris <rgm@gnu.org>
7262
7263 * smime.el (from): Remove unused declaration.
7264
7265 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7266 (gnus-float-time): On Emacs, always an alias.
7267
7268 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7269 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7270
7271 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7272
7273 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7274
7275 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7276
7277 * shr.el (browse-url-mailto): Autoload.
7278
7279 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7280
7281 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7282 regexp doesn't need quoting.
7283
7284 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7285
7286 * message.el (message-subject-trailing-was-ask-regexp)
7287 (message-subject-trailing-was-regexp): Match was: in addition to was.
7288
7289 2010-11-09 Glenn Morris <rgm@gnu.org>
7290
7291 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7292 (nnbabyl-check-mbox): Use point-at-bol.
7293
7294 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7295
7296 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7297
7298 * message.el (message-mailto): New function.
7299 (message-mailto): Should accept other parameters.
7300 (message-mailto): Remove since it duplicates browse-url-mailto
7301 functionality.
7302
7303 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7304
7305 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7306 methods.
7307 (gnus-read-active-file): Ditto.
7308
7309 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7310 ": " from the prompt.
7311 (gnus-group-make-group): Ditto.
7312
7313 2010-11-07 Glenn Morris <rgm@gnu.org>
7314
7315 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7316 (gnus-bookmark-kill-line): Use point-at-eol.
7317
7318 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7319
7320 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7321 asterisks in From header.
7322
7323 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7324
7325 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7326 string to avoid making the From headers syntactically invalid.
7327
7328 * message.el (message-send-mail): Don't insert courtesy messages if the
7329 message already has List-Post and List-ID messages.
7330
7331 2010-11-06 Glenn Morris <rgm@gnu.org>
7332
7333 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7334 `condition', `type', `length' a prefix.
7335 (gnus-treat-predicate): Update for above name changes.
7336
7337 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7338
7339 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7340 binding. Handled by `gnus-summary-refer-thread' instead.
7341 (nnir-warp-to-article): New backend function.
7342
7343 * nnimap.el (nnimap-request-thread): Force dependency updating.
7344
7345 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7346 (gnus-summary-refer-thread): Rework to improve thread-referral.
7347
7348 * gnus-int.el (gnus-warp-to-article): New function.
7349
7350 * gnus-sum.el (gnus-summary-article-map): Bind it.
7351
7352 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7353
7354 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7355 gnus-summary-refer-thread.
7356
7357 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7358 headers.
7359 (gnus-summary-limit-include-thread): Prevent articles in thread from
7360 being cut in gnus-cut-threads.
7361 (gnus-summary-refer-thread): Limit retrieved headers to those in
7362 thread.
7363
7364 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7365
7366 * message.el (message-send-mail): Use the value of
7367 message-courtesy-message from the message buffer.
7368
7369 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7370
7371 * shr.el (shr-browse-url): Implement mailto: URLs.
7372
7373 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7374 "raw".
7375
7376 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7377 if it's already selected.
7378
7379 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7380
7381 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7382
7383 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7384 to measure the length and truncate alt text.
7385
7386 2010-11-03 Glenn Morris <rgm@gnu.org>
7387
7388 * nndiary.el (nndiary-generate-nov-databases-1)
7389 (nndiary-generate-active-info): Rename dynamic variable `files' to
7390 something less generic.
7391
7392 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7393
7394 * nnir.el (nnir-request-move-article): Call the underlying backend to
7395 move articles from nnir.
7396
7397 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7398
7399 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7400
7401 2010-11-02 Julien Danjou <julien@danjou.info>
7402
7403 * nnir.el: Remove wais support.
7404
7405 2010-11-02 Glenn Morris <rgm@gnu.org>
7406
7407 * gnus-html.el: Reorder requirements to quieten compiler.
7408
7409 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7410
7411 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7412 properly for XEmacs as well.
7413 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7414 (gnus-article-natural-long-line-p): Use window-width rather than
7415 frame-width.
7416
7417 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7418
7419 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7420 (nnir-read-parms): Don't modify query.
7421 (nnir-run-query): Add ability to search topic on current line.
7422 (nnir-get-active): Clean up.
7423
7424 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7425
7426 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7427 degenerate articles.
7428
7429 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7430 (gnus-print-buffer): Just print the buffer as is, without any copying
7431 to a buffer and then re-highlighting.
7432
7433 * nnimap.el (nnimap-request-group): Store the new updated info.
7434 (nnimap-request-group): Select the group when we don't know whether it
7435 exists or not.
7436
7437 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7438 groups.
7439
7440 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7441 groups.
7442
7443 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7444 groups.
7445
7446 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7447 long-lines case by only filling the long lines.
7448
7449 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7450 (bug #7311).
7451
7452 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7453
7454 * shr.el: No need to declare `declare-function' since shr.el is for
7455 only Emacsen that provide `libxml-parse-html-region'.
7456
7457 2010-11-01 Glenn Morris <rgm@gnu.org>
7458
7459 * mm-util.el (gnus-completing-read): Autoload.
7460 (mm-read-coding-system): Simplify Emacs definition.
7461
7462 * nnmail.el (gnus-activate-group):
7463 * nnimap.el (gnutls-negotiate):
7464 * nntp.el (netrc-parse): Fix declarations.
7465
7466 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7467
7468 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7469 string-match-p in Emacs >=23.
7470
7471 * gnus-msg.el (gnus-configure-posting-styles):
7472 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7473
7474 2010-11-01 Glenn Morris <rgm@gnu.org>
7475
7476 * nnir.el (declare-function): Add compat stub.
7477 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7478 (nnir-run-gmane): Require 'mm-url.
7479
7480 * mm-util.el (mm-string-to-multibyte): Simplify.
7481
7482 * shr.el (declare-function): Add compat stub.
7483 (url-cache-create-filename): Declare.
7484 (mm-disable-multibyte, widget-convert-button): Autoload.
7485
7486 * smime.el (ldap-search): Declare.
7487 (smime-cert-by-ldap-1): Require ldap on Emacs.
7488
7489 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7490 (nnimap-keepalive): Use gnus-float-time.
7491
7492 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7493 (mail-source-delete-crash-box): Use gnus-float-time.
7494
7495 * gnus-dired.el (gnus-completing-read): Autoload.
7496
7497 * mm-view.el (gnus-rescale-image): Autoload.
7498
7499 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7500
7501 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7502
7503 * sieve-manage.el: Require 'cl when compiling.
7504
7505 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7506 (gnus-iswitchb-completing-read): Require iswitchb.
7507 (gnus-select-frame-set-input-focus): Silence compiler.
7508
7509 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7510
7511 * message.el (message-subject-trailing-was-query): Change default to t,
7512 since I think that's what most people want.
7513
7514 * nnimap.el (nnimap-request-accept-article): Erase buffer before
7515 appending for easier debugging.
7516 (nnimap-wait-for-connection): Take a regexp.
7517 (nnimap-request-accept-article): Wait for the continuation line before
7518 sending anything unless we're streaming.
7519
7520 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7521 leave the header washing to take place.
7522
7523 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7524
7525 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7526 regular expression match and replace in posting styles.
7527
7528 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7529
7530 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7531 an entire server.
7532 (nnir-get-active): New function.
7533 (nnir-run-imap): Use it.
7534 (nnir-run-gmane): Who knew, gmane search returns an article score!
7535
7536 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7537 server on the current line with nnir.
7538
7539 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7540
7541 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7542 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7543 left edge.
7544 (gnus-article-foldable-buffer): Skip past the prefix when determining
7545 raggedness.
7546
7547 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7548 the raw article, and change `C-u g' to show the article without doing
7549 treatments.
7550
7551 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7552 on to `gnus-treat-article'.
7553 (gnus-inhibit-article-treatments): New variable.
7554
7555 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7556
7557 * gnus-art.el (gnus-treatment-function-alist): Have
7558 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7559 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7560 sections.
7561
7562 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7563 parameter.
7564 (gnus-article-fill-cited-long-lines): New function.
7565 (gnus-article-fill-cited-article): Allow filling only long sections.
7566
7567 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7568 and non-punctuation (like after the apostrophe in "'We").
7569
7570 * gnus-sum.el (gnus-summary-select-article): Make sure
7571 gnus-original-article-buffer is alive.
7572
7573 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7574 reflect the order they are in the digest.
7575
7576 * gnus.el (gnus-group-startup-message): Move point to the start of the
7577 buffer.
7578
7579 * nnimap.el (nnimap-capability): New function.
7580 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7581 is set.
7582
7583 2010-10-31 David Engster <dengste@eml.cc>
7584
7585 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7586 conform with changes to gnus-completing-read.
7587
7588 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7589
7590 * shr.el (shr-tag-img): Output "*" instead of "[img]".
7591
7592 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7593
7594 * nnir.el: Move defvar, defcustom around to keep file organized
7595 and keep byte-compiler quiet.
7596 (nnir-read-parms): Accept search-engine as arg.
7597 (nnir-run-query): Pass search-engine as arg.
7598 (nnir-search-engine): Remove.
7599
7600 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7601
7602 * shr.el (shr-generic): The text nodes should be text, not :text.
7603
7604 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7605 later in the file.
7606
7607 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7608
7609 * nnir.el: General clean up. Allow searching with multiple engines.
7610 Allow separate extra-parameters for each engine.
7611 Batch queries when possible.
7612 (nnir-imap-default-search-key,nnir-method-default-engines):
7613 Add customize interface.
7614 (nnir-run-gmane): New engine.
7615 (nnir-engines): Use it. Qualify all prompts with engine name.
7616 (nnir-search-engine): Remove global variable.
7617 (nnir-run-hyrex): Restore for now.
7618 (nnir-extra-parms,nnir-search-history): New variables.
7619 (gnus-group-make-nnir-group): Use them.
7620 (nnir-group-server): Remove in favor of gnus-group-server.
7621 (nnir-request-group): Avoid searching twice.
7622 (nnir-sort-groups-by-server): New function.
7623
7624 2010-10-30 Julien Danjou <julien@danjou.info>
7625
7626 * gnus-group.el: Remove gnus-group-fetch-control.
7627
7628 * gnus-start.el (gnus-find-new-newsgroups):
7629 Remove gnus-check-first-time-used.
7630
7631 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7632
7633 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7634
7635 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7636 set on groups that don't have \* permanentflags.
7637
7638 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7639
7640 * shr.el (shr-tag-span): Drop colorization of regions since we don't
7641 control the background color.
7642 (shr-tag-img): Ignore very small web bug type images.
7643 (shr-put-image): Add help-echo alt texts to the images.
7644 (shr-tag-video): Show the video poster image.
7645
7646 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7647
7648 * shr.el (shr-table-depth): New variable.
7649 (shr-tag-table-1): Only insert the images after the top-level table.
7650
7651 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7652
7653 * gnus-util.el (gnus-list-memq-of-list): New function.
7654
7655 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7656 selected.
7657 (nnimap-unsplittable-articles): New slot.
7658 (nnimap-new-articles): Use it.
7659
7660 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
7661
7662 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7663 move to the previous line on `M-g'.
7664
7665 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7666
7667 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7668 *-request-group, which seems unnecessary.
7669
7670 * nnimap.el (nnimap-quote-specials): Function copied over from
7671 imap.el.
7672 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7673 they support that. Suggested by Tom Regner.
7674
7675 2010-10-29 Julien Danjou <julien@danjou.info>
7676
7677 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7678 defalias.
7679 (gnus-summary-delete-marked-with): Remove obsolete defalias.
7680
7681 * gnus.el: Remove `gnus-nntp-service' variable.
7682 (gnus-secondary-servers): Make obsolete.
7683 (gnus-nntp-server): Make obsolete.
7684
7685 * gnus-start.el (gnus-1): Remove x-splash calls.
7686
7687 * gnus-ems.el (gnus-x-splash): Remove.
7688
7689 * gnus.el (gnus-group-startup-message): Simplify/update code.
7690
7691 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7692 capability before doing anything.
7693 (gnus-group-insert-group-line): Remove useless
7694 gnus-group-remove-excess-properties.
7695
7696 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7697
7698 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7699
7700 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7701
7702 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7703 config after reselecting.
7704
7705 2010-10-28 Julien Danjou <julien@danjou.info>
7706
7707 * shr.el (shr-put-image): Use point even if only inserting text.
7708 (shr-put-image): Save excursion when inserting alt text on non-graphic
7709 display, so the behavior is the same when we are on a graphic display.
7710
7711 * nnir.el (nnir-run-swish-e): Remove hyrex support.
7712
7713 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7714
7715 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7716 (gnus-mime-copy-part): Check coding system, not charset.
7717 (gnus-mime-view-part-externally): Never remove part.
7718 (gnus-mime-view-part-internally): Don't remove part here.
7719 (gnus-article-part-wrapper): Make sure MIME tag is visible.
7720 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7721 multipart/alternative.
7722
7723 * mm-decode.el (mm-display-part): Take optional arg `force'.
7724
7725 2010-10-26 Julien Danjou <julien@danjou.info>
7726
7727 * gnus-group.el (gnus-group-default-list-level): Add this function to
7728 compute the default list level.
7729 (gnus-group-default-list-level): Add possibility to use a function.
7730
7731 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
7732
7733 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7734
7735 * gnus-group.el (gnus-group-completing-read)
7736 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7737 gnus-replace-in-string.
7738
7739 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7740
7741 * shr.el (shr-tag-div): Add.
7742
7743 2010-10-25 Julien Danjou <julien@danjou.info>
7744
7745 * gnus-util.el: Remove `gnus-with-local-quit'.
7746
7747 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7748
7749 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7750
7751 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7752 the original article buffer.
7753
7754 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7755
7756 * nnimap.el (nnimap-request-head): New function.
7757 (nnimap-request-move-article): Try to be slightly faster by not
7758 requesting the entire message when moving.
7759 (nnimap-transform-headers): Don't bug out on bodiless articles.
7760 (nnimap-send-command): Have no outstanding messages if the IMAP server
7761 doesn't support streaming.
7762 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7763
7764 2010-10-24 Julien Danjou <julien@danjou.info>
7765
7766 * message.el (message-default-headers): Fix type.
7767
7768 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7769
7770 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7771 prefetching images.
7772
7773 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7774 backend for unknown groups. This is mainly useful for nnimap groups.
7775
7776 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7777 group isn't covered by the agent.
7778
7779 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
7780
7781 * nnir.el (nnir-method-default-engines): New variable.
7782 (nnir-run-query): Use it.
7783 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7784 (gnus-summary-nnir-goto-thread): Change group if needed.
7785
7786 * gnus-group.el (gnus-group-group-map): Add key binding for
7787 gnus-group-make-nnir-group.
7788
7789 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7790
7791 * shr.el (shr-tag-object): Add.
7792
7793 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7794 original article buffer live.
7795 (gnus-summary-select-article-buffer):
7796 Mention gnus-widen-article-buffer.
7797
7798 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7799
7800 * shr.el (shr-tag-strong): Add.
7801
7802 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7803
7804 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7805 group names. They mess up the group buffer badly.
7806
7807 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7808
7809 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7810 instead of the summary one.
7811
7812 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
7813
7814 * mml.el (mml-preview): Work properly when editing article.
7815
7816 * gnus-start.el (gnus-read-active-file-1): Don't add method to
7817 gnus-have-read-active-file if it's already been in.
7818
7819 2010-10-22 Tom Tromey <tromey@redhat.com>
7820
7821 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7822 gnus-group-completing-read.
7823
7824 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7825
7826 * message.el (message-mode-map): Don't bind M-; to comment region, to
7827 allow the global comment-dwim to work.
7828
7829 2010-10-21 Julien Danjou <julien@danjou.info>
7830
7831 * message.el (message-setup-1): Allow message-default-headers to be a
7832 function.
7833
7834 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7835
7836 * shr.el (shr-tag-table): Simplify.
7837
7838 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7839
7840 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7841 to avoid trying to snarf invalid stuff.
7842
7843 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7844
7845 * gnus.el (gnus-message-archive-group): Quote value.
7846 (gnus-message-archive-group): Mark as changed.
7847
7848 * shr.el (shr-add-font): Don't put the font properties on the newline
7849 or the indentation.
7850
7851 * message.el (message-fix-before-sending): Change options when sending
7852 non-printable characters.
7853
7854 * gnus.el (gnus-message-archive-method): Change the default to
7855 monthly outgoing groups.
7856
7857 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7858 that have gotten new numbers.
7859
7860 * nnimap.el (nnimap-request-replace-article): New function.
7861
7862 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7863
7864 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7865 (nnrss-request-article): Don't use special html washing code.
7866
7867 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7868
7869 * shr.el (shr-tag-table): Remove useless nconc.
7870
7871 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7872
7873 * gnus-art.el (article-wash-html): Simplify and remove the charset
7874 stuff. Use the normal html rendering code instead of the special html
7875 washing code.
7876
7877 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7878 `gnus-w3m' symbols.
7879 (mm-text-html-washer-alist): Remove.
7880
7881 * mm-decode.el (mm-inline-text-html-renderer): Remove.
7882 (mm-inline-media-tests): Remove use.
7883 (mm-text-html-renderer): Change default to the `shr' symbol.
7884
7885 * mm-view.el (mm-inline-text-html): Remove use.
7886
7887 * gnus-art.el (gnus-blocked-images): New function. Allow the
7888 `gnus-blocked-images' to be a function.
7889 (gnus-article-wash-function): Remove.
7890
7891 2010-10-20 Julien Danjou <julien@danjou.info>
7892
7893 * spam.el (spam-list-of-processors): Mark as obsolete.
7894
7895 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7896 (nnimap-insert-partial-structure): Fix boundary detection.
7897
7898 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
7899
7900 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7901 run file-truename on remote files. This can be expensive and even
7902 prevent one from editing drafts if some unrelated buffer has a stale
7903 connection.
7904
7905 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7906
7907 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7908 kinsoku-eol regardless of shr-kinsoku-shorten.
7909 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7910 (shr-tag-table): Support caption, thead, and tfoot.
7911
7912 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7913
7914 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7915 lines.
7916 (shr-save-contents): New command and keystroke.
7917
7918 * nndoc.el (nndoc-type-alist): Add git support.
7919 (nndoc-git-type-p): New function.
7920 (nndoc-transform-git-article): Ditto.
7921 (nndoc-transform-git-headers): Ditto.
7922 (nndoc-transform-git-headers): Generate Subject headers.
7923
7924 * shr.el (shr-parse-style): New function.
7925 (shr-tag-span): Ditto.
7926
7927 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7928 to `G G' to avoid collisions.
7929
7930 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7931
7932 * shr.el: Load kinsoku if necessary.
7933 (shr-kinsoku-shorten): New internal variable.
7934 (shr-find-fill-point): Make kinsoku shorten text line if
7935 shr-kinsoku-shorten is bound to non-nil.
7936 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7937 shr-indentation too when testing if table is wider than frame width.
7938 (shr-insert-table): Use `string-width' instead of `length' to measure
7939 text width.
7940 (shr-insert-table-ruler): Make sure indentation is done at bol.
7941
7942 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7943
7944 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7945 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7946 undecoded network data.
7947
7948 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7949
7950 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7951 name in the mode line spec so that the mode line menu works
7952 (bug #2431).
7953
7954 * message.el (message-get-reply-headers): If we're fed `to-address',
7955 then always use that.
7956
7957 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7958 aren't so wide as to need to switch off the edit menu.
7959
7960 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7961 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7962
7963 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7964 `M-g'.
7965 (nnimap-update-info): Update flags/read marks even if \* isn't part of
7966 the permanent marks.
7967
7968 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
7969
7970 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7971 Splitting according to references/in-reply-to obeys the ignore-groups
7972 variable, while splitting by sender and subject do not.
7973
7974 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7975
7976 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7977 alist, so that we can look for non-Unicode chars.
7978 (article-translate-strings): Allow both character and string maps.
7979
7980 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7981
7982 * shr.el (shr-insert): Don't insert space behind a wide character
7983 categorized as kinsoku-bol, or between characters both categorized as
7984 nospace.
7985
7986 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
7987
7988 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
7989 headers to gnus-newsgroup-headers.
7990
7991 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7992
7993 * shr.el (shr-tag-img): Don't align images -- since we're not
7994 rescaling, this often leads to ugly displays.
7995
7996 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
7997
7998 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7999 duplicates.
8000
8001 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8002
8003 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8004 call.
8005
8006 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8007
8008 * gnus.el: Autoload gnus-html-show-images.
8009
8010 * nnimap.el: Use nnheader-message throughout.
8011
8012 * shr.el (shr-tag-img): Ignore images with no data.
8013
8014 2010-10-15 Julien Danjou <julien@danjou.info>
8015
8016 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8017 a possibility to disable format=flow encoding when using hard newlines.
8018
8019 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8020
8021 * shr.el (shr-insert): Remove space inserted before or after a
8022 breakable character or at the beginning or the end of a line.
8023 (shr-find-fill-point): Do kinsoku; find the second best point or give
8024 it up if there's no breakable point.
8025
8026 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8027
8028 * nnimap.el (nnimap-open-connection): Message when opening connection
8029 for debugging purposes.
8030
8031 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8032 on every setup buffer call to allow this to change from article to
8033 article.
8034
8035 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8036 buffers where we have a wide table.
8037
8038 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8039
8040 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8041 uses *-request-thread.
8042
8043 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8044
8045 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8046 incantation, which is no longer valid.
8047
8048 2010-10-14 Julien Danjou <julien@danjou.info>
8049
8050 * shr.el: Fix defcustom type (char -> character).
8051
8052 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8053
8054 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8055 programs.
8056
8057 2010-10-14 Julien Danjou <julien@danjou.info>
8058
8059 * shr.el (shr-tag-a): Use url-link as widget type.
8060
8061 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8062 `gnus-group-get-icon'.
8063
8064 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8065
8066 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8067 This should make server editing work better.
8068
8069 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8070
8071 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8072 (nnimap-parse-flags): Fix regexp.
8073
8074 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8075 probably work for CJVK text, too.
8076
8077 * nnimap.el (nnimap-extend-tls-programs): Remove.
8078 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8079
8080 2010-10-13 Julien Danjou <julien@danjou.info>
8081
8082 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8083 responses.
8084
8085 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8086
8087 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8088
8089 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8090 anything in Emacs.
8091
8092 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8093
8094 2010-10-13 Julien Danjou <julien@danjou.info>
8095
8096 * shr.el (shr-width): Make shr-width a defcustom with default to
8097 fill-column.
8098 (shr-tag-img): Use shr-width rather than fill-column.
8099
8100 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8101
8102 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8103
8104 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8105 position when (X-)Faces exist.
8106 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8107 avatars when called interactively.
8108
8109 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8110
8111 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8112 gnus-article-x-face-too-ugly is bound.
8113
8114 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8115
8116 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8117
8118 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8119 mailbox that doesn't exist.
8120
8121 2010-10-12 Julien Danjou <julien@danjou.info>
8122
8123 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8124 (shr-get-image-data): Encode URL properly when fetching from cache.
8125 (shr-tag-img): Use aligned-to spaces to align correctly images.
8126
8127 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8128 before inserting the Gravatar.
8129
8130 * shr.el (shr-tag-img): Add align attribute support for <img>.
8131
8132 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8133
8134 * gnus-gravatar.el (gnus-art): Require.
8135
8136 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8137 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8138 Remove long obsoleted functions.
8139
8140 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8141
8142 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8143
8144 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8145 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8146 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8147 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8148 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8149 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8150 Fix comment for declare-function.
8151
8152 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8153
8154 * nnimap.el (nnimap-request-rename-group): Select group read-only
8155 before renaming it.
8156
8157 * shr.el (shr-insert): Fix up the white space only regexp.
8158
8159 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8160 bodies. Protect against this. Reported by Michael Welsh Duggan.
8161
8162 * shr.el (shr-current-column): New function.
8163 (shr-find-fill-point): New function.
8164
8165 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8166
8167 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8168 numbers.
8169
8170 2010-10-11 Julien Danjou <julien@danjou.info>
8171
8172 * shr.el (shr-hr-line): Add.
8173 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8174 display hr lines.
8175 (shr-max-columns): Do not change state to nil if we just inserting
8176 spaces.
8177
8178 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8179
8180 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8181 select the last group.
8182
8183 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8184
8185 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8186
8187 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8188
8189 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8190 for Gnus.
8191 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8192 (nnimap-update-qresync-info): Mark \Seen articles as read.
8193
8194 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8195 non-variable, too.
8196
8197 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8198 available.
8199 (nnimap-update-info): Rely more on the current active than the param
8200 active to avoid marking articles as read too much.
8201
8202 * auth-source.el (auth-source-create): Use (user-login-name) for the
8203 user name default.
8204
8205 * nnimap.el (nnimap-update-info): If the server doesn't return any
8206 useful info, just use the previous info.
8207 (nnimap-update-info): Prefer old info over start-article.
8208 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8209
8210 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8211
8212 * nnir.el (autoload): Clean up autoloads.
8213 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8214 Use key rather than value.
8215 (nnir-imap-search-other): New variable.
8216 (nnir-read-parm): Use it.
8217 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8218 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8219
8220 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8221
8222 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8223 the process, too.
8224
8225 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8226
8227 * spam.el (gnus-summary-mode-map): Bind to "$".
8228 Suggested by Russ Allbery.
8229
8230 * shr.el: Rework the way things are indented by <li> slightly.
8231
8232 * gnus.el (gnus-group-set-parameter): Fix typo.
8233
8234 * nnimap.el: Start implementing QRESYNC support.
8235
8236 2010-10-09 Julien Danjou <julien@danjou.info>
8237
8238 * nnir.el (nnir-engines): Fix too many arguments.
8239
8240 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8241
8242 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8243 group is the "last", so that the backends like nnfolder actually save
8244 their folders.
8245
8246 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8247 try to use that for the TLS stream.
8248 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8249 UIDVALIDITY and find out which groups are read-only and not.
8250 (nnimap-get-flags): Use the same marks parsing code as the rest of
8251 nnimap.
8252
8253 2010-10-09 Julien Danjou <julien@danjou.info>
8254
8255 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8256
8257 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8258 retrieving gravatars.
8259
8260 * shr.el (shr-table-corner): Add.
8261 (shr-table-line): Add.
8262 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8263
8264 2010-10-08 Julien Danjou <julien@danjou.info>
8265
8266 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8267
8268 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8269
8270 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8271
8272 * gnus-sum.el (gnus-mark-article-as-unread)
8273 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8274 (gnus-summary-set-bookmark): Use it.
8275
8276 * gnus-msg.el (gnus-setup-message): Use it.
8277
8278 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8279
8280 * gnus.el (gnus-group-remove-parameter): Use it.
8281
8282 * gnus-group.el (gnus-group-make-web-group): Use it.
8283
8284 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8285
8286 * nnregistry.el: Update docs to mention manual.
8287
8288 * gnus-registry.el: Update docs to mention nnregistry.el.
8289 (gnus-registry-initialize): Don't install nnregistry refer method
8290 automatically.
8291 (gnus-registry-install-nnregistry): Remove it.
8292
8293 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8294
8295 * shr.el (shr-insert): Don't insert double spaces.
8296
8297 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8298
8299 * gnus-gravatar.el (gnus-treat-from-gravatar)
8300 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8301 called interactively.
8302
8303 * gnus-art.el (gnus-mime-view-part-externally)
8304 (gnus-mime-view-part-internally): Make predicate function passed to
8305 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8306 of a mime type.
8307
8308 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8309
8310 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8311
8312 * shr.el (require): Require cl when compiling.
8313 (shr-tag-hr): New function.
8314
8315 * nnimap.el (nnimap-update-info): Remove double setting of high.
8316 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8317 This makes nnimap work properly on Courier again.
8318
8319 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8320 the variable for backwards compatibility.
8321
8322 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8323 the file name before using to avoid setting mm-default-directory to
8324 nil.
8325
8326 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8327 bidning gnus-agent variables.
8328
8329 * shr.el (shr-render-td): Use a cache for the table rendering function
8330 to avoid getting an exponential rendering behavior in nested tables.
8331 (shr-insert): Rework the line-breaking algorithm.
8332 (shr-insert): Don't leave trailing spaces.
8333 (shr-insert-table): Also insert empty TDs.
8334 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8335
8336 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * gnus-sum.el (gnus-number): Rename from `number'.
8339 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8340 (gnus-summary-limit-children): Update uses correspondingly.
8341
8342 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8343
8344 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8345 (gnus-gravatar-transform-address): Don't show avatars of people of
8346 which mail addresses match gnus-gravatar-too-ugly.
8347
8348 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8349
8350 * shr.el (shr-table-widths): Expand TD elements to fill available
8351 space.
8352
8353 2010-10-07 Julien Danjou <julien@danjou.info>
8354
8355 * nnimap.el (nnimap-request-rename-group): Add this method.
8356
8357 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8358
8359 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8360 name from XEmacs' function-arglist.
8361
8362 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8363 gravatar under XEmacs.
8364
8365 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8366
8367 * auth-source.el: Update docs with TODO items.
8368
8369 * gnus-sync.el: Update docs to explain state and plans.
8370
8371 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8372 Hooks for mark updates.
8373 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8374
8375 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8376 hooks with arguments, which is needed for mark update hooks.
8377
8378 2010-10-06 Julien Danjou <julien@danjou.info>
8379
8380 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8381 was matched.
8382
8383 * sieve-manage.el: Update example in `Commentary'.
8384
8385 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8386
8387 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8388 not 2000.
8389 (sieve-manage-authenticate): Re-add function.
8390
8391 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8392
8393 * shr.el (shr-insert): Get 'space transition right.
8394 (shr-render-td): Only delete space at the end of the TD.
8395
8396 * nnimap.el (nnimap-open-connection): Prepare to support
8397 open-gnutls-stream.
8398
8399 * shr.el: Rearrange function order to be more logical.
8400
8401 2010-10-06 Julien Danjou <julien@danjou.info>
8402
8403 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8404 (nnrss-discover-feed): Remove 404 URL in docstring.
8405
8406 * nnir.el: Fix Swish-E URL.
8407 Fix Namazu URL.
8408
8409 * message.el (message-change-subject): Remove 404 URL in a comment.
8410
8411 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8412
8413 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8414 called interactively.
8415
8416 * gnus-util.el (gnus-remove-if): Allow hash table.
8417 (gnus-remove-if-not): New function.
8418
8419 * gnus-art.el (gnus-mime-view-part-as-type):
8420 * gnus-score.el (gnus-summary-score-effect):
8421 * gnus-sum.el (gnus-read-move-group-name):
8422 Replace remove-if-not with gnus-remove-if-not.
8423
8424 * gnus-group.el (gnus-group-completing-read):
8425 Regard collection as a hash table if it is not a list.
8426
8427 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8428
8429 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8430
8431 * shr.el: Document the table-rendering algorithm.
8432
8433 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8434 invalid URLs.
8435
8436 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8437 line-broken.
8438 (shr-tag-img): Ignore image fetching errors.
8439 (shr-overlays-in-region): Compute overlay positions correctly.
8440
8441 * mm-decode.el (mm-shr): Require shr.
8442
8443 * gnus-art.el (gnus-blocked-images): Move variable here.
8444
8445 * shr.el (shr-insert-table): Bind free variable.
8446
8447 * mm-decode.el (mm-shr): Bind shr-content-function.
8448
8449 * shr.el (shr-content-function): New variable.
8450
8451 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8452 added for symmetry.
8453
8454 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8455
8456 * gnus-group.el (gnus-group-make-group): Doc fix.
8457
8458 * nnimap.el (nnimap-request-newgroups): Return success.
8459
8460 * shr.el (shr-find-elements): New function.
8461 (shr-tag-table): Put all the images after the table.
8462 (shr-tag-table): Really inhibit images inside the table.
8463 (shr-collect-overlays): Copy over overlays from the TD elements to the
8464 main document.
8465
8466 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8467 gnus-blocked-images.
8468
8469 2010-10-05 Julien Danjou <julien@danjou.info>
8470
8471 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8472
8473 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8474 (gnus-html-maximum-image-size): Add this function.
8475 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8476
8477 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8478 server-value of the capability is nil.
8479
8480 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8481
8482 * shr.el (shr-tag-em): Add <EM> tag.
8483
8484 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8485
8486 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8487 customizable.
8488
8489 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8490 handing broken links to browse-url.
8491
8492 2010-10-05 Julien Danjou <julien@danjou.info>
8493
8494 * gnus-util.el (gnus-emacs-completing-read)
8495 (gnus-iswitchb-completing-read): Use autoload rather than require.
8496
8497 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
8498
8499 * gnus-util.el (gnus-completing-read-function): Exclude
8500 gnus-icompleting-read and gnus-ido-completing-read from candidates for
8501 XEmacs since iswitchb.el is very old and ido.el is unavailable in
8502 XEmacs.
8503
8504 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8505 not to use `delete-dups' that is unavailable in XEmacs 21.4.
8506
8507 * gnus-html.el: Don't require help-fns under XEmacs.
8508 (gnus-html-schedule-image-fetching): Work for XEmacs.
8509
8510 * mm-decode.el (mm-shr): Decode contents by charset.
8511
8512 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8513
8514 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8515 unknown.
8516
8517 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8518 (shr-get-image-data): Ensure against the cache file missing.
8519
8520 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8521 for data.
8522
8523 * spam-report.el (spam-report-url-ping-plain): Don't query about
8524 killing the process.
8525
8526 * shr.el (shr-render-td): Protect against too-wide text.
8527
8528 2010-10-04 Julien Danjou <julien@danjou.info>
8529
8530 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8531 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8532
8533 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8534 retrieved.
8535
8536 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8537
8538 * shr.el (browse-url): Require.
8539 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8540 lines.
8541 (shr-show-alt-text, shr-browse-image): New commands.
8542 (shr-browse-url, shr-copy-url): New commands.
8543
8544 * gnus-sum.el (gnus-widen-article-window): New variable.
8545 (gnus-summary-select-article-buffer): Use it.
8546
8547 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8548 without @ signs.
8549
8550 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8551
8552 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8553
8554 2010-10-04 Julien Danjou <julien@danjou.info>
8555
8556 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8557 for XEmacs.
8558
8559 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8560
8561 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8562
8563 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8564 (nnimap-close-server): Implement.
8565
8566 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8567 (shr-insert): Tweak line breaking.
8568 (shr-insert): Handle <pre> better.
8569 (shr-tag-li): Get <li> indentation right.
8570 (shr-tag-li): Get <li> indentation even righter.
8571 (shr-tag-blockquote): Ensure paragraph start.
8572 (shr-make-table): Tweak table generation.
8573 (shr-make-table): Fix typo.
8574
8575 * shr.el: Implement table rendering.
8576
8577 2010-10-04 Julien Danjou <julien@danjou.info>
8578
8579 * gnus-html.el (gnus-html-put-image): Fix resize image code.
8580
8581 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8582
8583 * shr.el (shr-insert): Use string anchors instead of line anchors.
8584
8585 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8586
8587 * shr.el: Add headings.
8588 (shr-ensure-paragraph): Actually work.
8589 (shr-tag-li): Make <ul> prettier.
8590 (shr-insert): Get white space at the beginning/end of elements right.
8591 (shr-tag-p): Collapse subsequent <p>s.
8592 (shr-ensure-paragraph): Don't insert double line feeds after blank
8593 lines.
8594 (shr-insert): \t is also space.
8595 (shr-tag-s): Fix "s" tag name function.
8596 (shr-tag-s): Fix face prop name.
8597
8598 2010-10-03 Julien Danjou <julien@danjou.info>
8599
8600 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8601
8602 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8603 gnus-window-inside-pixel-edges.
8604
8605 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8606 gnus-ems.
8607
8608 * mm-view.el (mm-inline-image-emacs): Support image resizing.
8609
8610 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8611 function.
8612
8613 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8614 resize choice.
8615
8616 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8617
8618 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8619 beginning of the buffer.
8620
8621 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8622 article buffer again.
8623
8624 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8625
8626 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8627 when it's at the start of the buffer.
8628
8629 * shr.el (shr-tag-blockquote): Convert name.
8630 (shr-rescale-image): Use the right image-size variant.
8631
8632 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8633 buffer isn't shown, then select the current article first instead of
8634 bugging out.
8635 (gnus-summary-select-article-buffer): Show both the article and summary
8636 buffers again.
8637
8638 * shr.el (shr-fontize-cont): Protect against regions with no text.
8639 Rename tag functions to shr-tag-* for enhanced security.
8640 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8641
8642 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
8643
8644 * shr.el (shr-insert):
8645 * pop3.el (pop3-movemail):
8646 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8647 loaded.
8648
8649 2010-10-03 Glenn Morris <rgm@gnu.org>
8650
8651 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8652
8653 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8654
8655 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8656
8657 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8658
8659 * gnus-util.el (gnus-make-local-hook): Simplify.
8660
8661 2010-10-02 Julien Danjou <julien@danjou.info>
8662
8663 * gnus-util.el (gnus-iswitchb-completing-read): New function.
8664 (gnus-ido-completing-read): New function.
8665 (gnus-emacs-completing-read): New function.
8666 (gnus-completing-read): Use gnus-completing-read-function.
8667 Add gnus-completing-read-function.
8668
8669 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8670
8671 * shr.el (shr-insert-document): Autoload.
8672 (shr-img): Be silent.
8673 (shr-insert): Add a newline after every picture before text.
8674 (shr-add-font): Use overlays for combining faces.
8675 (shr-insert): Pass upwards the text start point.
8676
8677 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8678 possible.
8679 (mm-shr): New function.
8680
8681 2010-10-02 Julien Danjou <julien@danjou.info>
8682
8683 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8684 should go backward.
8685
8686 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
8687
8688 * shr.el (shr): Fix typo in provide call.
8689
8690 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8691
8692 * shr.el: New file.
8693
8694 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8695
8696 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8697 completing read.
8698
8699 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8700
8701 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8702 we're being queried about. Suggested by Dan Jacobson.
8703
8704 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8705 Suggested by Jason Eisner.
8706
8707 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8708 table, too. Suggested by Stefan Wiens.
8709 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8710 the table unnecessary. Suggested by Stefan Wiens.
8711
8712 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8713 longer needed, and probably doesn't work either, as pointed out by
8714 Stefan Wiens.
8715 (gnus-summary-exit): Remove call to the clearing function.
8716 (gnus-summary-exit-no-update): Ditto.
8717
8718 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8719 instead of gnus-eval-in-buffer-window to avoid popping up frames.
8720 Reported by Stefan Monnier.
8721 (gnus-summary-save-in-rmail): Ditto.
8722
8723 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8724 article buffer, instead of both the article buffer and the summary
8725 buffer. Sort of suggested by Dan Jacobson.
8726
8727 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8728
8729 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8730 Suggested by Dan Jacobson.
8731
8732 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8733 documentation clearer.
8734
8735 * message.el (message-shorten-references): Comment on the number "21".
8736 Suggested by Stefan Monnier.
8737
8738 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8739 Suggested by Dan Jacobson.
8740
8741 * gnus.el (gnus-large-newsgroup):
8742 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
8743
8744 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8745 externalize attachments. Bug reported by Steve Wen.
8746
8747 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8748 really message anything to the user.
8749
8750 * nnmail.el (nnmail-article-group): Allow using the fancy split method
8751 directly.
8752
8753 * nnimap.el (nnimap-request-group): Low higher than high to signal no
8754 messages in empty groups.
8755
8756 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8757
8758 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8759 non-UIDNEXT group.
8760
8761 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8762
8763 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8764 not the value from the collection.
8765
8766 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8767 values. This sometimes happens on some groups that have no info.
8768 (nnimap-request-newgroups): New function.
8769
8770 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8771
8772 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8773 check into `gnus-registry-initialize'.
8774 (gnus-registry-initialize): Ditto.
8775 Fix and extend header docs.
8776
8777 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8778
8779 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8780 regexp backtrace overflows.
8781
8782 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8783 for starttls that tls.el implements; i.e. openssl.
8784
8785 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8786
8787 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8788 (gravatar-create-image): New function that's an alias to
8789 gnus-xmas-create-image, gnus-create-image, or create-image.
8790 (gravatar-data->image): Use it.
8791
8792 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
8793
8794 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8795 install the nnregistry refer method.
8796 (gnus-registry-install-hooks): Use it.
8797 (gnus-registry-unfollowed-groups): Add nnmairix to the default
8798 unfollowed groups.
8799
8800 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
8801
8802 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8803 expanding threads.
8804
8805 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8806
8807 * nnir.el: Use the server names without suffixes (bug #7009).
8808
8809 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8810 unencrypted to STARTTLS, if possible.
8811
8812 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8813
8814 * message.el (message-ignored-supersedes-headers): Strip Injection-*
8815 headers before superseding.
8816
8817 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8818
8819 * nnrss.el (nnrss-use-local): Add documentation.
8820
8821 * nnimap.el (nnimap-extend-tls-programs): New function.
8822 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8823 (nnimap-wait-for-connection): Accept the greeting from the stupid
8824 output from openssl s_client -starttls, too.
8825
8826 * nnimap.el (nnimap-find-article-by-message-id): Really return the
8827 article number.
8828 (nnimap-split-fancy): New variable.
8829 (nnimap-split-incoming-mail): Use it.
8830
8831 * nntp.el (nntp-server-list-active-group): Document.
8832
8833 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8834 SELECT to get the message-id.
8835
8836 * mail-source.el (mail-sources): Remove webmail support.
8837 (defvar): Ditto.
8838 (mail-source-fetcher-alist): Ditto.
8839 (mail-source-fetch-webmail): Remove.
8840
8841 * webmail.el: Remove -- doesn't seem relevant any more.
8842
8843 * gnus.el: Fix up make-obsolete-variable declarations throughout.
8844
8845 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8846 the \r.
8847
8848 2010-09-30 Julien Danjou <julien@danjou.info>
8849
8850 * gnus-agent.el (gnus-agent-add-group): Fix call to
8851 gnus-completing-read.
8852
8853 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8854
8855 * nndoc.el (nndoc-retrieve-groups): New function.
8856
8857 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8858 `default', use nnmail-split-methods.
8859 (nnimap-request-article): Downcase the NILs so that they are nil.
8860
8861 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8862 symbol.
8863
8864 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8865 code, since if the user has requested network, that's what they ought
8866 to get.
8867 (nnimap-request-set-mark): Erase the buffer before issuing commands.
8868 (nnimap-split-rule): Mark as obsolete.
8869
8870 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8871 New variable.
8872
8873 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8874 correct slot, too.
8875
8876 2010-09-29 Julien Danjou <julien@danjou.info>
8877
8878 * gnus.el (gnus-local-domain): Declare variable obsolete.
8879
8880 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8881 Fix history computing.
8882 (gnus-ido-completing-read): Require ido.
8883
8884 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8885
8886 * gnus-registry.el: Don't prompt on load, which makes it impossible to
8887 build Gnus.
8888
8889 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8890 when interpreting the structures.
8891 (nnimap-request-accept-article): Add \r\n to the lines to make this
8892 work with Cyrus.
8893
8894 * nndraft.el (nndraft-request-expire-articles): Use the group name
8895 instead if "nndraft". Fix found by Nils Ackermann.
8896
8897 2010-09-29 Ludovic Courtès <ludo@gnu.org>
8898
8899 * nnregistry.el: Add.
8900
8901 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8902
8903 * nnmail.el (group, group-art-list, group-art):
8904 Remove unneeded directives.
8905
8906 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8907
8908 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8909 (mm-mime-charset):
8910 * rfc2047.el (rfc2047-syntax-table):
8911 * utf7.el (utf7-utf-16-coding-system): Comment fix.
8912
8913 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8914 rather than `insert-file-contents' and `eval-region'.
8915
8916 2010-09-29 Julien Danjou <julien@danjou.info>
8917
8918 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8919 replacement of `gnus-gravatar-relief' to mimic
8920 `gnus-faces-properties-alist'.
8921 Add :version property.
8922
8923 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8924
8925 * mail-source.el (mail-source-report-new-mail):
8926 * message.el (message-default-mail-headers):
8927 * mm-decode.el (mm-valid-image-format-p): Comment fix.
8928
8929 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8930
8931 2010-09-28 Julien Danjou <julien@danjou.info>
8932
8933 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8934 mail-address contains the same string as real-name.
8935
8936 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8937 non-blank in header, otherwise it'll get stripped.
8938
8939 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8940 real-name, and then for mail address rather than doing : or , search.
8941
8942 2010-09-27 Julien Danjou <julien@danjou.info>
8943
8944 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8945 right completing-read function.
8946 (gnus-use-ido): New variable
8947 (gnus-completing-read-with-default): Remove.
8948 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8949 (gnus-agent-add-group):
8950 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8951 * mm-view.el (mm-view-pkcs7-decrypt):
8952 * mm-util.el (mm-codepage-setup):
8953 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8954 * mml-smime.el (mml-smime-openssl-sign-query):
8955 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8956 (mml-insert-multipart):
8957 * gnus-msg.el (gnus-summary-yank-message):
8958 * gnus-int.el (gnus-start-news-server):
8959 * mm-decode.el (mm-interactively-view-part):
8960 * gnus-dired.el (gnus-dired-attach):
8961 * gnus.el (gnus-read-method):
8962 * gnus-bookmark.el (gnus-bookmark-jump):
8963 * gnus-art.el (gnus-mime-view-part-as-type)
8964 (gnus-mime-action-on-part, gnus-article-encrypt-body):
8965 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8966 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8967 * nnmairix.el (nnmairix-create-server-and-default-group)
8968 (nnmairix-update-groups, nnmairix-get-server)
8969 (nnmairix-backend-to-server, nnmairix-goto-original-article)
8970 (nnmairix-get-group-from-file-path):
8971 * nnrss.el (nnrss-find-rss-via-syndic8):
8972 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8973 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8974 (gnus-group-browse-foreign-server):
8975 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8976 (gnus-summary-execute-command, gnus-summary-respool-article)
8977 (gnus-read-move-group-name):
8978 * gnus-score.el (gnus-summary-increase-score)
8979 (gnus-summary-score-effect):
8980 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8981
8982 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8983
8984 * nnimap.el (auth-source-forget-user-or-password)
8985 (auth-source-user-or-password): Autoload.
8986
8987 * message.el (message-from-style, message-interactive)
8988 (message-signature): Remove comment.
8989 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8990 always.
8991 (message-sendmail-envelope-from): Comment fix.
8992 (message-yank-prefix): Default to mail-yank-prefix always.
8993 (message-indentation-spaces):
8994 Default to mail-indentation-spaces always.
8995 (message-signature-file): Default to mail-signature-file always.
8996
8997 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8998
8999 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9000 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9001 new articles.
9002
9003 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9004 parts.
9005 (nnimap-request-article): Work with the t setting, too.
9006
9007 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9008 that you don't get flashes of other buffers.
9009 (gnus-summary-show-complete-article): Intern before setting.
9010
9011 2010-09-27 David Engster <dengste@eml.cc>
9012
9013 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9014 well as HEADERS.
9015 (nnmairix-retrieve-headers): Provide new argument for the above.
9016
9017 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9018
9019 * gnus-sum.el (gnus-summary-move-article): Don't alter
9020 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9021 group.
9022
9023 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9024
9025 * message.el (message-cite-prefix-regexp): Revert my last edit.
9026
9027 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9028 variable instead of the Gnus variable.
9029
9030 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9031
9032 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9033
9034 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9035 since some servers don't like it.
9036 (nnimap-open-connection): Forget credentials if the server says the
9037 password was wrong.
9038 (nnimap-parse-line): Protect against invalid data.
9039
9040 * gnus-sum.el (gnus-summary-move-article): Add comment.
9041 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9042 nothing alters it while scanning for new messages.
9043
9044 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9045 which may or may not help.
9046 (nnimap-open-connection): If we're doing a stream connection, and then
9047 discover we're on a STARTTLS-capable server, then open a STARTTLS
9048 connection instead.
9049
9050 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9051
9052 * nnimap.el (utf7): Require.
9053
9054 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9055 prefix.
9056
9057 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9058
9059 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9060
9061 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9062
9063 * nnimap.el (nnimap-request-accept-article): Message the error on
9064 error.
9065
9066 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9067
9068 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9069
9070 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9071
9072 * nndoc.el (nndoc-request-list): Return success always.
9073
9074 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9075 `fetch-old' -- we only want to fetch the articles we've requested.
9076 The rest are in the agent, probably.
9077 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9078 disappeared server" to something low. It's not important.
9079
9080 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9081 arrived before the FETCH data.
9082
9083 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9084 target here, because we don't know the Gnus name of the group.
9085
9086 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9087 for the correct group.
9088
9089 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9090
9091 * gnus.el (gnus): Give a final warning after startup.
9092
9093 * gnus-util.el (gnus-action-message-log): New variable.
9094 (gnus-message): Use it.
9095 (gnus-final-warning): New function.
9096
9097 * nnimap.el (nnimap-open-connection): Record the greeting.
9098 (nnimap): Add greeting.
9099
9100 2010-09-26 Julien Danjou <julien@danjou.info>
9101
9102 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9103 arguments.
9104 (gnus-html-wash-images): Fix spec computing to include start/end.
9105
9106 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9107
9108 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9109
9110 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9111 deletion.
9112 (nnimap-retrieve-headers): Don't select the group, because that's
9113 already done by nnimap-possibly-change-group.
9114
9115 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9116 (gnus-picon-transform-address): Use it.
9117
9118 * mail-source.el (mail-source-value): Revert previous patch.
9119
9120 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9121 on failure.
9122 (nnimap-open-connection): Look up both virtual and physical server name
9123 credentials.
9124
9125 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9126
9127 2009-02-08 Dave Love <fx@gnu.org>
9128
9129 * gnus-win.el (gnus-window-to-buffer-helper)
9130 (gnus-all-windows-visible-p): Function needn't be a symbol.
9131
9132 * mail-source.el (mail-source-value): Function needn't be a symbol.
9133
9134 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9135
9136 * message.el (message-cite-prefix-regexp): Remove } from the cite
9137 prefix.
9138
9139 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9140 highlight again, so that the highlight is correct.
9141
9142 * gnus-picon.el (gnus-picon): Remove again.
9143 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9144
9145 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9146 doing the header highlightling, so that the background color of the
9147 picon is correct.
9148
9149 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9150 (gnus-picon): Ditto.
9151 (gnus-picon): Reinstate. The background color for picons is white.
9152 (gnus-picon-insert-glyph): Make the background white.
9153
9154 * nnml.el (nnml-open-nov): Don't return dead buffers.
9155
9156 * auth-source.el (auth-source-create): Query the user for whether to
9157 store the credentials.
9158
9159 * auth-source.el (auth-source-user-or-password): Use the existing auth
9160 sources, if any, for creation.
9161
9162 * gnus.el (gnus-group-fast-parameter): Return the last matching
9163 parameter instead of the first matching parameter.
9164
9165 2010-09-26 Julien Danjou <julien@danjou.info>
9166
9167 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9168
9169 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9170
9171 * mml2015.el (mml2015-use): Remove gpg support.
9172
9173 * mml1991.el (mml1991-function-alist): Remove gpg function.
9174 (mml1991-gpg-sign): Remove.
9175
9176 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9177
9178 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9179 (gnus-browse-unsubscribe-current-group): Document it.
9180 (gnus-browse-unsubscribe-group): Use it.
9181
9182 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9183
9184 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9185 address to the To list for easier response.
9186
9187 * gnus.el (gnus-play-startup-jingle): Remove.
9188 (gnus-splash): Don't play jingle.
9189 (gnus): Silence gnus-load message.
9190
9191 * gnus-art.el (gnus-treat-play-sounds): Remove.
9192
9193 * gnus.el (gnus-play-jingle): Remove audio support.
9194
9195 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9196
9197 * earcon.el: Remove -- no users.
9198
9199 * gnus-audio.el: Remove -- no users of this package.
9200
9201 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9202
9203 * gnus-start.el (gnus-setup-news): Remove nocem support.
9204
9205 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9206
9207 * gnus.el (gnus-use-nocem): Remove.
9208
9209 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9210 Remove.
9211
9212 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9213 uses NoCeM any more.
9214
9215 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9216 (gnus-button-ctan-handler): Ditto.
9217 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9218 (gnus-button-ctan-directory-regexp): Ditto.
9219 (gnus-button-handle-ctan): Ditto.
9220 (gnus-button-tex-level): Ditto.
9221 (gnus-button-alist): Remove CTAN stuff.
9222
9223 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9224
9225 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9226 nnimap-streaming test.
9227
9228 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9229 servers twice.
9230
9231 * nnimap.el (nnimap-open-connection): Add more error reporting when
9232 nnimap fails early.
9233
9234 * nnheader.el (nnheader-get-report-string): New function.
9235 (nnheader-get-report): Use it.
9236
9237 * gnus-int.el (gnus-check-server): Say what the error was when opening
9238 failed.
9239
9240 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9241 using streaming.
9242
9243 2010-09-25 Julien Danjou <julien@danjou.info>
9244
9245 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9246 gnus-window-inside-pixel-edges.
9247
9248 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9249
9250 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9251
9252 * mm-decode.el (mm-save-part): Allow saving to other directories the
9253 normal Emacs way.
9254
9255 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9256 Suggested by Jay Berkenbilt.
9257
9258 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9259 there isn't a single byte.
9260
9261 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9262 just do it. It doesn't really seem to matter what the user responds
9263 here, I think, so it's just a confusing question.
9264
9265 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9266 non-streaming case.
9267
9268 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9269 (gnus-article-encrypt-body): Use it.
9270
9271 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9272 keystroke.
9273
9274 * nnimap.el (nnimap-find-wanted-parts-1):
9275 Use gnus-fetch-partial-articles.
9276
9277 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9278
9279 * nnimap.el (nnimap-insert-partial-structure): New function.
9280 (nnimap-get-partial-article): New function.
9281 (nnimap-request-article): Use it.
9282 (nnimap-wait-for-response): Return whether the wait was successful.
9283 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9284 retrieval wasn't successful.
9285 (nnimap-retrieve-group-data-early): Allow throttling servers.
9286 (nnimap-streaming): New variable.
9287 (nnimap-fetch-partial-articles): Remove.
9288
9289 * mm-decode.el (mm-with-part): Protect against killed buffers.
9290
9291 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9292 for prettier summary display.
9293
9294 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9295
9296 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9297
9298 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9299
9300 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9301 apparently third-party libraries depend on it.
9302
9303 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9304 before starting negotiation.
9305
9306 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9307 privacy reasons.
9308 (gnus-treat-mail-gravatar): Ditto.
9309
9310 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9311 buffer when inserting images. Inserting text into the headers, for
9312 instance, can make them invalid.
9313
9314 2010-09-25 Julien Danjou <julien@danjou.info>
9315
9316 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9317 variables.
9318
9319 * nnheader.el: Remove useless variables news-reply-yank-from and
9320 news-reply-yank-message-id.
9321
9322 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9323 variables.
9324
9325 * mml1991.el: Remove useless mml1991-verbose.
9326
9327 * gnus.el: Remove useless variable gnus-use-generic-from.
9328 Remove obsolete variable gnus-topic-indentation.
9329
9330 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9331
9332 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9333
9334 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9335
9336 * gnus-group.el: Remove useless gnus-group-icon-cache.
9337 Remove useless gnus-ephemeral-group-server.
9338
9339 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9340
9341 * mml2015.el: Remove useless mml2015-verbose.
9342
9343 * mml-smime.el: Remove useless mml-smime-verbose.
9344
9345 * gnus.el: Remove useless gnus-local-domain.
9346
9347 * gnus-gravatar.el (gnus-gravatar-transform-address):
9348 Use gnus-gravatar-size.
9349
9350 * gnus-art.el: Remove useless gnus-treat-translate.
9351
9352 2010-09-24 Julien Danjou <julien@danjou.info>
9353
9354 * gnus-sum.el: Add support for Gravatars.
9355
9356 * gnus-art.el: Add support for Gravatars.
9357
9358 * gnus-gravatar.el: Add this file.
9359
9360 * gravatar.el: Add this file.
9361
9362 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9363
9364 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9365
9366 * gnus-group.el (gnus-group-fetch-faq): Remove.
9367
9368 * gnus.el (gnus-group-faq-directory): Remove.
9369
9370 * gnus-group.el (gnus-group-fetch-charter): Remove.
9371
9372 * gnus.el (gnus-group-charter-alist): Remove.
9373
9374 * gnus-group.el (gnus-group-archive-directory): Remove.
9375 (gnus-group-recent-archive-directory): Ditto.
9376 (gnus-group-make-archive-group): Remove.
9377
9378 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9379
9380 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9381 use the same article number for all the cached articles.
9382
9383 * nnimap.el (nnimap-command): Register the last command time so
9384 that we can use it for idling NOOPs.
9385 (nnimap-open-connection): Start the keeplive timer.
9386 (nnimap-make-process-buffer): Store all the process buffers.
9387 (nnimap-keepalive): New function.
9388
9389 * starttls.el (starttls-open-stream): Add autoload cookie.
9390
9391 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9392
9393 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9394 handling.
9395
9396 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9397
9398 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9399 its data structures.
9400
9401 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9402 instead of the cl.el copy-list.
9403 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9404 equalp.
9405
9406 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9407
9408 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9409 and tool-bar-local-item-from-menu.
9410
9411 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9412 mode-line-highlight face for Emacs.
9413
9414 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9415 loading gnus-sum.elc; fix comment for canlock-verify.
9416 (gnus-article-jump-to-part): Use read-number.
9417 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9418 Remove Emacs pre-21 compatible code for help-echo.
9419 (gnus-article-next-page-1): No need to adjust the number of lines.
9420 (gnus-article-describe-bindings): Always use help-buffer.
9421
9422 * gnus-audio.el (gnus-audio-inline-sound):
9423 * gnus-cus.el (gnus-custom-mode):
9424 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9425
9426 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9427
9428 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9429 compatible code.
9430
9431 2010-09-24 Glenn Morris <rgm@gnu.org>
9432
9433 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9434 visiting the fcc file in rmail-mode.
9435
9436 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9437
9438 * nnir.el: Silence the byte compiler.
9439
9440 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9441 alias to browse-url-url-encode-chars if any.
9442 (gnus-html-encode-url): Use it.
9443
9444 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9445
9446 * gnus-start.el (gnus-use-backend-marks): New variable.
9447 (gnus-get-unread-articles-in-group): Use it.
9448
9449 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9450 makeover.
9451
9452 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9453
9454 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9455
9456 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9457
9458 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9459 Remove.
9460 (gnus-setup-news-hook):
9461 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9462
9463 * gnus-int.el (gnus-request-update-info): Protect against backends not
9464 having the function.
9465
9466 * nnimap.el (nnimap-stream): Mention STARTTLS.
9467 (nnimap-open-connection): Add STARTTLS support.
9468
9469 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9470
9471 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9472
9473 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9474
9475 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9476 BODYSTRUCTUREs.
9477 (nnimap-transform-headers): Unfold quoted {42} headers.
9478
9479 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9480 the info.
9481 (gnus-get-unread-articles): Only call updatep on backends that support
9482 it.
9483
9484 * nnweb.el (nnweb-request-update-info): NOOP.
9485
9486 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9487
9488 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9489 since it only deals with marks.
9490
9491 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9492 gnus-request-marks, and make a new gnus-request-update-info.
9493
9494 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9495 the active instead of the high number, which is usually too low.
9496
9497 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
9498
9499 * encrypt.el: Remove.
9500
9501 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9502
9503 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9504 server in symbolic form.
9505
9506 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9507
9508 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9509
9510 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9511 (nnimap-update-info): Fix up code slightly.
9512
9513 * gnus-int.el (gnus-open-server): Add tracing for performance
9514 debugging.
9515
9516 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9517 (gnus-group-insert-group-line): Pass the real group name so that it
9518 gets the right data.
9519
9520 * gnus-start.el (gnus-get-unread-articles): Don't have
9521 `gnus-get-unread-articles-in-group' update info, since that can be
9522 really slow and doesn't seem to be needed?
9523
9524 2010-09-22 Julien Danjou <julien@danjou.info>
9525
9526 * gnus-group.el (gnus-group-insert-group-line):
9527 Call gnus-group-highlight-line.
9528 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9529 default hook list.
9530 (gnus-group-update-eval-form): Add new function.
9531 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9532 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9533
9534 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9535
9536 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9537 immediate, then expire all articles.
9538 (nnimap-update-info): Fix off-by-one errors.
9539 (nnimap-flags-to-marks): Would return no marks lists for group with no
9540 flags. Instead return the other data.
9541
9542 2010-09-22 Julien Danjou <julien@danjou.info>
9543
9544 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9545 Only return an icon.
9546 (gnus-group-insert-group-line): Compute icon to return.
9547
9548 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9549 (gnus-html-image-fetched): Only cache if
9550 gnus-html-image-automatic-caching is set.
9551 (gnus-html-image-fetched): Check for errors.
9552
9553 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9554
9555 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9556 once per method on `g'. This ensures that backends like nnfolder don't
9557 open all their folders.
9558
9559 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9560 (nnimap-request-list): Nix out group in the correct buffer.
9561 (nnimap-parse-flags): Implement by using `read' instead of
9562 hand-parsing.
9563 (nnimap-flags-to-marks): Pass on permanent-flags.
9564 (nnimap-make-process-buffer): Record the server name.
9565 (nnimap-parse-flags): Fix typo.
9566 (nnimap-request-scan): Run split on the server in general, not just a
9567 single group.
9568
9569 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9570 parameter, and propagate this downwards.
9571
9572 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9573 since EXAMINE changes it on the server.
9574
9575 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9576 this command might take a while.
9577
9578 2010-09-22 Julien Danjou <julien@danjou.info>
9579
9580 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
9581 harmful if you have 2 images side-by-side, they can't be properly
9582 update on text deletion. Using text-property is safer here.
9583 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9584 data.
9585
9586 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9587
9588 * nnimap.el (nnimap-expunge-inbox): Remove.
9589 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9590 (nnimap-expunge): Flip default to t.
9591
9592 * gnus.el (gnus-method-to-server): Don't push things to the cache
9593 unless it's unique.
9594 (gnus-server-to-method): Ditto.
9595
9596 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9597
9598 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9599
9600 2010-09-22 Julien Danjou <julien@danjou.info>
9601
9602 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9603 get the start of data.
9604 (gnus-html-encode-url): Add this function to encode special chars in
9605 URL.
9606 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9607 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9608
9609 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9610 default.
9611 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9612
9613 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9614 images alt-text.
9615 (gnus-html-put-image): Put alt-text as help-echo.
9616
9617 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9618
9619 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9620 * mm-util.el (mm-decompress-buffer):
9621 * nnir.el (nnir-run-find-grep):
9622 * pop3.el (pop3-list): Use 3rd arg of split-string.
9623
9624 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9625
9626 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9627 outside the active range. Suggested by Dan Christensen.
9628
9629 * gnus-start.el (gnus-get-unread-articles): Get the extended method
9630 slightly later to avoid double-getting it.
9631
9632 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9633 previous patch.
9634
9635 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9636
9637 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
9638
9639 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9640
9641 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9642
9643 * gnus-int.el (gnus-open-server): Give a better error message in the
9644 "go offline" case.
9645
9646 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9647 marks for nnimap, which is seldom the right thing to do.
9648
9649 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9650 (gnus-same-method-different-name): New function.
9651
9652 * nnimap.el (parse-time): Require.
9653
9654 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9655 method in the presence of many similar methods.
9656
9657 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9658
9659 * nnimap.el (nnimap-find-expired-articles): Don't refer to
9660 nnml-inhibit-expiry.
9661
9662 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9663 find out whether methods are equal.
9664
9665 * nnimap.el (nnimap-find-expired-articles): New function.
9666 (nnimap-process-expiry-targets): New function.
9667 (nnimap-request-move-article): Request the article before looking at
9668 what the Message-ID is. Fix found by Andrew Cohen.
9669 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9670
9671 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9672 for oldness in addition to being a predicate.
9673
9674 * nnimap.el (nnimap-request-group): When we have zero articles, return
9675 the right data to Gnus.
9676 (nnimap-request-expire-articles): Only delete articles immediately if
9677 the target is 'delete.
9678
9679 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9680 method, this would bug out.
9681
9682 * gnus-group.el (gnus-group-expunge-group): Rename from
9683 gnus-group-nnimap-expunge, and implemented as a normal interface
9684 function.
9685
9686 * gnus-int.el (gnus-request-expunge-group): New function.
9687
9688 * nnimap.el (nnimap-request-create-group): Implement.
9689 (nnimap-request-expunge-group): New function.
9690
9691 2010-09-21 Julien Danjou <julien@danjou.info>
9692
9693 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9694 (gnus-html-cache-expired): Add new function.
9695 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9696 wethever we should display image for fetch it.
9697 Compute alt-text earlier to pass it to the fetching function too.
9698 (gnus-html-schedule-image-fetching): Change function argument to only
9699 get one image at a time, not a list.
9700 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9701 cache.
9702 (gnus-html-get-image-data): New function to retrieve image data from
9703 cache.
9704 (gnus-html-put-image): Change buffer argument to use image data rather
9705 than file, and place image above region rather than inserting a new
9706 one. Do not take alt-text as argument, since it's useless now: we place
9707 the image above alt-text.
9708 (gnus-html-prune-cache): Remove.
9709 (gnus-html-show-images): Start to fetch image when we find one, do not
9710 push into a temporary list.
9711 (gnus-html-prefetch-images): Only fetch image if they have expired.
9712 (gnus-html-browse-image): Fix, use 'gnus-image-url.
9713 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9714
9715 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9716
9717 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9718
9719 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9720
9721 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9722 spec inser "*" if the group isn't active instead of 0.
9723
9724 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9725 opening the server.
9726 (nnimap-request-delete-group): Implement group deletion.
9727 (nnimap-transform-headers): Return the size of the entire message in
9728 the Bytes header, not just the size of the first part.
9729 (nnimap-request-move-article): When moving an article from nnimap,
9730 request the article first so the accepting form has an article to
9731 accept. Reported by Dan Christensen.
9732 (nnimap-command): Make sure that the error message doesn't error out.
9733
9734 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
9735
9736 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9737 we haven't requested anything.
9738
9739 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9740
9741 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9742 "". Fix found by Andrew Cohen.
9743
9744 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9745 instead of -encode-string.
9746
9747 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9748
9749 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9750
9751 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9752 by mm-subst-char-in-string.
9753
9754 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9755
9756 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9757 waiting for the connection string.
9758
9759 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9760 arriving.
9761
9762 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9763 bogus characters. This allows selecting certain Gmail groups.
9764
9765 * nnimap.el (nnimap-find-wanted-parts-1): New function.
9766 (nnimap-fetch-partial-articles): New variable.
9767 (nnimap-open-connection): When looking for credentials, also use the
9768 nnimap-server-port.
9769 (nnimap-request-article): Return the group/article number, so that Gnus
9770 `^' works as expected.
9771 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9772
9773 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9774 comments.
9775 (gnus-methods-sloppily-equal): New function.
9776 (gnus): When using the development version of Gnus, load the gnus-load
9777 file.
9778
9779 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9780 `gnus-open-server' on each method before trying to scan them etc.
9781 This ensures that all the backend parameters are set correctly.
9782
9783 * nnimap.el (nnimap-authenticator): New variable.
9784 (nnimap-open-connection): Allow anonymous login.
9785 (nnimap-transform-headers): The chars header is called Chars not Bytes.
9786 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9787
9788 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9789 patch, found by Knut Anders Hatlen.
9790
9791 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
9792
9793 * gnus-agent.el (gnus-agent-batch-confirmation)
9794 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9795 to gnus-message.
9796 * gnus-art.el (gnus-article-describe-briefly): Likewise.
9797 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9798 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9799 * gnus-int.el (gnus-open-server): Likewise.
9800 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9801 (gnus-score-check-syntax): Likewise.
9802 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9803 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9804 Likewise.
9805 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9806
9807 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9808
9809 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9810 calling conventions so that prefetch doesn't bug out.
9811
9812 2010-09-19 Julien Danjou <julien@danjou.info>
9813
9814 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9815 rather than `subst-char-in-region' in order to be able to replace ASCII
9816 char by UTF-8 ones.
9817
9818 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9819 than curl.
9820 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9821 the right URL and ALT text on images.
9822 (gnus-html-wash-tags): Fix tag case.
9823 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
9824 (gnus-article-html): Add -o display_ins_del=2 option.
9825 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9826
9827 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9828
9829 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9830 the extra mail headers, which sometimes seem to happen for unknown
9831 reasons.
9832
9833 * mail-parse.el (mail-header-encode-parameter): Define as
9834 rfc2045-encode-string instead of as rfc2231-encode-string, since some
9835 (or most, perhaps?) mail readers don't understand the latter, but do
9836 understand the former.
9837
9838 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9839 to nil, so that no methods are automatically agentized. I think this
9840 is probably what most users want.
9841
9842 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9843 from url-retrieve, for instance about invalid URLs.
9844
9845 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9846 groups that have no articles.
9847 (nnimap-request-article): Check that we really got an article when we
9848 requested one.
9849
9850 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9851 doesn't exist.
9852
9853 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9854 nntp buffer so the agent can save it.
9855 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9856 that CRLF doesn't get translated to \n.
9857 (nnimap-open-connection): Don't make 'shell commands only send \n.
9858
9859 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9862 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9863 Update var name.
9864 (nnml-generate-nov-file): Use dolist.
9865 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9866 Use with-current-buffer.
9867
9868 2010-09-18 Julien Danjou <julien@danjou.info>
9869
9870 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9871 parallel.
9872
9873 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9874
9875 * nnimap.el (nnimap-update-info): When doing partial marks update, get
9876 the range update right.
9877 (nnimap-request-group): Don't make `M-g' bug out on group with no
9878 marks.
9879 (nnoo): Require, so that other packages can require nnimap.
9880 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9881 command we're looking for. This helps when the server sends more
9882 responses after we've gotten everything we expected.
9883 (nnimap): Add a `newlinep' field to keep track of end-of-line
9884 conventions.
9885 Don't send CRLF to things that don't want it.
9886 (nnimap-request-accept-article): Ditto.
9887
9888 2010-09-18 Julien Danjou <julien@danjou.info>
9889
9890 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9891 than curl to retrieve images.
9892
9893 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9894
9895 * nnimap.el (nnimap-update-info): Extend the info so that we can set
9896 the marks.
9897 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9898 (nnimap-wait-for-connection): New function.
9899 (nnimap-open-connection): If we have PREAUTH, don't query for login
9900 credentials.
9901 (nnimap-update-info): Fix off-by-one error when concatenating ranges
9902 when doing a partial update.
9903
9904 2010-09-18 Julien Danjou <julien@danjou.info>
9905
9906 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9907 tags.
9908
9909 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9910
9911 * nnimap.el (nnimap-credentials): New function.
9912 (nnimap-open-connection): Use the new function to look for credentials
9913 also on the numeric equivalents of "imap" and "imaps".
9914
9915 * gnus-start.el (gnus-activate-group): Send the info to
9916 gnus-request-group.
9917
9918 * nnimap.el (nnimap-request-group): Have the "check" version of the
9919 function parse flags and update the info, so that a `M-g' get a total
9920 resync of all flags from the group.
9921
9922 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9923 to allow backends to alter the info on group selection. Also alter all
9924 the backend -request-group functions to take the parameter.
9925
9926 * nnimap.el (nnimap-store-info): New function.
9927 (nnimap-update-info): Store the info for later usage.
9928 (nnimap-request-group): Use the stored info for the dont-check case, so
9929 that we don't retrieve all marks when we enter a group.
9930
9931 * nnimap.el: Use deffoo instead of defun for interface functions.
9932
9933 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9934 update the group info. This makes the nndraft groups, for instance, go
9935 back to their old behavior.
9936
9937 * gnus-sum.el (gnus-select-newsgroup): Indent.
9938
9939 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9940 in.
9941 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9942 nothing.
9943
9944 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9945 from methods that are denied.
9946
9947 * gnus-int.el (gnus-method-denied-p): New function.
9948
9949 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9950 store the password instead of netrc.
9951 (nnimap-open-connection): Don't error out when we can't make a
9952 connections.
9953
9954 * auth-source.el (auth-source-create): In the password prompt, say what
9955 we're querying for. Also prompt for user name if that hasn't been
9956 given.
9957
9958 * nnimap.el (nnimap-with-process-buffer): Remove.
9959
9960 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9961
9962 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9963 method when we're reading from the agent.
9964
9965 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9966
9967 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9968 that's probably most useful for users.
9969
9970 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9971 "failed" all the time.
9972
9973 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9974 ...)) with (with-current-buffer ...).
9975
9976 * nntp.el (nntp-open-server): Return whether the open was successful or
9977 not.
9978
9979 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9980 select an unread unseen article first.
9981
9982 * nnimap.el (nnimap-open-connection): If the user doesn't have a
9983 /etc/services, supply some sensible port defaults.
9984
9985 2010-09-17 Julien Danjou <julien@danjou.info>
9986
9987 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9988
9989 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9990
9991 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9992 doesn't have any parameters.
9993
9994 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9995
9996 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9997 only upcased checks.
9998
9999 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10000
10001 * nnimap.el (nnimap-open-shell-stream): New function.
10002 (nnimap-open-connection): Use it.
10003 (nnimap-transform-headers): Get the number of lines in each message.
10004 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10005 number of lines.
10006 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10007 problem.
10008
10009 * utf7.el (utf7-encode): Autoload.
10010
10011 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10012 to allow the mail splitting to not return a default group. This is
10013 useful for nnimap, which will leave unmatched mail in the inbox.
10014
10015 * nnimap.el: Rewritten.
10016
10017 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10018 nnimap usage.
10019
10020 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10021 if the move is internal, so that nnimap can do fast internal moves.
10022
10023 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10024 data.
10025 (gnus-read-active-for-groups): Support finishing the early retrieval of
10026 data.
10027
10028 * gnus-range.el (gnus-range-nconcat): New function.
10029
10030 * gnus-int.el (gnus-finish-retrieve-group-infos)
10031 (gnus-retrieve-group-data-early): New functions.
10032
10033 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10034
10035 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10036 (nnrss-retrieve-groups):
10037 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10038 (pop3-quit): Use with-current-buffer.
10039
10040 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10041
10042 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10043 instead of nnheader-accept-process-output.
10044
10045 * gnus-html.el (gnus-html-schedule-image-fetching)
10046 (gnus-html-prefetch-images): Replace process-kill-without-query by
10047 gnus-set-process-query-on-exit-flag.
10048
10049 2010-09-16 Romain Francoise <romain@orebokech.com>
10050
10051 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10052
10053 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10054
10055 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10056 parameter to unintern is mandatory-ish in Emacs 24.
10057
10058 * gnus-html.el (gnus-html-schedule-image-fetching)
10059 (gnus-html-prefetch-images): Check for curl before using it.
10060
10061 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10062 depend on curl, which isn't essential.
10063
10064 * imap.el: Revert back to version
10065 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10066 seem problematic.
10067
10068 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10069
10070 * gnus-registry.el (gnus-registry-install-shortcuts):
10071 Explicitly pass `obarray' to `unintern' to avoid a warning.
10072
10073 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10074
10075 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10076 change.
10077
10078 * nnrss.el (nnrss-request-list): Remove this function and related
10079 functions, including the moreover stuff.
10080
10081 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10082
10083 * nnrss.el (nnrss-retrieve-groups): New function.
10084
10085 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10086
10087 * .dir-locals.el: Add no-byte-compile cookie.
10088
10089 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10090
10091 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10092 for back end that doesn't support request-scan.
10093
10094 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10095
10096 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10097 then do request scans from the backends.
10098
10099 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10100 avoid running a hook per line, since this takes a lot of time,
10101 profiling shows.
10102 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10103 directly if gnus-visual-p is true.
10104
10105 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10106
10107 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10108 groups; replace mapcar with dolist which is a bit faster; pass groups
10109 info to gnus-read-active-file-1.
10110 (gnus-read-active-file-1): Scan only specified groups if the new
10111 optional arg `infos' is given.
10112
10113 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10114
10115 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10116
10117 * pop3.el (pop3-movemail): Remove.
10118 (pop3-streaming-movemail): Rename to pop3-movemail.
10119
10120 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10121 don't restrict end-tag searches to the end of the line.
10122
10123 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10124
10125 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10126 articles of every unchecked group to t, which means unknown since the
10127 server has never been opened.
10128
10129 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10130
10131 * gnus-html.el (gnus-html-show-alt-text): New command.
10132 (gnus-html-browse-image): Ditto.
10133 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10134 to browse the image directly.
10135 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10136 better.
10137
10138 * gnus-async.el (gnus-async-article-callback):
10139 Call `gnus-html-prefetch-images' unconditionally.
10140
10141 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10142 before feeding URLs to curl.
10143
10144 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10145
10146 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10147 internal images as deletable by `W D D'.
10148
10149 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10150 (gnus-async-article-callback): Fix typo.
10151
10152 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10153
10154 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10155 current line to work around bugs in the output from w3m.
10156
10157 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10158 for groups that want that.
10159
10160 * nntp.el (nntp-wait-for-string): Supply a timeout for
10161 accept-process-output to ensure progress.
10162
10163 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10164 level to get unread articles from, then use that for foreign groups,
10165 too.
10166
10167 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10168 confuses the rest of the function.
10169
10170 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10171 for the methods that support -retrieve-groups, too.
10172
10173 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10174
10175 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10176
10177 * pop3.el: Require cl when compiling.
10178 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10179
10180 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10181
10182 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10183 that aren't going to be activated.
10184 (gnus-get-unread-articles): Fix up the last commit.
10185
10186 * gnus-html.el (gnus-article-html): Allow calling without specifying
10187 the handle. In that case, dissect the buffer first.
10188
10189 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10190
10191 * nnimap.el (nnimap-open-connection): Revert the change that would look
10192 into authinfo for imaps instead of imap.
10193
10194 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10195 say that you don't want to call gnus-request-group with don-check, but
10196 do check the response. This is for virtual groups only.
10197 (gnus-get-unread-articles): Count the archive groups as secondary, so
10198 that they're activated the same way as before.
10199
10200 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10201 case-insensitively.
10202 (nnimap-debug): Remove.
10203
10204 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10205 mail from a file, and the file doesn't exist.
10206
10207 * pop3.el (pop3-streaming-movemail): Return t for success.
10208
10209 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10210 .authinfo if we're using ssl connection.
10211
10212 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10213 already have if we're in a main Gnus `g' run.
10214
10215 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10216
10217 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10218
10219 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10220
10221 * nnmh.el (nnmh-request-list-1): Bind `file'.
10222
10223 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10224 alias to set-process-query-on-exit-flag or process-kill-without-query.
10225 (pop3-open-server): Use it.
10226
10227 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10228
10229 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10230 box to the Incoming file. Fixes mistake in previous checkin.
10231
10232 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10233 request loop (for debugging purposes) removed.
10234
10235 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10236 culprit is more visible.
10237 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10238 (nnml-add-incremental-nov): New functions to do "incremental" nov
10239 updates, where we just append to the end of the existing nov files
10240 without reading/writing them in full.
10241
10242 * mail-source.el (mail-source-delete-crash-box): Really only check the
10243 incoming files once in a while.
10244
10245 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10246
10247 * mail-source.el (mail-source-delete-crash-box): Only check the
10248 incoming files for deletion once per day to save a lot of file
10249 accesses.
10250
10251 * pop3.el (pop3-logon): Fix up unbound variable typo.
10252
10253 * mail-source.el (pop3-streaming-movemail): Autoload.
10254
10255 * pop3.el (pop3-streaming-movemail):
10256 Respect pop3-leave-mail-on-server.
10257
10258 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10259 retrieval.
10260
10261 * pop3.el (pop3-process-filter): Remove unused function.
10262 (pop3-streaming-movemail, pop3-send-streaming-command)
10263 (pop3-wait-for-messages, pop3-write-to-file)
10264 (pop3-number-of-responses): New functions for streaming pop3
10265 retrieval.
10266
10267 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10268 come from no known methods.
10269 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10270 list.
10271
10272 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10273 message sizes.
10274 (pop3-movemail): Use erase-buffer instead of looping and deleting
10275 regions, which seems rather odd.
10276
10277 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10278 file once per `g' run.
10279
10280 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10281 directories. This makes the draft queue directory work.
10282
10283 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10284 data from the backends, so that we only request the list of groups from
10285 each method once. This should speed things up considerably.
10286
10287 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10288 detect that it's not implemented.
10289
10290 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10291 we actually do recurse down into the tree, but don't stat all leaf
10292 nodes.
10293
10294 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10295 then say so instead of bugging out.
10296
10297 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10298 files exist before trying to read them.
10299
10300 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10301 around <pre_int>.
10302
10303 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10304
10305 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10306
10307 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10308
10309 * mm-util.el (mm-image-load-path): Just return the image directories,
10310 not all directories in the path in addition to the image directories.
10311 (mm-image-load-path): Maintain a cache of the image directories so that
10312 the `g' command in Gnus doesn't have to stat dozens of directories each
10313 time.
10314
10315 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10316 (gnus-html-wash-tags): Add a new `i' command to insert images.
10317 (gnus-html-insert-image): New command and keystroke.
10318 (gnus-html-redisplay-with-images): New command and keystroke.
10319 (gnus-html-show-images): Rename command.
10320 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10321 spacers.
10322 (gnus-html-wash-tags): Decode entities at the end, so that entities
10323 inside the tags don't mess up the rest of the "parsing".
10324
10325 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10326 so that nnimap methods aren't agentized by default. There's apparently
10327 many problems related to agent/imap behavior.
10328
10329 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10330
10331 * gnus-html.el: Doc fix.
10332
10333 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10334
10335 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10336 glyph-width and glyph-height instead of display-graphic-p and
10337 image-size; make avoidance of displaying small images work for XEmacs.
10338
10339 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10340 for XEmacs.
10341
10342 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10343 of symbol that holds plist data.
10344 (gnus-process-plist): Remove plist of process after getting it.
10345
10346 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10347
10348 * message.el (message-generate-hashcash): Change default to
10349 'opportunistic if hashcash is installed.
10350
10351 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10352 (gnus-html-put-image): Only call image-size once, since it's somewhat
10353 time-consuming on remote X servers.
10354
10355 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10356
10357 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10358 decoded contents.
10359 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10360
10361 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10362
10363 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10364 group line format, since it isn't very interesting.
10365
10366 * gnus-agent.el (gnus-agent-short-article),
10367 (gnus-agent-long-article): Increase values for these two variables,
10368 since most people are likely to have more network connection and
10369 storage than before.
10370
10371 * gnus.el (gnus-refer-article-method): Change default to 'current.
10372 When referring an article, the common behavior is to refer it from the
10373 current select method, not the native select method. The chances of
10374 the native select method having the message in question is rather slim
10375 these days.
10376
10377 * gnus-sum.el (gnus-auto-select-subject): Change default to
10378 `unseen-or-unread'. I think it's likely that most people want to
10379 select an unseen article over a previously seen, but unread one.
10380
10381 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10382 means that in the article buffer none of the minor mode elements will
10383 be shown, usually, and this is not desirable in most cases.
10384
10385 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10386 that commands like `d' (and the like) go to the next line in the
10387 buffer, instead of the next unread article. I think this is the
10388 behavior that is most natural for most users.
10389 (gnus-single-article-buffer): Change default to nil, so that people can
10390 have as many article buffers open as they have summary buffer. I think
10391 this is the most natural way for the groups to behave.
10392
10393 * message.el (message-generate-new-buffers): Change default to
10394 `unsent', so that all new message buffers start their names with the
10395 string "*unsent", and it's easier to find the buffers if you move from
10396 them.
10397
10398 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10399
10400 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10401 small. They're probably tracking images.
10402 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10403 (gnus-html-rescale-image): Yet another try at getting the image sizing
10404 right.
10405
10406 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10407 nntp-marks-file-name is nil.
10408
10409 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10410
10411 * gnus-html.el (gnus-html-wash-tags)
10412 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10413 Better logging.
10414
10415 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10416
10417 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10418
10419 * gnus-html.el (gnus-html-wash-tags): Check the value of
10420 gnus-blocked-images in the summary buffer.
10421
10422 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10423
10424 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10425
10426 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10427
10428 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10429 like "a", it seems like.
10430 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10431 since it needs to be picked from the correct buffer.
10432
10433 * nnwfm.el: Remove.
10434
10435 * nnlistserv.el: Remove.
10436
10437 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10438
10439 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10440 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10441
10442 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10443
10444 * nnkiboze.el: Remove.
10445
10446 * nndb.el: Remove.
10447
10448 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10449 alt text.
10450 (gnus-html-rescale-image): Try to get the rescaling logic right for
10451 images that are just wide and not tall.
10452
10453 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10454 overshadow variable bindings.
10455
10456 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10457
10458 * gnus-html.el (gnus-html-wash-tags)
10459 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10460 Add extra logging.
10461
10462 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10463
10464 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10465 (gnus-max-image-proportion): New variable.
10466 (gnus-html-rescale-image): New function.
10467 (gnus-html-put-image): Rescale images.
10468
10469 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 Fix up some byte-compiler warnings.
10472 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10473 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10474 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10475 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10476 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10477 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10478 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10479
10480 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10481
10482 * gnus-html.el (gnus-article-html): Decode contents by charset.
10483
10484 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10485
10486 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10487 (gnus-html-frame-width, gnus-blocked-images):
10488 * message.el (message-prune-recipient-rules): Add custom version.
10489 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10490
10491 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10492 functions.
10493
10494 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10495 gnus-process-get.
10496
10497 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
10498
10499 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10500 instead of lsub directly.
10501
10502 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10503
10504 * nnwarchive.el: Remove.
10505
10506 * gnus-soup.el: Remove.
10507
10508 * nnsoup.el: Remove.
10509
10510 * nnultimate.el: Remove.
10511
10512 * gnus-html.el (gnus-blocked-images): New variable.
10513
10514 * message.el (message-prune-recipients): New function.
10515 (message-prune-recipient-rules): New variable.
10516
10517 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10518 guess whether a long line is natural text or not.
10519
10520 * gnus-html.el (gnus-html-schedule-image-fetching):
10521 Use gnus-process-plist and friends for compatibility.
10522
10523 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 * gnus-html.el: Require packages that define macros used in this file.
10526 (gnus-article-mouse-face): Declare to silence byte-compiler.
10527 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10528 process-get.
10529 (gnus-html-put-image): Use plist-get to avoid getf.
10530 (gnus-html-prefetch-images): Use with-current-buffer.
10531
10532 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10533
10534 * gnus-ems.el: Provide compatibility functions for
10535 gnus-set-process-plist.
10536
10537 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10538 * gnus.el (gnus-valid-select-methods):
10539 * message.el (message-send-mail-partially-limit):
10540 * mm-decode.el (mm-text-html-renderer):
10541 * mml.el (mml-insert-mime-headers-always):
10542 * smiley.el (smiley-regexp-alist): Bump custom version.
10543
10544 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10545
10546 * gnus-html.el: Require mm-url.
10547 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10548 with the url to `url'.
10549 (gnus-html-wash-tags): Support cid: URLs/images.
10550
10551 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10552
10553 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10554 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10555 bindings, as they aren't useful at all. `w' is moved to `W w'.
10556
10557 * gnus-move.el: Remove file, since it doesn't really work.
10558
10559 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10560 UTF-8. This seems to fix problems with some German web feeds.
10561
10562 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10563 at the top so that the proper colors are applied.
10564
10565 * gnus-art.el (gnus-article-view-part): Doc fix.
10566
10567 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10568 XEmacs-compatible.
10569 (gnus-html-put-image): Don't do images on non-graphic displays.
10570
10571 * nnslashdot.el: Remove this unused backend.
10572
10573 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10574 actions.
10575 (gnus-undo-register-1): Revert last change.
10576
10577 * gnus-group.el (gnus-group-completing-read): Protect against not
10578 having completion-styles bound.
10579
10580 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10581 make broken recipients happier.
10582
10583 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10584
10585 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10586 point parameter.
10587
10588 * gnus-group.el (gnus-group-completing-read): Add 'substring to
10589 completion-styles for group selection.
10590
10591 2009-02-04 Andreas Schwab <schwab@suse.de>
10592
10593 * gnus-score.el (gnus-score-string): Fix regex for matching extra
10594 headers and regexp-quote the match if necessary.
10595
10596 2009-03-24 Miles Bader <miles@gnu.org>
10597
10598 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10599 the blinking smiley.
10600
10601 2009-03-24 Simon Josefsson <simon@josefsson.org>
10602
10603 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10604 blink smiley.
10605
10606 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10607
10608 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10609 where the dribbel file lives exists.
10610
10611 * message.el (message-send-mail-partially-limit): Change the default to
10612 nil, since most people don't want this.
10613
10614 * mm-url.el (mm-url-decode-entities): Also decode entities like
10615 &#x3212.
10616
10617 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
10618
10619 * gnus-sum.el (gnus-summary-idna-message):
10620 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10621 Hyperlink urls in docstrings with URL `...'.
10622
10623 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
10624
10625 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10626 functions.
10627
10628 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10629
10630 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10631 say what the mouseover text should be.
10632
10633 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10634 version of the mm-w3m-safe-url-regexp variable to only download images
10635 in the groups where we want that to happen.
10636
10637 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10638
10639 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10640 easier debugging.
10641 (gnus-article-beginning-of-window): Add kludge to allow spacing past
10642 big pictures in the article buffer.
10643
10644 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10645 gnus-article-html.
10646 (mm-text-html-renderer): gnus-article-html needs curl in addition to
10647 w3m.
10648
10649 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10650
10651 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10652
10653 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10654 which doesn't exist.
10655
10656 * message.el (message-inhibit-ecomplete): New variable to allow some
10657 function to inhibit ecomplete address storage.
10658 (message-resend): Disable ecomplete message storage when resending
10659 messages.
10660
10661 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10662
10663 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
10664
10665 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10666 Save excursion while copying, moving, and deleting articles in order to
10667 prevent the cursor from jumping to unforeseen place.
10668
10669 2010-08-17 Glenn Morris <rgm@gnu.org>
10670
10671 * gnus-sync.el: Require gnus components whose functions are used.
10672
10673 * gnus-art.el (bookmark-make-record-function):
10674 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10675 Declare for compiler.
10676
10677 * mm-url.el (mml-compute-boundary): Autoload.
10678
10679 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10680
10681 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10682
10683 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
10684
10685 Typo fix "hoo4a" -> "hook".
10686
10687 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10688
10689 2010-08-14 Glenn Morris <rgm@gnu.org>
10690
10691 * gnus-sync.el (gnus-sync): Fix defgroup version.
10692
10693 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
10694
10695 Doc fixes and keep unknown groups (ammended for nunion bug fix).
10696
10697 * gnus-sync.el: Fix docs.
10698 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10699 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10700
10701 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10702
10703 Optimizations for gnus-sync.el.
10704
10705 * gnus-sync.el: Add docs about gnus-sync-backend
10706 possibilities.
10707 (gnus-sync-save): Remove unnecessary message.
10708 (gnus-sync-read): Optimize and show what groups were skipped.
10709
10710 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10711
10712 Minor bug fixes for gnus-sync.el.
10713
10714 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10715 Don't read the sync on get-new-news.
10716
10717 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10718 quiet.
10719
10720 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10721 (fix typo).
10722
10723 2010-07-30 Lawrence Mitchell <wence@gmx.li>
10724
10725 Make saving and restoring of hidden threads work with overlays.
10726 Patch applied by Ted Zlatanov.
10727
10728 * gnus-sum.el (gnus-hidden-threads-configuration)
10729 (gnus-restore-hidden-threads-configuration): Update to deal with text
10730 properties, rather than searching for a magic character.
10731
10732 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10733
10734 New gnus-sync.el library for synchronization of marks.
10735
10736 * gnus-sync.el: New library for synchronization of marks.
10737
10738 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10739 renamed from `gnus-registry-grep-in-list'.
10740
10741 * gnus-registry.el (gnus-registry-follow-group-p):
10742 Use `gnus-grep-in-list'.
10743
10744 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10745
10746 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10747
10748 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10749 determining charset of text fails.
10750
10751 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10752
10753 * nnmail.el (nnmail-get-new-mail-1): Revert.
10754
10755 * nnml.el (nnml-active-number): Make sure names of newly created groups
10756 in nnml-group-alist are encoded.
10757
10758 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10759
10760 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10761 containing non-ASCII characters in active file for nnml back end.
10762
10763 2010-07-24 David Engster <dengste@eml.cc>
10764
10765 * mml-smime.el (mml-smime-epg-verify): Also accept the older
10766 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10767
10768 2010-07-21 Daiki Ueno <ueno@unixuser.org>
10769
10770 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10771 tag (Bug#6654).
10772
10773 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10774
10775 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10776 the article buffer, not the summary buffer.
10777
10778 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
10779
10780 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10781 Emacs 23 as well.
10782
10783 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10784
10785 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10786 Patch applied by Karl Fogel.
10787
10788 * gnus-sum.el (gnus-summary-bookmark-make-record):
10789 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10790
10791 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10792
10793 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10794 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
10795 C-w still not working correctly from Article buffers; Thierry's
10796 patch to fix that will be applied after this.
10797
10798 * gnus-art.el (bookmark-make-record-function): New local variable.
10799
10800 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10801 article buffer.
10802 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10803
10804 2010-07-13 Karl Fogel <kfogel@red-bean.com>
10805
10806 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10807 on changes in bookmark.el.
10808
10809 2010-06-22 Mark A. Hershberger <mah@everybody.org>
10810
10811 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10812 the *other* type of HTML form submission.
10813
10814 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
10815
10816 * auth-source.el (auth-source-pick): If choice does not contain a
10817 questioned keyword, set the check to t.
10818
10819 2010-06-12 Romain Francoise <romain@orebokech.com>
10820
10821 * gnus-util.el (gnus-date-get-time): Move up before first use.
10822
10823 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10824
10825 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10826 (gnus-article-edit-part): Bind it to make last part that is substituted
10827 or deleted visible.
10828 (gnus-mime-display-single): Buttonize part of which id equals to
10829 gnus-mime-buttonized-part-id.
10830
10831 2010-06-10 Dan Christensen <jdc@uwo.ca>
10832
10833 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10834 (gnus-dd-mmm): Use gnus-date-get-time.
10835 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10836 simplify logic.
10837 (gnus-summary-limit-to-age): Use gnus-date-get-time.
10838 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10839
10840 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
10841
10842 * auth-source.el (top): Autoload `secrets-list-collections',
10843 `secrets-create-item', `secrets-delete-item'.
10844 (auth-sources): Fix tag string.
10845 (auth-get-source, auth-source-retrieve, auth-source-create)
10846 (auth-source-delete): New defuns.
10847 (auth-source-pick): Rewrite in order to avoid 2 passes.
10848 (auth-source-forget-user-or-password): New parameter USERNAME.
10849 (auth-source-user-or-password): New parameters CREATE-MISSING and
10850 DELETE-EXISTING. Retrieve password interactively, if needed.
10851
10852 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
10853
10854 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10855 deleting unused directories when gnus-expert-user is t.
10856
10857 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10858
10859 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10860 for each temp file when gnus-article-browse-delete-temp is ask.
10861
10862 2010-05-20 Kevin Ryde <user42@zip.com.au>
10863
10864 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
10865
10866 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
10867
10868 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10869 article unless decoding article to be saved.
10870
10871 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10872
10873 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10874 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10875 generated within the mm-with-unibyte-current-buffer macro.
10876
10877 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10878
10879 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10880 to nil when we're in a mml-preview buffer and no group is selected.
10881
10882 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
10883
10884 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10885 when catching the `C-g'. Reported by "Leo".
10886
10887 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10888
10889 * message.el (message-forward-make-body-plain)
10890 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10891 multibyte-string-p.
10892
10893 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10894
10895 * message.el (message-forward-make-body-mml): Assume original message
10896 is multibyte string; error on unibyte.
10897 (message-forward-make-body-plain): Ditto; don't add excessive newline
10898 in body end.
10899
10900 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
10901
10902 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10903 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
10904
10905 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
10906
10907 * mm-extern.el (mm-extern-url): Don't use
10908 mm-with-unibyte-current-buffer.
10909 (mm-extern-cache-contents): Use with-current-buffer instead of
10910 save-excursion + set-buffer.
10911
10912 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10913
10914 * mm-util.el (mm-emacs-mule): Remove.
10915
10916 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
10917
10918 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10919 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10920 change.
10921
10922 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10923
10924 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10925 bind the default value of enable-multibyte-characters to nil.
10926
10927 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10928
10929 * message.el (message-forward-make-body-plain)
10930 (message-forward-make-body-mml):
10931 Don't use mm-with-unibyte-current-buffer.
10932
10933 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10934
10935 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10936 (Bug#5592).
10937
10938 2010-05-07 Julien Danjou <julien@danjou.info>
10939
10940 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10941 it to mm-pipe-part.
10942
10943 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10944 it is given.
10945
10946 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10947
10948 * nnweb.el (nnweb-gmane-search):
10949 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10950 XEmacs.
10951
10952 * gnus-art.el (gnus-article-browse-html-parts):
10953 * gnus-group.el (gnus-read-ephemeral-gmane-group)
10954 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10955 make-temp-file.
10956
10957 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10958 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10959 compiling.
10960
10961 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10962 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10963 XEmacs when compiling.
10964
10965 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10966 gnus-pick-mode-off-hook for XEmacs when compiling.
10967 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10968 gnus-binary-mode-off-hook for XEmacs when compiling.
10969
10970 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10971 Return nil if char-charset is not available.
10972
10973 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10974 macro.
10975
10976 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10977 instead of encode-coding-string.
10978
10979 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10980 'xemacs) instead of mm-emacs-mule to switch function definitions.
10981 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10982
10983 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
10984
10985 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10986
10987 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
10988
10989 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10990 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10991
10992 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
10993
10994 * mm-util.el (mm-decompress-buffer): Use `delete-file';
10995 alias `jka-compr-delete-temp-file' no longer exists.
10996
10997 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10998
10999 Use define-minor-mode in Gnus where applicable.
11000 * mml.el (mml-mode): Use define-minor-mode.
11001 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11002 (gnus-undo-mode): Use define-minor-mode.
11003 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11004 (gnus-dead-summary-mode): Use define-minor-mode.
11005 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11006 Initialize in declaration.
11007 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11008 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11009 (gnus-mailing-list-mode): Use define-minor-mode.
11010 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11011 (gnus-draft-mode): Use define-minor-mode.
11012 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11013 (gnus-dired-mode): Use define-minor-mode.
11014
11015 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11016
11017 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11018 handles on recursive mml-to-mime translation and check them for
11019 boundary delimiter collisions. Reported by Greg Troxel.
11020
11021 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11022
11023 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11024
11025 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11026
11027 * mm-util.el (mm-find-buffer-file-coding-system):
11028 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11029
11030 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11031
11032 * message.el (message-generate-headers): Record insertion of optional
11033 headers as well. Otherwise the check to prevent repeated insertion of
11034 optional headers is a no-op.
11035
11036 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11037
11038 * smime.el: Don't mention CVS.
11039
11040 * nnrss.el (nnrss-fetch): Don't mention CVS.
11041
11042 * nnir.el: Don't mention CVS.
11043
11044 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 * gnus-sum.el (gnus-summary-bookmark-make-record):
11047 Add `location' field.
11048
11049 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11050
11051 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11052 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11053 Use with-current-buffer to silence the byte-compiler.
11054 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11055 bother to require `gnus'.
11056 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11057
11058 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11059
11060 * gnus-sum.el (gnus-summary-bookmark-make-record)
11061 (gnus-summary-bookmark-jump): New functions.
11062 (gnus-summary-mode): Setup bookmark support.
11063
11064 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11065
11066 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11067 if set.
11068
11069 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11070
11071 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11072 gnus-article-browse-html-save-cid-image; make it work recursively for
11073 forwarded messages as well.
11074 (gnus-article-browse-html-parts): Work when prefix arg is given.
11075 (gnus-article-browse-html-article): Doc fix.
11076
11077 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11078
11079 * message.el (message-default-mail-headers):
11080 (message-default-headers): Carry the value mail-default-headers over
11081 into message-default-mail-headers, rather than message-default-headers.
11082
11083 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11084
11085 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11086 charset.
11087
11088 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11089 charset into the <meta> tag when the article is encoded to utf-8.
11090
11091 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11092
11093 * gnus-art.el (gnus-article-browse-delete-temp-files):
11094 Delete directories as well.
11095 (gnus-article-browse-html-parts): Work for images that do not specify
11096 file names; delete temp directory when quitting; insert header at the
11097 right place; use file: scheme for image files.
11098
11099 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11100
11101 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11102 (gnus-article-browse-html-parts): Use it to make temporary cid image
11103 files in addition to html file so that browser may display them.
11104
11105 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11106
11107 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11108
11109 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11110
11111 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11112
11113 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11114
11115 * auth-source.el (auth-sources): Change default to be simpler.
11116 Explain about Secret Service API sources. Improve Customize options.
11117 (auth-source-pick): Change to accept any number of search parameters.
11118 Implement fallbacks iteratively, not recursively. Add scoring on the
11119 second pass and sort by score. Call Secret Service API when needed.
11120 (auth-source-user-or-password): Use it. Call Secret Service API
11121 directly when needed to get the user name and the password.
11122
11123 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11124
11125 * message.el (message-interactive): Doc fix.
11126 (message-qmail-inject-args): Reflow.
11127 (message-kill-to-signature): Fix typo in docstring.
11128
11129 * smiley.el (smiley-buffer): Fix typo in docstring.
11130
11131 2010-03-24 Glenn Morris <rgm@gnu.org>
11132
11133 * mail-source.el (gnus-message): Declare.
11134 (mail-source-delete-old-incoming): Require gnus-util.
11135
11136 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11137
11138 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11139
11140 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11141
11142 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11143 password-cache's default if it is not bound.
11144 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11145 password-cache-expiry's default if it is not bound.
11146
11147 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11148 available in Emacs 21.
11149
11150 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11151
11152 * auth-source.el (auth-sources): Fix up definition so extra parameters
11153 are always inline.
11154
11155 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11156
11157 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11158 wasn't updated after mismatch. Clear cached mailbox info correctly
11159 when uidvalidity changes.
11160 (nnimap-group-prefixed-name): New function to avoid some code
11161 duplication.
11162 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11163 (nnimap-request-group): Use it.
11164 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11165 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11166 with many imap folders. This is done by caching the group status from
11167 the imap server persistently in a group parameter `imap-status'. (This
11168 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11169 but not persistently, so every Gnus startup was still very slow.)
11170
11171 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11172
11173 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11174 secrets.el dependency.
11175 (auth-sources): Add optional user name. Add secrets.el configuration
11176 choice (unused right now).
11177
11178 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11179
11180 * gnus-sum.el (gnus-summary-make-menu-bar):
11181 Let `gnus-registry-install-shortcuts' fill in the functions.
11182
11183 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11184 warnings.
11185 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11186 (gnus-registry-install-shortcuts): Populate and use it in a
11187 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11188
11189 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11190
11191 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11192 In-place substitutions for the group name encoding/decoding.
11193 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11194 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11195 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11196 (nnimap-update-unseen, nnimap-request-list)
11197 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11198 (nnimap-request-set-mark, nnimap-split-to-groups)
11199 (nnimap-split-articles, nnimap-request-newgroups)
11200 (nnimap-request-create-group, nnimap-request-accept-article)
11201 (nnimap-request-delete-group, nnimap-request-rename-group)
11202 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11203 `encoded-mbx' for consistency.
11204 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11205 variable `imap-current-mailbox'.
11206
11207 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11208 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11209
11210 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11211
11212 * pop3.el (pop3-display-message-size-flag): Display message size byte
11213 counts during POP3 download.
11214 (pop3-movemail): Use it.
11215 (pop3-list): Implement listing of available messages.
11216
11217 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11218
11219 * nnir.el (nnir-get-article-nov-override-function): New function to
11220 override the normal NOV retrieval.
11221 (nnir-retrieve-headers): Use it.
11222
11223 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11224
11225 * auth-source.el (netrc-machine-user-or-password): Autoload.
11226
11227 2010-03-19 Glenn Morris <rgm@gnu.org>
11228
11229 Stop message.el from loading about 40 libraries it doesn't always need.
11230 The general approach is to autoload rather than require, and to
11231 require in the specific functions rather than the file. (Bug#5642)
11232
11233 * gmm-utils.el: Don't require wid-edit.
11234 (widget-create-child-value, widget-convert, widget-default-get):
11235 Autoload.
11236
11237 * gnus-util.el: Don't require time-date, netrc.
11238 (message-fetch-field, gnus-group-name-decode): Declare rather than
11239 autoloading.
11240 (gnus-fetch-field): Require message.
11241 (gnus-decode-newsgroups): Require gnus-group.
11242
11243 * ietf-drums.el: Don't require time-date.
11244
11245 * message.el: Don't require hashcash, canlock, ecomplete.
11246 Do require mail-utils. Require nnheader only when compiling.
11247 (smtpmail-default-smtp-server): Remove declaration.
11248 (message-send-mail-function): Check smtpmail-default-smtp-server
11249 is bound rather than requiring smtpmail.
11250 (message-auto-save-directory, message-insert-signature):
11251 Use expand-file-name rather than nnheader-concat.
11252 (nnheader-insert-file-contents): Autoload.
11253 (hashcash-wait-async): Declare.
11254 (message-send-mail): Only call gnus-setup-posting-charset if
11255 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11256 (message-send-mail-with-sendmail): Require sendmail.
11257 (canlock-password, canlock-password-for-verify): Declare.
11258 (message-canlock-password): Require canlock.
11259 (nnheader-get-report): Autoload.
11260 (gnus-setup-posting-charset): Declare.
11261 (message-send-news): Require gnus-msg.
11262 (message-make-references, message-make-in-reply-to): Use mail-header-id
11263 rather than the alias mail-header-message-id.
11264 (ecomplete-add-item, ecomplete-save): Declare.
11265 (message-put-addresses-in-ecomplete): Require ecomplete.
11266 (ecomplete-display-matches): Autoload.
11267
11268 * mm-decode.el: Don't require mailcap, gnus-util.
11269 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11270 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11271 Autoload.
11272 (mailcap-mime-extensions): Declare.
11273
11274 * mm-encode.el: Don't require mailcap.
11275 (mailcap-extension-to-mime): Autoload.
11276
11277 * mml-sec.el: Don't require password-cache.
11278
11279 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11280 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11281 (mml-minibuffer-read-type): Require mailcap.
11282 (mml-preview): Require gnus-msg.
11283
11284 * mml1991.el: Require password-cache.
11285 (password-cache-expiry): Remove declaration.
11286
11287 * mml2015.el: Require password-cache.
11288 (password-cache-expiry): Remove declaration.
11289
11290 * nneething.el (mailcap): Require mailcap.
11291
11292 * nnheader.el (declare-function): Add compatibility stub.
11293 (message-remove-header): Declare rather than autoload.
11294 (nnheader-replace-header): Require message.
11295
11296 * nnimap.el (declare-function): Add compatibility stub.
11297 (netrc-parse, netrc-machine-user-or-password): Declare.
11298 (nnimap-open-connection): Require netrc.
11299
11300 * nntp.el (declare-function): Add compatibility stub.
11301 (netrc-parse, netrc-machine, netrc-get): Declare.
11302 (nntp-send-authinfo): Require netrc.
11303
11304 * rfc2047.el: Don't require qp.
11305 (quoted-printable-encode-region, quoted-printable-decode-string):
11306 Autoload.
11307
11308 * sieve-mode.el: Don't require easymenu.
11309 (easy-menu-add-item): Autoload it.
11310
11311 * spam-stat.el (time-to-number-of-days): Autoload it.
11312
11313 2010-03-17 Kevin Ryde <user42@zip.com.au>
11314
11315 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11316 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11317 value if any backslash escapes).
11318
11319 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11320
11321 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11322 if it is available. (bug#5647)
11323
11324 2010-02-26 Glenn Morris <rgm@gnu.org>
11325
11326 * message.el (message-send-mail-function): Change the default, so that
11327 it inherits from a customized send-mail-function. (Bug#5643)
11328
11329 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11330
11331 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11332 shell-command-to-string signals an error (bug#5299).
11333
11334 2010-02-24 Glenn Morris <rgm@gnu.org>
11335
11336 * message.el (message-smtpmail-send-it)
11337 (message-send-mail-with-mailclient): Doc fixes.
11338
11339 2010-02-16 Glenn Morris <rgm@gnu.org>
11340
11341 * message.el (message-default-mail-headers): Change the default value
11342 to ease the transition from mail-mode to message-mode. (Bug#5555)
11343
11344 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11345
11346 * message.el (message-mail): Just pass yank-action on to message-setup.
11347 (message-setup): Handle (FUN . ARGS) form of yank-action.
11348 (message-with-reply-buffer, message-widen-reply)
11349 (message-yank-original): Handle non-buffer values of
11350 message-reply-buffer (Bug#4080).
11351 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11352
11353 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11354
11355 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11356 Fix typo in docstring.
11357
11358 2010-01-08 Jason Rumney <jasonr@gnu.org>
11359
11360 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11361 response.
11362
11363 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11364
11365 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11366
11367 * message.el (message-check-news-header-syntax): Protect against a
11368 string that `rfc822-addresses' returns when parsing fails.
11369
11370 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11371
11372 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11373 (gnus-previous-char-property-change): New functions.
11374
11375 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11376
11377 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11378
11379 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11380 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11381
11382 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11383
11384 * message.el (message-exchange-point-and-mark): Rework last change to
11385 avoid using optional arg of exchange-point-and-mark, for backward
11386 compatibility.
11387
11388 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11389
11390 * message.el (message-exchange-point-and-mark):
11391 Call exchange-point-and-mark with an argument rather than setting
11392 mark-active by hand (Bug#5175).
11393
11394 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11395
11396 * nntp.el (nntp-service-to-port): Work for service expressed with
11397 numeric string; replace [:digit:] with [0-9] for XEmacs.
11398
11399 2009-12-17 Glenn Morris <rgm@gnu.org>
11400
11401 * gnus-group.el (gnus-bug-group-download-format-alist):
11402 Change emacs entry to debbugs.gnu.org. Bump :version.
11403
11404 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11405
11406 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11407
11408 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11409
11410 * message.el (message-info): Explain why we use `Info-goto-node'.
11411
11412 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11413
11414 * message.el (message-completion-in-region): New compatibility function.
11415 (message-expand-group): Use it.
11416
11417 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11418
11419 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11420 with no unread article should be listed if the 2nd arg `predicate' is
11421 given.
11422
11423 2009-11-29 Juri Linkov <juri@jurta.org>
11424
11425 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11426 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11427 on `gnus-recenter'. (Bug#4698, Bug#4981)
11428
11429 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11430
11431 * message.el (message-from-style, message-interactive)
11432 (message-signature): Always set default values from the corresponding
11433 mail-* variables.
11434 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11435 (message-yank-prefix, message-indentation-spaces)
11436 (message-signature-file, message-default-headers): Use boundp rather
11437 than (featurep 'xemacs) to check if the corresponding mail-* variables
11438 exist.
11439
11440 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11441
11442 * message.el (message-send-mail-with-sendmail): Revert last change.
11443
11444 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11445
11446 * message.el (message-from-style, message-interactive)
11447 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11448 (message-yank-prefix, message-indentation-spaces, message-signature)
11449 (message-signature-file, message-default-headers): For GNU Emacs, set
11450 default values from the corresponding mail-* variables.
11451 (message-send-mail-with-sendmail): Use envelope-from only if
11452 mail-specify-envelope-from is non-nil.
11453
11454 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11455
11456 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11457 containing tspecial characters if they have been already quoted.
11458
11459 2009-10-24 Glenn Morris <rgm@gnu.org>
11460
11461 * gnus-art.el (help-xref-stack-item): Define for compiler.
11462
11463 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11464
11465 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11466
11467 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11468
11469 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11470 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11471
11472 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11473
11474 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11475 (gnus-overlays-in): New alias to overlays-in.
11476
11477 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11478 gnus-overlay-get, and gnus-delete-overlay.
11479 (gnus-summary-show-thread): Make it work as well for systems in which
11480 next-single-char-property-change is not available.
11481 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11482
11483 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11484
11485 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11486
11487 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11488
11489 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11490 and XEmacs that don't have `remove-overlays'.
11491
11492 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11493
11494 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11495 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11496 selective display. Use overlays instead.
11497
11498 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11499
11500 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11501
11502 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11503
11504 * spam-stat.el (spam-stat-load): Fix typo in message.
11505
11506 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
11507
11508 * gnus-art.el (gnus-article-encrypt-body):
11509 * message.el (message-check-recipients):
11510 * mm-util.el (mm-codepage-setup):
11511 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11512 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11513
11514 2009-09-22 Daiki Ueno <ueno@unixuser.org>
11515
11516 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11517 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11518 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11519 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11520 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11521
11522 2009-09-18 Glenn Morris <rgm@gnu.org>
11523
11524 * gnus-diary.el (gnus-diary-check-message):
11525 * message.el (message-insert-formatted-citation-line):
11526 * nnbabyl.el (top-level):
11527 * nndiary.el (nndiary-schedule):
11528 Fix typos in condition-case handlers.
11529
11530 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11531
11532 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11533 configuration that provides the sole article window in a frame;
11534 position point correctly after deleting a part.
11535
11536 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11537
11538 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11539 (spam-resolve-registrations-routine): Use it to unregister articles
11540 that change status.
11541
11542 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11543
11544 * nnrss.el (nnrss-request-article): Remove binding of
11545 default-enable-multibyte-characters that has gotten needless by
11546 the 2007-07-13 change in rfc2047-encode-message-header.
11547
11548 * mml.el (mml-insert-multipart): Error on the message header.
11549 (mml-insert-part): Error on the message header; position point at
11550 the end of a MIME tag.
11551
11552 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11553
11554 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11555 (gnus-float-time): Alias to float-time if it exists.
11556
11557 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11558 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11559 float-time is available; suppress compile warning for time-to-seconds.
11560
11561 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11562
11563 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11564 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11565 Add the optional argument `encoding' that overrides the default.
11566
11567 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11568 mm-encode-buffer.
11569
11570 2009-09-04 Glenn Morris <rgm@gnu.org>
11571
11572 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11573 mm-disable-multibyte, rather than default-enable-multibyte-characters.
11574 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11575 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11576 * mm-util.el (mm-with-unibyte-current-buffer)
11577 (mm-find-buffer-file-coding-system):
11578 * yenc.el (yenc-decode-region): Use default-value rather than
11579 default-enable-multibyte-characters.
11580
11581 2009-09-03 Glenn Morris <rgm@gnu.org>
11582
11583 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11584 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11585 than default-enable-multibyte-characters.
11586
11587 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
11588
11589 * gnus-art.el (gnus-article-read-summary-keys):
11590 Fix gnus-buffer-configuration's value temporarily used.
11591
11592 2009-09-02 Glenn Morris <rgm@gnu.org>
11593
11594 * gnus-util.el (gnus-float-time): New function.
11595 * gnus-delay.el (gnus-delay-article):
11596 * gnus-sum.el (gnus-thread-latest-date):
11597 * gnus-util.el (gnus-user-date): Use gnus-float-time.
11598 * nnspool.el (nnspool-request-newgroups):
11599 Use gnus-float-time rather than time-to-seconds.
11600 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11601
11602 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11603 (gnus-header-subject-face, gnus-header-newsgroups-face)
11604 (gnus-header-name-face, gnus-header-content-face):
11605 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11606 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11607 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11608 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11609 (gnus-cite-face-11):
11610 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11611 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11612 (gnus-server-closed-face, gnus-server-denied-face)
11613 (gnus-server-offline-face):
11614 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11615 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11616 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11617 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11618 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11619 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11620 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11621 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11622 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11623 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11624 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11625 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11626 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11627 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11628 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11629 (gnus-summary-high-undownloaded-face)
11630 (gnus-summary-low-undownloaded-face)
11631 (gnus-summary-normal-undownloaded-face)
11632 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11633 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11634 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11635 (gnus-splash-face):
11636 * message.el (message-header-to-face, message-header-cc-face)
11637 (message-header-subject-face, message-header-newsgroups-face)
11638 (message-header-other-face, message-header-name-face)
11639 (message-header-xheader-face, message-separator-face)
11640 (message-cited-text-face, message-mml-face):
11641 * sieve-mode.el (sieve-control-commands-face)
11642 (sieve-action-commands-face, sieve-test-commands-face)
11643 (sieve-tagged-arguments-face):
11644 * spam.el (spam-face):
11645 Mark face aliases with "-face" in the name as obsolete.
11646
11647 2009-09-01 Glenn Morris <rgm@gnu.org>
11648
11649 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11650 than goto-line.
11651
11652 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11653
11654 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11655 Don't move point if the command is invoked inside the message header.
11656
11657 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11658
11659 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11660 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11661 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11662 * nnir.el (nnir-swish-e-index-file):
11663 * gnus-sum.el (gnus-summary-delete-marked-as-read)
11664 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11665 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11666 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11667 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11668 (gnus-treat-display-xface): Add Emacs version of obsolescence.
11669
11670 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
11671
11672 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11673 Don't save excursion.
11674
11675 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11676
11677 * nnheader.el (nnheader-find-file-noselect):
11678 * mm-util.el (mm-insert-file-contents):
11679 Use (default-value 'major-mode) instead of default-major-mode.
11680
11681 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11684
11685 2009-08-25 Glenn Morris <rgm@gnu.org>
11686
11687 * nnir.el (top-level): Don't require cl at run-time.
11688 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11689 Replace cl-function substitute with gnus-replace-in-string.
11690 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11691 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11692 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11693 simplified expansions.
11694
11695 2009-08-22 Glenn Morris <rgm@gnu.org>
11696
11697 * gnus-art.el (gnus-button-patch): Use forward-line rather than
11698 goto-line.
11699
11700 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11701
11702 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11703
11704 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11705 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11706 (gnus-mm-display-part, gnus-mime-display-single)
11707 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11708 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11709
11710 * gnus-sum.el
11711 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11712 (gnus-summary-move-article): Add expirable mark to articles copied or
11713 moved to group that has auto-expire turned on if the option is non-nil.
11714
11715 2009-07-24 Glenn Morris <rgm@gnu.org>
11716
11717 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11718 Fix typo. (Bug#3903)
11719
11720 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11721
11722 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11723 gnus-article-read-summary-keys rather than gnus-summary-edit-article
11724 that should not be used for draft articles.
11725 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11726 that has no concern in minor mode keys.
11727 (gnus-article-summary-command, gnus-article-summary-command-nosave):
11728 Abolish.
11729
11730 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11731
11732 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11733 article without making inquiry to a user for unknown encoding.
11734
11735 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11736 (nnmaildir--scan): Assume i-node and device number that file-attributes
11737 returns might be cons-cell.
11738
11739 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
11740
11741 * auth-source.el: Remove docs now in auth.texi. Don't use
11742 `gnus-message' for logging. Add new variables `auth-source-debug' and
11743 `auth-source-hide-passwords' and use them.
11744
11745 2009-07-15 Glenn Morris <rgm@gnu.org>
11746
11747 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11748
11749 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11750
11751 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11752 excessive whitespace from the default values of title and description.
11753
11754 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11755
11756 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11757 mail-fetch-field to fetch Content-Description header in order to
11758 exclude newlines.
11759
11760 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11761
11762 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11763 to deleted part.
11764
11765 2009-05-30 David Engster <dengste@eml.cc>
11766
11767 * nnmairix.el: Remove old documentation in the commentary block.
11768 (nnmairix-request-group): Do not update active file for nnml back ends.
11769 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11770 end so that overview files are ignored.
11771 (nnmairix-update-groups): Make updating the groups more robust by using
11772 marks.
11773 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11774 with dollar characters in message-id.
11775
11776 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
11777
11778 * spam.el: Use dns-query instead of query-dns. Was renamed on
11779 2008-12-25 in dns.el.
11780
11781 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11784 could happen if the text is only composed of spaces and/or tabs.
11785
11786 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
11787
11788 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11789 when sending a queued message to avoid extra mml tags.
11790
11791 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11792
11793 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11794
11795 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11796
11797 * gnus-dired.el: Remove autoload for gnus-setup-message.
11798 (gnus-dired-attach): Fake this-command value to prevent Gnus from
11799 displaying Gnus logo; always use compose-mail.
11800
11801 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11802
11803 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11804
11805 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
11806
11807 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11808 (gnus-nocem-issuers): List currently active issuers; fix custom type.
11809 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11810 available.
11811 (gnus-nocem-epg-verify): New function.
11812
11813 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
11814
11815 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11816
11817 2009-02-15 Glenn Morris <rgm@gnu.org>
11818
11819 * gnus-util.el (rmail-insert-rmail-file-header)
11820 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11821 autoloads.
11822 (rmail-default-rmail-file): Remove unnecessary declaration.
11823 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11824
11825 2009-02-14 Glenn Morris <rgm@gnu.org>
11826
11827 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11828 variable (only used in gnus-util, which declares it anyway).
11829 (rmail-output-to-rmail-file): Remove autoload of deleted function,
11830 which was only needed by gnus-art (changed to not use it any more).
11831 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11832 only used in gnus-util, which autoloads it itself.
11833 (rmail-update-summary): Fix autoload.
11834
11835 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11836 rather than rmail-output-to-rmail-file.
11837
11838 2009-02-07 Glenn Morris <rgm@gnu.org>
11839
11840 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11841 autoload of function that no longer exists.
11842 (rmail-toggle-header): Declare.
11843 (message-forward-rmail-make-body): Handle mbox Rmail.
11844
11845 2009-01-31 Glenn Morris <rgm@gnu.org>
11846
11847 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11848 2009-01-09 change.
11849
11850 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
11851
11852 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11853 (auth-source-forget-all-cached): New convenience function.
11854 (auth-source-user-or-password): Accept list of modes or a single mode.
11855
11856 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11857 auth-source modes.
11858
11859 * nnimap.el (nnimap-open-connection): Use list of
11860 auth-source modes.
11861
11862 * nntp.el (nntp-send-authinfo): Use list of
11863 auth-source modes.
11864
11865 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11866
11867 * auth-source.el: Update docs to reflect epa-file-enable is to be used
11868 now.
11869
11870 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11871
11872 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11873 coding system in XEmacs; add a workaround for XEmacs.
11874
11875 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11876
11877 * mm-util.el (mm-coding-system-priorities): Protect against nil value
11878 of current-language-environment.
11879
11880 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11881
11882 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11883 available at runtime.
11884
11885 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11886
11887 * gnus-art.el (article-date-ut): Fix end point of narrowing.
11888
11889 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
11890
11891 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11892 the greatest positive fixnum value doesn't work under an XEmacs with
11893 bignum support; use the most-positive-fixnum constant instead,
11894 available since Emacs 21.1 with cl and XEmacs 21.1.
11895
11896 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11897
11898 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11899 XEmacs gets not to work.
11900
11901 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11902
11903 * mm-util.el (mm-coding-system-priorities): Allow the value like
11904 "Japanese (UTF-8)" of current-language-environment.
11905
11906 2009-01-09 Glenn Morris <rgm@gnu.org>
11907
11908 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11909 with last-command-event.
11910
11911 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11912
11913 * message.el (message-fix-before-sending): Amend comment.
11914
11915 2009-01-07 David Engster <dengste@eml.cc>
11916
11917 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11918 simplified server definitions by converting it via
11919 gnus-server-to-method.
11920
11921 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11922
11923 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11924 parameter's operands.
11925
11926 2009-01-06 David Engster <dengste@eml.cc>
11927
11928 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11929 primary select method (for gnus-group-mark-article-as-read).
11930
11931 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
11932
11933 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11934 `(gnus)Face', not `(gnus)X-Face'.
11935
11936 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11937
11938 * mm-util.el (mm-ucs-to-char): New function.
11939
11940 * mm-url.el (mm-url-decode-entities): Use it.
11941
11942 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11943
11944 * message.el (message-fix-before-sending): Add `eight-bit' to
11945 illegible-text check.
11946
11947 2009-01-03 Michael Olson <mwolson@gnu.org>
11948
11949 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11950 `headers' is nil. This can occur if the IMAP server does not have
11951 permissions to read messages from a folder, but can write new messages
11952 to the folder.
11953 (nnimap-request-article-part): Do not insert `data' if it is nil.
11954
11955 2009-01-01 Dave Love <fx@gnu.org>
11956
11957 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11958
11959 * nnimap.el: Fix author email.
11960 (nnimap-split-rule): Add FIXME comment.
11961 (nnimap-debug): Fix doc string.
11962
11963 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
11964
11965 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11966 overlay-arrow-position and overlay-arrow-string buffer-local; no need
11967 to check if those variables exist (first appeared in Emacs 18.50).
11968
11969 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
11970
11971 * mm-util.el (mm-line-number-at-pos): New function.
11972
11973 * spam-report.el (spam-report-process-queue): Use it.
11974
11975 2008-12-24 David Engster <dengste@eml.cc>
11976
11977 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11978 parameters that haven't existed as variables as buffer-local variables.
11979
11980 2008-12-23 Dave Love <fx@gnu.org>
11981
11982 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11983 cadar.
11984
11985 * sieve-manage.el (sieve-manage-starttls-p): Rename from
11986 imap-starttls-p.
11987 (sieve-manage-starttls-open): Rename from imap-starttls-open.
11988
11989 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
11990
11991 * spam-report.el (spam-report-gmane-max-requests): New constant.
11992 (spam-report-gmane-wait): New variable.
11993 (spam-report-gmane-ham, spam-report-gmane-spam)
11994 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11995 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11996 the server.
11997
11998 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11999 Add explanations.
12000
12001 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12002 nnheader-accept-process-output and nnheader-read-timeout if available.
12003 (pop3-movemail): Use it.
12004
12005 * message.el (message-check-news-body-syntax): Fix signature check if
12006 there's an attachment.
12007
12008 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12009
12010 * mm-util.el: Add comments to the mm- emulating functions.
12011
12012 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12013
12014 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12015 Reported by Stephen Berman <stephen.berman@gmx.net>.
12016
12017 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12018
12019 * mm-util.el (mm-substring-no-properties): New function.
12020 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12021 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12022 (mm-string-to-multibyte): Doc fix.
12023
12024 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12025
12026 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12027
12028 * mml.el (mml-attach-file): Strip text properties from file name.
12029 (Bug#1574)
12030
12031 2008-12-16 Glenn Morris <rgm@gnu.org>
12032
12033 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12034
12035 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12036
12037 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12038 knows since the charset specified might be a bogus alias that
12039 mm-charset-synonym-alist provides.
12040
12041 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12042
12043 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12044 "ISO_8859-1".
12045
12046 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12047
12048 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12049
12050 * mm-util.el (mm-charset-eval-alist):
12051 Define it before mm-charset-to-coding-system.
12052 (mm-charset-to-coding-system): Add optional argument `silent';
12053 define it before mm-charset-override-alist.
12054 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12055 default value if it can be used in Emacs currently running;
12056 silence mm-charset-to-coding-system.
12057
12058 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12059
12060 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12061 `allow-override' which says whether to use `mm-charset-override-alist'.
12062 (rfc2047-decode-encoded-words): Use it.
12063
12064 * mm-util.el (mm-charset-override-alist): Fix custom type;
12065 add `(gb2312 . gbk)' to choices.
12066
12067 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12068
12069 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12070 fast.
12071
12072 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12073
12074 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12075
12076 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12077 on links.
12078
12079 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12080
12081 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12082
12083 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12084 users' addresses that don't have domain parts.
12085 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12086 rather than message-narrow-to-head since there will be the message
12087 header separator.
12088
12089 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12090
12091 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12092 since the result is inserted in a unibyte buffer anyway.
12093 (nnimap-demule-use-string-to-multibyte): Remove.
12094 (nnimap-demule): Alias it to mm-string-to-multibyte.
12095
12096 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12097
12098 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12099 variable for debugging bug#464 and bug#1174.
12100 (nnimap-demule): Use it.
12101
12102 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12103
12104 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12105 score calculation correctly.
12106
12107 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * message.el (message-send-mail): Just set the buffer to unibyte
12110 rather than use mm-with-unibyte-current-buffer which does a lot more.
12111 (message-send-mail-partially): Don't bother with
12112 mm-with-unibyte-current-buffer since it's already been made unibyte by
12113 message-send-mail.
12114
12115 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12116
12117 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12118
12119 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12120
12121 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12122
12123 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12124
12125 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12126 require itself and to remove `with-no-warnings'.
12127
12128 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12129
12130 * starttls.el (starttls-any-program-available): Get the name of the
12131 available TLS layer program.
12132 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12133 well as the host name in the "opening" message.
12134
12135 * auth-source.el (auth-source-cache, auth-source-do-cache)
12136 (auth-source-user-or-password): Cache passwords and logins by default,
12137 allow override with `auth-source-do-cache'.
12138 (auth-source-forget-user-or-password): Allow users to remove cache
12139 entries if needed.
12140
12141 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12142
12143 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12144 condition-case to only the forward-sexp call.
12145
12146 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12147
12148 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12149 quotes contained. Make it more robust regardless by an extra
12150 condition-case wrapper.
12151
12152 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12153
12154 * nnml.el (nnml-request-expire-articles): Check if the function set to
12155 `nnmail-expiry-target' returns the symbol `delete'.
12156
12157 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12158
12159 * nnmail.el (nnmail-expiry-target): Fix custom type.
12160
12161 2008-10-02 Glenn Morris <rgm@gnu.org>
12162
12163 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12164 Silence compiler warning.
12165
12166 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12167
12168 * mml.el (mml-menu): Don't assume mml2015 is bound.
12169
12170 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12171
12172 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12173 exists.
12174
12175 2008-09-27 Glenn Morris <rgm@gnu.org>
12176
12177 * gnus-util.el (mail-header-remove-comments): Autoload it.
12178
12179 2008-09-27 Andreas Schwab <schwab@suse.de>
12180
12181 * gnus-util.el (gnus-split-references): Strip comments.
12182 (gnus-parent-id): Likewise.
12183
12184 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12185
12186 * message.el (message-confirm-send): Fix version.
12187
12188 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12189
12190 * message.el (message-idna-to-ascii-rhs-1): Use
12191 mail-extract-address-components rather than mail-header-parse-addresses
12192 that is an alias by default to ietf-drums-parse-addresses that does not
12193 support non-ASCII names in headers' contents.
12194
12195 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12196
12197 * message.el (message-confirm-send): Fix variable documentation to
12198 avoid the "y/n" wording.
12199
12200 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12201
12202 * message.el (message-set-auto-save-file-name): Save to a different
12203 filename so multiple messages (especially drafts) can be recovered.
12204
12205 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12206
12207 * message.el (message-confirm-send): Add appropriate version.
12208
12209 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12210
12211 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12212 defvar.
12213
12214 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12215
12216 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12217 (mm-pkcs7-enveloped-magic): Ditto.
12218
12219 2008-09-17 Simon Josefsson <simon@josefsson.org>
12220
12221 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12222 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12223
12224 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12225
12226 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12227 default, it's better.
12228
12229 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12230
12231 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12232 summary line gnus-number property and ignore them (with a warning
12233 message).
12234
12235 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12236
12237 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12238 macro caddr in the interactive form since it won't be expanded.
12239
12240 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12241
12242 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12243 `charset'; fix name of function called recursively.
12244 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12245
12246 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12247
12248 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12249 (gnus-mime-set-charset-parameters): New function.
12250 (gnus-mime-view-part-as-charset): Use it to correctly display part
12251 specifying wrong charset.
12252
12253 2008-09-08 David Engster <dengste@eml.cc>
12254
12255 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12256 in completing-read for back end server.
12257
12258 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12259
12260 * message.el (message-confirm-send): New variable to confirm sending a
12261 message.
12262 (message-send): Use it.
12263
12264 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12265
12266 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12267
12268 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12269
12270 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12271
12272 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12273
12274 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12275 prevent tracking too many groups.
12276 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12277 Use it.
12278
12279 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12280
12281 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12282 moving point to the bottom of the window in order to avoid recentering.
12283
12284 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12285
12286 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12287 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12288 (gnus-article-beginning-of-window): Fix calculation.
12289
12290 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12291
12292 * gnus-msg.el (gnus-summary-supersede-article)
12293 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12294 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12295 message header.
12296
12297 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12298
12299 * message.el:
12300 * gnus-start.el:
12301 * gnus-registry.el: Remove VMS support.
12302
12303 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12304
12305 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12306 macro.
12307 (rfc2104-hash): Use it.
12308
12309 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12310
12311 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12312 (gnus-summary-sort-by-most-recent-date): New commands.
12313 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12314 and menu entries.
12315
12316 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12317
12318 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12319 don't redisplay article for raw contents; remove plural articles stuff.
12320
12321 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12322 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12323 on gnus-summary-save-article; display results properly.
12324
12325 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12326
12327 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12328
12329 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12330
12331 * gnus-art.el (gnus-summary-save-in-pipe):
12332 Consider gnus-save-all-headers.
12333
12334 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12335
12336 * gnus-util.el (ns-focus-frame): Remove declaration.
12337 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12338 like x.
12339
12340 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12341
12342 * rfc2104.el (rfc2104-zero): Delete defconst.
12343 (rfc2104-hex-alist): Likewise.
12344 (rfc2104-hex-to-int): Delete func.
12345 (rfc2104-hexstring-to-bitstring): Likewise.
12346 (rfc2104-nybbles): New defconst.
12347 (rfc2104-hash): Rewrite for speed.
12348
12349 2008-07-16 Glenn Morris <rgm@gnu.org>
12350
12351 * gnus-util.el (ns-focus-frame): Declare for compiler.
12352
12353 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12354
12355 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12356 set as a group parameter.
12357 (gnus-summary-save-in-pipe): Work when it is called independently.
12358 (gnus-summary-pipe-to-muttprint): Don't modify
12359 gnus-summary-pipe-output-default-command.
12360
12361 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 * message.el (message-send-mail-with-sendmail):
12364 Display the error message.
12365
12366 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12367
12368 * gnus-art.el (gnus-default-article-saver):
12369 Add gnus-summary-save-in-pipe to choices.
12370 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12371 gnus-summary-pipe-output-default-command as the default command.
12372 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12373 instead of gnus-last-shell-command.
12374
12375 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12376 New user option.
12377 (gnus-summary-muttprint-program): Mention the value will be changed.
12378 (gnus-summary-save-article): Force showing of all headers.
12379 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12380
12381 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12382
12383 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12384
12385 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12386
12387 * nnimap.el (nnimap-id):
12388 * sieve-manage.el (sieve-manage-open): Doc fixes.
12389
12390 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12391
12392 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12393 if available.
12394
12395 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12398
12399 * nnkiboze.el (nnkiboze-generate-group):
12400 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12401
12402 * nnmairix.el: Require CL.
12403
12404 2008-06-15 David Engster <dengste@eml.cc>
12405
12406 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12407
12408 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12409
12410 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12411 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12412 runtime choice under XEmacs.
12413
12414 * gnus-sum.el (gnus-summary-set-display-table):
12415 Use `gnus-put-display-table', `gnus-get-display-table',
12416 `gnus-set-display-table' for the display table, instead of `aset'.
12417
12418 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12419
12420 * nnmairix.el: Add autoloads.
12421
12422 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12423
12424 * nnmairix.el (nnmairix-delete-recreate-group)
12425 (nnmairix-update-and-clear-marks): Fix error messages.
12426
12427 2008-06-14 David Engster <dengste@eml.cc>
12428
12429 * nnmairix.el: Upgrade to version 0.6.
12430 (nnmairix-group-toggle-propmarks-this-group)
12431 (nnmairix-group-toggle-readmarks-this-group)
12432 (nnmairix-group-delete-recreate-this-group)
12433 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12434 (nnmairix-remove-tick-mark-original-article): New commands.
12435 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12436 (nnmairix-propagate-marks-to-nnmairix-groups)
12437 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12438 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12439 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12440 functions needed for marks propagation and manipulation of read marks.
12441 (nnmairix-update-groups): New function.
12442 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12443 (nnmairix-determine-original-group-from-registry)
12444 (nnmairix-determine-original-group-from-path)
12445 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12446 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12447 New helper functions.
12448 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12449 keystrokes for new commands.
12450 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12451 (nnmairix-request-group): Check allow-fast group parameter.
12452 (nnmairix-request-create-group): Set allow-fast group parameter if
12453 nnmairix-allowfast-default is set.
12454 (nnmairix-close-group): Propagate marks upon closing if needed.
12455 (nnmairix-group-toggle-threads-this-group): Use new.
12456 nnmairix-group-toggle-parameter helper function.
12457 (nnmairix-search): Better check for empty search result.
12458 (nnmairix-goto-original-article): Use new helper functions for
12459 determining original article.
12460 (nnmairix-show-original-article): Make sure message-id is in brackets.
12461 (nnmairix-call-mairix-binary): Change variable name.
12462 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12463 helper function.
12464 (nnmairix-widget-toggle-activate): Fix doc string.
12465
12466 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12467
12468 * nnir.el: Require edmacro when compiling with XEmacs.
12469 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12470 available in Emacs 21.
12471
12472 2008-06-11 Glenn Morris <rgm@gnu.org>
12473
12474 * gnus-util.el (x-focus-frame):
12475 * gnus.el (image-size):
12476 * mm-decode.el (image-size): Declare.
12477
12478 * gnus-picon.el (declare-function): Add compat definition.
12479 (image-size): Declare.
12480
12481 * gnus-group.el (tool-bar-map):
12482 * gnus-sum.el (tool-bar-map): Define for compiler.
12483
12484 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12485
12486 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12487
12488 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12489 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12490 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12491 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12492 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12493 * sieve-manage.el, spam-report.el, spam.el:
12494 Remove unnecessary eval-and-compile of autoloads.
12495
12496 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12497
12498 * auth-source.el: Precise Tramp doc.
12499
12500 2008-06-07 Glenn Morris <rgm@gnu.org>
12501
12502 * nnmairix.el: Remove unnecessary eval-when-compile.
12503
12504 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
12505
12506 * nnir.el: New file.
12507
12508 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12509
12510 * gnus-util.el (gnus-read-shell-command): New function.
12511 * mm-decode.el (mm-pipe-part):
12512 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12513
12514 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12515
12516 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12517
12518 2008-06-03 Glenn Morris <rgm@gnu.org>
12519
12520 * pop3.el (nnheader-accept-process-output): Autoload it.
12521
12522 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12523
12524 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12525 are not 2-digit hexadecimal characters that follow `%'s.
12526
12527 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12528
12529 * message.el (message-bogus-recipient-p): Fix type in doc string.
12530 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12531 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12532 Improve custom options.
12533 (message-bogus-recipient-p): Adjust accordingly.
12534
12535 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12536
12537 * nnmairix.el: Require edmacro when compiling with XEmacs.
12538
12539 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12540
12541 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12542 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12543
12544 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12545
12546 * auth-source.el: Add more docs.
12547
12548 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12549
12550 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12551 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12552 retrieval faster in some cases, but might make CPU usage larger.
12553 If this has any bad side effects, we might revert this change.
12554
12555 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12556 seems to make mail retrieval much, much faster.
12557 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12558 unconditionally.
12559
12560 * gnus-draft.el (gnus-group-send-queue):
12561 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12562
12563 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12564
12565 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12566
12567 * message.el (message-bogus-address-regexp): Fix and improve custom
12568 type.
12569 (message-setup-hook): Add message-check-recipients as custom option.
12570
12571 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
12572
12573 * message.el (message-cite-function): Remove bogus autoload which crept
12574 in during merge from v5-10.
12575
12576 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12577
12578 * nnimap.el (nnimap-open-connection): Fix login/password bug.
12579
12580 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12581
12582 * auth-source.el: Preliminary Tramp docs.
12583 (auth-sources): Change the default auth-sources to use
12584 EPA .gpg files.
12585
12586 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
12587
12588 * nntp.el: Autoload `auth-source-user-or-password'.
12589 (nntp-send-authinfo): Use it.
12590
12591 * nnimap.el: Autoload `auth-source-user-or-password'.
12592 (nnimap-open-connection): Use it.
12593
12594 * auth-source.el: Add docs on using with url-auth. Import gnus-util
12595 for the gnus-message function.
12596 (auth-source-user-or-password): Use it.
12597
12598 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12599
12600 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12601 rfc2104-hexstring-to-byte-list. Return a unibyte string.
12602 (rfc2104-hash): Use it.
12603
12604 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12605
12606 * gnus-art.el (gnus-article-toggle-truncate-lines):
12607 Don't use `iff' in docstring.
12608
12609 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
12610
12611 * gnus-registry.el: Adjusted copyright dates and added a keyword.
12612
12613 * gnus-util.el (gnus-extract-address-component-name)
12614 (gnus-extract-address-component-email): Convenience functions around
12615 `gnus-extract-address-components'.
12616
12617 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12618 Use `gnus-extract-address-component-email' to fix bug of comparing full
12619 sender name to `user-mail-address'.
12620
12621 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12622
12623 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12624 catch/throw to optimize.
12625 (gnus-registry-find-keywords): Just use member to find a keyword.
12626
12627 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12628
12629 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12630 is current before calling gnus-server-prepare.
12631 (gnus-server-setup-buffer, gnus-server-update-server)
12632 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12633
12634 2008-05-04 Juri Linkov <juri@jurta.org>
12635
12636 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12637 (mailcap-file-default-commands): Use mailcap-replace-in-string
12638 instead of replace-regexp-in-string, and mailcap-delete-duplicates
12639 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
12640
12641 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
12642
12643 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12644
12645 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12646
12647 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12648 hooks.
12649 (gnus-update-read-articles): Speed up non-marks-using users.
12650 (gnus-use-marks): Define gnus-use-marks.
12651 (gnus-propagate-marks): Rename variable to something more sensible.
12652
12653 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12654
12655 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12656 (gmm-image-load-path-for-library): Fix typos in docstrings.
12657 (gmm-message): Reflow docstring.
12658
12659 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
12660
12661 * mail-source.el (mail-source-set-1, mail-source-bind):
12662 Move auth-source code out of the macro to clean it up and fix bugs.
12663
12664 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
12665
12666 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12667 by sender if it's equal to user-mail-address, it's likely to be
12668 useless.
12669
12670 * mail-source.el (mail-source-bind): Don't use user or password if they
12671 are not bound. Unintern them if they are nil. Don't use server unless
12672 it's bound, and default it to empty string otherwise.
12673
12674 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
12675
12676 * mail-source.el: Load auth-source.el.
12677 (mail-source-bind): Add comments. Call auth-source-user-or-password to
12678 get user name or password, if auth-sources is set up.
12679
12680 * gnus-registry.el (gnus-registry-split-strategy): New variable for
12681 strategy of splitting with parent.
12682 (gnus-registry-split-fancy-with-parent)
12683 (gnus-registry-post-process-groups): Use it and fix prior
12684 bug (returning a list as the split result).
12685
12686 * auth-source.el (auth-sources): Remove server parameter.
12687 (auth-source-pick, auth-source-user-or-password)
12688 (auth-source-user-or-password-imap)
12689 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12690 (auth-source-user-or-password-sftp)
12691 (auth-source-user-or-password-smtp): Remove server parameter.
12692
12693 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
12694
12695 * smime.el (smime-sign-region, smime-encrypt-region)
12696 (smime-decrypt-region):
12697 Remove redundant calls to `generate-new-buffer-name'.
12698
12699 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
12700
12701 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12702 Don't use QP for message/rfc822.
12703 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12704
12705 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * sieve-manage.el (sieve-string-bytes): Remove.
12708 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12709 correct byte-length only if the process's coding-system is the same as
12710 the one used internally by Emacs to represent strings.
12711
12712 2008-04-22 Juri Linkov <juri@jurta.org>
12713
12714 * mailcap.el (mailcap-file-default-commands): New function.
12715
12716 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12717
12718 * message.el (message-signature-separator, message-cite-function):
12719 Change custom version.
12720
12721 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12722
12723 * mm-decode.el (mm-display-external): Make temp file read-only.
12724
12725 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12726
12727 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12728 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
12729 `C-c C-f d'.
12730
12731 2008-04-12 Adrian Aichner <adrian@xemacs.org>
12732
12733 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12734
12735 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12736
12737 * auth-source.el: Add docs.
12738 (auth-sources): Modify format to support server.
12739 (auth-source-pick, auth-source-user-or-password)
12740 (auth-source-user-or-password-imap)
12741 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12742 (auth-source-user-or-password-sftp)
12743 (auth-source-user-or-password-smtp): Add server parameter.
12744
12745 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
12746
12747 * gnus-registry.el: Initialize the registry when gnus-registry-install
12748 is t.
12749
12750 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
12751
12752 * compface.el (uncompface): Make buffer unibyte.
12753
12754 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12755
12756 * mail-source.el (mail-source-value):
12757 Prefer fboundp to functionp so it works with macros as well.
12758
12759 2008-04-05 Glenn Morris <rgm@gnu.org>
12760
12761 * gnus-ems.el (mm-disable-multibyte): Autoload it.
12762
12763 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12764
12765 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12766 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12767
12768 * nnheader.el (nnheader-init-server-buffer): Change buffer's
12769 multibyteness after rather than before erasing it.
12770
12771 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12772 mm-with-multibyte.
12773 (gnus-request-article-this-buffer): Make sure the proper decoding is
12774 used if gnus-original-article-buffer happens to be unibyte.
12775
12776 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12777 default-enable-multibyte-characters.
12778
12779 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12780 default-enable-multibyte-characters.
12781
12782 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12783
12784 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12785
12786 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12789 Fix last change in case the element is not even a symbol.
12790
12791 2008-04-02 Simon Josefsson <simon@josefsson.org>
12792
12793 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12794 imap-enable-exchange-bug-workaround.
12795 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12796
12797 2008-04-01 Simon Josefsson <simon@josefsson.org>
12798
12799 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12800 a 100 byte status-checks into a 2-3MB transfer for each group.
12801 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12802 to enable bug workaround or not.
12803 (nnimap-find-minmax-uid): Only enable workaround conditionally.
12804
12805 2008-03-31 Glenn Morris <rgm@gnu.org>
12806
12807 * message.el (mml2015-use): Declare for compiler.
12808 (message-info): Require mml2015 when appropriate.
12809
12810 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12811
12812 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12813 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12814 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12815 (nntp-service-to-port): New function.
12816 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12817 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12818 (nntp-open-netcat-stream): New function.
12819 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12820
12821 2008-03-29 Sven Joachim <svenjoac@gmx.de>
12822
12823 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12824
12825 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12826
12827 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12828
12829 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
12830
12831 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12832
12833 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12834
12835 * message.el (message-signature-separator): Change default.
12836 Improve custom type.
12837 (message-cite-function): Change default to
12838 message-cite-original-without-signature.
12839
12840 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12841 toggle.
12842
12843 * message.el (message-check-news-body-syntax): Fix signature check.
12844 (message-setup-1): Mark buffer as unmodified _after_ running
12845 message-setup-hook and handling message-alternative-emails.
12846 (message-shorten-references): Be more strict when building list of
12847 valid references to comply with GNKSA.
12848
12849 * gnus-group.el (gnus-read-ephemeral-bug-group)
12850 (gnus-read-ephemeral-debian-bug-group)
12851 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12852
12853 * message.el (message-info): Don't use booleanp which isn't supported
12854 in Emacs 21 and XEmacs.
12855
12856 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
12857
12858 * gnus-group.el (gnus-gmane-group-download-format): Rename from
12859 gnus-group-gmane-group-download-format.
12860 (gnus-group-read-ephemeral-gmane-group): Rename from
12861 gnus-group-read-ephemeral-gmane-group.
12862 (gnus-read-ephemeral-gmane-group-url): Rename from
12863 gnus-group-read-ephemeral-gmane-group-url.
12864 (gnus-bug-group-download-format-alist): New variable.
12865 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12866 (gnus-read-ephemeral-emacs-bug-group): New commands.
12867
12868 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12869
12870 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12871 (gnus-visible-headers): Improve custom type.
12872
12873 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12874
12875 * mml.el (mml-menu): Add workarounds for XEmacs.
12876
12877 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12878 X-Boundary header.
12879
12880 * message.el (message-simplify-recipients): Fix previous commit.
12881
12882 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12883
12884 * mm-util.el (mm-set-buffer-multibyte): New function.
12885 * mm-decode.el (mm-copy-to-buffer): Use it.
12886
12887 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12888 Prefer fboundp to functionp so it works with macros as well.
12889
12890 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12891
12892 * message.el (message-alter-recipients-discard-bogus-full-name):
12893 New function.
12894 (message-alter-recipients-function): New variable.
12895 (message-get-reply-headers): Use it.
12896 (message-replace-header): New helper function.
12897 (message-recipients-without-full-name): New variable.
12898 (message-simplify-recipients): New command.
12899
12900 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12901
12902 * message.el (message-info): Handle EasyPG manual.
12903
12904 * mml.el (mml-menu): Add entry for EasyPG.
12905
12906 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
12907
12908 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12909 parameter.
12910
12911 * message.el (message-disassociate-draft): Specify drafts group name
12912 fully.
12913
12914 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
12915
12916 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12917 Eliminate unnecessary duplicates from the match list.
12918
12919 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12920
12921 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12922 args of `how-many' of which the XEmacs version doesn't take; declare
12923 Info-index-next as function.
12924
12925 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12926
12927 * gnus-score.el (gnus-score-headers): Fix handling of
12928 gnus-inhibit-slow-scoring.
12929
12930 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12931 string.
12932 (gnus-button-url-regexp): Improve handling of parenthesis.
12933 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12934 (gnus-button-handle-info-keystrokes): Handle index entries.
12935
12936 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
12937
12938 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12939 Incoming* files.
12940
12941 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12942
12943 * auth-source.el (auth-sources): Rename from auth-source-choices.
12944 (auth-source-pick): Use it.
12945
12946 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12947
12948 * auth-source.el (auth-source-protocols)
12949 (auth-source-protocols-customize, auth-source-choices): Add and
12950 modified variable customizations and defaults.
12951 (auth-source-pick, auth-source-user-or-password)
12952 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12953 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12954 (auth-source-user-or-password-sftp)
12955 (auth-source-user-or-password-smtp): Use new variables and provide an
12956 interface to netrc.el.
12957
12958 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
12959
12960 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12961 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12962 Make sure the nntp port to specify is a string.
12963
12964 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * nntp.el: Use with-current-buffer.
12967 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12968 dubious mm-with-unibyte-current-buffer.
12969 (nntp-with-open-group-function): New function extracted from
12970 nntp-with-open-group macro.
12971 (nntp-with-open-group): Use the function, so it's easier to debug.
12972 Add indentation and debugging info.
12973 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12974 Recommend the use of the netcat alternatives.
12975
12976 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12977 Avoid mm-string-as-multibyte as well.
12978
12979 * nnweb.el (nnweb-insert-html):
12980 Remove use of nnheader-string-as-multibyte.
12981
12982 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12983 (nnheader-string-as-multibyte): Remove.
12984
12985 * mm-view.el: Use inhibit-read-only.
12986 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12987 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12988 or unibyte-string.
12989
12990 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12991 (mm-uu-yenc-extract): Use with-current-buffer.
12992
12993 * gnus-soup.el (gnus-soup-send-packet): Don't use
12994 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12995
12996 * nnmh.el: Use with-current-buffer.
12997 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12998 mm-string-as-multibyte on the output of mm-encode-coding-string.
12999
13000 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13001 (nnimap-request-move-article): Use with-current-buffer.
13002
13003 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13004 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13005 conversion uses string-make-unibyte rather than string-as-unibyte.
13006
13007 * gnus-msg.el: Use with-current-buffer.
13008
13009 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13010
13011 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13012
13013 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13014 string for caching if it is 'PIN.
13015
13016 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13017
13018 * mail-source.el (mail-source-delete-old-incoming-confirm):
13019 Change default to nil.
13020 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13021
13022 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13023
13024 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13025 (gnus-article-goto-prev-page): Work for articles having ^L's.
13026
13027 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13028
13029 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13030
13031 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13032
13033 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13034 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13035 (gnus-bookmark-jump): Adjust some variable names.
13036
13037 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13038
13039 * auth-source.el: New package.
13040 (auth-source-choices): Add customization entry point variable.
13041
13042 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13043 bug.
13044
13045 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13046
13047 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13048 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13049 (gnus-registry-install-shortcuts): Rename from
13050 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13051 the `gnus-registry-mark-map' keymap dynamically from
13052 `gnus-registry-marks'. The generated functions update the summary line
13053 when a registry mark is added or deleted, and will call
13054 `gnus-registry-install-p' (see the comments in the code).
13055 (gnus-registry-user-format-function-M): Use concat intelligently.
13056
13057 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13058 the registry mark functions.
13059
13060 2008-03-05 Glenn Morris <rgm@gnu.org>
13061
13062 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13063 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13064 gnus-art.
13065 (top-level): No need to load own source when compiling.
13066
13067 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13068
13069 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13070 Suggested by <chris.anderton@zetnet.co.uk>.
13071
13072 2008-03-04 Glenn Morris <rgm@gnu.org>
13073
13074 * gnus-sum.el (top-level): No need to require gnus when compiling,
13075 since unconditionally required near start of file.
13076 (gnus-summary-display-while-building): Move definition before use.
13077
13078 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13079
13080 * gnus-registry.el (gnus-registry-user-format-function-M):
13081 Add formatting function.
13082
13083 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13084
13085 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13086 with plists.
13087 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13088 Use new format.
13089
13090 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13091
13092 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13093 `where-is-internal' that returns a range of key sequences.
13094
13095 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13096
13097 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13098
13099 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13100 (gnus-summary-jump-to-group): Consider windows on other displayed
13101 frames as well. Similar changes might be needed elsewhere, but that's
13102 the one I've bumped into during my use.
13103
13104 * nndoc.el (nndoc-oe-dbx-type-p):
13105 * gnus-msg.el (gnus-debug):
13106 * gnus-group.el (gnus-update-group-mark-positions):
13107 Use mm-string-to-multibyte.
13108
13109 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13110
13111 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13112 doesn't handle NotDashEscaped.
13113
13114 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13115 (mml-dnd-attach-options): Fix typo in custom choice.
13116
13117 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13118 Change nndoc-article-type to mbox.
13119 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13120
13121 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13122 to nil, instead of html2text.
13123
13124 * imap.el (imap-debug): Add `imap-ping-server'.
13125
13126 * gnus-bookmark.el: Add FIXMEs.
13127
13128 * message.el (message-form-letter-separator)
13129 (message-send-form-letter-delay): New variables.
13130 (message-send-form-letter): Use them. New command to send form
13131 letters. Requested by Uwe Siart.
13132 (message-send-mail-function): Doc fix. Add "Other" custom option.
13133
13134 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13135
13136 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13137 empty author.
13138
13139 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13140
13141 * gnus-registry.el (gnus-registry-marks): Add variable for
13142 customization of marks and their appearance.
13143 (gnus-registry-read-mark): Use it.
13144 (gnus-registry-do-marks): Add utility function to loop through
13145 `gnus-registry-marks'.
13146 (gnus-registry-install-shortcuts-and-menus): Add function to install
13147 shortcuts and menus.
13148 (gnus-registry-initialize): Use it.
13149 (gnus-registry-default-mark): Clarify documentation.
13150
13151 2008-02-29 Glenn Morris <rgm@gnu.org>
13152
13153 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13154 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13155 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13156 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13157 Change defcustom :version from 23.0 to 23.1.
13158
13159 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13160
13161 * gnus-registry.el (gnus-registry-follow-group-p)
13162 (gnus-registry-post-process-groups): Add functions to aid registry
13163 splitting and improve logging. Clarify behavior in function
13164 documentation.
13165 (gnus-registry-split-fancy-with-parent): Use them.
13166
13167 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13168
13169 * gnus-art.el: Use with-current-buffer.
13170
13171 2008-02-27 David Engster <dengste@eml.cc>
13172
13173 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13174 Express real group name in the response.
13175
13176 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13177
13178 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13179 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13180 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13181 autoload gnus-registry-fetch-group when compiling.
13182 (nnmairix-request-group-with-article-number-correction):
13183 Remove unreferenced argument passed to nnmairix-call-backend.
13184
13185 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13186
13187 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13188 (mm-uu-extract): Improve face for low color ttys.
13189 Reported by Sascha Wilde.
13190
13191 2008-02-27 Glenn Morris <rgm@gnu.org>
13192
13193 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13194 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13195 variables to defconsts. Convert comments to doc-strings.
13196 (nnmairix-last-server, nnmairix-current-server): Convert from free
13197 variables to defvars. Convert comments to doc-strings.
13198 (gnus-registry-fetch-group): Autoload.
13199 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13200 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13201 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13202 caddr.
13203 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13204 nnmairix-request-group-with-article-number-correction call.
13205 (nnmairix-fast, nnmairix-group): New, less general names, for free
13206 variables passed from nnmairix-request-group to
13207 nnmairix-request-group-with-article-number-correction. Declare.
13208 (nnmairix-request-group-with-article-number-correction):
13209 Use nnmairix-fast, nnmairix-group rather than fast, group.
13210
13211 2008-02-26 David Engster <dengste@eml.cc>
13212
13213 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13214 version 0.5.
13215
13216 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13217
13218 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13219 instead of making an extra function call. Don't add the current group
13220 to articles only when they have the group. Use
13221 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13222 Reported by David <de_bb@arcor.de>.
13223
13224 2008-02-24 Miles Bader <miles@gnu.org>
13225
13226 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13227 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13228 (mm-find-mime-charset-region):
13229 * mm-bodies.el (mm-encode-body):
13230 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13231
13232 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13233
13234 * mail-source.el (mail-source-delete-incoming): Change default.
13235 Supplement doc string.
13236
13237 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13238
13239 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13240
13241 * nnmail.el (nnmail-message-id-cache-file): Derive from
13242 `gnus-home-directory'.
13243
13244 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13245
13246 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13247 Document negative prefix.
13248
13249 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13250
13251 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13252
13253 * message.el (message-unsent-separator): Add the Exim bounce
13254 separator.
13255
13256 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13257
13258 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13259 list.
13260 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13261 recipient/signer list.
13262
13263 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13264
13265 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13266 fbound (Emacs 23 unicode), signal an error.
13267
13268 2008-02-08 Glenn Morris <rgm@gnu.org>
13269
13270 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13271
13272 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13273
13274 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13275 ports to the calls to `netrc-machine-user-or-password' in addition to
13276 "imap" and "imaps".
13277
13278 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13279
13280 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13281 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13282 <hanche@math.ntnu.no>.
13283
13284 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13285
13286 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13287
13288 2008-02-01 Zhang Wei <id.brep@gmail.com>
13289
13290 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13291
13292 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13293
13294 2008-02-01 Miles Bader <miles@gnu.org>
13295
13296 * mml.el (mml-parse-1): Remove apparently vestigial use of
13297 `mm-hack-charsets'.
13298 * mm-bodies.el (mm-encode-body): Likewise.
13299
13300 2008-02-01 Kenichi Handa <handa@m17n.org>
13301
13302 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13303 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13304 (rfc2104-hash): Convert the result of concat to unibyte string.
13305
13306 2008-02-01 Dave Love <fx@gnu.org>
13307
13308 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13309 coding-system-for-read.
13310 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13311
13312 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13313 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13314 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13315
13316 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13317
13318 * mail-source.el (mail-sources): Add `group' choice.
13319
13320 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13321 parameter `in-group' to control into which group the articles go.
13322 Add treatment of `group' mail-source.
13323
13324 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13325
13326 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13327 * message.el (message-beginning-of-line): Use featurep instead of bound
13328 tests in order to resolve conditionals at compile time.
13329
13330 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13331
13332 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13333
13334 * mm-decode.el (mm-dissect-buffer): Decode description.
13335
13336 * mml.el (mml-to-mime): Encode message header first.
13337
13338 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13339
13340 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13341 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13342
13343 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13344
13345 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13346
13347 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13348
13349 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13350 prefix keys.
13351 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13352 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13353 gnus-xmas.el.
13354
13355 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13356
13357 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13358 Add new variables for article mark management.
13359 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13360 list of extra data entries which, when present, will indicate that the
13361 article ID should not be trimmed from the registry.
13362 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13363 functions.
13364 (gnus-registry-read-mark): New function to read a mark name from the
13365 user.
13366 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13367 (gnus-registry-set-article-mark-internal): New functions to add and
13368 remove marks.
13369 (gnus-registry-get-article-marks): New function to show the marks for
13370 an article, or retrieve them for further use.
13371
13372 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13373
13374 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13375 keys when no argument is given.
13376
13377 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13378
13379 * gnus-sum.el (gnus-article-sort-by-random)
13380 (gnus-thread-sort-by-random): Fix doc strings.
13381 Reported by jidanni@jidanni.org.
13382
13383 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13384
13385 * gnus-art.el (gnus-article-describe-bindings): New function.
13386 (gnus-article-read-summary-keys): Use it.
13387 (gnus-article-mode-map): Bind `C-h b' to it.
13388
13389 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13390
13391 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13392 XEmacs.
13393 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13394 Protect against non-character events.
13395
13396 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13397
13398 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13399 New command.
13400 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13401 instead of END. Change name of the temp file.
13402 (gnus-group-gmane-group-download-format): Add doc string. Make it
13403 customizable.
13404
13405 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13406
13407 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13408 bind `S W' to gnus-article-wide-reply-with-original; set default
13409 binding to gnus-article-read-summary-send-keys.
13410 (gnus-article-read-summary-keys): Fix the order of keys; display
13411 continuation keys correctly in the echo area; describe bindings
13412 correctly when keys end with `C-h'.
13413 (gnus-article-read-summary-send-keys): New function.
13414 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13415 Work for gnus-article-read-summary-send-keys; display continuation keys
13416 correctly in the echo area.
13417 (gnus-article-reply-with-original): Ignore prefix argument.
13418 (gnus-article-wide-reply-with-original): New function.
13419
13420 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13421
13422 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13423 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13424
13425 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13426
13427 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13428 (gnus-group-read-ephemeral-gmane-group): New command.
13429
13430 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13431
13432 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13433
13434 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13435
13436 * message.el (message-send-mail-function): Increase custom version.
13437
13438 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13439 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13440
13441 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13442
13443 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13444 html parts correctly; support forwarded messages.
13445 (gnus-article-browse-html-article): Remove work buffers.
13446
13447 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13448 compiling.
13449 (netrc-bound-and-true-p): New macro.
13450 (netrc-parse): Use it instead of bound-and-true-p that is not available
13451 in XEmacs 21.4.
13452
13453 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13454
13455 * gnus-registry.el (gnus-registry-mark-article)
13456 (gnus-registry-article-marks): Add functionality to mark articles
13457 through the Gnus registry.
13458
13459 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13460 (netrc-parse): Use encrypt-file-alist to determine if
13461 encrypt-find-model or encrypt-insert-file-contents should be used.
13462
13463 2007-12-19 Glenn Morris <rgm@gnu.org>
13464
13465 * mml.el (message-options-set, message-narrow-to-head)
13466 (message-in-body-p, message-mail-p, message-encode-message-body):
13467 Autoload.
13468 (message-remove-header, message-narrow-to-headers-or-head)
13469 (message-subscribed-p, message-make-mail-followup-to)
13470 (message-position-on-field, message-news-p)
13471 (message-options-set-recipient, message-generate-headers)
13472 (message-sort-headers): Declare as functions.
13473
13474 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13475
13476 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13477 convention in doc string.
13478
13479 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13480
13481 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13482 title to html parts.
13483 (gnus-article-browse-html-article): Pass message header to it.
13484
13485 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13486
13487 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13488
13489 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13490 or password compatible with XEmacs.
13491
13492 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13493
13494 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13495 format document.
13496 (gnus-mime-delete-part): Don't write description line if empty.
13497 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13498
13499 2007-12-14 Johan Bockgård <bojohan@gnu.org>
13500
13501 * gnus-sum.el (gnus-summary-mark-unread-as-read)
13502 (gnus-summary-mark-read-and-unread-as-read)
13503 (gnus-summary-mark-current-read-and-unread-as-read)
13504 (gnus-summary-mark-unread-as-ticked): Doc fix.
13505 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13506
13507 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13508
13509 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13510 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13511
13512 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13513
13514 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13515 yes-or-no-p.
13516
13517 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13518
13519 * mm-decode.el (mm-add-meta-html-tag): New function.
13520 (mm-save-part-to-file, mm-pipe-part): Use it.
13521
13522 * gnus-art.el (gnus-article-browse-delete-temp-files):
13523 Use gnus-y-or-n-p instead of y-or-n-p.
13524 (gnus-article-browse-html-parts): Work with message/external-body; use
13525 mm-add-meta-html-tag.
13526
13527 2007-12-11 Glenn Morris <rgm@gnu.org>
13528
13529 * gnus-cache.el: Require gnus-sum not just when compiling.
13530
13531 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13532
13533 * gnus-int.el (gnus-server-opened, gnus-status-message):
13534 Move definitions before use.
13535
13536 * mm-decode.el: Require gnus-util.
13537 (mm-remove-part): Only call delete-annotation on XEmacs.
13538
13539 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13540
13541 * nnmail.el: Require gnus-int.
13542
13543 * spam.el: Move `require's before `eval-when-compile's.
13544
13545 * gnus-ems.el (gnus-alive-p):
13546 * gnus-fun.el (message-goto-eoh):
13547 * gnus-util.el (gnus-group-name-decode):
13548 * mail-source.el (gnus-compress-sequence):
13549 * message.el (Info-goto-node, format-spec):
13550 * mm-bodies.el (message-options-get):
13551 * mm-decode.el (mm-view-pkcs7):
13552 * mm-util.el (gmm-write-region):
13553 * mml-smime.el (mml-compute-boundary)
13554 (gnus-completing-read-with-default):
13555 * mml.el (widget-button-press, gnus-make-hashtable):
13556 * mml1991.el (mm-decode-content-transfer-encoding)
13557 (mm-encode-content-transfer-encoding)
13558 (message-options-get, message-options-set):
13559 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13560 * nnfolder.el (gnus-request-group):
13561 * nnheader.el (ietf-drums-unfold-fws):
13562 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13563 * smime.el (gnus-run-mode-hooks):
13564 * spam-stat.el (gnus-message): Autoload.
13565
13566 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13567 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13568 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13569 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13570 Add declare-function compatibility definition.
13571
13572 * gnus-cache.el (nnvirtual-find-group-art):
13573 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13574 (gnus-add-image, gnus-add-wash-type):
13575 * gnus-group.el (nnkiboze-score-file):
13576 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13577 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13578 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13579 (message-tokenize-header, gnus-get-buffer-create)
13580 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13581 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13582 * gnus.el (gnus-group-decoded-name):
13583 * mail-source.el (imap-capability):
13584 * mm-bodies.el (message-options-set):
13585 * mm-decode.el (gnus-configure-windows):
13586 * mm-extern.el (message-goto-body):
13587 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13588 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13589 (epg-sub-key-validity, message-options-set):
13590 * mml.el (widget-event-point, gnus-configure-windows):
13591 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13592 * mml2015.el (epg-check-configuration, epg-configuration)
13593 (message-options-set):
13594 * nndb.el (nndb-request-article):
13595 * nnfolder.el (gnus-request-create-group):
13596 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13597 * nnmaildir.el (gnus-group-mark-article-read):
13598 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13599 * rfc1843.el (message-fetch-field):
13600 * spam.el (gnus-extract-address-components):
13601 Declare as functions.
13602
13603 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13604
13605 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13606
13607 2007-12-09 Glenn Morris <rgm@gnu.org>
13608
13609 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13610
13611 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13612 * message.el, mm-view.el, sieve-manage.el, smime.el:
13613 Add declare-function compatibility definition.
13614
13615 * gnus-art.el (w3-region, w3m-region, Info-menu):
13616 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13617 * gnus-sum.el (gnus-get-predicate):
13618 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13619 * message.el (mail-abbrev-in-expansion-header-p):
13620 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13621 (w3m-detect-meta-charset, w3m-region):
13622 * sieve-manage.el (password-read, password-cache-add)
13623 (password-cache-remove):
13624 * smime.el (password-read-and-add): Declare as functions.
13625
13626 2007-12-08 David Kastrup <dak@gnu.org>
13627
13628 * gnus-sum.el (gnus-summary-simplify-subject-query):
13629 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13630 `message'.
13631
13632 2007-12-07 Glenn Morris <rgm@gnu.org>
13633
13634 * gnus-art.el (article-make-date-line): Revert previous change.
13635
13636 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13637
13638 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13639
13640 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
13641
13642 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13643 Call gnus-add-to-range ranges only once with a prepared article-list.
13644
13645 2007-12-06 Paul Jarc <prj@po.cwru.edu>
13646
13647 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13648 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13649 group names with backslashes.
13650 Reported by Tassilo Horn <tassilo@member.fsf.org>.
13651
13652 2007-12-06 Deepak Goel <deego3@gmail.com>
13653
13654 * gnus-art.el (article-make-date-line):
13655 * gnus-start.el (gnus-load):
13656 * pop3.el (pop3-read-response): Fix buggy call to `error'.
13657
13658 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13659
13660 * gnus-art.el (gnus-use-idna):
13661 * gnus-start.el (gnus-site-init-file):
13662 * message.el (message-use-idna):
13663 * mm-uu.el (mm-uu-hide-markers):
13664 * smiley.el (smiley-style): Revert changes that suppress warnings.
13665
13666 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13667
13668 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13669 specify charset to html source.
13670 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13671
13672 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13673
13674 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13675 idna-program in order to suppress byte compile warning issued by XEmacs
13676 that came to byte compile the default value section of defcustom forms
13677 recently.
13678
13679 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13680 value of installation-directory.
13681
13682 * message.el (message-use-idna): Don't directly refer to the value of
13683 idna-program.
13684
13685 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13686
13687 * smiley.el (smiley-style): Don't directly call face-attribute.
13688
13689 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
13690
13691 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13692
13693 * gnus-dired.el: Reduce Gnus dependencies.
13694 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13695 Don't require. Use autoloads instead.
13696 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13697 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13698 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13699 (gnus-dired-mode): Adjust doc string.
13700 (gnus-dired-mail-mode): New variable.
13701 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13702 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13703 (gnus-dired-mail-buffers): New function. Return mail or message
13704 composition buffers.
13705 (gnus-dired-attach): Use it.
13706 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13707 NO-DECODE.
13708 (gnus-dired-print): Use `gnus-print-buffer' depending on
13709 `gnus-dired-mail-mode'.
13710
13711 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13712
13713 * rfc2047.el (rfc2047-encoded-word-regexp)
13714 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13715 explaining what regexp patterns are for.
13716
13717 2007-12-04 Glenn Morris <rgm@gnu.org>
13718
13719 * password.el: Move to ../password-cache.el.
13720
13721 * mml1991.el (password-read, password-cache-add, password-cache-remove):
13722 * mml2015.el (password-read, password-cache-add, password-cache-remove):
13723 * mml-smime.el (password-read, password-cache-add)
13724 (password-cache-remove):
13725 No need to autoload, since mml-sec requires password.
13726
13727 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13728 * message.el (gnus-extract-address-components):
13729 * mml-smime.el (gnus-extract-address-components): Define for compiler.
13730
13731 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13732 password.
13733
13734 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13735
13736 * mailcap.el: Reduce dependencies.
13737 (mail-header-parse-content-type): Autoload.
13738 (mailcap-delete-duplicates): New alias.
13739 (mailcap-mime-info): Add optional argument NO-DECODE.
13740 (mailcap-mime-types): Use mailcap-delete-duplicates.
13741
13742 * message.el (message-ignored-supersedes-headers): Add "X-ID".
13743
13744 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13745
13746 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13747 function.
13748
13749 * gnus-uu.el (gnus-uu-decode-yenc): New command.
13750 (gnus-uu-yenc-article): New function.
13751
13752 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13753
13754 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13755
13756 2007-12-02 Glenn Morris <rgm@gnu.org>
13757
13758 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13759 Move to ../net.
13760
13761 * binhex.el, uudecode.el: Move to ../mail.
13762
13763 * encrypt.el: Remove file.
13764
13765 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
13766
13767 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13768 matches on patches.
13769
13770 * gnus-art.el (gnus-article-browse-html-article):
13771 Mention `mm-text-html-renderer' in the doc string.
13772
13773 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13774 string. Add comments.
13775
13776 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13777 if rhs is ASCII.
13778
13779 2007-12-01 Glenn Morris <rgm@gnu.org>
13780
13781 * dig.el, dns.el: Move to ../net.
13782 * format-spec.el, hex-util.el, sha1.el: Move to ../.
13783
13784 * mail-source.el (top-level): Require format-spec before
13785 eval-when-compile.
13786
13787 2007-11-30 Glenn Morris <rgm@gnu.org>
13788
13789 * encrypt.el: Require password, rather than autoloading password-read.
13790
13791 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
13792
13793 * gnus.el (gnus-method-to-server): Add an optional parameter so the
13794 caller can indicate whether the cache should be disregarded for this
13795 call. This way the result of the call is reproducible at all times and
13796 can be considered a canonical server name for the supplied method.
13797 (gnus-agent-method-p): Canonicalize server names by pushing their
13798 method through `gnus-method-to-server' using the no-cache argument.
13799
13800 * gnus-srvr.el (gnus-server-insert-server-line):
13801 Call `gnus-method-to-server' with `no-cache' argument.
13802
13803 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13804 gnus-agent-possibly-synchronize-flags as this should be called when the
13805 server is actually being opened.
13806 (gnus-agent-possibly-synchronize-flags)
13807 (gnus-agent-possibly-synchronize-flags-server): Move check for the
13808 flags file of an agentized server to the latter function.
13809
13810 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13811 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13812 after a connection has been established successfully.
13813
13814 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13815
13816 * gnus-art.el (article-display-face): Force to display face if called
13817 interactively; check if gnus-article-x-face-too-ugly matches author.
13818 (article-display-x-face): Display face even if From header is missing
13819 as article-display-face does.
13820
13821 2007-11-28 Richard Stallman <rms@gnu.org>
13822
13823 * md4.el: Move to ../.
13824 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13825
13826 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
13827
13828 * mail-source.el (mail-sources): Default to fetch from file for
13829 compatibility with default of nnmail-spool-file.
13830
13831 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
13832
13833 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13834 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13835 to look for encoded word that should be encoded again.
13836 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13837 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13838 encoding pattern.
13839 (rfc2047-decode-region): Switch strict regexp and loose one according
13840 to rfc2047-allow-irregular-q-encoded-words.
13841
13842 2007-11-26 Simon Josefsson <simon@josefsson.org>
13843
13844 * imap.el: Move to ../net directory.
13845
13846 2007-11-25 Romain Francoise <romain@orebokech.com>
13847
13848 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13849
13850 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13851
13852 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13853 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13854
13855 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13856 `nnmail-spool-file'.
13857
13858 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13859 `nnmail-spool-file'.
13860
13861 * gnus-move.el (gnus-change-server): Ditto.
13862
13863 * gnus-kill.el (gnus-batch-score): Ditto.
13864
13865 * gnus-cache.el (gnus-jog-cache): Ditto.
13866
13867 * gnus-msg.el (gnus-summary-reply):
13868 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13869
13870 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13871
13872 * gnus-cache.el (gnus-cache-generate-nov-databases):
13873 Use nnml-generate-nov-databases-directory instead of
13874 nnml-generate-nov-databases-1.
13875
13876 2007-11-24 Glenn Morris <rgm@gnu.org>
13877
13878 * message.el (message-tool-bar-retro): Update for rename
13879 mail_send.xpm->mail-send.xpm.
13880
13881 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13882
13883 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13884 `smime-ldap-search' for Emacs 22 and up.
13885
13886 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13887
13888 * hashcash.el: Move to ../mail directory.
13889
13890 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
13891
13892 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13893 `smime-ldap-search' for Emacs 22 and up.
13894
13895 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13896
13897 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13898
13899 * message.el (message-send-mail-function): Fix error convention.
13900 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13901 (message-widen-reply, message-send-mail, message-talkative-question)
13902 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13903 (message-clone-locals, message-send-news): Use with-current-buffer.
13904 (message-insert-or-toggle-importance): Remove unused var `valid'.
13905 (message-make-references): Remove unused var `new-references'.
13906 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13907
13908 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13909
13910 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13911 (spam-split-symbolic-return-positive): Reflow docstring.
13912 (spam-backends, spam-summary-exit-behavior)
13913 (spam-mark-ham-unread-before-move-from-spam-group)
13914 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13915 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13916 (spam-clear-cache, spam-backend-check, spam-install-backend)
13917 (spam-install-statistical-backend, spam-list-of-processors)
13918 (spam-group-processor-p, spam-split, spam-bogofilter-score)
13919 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13920 (spam-check-crm114, spam-initialize, spam-unload-hook):
13921 Fix typos in docstrings.
13922
13923 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13924
13925 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13926 been checked if they have never been read and those group levels are
13927 higher than the one that a user specified.
13928
13929 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13930
13931 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13932 foreign groups unless a group level is specified by a user.
13933 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13934
13935 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
13936
13937 * message.el (message-send-mail-function): Require sendmail.
13938
13939 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
13940
13941 * message.el (message-send-mail-function): Check for smtpmail too.
13942
13943 * utf7.el (utf7-encode, utf7-decode): Use coding system
13944 `utf-7'/`utf-7-imap' from utf-7.el' if available.
13945
13946 * message.el (message-send-mail-function): New function.
13947 (message-send-mail-function): Set default using
13948 message-send-mail-function. Adjust doc string.
13949 (message-send-mail-with-mailclient): New function.
13950
13951 2007-11-17 Richard Stallman <rms@gnu.org>
13952
13953 * assistant.el: Remove file.
13954
13955 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13956
13957 * smime.el (from):
13958 * rfc2047.el (message-posting-charset):
13959 * qp.el (mm-use-ultra-safe-encoding):
13960 * pop3.el (parse-time-months):
13961 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13962 * nnml.el (files):
13963 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13964 (jka-compr-compression-info-list, ange-ftp-path-format)
13965 (efs-path-regexp):
13966 * nndiary.el (files):
13967 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13968 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13969 (epg-digest-algorithm-alist, inhibit-redisplay)
13970 (password-cache-expiry):
13971 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13972 (pgg-output-buffer, password-cache-expiry):
13973 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13974 (efs-path-regexp):
13975 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13976 (inhibit-redisplay):
13977 * mm-uu.el (file-name, start-point, end-point, entry)
13978 (gnus-newsgroup-name, gnus-newsgroup-charset):
13979 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13980 (latin-unity-ucs-list):
13981 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13982 (mm-uu-binhex-decode-function):
13983 * message.el (gnus-message-group-art, gnus-list-identifiers)
13984 (rmail-enable-mime-composing, gnus-local-organization)
13985 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13986 (gnus-read-active-file, facemenu-add-face-function)
13987 (facemenu-remove-face-function, gnus-article-decoded-p)
13988 (tool-bar-mode):
13989 * mail-source.el (display-time-mail-function):
13990 * gnus-util.el (nnmail-pathname-coding-system)
13991 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13992 (gnus-original-article-buffer, gnus-user-agent)
13993 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13994 (xemacs-codename, sxemacs-codename, emacs-program-version):
13995 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13996 * gnus-start.el (gnus-agent-covered-methods)
13997 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13998 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13999 (gnus-newsgroup-headers, gnus-group-list-mode)
14000 (gnus-group-mark-positions, gnus-newsgroup-data)
14001 (gnus-newsgroup-unreads, nnoo-state-alist)
14002 (gnus-current-select-method, mail-sources)
14003 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14004 (nnmail-spool-file, gnus-cache-active-hashtb):
14005 * gnus-mh.el (mh-lib-progs):
14006 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14007 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14008 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14009 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14010 (gnus-group-buffer):
14011 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14012 (font-lock-set-defaults):
14013 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14014 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14015 (gnus-summary-post-menu, total-parts, type, condition, length):
14016 * gnus-agent.el (gnus-agent-read-agentview):
14017 * flow-fill.el (show-trailing-whitespace):
14018 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14019 eval-and-compile wrappers for byte compiler pacifiers.
14020
14021 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14022 (mm-display-inline-fontify): Check for featurep 'xemacs not
14023 extent-list.
14024
14025 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14026 itimer-list.
14027 (mm-create-image-xemacs): Only do something for XEmacs.
14028 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14029
14030 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14031
14032 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14033 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14034
14035 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14036
14037 * nnimap.el (nnimap-split-download-body):
14038 * gnus-demon.el (gnus-demon):
14039 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14040
14041 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14042
14043 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14044 New macros.
14045 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14046 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14047 copy data from unibyte buffer to multibyte current buffer.
14048 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14049 to copy data from unibyte current buffer to multibyte buffer.
14050 (nntp-make-process-buffer): Make process buffer unibyte.
14051
14052 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14053
14054 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14055
14056 * pop3.el (pop3-open-server): Accept and process data more robustly at
14057 connection start to avoid spurious "POP SSL connection failed" errors.
14058
14059 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14060
14061 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14062 read group names.
14063
14064 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14065
14066 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14067
14068 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14069
14070 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14071 (nnmail-save-active): Use a unibyte buffer when saving active file,
14072 which may contain non-ASCII group names.
14073
14074 * nnml.el (nnml-request-group): Decode group names in messages.
14075
14076 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14077
14078 * message.el (message-citation-line-function)
14079 (message-insert-formatted-citation-line): Fix spelling of
14080 `message-insert-formated-citation-line'.
14081
14082 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14083
14084 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14085
14086 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14087
14088 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14089 nnmail-pathname-coding-system.
14090
14091 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14092 that a user enters; decode group names in messages.
14093
14094 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14095
14096 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14097
14098 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14099
14100 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14101
14102 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14103 risky local variable.
14104
14105 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14106
14107 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14108
14109 * encrypt.el: Improve documentation to fix function name typo.
14110 Reported by Daiki Ueno <ueno@unixuser.org>.
14111
14112 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14113
14114 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14115 even if the point is not in the last page of an article.
14116 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14117 back to the previous page.
14118
14119 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14120
14121 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14122
14123 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14124
14125 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14126
14127 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14128
14129 * message.el (message-check-news-body-syntax):
14130 Avoid mm-string-as-multibyte.
14131 (message-hide-headers): Don't assume (point-min)==1.
14132
14133 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14134
14135 * message.el (message-remove-blank-cited-lines): Fix if remove is
14136 given.
14137 (message-bogus-address-regexp): New variable.
14138 (message-bogus-recipient-p): New function.
14139 (message-check-recipients): New command.
14140 (message-syntax-checks): Add `bogus-recipient'.
14141 (message-fix-before-sending): Add `bogus-recipient'.
14142
14143 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14144 (gnus-treat-body-boundary): Don't test window-system.
14145
14146 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14147
14148 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14149
14150 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14151
14152 * gnus.el: Bump version to Gnus v5.13.
14153
14154 2007-10-28 Miles Bader <miles@gnu.org>
14155
14156 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14157 at compile-time too.
14158
14159 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14160
14161 * gnus-msg.el (gnus-message-setup-hook):
14162 Add `message-remove-blank-cited-lines' to options.
14163
14164 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14165
14166 * message.el (message-remove-blank-cited-lines): New function.
14167 Suggested by Karl Plästerer.
14168
14169 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14170
14171 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14172 mapc.
14173
14174 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14175 (top-level): Use mapc to set functions to be traced for debugging.
14176
14177 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14178 called for effect with while loop.
14179
14180 * message.el (message-talkative-question): Replace mapcar called for
14181 effect with mapc.
14182
14183 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14184 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14185 called for effect with dolist.
14186
14187 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14188
14189 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14190 gnus-extra-headers and nnmail-extra-headers.
14191
14192 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14193 called for effect with dolist.
14194 (top-level): Use mapc to set functions to be traced for debugging.
14195
14196 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14197 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14198 dolist.
14199
14200 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14201 Replace mapcar called for effect with mapc.
14202 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14203 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14204 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14205 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14206
14207 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14208 remove-if that's a cl function.
14209
14210 * webmail.el (webmail-debug): Replace mapcar called for effect with
14211 dolist.
14212
14213 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14214
14215 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14216 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14217 with while loop.
14218
14219 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14220 functions from article-* functions.
14221 (gnus-multi-decode-header): Replace mapcar called for effect with
14222 dolist.
14223
14224 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14225 (gnus-bookmark-show-details): Replace mapcar called for effect with
14226 while loop.
14227
14228 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14229 called for effect with while loop.
14230
14231 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14232 with dolist.
14233
14234 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14235 Replace mapcar called for effect with dolist.
14236
14237 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14238
14239 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14240 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14241 Replace mapcar called for effect with dolist.
14242 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14243 mapc.
14244
14245 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14246 Replace mapcar called for effect with dolist.
14247 (gnus-topic-list): Replace mapcar called for effect with mapc.
14248
14249 * gnus.el: Use mapc instead of mapcar to add autoloads.
14250
14251 2007-10-23 Richard Stallman <rms@gnu.org>
14252
14253 * gnus-group.el (gnus-group-highlight): Mark as risky.
14254
14255 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14256
14257 * gnus.el (gnus-server-to-method): Return method found first in
14258 gnus-newsrc-alist.
14259
14260 * gnus-art.el (gnus-article-highlight-signature)
14261 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14262 button overlay without the front stickiness.
14263
14264 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14265
14266 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14267 overview buffer needed a catch to receive its throw.
14268 (gnus-agent-flush-cache): Declare as interactive to make this function
14269 easier to use.
14270
14271 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14272
14273 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14274 `next-line'.
14275
14276 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14277
14278 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14279 exclude address matching message-dont-reply-to-names.
14280
14281 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14282
14283 * gnus-util.el (gnus-string<): New function.
14284
14285 * gnus-sum.el (gnus-article-sort-by-author)
14286 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14287
14288 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14289
14290 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14291 the frame-focus tag is set in gnus-buffer-configuration.
14292
14293 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14294
14295 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14296 the front stickiness.
14297
14298 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14299
14300 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14301 url pattern; remove duplicate one.
14302 (gnus-article-extend-url-button): New function.
14303 (gnus-article-add-buttons): Use it.
14304 (gnus-button-push): Use concatenated url that it makes.
14305
14306 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14307
14308 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14309 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14310
14311 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14312
14313 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14314 Don't hardcode point-min==1.
14315
14316 2007-09-30 David Kastrup <dak@gnu.org>
14317
14318 * gnus-art.el (gnus-article-reply-with-original)
14319 (gnus-article-followup-with-original): When `transient-mark-mode' is
14320 off, refrain from active-region behavior for followups.
14321
14322 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14323
14324 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14325 Fix comment about "iso8859-1".
14326
14327 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14328
14329 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14330 ones returned from the verify-function.
14331
14332 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14333 Call mml2015-extract-cleartext-signature if extraction failed.
14334
14335 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14336
14337 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14338 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14339 failed.
14340
14341 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14342
14343 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14344
14345 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14346
14347 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14348 to mark a thread as expirable. Add variable `hide' to handle hiding of
14349 thread for both the null and zero (kill/expire thread) universal prefix
14350 cases.
14351 (gnus-summary-expire-thread): Add new function to expire a thread,
14352 using gnus-summary-kill-thread.
14353 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14354 shortcuts for gnus-summary-expire-thread.
14355 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14356 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14357
14358 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14359
14360 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14361 extras value, so an extras entry can be deleted.
14362 (gnus-registry-delete-extra-entry): Use it.
14363 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14364 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14365 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14366 storage through the gnus-registry, and provide an appropriate API for
14367 it.
14368
14369 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14370
14371 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14372 Suggested by Leo <sdl.web@gmail.com>.
14373
14374 * gnus.el: Do.
14375
14376 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14377
14378 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14379 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14380
14381 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14382
14383 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14384 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14385
14386 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14387
14388 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14389 newline.
14390 (nnmbox-request-accept-article): Don't change article in source buffer;
14391 narrow to header to use message-fetch-field rather than
14392 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14393 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14394 as delimiters; make sure article ends with newline.
14395 (nnmbox-delete-mail): Correct last position of article to be deleted;
14396 ignore X-Gnus-Newsgroup header in article body.
14397 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14398 positions; make sure article ends with newline.
14399
14400 * message.el (message-display-abbrev): Don't infloop when a user
14401 inserts SPC in the beginning of header.
14402
14403 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14404
14405 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14406 list of groups not followed by default. Fix type to be regexp.
14407 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14408
14409 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14410
14411 * hmac-def.el (define-hmac-function): Switch from old-style to
14412 new-style backquotes.
14413
14414 * md4.el (md4-make-step): Likewise.
14415
14416 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14417
14418 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14419 raw-text coding system when saving .newsrc file, which may contain
14420 non-ASCII group names.
14421
14422 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14423
14424 * gnus-cus.el (gnus-score-extra): New widget.
14425 (gnus-score-extra-convert): New function.
14426 (gnus-score-customize): Use it for Extra.
14427
14428 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14429
14430 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14431 (mml2015-mailcrypt-clear-verify): Use it.
14432 (mml2015-gpg-clear-verify): Use it.
14433 (mml2015-pgg-clear-verify): Use it.
14434 (mml2015-epg-clear-verify): Replace the current part with the output
14435 from GnuPG; don't extract the plaintext by itself.
14436
14437 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14438 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14439 mml2015-clear-verify-function; don't touch the armor headers or
14440 dash-escaped text here.
14441
14442 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14443
14444 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14445 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14446 parts, or application/octet-stream as a last resort.
14447 (gnus-mime-view-part-as-type): Don't toggle display.
14448 (gnus-mime-view-part-as-charset): Don't turn off display before
14449 querying charset.
14450
14451 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14452 stuff to undisplayer function in Emacs.
14453 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14454
14455 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14456 text/calendar parts.
14457
14458 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14459
14460 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14461 decoding text/calendar parts.
14462
14463 * message.el (message-forward-make-body-mime): Always mark body as
14464 having no illegible text; remove signed-or-encrypted argument.
14465 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14466
14467 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14468 (mml-generate-mime-1): Don't encode body if it is specified to be in
14469 raw form; don't make buffer be unibyte when inserting multibyte string.
14470
14471 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14472
14473 * sha1.el: Fix up comment style.
14474 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14475 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14476
14477 * hex-util.el: Fix up comment style.
14478 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14479
14480 * gnus-salt.el: Use with-current-buffer.
14481 (gnus-pick-setup-message): Fix long-standing typo.
14482
14483 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14484
14485 * imap.el (imap-logout-timeout): New variable.
14486 (imap-logout, imap-logout-wait): New functions.
14487 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14488
14489 * nnimap.el (nnimap-logout-timeout): New server variable.
14490 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14491 nnimap-logout-timeout.
14492
14493 * gnus-art.el (gnus-article-summary-command-nosave)
14494 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14495
14496 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14497
14498 * gnus.el (gnus-maximum-newsgroup): New variable.
14499
14500 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14501 according to gnus-maximum-newsgroup.
14502
14503 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14504 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14505 Limit the range of articles according to gnus-maximum-newsgroup.
14506
14507 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
14508
14509 * gnus-art.el (gnus-sticky-article): Fix problems described in
14510 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
14511 Don't perform gnus-configure-windows here; reuse existing sticky
14512 article buffer.
14513
14514 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14515 it doesn't exist in gnus-article-mode.
14516
14517 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14518
14519 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14520 (gnus-agent-decoded-group-name): New function.
14521 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14522 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14523
14524 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14525
14526 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14527 Add binding for gnus-sticky-article.
14528 (gnus-summary-exit): Don't kill sticky article buffers.
14529
14530 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14531 article buffer.
14532 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14533 (gnus-kill-sticky-article-buffers): New commands.
14534
14535 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14536
14537 * nntp.el (nntp-xref-number-is-evil): New server variable.
14538 (nntp-find-group-and-number): If it is non-nil, don't trust article
14539 numbers in the Xref header.
14540
14541 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14542
14543 * gnus-agent.el (gnus-agent-read-group): New function.
14544 (gnus-agent-flush-group, gnus-agent-expire-group)
14545 (gnus-agent-regenerate-group): Use it.
14546 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14547 nnmail-pathname-coding-system.
14548
14549 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14550
14551 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14552
14553 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14554 that are unread as unread, and also as selected so that information of
14555 marks having been changed by a user may be updated when exiting group.
14556
14557 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14558
14559 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14560
14561 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14562
14563 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14564 calculated ignoring signature parts to gnus-treat-article.
14565
14566 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14567
14568 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14569 a point here in order to keep the window start.
14570 (gnus-insert-mime-security-button): Make a button overlay without the
14571 front stickiness.
14572 (gnus-mime-display-security): Goto the end of a button.
14573
14574 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14575
14576 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14577
14578 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14579 group-name-at-point.
14580 (gnus-group-completing-read): New function that offers decoded
14581 non-ASCII group names for completion.
14582 (gnus-fetch-group, gnus-group-read-ephemeral-group)
14583 (gnus-group-jump-to-group, gnus-group-make-group-simple)
14584 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14585 (gnus-group-fetch-control): Use it.
14586 (gnus-fetch-group): Use group-name-at-point for the initial value
14587 rather than the default value; use gnus-alive-p.
14588
14589 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14590 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14591 (gnus-summary-post-news): Use gnus-group-completing-read.
14592
14593 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14594 (gnus-read-move-group-name): Decode group name for completion.
14595
14596 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
14597
14598 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14599 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14600 Yamaoka slightly modified the code).
14601
14602 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
14603
14604 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14605 (nnmail-split-incoming): Bind it.
14606
14607 * nnml.el (nnml-group-name-charset): New function.
14608 (nnml-decoded-group-name): Use it; don't decode group name if
14609 nnmail-group-names-not-encoded-p is non-nil.
14610 (nnml-encoded-group-name): New function.
14611 (nnml-group-pathname): Inline nnml-decoded-group-name.
14612 (nnml-request-expire-articles): Decode group name in message.
14613 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14614 nnmail-pathname-coding-system.
14615 (nnml-save-mail, nnml-active-number): Work with decoded group names and
14616 not decoded ones according to nnmail-group-names-not-encoded-p.
14617 (nnml-generate-active-info): Use nnml-encoded-group-name.
14618
14619 2007-08-08 Glenn Morris <rgm@gnu.org>
14620
14621 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14622 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14623 doc-strings and comments.
14624
14625 2007-07-25 Glenn Morris <rgm@gnu.org>
14626
14627 * Relicense all FSF files to GPLv3 or later.
14628
14629 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14630
14631 * gnus-sum.el (gnus-summary-move-article):
14632 Make gnus-summary-respool-article work.
14633
14634 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
14635
14636 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14637 string.
14638
14639 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
14640
14641 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
14642 that should be ignored when comparing distant RSS articles with local
14643 ones.
14644 (nnrss-make-hash-index): New function. Create a hash index according
14645 to the ignored fields.
14646 (nnrss-check-group): Use it.
14647
14648 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
14649
14650 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14651
14652 * gnus-art.el (article-decode-group-name): Decode Xref header too.
14653
14654 * gnus-group.el (gnus-group-make-group): Encode group name here unless
14655 the new optional argument ENCODED is non-nil.
14656 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14657 coding system for encoding group name.
14658 (gnus-group-make-rss-group): Pass un-encoded group name to
14659 gnus-group-make-group.
14660 (gnus-group-set-info): Tell gnus-group-make-group that group name is
14661 encoded.
14662
14663 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14664 Encode group name to which articles are moved or copied.
14665 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14666 coding system for encoding Newsgroup, Followup-To and Xref headers.
14667
14668 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14669 marks; use nnheader-file-coding-system to write a file.
14670 (nnagent-retrieve-headers): Bind file-name-coding-system to
14671 nnmail-pathname-coding-system.
14672
14673 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14674
14675 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14676 (nnml-request-article, nnml-request-create-group)
14677 (nnml-request-rename-group, nnml-find-id)
14678 (nnml-possibly-change-directory, nnml-possibly-create-directory)
14679 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14680 (nnml-save-marks): Use nnml-group-pathname instead of
14681 nnmail-group-pathname.
14682
14683 (nnml-request-create-group, nnml-request-expire-articles)
14684 (nnml-request-move-article, nnml-request-delete-group)
14685 (nnml-deletable-article-p, nnml-possibly-create-directory)
14686 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14687 (nnml-open-marks): Bind file-name-coding-system to
14688 nnmail-pathname-coding-system.
14689
14690 (nnml-request-article): Pass server argument to nnml-find-group-number.
14691 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14692 Pass server argument to nnml-possibly-create-directory.
14693 (nnml-request-accept-article): Pass server argument to
14694 nnml-active-number and nnml-save-mail.
14695 (nnml-find-group-number): Pass server argument to nnml-find-id.
14696 (nnml-request-update-info): Pass server argument to
14697 nnml-marks-changed-p.
14698
14699 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14700 (nnml-save-mail, nnml-active-number): Add server argument.
14701
14702 (nnml-request-delete-group): Warn if group is missing.
14703 (nnml-get-nov-buffer): Decode group name.
14704 (nnml-generate-active-info): Encode group name.
14705 (nnml-open-marks): Decode group name in messages.
14706
14707 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14708
14709 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14710 if it is not specified.
14711 (gnus-article-pipe-part, gnus-article-save-part)
14712 (gnus-article-interactively-view-part, gnus-article-copy-part)
14713 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14714 (gnus-article-inline-part, gnus-article-save-part-and-strip)
14715 (gnus-article-replace-part, gnus-article-delete-part)
14716 (gnus-article-view-part-as-type): Pass raw prefix argument to
14717 gnus-article-part-wrapper.
14718
14719 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
14720
14721 * gnus-agent.el (gnus-agent-save-active):
14722 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14723
14724 * gnus-cache.el (gnus-cache-save-buffers)
14725 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14726 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14727 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14728 (gnus-cache-braid-nov, gnus-cache-braid-heads)
14729 (gnus-cache-generate-active, gnus-cache-rename-group)
14730 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14731 (gnus-cache-update-overview-total-fetched-for):
14732 Bind file-name-coding-system to nnmail-pathname-coding-system.
14733 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14734 New variables.
14735 (gnus-cache-decoded-group-name): New function.
14736 (gnus-cache-file-name): Use it.
14737 (gnus-cache-generate-active): Use non-decoded group name for active.
14738
14739 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14740 right place.
14741 (gnus-write-active-file): Don't break non-ASCII group names.
14742
14743 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14744 nnmail-pathname-coding-system.
14745
14746 * gnus-uu.el (gnus-uu-decode-save): Typo.
14747
14748 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
14749
14750 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14751
14752 2007-07-14 David Kastrup <dak@gnu.org>
14753
14754 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14755 finishing actions if we did not edit the article.
14756
14757 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14758
14759 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14760 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14761 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14762 (gnus-agent-flush-group, gnus-agent-flush-cache)
14763 (gnus-agent-fetch-headers, gnus-agent-load-alist)
14764 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14765 (gnus-agent-retrieve-headers, gnus-agent-request-article)
14766 (gnus-agent-regenerate-group)
14767 (gnus-agent-update-files-total-fetched-for)
14768 (gnus-agent-update-view-total-fetched-for):
14769 Bind file-name-coding-system to nnmail-pathname-coding-system.
14770 (gnus-agent-group-pathname): Don't encode file names by
14771 nnmail-pathname-coding-system.
14772 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14773 coding-system-for-write instead of buffer-file-coding-system to
14774 gnus-agent-file-coding-system.
14775
14776 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14777 Decode group name.
14778
14779 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14780
14781 * gnus-start.el (gnus-update-active-hashtb-from-killed)
14782 (gnus-read-newsrc-el-file): Make group names unibyte.
14783
14784 * nnmail.el (nnmail-group-pathname): Don't encode file names by
14785 nnmail-pathname-coding-system.
14786
14787 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14788 (nnrss-request-delete-group): Bind file-name-coding-system to
14789 nnmail-pathname-coding-system.
14790 (nnrss-read-server-data, nnrss-read-group-data):
14791 Bind file-name-coding-system correctly.
14792 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14793
14794 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14795 (nntp-server-to-method-cache): New variable.
14796 (nntp-group-pathname): New function that decodes non-ASCII group names.
14797 (nntp-possibly-create-directory, nntp-marks-changed-p)
14798 (nntp-save-marks, nntp-open-marks): Use it.
14799 (nntp-possibly-create-directory, nntp-open-marks):
14800 Bind file-name-coding-system to nnmail-pathname-coding-system.
14801 (nntp-open-marks): Decode group names when bootstrapping marks.
14802
14803 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14804 Newsgroups and Followup-To headers.
14805
14806 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14807
14808 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14809 (gnus-server-closed-face, gnus-server-denied-face)
14810 (gnus-server-offline-face): Remove variable.
14811 (gnus-server-font-lock-keywords): Use faces that are not aliases.
14812
14813 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14814 of modifying message-stack directly for XEmacs.
14815
14816 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14817 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14818 if the coding-system argument is nil for XEmacs.
14819
14820 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14821 mm-charset-override-alist.
14822
14823 * rfc2047.el: Don't require base64; require rfc2045 for the function
14824 rfc2045-encode-string.
14825 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14826 to quote the parameter value.
14827
14828 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
14829
14830 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14831 form in gnus-group-name-charset-method-alist.
14832
14833 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14834 overrides the default layout edit-form.
14835
14836 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14837
14838 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14839
14840 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
14841
14842 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14843 as unfetched articles.
14844
14845 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
14846
14847 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14848
14849 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14850
14851 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14852 original back end that keeps marks in the local system.
14853
14854 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
14855
14856 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14857 arg of pop-to-buffer for XEmacs.
14858 (gnus-article-read-summary-keys): Ditto; don't restore window
14859 configuration if summary command ends up with neither article buffer
14860 nor summary buffer; describe bindings if summary keys end with C-h.
14861
14862 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
14863
14864 * message.el (message-fix-before-sending): Skip raw message part to be
14865 forwarded while checking illegible text.
14866 (message-forward-make-body-mime, message-forward-make-body):
14867 Mark signed or encrypted raw message as having no illegible text.
14868
14869 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14870
14871 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14872 (gnus-message-with-timestamp-1): New macro.
14873 (gnus-message-with-timestamp): New function.
14874 (gnus-message): Use them.
14875
14876 * nnheader.el (nnheader-message): Use them.
14877
14878 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
14879
14880 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14881 .newsrc.eld file.
14882
14883 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14884
14885 * gnus-agent.el (gnus-agent-fetch-headers)
14886 (gnus-agent-retrieve-headers):
14887 Bind gnus-decode-encoded-address-function to identity.
14888
14889 * nntp.el (nntp-send-xover-command): Recognize an xover command is
14890 available also when the server returns simply a dot.
14891
14892 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14893
14894 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14895
14896 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14897
14898 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14899
14900 * gnus-ems.el (gnus-x-splash): Make it work.
14901
14902 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14903 from being used.
14904
14905 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
14906
14907 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14908 the front stickiness.
14909 (gnus-article-summary-command-nosave): Correct the order of the
14910 arguments passed to pop-to-buffer.
14911 (gnus-article-read-summary-keys): Ditto; make it work properly when the
14912 summary command ends up with the article buffer.
14913
14914 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14915 the same faces.
14916
14917 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
14918
14919 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14920
14921 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
14922
14923 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14924 * gnus-sum.el (gnus-summary-highlight):
14925 * mail-source.el (mail-source-delete-old-incoming-confirm):
14926 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14927
14928 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14929
14930 * gnus-art.el (gnus-mime-view-part-externally)
14931 (gnus-mime-view-part-internally): Fix predicate function passed to
14932 completing-read.
14933
14934 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14935
14936 * gnus.el (gnus-update-message-archive-method): Add :version.
14937
14938 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
14939
14940 * gnus.el (gnus-update-message-archive-method): New variable.
14941
14942 * gnus-start.el (gnus-setup-news): Update saved "archive" method
14943 according to gnus-message-archive-method if
14944 gnus-update-message-archive-method is non-nil.
14945
14946 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
14947
14948 * gnus-sum.el (gnus-summary-limit-to-address): New function.
14949 Suggested by Loic Dachary <loic@dachary.org>.
14950 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14951
14952 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14953
14954 * message.el (message-pop-to-buffer): Add switch-function argument.
14955 (message-mail): Pass switch-function argument to it.
14956
14957 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
14958
14959 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14960 Improve doc string.
14961
14962 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
14963
14964 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14965 (gnus-header-content):
14966 * gnus-cite.el (gnus-cite-10):
14967 * gnus-srvr.el (gnus-server-closed):
14968 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14969 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14970 (gnus-group-mail-3-empty, gnus-group-mail-low)
14971 (gnus-group-mail-low-empty, gnus-splash):
14972 * message.el (message-header-to, message-header-cc)
14973 (message-header-subject, message-header-other, message-header-name)
14974 (message-header-xheader, message-separator, message-cited-text)
14975 (message-mml): Lighten colors of faces used for dark background.
14976
14977 2007-05-24 Simon Josefsson <simon@josefsson.org>
14978
14979 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14980 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
14981
14982 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
14983
14984 * message.el (message-narrow-to-headers-or-head):
14985 Ignore mail-header-separator in the body.
14986
14987 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14988
14989 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14990 same as window size.
14991
14992 2007-05-22 Kevin Ryde <user42@zip.com.au>
14993
14994 * message.el (message-font-lock-keywords): Use message-header-xheader
14995 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
14996 ahead of the anything pattern, to get it recognized.
14997
14998 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
14999
15000 * gnus-sum.el (gnus-articles-to-read)
15001 (gnus-summary-insert-old-articles): Don't truncate group name for
15002 `read-string'.
15003
15004 * gnus-util.el (gnus-limit-string): Delete this function.
15005
15006 * gnus-sum.el (gnus-simplify-subject-fully):
15007 Use `truncate-string-to-width' instead.
15008
15009 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15010
15011 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15012 Tell if, on summary exit, the next group has to be selected.
15013 (gnus-summary-exit): Use it.
15014
15015 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15016
15017 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15018 non-break space.
15019
15020 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15021
15022 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15023 Check if group is not a directory.
15024 (nnfolder-request-expire-articles): Don't delete articles if the target
15025 group is not available.
15026
15027 * nnml.el (nnml-request-create-group): Properly check if group is not a
15028 file.
15029 (nnml-request-expire-articles): Don't delete articles if the target
15030 group is not available.
15031
15032 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15033 Don't quote characters that are within parentheses.
15034
15035 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15036
15037 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15038 (gnus-handle-ephemeral-exit): Select article according to it.
15039
15040 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15041
15042 * message.el (message-insert-formated-citation-line): Remove newline.
15043 (message-citation-line-format): Add final \n here so that the user can
15044 avoid a blank line.
15045
15046 2007-05-03 Dan Christensen <jdc@uwo.ca>
15047
15048 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15049 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15050 Update lanl/arXiv support.
15051
15052 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15053
15054 * gnus.el: Bump version number.
15055
15056 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15057
15058 * gnus.el (gnus-version-number): Bump version.
15059
15060 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15061
15062 * gnus.el: No Gnus v0.6 is released.
15063
15064 2007-04-27 Didier Verna <didier@xemacs.org>
15065
15066 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15067 * gmm-utils.el (gmm-regexp-concat): ... here.
15068 * message.el: Don't require 'gnus-util.
15069 (message-dont-reply-to-names): Handle name change above.
15070 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15071
15072 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15073
15074 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15075 since the initial value varies according to the system.
15076
15077 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15078
15079 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15080
15081 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15082
15083 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15084
15085 2007-04-24 Didier Verna <didier@xemacs.org>
15086
15087 Improve the type of gnus-ignored-from-addresses.
15088 * gnus-util.el (gnus-orify-regexp): New function.
15089 * message.el (gnus-util): Require it.
15090 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15091 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15092 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15093
15094 2007-04-24 Didier Verna <didier@xemacs.org>
15095
15096 * gnus-sum.el:
15097 * gnus-utils.el: Fix some trailing whitespaces.
15098
15099 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15100
15101 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15102 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15103 article's Message-ID; refer parent article in summary buffer.
15104
15105 * message.el (message-bounce): Call mime-to-mml.
15106
15107 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15108
15109 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15110
15111 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15112
15113 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15114 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15115 displayed of multipart/alternative part if it is invoked from summary
15116 buffer.
15117
15118 * mm-view.el (mm-inline-text-html-render-with-w3m)
15119 (mm-inline-text-html-render-with-w3m-standalone)
15120 (mm-inline-render-with-function): Use mail-parse-charset by default.
15121
15122 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15123
15124 * parse-time.el (parse-time-string-chars): Check if CHAR
15125 is less than the length of parse-time-syntax.
15126
15127 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15128
15129 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15130 from gnus-newsgroup-processable.
15131
15132 2007-04-16 Didier Verna <didier@xemacs.org>
15133
15134 * gnus-msg.el (gnus-configure-posting-styles):
15135 Handle message-signature-directory properly with :file syntax.
15136 Reported by "Leo".
15137
15138 2007-04-11 Didier Verna <didier@xemacs.org>
15139
15140 New user option: message-signature-directory.
15141 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15142 * message.el (message-insert-signature): Ditto.
15143 * message.el (message-signature-file): Doc update.
15144 * message.el (message-signature-directory): New.
15145
15146 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15147
15148 * gnus-msg.el (gnus-inews-yank-articles):
15149 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15150
15151 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15152
15153 * message.el (message-yank-original): Make sure cited text ends with
15154 newline; don't exchange point and mark.
15155
15156 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15157
15158 * tls.el (open-tls-stream): Properly handle case where there
15159 is no associated buffer.
15160
15161 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15162
15163 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15164 message-yank-original, make sure (< mark TEXT point).
15165
15166 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15167
15168 * message.el (message-fill-column): New variable.
15169 (message-mode): Use it. Add comment on a possible new hook.
15170
15171 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15172 (nnmail-get-new-mail): Reformat.
15173
15174 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15175
15176 * gmm-utils.el: Fix Commentary.
15177 (gmm-tool-bar-from-list): Fix typo in doc string.
15178
15179 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15180
15181 * message.el (message-yank-original): Don't switch point and mark
15182 unnecessarily to put point and mark as documented.
15183
15184 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15185
15186 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15187 from the message heads.
15188
15189 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15190
15191 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15192 article buffer does not have a window. This may not be the best
15193 solution but is certainly better than setting the start of the null,
15194 that is the current, window.
15195
15196 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15197
15198 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15199 (gnus-draft-setup): Run it.
15200
15201 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15202 gnus-score-fast-scoring. Allow regexp.
15203 (gnus-score-headers): Use it.
15204
15205 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15206 XEmacs.
15207
15208 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15209 string.
15210 (gnus-button-alist): Also catch `<f1> k ...'.
15211 (gnus-treat-display-x-face): Fix doc string.
15212
15213 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15214
15215 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15216 evaluation of gnus-extended-version to ensure correct generation of the
15217 User-Agent header when message-generate-headers-first is used.
15218
15219 2007-03-24 Simon Josefsson <simon@josefsson.org>
15220
15221 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15222 hashcash-path is nil. Don't call callback with incorrect number of
15223 parameters if val is 0.
15224
15225 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15226
15227 * message.el (message-required-news-headers):
15228 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15229
15230 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15231
15232 * message.el (message-generate-new-buffers): Change the meaning of the
15233 nil value; add `standard' to the choices; treat t as `unique'; improve
15234 doc string.
15235 (gnus-select-frame-set-input-focus): Autoload.
15236 (message-buffer-name): Search for the existing message buffer if
15237 message-generate-new-buffers is nil or `standard'; treat the value t of
15238 message-generate-new-buffers as `unique'.
15239 (message-pop-to-buffer): Raise the frame already displaying the message
15240 buffer; clear the echo area after querying.
15241 (message-setup): Pass the `continue' argument to compose-mail.
15242 (message-mail): Prefer `switch-function' if it is given; search for the
15243 existing message buffer if the `continue' argument is non-nil; pass
15244 continue and switch-function arguments to compose-mail by way of
15245 message-setup.
15246 (message-mail-other-window): Adjust argument of message-setup.
15247 (message-mail-other-frame): Ditto.
15248
15249 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15250
15251 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15252 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15253 to turn font-lock on when turning gnus-message-citation-mode on.
15254
15255 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15256
15257 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15258 (mml-smime-function-alist): New variable; add epg as the backend.
15259 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15260 mml-smime- functions instead.
15261 * mm-view.el: Require smime.
15262
15263 2007-03-05 Didier Verna <didier@xemacs.org>
15264
15265 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15266 instead of just inheritance for posting styles.
15267 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15268
15269 2007-02-24 John Paul Wallington <jpw@pobox.com>
15270
15271 * tls.el (tls-certtool-program): Fix custom type.
15272
15273 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15274
15275 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15276 and point-at-eol instead of line-(beginning|end)-position.
15277
15278 * assistant.el (assistant-parse-buffer): Ditto.
15279
15280 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15281
15282 * mml2015.el (mml2015-epg-find-usable-key): New function.
15283 (mml2015-epg-sign): Use it.
15284 (mml2015-epg-encrypt): Use it.
15285
15286 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15287
15288 * message.el (message-make-in-reply-to): Quote name containing
15289 non-ASCII characters. It will make the RFC2047 encoder cause an error
15290 if there are special characters. Reported by NAKAJI Hiroyuki
15291 <nakaji@jp.freebsd.org>.
15292
15293 2007-02-27 Didier Verna <didier@xemacs.org>
15294
15295 Include the group parameters as well as the topic ones in the
15296 inheritance filter process.
15297 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15298 argument GROUP-PARAMS-LIST.
15299 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15300
15301 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15302
15303 * nntp.el (nntp-never-echoes-commands)
15304 (nntp-open-connection-functions-never-echo-commands): New variables.
15305 (nntp-send-command): Use them.
15306
15307 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15308
15309 * mml2015.el (mml2015-epg-verify): Simplify.
15310
15311 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15312
15313 * mml.el (mml-content-disposition-alist): New user option.
15314 (mml-content-disposition): New function.
15315 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15316 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15317
15318 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15319
15320 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15321 verification.
15322
15323 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15324
15325 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15326 articles posted in the last 24 hours.
15327
15328 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15329
15330 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15331
15332 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15333
15334 * nntp.el (nntp-send-command): Don't wait for echoes when
15335 nntp-open-ssl-stream is used.
15336
15337 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15338
15339 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15340 (gnus-message-add-citation-keywords)
15341 (gnus-message-remove-citation-keywords): Remove.
15342 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15343 directly, make the variables in font-lock-defaults buffer-local, add
15344 gnus-message-citation-keywords to them and then update the value of
15345 font-lock-keywords.
15346
15347 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15348
15349 * message.el (message-cite-original-1): Don't call
15350 gnus-article-highlight-citation.
15351
15352 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15353 citations; fix line count.
15354
15355 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15356
15357 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15358 (gnus-message-add-citation-keywords)
15359 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15360 versions of font-lock-add-keywords and font-lock-remove-keywords to
15361 work with XEmacs correctly.
15362
15363 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15364
15365 * gnus-cite.el (gnus-cite-face-list): Set the values of
15366 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15367 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15368 (gnus-message-cite-prefix-regexp): New variable.
15369 (gnus-message-search-citation-line): Use it; protect against long
15370 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15371 the 0th match data for Emacs.
15372 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15373 (gnus-message-add-citation-keywords): Append keywords rather than
15374 prepending; emulate font-lock-add-keywords if it is not available.
15375 (gnus-message-remove-citation-keywords):
15376 Emulate font-lock-remove-keywords if it is not available.
15377
15378 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15379
15380 * message.el (message-cite-prefix-regexp): Set the value of
15381 gnus-message-cite-prefix-regexp.
15382
15383 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15384
15385 * nnweb.el (nnweb-google-parse-1): Update parser.
15386
15387 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15388
15389 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15390
15391 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15392
15393 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15394 regexp.
15395
15396 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15397
15398 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15399 string-to-multibyte.
15400 (uudecode-decode-region-internal): Use it.
15401
15402 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15403
15404 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15405 Fix custom choice.
15406
15407 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15408
15409 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15410
15411 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15412
15413 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15414 `write-region' to respect `mm-inhibit-file-name-handlers'.
15415
15416 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15417
15418 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15419 Use gnus-home-directory instead of "~/" or "$HOME".
15420
15421 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15422
15423 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15424 to mention filename.
15425 Add comments at beginning regarding usage.
15426 (encrypt-write-file-contents): Change interactive so a string is
15427 acceptable. If the file has no associated model, show an error instead
15428 of a nonsense prompt.
15429
15430 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15431
15432 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15433 Thanks to Yoshihiko Yamada for kind notification of this typo.
15434
15435 2007-01-12 Kenichi Handa <handa@m17n.org>
15436
15437 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15438 multibyte buffer.
15439
15440 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15441
15442 * gnus-score.el (gnus-score-fast-scoring): New variable.
15443 (gnus-score-headers): Use it.
15444
15445 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15446
15447 * message.el (message-cite-original-1):
15448 Call gnus-article-highlight-citation if requested.
15449 (message-make-from): Allow name and address as optional arguments.
15450
15451 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15452
15453 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15454 bugs to doc string.
15455 (gnus-button-alist): Add mid\\|message-id.
15456 (gnus-button-fetch-group): Extend for use in
15457 `browse-url-browser-function'.
15458 (gnus-button-url-regexp): Try to catch paired parentheses like in
15459 Wikipedia URLs.
15460
15461 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15462 Suggested by Simon Krahnke <overlord@gmx.li>.
15463
15464 2007-01-13 Romain Francoise <romain@orebokech.com>
15465
15466 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15467 Update copyright.
15468
15469 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15470
15471 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15472
15473 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15474
15475 * gnus-registry.el (gnus-registry-unfollowed-groups)
15476 (gnus-registry-split-fancy-with-parent): Fix documentation.
15477
15478 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15479
15480 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15481 from nnweb groups.
15482
15483 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15484
15485 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15486 Xref urls. Erase buffer before requesting head.
15487
15488 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15489
15490 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15491
15492 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15493 customizable.
15494
15495 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15496
15497 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15498 no signing key is found.
15499 (mml2015-epg-encrypt): Ask user whether to skip or abort if
15500 no encrypting and/or signing key is found.
15501
15502 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15503
15504 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15505
15506 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15507
15508 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15509 headers read from disk with the ones newly found in the current search.
15510 This should no longer cause problems, because the article numbers in
15511 Gmane's `nov.php' output are ignored since the previous change.
15512
15513 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15514
15515 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15516
15517 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15518
15519 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15520
15521 2007-01-01 Romain Francoise <romain@orebokech.com>
15522
15523 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15524
15525 2006-12-31 Steve Youngs <steve@sxemacs.org>
15526
15527 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15528 `define-minor-mode' macro definition expanded properly.
15529 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15530 exclude it there.
15531
15532 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15533 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15534 `fboundp' test.
15535 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15536 This is OK to autoload in (S)XEmacs now.
15537
15538 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15539
15540 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15541 keystroke.
15542 (gnus-summary-limit-to-singletons): Fix typo.
15543
15544 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15545 else fails.
15546
15547 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15548
15549 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15550 docstring.
15551
15552 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15553 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15554 (gnus-summary-insert-dormant-articles): Fix typo in message.
15555
15556 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15557
15558 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15559 nil for XEmacs.
15560 (gnus-message-citation-mode): Don't autoload in XEmacs.
15561
15562 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15563
15564 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15565
15566 * nnimap.el (nnimap-expunge-search-string):
15567 Mention nnimap-search-uids-not-since-is-evil in docstring.
15568
15569 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
15570
15571 * spam.el: Revert to make-obsolete-variable because
15572 define-obsolete-variable-alias is not supported in Emacs 21.
15573
15574 * spam.el (spam-ifile-path, spam-ifile-database-path)
15575 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15576 make-obsolete-variable.
15577 (spam-bsfilter-path, spam-bsfilter-program)
15578 (spam-spamassassin-path, spam-spamassassin-program)
15579 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15580 Don't use "path" inappropriately.
15581 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15582 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15583 variable names.
15584
15585 2006-12-28 Daiki Ueno <ueno@unixuser.org>
15586
15587 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15588 summary buffer.
15589
15590 * password.el (password-cache-remove): Use clear-string to burn
15591 password, if available.
15592
15593 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15594
15595 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15596
15597 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15598
15599 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15600 (gnus-message-highlight-citation): Move defcustom here from
15601 gnus-cite.el.
15602 (gnus-message-citation-mode): Autoload.
15603
15604 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
15605 checks to make it compile with XEmacs.
15606 (gnus-message-citation-mode): New minor mode.
15607 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15608 (gnus-message-highlight-citation): New variables.
15609 (gnus-message-search-citation-line)
15610 (gnus-message-add-citation-keywords)
15611 (gnus-message-remove-citation-keywords)
15612 (turn-on-gnus-message-citation-mode)
15613 (turn-off-gnus-message-citation-mode): New functions.
15614
15615 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
15616
15617 * gnus-cite.el: Enable highlighting of different citation levels in
15618 message-mode.
15619
15620 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15621
15622 * message.el (message-make-fqdn): Fix comment.
15623 (message-bogus-system-names): Add ".local".
15624
15625 * spam.el (spam-ifile-path, spam-ifile-program)
15626 (spam-ifile-database-path, spam-ifile-database)
15627 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15628 Don't use "path" inappropriately.
15629 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15630 strings.
15631 (spam-check-ifile, spam-ifile-register-with-ifile)
15632 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15633 Use new variable names.
15634
15635 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15636 (gnus-treat-display-smileys): Simplify using
15637 gnus-image-type-available-p.
15638
15639 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15640 available.
15641
15642 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15643
15644 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15645 one after turning on the buffer's multibyteness instead of decoding
15646 them directly in the unibyte buffer that causes unexpected conversion
15647 in Emacs 23 (unicode).
15648
15649 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15650
15651 * message.el (message-generate-hashcash): Fix custom type.
15652
15653 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15654
15655 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15656
15657 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15658
15659 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15660 disconnect icons. Add help text.
15661
15662 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
15663
15664 * spam.el (spam-extra-header-to-number): CRM114 spam score is
15665 negated to be consistent with the others we handle.
15666
15667 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15668
15669 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15670 version of gnus-summary-buffer to something, so that we can use two
15671 article buffers at the same time.
15672
15673 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
15674
15675 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15676 trigger all the extra headers.
15677 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15678 sorting.
15679
15680 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15681
15682 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15683 solid groups.
15684
15685 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
15686
15687 * legacy-gnus-agent.el: Add Copyright notice.
15688
15689 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
15690
15691 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15692
15693 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15694
15695 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15696
15697 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15698 to make it work reliably in CVS Emacs.
15699 (gnus-summary-limit-strange-charsets-predicate)
15700 (gnus-summary-limit-to-predicate): New functions.
15701
15702 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
15703
15704 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15705 specifying array size.
15706 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15707 array if it is too small.
15708 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15709 (gnus-sort-threads-loop): New function.
15710
15711 2006-12-06 Chris Moore <dooglus@gmail.com>
15712
15713 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15714 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15715
15716 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
15717
15718 * mm-url.el (mm-url-predefined-programs): Call curl with correct
15719 options.
15720
15721 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15722
15723 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15724 DOS-ing the recipient.
15725
15726 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15727 the headers when creating the mapping to avoid mismappings.
15728 (nnweb-gmane-create-mapping): Always nix out old mapping.
15729
15730 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15731
15732 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15733 and mm-verify-option to never.
15734
15735 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15736
15737 * message.el (message-signed-or-encrypted-p): New function.
15738 (message-forward-make-body): Use it.
15739
15740 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15741 Replace encode-coding-string with mm-encode-coding-string.
15742
15743 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
15744
15745 * nneething.el (nneething-decode-file-name):
15746 Replace decode-coding-string with mm-decode-coding-string.
15747
15748 * gnus-int.el (gnus-open-server): Say failed server's name.
15749
15750 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
15751
15752 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15753 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15754
15755 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15756 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15757 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15758 (gnus-group-make-directory-group, gnus-group-transpose-groups):
15759 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15760 (gnus-subscribe-newsgroup, gnus-1):
15761 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15762 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15763 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15764 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15765
15766 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15767
15768 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15769 keystroke.
15770 (gnus-summary-limit-to-bodies): Implement headersp.
15771
15772 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15773
15774 * dns.el (query-dns): Protect against "Process dns deleted" strings.
15775
15776 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15777
15778 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15779
15780 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15781
15782 * message.el (message-generate-hashcash): Expand range of values to
15783 include `opportunistic'.
15784 (message-send-mail): Use it.
15785
15786 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15787
15788 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15789 and comment it.
15790
15791 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15792
15793 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
15794
15795 * gnus-util.el (gnus-extract-address-components): Improve comment.
15796
15797 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15798
15799 * gnus-util.el (gnus-extract-address-components): Work with address in
15800 which the name portion contains @.
15801
15802 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15803
15804 * gnus.el (gnus-start): Move custom group up.
15805 (gnus-select-method): Don't autoload, but make it available for
15806 `customize-variable'.
15807 (gnus-getenv-nntpserver): Don't autoload.
15808
15809 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
15810
15811 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15812
15813 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15814
15815 * message.el (message-sendmail-extra-arguments): New variable.
15816 (message-send-mail-with-sendmail): Use it.
15817
15818 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15819
15820 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15821 mm-with-unibyte-current-buffer to make string unibyte.
15822
15823 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15824 mm-string-as-multibyte.
15825
15826 2006-11-14 Daiki Ueno <ueno@unixuser.org>
15827
15828 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15829 Reported by Werner Koch <wk@gnupg.org>.
15830
15831 2006-11-14 Daiki Ueno <ueno@p360>
15832
15833 * mml2015.el: Autoload epa-select-keys when compiling.
15834
15835 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15836
15837 * mml2015.el (mml2015-epg-sign): Save the signing keys in
15838 message-options.
15839 (mml2015-epg-encrypt): Save the recipient keys in message-options.
15840
15841 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15842
15843 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15844 EasyPG (< 0.0.6).
15845 (mml2015-always-trust): New user option.
15846 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15847 prompt.
15848
15849 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15850
15851 * nntp.el (nntp-authinfo-force): New variable.
15852 (nntp-send-authinfo): Use it.
15853
15854 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
15855
15856 * message.el (message-strip-subject-encoded-words): Allow _not_ to
15857 decode encoded words. Improve prompt. Add comment about forwarding.
15858 (message-replacement-char): Move up.
15859
15860 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15861
15862 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15863 instead of gnus-intersection because arguments of gnus-sorted-nunion
15864 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
15865
15866 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
15867
15868 * message.el (message-strip-subject-encoded-words): Reformat prompt.
15869 (message-simplify-subject-functions):
15870 Enable message-strip-subject-encoded-words by default.
15871
15872 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
15873
15874 * message.el (message-strip-subject-encoded-words): New function.
15875 (message-simplify-subject-functions): New variable.
15876 (message-simplify-subject): Use it. Fix typo in doc string.
15877 Support message-strip-subject-encoded-words.
15878
15879 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
15880
15881 * gnus-diary.el (gnus-diary-delay-format-function):
15882 * nndiary.el (nndiary-reminders):
15883 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15884
15885 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15886
15887 * gnus-art.el (article-hide-boring-headers): Fetch date from
15888 gnus-original-article-buffer to avoid problems with localized date
15889 strings.
15890
15891 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15892
15893 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15894
15895 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
15896
15897 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15898 New variables.
15899 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15900 (mm-charset-synonym-alist): Move some entries to
15901 mm-codepage-iso-8859-list.
15902 (mm-charset-synonym-alist, mm-charset-override-alist):
15903 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15904
15905 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15906
15907 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15908
15909 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15910
15911 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15912 with Emacs 21 and XEmacs.
15913
15914 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
15915
15916 * spam.el (spam-parse-address): New function for better parsing,
15917 catching errors, etc.
15918 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15919
15920 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15921
15922 * mm-view.el: Add interactive arg to html2text autoload.
15923
15924 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15925
15926 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15927
15928 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
15929
15930 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15931 New variables.
15932 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15933 (mm-charset-synonym-alist): Move some entries to
15934 mm-codepage-iso-8859-list.
15935
15936 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15937
15938 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
15939
15940 * message.el (message-citation-line-format)
15941 (message-insert-formated-citation-line): Fix implementation of %E, %N
15942 and %n according to the doc string.
15943
15944 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
15945
15946 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15947 Use car-safe to avoid bad parses.
15948
15949 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15950
15951 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15952 names.
15953
15954 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15955
15956 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15957
15958 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15959 header.
15960
15961 * message.el (message-draft-headers): Add Date.
15962 (message-headers-to-generate): Fix typo in docstring.
15963
15964 * nndraft.el (nndraft-required-headers): New variable.
15965 (nndraft-generate-headers): Use it.
15966
15967 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15968
15969 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15970
15971 * gnus-registry.el (gnus-registry-wash-for-keywords)
15972 (gnus-registry-find-keywords): New functions to allow easy searching of
15973 articles that are in the registry.
15974
15975 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15976
15977 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15978 Use ietf-drums-parse-address instead of gnus-extract-address-components.
15979 Reported by Damien Elmes <damien@repose.cx>.
15980
15981 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15982
15983 * gnus.el (gnus-mime): Remove unused custom group.
15984
15985 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15986
15987 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15988 "blank line" when searching for end of armor headers.
15989
15990 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15991
15992 * gmm-utils.el (gmm-write-region): Fix variable name.
15993
15994 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15995
15996 * gmm-utils.el (gmm-write-region): New function based on compatibility
15997 code from `mm-make-temp-file'.
15998
15999 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16000
16001 * nnmaildir.el (nnmaildir--update-nov)
16002 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16003 Use `gmm-write-region'.
16004
16005 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16006
16007 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16008 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16009
16010 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16011
16012 * message.el (message-replacement-char): New variable.
16013 (message-fix-before-sending): Use it.
16014 (message-simplify-subject): New function to remove duplicate code.
16015 (message-reply, message-followup): Use it.
16016
16017 * gnus-sum.el (gnus-summary-make-menu-bar):
16018 Clarify gnus-summary-limit-to-articles.
16019
16020 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16021
16022 * gnus-util.el (gnus-with-local-quit): New macro.
16023
16024 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16025
16026 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16027
16028 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16029 ignore non-string data.
16030
16031 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16032
16033 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16034 non-string data (needs to be done in the registry too).
16035
16036 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16037
16038 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16039 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16040 (gnus-registry-split-fancy-with-parent)
16041 (gnus-registry-fetch-simplified-message-subject-fast)
16042 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16043 Remove text properties on ingress into the registry and when it's saved.
16044 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16045 registry from entries with no groups.
16046
16047 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16048
16049 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16050 function to remove string properties.
16051
16052 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16053
16054 * gmm-utils.el (gmm): Adjust custom version.
16055
16056 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16057 Adjust custom version.
16058
16059 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16060
16061 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16062
16063 * gnus-art.el (gnus-insert-prev-page-button)
16064 (gnus-insert-next-page-button): Simplify. Reformat.
16065
16066 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16067
16068 * gnus-art.el (gnus-insert-prev-page-button)
16069 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16070
16071 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16072
16073 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16074
16075 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16076
16077 * gnus-art.el (gnus-insert-mime-button)
16078 (gnus-insert-mime-security-button):
16079 Apply gnus-article-button-face to MIME and security buttons.
16080
16081 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16082
16083 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16084 readable.
16085
16086 2006-09-20 Steve Youngs <steve@sxemacs.org>
16087
16088 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16089 `browse-url-of-file' instead of `browse-url'.
16090
16091 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16092
16093 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16094 regexp. Articles containing quotation were cut prematurely.
16095
16096 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16097
16098 * message.el (message-cite-original-1): Use nobody by default for the
16099 value of From header.
16100 (message-reply): Ditto.
16101
16102 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16103
16104 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16105 to the gnus-info. This fixes a bug of inline-PGP message verification.
16106 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16107
16108 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16109
16110 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16111 mails in the doc string. Add some URLs in comment.
16112 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16113
16114 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16115
16116 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16117 backslashes handling and the way to find boundaries of quoted strings.
16118
16119 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16120
16121 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16122 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16123 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16124 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16125
16126 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16127
16128 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16129 doc string.
16130 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16131
16132 2006-09-06 Simon Josefsson <jas@extundo.com>
16133
16134 * mml2015.el (mml2015-use): Doc fix, mention epg.
16135
16136 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16137
16138 * mml2015.el (mml2015-use): Default to epg, if available.
16139
16140 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16141
16142 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16143 message-sender.
16144 (mml1991-epg-encrypt): Ditto.
16145 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16146 message-sender.
16147 (mml2015-epg-encrypt): Ditto.
16148
16149 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16150
16151 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16152 several common directories.
16153
16154 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16155
16156 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16157 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16158
16159 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16160
16161 * gnus-art.el (article-decode-encoded-words): Make it fast.
16162
16163 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16164
16165 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16166
16167 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16168 in quoted string into `\'.
16169
16170 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16171
16172 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16173 Use standard-syntax-table.
16174
16175 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16176
16177 * gnus-art.el (gnus-decode-address-function): New variable.
16178 (article-decode-encoded-words): Use it to decode headers which are
16179 assumed to contain addresses.
16180 (gnus-mime-delete-part): Remove useless `or'.
16181
16182 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16183 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16184 (gnus-nov-parse-line): Use it to decode From header.
16185 (gnus-get-newsgroup-headers): Ditto.
16186 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16187
16188 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16189 (mail-decode-encoded-address-string): New alias.
16190
16191 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16192 New function.
16193 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16194 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16195 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16196 (rfc2047-decode-string): Ditto.
16197 (rfc2047-decode-address-region): New function.
16198 (rfc2047-decode-address-string): New function.
16199
16200 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16201
16202 * message.el (message-caesar-buffer-body): Allow rotating headers.
16203
16204 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16205
16206 * message.el (message-insert-formated-citation-line): Fix %f.
16207 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16208
16209 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16210
16211 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16212 (gnus-bookmark-mouse-available-p): New macro.
16213 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16214 (gnus-bookmark-bmenu-show-infos): Use it.
16215 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16216 (gnus-bookmark-bmenu-hide-infos): Ditto.
16217 (gnus-bookmark-remove-properties): New function.
16218 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16219 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16220 (gnus-bookmark-write-file): Bind coding-system-for-write.
16221 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16222 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16223 group before selecting it.
16224 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16225 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16226 quit-window if it is not available; use gnus-mouse-2 and bind it to
16227 gnus-bookmark-bmenu-select-by-mouse.
16228 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16229 (gnus-bookmark-bmenu-select-by-mouse): New function.
16230
16231 2006-08-13 Romain Francoise <romain@orebokech.com>
16232
16233 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16234 space.
16235
16236 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16237
16238 * compface.el (uncompface): Use binary rather than raw-text-unix.
16239
16240 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16241
16242 * compface.el (uncompface): Make sure the eol conversion doesn't take
16243 place when communicating with the external programs.
16244 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16245
16246 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16247
16248 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16249
16250 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16251
16252 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16253 Make it more robust by parsing author and date independently.
16254
16255 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16256
16257 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16258
16259 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16260
16261 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16262 first matching secret key.
16263 (mml2015-epg-encrypt): Ditto.
16264
16265 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16266 first matching secret key.
16267 (mml1991-epg-encrypt): Ditto.
16268
16269 * mml2015.el (mml2015-encrypt-to-self): New user option.
16270 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16271 mml2015-epg-encrypt-to-self is set.
16272
16273 * mml1991.el (mml1991-encrypt-to-self): New variable.
16274 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16275 mml1991-epg-encrypt-to-self is set.
16276
16277 * mml2015.el (mml2015-signers): New user option.
16278 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16279 (mml2015-epg-encrypt): Allow to select signing keys.
16280
16281 * mml1991.el (mml1991-signers): New variable.
16282 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16283 (mml1991-epg-encrypt): Allow to select signing keys.
16284
16285 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16286
16287 * nnheader.el (nnheader-insert-head): Make it work even if the file
16288 uses CRLF for the line-break code.
16289
16290 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16291
16292 * mml2015.el: Require mml-sec instead of password.
16293 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16294 (mml2015-cache-passphrase): Inherit the default value from
16295 mml-secure-cache-passphrase.
16296 (mml2015-passphrase-cache-expiry): Inherit the default value from
16297 mml-secure-passphrase-cache-expiry.
16298
16299 * mml1991.el: Require mml-sec instead of password.
16300 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16301 (mml1991-cache-passphrase): Inherit the default value from
16302 mml-secure-cache-passphrase.
16303 (mml1991-passphrase-cache-expiry): Inherit the default value from
16304 mml-secure-passphrase-cache-expiry.
16305
16306 * mml-sec.el: Require password.
16307 (mml-secure-verbose): New user option.
16308 (mml-secure-cache-passphrase): New user option.
16309 (mml-secure-passphrase-cache-expiry): New user option.
16310
16311 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16312 Andreas Vögele <andreas@altroot.de> (tiny change)
16313
16314 * pgg-def.el (pgg-truncate-key-identifier):
16315 Truncate the key ID to 8 letters from the end.
16316
16317 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16318
16319 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16320 workaround for the url package included with Emacs.
16321
16322 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16323
16324 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16325
16326 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16327 correctly. This fixes a bug caused by the 2006-05-12 change.
16328
16329 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16330
16331 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16332 some information about the error when saying that the `bogus' mail
16333 group will be used.
16334
16335 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16336
16337 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16338 string.
16339
16340 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16341
16342 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16343
16344 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16345
16346 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16347
16348 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16349
16350 * mml1991.el (mml1991-function-alist): Add epg.
16351 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16352 (mml1991-epg-encrypt): New functions.
16353
16354 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16355
16356 * mml2015.el (mml2015-verbose): New variable.
16357 (mml2015-cache-passphrase): Ditto.
16358 (mml2015-passphrase-cache-expiry): Ditto.
16359 (mml2015-function-alist): Add epg.
16360 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16361 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16362 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16363 New functions.
16364
16365 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16366
16367 * message.el (message-cite-original-1): Preserve region when removing
16368 quoted text due to X-No-Archive in order to avoid bogus attribution
16369 when citing multiple messages.
16370
16371 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16372
16373 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16374 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16375
16376 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16377
16378 * gnus-diary.el (gnus-user-format-function-d)
16379 (gnus-user-format-function-D): Autoload.
16380
16381 * imap.el (Commentary): Fix typo.
16382
16383 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16384 2006-04-22 contribution.
16385
16386 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16387
16388 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16389 It didn't really fix the bogosity I'm seeing with solid web groups.
16390
16391 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16392
16393 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16394 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16395 created using server names. If we use the feature without declaring
16396 it, Gnus does not properly manage server and group state.
16397
16398 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16399 bound.
16400
16401 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16402
16403 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16404 looking up the method using GROUP's prefix before inventing a new one.
16405 It is used on killed/unknown groups in various places where returning
16406 an all-new method isn't expected by the caller.
16407
16408 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16409 and match semantics of gnus-group-real-prefix.
16410
16411 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16412
16413 * nnmail.el (nnmail-broken-references-mailers): New variable.
16414 (nnmail-ignore-broken-references): New function generalizing
16415 nnmail-fix-eudora-headers.
16416 (nnmail-fix-eudora-headers): Now obsolete.
16417
16418 * gnus-art.el (gnus-button-handle-custom):
16419 Support `customize-apropos*'.
16420
16421 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16422
16423 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16424
16425 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16426 articles.
16427
16428 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16429
16430 * message.el (message-cite-reply-above): New variable.
16431 (message-yank-original): Use it.
16432
16433 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16434
16435 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16436
16437 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16438
16439 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16440 as read.
16441
16442 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16443
16444 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16445
16446 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16447 (gnus-bookmark-default-file): Use gnus-directory.
16448 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16449 Remove "*" in doc string.
16450 (gnus-bookmark-write-file): Simplify.
16451 (gnus-bookmark-maybe-sort-alist): Use `when'.
16452 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16453 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16454 Add FIXME about Emacs 21 and XEmacs compatibility.
16455 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16456 compatibility.
16457 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16458 compatibility.
16459 (gnus-bookmark-menu-heading): Fix version.
16460
16461 2006-06-19 Bastien Guerry <bzg@altern.org>
16462
16463 * gnus-bookmark.el: New file.
16464
16465 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16466
16467 * message.el (message-syntax-checks): Doc fix.
16468
16469 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16470
16471 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16472 unsubscribed groups as if they were killed ones. It causes duplicate
16473 entries in gnus-newsrc-alist.
16474
16475 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16476
16477 * message.el (message-syntax-checks): Doc fix.
16478 (message-send-mail): Add check for continuation headers.
16479 (message-check-news-header-syntax): Fix regexp used to check for
16480 continuation headers.
16481
16482 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16483
16484 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16485
16486 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16487
16488 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16489
16490 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16491
16492 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16493 default-truncate-lines.
16494
16495 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16496
16497 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16498 to fill the utf-8 entry.
16499
16500 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16501
16502 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16503
16504 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
16505
16506 * gnus-agent.el (directory-files-and-attributes): Move all the way
16507 forward (the third and final move).
16508 (gnus-agent-read-agentview): Trap reconstruction errors due to
16509 nonexistent directory. Handle by returning nil.
16510
16511 2006-05-30 Didier Verna <didier@xemacs.org>
16512
16513 * message.el (message-dont-reply-to-names): Update the custom type.
16514 * message.el (message-dont-reply-to-names): New defsubst: potentially
16515 convert a list of regexps into a single one.
16516 * message.el (message-get-reply-headers): Use it.
16517 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16518
16519 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16520
16521 * gnus-agent.el (directory-files-and-attributes): Move forward.
16522
16523 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16524
16525 * gnus-ml.el (gnus-mailing-list-subscribe)
16526 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16527 (gnus-mailing-list-message): Fix doc strings.
16528
16529 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16530
16531 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16532 of doing it manually.
16533
16534 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16535
16536 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16537 comment.
16538
16539 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16540
16541 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16542 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16543 (gnus-agent-read-local): All symbols allocated in my-obarray.
16544 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16545 (gnus-agent-regenerate-group): Check numeric names to see if they are
16546 messages or groups.
16547 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16548 better way of do this...)
16549
16550 * gnus-cache.el (gnus-agent-total-fetched-for):
16551 Ignore 'dummy.group' (there should be a better way of do this...)
16552
16553 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16554
16555 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16556 (gnus-saved-headers): Ditto.
16557 (gnus-default-article-saver): Mention functions may have properties.
16558 (gnus-article-save): Override gnus-save-all-headers and
16559 gnus-saved-headers by :headers property which saver function may have.
16560 (gnus-summary-save-in-file): Add :headers property.
16561 (gnus-summary-write-to-file): Ditto.
16562
16563 * gnus-sum.el (gnus-summary-save-article): Bind
16564 gnus-prompt-before-saving to t when saving many articles in a file;
16565 always show all headers.
16566
16567 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16568
16569 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16570 marks.
16571
16572 * message.el (message-indent-citation): Add optional arguments to allow
16573 using it outside of message buffers.
16574
16575 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16576 (gnus-article-treat-unfold-headers): Use it.
16577 (gnus-article-truncate-lines): New variable.
16578 (gnus-article-mode): Use it.
16579 (gnus-article-toggle-truncate-lines): New function.
16580
16581 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16582 Add gnus-article-toggle-truncate-lines.
16583
16584 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16585 coding system in XEmacs, use binary.
16586
16587 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16588
16589 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16590 after-load-alist.
16591
16592 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16593 this function should save decoded articles.
16594 (gnus-summary-write-to-file): Use property to specify this function
16595 should save decoded articles and specify gnus-summary-save-in-file
16596 should be used to save articles other than the first one when saving
16597 many articles.
16598 (gnus-summary-save-body-in-file): Use property to specify this
16599 function should save decoded articles.
16600 (gnus-summary-write-body-to-file): Use property to specify this
16601 function should save decoded articles and specify
16602 gnus-summary-save-body-in-file should be used to save articles other
16603 than the first one when saving many articles.
16604
16605 * gnus-sum.el (gnus-summary-save-article): Simplify.
16606
16607 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16608
16609 * gnus-art.el (gnus-default-article-saver):
16610 Add gnus-summary-write-body-to-file.
16611 (gnus-article-save-coding-system): Don't use coding system object
16612 in XEmacs.
16613 (gnus-read-save-file-name): Add optional `dir-var' argument which
16614 specifies directory in which files are saved; work even if optional
16615 `variable' argument is not specified.
16616 (gnus-summary-write-to-file): Read file name.
16617 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16618 (gnus-summary-write-body-to-file): New function.
16619
16620 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16621 (gnus-summary-local-variables): Add it.
16622 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16623 (gnus-summary-save-article): Remove optional `decode' argument;
16624 determine whether to decode articles by the value of
16625 gnus-default-article-saver; when saving many files using
16626 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16627 it first and use gnus-summary-save-in-file or
16628 gnus-summary-save-body-in-file thereafter unless
16629 gnus-prompt-before-saving is always; move point to article which
16630 will be saved.
16631 (gnus-summary-save-article-file): Revert.
16632 (gnus-summary-write-article-file): Revert.
16633 (gnus-summary-save-article-body-file): Revert.
16634 (gnus-summary-write-article-body-file): New function.
16635
16636 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16637
16638 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16639
16640 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16641
16642 * gnus-art.el (gnus-default-article-saver): Doc fix.
16643 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16644 from gnus-summary-save-article-coding-system, and default to a
16645 certain coding system.
16646 (gnus-output-to-file): Add coding cookie and encode text according
16647 to gnus-article-save-coding-system; don't use mm-append-to-file.
16648
16649 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16650 gnus-art.el and rename to gnus-article-save-coding-system.
16651 (gnus-summary-save-article): Require gnus-art; don't show all
16652 headers if it decodes articles; don't add coding cookie here;
16653 don't bind mm-text-coding-system-for-write.
16654 (gnus-summary-save-article-file): Save decoded articles.
16655 (gnus-summary-write-article-file): When saving many files, use
16656 gnus-summary-write-to-file first and gnus-summary-save-in-file
16657 thereafter unless gnus-prompt-before-saving is always.
16658 (gnus-summary-save-article-body-file): Save decoded articles.
16659
16660 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16661
16662 * nnrss.el (nnrss-check-group): Bind hash-index.
16663
16664 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
16665
16666 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16667 its hash index. Store this hash in `nnrss-group-data'.
16668 (nnrss-read-group-data): Update accordingly.
16669
16670 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16671
16672 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16673 entry.
16674
16675 * gnus-sum.el (gnus-summary-make-menu-bar):
16676 Add gnus-article-browse-html-article.
16677
16678 2006-05-23 Hynek Schlawack <hynek@ularx.de>
16679
16680 * gnus-sum.el (gnus-summary-mime-map):
16681 Add gnus-article-browse-html-article.
16682
16683 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16684
16685 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16686 suitable coding systems in customize.
16687
16688 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
16689
16690 * mail-source.el (mail-sources): Fix custom type.
16691
16692 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16693
16694 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16695 (gnus-summary-expire-articles-now): Shorten prompt.
16696
16697 * gmm-utils.el (wid-edit): Require.
16698 (defun-gmm): Rename from `gmm-defun-compat'.
16699 (gmm-image-search-load-path): Use it.
16700 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
16701
16702 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16703
16704 * gnus-sum.el (gnus-summary-save-article-coding-system):
16705 New variable.
16706 (gnus-summary-save-article): Add optional `decode' argument.
16707 If it is set and gnus-summary-save-article-coding-system is non-nil,
16708 save decoded article.
16709 (gnus-summary-write-article-file): Save decoded article if
16710 gnus-summary-save-article-coding-system is non-nil.
16711
16712 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16713 type.
16714
16715 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16716
16717 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16718
16719 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
16720
16721 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16722 first to test gnus-single-article-buffer which may be buffer-local.
16723
16724 * gnus-sum.el (gnus-summary-setup-buffer):
16725 Make gnus-single-article-buffer buffer-local and nil in ephemeral
16726 group; make gnus-article-buffer, gnus-article-current, and
16727 gnus-original-article-buffer always buffer-local.
16728 (gnus-summary-exit): Kill article buffer belonging to ephemeral
16729 group.
16730 (gnus-handle-ephemeral-exit): Don't move to next summary line.
16731
16732 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16733
16734 * nnml.el (nnml-request-compact-group): Compressed files might not
16735 have .gz extension.
16736
16737 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16738
16739 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16740 (mm-copy-to-buffer): Use with-current-buffer.
16741 (mm-display-part): Simplify.
16742 (mm-inlinable-p): Add optional arg `type'.
16743
16744 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16745
16746 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16747 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16748 Try harder to show the attachment internally or externally using
16749 gnus-mime-view-part-as-type.
16750
16751 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16752
16753 * message.el (message-from-style, message-signature-separator)
16754 (message-user-organization-file, message-send-mail-function)
16755 (message-citation-line-function, message-yank-prefix)
16756 (message-indent-citation-function, message-signature)
16757 (message-signature-file, message-signature-insert-empty-line):
16758 Remove autoloads.
16759
16760 * gnus-art.el (gnus-buttonized-mime-types):
16761 Remove "multipart/signed". Revert 2006-04-26 change.
16762
16763 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16764
16765 * gnus.el (gnus-version-number): Bump version.
16766
16767 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16768
16769 * gnus.el: No Gnus v0.5 is released.
16770
16771 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16772
16773 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16774 fetching articles by message-id.
16775
16776 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16777
16778 * message.el (hashcash): Require hashcash as normal.
16779
16780 * ecomplete.el (ecomplete-highlight-match-line):
16781 Use point-at-eol.
16782 (ecomplete-highlight-match-line): Use `highlight', because that
16783 face exists in both Emacs and XEmacs.
16784
16785 * message.el (message-display-abbrev): Use point-at-bol.
16786
16787 * mail-source.el: Don't require timer/timer-funcs.
16788
16789 * gnus-async.el: Ditto.
16790
16791 * password.el: Ditto.
16792
16793 * mm-url.el: Ditto.
16794
16795 * mm-util.el: Require timer/timer-funcs.
16796
16797 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16798
16799 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16800 Close.
16801
16802 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16803
16804 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16805 unibyte after clear-decrypt function runs.
16806
16807 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16808 returns as a unibyte string.
16809
16810 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
16811
16812 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16813 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16814 (mml1991-pgg-encrypt): Ditto.
16815
16816 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
16817
16818 * message.el (message-user-organization-file): Check several
16819 locations of the organization file.
16820
16821 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16822 Add gnus-article-view-part-as-type.
16823
16824 * gnus-art.el (gnus-article-view-part-as-type): New function.
16825
16826 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16827 .mobi and .travel. Remove .nato, .bitnet and .uucp.
16828
16829 * mml.el: Simplify autoload.
16830 (mml-mode): defvar dnd-protocol-alist instead of using
16831 symbol-value.
16832 (mml-default-directory): New variable.
16833 (mml-minibuffer-read-file): Use it.
16834 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16835
16836 * message.el (message-citation-line-format): New variable.
16837 (message-insert-formated-citation-line): New function.
16838 (message-citation-line-function):
16839 Add `message-insert-formated-citation-line' to custom type.
16840
16841 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16842 to doc string.
16843
16844 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16845 depending on mm-verify-option.
16846
16847 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16848
16849 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16850 binding pgg-* variables; reimplement the section which prevents
16851 MIME header from being signed.
16852 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16853 pgg-text-mode; remove a blank line at the top of body.
16854
16855 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16856 lines at the top of body; use gnus-newsgroup-charset if there's no
16857 Charset header.
16858
16859 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16860
16861 * message.el (message-self-insert-commands): Doc fix.
16862
16863 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16864 (mm-uu-pgp-encrypted-test): Ditto.
16865 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16866 between header and body; return application/pgp-encrypted handle
16867 if decryption failed; decode decrypted body by charset.
16868
16869 * mm-decode.el (mm-automatic-display): Don't make application/pgp
16870 element match to application/pgp-*.
16871
16872 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16873
16874 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16875 HTML.
16876
16877 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16878
16879 * mail-source.el (mail-source-call-script): Message the error
16880 string.
16881
16882 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16883
16884 * gnus-util.el (gnus-byte-compile): Use it.
16885
16886 2006-04-22 xyblor <fake@invalid.email> (tiny change)
16887
16888 * gnus-util.el (kill-empty-logs): New function.
16889
16890 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16891
16892 * message.el (message-mail-alias-type): Doc fix.
16893 (message-mail-alias-type-p): New function.
16894 (message-send): Use it.
16895 (message-mode): Ditto.
16896 (message-strip-forbidden-properties): Ditto.
16897
16898 * ecomplete.el (ecomplete-database-file-coding-system):
16899 New variable.
16900 (ecomplete-save): Use it.
16901 (ecomplete-setup): Use it.
16902
16903 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16904
16905 * message.el (message-self-insert-commands): New variable.
16906 (message-strip-forbidden-properties): Use it.
16907
16908 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16909
16910 * message.el (message-put-addresses-in-ecomplete): Use a regexp
16911 that doesn't make XEmacs choke.
16912
16913 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
16914
16915 * gnus-util.el (gnus-replace-in-string):
16916 Prefer replace-regexp-in-string over of replace-in-string.
16917
16918 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16919
16920 * gnus-util.el (gnus-select-frame-set-input-focus):
16921 Use select-frame-set-input-focus if it is available in XEmacs; use
16922 definition defined in Emacs 22 for old Emacsen.
16923
16924 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16925
16926 * mm-view.el (mm-inline-text): Use equal instead of equalp.
16927
16928 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
16929
16930 * gnus-registry.el (gnus-registry-cache-save): Remove text
16931 properties when saving via the temp buffer.
16932
16933 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16934
16935 * message.el (message-generate-hashcash): Honor custom type.
16936
16937 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16938
16939 * message.el (message-generate-hashcash): Default to non-nil when
16940 hashcash is found.
16941
16942 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16943 (gnus-refer-thread-limit): Increase default to 500.
16944
16945 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16946
16947 * flow-fill.el (fill-flowed): Allow delete-space.
16948
16949 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16950
16951 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16952 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16953 Remove autoloads.
16954
16955 2006-04-18 Simon Josefsson <jas@extundo.com>
16956
16957 * message.el (message-generate-hashcash): Default to.
16958
16959 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16960
16961 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16962 concatenating segments rather than before concatenating them.
16963
16964 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16965
16966 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16967
16968 * imap.el (imap-quote-specials): New function.
16969 (imap-login-auth): Quote specials.
16970
16971 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16972
16973 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16974
16975 * message.el (message-forward-make-body-plain):
16976 Allow message-forward-ignored-headers to be a list.
16977 (message-remove-ignored-headers): Factor out into function.
16978 (message-forward-make-body-mml): Use it.
16979 * rfc2231.el (rfc2231-parse-string): Remove dead code.
16980 (rfc2231-parse-string): Allow concatanation of parameters that
16981 aren't contiguous. The test case is
16982 (mail-header-parse-content-type "message/external-body;
16983 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16984 access-type=LOCAL-FILE;
16985 name*1*=plugh%2fhello-sailor%2fbing.pdf")
16986
16987 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16988
16989 * nntp.el (nntp-accept-process-output): Return the value of
16990 `nnheader-accept-process-output'.
16991
16992 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16993
16994 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16995 (gnus-button-alist): Recognize more diff formats.
16996 (gnus-button-patch): Strip directory.
16997
16998 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16999
17000 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17001 Emacs 22 when setting focus.
17002
17003 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17004
17005 * gnus-art.el (gnus-article-treat-types): Do treatment of
17006 text/x-verbatim parts.
17007 (gnus-button-patch): New command.
17008
17009 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17010 addresses that contain invalid characters.
17011
17012 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17013
17014 * message.el (message-put-addresses-in-ecomplete):
17015 Use gnus-replace-in-string.
17016 (message-is-yours-p): Use the more correct
17017 mail-header-parse-address instead of
17018 mail-extract-address-components.
17019 (message-put-addresses-in-ecomplete): Fix typo.
17020
17021 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17022 keystroke.
17023
17024 * gnus-art.el (gnus-treatment-function-alist): Change order of
17025 newsgroups/generic header folding to avoid double-folding.
17026
17027 * message.el (message-hidden-headers): Add X-Draft-From.
17028
17029 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17030 New command.
17031 (gnus-summary-repeat-search-article-backward): New command.
17032
17033 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17034 groups in the parent topic.
17035
17036 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17037
17038 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17039 (spam-extra-header-to-number): Return the CRM114 number as a
17040 number instead of a string.
17041
17042 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17043
17044 * gnus-art.el (gnus-face-properties-alist): Move here from
17045 gnus-fun.
17046
17047 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17048
17049 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17050
17051 * message.el (message-strip-forbidden-properties): Only display on
17052 self-insert-command.
17053
17054 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17055 reindent.
17056 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17057
17058 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17059
17060 * smiley.el (smiley-style): Fix typo.
17061
17062 2006-03-23 Kenichi Handa <handa@m17n.org>
17063
17064 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17065 instead of set-buffer-multibyte.
17066
17067 2006-03-23 Kenichi Handa <handa@m17n.org>
17068
17069 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17070 buffer and then decode the buffer text if necessary.
17071 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17072 first, and after mm-encode-body, change the buffer to unibyte.
17073
17074 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17075
17076 * hashcash.el (hashcash-insert-payment-async-2):
17077 Use message-goto-eoh instead of doing it manually.
17078 (mail-add-payment): Use message-narrow-to-header instead of trying
17079 to do the same itself.
17080
17081 * message.el (message-hidden-headers): Add Face.
17082
17083 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17084 reparenting code.
17085 (gnus-summary-reparent-children): Refactored out code.
17086 (gnus-summary-thread-map): New keystroke.
17087 (gnus-summary-reparent-children): Make into command.
17088
17089 * smiley.el (smiley-style): Default to `medium' if using a large
17090 font.
17091
17092 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17093 does it itself.
17094
17095 * message.el (message-point-in-header-p): Simplify definition.
17096
17097 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17098
17099 * nnagent.el (nnagent-request-set-mark): Silence log file
17100 writing.
17101 (nnagent-request-set-mark): Use write-region instead of
17102 append-to-file.
17103
17104 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17105 strange select method.
17106
17107 * ecomplete.el (ecomplete-display-matches): Get highlightling
17108 right.
17109 (ecomplete-display-matches): Use literals.
17110 (ecomplete-display-matches): Disable message logging.
17111
17112 * message.el (message-display-abbrev): Small optimization.
17113
17114 * ecomplete.el (ecomplete-display-matches): Allow automatic
17115 display.
17116
17117 * message.el (message-strip-forbidden-properties):
17118 Display abbrevs.
17119 (message-display-abbrev): Get automatic display right.
17120
17121 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17122 keystrokes.
17123
17124 2006-04-13 Romain Francoise <romain@orebokech.com>
17125
17126 TODO: Backport to v5-10!
17127
17128 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17129 Move here (and rename) from gnus-registry.el.
17130
17131 * gnus-registry.el: Require gnus-util.
17132 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17133
17134 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17135
17136 * gnus-group.el (gnus-group-catchup-current):
17137 Change if-then-else-if-then-else into cond.
17138 (gnus-group-catchup): Indent.
17139 (group-name-at-point): New function.
17140 (gnus-fetch-group): Provide default from thing at point.
17141
17142 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17143
17144 * message.el (message-display-abbrev): Fix regexp.
17145
17146 * ecomplete.el (ecomplete-highlight-match-line):
17147 Reimplement choosing.
17148 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17149 dead variables.
17150
17151 * message.el (message-newline-and-indent): Remove debugging.
17152 (message-display-abbrev): Use new implementation.
17153
17154 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17155
17156 * gnus-art.el (gnus-article-mode):
17157 Set cursor-in-non-selected-windows to nil.
17158
17159 * smiley.el: Revert previous change.
17160 (smiley-data-directory): defvar it before using it in the
17161 defcustom of `smiley-style'.
17162
17163 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17164
17165 * message.el (message-newline-and-indent): New function.
17166
17167 * ecomplete.el: Implement more bits.
17168
17169 * message.el (message-put-addresses-in-ecomplete): Clean up the
17170 string.
17171
17172 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17173
17174 * gnus-sum.el (gnus-summary-save-parts):
17175 Bind gnus-summary-save-parts-counter and use it to make unique file
17176 names.
17177
17178 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17179
17180 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17181 parameter to say whether to actually parse the individual
17182 addresses.
17183
17184 * message.el (message-put-addresses-in-ecomplete): New function.
17185 (ecomplete): Require.
17186 (message-mail-alias-type): Add ecomplete as an option.
17187
17188 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17189
17190 * flow-fill.el (fill-flowed): Remove trailing space from blank
17191 quoted lines.
17192
17193 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17194
17195 * smiley.el (smiley-style): Move definition later to avoid a
17196 compilation warning.
17197
17198 2006-04-12 Kenichi Handa <handa@m17n.org>
17199
17200 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17201 buffer and then decode the buffer text if necessary.
17202 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17203 first, and after mm-encode-body, change the buffer to unibyte.
17204 Use mm-disable-multibyte instead of set-buffer-multibyte.
17205
17206 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17207
17208 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17209 Content-Type header instead of Content-Disposition header.
17210 (gnus-mime-inline-part): Ditto.
17211 (gnus-mime-view-part-as-charset): Ignore charset that the part
17212 specifies.
17213
17214 * mm-decode.el (mm-display-part): Work with external parts and
17215 usual parts similarly.
17216
17217 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17218 instead of gnus-display-mime.
17219
17220 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17221 instead of with-temp-buffer.
17222
17223 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17224 tag to summarized topics part in order to encode non-ASCII text.
17225
17226 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17227
17228 * smiley.el (smiley-style): New variable.
17229 (smiley-directory): New function.
17230 (smiley-data-directory): Derive from `smiley-style' using
17231 `smiley-directory'.
17232 (smiley-regexp-alist): Add new entries.
17233
17234 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17235 (gnus-article-browse-delete-temp): Add :version.
17236
17237 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17238
17239 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17240 the sieve region.
17241
17242 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17243
17244 * gnus.el (gnus-version-number): Bump version.
17245
17246 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17247
17248 * gnus.el: No Gnus v0.4 is released.
17249
17250 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17251
17252 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17253 layout.
17254
17255 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17256 unknown charset.
17257
17258 * message.el (message-header-synonyms): Add Original-To to the
17259 default.
17260
17261 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17262 optional parameter.
17263
17264 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17265
17266 * gnus-fun.el (gnus): Require it for gnus-directory.
17267
17268 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17269
17270 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17271
17272 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17273
17274 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17275
17276 2006-04-05 Simon Josefsson <jas@extundo.com>
17277
17278 * password.el (password-reset): New function.
17279
17280 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17281
17282 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17283 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17284
17285 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17286
17287 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17288 Some whitespace was matched into the url, which broke browsing hits
17289 > 100 when mm-url-use-external was nil.
17290
17291 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17292
17293 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17294 Check gnus-extra-headers for 'Newsgroups.
17295
17296 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17297 bound.
17298
17299 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17300
17301 * pgg-gpg.el: Clean up process buffers every time gpg processes
17302 complete.
17303
17304 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17305
17306 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17307 doc string.
17308
17309 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17310
17311 * pgg-gpg.el (pgg-gpg-process-filter)
17312 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17313
17314 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17315 lines, temporary fix.
17316
17317 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17318
17319 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17320
17321 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17322
17323 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17324 default-enable-multibyte-characters. This reverts the change from
17325 revision 6.17 which is no longer necessary because the passphrase
17326 is sent separately now. GnuPG messages are unreadable under
17327 multibyte locales with default-enable-multibyte-characters set to
17328 nil.
17329
17330 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17331
17332 * message.el (message-tool-bar-gnome): Move "spell".
17333
17334 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17335
17336 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17337 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17338 instead.
17339
17340 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17341
17342 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17343 Improve newsgroups handling for NNTP overviews which don't include
17344 Newsgroups.
17345
17346 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17347
17348 * message.el (message-resend): Bind message-generate-hashcash to nil.
17349
17350 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17351
17352 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17353 when searching for already-paid recipients.
17354
17355 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17356
17357 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17358 passphrases when it is not needed.
17359 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17360 passphrase stuff from gpg, should only be necessary when you use
17361 gpg with a smartcard.
17362
17363 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17364
17365 * mml.el (mml-insert-mime): Ignore cached contents of
17366 message/external-body part.
17367
17368 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17369 (mm-insert-part): Ditto.
17370
17371 2006-03-23 Simon Josefsson <jas@extundo.com>
17372
17373 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17374 Reiner.
17375 (pgg-gpg-use-agent-p): Use it again.
17376
17377 2006-03-23 Simon Josefsson <jas@extundo.com>
17378
17379 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17380 older emacsen.
17381 (pgg-gpg-use-agent-p): Don't use it.
17382
17383 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17384
17385 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17386 if we can.
17387
17388 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17389
17390 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17391 (pgg-gpg-update-agent): New function.
17392 (pgg-gpg-use-agent-p): New function.
17393 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17394 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17395 (pgg-gpg-sign-region): Use it.
17396
17397 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17398
17399 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17400 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17401
17402 2006-03-21 Simon Josefsson <jas@extundo.com>
17403
17404 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17405 <wilde@sha-bang.de>.
17406 (pgg-gpg-use-agent): New variable.
17407 (pgg-gpg-process-region): Use it.
17408 (pgg-gpg-encrypt-region): Likewise.
17409 (pgg-gpg-encrypt-symmetric-region): Likewise.
17410 (pgg-gpg-decrypt-region): Likewise.
17411 (pgg-gpg-sign-region): Likewise.
17412 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17413
17414 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17415
17416 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17417
17418 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17419 Add comment on version.
17420
17421 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17422
17423 * smiley.el: Add missing test smiley.
17424
17425 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17426
17427 * mm-decode.el (mm-with-part): New macro.
17428 (mm-get-part): Use it; work with message/external-body as well.
17429 (mm-save-part): Treat name and filename equally.
17430
17431 * mm-extern.el (mm-extern-cache-contents): New function.
17432 (mm-inline-external-body): Use it; force the part to be displayed;
17433 move undisplayer added to the cached handle to the parent.
17434
17435 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17436 (gnus-mime-view-part-as-type): Work with message/external-body.
17437
17438 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17439
17440 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17441
17442 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17443 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17444 Emacs.]
17445
17446 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17447
17448 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17449 path rather than symbol. Always return list of directories.
17450 Guarantee that image directory comes first. [Sync with image.el,
17451 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17452
17453 * message.el (message-make-tool-bar): Adjust to new API of
17454 `gmm-image-load-path-for-library'.
17455
17456 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17457
17458 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17459
17460 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17461
17462 * gnus-art.el (gnus-article-only-boring-p):
17463 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17464 intangible text.
17465 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17466
17467 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17468
17469 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17470 Use `defun' instead of `gmm-defun-compat'.
17471
17472 2006-03-14 Simon Josefsson <jas@extundo.com>
17473
17474 * message.el (message-unique-id): Don't use message-number-base36
17475 if (user-uid) is a float.
17476 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17477
17478 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17479
17480 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17481
17482 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17483 empty line between a part and a message part.
17484
17485 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17486
17487 * smiley.el: Add more test smileys.
17488 (smiley-data-directory, smiley-regexp-alist)
17489 (gnus-smiley-file-types): Fix doc strings.
17490 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17491 adding new elements.
17492 (smiley-mouse-map): Unused code. Make it a comment.
17493
17494 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17495
17496 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17497 scan latest NoCeM messages instead of old ones.
17498 (gnus-nocem-check-article): Fix regexps so as to match to PGP
17499 delimiters that are recently used.
17500 (gnus-nocem-load-cache): Add autoload cookie.
17501
17502 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17503
17504 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17505 level which is larger than gnus-use-nocem is specified.
17506
17507 * gnus-group.el (gnus-group-get-new-news): Ditto.
17508
17509 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
17510
17511 * gnus-util.el (gnus-tool-bar-update): New function.
17512
17513 * gnus-group.el (gnus-group-update-tool-bar): New variable.
17514 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17515
17516 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17517
17518 * gnus-group.el (gnus-group-redraw-when-idle)
17519 (gnus-group-redraw-check): Remove.
17520 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17521
17522 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17523
17524 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17525 if optional last element is specified in splits (FIELD VALUE...).
17526
17527 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17528
17529 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17530 to gmm-image-load-path-for-library. Call with no-error argument.
17531 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17532
17533 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17534
17535 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17536
17537 * gmm-utils.el (gmm-image-load-path): Remove alias.
17538
17539 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17540
17541 * gmm-utils.el (gmm-image-load-path): Add alias.
17542
17543 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17544 nnml-generate-nov-databases-1.
17545 (nnml-generate-nov-databases): Use it.
17546 (nnml-generate-nov-databases-directory): Document no-active
17547 argument.
17548
17549 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17550 directory if path is t. Add no-error.
17551
17552 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17553 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17554
17555 * gnus-art.el (gnus-article-browse-delete-temp-files):
17556 Simplify resetting gnus-article-browse-html-temp-list.
17557
17558 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17559 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17560 Add example to docstring. Rename local variables. Move error
17561 checks to default case in cond and simplify.
17562
17563 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17564
17565 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17566 handle is multipart when calling it recursively.
17567 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17568
17569 2006-03-03 Daniel Pittman <daniel@rimspace.net>
17570
17571 * nnimap.el (nnimap-request-update-info-internal): Optimize.
17572 Don't `gnus-uncompress-range' to avoid excessive memory usage.
17573
17574 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17575
17576 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17577 is loaded.
17578
17579 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17580 loaded.
17581
17582 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17583
17584 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17585 to "Emacs 23 (unicode)" in doc string.
17586
17587 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17588 "Emacs 23 (unicode)" in comment.
17589
17590 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17591
17592 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17593
17594 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17595 characters 160 through 255 in Emacs 23.
17596
17597 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17598
17599 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17600 gnus-article-browse-html-temp.
17601 (gnus-article-browse-delete-temp): Make it customizable.
17602 Add `file'. Adjust doc string.
17603 (gnus-article-browse-delete-temp-files): Add argument.
17604 Allow query for each file. Adjust doc string.
17605 (gnus-article-browse-html-parts):
17606 Add `gnus-article-browse-delete-temp-files' to
17607 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17608
17609 2006-03-02 Hynek Schlawack <hynek@ularx.de>
17610
17611 * gnus-art.el (gnus-article-browse-html-temp)
17612 (gnus-article-browse-delete-temp): New variables.
17613 (gnus-article-browse-delete-temp-files): New function.
17614 (gnus-article-browse-html-parts): Use it.
17615
17616 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17617
17618 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17619
17620 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17621 string.
17622
17623 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17624 gnus-summary-insert-new-articles when unplugged.
17625 Remove gnus-summary-search-article-forward.
17626
17627 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17628 display-visual-class instead of display-color-cells.
17629
17630 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
17631
17632 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17633 message/* containing non-ASCII text properly.
17634
17635 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
17636
17637 * message.el: Require gmm-utils, remove autoloads.
17638 (message-tool-bar): Set default based on
17639 gmm-tool-bar-style.
17640 (message-tool-bar-gnome): Add gmm-customize-mode.
17641
17642 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17643 gmm-tool-bar-style.
17644 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17645
17646 * gnus-group.el (gnus-group-tool-bar): Set default based on
17647 gmm-tool-bar-style.
17648 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17649
17650 * gmm-utils.el (gmm-image-directory): Rename variable from
17651 gmm-image-load-path.
17652 (gmm-image-load-path): Use gmm-image-directory.
17653 (gmm-customize-mode): New function.
17654 (gmm-tool-bar-style): New variable.
17655
17656 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17657 gnus-group-redraw-line-number.
17658 (gnus-group-redraw-check): Simplify.
17659 (gnus-group-tool-bar-update): Remove redraw check.
17660 (gnus-group-make-tool-bar): Add redraw check.
17661
17662 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17663
17664 * gnus-art.el (gnus-button): Add missing parentheses.
17665
17666 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
17667
17668 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17669
17670 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17671
17672 * gnus-art.el (gnus-button): New face.
17673 (gnus-article-button-face): Use it.
17674
17675 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17676 Add gnus-summary-next-page. Re-order.
17677
17678 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17679 next-node are now included.
17680 (gnus-group-redraw-line-number): New internal variable.
17681 (gnus-group-redraw-check): Helper function for updating the tool
17682 bar.
17683 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17684
17685 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17686
17687 * spam.el (spam-spamassassin-score-regexp): New internal variable.
17688 (spam-extra-header-to-number, spam-check-spamassassin-headers):
17689 Use it to match format of Spamassassin 3.0 and later.
17690 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17691 (spam-check-bogofilter)
17692 (spam-bogofilter-register-with-bogofilter): Fix args of
17693 `gnus-error' calls.
17694
17695 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17696
17697 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17698 unnecessary interaction when sending queued mails.
17699 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17700
17701 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
17702
17703 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17704 first or last are nil.
17705
17706 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17707
17708 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17709
17710 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17711
17712 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17713
17714 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17715
17716 * dns.el (query-dns): Protect more against buggy tcp output.
17717
17718 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17719
17720 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17721 nov.php.
17722
17723 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17724
17725 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17726 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17727 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
17728 output on the server side.
17729 (nnweb-google-create-mapping): Update regexps and add some
17730 progress indication.
17731
17732 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
17733
17734 * gnus-group.el (gnus-group-tool-bar-gnome):
17735 Fix gnus-agent-toggle-plugged. Re-order icons.
17736 (gnus-group-tool-bar-gnome):
17737 Add gnus-group-{prev,next}-unread-group.
17738 (gnus-group-tool-bar-gnome): Re-order icons.
17739
17740 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17741 Move gnus-summary-insert-new-articles.
17742
17743 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17744 Fix comments.
17745
17746 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
17747 also available in Emacs 21.3.
17748
17749 * message.el (message-fix-before-sending): Change "Emacs 22" to
17750 "Emacs 23 (unicode)" in comment.
17751
17752 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17753 "Emacs 23 (unicode)" in comment.
17754
17755 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17756 comment.
17757 (mm-coding-system-p): Add comment about no-MULE XEmacs.
17758
17759 * mm-view.el (mm-fill-flowed): Add :version.
17760
17761 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
17762
17763 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17764 and load-path.
17765
17766 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
17767
17768 * message.el: Autoload gmm-image-load-path.
17769 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17770 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
17771 consitency.
17772
17773 * gmm-utils.el (gmm-image-load-path): Also search in
17774 "../etc/images". Don't set gmm-image-load-path if we don't find
17775 the image.
17776
17777 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
17778
17779 * gmm-utils.el (gmm-image-load-path): Don't make
17780 `gmm-image-load-path' include subdirectories which the second arg
17781 `image' might specify.
17782
17783 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17784 subdirectory to icon file names.
17785
17786 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17787
17788 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17789
17790 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17791 gmm-image-load-path calls.
17792
17793 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17794
17795 * message.el (message-make-tool-bar): Ditto.
17796
17797 * mml.el (mml-preview): Add comment concerning tool bar icons.
17798
17799 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17800 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17801
17802 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17803 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17804
17805 * message.el (message-tool-bar-gnome): Use new icon names.
17806 (message-make-tool-bar): Use `gmm-image-load-path'.
17807
17808 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17809 New functions from MH-E.
17810 (gmm-image-load-path): New variable from MH-E.
17811 (gmm-image-load-path): New function from MH-E. Add arguments
17812 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
17813 *-image-load-path-called-flag.
17814
17815 2006-02-21 Milan Zamazal <pdm@brailcom.org>
17816
17817 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17818
17819 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
17820
17821 * nnimap.el (nnimap-request-move-article): Change folder back to
17822 source group before deleting.
17823
17824 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
17825
17826 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17827
17828 * gnus-art.el (mm-url-insert-file-contents-external):
17829 Autoload mm-url.
17830
17831 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17832
17833 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
17834
17835 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17836 coding system which mm-charset-to-coding-system returns for a
17837 given charset is valid.
17838
17839 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17840
17841 * html2text.el (html2text-remove-tag-list):
17842 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17843
17844 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17845
17846 * gnus-cus.el: Revert 2005-10-17 change.
17847
17848 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17849
17850 * gnus-art.el (article-strip-banner):
17851 Call article-really-strip-banner only when the regexp match is made.
17852
17853 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
17854
17855 * gnus-art.el (article-strip-banner):
17856 Use gnus-extract-address-components instead of
17857 mail-header-parse-addresses to make it work with non-ASCII text;
17858 remove mail-encode-encoded-word-string.
17859
17860 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17861 values which are surrounded with \"...\"; make it never cause a
17862 Lisp error; give up parsing of parameters if it failed in
17863 extracting type.
17864
17865 2006-02-14 Arne Jørgensen <arne@arnested.dk>
17866
17867 * smime.el (smime-cert-by-ldap-1): Fix bug where
17868 `smime-ldap-search' returns results without userCertificates.
17869
17870 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17871
17872 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17873
17874 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17875
17876 * spam.el (spam-check-spamassassin-headers): Adapt format for
17877 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
17878 <ari@mbf.ocn.ne.jp>.
17879 (spam-list-of-processors): Add spam-use-gmane.
17880
17881 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17882
17883 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17884 make-temp-file; make it work with XEmacs as well.
17885
17886 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17887 mm-make-temp-file.
17888
17889 * mm-decode.el (mm-display-external): Use the 3rd arg of
17890 mm-make-temp-file.
17891 (mm-create-image-xemacs): Ditto.
17892
17893 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17894
17895 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17896 with message-narrow-to-headers.
17897 (gnus-draft-setup): Narrow to header to run message-fetch-field.
17898 (gnus-draft-check-draft-articles): New function.
17899 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17900
17901 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17902
17903 * gnus-art.el (gnus-article-browse-html-parts):
17904 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17905 Don't use suffix argument for mm-make-temp-file for Emacs 21
17906 compatibility. Remove useless `format'.
17907
17908 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17909
17910 * nnweb.el (nnweb-google-wash-article): Update regexps.
17911 (nnweb-group-alist): Use defvoo instead of defvar.
17912
17913 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17914
17915 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17916 re-loading nn* modules.
17917
17918 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
17919
17920 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17921 for `tool-bar-mode' and don't check it's default-value.
17922
17923 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17924
17925 * message.el (message-make-tool-bar): Ditto.
17926
17927 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17928 `substring'. Shorten tmp-file name.
17929
17930 * gnus.el: Remove bogus comment.
17931
17932 2006-02-10 Hynek Schlawack <hynek@ularx.de>
17933
17934 * gnus-art.el (gnus-article-browse-html-parts): New function.
17935 (gnus-article-browse-html-article): New function for viewing html
17936 articles with a browser.
17937
17938 2006-02-09 Daiki Ueno <ueno@unixuser.org>
17939
17940 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17941 (mml2015-pgg-encrypt): Ditto.
17942
17943 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17944 (mml1991-pgg-encrypt): Ditto.
17945
17946 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17947
17948 * nnfolder.el (nnfolder-insert-newsgroup-line):
17949 Use message-make-date instead of current-time-string.
17950
17951 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17952 to gnus-decoded which mm-uu might set.
17953
17954 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17955
17956 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17957 don't decode quoted parameters; remove misimported Emacs code.
17958 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17959 (rfc2231-decode-encoded-string): Don't use split-string which
17960 behaves differently according to Emacs version; use
17961 mm-decode-coding-region to convert charset to coding-system.
17962 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17963 (rfc2231-encode-string): Remove misimported Emacs code.
17964
17965 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17966
17967 * gnus-art.el (article-decode-charset): Don't use ignore-errors
17968 when calling mail-header-parse-content-type.
17969 (article-de-quoted-unreadable): Ditto.
17970 (article-de-base64-unreadable): Ditto.
17971 (article-wash-html): Ditto.
17972
17973 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17974 calling mail-header-parse-content-type and
17975 mail-header-parse-content-disposition.
17976 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17977 mail-header-parse-content-type.
17978
17979 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17980 insert charset and format parameters; encode description after
17981 inserting it to buffer.
17982 (mml-insert-parameter): Fold lines properly even if a parameter is
17983 segmented into two or more lines; change the max column to 76.
17984
17985 * rfc1843.el (rfc1843-decode-article-body): Don't use
17986 ignore-errors when calling mail-header-parse-content-type.
17987
17988 * rfc2231.el (rfc2231-parse-string): Return at least type if
17989 possible; don't cause an error even if it fails in parsing of
17990 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17991 (rfc2231-encode-string): Don't break lines at the beginning, leave
17992 it to mml-insert-parameter.
17993
17994 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17995 calling mail-header-parse-content-type.
17996
17997 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
17998
17999 * spam-report.el (spam-report-gmane-use-article-number):
18000 Improve doc string.
18001 (spam-report-gmane-internal): Check if a suitable header was found
18002 in the article.
18003
18004 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18005
18006 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18007 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18008
18009 2006-02-05 Romain Francoise <romain@orebokech.com>
18010
18011 Update copyright notices of all files in the gnus directory.
18012
18013 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18014
18015 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18016
18017 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18018
18019 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18020 segmented lines of parameter value to cope with Thunderbird 1.5
18021 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18022 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18023 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18024
18025 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18026
18027 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18028 parts.
18029
18030 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18031
18032 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18033 there's only one active file for all servers.
18034 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18035 solid groups. Gnus might have used a FAST request to select the group.
18036 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18037 and nnweb-search redundantly in the active file.
18038 (nnweb-request-list): Don't list bogus groups. There can only be one.
18039 (nnweb-request-create-group): Don't use ARGS.
18040 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18041 initializations. Let nnoo do the work.
18042
18043 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18044
18045 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18046 Say the part has been decoded.
18047
18048 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18049
18050 2006-01-31 Kevin Ryde <user42@zip.com.au>
18051
18052 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18053 mailcap-viewer-test-cache when there's no 'test clause, since that
18054 will invert the meaning of a "nil" test previously determined by
18055 mailcap-mailcap-entry-passes-test.
18056
18057 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18058
18059 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18060 compiling.
18061
18062 * gnus-sum.el: Ditto.
18063
18064 * message.el: Don't bind tool-bar-map when compiling.
18065
18066 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18067
18068 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18069
18070 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18071
18072 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18073 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18074 current Google Groups.
18075
18076 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18077
18078 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18079 and tool-bar-mode.
18080
18081 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18082 and tool-bar-mode.
18083
18084 * message.el (message-tool-bar-update): Simplify.
18085 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18086
18087 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18088 gnus-summary-buffer.
18089 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18090 gnus-summary-reply.
18091
18092 * gmm-utils.el (gmm): Add :version.
18093
18094 2006-01-26 Steve Youngs <steve@sxemacs.org>
18095
18096 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18097 Don't autoload.
18098
18099 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18100
18101 * gmm-utils.el (gmm-verbose): Add :group.
18102
18103 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18104
18105 * message.el: Change some comments WRT tool-bars.
18106
18107 * gnus-sum.el (gnus-summary-tool-bar)
18108 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18109 (gnus-summary-tool-bar-zap-list): New variables.
18110 (gnus-summary-make-tool-bar): Complete rewrite using
18111 `gmm-tool-bar-from-list'.
18112
18113 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18114 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18115 New variables.
18116 (gnus-group-make-tool-bar): Complete rewrite using
18117 `gmm-tool-bar-from-list'.
18118 (gnus-group-tool-bar-update): New function.
18119
18120 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18121
18122 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18123
18124 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18125 is dissected into a single part of which the type is the same as
18126 the given one; decode charset.
18127
18128 2006-01-21 Kevin Ryde <user42@zip.com.au>
18129
18130 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18131 into alists as symbol not string, since that's what
18132 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18133 look for.
18134
18135 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18136
18137 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18138 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18139
18140 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18141
18142 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18143
18144 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18145 (gnus-mime-security-button-menu): New definition.
18146 (gnus-mime-security-button-map): Use them.
18147 (gnus-mime-security-button-menu): New function.
18148 (gnus-insert-mime-security-button): Addition to help echo.
18149 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18150 (gnus-mime-security-pipe-part): New functions.
18151
18152 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18153 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18154
18155 * mm-decode.el (mm-handle-set-disposition): Remove.
18156 (mm-handle-set-description): Remove.
18157
18158 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18159
18160 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18161 (mm-w3m-standalone-supports-m17n-p): New function.
18162 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18163 w3m usage.
18164
18165 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18166 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18167
18168 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18169
18170 * message.el (message-tool-bar-zap-list):
18171 Use gmm-tool-bar-zap-list as custom type.
18172 (message-tool-bar-update): New function.
18173 (message-tool-bar, message-tool-bar-gnome)
18174 (message-tool-bar-retro): Add message-tool-bar-update.
18175 (message-tool-bar-gnome): Add flyspell-buffer.
18176
18177 * gnus-util.el (gnus-error): Describe `args'.
18178
18179 * gmm-utils.el (gmm-error): Describe `args'.
18180 (gmm-tool-bar-zap-list): New widget.
18181 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18182
18183 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18184
18185 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18186 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18187 the number of recursive calls.
18188
18189 * mm-decode.el (mm-handle-set-disposition): New macro.
18190 (mm-handle-set-description): New macro.
18191
18192 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18193
18194 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18195 encoding.
18196
18197 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18198
18199 * message.el (message-tool-bar-zap-list, message-tool-bar)
18200 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18201 (message-tool-bar-local-item-from-menu): Remove.
18202 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18203 (message-make-tool-bar): New function.
18204 (message-mode): Use `message-make-tool-bar'.
18205
18206 * gmm-utils.el: New file.
18207 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18208 (gmm-lazy): New widget copied from `nnmail.el'.
18209 (gmm-tool-bar-from-list): New function for creating customizable
18210 tool bars.
18211 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18212 output.
18213 (gmm): Add :prefix to defgroup.
18214
18215 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18216
18217 * gmm-utils.el (gmm-widget-p): New function.
18218
18219 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18220
18221 * mml.el (mml-attach-file): Describe `description' in doc string.
18222 (mml-menu): Add Emacs MIME manual and PGG manual.
18223
18224 2006-01-20 Richard M. Stallman <rms@gnu.org>
18225
18226 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18227
18228 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18229
18230 * nntp.el (nntp-end-of-line): Doc fix.
18231
18232 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18233
18234 * imap.el (imap-open): Handle case where buffer is a buffer
18235 object.
18236
18237 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18238
18239 * gnus-delay.el (gnus-delay): Don't autoload.
18240 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18241 to be re-loaded when customizing the `gnus-delay' group.
18242
18243 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18244
18245 * message.el (message-insert-citation-line): Use newlines.
18246
18247 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18248
18249 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18250
18251 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18252
18253 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18254
18255 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18256
18257 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18258
18259 * mm-decode.el (mm-inlined-types): Add application/pgp.
18260 (mm-automatic-display): Ditto.
18261
18262 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18263 part as text.
18264
18265 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18266
18267 * nnrss.el: Update copyright.
18268 (nnrss-opml-import): Query whether to subscribe to each entry.
18269
18270 * gnus-art.el:
18271 * gnus-sum.el:
18272 * mm-uu.el:
18273 * mm-view.el: Update copyright.
18274
18275 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18276
18277 * message.el (message-info): New function.
18278 (message-mode-menu): Add it.
18279 Update copyright.
18280
18281 * ChangeLog: Fix and update copyright.
18282
18283 2006-01-13 Romain Francoise <romain@orebokech.com>
18284
18285 * message.el (message-forward-subject-name-subject): Prefer the
18286 address to 'nowhere' if the sender has no name.
18287 Fix typo. Update copyright year.
18288
18289 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18290
18291 * gnus-art.el (article-wash-html):
18292 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18293 (gnus-article-wash-html-with-w3m-standalone): New function.
18294
18295 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18296 mm-inline-text-html-render-with-w3m-standalone.
18297 (mm-text-html-washer-alist): Map w3m-standalone to
18298 gnus-article-wash-html-with-w3m-standalone.
18299 (mm-inline-text-html-render-with-w3m-standalone): New function.
18300
18301 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18302
18303 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18304 Improve LaTeX.
18305
18306 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18307
18308 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18309 (nnrss-request-article): Render text/plain parts as HTML.
18310
18311 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18312 the buffer.
18313
18314 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18315
18316 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18317 custom definition of `gnus-posting-styles'.
18318
18319 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18320 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18321
18322 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18323
18324 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18325 Use nntp for bug archive.
18326
18327 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18328
18329 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18330 parts.
18331 (nnrss-normalize-date): New function converts ISO 8601 date into
18332 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18333 (nnrss-check-group): Use it.
18334
18335 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18336
18337 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18338
18339 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18340 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18341 (nnrss-insert-w3): Ditto.
18342
18343 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18344
18345 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18346 the articles to be forwarded including the case where neither a
18347 number of articles nor a region is specified.
18348
18349 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18350
18351 * nnrss.el (nnrss-request-article): Fix last change; fill
18352 text/plain parts.
18353
18354 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18355
18356 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18357 in text/plain part.
18358 (nnrss-check-group): Don't add excessive newline to dc:subject.
18359
18360 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18361
18362 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18363 article.
18364
18365 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18366
18367 * nnml.el: Don't require gnus-bcklg. Autoload it.
18368 (nnml-use-compressed-files, nnml-save-mail): Support other
18369 comression programs such as bzip2.
18370
18371 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18372
18373 * dns.el (query-dns): Make sure we check the buffer size before
18374 removing tcp headers.
18375
18376 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18377
18378 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18379 remove MIME buttons associated with multipart/alternative parts.
18380 (gnus-mime-display-alternative): Tag buttons using `article-type'
18381 text property.
18382
18383 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18384 associated with multipart/alternative parts.
18385
18386 * gnus-art.el (gnus-signature-separator): Fix custom type.
18387
18388 * mm-decode.el (mm-inlined-types): Fix custom type.
18389 (mm-keep-viewer-alive-types): Ditto.
18390 (mm-automatic-display): Ditto.
18391 (mm-attachment-override-types): Ditto.
18392 (mm-inline-override-types): Ditto.
18393 (mm-automatic-external-display): Ditto.
18394
18395 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18396
18397 * spam-report.el (spam-report-user-mail-address)
18398 (spam-report-user-agent): New variables.
18399 (spam-report-url-ping-plain): Use spam-report-user-agent.
18400
18401 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18402
18403 * gnus-art.el (gnus-button-handle-custom): Do not just use
18404 `customize-apropos' for any "M-x customize-*" button but the
18405 function called for. Accept both the function name and its
18406 argument in order to achieve this.
18407 (gnus-button-alist): Remove support for "custom:" URL's.
18408 Pass function name to `gnus-button-handle-custom' in case of "M-x
18409 customize-*" buttons.
18410
18411 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18412
18413 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18414 multipart/alternative and add xref to mm-discouraged-alternatives
18415 in doc string.
18416
18417 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18418 gnus-buttonized-mime-types in doc string.
18419
18420 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18421
18422 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18423 Suggest image/.* in the doc string.
18424
18425 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18426
18427 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18428 message-marks (Debian bug #342521).
18429
18430 2005-12-12 Simon Josefsson <jas@extundo.com>
18431
18432 * password.el (password-read-from-cache): Add.
18433 (password-read): Use it.
18434
18435 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18436
18437 * rfc2047.el (rfc2047-charset-to-coding-system):
18438 Recognize us-ascii as a MIME charset.
18439
18440 * mm-bodies.el (mm-decode-content-transfer-encoding):
18441 Protect against the case where the 2nd arg TYPE is nil.
18442
18443 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18444
18445 * pop3.el (pop3-stream-type): Fix custom version.
18446
18447 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18448
18449 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18450
18451 * mm-decode.el (mm-display-external): Add missing cdr.
18452
18453 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18454
18455 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18456 RFC1524) if it is in mailcap or add a suffix according to
18457 mailcap-mime-extensions when generating a temp filename; postpone
18458 deleting a temp file for 2 seconds for some wrappers, shell
18459 scripts, and so on, which might exit right after having started a
18460 viewer command as a background job.
18461
18462 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18463
18464 * nntp.el (nntp-marks-directory): Fix custom group.
18465
18466 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18467 steps when < 10.
18468
18469 * gnus-start.el (gnus-no-server-1):
18470 Mention `gnus-level-default-subscribed' in doc string.
18471
18472 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18473
18474 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18475 parens.
18476
18477 2005-11-26 Dave Love <fx@gnu.org>
18478
18479 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18480 (tls-program, tls-success): Provide openssl alternative.
18481
18482 * starttls.el: Doc fixes.
18483 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18484 SERVICE to PORT.
18485
18486 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18487 port null or service name.
18488 (starttls-negotiate): Autoload.
18489
18490 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18491
18492 * message.el (message-kill-to-signature): Fix interactive spec.
18493
18494 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18495
18496 * pop3.el (pop3-open-server): Recognize a string as a service name.
18497
18498 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
18499
18500 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18501
18502 2005-11-23 Dave Love <fx@gnu.org>
18503
18504 Add pop3s, pop3/starttls.
18505
18506 * pop3.el (pop3-authentication-scheme): Clarify doc.
18507 (open-tls-stream, starttls-open-stream): Autoload.
18508 (pop3-stream-type): New.
18509 (pop3-open-server): Use it.
18510
18511 * mail-source.el (mail-sources): Fix some :types. Add stream type
18512 for POP.
18513 (mail-source-keyword-map): Add :stream for POP.
18514 (mail-source-fetch-pop): Use pop3-stream-type.
18515
18516 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18517
18518 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18519 of current-time-string.
18520
18521 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18522
18523 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18524 date header.
18525
18526 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18527
18528 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
18529 it can seriously impact performance as it bypasses the agent's
18530 local caches.
18531
18532 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18533
18534 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18535 must be explicitly online rather than "not explicitly offline" for
18536 its flags to be synchronized.
18537
18538 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18539 that gnus-uu-unmark-thread will function correctly.
18540
18541 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18542 1024K is instead displayed as 1M.
18543
18544 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18545
18546 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18547
18548 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18549
18550 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18551
18552 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18553
18554 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18555 error message to display actual error condition.
18556 (gnus-agent-save-local): Avoid saving symbols that are bound to
18557 nil as they simply result in a warning message in
18558 gnus-agent-read-local.
18559
18560 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18561
18562 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18563 rather than make-variable-buffer-local for file-precious-flag.
18564
18565 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18566
18567 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18568 for duplicates which are removed. The invalid sort check then
18569 triggers a rescan after the sort as sorting may have moved
18570 duplicate entries such that they can be cheaply detected.
18571
18572 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18573
18574 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18575
18576 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18577
18578 * gnus-agent.el (gnus-agent-article-alist-save-format):
18579 Change internal variable to a custom variable. Change default value
18580 from compressed(2) to uncompressed(1).
18581 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18582 support for uncompressed agentview files. Taken together, reading
18583 the agentview file should now be 6-7 times faster.
18584
18585 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
18586
18587 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18588 as a buffer-local variable. This avoids creating truncated
18589 dribble files as a result of a hang up, eg.
18590
18591 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18592
18593 * gnus-start.el (gnus-start-draft-setup):
18594 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18595
18596 * gnus.el (gnus-splash): Change custom group.
18597 (gnus-group-get-parameter, gnus-group-parameter-value):
18598 Describe allow-list argument.
18599
18600 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18601 string.
18602
18603 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18604
18605 * gnus-art.el (gnus-default-article-saver): Add user-defined
18606 `function' to custom type.
18607
18608 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18609
18610 * imap.el (imap-open): Handle case where buffer is a buffer
18611 object.
18612
18613 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18614
18615 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18616 long lines.
18617 (gnus-cache-delete-group): Wrap doc strings.
18618
18619 * gnus-agent.el (gnus-agent-rename-group)
18620 (gnus-agent-delete-group): Wrap doc strings.
18621
18622 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18623
18624 * gnus-start.el (gnus-1): Add "native" to
18625 gnus-predefined-server-alist.
18626
18627 * gnus.el (gnus-method-to-server): Don't add "native" to the
18628 lists here, because that leads to problems when
18629 gnus-select-method is bound.
18630
18631 2005-11-09 Simon Josefsson <jas@extundo.com>
18632
18633 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18634 use (not sort-by-date) instead.
18635
18636 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18637
18638 * gnus-delay.el (gnus-delay-group): Don't autoload.
18639 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18640 to be re-loaded when customizing the `gnus-delay' group.
18641
18642 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18643
18644 * message.el: Revert last changes.
18645 (message-insert-citation-line): Use newlines.
18646
18647 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18648
18649 * message.el (message-courtesy-message)
18650 (message-mark-insert-begin, message-mark-insert-end)
18651 (message-elide-ellipsis, message-cancel-message)
18652 (message-add-header, message-change-subject)
18653 (message-cross-post-followup-to-header)
18654 (message-cross-post-insert-note, message-reduce-to-to-cc)
18655 (message-widen-reply, message-delete-not-region)
18656 (message-kill-to-signature, message-insert-signature)
18657 (message-insert-importance-high, message-insert-importance-low)
18658 (message-insert-or-toggle-importance)
18659 (message-insert-disposition-notification-to)
18660 (message-indent-citation, message-yank-original)
18661 (message-cite-original-without-signature, message-cite-original)
18662 (message-insert-citation-line, message-position-on-field)
18663 (message-fix-before-sending, message-send-mail-partially)
18664 (message-send-mail, message-send-mail-with-sendmail)
18665 (message-send-mail-with-qmail, message-send-news)
18666 (message-check-news-header-syntax, message-generate-headers)
18667 (message-insert-courtesy-copy, message-fill-address)
18668 (message-fill-header, message-shorten-references)
18669 (message-setup-1, message-cancel-news)
18670 (message-forward-make-body-plain, message-forward-make-body-mime)
18671 (message-forward-make-body-mml, message-encode-message-body)
18672 (message-forward-make-body-digest-plain)
18673 (message-forward-make-body-digest-mime)
18674 (message-use-alternative-email-as-from): Insert `hard-newline'
18675 instead of ordinary newlines.
18676
18677 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
18678
18679 * message.el (message-generate-headers): Downcase the argument
18680 given to message-check-element.
18681
18682 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
18683
18684 * nntp.el (nntp-authinfo-rejected): New error condition.
18685 (nntp-wait-for): Use new error condition to signal authentication
18686 error.
18687 (nntp-retrieve-data): Rethrow new error condition to break out of
18688 recursive call to nntp-send-authinfo.
18689
18690 2005-11-08 Romain Francoise <romain@orebokech.com>
18691
18692 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18693 (gnus-summary-exit-map): Bind to `Z p'.
18694 (gnus-summary-make-menu-bar): Add menu item.
18695
18696 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
18697
18698 * gnus-art.el (gnus-article-treat-custom): Add `first'.
18699 (gnus-treat-*): Add `first' in all doc strings.
18700
18701 * gnus-group.el (gnus-group-compact-group): Fix typo.
18702
18703 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
18704
18705 * gnus.el (gnus-parameters-case-fold-search): New variable.
18706 (gnus-parameters-get-parameter): Use it.
18707
18708 * gnus-score.el (gnus-home-score-file): Doc fix.
18709
18710 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
18711
18712 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18713
18714 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
18715
18716 * mm-util.el (mm-special-display-p): New function.
18717
18718 * mml.el (mml-preview): Use it; doc fix.
18719
18720 2005-10-29 Romain Francoise <romain@orebokech.com>
18721
18722 * message.el (message-fix-before-sending): Fix comment.
18723
18724 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18725
18726 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18727
18728 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18729
18730 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18731 Used in gnus-score.el.
18732
18733 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
18734
18735 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18736
18737 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
18738
18739 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18740 whitespace removed in revision 7.8. Use concatenated string to
18741 protect trailing whitespace.
18742
18743 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
18744
18745 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18746 (nnimap-request-expire-articles): Use it to avoid sending 'UID
18747 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18748 Courier IMAP ("some version from 2004"). Mostly based on similar
18749 code in the same function.
18750
18751 2005-10-26 Didier Verna <didier@xemacs.org>
18752
18753 * gnus-group.el (gnus-group-compact-group): Invalidate original
18754 article buffer.
18755 * gnus-srvr.el (gnus-server-compact-server): Ditto.
18756 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18757 NOV database and in article itself.
18758 Invalidate article backlog.
18759
18760 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18761
18762 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18763
18764 2005-10-26 Simon Josefsson <jas@extundo.com>
18765
18766 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18767 part of 2004-07-25 change.
18768
18769 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18770
18771 * message.el (message-display-completion-list): New function.
18772 (message-expand-group): Use it; make sure the Completions buffer
18773 is modifiable.
18774
18775 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18776
18777 * imap.el (imap-open): Handle case where buffer is a buffer object.
18778
18779 2005-10-24 Eli Zaretskii <eliz@gnu.org>
18780
18781 * pgg-def.el:
18782 * pgg-gpg.el:
18783 * pgg-parse.el:
18784 * pgg-pgp.el:
18785 * pgg-pgp5.el:
18786 * pgg.el: Move to the parent lisp directory.
18787
18788 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18789
18790 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18791 user-mail-name is an empty string.
18792
18793 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18794
18795 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18796 depending on gnus-score-decay-constant.
18797
18798 * encrypt.el (encrypt-insert-file-contents)
18799 (encrypt-write-file-contents): Don't use `gnus-message'.
18800
18801 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18802 arguments.
18803 (mm-uu-type-alist): Add message-marks and insert-marks.
18804 Pass arguments to mm-uu-verbatim-marks-extract.
18805 (mm-uu-hide-markers): New variable.
18806 (mm-uu-extract): Use face similar to `gnus-cite-3'.
18807
18808 * gnus-fun.el (gnus-convert-image-to-x-face-command)
18809 (gnus-convert-image-to-face-command): Use "convert" by default to
18810 allow other input image formats.
18811 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18812 accordingly.
18813
18814 2005-10-23 Simon Josefsson <jas@extundo.com>
18815
18816 * imap.el (imap-gssapi-program): Align command line parameters
18817 with latest GNU SASL.
18818 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18819
18820 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18821
18822 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18823 HTML.
18824 (nnslashdot-request-article): Ditto.
18825
18826 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18827
18828 * mail-source.el (mail-source-fetch-pop): Require pop3.
18829 (mail-source-check-pop): Ditto.
18830
18831 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
18832
18833 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18834 errors.
18835
18836 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
18837
18838 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18839 (gnus-treat-strip-leading-blank-lines): Improve doc string.
18840
18841 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18842
18843 * mm-bodies.el (mm-decode-string):
18844 Call `mm-charset-to-coding-system' with allow-override argument.
18845
18846 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18847
18848 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18849 (rfc2047-charset-to-coding-system): New function.
18850 (rfc2047-decode-encoded-words): New function.
18851 (rfc2047-decode-region): Use them.
18852 (rfc2047-decode-cte): Remove.
18853 (rfc2047-parse-and-decode): Remove.
18854 (rfc2047-decode): Remove.
18855
18856 2005-10-15 Kenichi Handa <handa@m17n.org>
18857
18858 * rfc2047.el (rfc2047-decode-cte): New function.
18859 (rfc2047-decode-region): Change the way to decode successive
18860 encoded-words: decode B- or Q-encoding in each encoded-word,
18861 concatenate them, and decode it as charset.
18862
18863 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18864
18865 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
18866 widget-move-and-invoke.
18867 (gnus-custom-mode): Use gnus-custom-map.
18868
18869 2005-10-15 Bill Wohler <wohler@newt.com>
18870
18871 * message.el (message-tool-bar-map): Rename image file from
18872 mail_send to mail/send.
18873
18874 2005-10-16 Masatake YAMATO <jet@gyve.org>
18875
18876 * message.el (message-expand-group): Pass the common
18877 prefix substring of completion to `display-completion-list'.
18878
18879 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
18880
18881 * mml-sec.el (mml-secure-method): New internal variable.
18882 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18883 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18884 New functions using mml-secure-method.
18885
18886 * mml.el (mml-mode-map): Add key bindings for those functions.
18887 (mml-menu): Simplify security menu entries. Suggested by Jesper
18888 Harder <harder@myrealbox.com>.
18889 (mml-attach-file, mml-attach-buffer, mml-attach-external):
18890 Goto end of message if point is the headers of the message.
18891
18892 * message.el (message-in-body-p): New function.
18893
18894 * assistant.el: Autoload gnus-util and netrc.
18895
18896 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18897 Use `mm-charset-override-alist' only when decoding.
18898
18899 * mm-bodies.el (mm-decode-body):
18900 Call `mm-charset-to-coding-system' with allow-override argument.
18901
18902 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18903 `filename' from Content-Disposition if Content-Type doesn't
18904 provide `name'.
18905 (gnus-mime-view-part-as-type): Set default instead of
18906 initial-input.
18907
18908 2005-10-09 Daniel Brockman <daniel@brockman.se>
18909
18910 * format-spec.el (format-spec): Propagate text properties of % spec.
18911
18912 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18913
18914 * gnus-art.el (gnus-treat-predicate): Add `first'.
18915
18916 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18917
18918 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18919 (mm-charset-override-alist): New variable.
18920 (mm-charset-to-coding-system): Use it.
18921 (mm-codepage-setup): New helper function.
18922 (mm-charset-eval-alist): New variable.
18923 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18924 Warn about unknown charsets.
18925
18926 2005-10-04 David Hansen <david.hansen@gmx.net>
18927
18928 * nnrss.el (nnrss-request-article): Add support for the comments tag.
18929 (nnrss-check-group): Ditto.
18930
18931 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
18932
18933 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18934 Rename x-gnus-verbatim to x-verbatim.
18935 (mm-uu-type-alist): Fix regexp for verbatim-marks.
18936
18937 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18938 x-verbatim.
18939
18940 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18941
18942 * gnus-util.el (gnus-remove-duplicates): Remove.
18943
18944 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18945 instead of gnus-remove-duplicates.
18946
18947 * message.el (message-remove-duplicates): Remove.
18948 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18949 message-remove-duplicates.
18950
18951 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18952 available, else use implementation from `delete-dups'.
18953
18954 * message.el (message-insert-expires): New function.
18955 (message-mode-map): Add key binding.
18956 (message-mode-field-menu): Add menu entry.
18957 (message-mode): Document it.
18958 (message-make-expires-date): Use `message-make-date'.
18959
18960 2005-10-04 Josh Huber <huber@alum.wpi.edu>
18961
18962 * message.el (message-make-expires-date): New function.
18963
18964 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
18965
18966 * time-date.el: Autoload parse-time-string, XEmacs needs it.
18967
18968 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18969
18970 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18971 function rather than the diff-mode.el package.
18972 (mm-display-external): Use with-current-buffer.
18973 (mm-viewer-completion-map, mm-viewer-completion-map):
18974 Move initialization inside declaration.
18975
18976 2005-09-29 Simon Josefsson <jas@extundo.com>
18977
18978 * spam.el: Load hashcash when compiling, to avoid warnings.
18979 Don't autoload mail-check-payment.
18980 (spam-check-hashcash): Define unconditionally, since hashcash.el
18981 is part of Gnus now. Ignore errors from payment checking.
18982
18983 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
18984
18985 * message.el (message-bold-region, message-unbold-region):
18986 Rename from `bold-region' and `unbold-region'.
18987
18988 * message.el: Remove useless autoloads.
18989
18990 2005-09-28 Simon Josefsson <jas@extundo.com>
18991
18992 * message.el (message-use-idna): Default to t.
18993 (message-use-idna): Test whether encoding works too. Doc fix.
18994
18995 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
18996
18997 * nntp.el (nntp-warn-about-losing-connection): Remove.
18998
18999 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19000
19001 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19002 customizable. Change default value.
19003 (mm-uu-diff-groups-regexp): Change default value.
19004 (mm-uu-type-alist): Add doc string.
19005 (mm-uu-configure): Add doc string. Make it interactive.
19006 (mm-uu-tex-groups-regexp): New variable.
19007 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19008 (mm-uu-type-alist): Add LaTeX documents.
19009 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19010 of "text/verbatim".
19011 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19012
19013 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19014 instead of "text/verbatim".
19015
19016 * message.el (message-mark-inserted-region)
19017 (message-mark-insert-file): Use slrn style marks when called with
19018 prefix argument.
19019
19020 2005-09-27 Simon Josefsson <jas@extundo.com>
19021
19022 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19023
19024 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19025
19026 * message.el (message-remove-duplicates): New function.
19027 Implementation borrowed from `gnus-remove-duplicates'.
19028 (message-idna-to-ascii-rhs): Also encode idna addresses in
19029 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19030 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19031 only ask about the same idna domain once per header and also tell
19032 in what header to replace the idna domain.
19033
19034 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19035 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19036 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19037 a header is decoded and not just the last one.
19038
19039 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19040
19041 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19042 has been decoded.
19043
19044 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19045 (mm-insert-part): Don't modify text if it has been decoded.
19046
19047 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19048 decoded.
19049
19050 * mm-view.el (mm-inline-text): Don't strip text props unless
19051 decoding enriched or richtext parts.
19052
19053 2005-09-25 Romain Francoise <romain@orebokech.com>
19054
19055 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19056 * gnus-start.el (gnus-subscribe-interactively):
19057 * gnus-uu.el (gnus-uu-grab-articles):
19058 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19059 space.
19060
19061 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19062
19063 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19064 * mm-view.el (mm-view-pkcs7-decrypt):
19065 * gnus-sum.el (gnus-summary-limit-to-extra)
19066 (gnus-summary-respool-article, gnus-read-move-group-name):
19067 * gnus-score.el (gnus-summary-increase-score):
19068 * gnus-util.el (gnus-completing-read-with-default):
19069 * gnus-art.el (gnus-read-save-file-name)
19070 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19071 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19072 * message.el (message-check-news-header-syntax):
19073 Follow convention for reading with the minibuffer.
19074
19075 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19076
19077 * spam-report.el (spam-report-url-ping-plain):
19078 Use gnus-extended-version as User-Agent.
19079
19080 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19081 default value is nil.
19082
19083 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19084 (mm-uu-verbatim-marks-extract): New function.
19085 (mm-uu-extract): New face.
19086 (mm-uu-copy-to-buffer): Use it.
19087
19088 * spam-report.el (spam-report-gmane-ham): Rename from
19089 `spam-report-gmane-unspam'.
19090 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19091 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19092
19093 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19094 Autoload.
19095 (spam-report-gmane-unregister-routine):
19096 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19097
19098 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19099
19100 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19101 (spam-report-gmane-unregister-routine): Add support for gmane
19102 unregistration.
19103
19104 * spam-report.el (spam-report-gmane-unspam)
19105 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19106 (spam-report-gmane): Change to take a single article and do unspam
19107 registration.
19108
19109 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19110
19111 * mm-url.el (mm-url-decode-entities): Fix regexp.
19112
19113 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19114
19115 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19116 default to nil, to be able to use Gnus at all. If the default
19117 switches to something else, then the function should be fixed not
19118 be exceedingly slow.
19119
19120 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19121
19122 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19123 fail hard.
19124
19125 * spam-report.el: Add better Keywords line.
19126
19127 * spam.el: Add Maintainer and better Keywords line.
19128
19129 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19130
19131 * gnus-art.el (gnus-article-replace-part)
19132 (gnus-mime-replace-part): New functions.
19133 (gnus-mime-action-alist, gnus-mime-button-commands)
19134 (gnus-mime-save-part-and-strip): Add file argument.
19135 (gnus-article-part-wrapper): Add interactive argument.
19136
19137 * gnus-sum.el (gnus-summary-mime-map):
19138 Add `gnus-article-replace-part'.
19139
19140 2005-09-19 Didier Verna <didier@xemacs.org>
19141
19142 The nnml compaction feature:
19143 * nnml.el (nnml-request-compact-group): New function.
19144 * nnml.el (nnml-request-compact): New function.
19145 * gnus-int.el (gnus-request-compact-group): New function.
19146 * gnus-int.el (gnus-request-compact): New function.
19147 * gnus-group.el (gnus-group-compact-group): New function.
19148 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19149 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19150 * gnus-srvr.el (gnus-server-compact-server): New function.
19151 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19152 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19153
19154 2005-09-18 Deepak Goel <deego@gnufans.org>
19155
19156 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19157 format spec.
19158
19159 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19160
19161 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19162
19163 2005-09-15 Romain Francoise <romain@orebokech.com>
19164
19165 * message.el (message-fill-paragraph): Clarify docstring.
19166
19167 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19168
19169 * gnus-art.el (gnus-mime-display-part): Protect against broken
19170 MIME messages.
19171
19172 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19173
19174 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19175 before parsing header.
19176
19177 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19178
19179 * html2text.el (html2text-replace-list): Add new entities.
19180
19181 2005-09-11 Romain Francoise <romain@orebokech.com>
19182
19183 * message.el (message-alternative-emails): Improve docstring.
19184 (message-setup-1): Call `message-use-alternative-email-as-from'
19185 after `message-setup-hook' to give it precedence over posting
19186 styles, etc.
19187 (message-use-alternative-email-as-from): Add docstring.
19188 Remove the original From header if present.
19189
19190 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19191 (nnml-save-mail): Use it.
19192
19193 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19194 articles. Add new argument `silent'.
19195 (gnus-uu-mark-all): Report the total number of marked articles.
19196
19197 2005-09-10 Romain Francoise <romain@orebokech.com>
19198
19199 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19200 (gnus-uu-mark-series): Likewise.
19201
19202 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19203
19204 * spam-report.el (spam-report-gmane): Fix generation of spam
19205 report URL.
19206
19207 2005-09-10 Simon Josefsson <jas@extundo.com>
19208
19209 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19210 t, based on discussion on the ding list with Robert Epprecht
19211 <epprecht@solnet.ch>.
19212
19213 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19214
19215 * spam-report.el (spam-report-gmane): Make it work without
19216 X-Report-Spam header. Gmane now only provides Archived-At.
19217 This is only used if `spam-report-gmane-use-article-number' is nil.
19218 (spam-report-gmane-spam-header): Remove. Not used anymore.
19219
19220 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19221 make `gnus-summary-sort-by-recipient' work with threading.
19222
19223 * nnweb.el (nnweb-google-wash-article): Print a message if article
19224 is not available.
19225
19226 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19227
19228 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19229 change. Decode text/* parts content before displaying.
19230
19231 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19232
19233 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19234
19235 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19236
19237 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19238
19239 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19240
19241 * message.el (message-tab-body-function): Fix mismatched custom type.
19242
19243 * gnus.el (gnus-group-change-level-function): Ditto.
19244
19245 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19246
19247 * gnus-art.el (gnus-signature-limit)
19248 (gnus-article-mime-part-function): Ditto.
19249
19250 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19251
19252 * mml.el (mml-mode): Silence the byte compiler.
19253
19254 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19255 using `(sit-for 0)' before moving the point to the specified part;
19256 skip unbuttonized parts.
19257 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19258 return to the summary window if gnus-auto-select-part is non-nil.
19259
19260 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19261
19262 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19263 New variables.
19264 (mml-dnd-attach-file, mml-mode): Use them.
19265
19266 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19267 Make fetching article by MID work again for Google Groups.
19268 Add FIXME concerning gnus-group-make-web-group.
19269
19270 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19271 Don't depend on Gnus by using mail-extract-address-components if
19272 gnus-extract-address-components is not bound.
19273
19274 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19275
19276 * gnus-art.el (gnus-mime-display-security): Don't display the
19277 signature, but only the signed part.
19278
19279 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19280
19281 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19282
19283 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19284 list, not listp.
19285
19286 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19287
19288 * mm-encode.el (mm-encode-content-transfer-encoding):
19289 Likewise when encoding.
19290
19291 * mm-bodies.el (mm-decode-content-transfer-encoding):
19292 De-canonicalize CRLF for all text content types, not just
19293 text/plain.
19294
19295 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19296
19297 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19298 valid article; point arrow and cursor at the MIME button.
19299
19300 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19301
19302 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19303 Suggested by Dan Christensen <jdc@uwo.ca>.
19304
19305 * mm-decode.el (mm-save-part): Enable change of prompt.
19306
19307 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19308
19309 * gnus-msg.el (gnus-inews-add-send-actions):
19310 Make `message-post-method' lambda parameter ARG `&optional'.
19311
19312 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19313
19314 * gnus-sum.el (gnus-summary-mime-map):
19315 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19316 gnus-article-jump-to-part.
19317
19318 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19319 (gnus-article-edit-part): Use it.
19320 (gnus-article-part-wrapper): Add no-handle argument.
19321 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19322 New functions.
19323
19324 2005-08-29 Romain Francoise <romain@orebokech.com>
19325
19326 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19327 docstring.
19328 (gnus-face-from-file): Likewise.
19329
19330 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19331
19332 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19333 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19334 non-nil.
19335 (gnus-auto-select-part): New variable.
19336 (gnus-article-jump-to-part): New function.
19337 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19338 (gnus-mime-delete-part): Allow selecting specified part after
19339 deleting or stripping parts.
19340 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19341 part if argument is bogus.
19342
19343 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19344
19345 * gnus-art.el (w3m-minor-mode-map):
19346 * gnus-spec.el (gnus-newsrc-file-version):
19347 * gnus-util.el (nnmail-active-file-coding-system)
19348 (gnus-original-article-buffer, gnus-user-agent):
19349 * gnus.el (gnus-ham-process-destinations)
19350 (gnus-parameter-ham-marks-alist)
19351 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19352 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19353 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19354 * mm-decode.el (gnus-current-window-configuration):
19355 * mm-extern.el (gnus-article-mime-handles):
19356 * mm-url.el (url-current-object, url-package-name)
19357 (url-package-version):
19358 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19359 (smime-keys, w3m-cid-retrieve-function-alist)
19360 (w3m-current-buffer, w3m-display-inline-images)
19361 (w3m-minor-mode-map):
19362 * mml-smime.el (gnus-extract-address-components):
19363 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19364 (gnus-newsrc-hashtb, message-default-charset)
19365 (message-deletable-headers, message-options)
19366 (message-posting-charset, message-required-mail-headers)
19367 (message-required-news-headers):
19368 * mml1991.el (mc-pgp-always-sign):
19369 * mml2015.el (mc-pgp-always-sign):
19370 * nnheader.el (nnmail-extra-headers):
19371 * rfc1843.el (gnus-decode-encoded-word-function)
19372 (gnus-decode-header-function, gnus-newsgroup-name):
19373 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19374
19375 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19376
19377 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19378 the end of the date treatments.
19379
19380 2005-08-15 Simon Josefsson <jas@extundo.com>
19381
19382 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19383 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19384 Capello and Romain Francoise.
19385 (pgg-fetch-key-function): Remove, not used?
19386 (pgg-insert-url-with-w3): Require url, to get
19387 url-insert-file-contents regardless of where it is defined.
19388
19389 2005-08-13 Romain Francoise <romain@orebokech.com>
19390
19391 * message.el (message-cite-original-1): New function.
19392 (message-cite-original): Use it.
19393 (message-cite-original-without-signature): Ditto.
19394
19395 2005-08-08 Romain Francoise <romain@orebokech.com>
19396
19397 * message.el (message-yank-empty-prefix): New variable.
19398 (message-indent-citation): Use it.
19399 (message-cite-original-without-signature): Respect X-No-Archive.
19400
19401 2005-08-08 Simon Josefsson <jas@extundo.com>
19402
19403 * pgg.el: Autoload url-insert-file-contents instead of loading
19404 w3/url.
19405 (pgg-insert-url-with-w3): Don't load url here.
19406
19407 2005-08-07 Jesper Harder <harder@phys.au.dk>
19408
19409 * message.el (message-kill-to-signature): Don't insert newline at
19410 bol.
19411 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19412
19413 2005-08-06 Romain Francoise <romain@orebokech.com>
19414
19415 * message.el (message-user-fqdn): Fix typo in docstring.
19416
19417 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19418
19419 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19420
19421 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19422
19423 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19424
19425 * mm-bodies.el (mm-encode-body): Use coding system rather than
19426 charset to encode text.
19427
19428 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19429 number of charsets if utf-8 is available (XEmacs).
19430
19431 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19432
19433 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19434 taken from `gnus-button-mid-or-mail-regexp'.
19435 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19436 (gnus-button-alist): Improve regexp for domain part of the MIDs
19437 for news:localpart@domain buttons.
19438 (gnus-button-ctan-directory-regexp): Update.
19439
19440 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19441
19442 * sieve-manage.el (sieve-manage-interactive-login):
19443 Use make-local-variable rather than make-variable-buffer-local.
19444 (sieve-manage-open): Ditto.
19445 (sieve-manage-authenticate): Ditto.
19446
19447 * mml.el (mml-generate-mime-1): Make the content type default to
19448 text/plain if the filename is not specified.
19449
19450 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19451
19452 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19453 instead of insert-buffer.
19454
19455 * message.el (message-yank-original): Ditto; set the mark at the
19456 end of the yanked message.
19457
19458 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19459
19460 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19461 lines to scroll rather than to stop it.
19462
19463 * mml.el (mml-generate-default-type): Add doc string.
19464 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19465 default to application/octet-stream when determining the content
19466 type if it is not specified for the part or the mml contents; add
19467 a comment about mml-generate-default-type.
19468
19469 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19470
19471 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19472 make it default to application/octet-stream when determining the
19473 content type if it is not specified for the external contents.
19474
19475 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19476
19477 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19478 segmented parameter but also other parameters might be there.
19479
19480 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19481
19482 * mm-decode.el (mm-display-external): Delete temp file, directory
19483 and buffer immediately if the external process is exited.
19484
19485 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19486
19487 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19488 fewer lines than that of scroll-margin.
19489 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19490
19491 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19492
19493 * gnus-art.el (gnus-article-next-page): Revert.
19494 (gnus-article-beginning-of-window): New macro.
19495 (gnus-article-next-page-1): Use it.
19496 (gnus-article-prev-page): Ditto.
19497 (gnus-article-edit-part): Use insert-buffer-substring instead of
19498 insert-buffer.
19499 (gnus-article-edit-exit): Ditto.
19500
19501 * gnus-util.el (gnus-beginning-of-window): Remove.
19502 (gnus-end-of-window): Remove.
19503
19504 2005-07-25 Simon Josefsson <jas@extundo.com>
19505
19506 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19507 to have the url package without w3. Reported by Daiki Ueno
19508 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19509
19510 2005-07-20 Didier Verna <didier@xemacs.org>
19511
19512 * gnus-diary.el: Remove the description comment (nndiary is now
19513 properly documented in the Gnus manual).
19514 Fix the spelling of "Back End".
19515 * nndiary.el: Ditto.
19516 Fix the copyright notice.
19517
19518 2005-07-18 Romain Francoise <romain@orebokech.com>
19519
19520 * gnus-sum.el (gnus-summary-to-prefix)
19521 (gnus-summary-newsgroup-prefix): New variables.
19522 (gnus-summary-from-or-to-or-newsgroups): Use them.
19523
19524 2005-07-17 Romain Francoise <romain@orebokech.com>
19525
19526 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19527 space as it's generally not especially interesting to the user.
19528
19529 2005-07-16 Romain Francoise <romain@orebokech.com>
19530
19531 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19532 nil to avoid prompting and file modification if one of the
19533 messages at the top of the nnfolder file contains a copyright
19534 notice.
19535 Update copyright notice.
19536
19537 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19538 instead of `current-time-string' as the latter creates a time
19539 string that is not RFC 2822 compliant (it lacks the zone).
19540 Update copyright notice.
19541
19542 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19543
19544 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19545 for text/rtf. Display default in prompt. Pass default for M-n.
19546
19547 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19548
19549 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19550
19551 * gnus-msg.el (gnus-button-mailto):
19552 Remove save-selected-window-window hackery because it relies on
19553 save-selected-window internals.
19554
19555 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19556
19557 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19558 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19559 (gnus-article-prev-page): Ditto.
19560
19561 * gnus-util.el (gnus-beginning-of-window): New function.
19562 (gnus-end-of-window): New function.
19563
19564 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19565
19566 * gnus-score.el (gnus-score-edit-all-score):
19567 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19568 gnus-message.
19569
19570 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19571
19572 * gnus-msg.el (gnus-button-mailto):
19573 Remove save-selected-window-window hackery because it relies on
19574 save-selected-window internals.
19575
19576 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
19577
19578 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19579 add-minor-mode.
19580 (gnus-binary-mode): Ditto.
19581
19582 * gnus-topic.el (gnus-topic-mode): Ditto.
19583
19584 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
19585
19586 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19587 (gnus-article-prev-page): Take scroll-margin into consideration.
19588
19589 2005-07-04 Lute Kamstra <lute@gnu.org>
19590
19591 Update FSF's address in GPL notices.
19592
19593 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19594
19595 * gnus.el (gnus-exit):
19596 * gnus-group.el (gnus-group-icons):
19597 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19598
19599 * gnus-nocem.el (gnus-nocem):
19600 * message.el (message-various, message-buffers, message-sending)
19601 (message-interface, message-forwarding, message-insertion)
19602 (message-headers, message-news, message-mail):
19603 * pgg-gpg.el (pgg-gpg):
19604 * pgg-parse.el (pgg-parse):
19605 * pgg-pgp.el (pgg-pgp):
19606 * pgg-pgp5.el (pgg-pgp5):
19607 * pop3.el (pop3): Finish `defgroup' description with period.
19608
19609 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
19610
19611 * gnus-art.el (article-display-face): Improve the efficiency.
19612 (article-display-x-face): Ditto; remove gray x-face stuff.
19613
19614 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
19615
19616 * gnus-art.el (article-display-face): Correct the position in
19617 which Faces are inserted.
19618
19619 2005-06-29 Didier Verna <didier@xemacs.org>
19620
19621 * gnus-art.el (article-display-face): Display faces in correct
19622 order.
19623
19624 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19625
19626 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19627 (gnus-fill-real-hashtb): Use hash table instead of obarray.
19628 (gnus-nocem-check-article): Fetch the Type header.
19629 (gnus-nocem-message-wanted-p): Fix the way to examine types.
19630 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19631 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19632 make sure gnus-nocem-hashtb is initialized.
19633 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19634 (gnus-nocem-unwanted-article-p): Ditto.
19635
19636 * pgg.el (pgg-verify): Return the verification result.
19637
19638 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19639
19640 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19641 is ascii.
19642
19643 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19644
19645 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19646 `show-nonbreak-escape'.
19647
19648 2005-06-23 Lute Kamstra <lute@gnu.org>
19649
19650 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19651
19652 * dig.el (dig-mode):
19653 * smime.el (smime-mode): Use gnus-run-mode-hooks.
19654
19655 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19656
19657 * nnimap.el (nnimap-split-download-body): Fix spellings.
19658
19659 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19660
19661 * gnus-art.el (gnus-article-encrypt-body):
19662 * gnus-cus.el (gnus-score-customize):
19663 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19664 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19665
19666 2005-06-16 Arne Jørgensen <arne@arnested.dk>
19667
19668 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19669 header by looking for magic "MII" at the beginning.
19670
19671 2005-06-16 Miles Bader <miles@gnu.org>
19672
19673 * assistant.el (assistant-field): Remove "-face" suffix from face name.
19674 (assistant-field-face): New backward-compatibility alias for renamed
19675 face.
19676 (assistant-render-text): Use renamed assistant-field face.
19677
19678 * spam.el (spam): Remove "-face" suffix from face name.
19679 (spam-face): New backward-compatibility alias for renamed face.
19680 (spam-face, spam-initialize): Use renamed spam face.
19681
19682 * message.el (message-header-to, message-header-cc)
19683 (message-header-subject, message-header-newsgroups)
19684 (message-header-other, message-header-name)
19685 (message-header-xheader, message-separator, message-cited-text)
19686 (message-mml): Remove "-face" suffix from face names.
19687 (message-header-to-face, message-header-cc-face)
19688 (message-header-subject-face, message-header-newsgroups-face)
19689 (message-header-other-face, message-header-name-face)
19690 (message-header-xheader-face, message-separator-face)
19691 (message-cited-text-face, message-mml-face):
19692 New backward-compatibility aliases for renamed faces.
19693 (message-font-lock-keywords): Use renamed message faces.
19694
19695 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19696 (sieve-test-commands, sieve-tagged-arguments):
19697 Remove "-face" suffix from face names.
19698 (sieve-control-commands-face, sieve-action-commands-face)
19699 (sieve-test-commands-face, sieve-tagged-arguments-face):
19700 New backward-compatibility aliases for renamed faces.
19701 (sieve-control-commands-face, sieve-action-commands-face)
19702 (sieve-test-commands-face, sieve-tagged-arguments-face):
19703 Use renamed sieve faces.
19704
19705 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19706 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19707 (gnus-group-news-3-empty, gnus-group-news-4)
19708 (gnus-group-news-4-empty, gnus-group-news-5)
19709 (gnus-group-news-5-empty, gnus-group-news-6)
19710 (gnus-group-news-6-empty, gnus-group-news-low)
19711 (gnus-group-news-low-empty, gnus-group-mail-1)
19712 (gnus-group-mail-1-empty, gnus-group-mail-2)
19713 (gnus-group-mail-2-empty, gnus-group-mail-3)
19714 (gnus-group-mail-3-empty, gnus-group-mail-low)
19715 (gnus-group-mail-low-empty, gnus-summary-selected)
19716 (gnus-summary-cancelled, gnus-summary-high-ticked)
19717 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19718 (gnus-summary-high-ancient, gnus-summary-low-ancient)
19719 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19720 (gnus-summary-low-undownloaded)
19721 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19722 (gnus-summary-low-unread, gnus-summary-normal-unread)
19723 (gnus-summary-high-read, gnus-summary-low-read)
19724 (gnus-summary-normal-read, gnus-splash):
19725 Remove "-face" suffix from face names.
19726 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19727 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19728 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19729 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19730 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19731 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19732 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19733 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19734 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19735 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19736 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19737 (gnus-summary-selected-face, gnus-summary-cancelled-face)
19738 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19739 (gnus-summary-normal-ticked-face)
19740 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19741 (gnus-summary-normal-ancient-face)
19742 (gnus-summary-high-undownloaded-face)
19743 (gnus-summary-low-undownloaded-face)
19744 (gnus-summary-normal-undownloaded-face)
19745 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19746 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19747 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19748 (gnus-splash-face):
19749 New backward-compatibility aliases for renamed faces.
19750 (gnus-group-startup-message): Use renamed gnus faces.
19751
19752 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19753 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19754 (gnus-server-agent): Remove "-face" suffix from face names.
19755 (gnus-server-agent-face, gnus-server-opened-face)
19756 (gnus-server-closed-face, gnus-server-denied-face)
19757 (gnus-server-offline-face):
19758 New backward-compatibility aliases for renamed faces.
19759 (gnus-server-agent-face, gnus-server-opened-face)
19760 (gnus-server-closed-face, gnus-server-denied-face)
19761 (gnus-server-offline-face): Use renamed gnus faces.
19762
19763 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19764 Remove "-face" suffix from face names.
19765 (gnus-picon-xbm-face, gnus-picon-face):
19766 New backward-compatibility aliases for renamed faces.
19767
19768 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19769 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19770 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19771 (gnus-cite-11): Remove "-face" suffix from face names.
19772 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19773 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19774 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19775 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19776 New backward-compatibility aliases for renamed faces.
19777 (gnus-cite-attribution-face, gnus-cite-face-list)
19778 (gnus-article-boring-faces): Use renamed gnus faces.
19779
19780 * gnus-art.el (gnus-signature, gnus-header-from)
19781 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19782 (gnus-header-content): Remove "-face" suffix from face names.
19783 (gnus-signature-face, gnus-header-from-face)
19784 (gnus-header-subject-face, gnus-header-newsgroups-face)
19785 (gnus-header-name-face, gnus-header-content-face):
19786 New backward-compatibility aliases for renamed faces.
19787 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19788
19789 * gnus-sum.el (gnus-summary-selected-face)
19790 (gnus-summary-highlight): Use renamed gnus faces.
19791 * gnus-group.el (gnus-group-highlight): Likewise.
19792
19793 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19794
19795 * gnus-sieve.el (gnus-sieve-article-add-rule):
19796 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19797 * spam-stat.el (spam-stat-buffer-change-to-spam)
19798 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19799
19800 * message.el (message-is-yours-p):
19801 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19802
19803 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
19804
19805 * mm-view.el (mm-inline-text): Withdraw the last change.
19806
19807 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19808
19809 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19810 executing enriched-decode.
19811
19812 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
19813
19814 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19815 charset of tar files.
19816
19817 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19818
19819 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19820
19821 2005-06-04 Lute Kamstra <lute@gnu.org>
19822
19823 * nnfolder.el (nnfolder-read-folder): Make sure that undo
19824 information is never recorded.
19825
19826 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19827
19828 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19829
19830 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
19831
19832 * pop3.el (pop3-apop): Run md5 in the binary mode.
19833
19834 * starttls.el (starttls-set-process-query-on-exit-flag):
19835 Use eval-and-compile.
19836
19837 2005-05-31 Simon Josefsson <jas@extundo.com>
19838
19839 * smime.el (smime-replace-in-string): Define.
19840 (smime-cert-by-ldap-1): Use it.
19841
19842 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
19843
19844 * gnus-art.el (article-display-x-face): Replace
19845 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19846
19847 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19848 set-process-query-on-exit-flag or process-kill-without-query.
19849
19850 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19851 loop instead of replace-regexp.
19852
19853 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19854 instead of process-kill-without-query if it is available.
19855
19856 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19857 instead of find-file-hooks if it is available.
19858
19859 * mml1991.el: Bind pgg-default-user-id when compiling.
19860
19861 * mml2015.el: Bind pgg-default-user-id when compiling.
19862
19863 * nndraft.el (nndraft-request-associate-buffer):
19864 Use write-contents-functions instead of write-contents-hooks if it is
19865 available.
19866
19867 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19868 instead of find-file-hooks if it is available.
19869
19870 * nntp.el (nntp-open-connection): Replace
19871 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19872 (nntp-open-ssl-stream): Ditto.
19873 (nntp-open-tls-stream): Ditto.
19874
19875 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19876 set-process-query-on-exit-flag or process-kill-without-query.
19877 (starttls-open-stream-gnutls): Use it instead of
19878 process-kill-without-query.
19879 (starttls-open-stream): Ditto.
19880
19881 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
19882
19883 * smime.el (smime-cert-by-ldap-1): Don't use
19884 replace-regexp-in-string.
19885
19886 2005-05-31 Arne Jørgensen <arne@arnested.dk>
19887
19888 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19889
19890 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19891 in PEM format. Adjust to the XEmacs compatibility.
19892
19893 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
19894
19895 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19896 by `string-to-number'.
19897 * gnus-agent.el (gnus-agent-regenerate-group)
19898 (gnus-agent-fetch-articles): Ditto.
19899 * gnus-art.el (gnus-button-fetch-group): Ditto.
19900 * gnus-cache.el (gnus-cache-generate-active)
19901 (gnus-cache-articles-in-group): Ditto.
19902 * gnus-group.el (gnus-group-set-current-level)
19903 (gnus-group-insert-group-line): Ditto.
19904 * gnus-score.el (gnus-score-set-expunge-below)
19905 (gnus-score-set-mark-below, gnus-summary-score-effect)
19906 (gnus-summary-score-entry): Ditto.
19907 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19908 (gnus-soup-pack): Ditto.
19909 * gnus-spec.el (gnus-xmas-format): Ditto.
19910 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19911 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19912 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19913 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19914 * nndb.el (nndb-get-remote-expire-response): Ditto.
19915 * nndiary.el (nndiary-parse-schedule-value)
19916 (nndiary-string-to-number, nndiary-request-replace-article)
19917 (nndiary-request-article): Ditto.
19918 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19919 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19920 * nneething.el (nneething-make-head): Ditto.
19921 * nnfolder.el (nnfolder-request-article)
19922 (nnfolder-retrieve-headers): Ditto.
19923 * nnheader.el (nnheader-file-to-number): Ditto.
19924 * nnkiboze.el (nnkiboze-request-article): Ditto.
19925 * nnmail.el (nnmail-process-unix-mail-format)
19926 (nnmail-process-babyl-mail-format): Ditto.
19927 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19928 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19929 (nnmh-request-create-group, nnmh-request-list-1)
19930 (nnmh-request-group, nnmh-request-article): Ditto.
19931 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19932 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19933 * nnsoup.el (nnsoup-make-active): Ditto.
19934 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19935 * nntp.el (nntp-find-group-and-number)
19936 (nntp-retrieve-headers-with-xover): Ditto.
19937 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19938 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19939 (pgg-format-key-identifier): Ditto.
19940 * pop3.el (pop3-last, pop3-stat): Ditto.
19941 * qp.el (quoted-printable-decode-region): Ditto.
19942
19943 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19944 of concat.
19945
19946 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
19947
19948 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19949
19950 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19951
19952 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19953
19954 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19955
19956 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19957
19958 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19959
19960 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19961 (gnus-carpal-mode): Ditto.
19962
19963 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19964 (gnus-browse-mode): Ditto.
19965
19966 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19967
19968 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19969
19970 2005-05-29 Richard M. Stallman <rms@gnu.org>
19971
19972 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19973
19974 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19975
19976 * gnus-util.el (gnus-run-mode-hooks): New function.
19977
19978 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19979
19980 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19981
19982 * gnus-agent.el (gnus-agent-make-mode-line-string):
19983 Use mode-line-highlight as mouse-face.
19984
19985 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
19986
19987 * canlock.el (canlock): Change the parent group to news.
19988
19989 * deuglify.el (gnus-outlook-deuglify): Add :group.
19990
19991 * dig.el (dig): Add :group.
19992
19993 * dns-mode.el (dns-mode): Add :group.
19994
19995 * encrypt.el (encrypt): Add :group.
19996
19997 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19998 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19999 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20000 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20001 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20002
20003 * gnus-diary.el (gnus-diary): Add :group.
20004
20005 * gnus.el (gnus-group-news-1-face): Add :group.
20006 (gnus-group-news-1-empty-face): Ditto.
20007 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20008 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20009 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20010 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20011 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20012 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20013 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20014 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20015 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20016 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20017 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20018 (gnus-summary-high-ticked-face): Ditto.
20019 (gnus-summary-low-ticked-face): Ditto.
20020 (gnus-summary-normal-ticked-face): Ditto.
20021 (gnus-summary-high-ancient-face): Ditto.
20022 (gnus-summary-low-ancient-face): Ditto.
20023 (gnus-summary-normal-ancient-face): Ditto.
20024 (gnus-summary-high-undownloaded-face): Ditto.
20025 (gnus-summary-low-undownloaded-face): Ditto.
20026 (gnus-summary-normal-undownloaded-face): Ditto.
20027 (gnus-summary-high-unread-face): Ditto.
20028 (gnus-summary-low-unread-face): Ditto.
20029 (gnus-summary-normal-unread-face): Ditto.
20030 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20031 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20032
20033 * hashcash.el (hashcash): New custom group.
20034 (hashcash-default-payment): Add :group.
20035 (hashcash-payment-alist): Ditto.
20036 (hashcash-default-accept-payment): Ditto.
20037 (hashcash-accept-resources): Ditto.
20038 (hashcash-path): Ditto.
20039 (hashcash-extra-generate-parameters): Ditto.
20040 (hashcash-double-spend-database): Ditto.
20041 (hashcash-in-news): Ditto.
20042
20043 * message.el (message-minibuffer-local-map): Add :group.
20044
20045 * netrc.el (netrc): Add :group.
20046
20047 * sieve-manage.el (sieve-manage-log): Add :group.
20048 (sieve-manage-default-user): Diito.
20049 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20050 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20051 (sieve-manage-authenticators): Ditto.
20052 (sieve-manage-authenticator-alist): Ditto.
20053 (sieve-manage-default-port): Ditto.
20054
20055 * sieve-mode.el (sieve-control-commands-face): Add :group.
20056 (sieve-action-commands-face): Ditto.
20057 (sieve-test-commands-face): Ditto.
20058 (sieve-tagged-arguments-face): Ditto.
20059
20060 * smime.el (smime): Add :group.
20061
20062 * spam-report.el (spam-report): Add :group.
20063
20064 * spam.el (spam, spam-face): Add :group.
20065
20066 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20067
20068 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20069 return \n.\n.\n at the end of articles. Protect against that.
20070 (nntp-with-open-group): Allow debugging.
20071
20072 * nnheader.el (mail-header-set-extra): Make into a function
20073 because I just could't understand how to quote the list properly.
20074
20075 * dns.el (query-dns-cached): New function.
20076
20077 2005-05-26 Lute Kamstra <lute@gnu.org>
20078
20079 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20080
20081 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20082
20083 * gnus-art.el: Don't autoload mail-extract-address-components.
20084
20085 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20086 eval-and-compile to evaluate it.
20087
20088 * hashcash.el: Don't autoload executable-find.
20089
20090 * nndb.el: Don't declare the nndb back end two or more times; don't
20091 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20092
20093 * nntp.el: Autoload format-spec instead of format; use
20094 eval-and-compile to evaluate autoload forms.
20095
20096 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20097
20098 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20099
20100 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20101
20102 * gnus.el (gnus-version-number): Bump version.
20103
20104 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20105
20106 * gnus.el: No Gnus v0.3 is released.
20107
20108 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20109
20110 * gnus-art.el (gnus-article-edit-part): Disable undo.
20111
20112 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20113
20114 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20115 gnus-article-date-lapsed-new-header is t if date timer is active;
20116 skip headers in which the original date value is empty.
20117 (gnus-article-save-original-date): Redefine it as a macro.
20118 (gnus-display-mime): Use it.
20119
20120 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20121
20122 * gnus-art.el (article-date-ut): Support converting date in
20123 forwarded parts as well.
20124 (gnus-article-save-original-date): New function.
20125 (gnus-display-mime): Use it.
20126
20127 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20128
20129 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20130 enclosure element of <item>.
20131
20132 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20133
20134 * message.el (message-kill-buffer-query): Rename from
20135 `message-kill-buffer-query-if-modified'. Add :version.
20136
20137 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20138
20139 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20140 window layout.
20141
20142 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20143
20144 * mml.el: Autoload dnd when compiling.
20145
20146 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20147
20148 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20149 x-dnd-*.
20150
20151 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20152
20153 * qp.el (quoted-printable-encode-region): Save excursion.
20154
20155 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20156
20157 * message.el (message-kill-buffer-query-if-modified): Add new variable
20158 so the user can kill a modified message buffer quickly.
20159 (message-kill-buffer): Use it.
20160
20161 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20162
20163 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20164 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20165
20166 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20167
20168 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20169 contained in text because xml.el decodes entities) with LFs.
20170
20171 2005-04-11 Lute Kamstra <lute@gnu.org>
20172
20173 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20174 differently.
20175
20176 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20177
20178 * mm-util.el (mm-detect-coding-region): Typo.
20179
20180 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20181
20182 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20183
20184 2005-04-06 Deepak Goel <deego@gnufans.org>
20185
20186 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20187 user-function allow user modifications of the scores.
20188 (spam-stat-score-buffer-user): New function, to allow
20189 user-computed modifications to the score.
20190 (spam-stat-score-buffer-user-functions): List of additional
20191 scoring functions.
20192 (spam-stat-error-holder): Global temporary error holder.
20193 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20194 variable.
20195
20196 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20197
20198 * gnus-registry.el (gnus-registry-clean-empty-function)
20199 (gnus-registry-trim, gnus-registry-fetch-groups)
20200 (gnus-registry-delete-group): Groups that match
20201 `gnus-registry-ignored-groups' are removed from the registry
20202 entries, not just ignored for splitting. This helps clean up the
20203 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20204 to get all the groups a message ID is in.
20205
20206 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20207 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20208 (spam-stat-score-buffer-user-functions): Add :number custom type.
20209
20210 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20211
20212 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20213 argument in XEmacs.
20214
20215 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20216 (nnrss-request-group): Decode group name first.
20217 (nnrss-request-article): Make a text/plain article if mml-to-mime
20218 failed.
20219 (nnrss-get-encoding): Return a compatible encoding according to
20220 nnrss-compatible-encoding-alist.
20221 (nnrss-find-el): Use consp instead of listp.
20222 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20223
20224 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20225
20226 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20227 which Emacs 20 doesn't support.
20228 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20229
20230 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20231
20232 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20233 silence the byte compiler inside the defun.
20234
20235 * gnus-demon.el (parse-time-string): Add autoload.
20236
20237 * gnus-delay.el (parse-time-string): Add autoload.
20238
20239 * gnus-art.el (parse-time-string): Add autoload.
20240
20241 * nnultimate.el (parse-time): Require for `parse-time-string'.
20242
20243 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20244
20245 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20246
20247 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20248
20249 * smime.el (smime-ldap-host-list): Add :version.
20250
20251 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20252
20253 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20254 pass it to `gnus-browse-read-group'.
20255 (gnus-browse-read-group): Add NUMBER argument and pass it to
20256 `gnus-group-read-ephemeral-group'.
20257
20258 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20259 argument and pass it to `gnus-group-read-group'.
20260
20261 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20262
20263 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20264 mm-xemacs-find-mime-charset-1 if we have the mule feature
20265 available at runtime.
20266
20267 2005-03-25 Werner Lemberg <wl@gnu.org>
20268
20269 * nnmaildir.el: Replace `illegal' with `invalid'.
20270
20271 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20272
20273 * gnus-start.el (gnus-display-time-event-handler):
20274 Check display-time-timer at runtime rather than only at load time
20275 in case display-time-mode is turned off in the mean time.
20276
20277 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20278
20279 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20280 used.
20281
20282 * nneething.el (nneething-map-file-directory): Derive from
20283 `gnus-directory'.
20284
20285 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20286 the To/Cc button.
20287
20288 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20289
20290 * nnmaildir.el (nnmaildir-request-accept-article):
20291 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20292
20293 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20294
20295 * gnus-async.el: Require timer-funcs at compile time when in
20296 XEmacs for `run-with-idle-timer'.
20297
20298 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20299
20300 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20301 autoloaded function.
20302
20303 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20304
20305 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20306
20307 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20308
20309 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20310
20311 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20312
20313 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20314 Add gnus-expert-user to default.
20315
20316 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20317
20318 * nnimap.el (nnimap-open-server): Ditto.
20319
20320 * imap.el (imap-authenticate): Fix typo.
20321
20322 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20323
20324 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20325 buffer (since IMAP server might return FETCH response out of
20326 order, and the nntp buffer must be sorted).
20327
20328 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20329
20330 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20331 comparison on string.
20332
20333 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20334 (gnus-agent-score): Rename category keywords to match gnus-cus.
20335 (gnus-agent-summary-fetch-series): Modify to protect against
20336 gnus-agent-summary-fetch-group clearing processable flags.
20337 (gnus-agent-synchronize-group-flags): Update live group buffer as
20338 synchronization may occur due to the user toggle the plugged
20339 status.
20340 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20341 successfully downloaded.
20342 (gnus-agent-expire-group-1): Avoid using markers when the overview
20343 is in ascending order; greatly improves performance.
20344 (gnus-agent-regenerate-group):
20345 Use gnus-agent-synchronize-group-flags to reset read status in both
20346 gnus and server.
20347 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20348
20349 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20350
20351 * message.el: Don't autoload former message-utils variables.
20352 (message-strip-subject-trailing-was): Change doc string.
20353
20354 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20355 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20356 (nnweb-google-search): Add "hl=en" here.
20357 (nnweb-google-parse-1, nnweb-google-create-mapping):
20358 Don't hardcode URL.
20359
20360 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20361
20362 * message.el (message-get-reply-headers, message-followup):
20363 Mention related variables `message-use-followup-to' and
20364 `message-use-mail-followup-to', in the information buffer.
20365
20366 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20367 of broken groups(-beta).google.com.
20368
20369 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20370
20371 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20372 parameter to invoked gnus-request-move-article; remove the
20373 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20374 all at once instead of once per article.
20375 (gnus-summary-remove-process-mark): Accept a list of articles as
20376 well as a single article for processing.
20377
20378 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20379 parameter.
20380
20381 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20382
20383 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20384
20385 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20386 parameter.
20387
20388 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20389 parameter.
20390
20391 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20392 parameter and remove the gnus-sum-hint-move-is-internal variable.
20393
20394 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20395 parameter.
20396
20397 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20398 parameter.
20399
20400 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20401 parameter.
20402
20403 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20404
20405 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20406 parameter.
20407
20408 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20409 parameter.
20410
20411 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20412
20413 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20414 a more conservative way.
20415
20416 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20417
20418 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20419 buffer, so it moves the window's cursor.
20420
20421 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20422
20423 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20424 `mm-dissect-multipart' and receive the from field as an (optional)
20425 argument from `mm-dissect-multipart'.
20426 (mm-dissect-multipart): Receive the from field as an argument and
20427 pass it on when we call `mm-dissect-buffer' on MIME parts.
20428 Fixes verification/decryption of signed/encrypted MIME parts.
20429
20430 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20431
20432 * gnus-sum.el (gnus-summary-move-article):
20433 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20434 whatever it calls (right now, only nnimap-request-move article
20435 respects it).
20436
20437 * nnimap.el (nnimap-request-move-article):
20438 When gnus-sum-hint-move-is-internal is set, don't do the extra
20439 nnimap-request-article.
20440
20441 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20442
20443 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20444
20445 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20446 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20447
20448 * gnus-sum.el (gnus-summary-caesar-message):
20449 Apply `gnus-treat-article' after rotation.
20450
20451 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20452 doc string.
20453
20454 2005-02-22 Simon Josefsson <jas@extundo.com>
20455
20456 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20457 `password-cache-expiry' instead). Reported by Arne Jørgensen
20458 <arne@arnested.dk>.
20459 (encrypt): Add password-cache and password-cache-expiry as group
20460 members.
20461
20462 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20463
20464 * smime.el (smime-ldap-host-list): Doc fix.
20465 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20466 cache) password.
20467 (smime-sign-region): Use it.
20468 (smime-decrypt-region): Use it.
20469 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20470 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20471 fails.
20472 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20473 certificate from DER to PEM format rather than calling openssl.
20474
20475 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20476
20477 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20478 for signing/encryption.
20479
20480 * mml.el (mml-parse-1): Use them.
20481
20482 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20483
20484 * nnrss.el (nnrss-verbose): Remove.
20485 (nnrss-request-group): Use `nnheader-message' instead.
20486
20487 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20488
20489 * nnrss.el (nnrss-verbose): New variable.
20490 (nnrss-request-group): Make it say nnrss is requesting a group.
20491
20492 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20493
20494 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20495 Handle news URL with given port correctly.
20496
20497 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20498
20499 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20500 containing special characters.
20501
20502 * gnus-sum.el (gnus-summary-edit-article): Ditto.
20503
20504 * mml.el (mime-to-mml): Ditto.
20505
20506 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20507 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20508 (rfc2047-decode-region): Quote decoded words containing special
20509 characters when rfc2047-quote-decoded-words-containing-tspecials
20510 is non-nil.
20511
20512 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
20513
20514 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20515
20516 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20517
20518 2005-02-15 Simon Josefsson <jas@extundo.com>
20519
20520 * nnimap.el (nnimap-debug): Doc fix.
20521
20522 * imap.el (imap-debug): Doc fix.
20523
20524 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20525
20526 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20527
20528 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20529
20530 * gnus.el (spam-contents): Improve docs for spam-contents
20531 parameter in its variable incarnation.
20532
20533 2005-02-14 Simon Josefsson <jas@extundo.com>
20534
20535 * smime-ldap.el: Use require instead of load-library for ldap.
20536 (smime-ldap-search): Indent.
20537 (smime-ldap-search-internal): Shorten line.
20538
20539 * smime.el (smime-cert-by-dns): Add doc-string.
20540 (smime-cert-by-ldap-1): Indent.
20541
20542 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20543 mml-smime-get-dns-ldap.
20544 (mml-smime-encrypt-query): Use new function. Default to ldap.
20545
20546 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20547
20548 * smime.el: Require smime-ldap.
20549 (smime-ldap-host-list): New variable.
20550 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20551
20552 * mml-smime.el (mml-smime-encrypt-query): New function.
20553 (mml-smime-encrypt-query): Use it.
20554
20555 * smime-ldap.el: New file.
20556
20557 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20558
20559 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20560
20561 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20562
20563 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20564 argument in doc string. Make query for type more clear.
20565
20566 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20567
20568 * gnus.el (gnus-group-startup-message): Search for gnus images in
20569 etc/images/gnus.
20570 * mm-util.el (mm-image-load-path): Likewise.
20571 * smiley.el (smiley-data-directory): Search for smilies in
20572 etc/images/smilies.
20573
20574 2005-02-09 Kim F. Storm <storm@cua.dk>
20575
20576 Change Emacs release version from 21.4 to 22.1 throughout.
20577 Change Emacs development version from 21.3.50 to 22.0.50.
20578
20579 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20580
20581 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20582
20583 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20584 non-Mule XEmacs as well.
20585 (mm-decompress-buffer): Signal an error intentionally if it does
20586 not decompress compressed data because auto-compression-mode is
20587 disabled.
20588
20589 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
20590
20591 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20592 an ID in the registry even if it has no groups.
20593
20594 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
20595
20596 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20597 merge it into mm-decompress-buffer.
20598 (gnus-mime-copy-part): Use the MIME part charset, the value which
20599 a user specified or gnus-newsgroup-charset for decoding, like
20600 gnus-mime-inline-part does; set buffer-file-coding-system to tell
20601 save-buffer what was used. Suggested by Kevin Ryde
20602 <user42@zip.com.au>.
20603 (gnus-mime-inline-part): Allow the name parameter as well as the
20604 filename parameter; force decompressing of compressed data; always
20605 display contents being not decoded as unibyte.
20606
20607 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20608 as well as the filename parameter.
20609
20610 * mm-util.el (mm-decompress-buffer):
20611 Merge gnus-mime-jka-compr-maybe-uncompress.
20612 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20613 of compressed data.
20614
20615 2005-02-08 Simon Josefsson <jas@extundo.com>
20616
20617 * imap.el (imap-log): Doc fix.
20618
20619 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20620
20621 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20622 the coding cookies; decompress compressed parts.
20623
20624 * mml.el (mml-generate-mime-1): Add the charset parameter according
20625 to the value which a user specified manually or the coding cookie.
20626
20627 * mm-util.el (mm-string-to-multibyte): New function.
20628 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20629 (mm-coding-system-to-mime-charset): New function.
20630 (mm-decompress-buffer): New function.
20631 (mm-find-buffer-file-coding-system): New function.
20632
20633 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20634 (mm-display-inline-fontify): Rewrite for decoding and decompressing
20635 parts.
20636
20637 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20638
20639 * mm-view.el (mm-display-inline-fontify): Decode a part according
20640 to the charset parameter.
20641
20642 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
20643
20644 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20645 prefix arg is neither nil nor a number, as info specifies.
20646
20647 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
20648
20649 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20650 timestamps.
20651
20652 2005-02-02 Jari Aalto <jari.aalto@cante.net>
20653
20654 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20655 groups error checking and notify user.
20656
20657 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
20658
20659 * message.el (message-send-mail-function): Check existence of
20660 sendmail-program first before using default value
20661 `message-send-mail-with-sendmail'. Otherwise use more generic
20662 `smtpmail-send-it'.
20663
20664 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
20665
20666 * nntp.el (nntp-request-update-info): Always return nil.
20667
20668 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
20669
20670 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20671
20672 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20673
20674 * message.el (message-beginning-of-line): Change the behavior when
20675 invoked between BOL and : so that it first moves backward.
20676
20677 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20678
20679 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20680 article buffer when editing of the article is discarded.
20681 (gnus-article-prepare): Revert.
20682
20683 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20684
20685 * gnus-art.el (gnus-article-prepare):
20686 Remove message-strip-forbidden-properties from the local hook.
20687
20688 2005-01-27 Simon Josefsson <jas@extundo.com>
20689
20690 * password.el (password-cache-add): Only start one timer per key.
20691 Reported by Derek Atkins <warlord@MIT.EDU>.
20692
20693 2005-01-26 Steve Youngs <steve@sxemacs.org>
20694
20695 * run-at-time.el: Remove. It is no longer needed as
20696 timer-funcs.el in the xemacs-base package has a working version of
20697 `run-at-time'.
20698
20699 * password.el: Require timer-funcs instead of run-at-time in
20700 XEmacs.
20701 Remove `password-run-at-time' macro.
20702 (password-cache-add): Use `run-at-time' instead of
20703 `password-run-at-time'.
20704
20705 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20706 for `run-with-idle-timer'.
20707
20708 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20709 for `run-at-time'.
20710
20711 * mm-url.el: Require timer-funcs at compile time when in XEmacs
20712 for `with-timeout'.
20713
20714 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
20715
20716 * mml.el (mml-generate-mime-1): Convert string into unibyte when
20717 inserting " *mml*" buffer's contents into a unibyte temp buffer.
20718
20719 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
20720
20721 * mail-source.el (mail-source-fetch-imap): Search for ^From case
20722 sensitively.
20723
20724 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
20725
20726 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20727
20728 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
20729
20730 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20731 which will be inserted according to the multibyteness of a buffer
20732 rather than the type of contents. Suggested by ARISAWA Akihiro
20733 <ari@mbf.ocn.ne.jp>.
20734
20735 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20736 of string which old xml.el may return rather than a string.
20737
20738 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
20739
20740 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20741
20742 2005-01-16 Simon Josefsson <jas@extundo.com>
20743
20744 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20745 idn/idna.el isn't available.
20746 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
20747 <michael@waxrat.com>.
20748
20749 * hashcash.el: Remove non-FSF copyright header.
20750
20751 * hashcash.el (hashcash-extra-generate-parameters): New variable.
20752 (hashcash-generate-payment): Use it.
20753 (hashcash-generate-payment-async): Use it.
20754
20755 2005-01-15 Simon Josefsson <jas@extundo.com>
20756
20757 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20758 Suggested by Raymond Scholz <ray-2005@zonix.de>.
20759
20760 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20761 gnus-summary-idna-message.
20762 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20763 (gnus-summary-idna-message): New function.
20764
20765 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
20766
20767 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20768 gnus-novice-user.
20769
20770 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
20771
20772 * nnrss.el (nnrss-request-delete-group): Delete entries in
20773 nnrss-group-alist as well.
20774 (nnrss-save-server-data): Insert newline.
20775
20776 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
20777
20778 * gnus.el (gnus-user-agent): Use list of symbols instead of
20779 symbols. Display full version number for (S)XEmacs.
20780 Optionally display (S)XEmacs codename.
20781
20782 * gnus-util.el (gnus-emacs-version): Update for new
20783 `gnus-user-agent'.
20784
20785 * gnus-msg.el (gnus-extended-version): Make it possible to omit
20786 Gnus version.
20787
20788 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20789
20790 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
20791 which is unreadable in some setups.
20792
20793 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20794
20795 * gnus-spec.el (gnus-update-format-specifications): Flush the
20796 group format spec cache if it doesn't support decoded group names.
20797
20798 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
20799
20800 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20801 Allow to apply decay on score files matching a regexp.
20802
20803 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
20804
20805 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20806 compatibility in %g and %c.
20807
20808 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
20809
20810 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20811 name for only %g and %c.
20812 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20813 of gnus-tmp-group to decoded group name.
20814 (gnus-group-make-rss-group): Exclude `/'s from group names.
20815
20816 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
20817
20818 * nnrss.el (nnrss-get-encoding): Fix regexp.
20819
20820 2004-12-27 Simon Josefsson <jas@extundo.com>
20821
20822 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20823 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20824 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
20825
20826 2004-12-17 Kim F. Storm <storm@cua.dk>
20827
20828 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20829
20830 * gnus-sum.el (gnus-summary-mode-map): Likewise.
20831
20832 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20833
20834 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20835
20836 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
20837
20838 * nnrss.el: Require rfc2047 and mml.
20839 (nnrss-file-coding-system): New variable.
20840 (nnrss-format-string): Redefine it as an inline function.
20841 (nnrss-decode-group-name): New function.
20842 (nnrss-string-as-multibyte): Remove.
20843 (nnrss-retrieve-headers): Decode group name; don't use
20844 nnrss-format-string.
20845 (nnrss-request-group): Decode group name.
20846 (nnrss-request-article): Decode group name; allow a Message-ID as
20847 well as an article number; don't use nnrss-format-string; encode a
20848 Message-ID string which may contain non-ASCII characters; use
20849 mml-to-mime to compose a MIME article.
20850 (nnrss-request-expire-articles): Decode group name.
20851 (nnrss-request-delete-group): Decode group name.
20852 (nnrss-fetch): Clarify error message.
20853 (nnrss-read-server-data): Use insert-file-contents instead of load;
20854 bind file-name-coding-system; use multibyte buffer.
20855 (nnrss-save-server-data): Bind coding-system-for-write to the
20856 value of nnrss-file-coding-system; bind file-name-coding-system;
20857 add coding cookie.
20858 (nnrss-read-group-data): Use insert-file-contents instead of load;
20859 bind file-name-coding-system; use multibyte buffer.
20860 (nnrss-save-group-data): Bind coding-system-for-write to the
20861 value of nnrss-file-coding-system; bind file-name-coding-system.
20862 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20863 make it work with non-ASCII text.
20864 (nnrss-find-el): Make it work with old xml.el as well.
20865
20866 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20867
20868 * nnrss.el (nnrss-get-encoding): New function.
20869 (nnrss-fetch): Use unibyte buffer initially; bind
20870 coding-system-for-read while performing mm-url-insert; remove ^Ms;
20871 decode contents according to the encoding attribute.
20872 (nnrss-save-group-data): Add coding cookie.
20873 (nnrss-mime-encode-string): New function.
20874 (nnrss-check-group): Use it to encode subject and author.
20875
20876 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
20877
20878 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20879 imaginary variable.
20880
20881 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20882
20883 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20884 correctly even if there are wide characters.
20885
20886 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
20887
20888 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20889 downcased symbol names; make a new cache instead of reusing
20890 bbdb-hashtable.
20891
20892 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
20893
20894 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20895 concatenating segments rather than before concatenating them.
20896 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20897
20898 * message.el (message-get-reply-headers): Bind `extra'.
20899
20900 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20901
20902 * message.el (message-extra-wide-headers): New variable.
20903 (message-get-reply-headers): Use it.
20904
20905 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
20906
20907 * gnus-agent.el (gnus-agent-group-path): Decode group name.
20908 (gnus-agent-group-pathname): Ditto.
20909
20910 * gnus-cache.el (gnus-cache-file-name): Decode group name.
20911
20912 * gnus-group.el (gnus-group-make-group): Decode group name.
20913 (gnus-group-make-rss-group): Register the group data after opening
20914 the nnrss group.
20915
20916 2004-12-17 Paul Jarc <prj@po.cwru.edu>
20917
20918 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20919 by expiry now get marked as read.
20920
20921 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20922
20923 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20924
20925 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
20926
20927 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20928 unify Latin characters in XEmacs.
20929 (mm-find-mime-charset-region): Use it.
20930
20931 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20932
20933 * gnus-util.el (gnus-delete-directory): New function.
20934
20935 * gnus-agent.el (gnus-agent-delete-group): Use it.
20936
20937 * gnus-cache.el (gnus-cache-delete-group): Use it.
20938
20939 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
20940
20941 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20942 names.
20943
20944 2004-12-16 Simon Josefsson <jas@extundo.com>
20945
20946 * hashcash.el (hashcash-payment-alist): Fix custom :type.
20947
20948 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
20949
20950 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20951
20952 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20953 (gnus-group-set-current-level): Decode group name.
20954
20955 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
20956
20957 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20958 failed.
20959
20960 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
20961
20962 * gnus-group.el (gnus-group-delete-group): Decode group name.
20963 (gnus-group-make-rss-group): Encode group name.
20964 (gnus-group-catchup-current): Decode group name.
20965 (gnus-group-kill-group): Decode group name.
20966
20967 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
20968
20969 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20970
20971 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
20972
20973 * gnus-group.el (gnus-group-make-rss-group):
20974 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20975
20976 * gnus-start.el (gnus-setup-news): Honor user's setting to
20977 gnus-message-archive-method. Suggested by Lute Kamstra
20978 <lute@gnu.org>.
20979
20980 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
20981
20982 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20983 global counterparts of the buffer-local variables.
20984
20985 2004-11-16 Romain Francoise <romain@orebokech.com>
20986
20987 * gnus-sum.el (gnus-summary-exit): Don't clear the global
20988 counterparts of the buffer-local variables.
20989
20990 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20991
20992 * message.el (message-forbidden-properties): Fix typo in doc
20993 string.
20994
20995 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20996
20997 * gnus-util.el (gnus-replace-in-string): Add doc string.
20998
20999 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21000 to avoid problems when splitting mails with many recipients.
21001
21002 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21003
21004 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21005 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21006
21007 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21008
21009 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21010 if there is no hashtable in memory or file modification time is
21011 newer than cached timestamp.
21012
21013 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21014
21015 * gnus-sum.el (gnus-summary-limit-to-recipient):
21016 Implement not-matching option.
21017
21018 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21019
21020 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21021 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21022 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21023 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21024 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21025 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21026
21027 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21028
21029 * message.el (message-forward-make-body-mml): Remove headers
21030 according to message-forward-ignored-headers if a message is decoded.
21031
21032 2004-12-02 Romain Francoise <romain@orebokech.com>
21033
21034 * message.el (message-forward-make-body-plain): Always remove
21035 headers according to message-forward-ignored-headers.
21036
21037 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21038
21039 * spam.el (spam-summary-prepare-exit): Remove the
21040 gnus-summary-limit pop for now, it has problems with ham marks for
21041 me.
21042
21043 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21044
21045 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21046 correctly.
21047
21048 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21049
21050 * format-spec.el (format-spec): Message the char.
21051
21052 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21053
21054 * gnus-art.el (gnus-split-methods): Reformat comments.
21055
21056 * spam.el (spam-summary-prepare-exit): Remove article limits
21057 before exiting the summary buffer.
21058
21059 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21060
21061 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21062 order to silence the byte compiler.
21063
21064 * spam.el: Fix the way to silence the byte compiler, which
21065 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21066 bbdb-search-simple, spam-BBDB-register-routine,
21067 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21068 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21069 spam-stat-buffer-is-spam, spam-stat-load,
21070 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21071 spam-stat-save and spam-stat-split-fancy.
21072
21073 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21074
21075 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21076 which may confuse users.
21077 (canlock-password-for-verify): Ditto.
21078
21079 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21080
21081 * gnus-art.el (gnus-emphasis-alist): Ditto.
21082
21083 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21084
21085 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21086
21087 * gnus-start.el (gnus-save-killed-list): Ditto.
21088
21089 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21090 (gnus-sum-thread-tree-root): Ditto.
21091 (gnus-sum-thread-tree-false-root): Ditto.
21092 (gnus-sum-thread-tree-single-indent): Ditto.
21093
21094 * message.el (message-courtesy-message): Ditto.
21095 (message-archive-note): Ditto.
21096 (message-subscribed-address-file): Ditto.
21097 (message-user-fqdn): Ditto.
21098
21099 * spam-report.el (spam-report-gmane-regex): Ditto.
21100
21101 * spam.el (spam-blackhole-good-server-regex): Ditto.
21102
21103 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21104
21105 * mml.el (mml-preview): Widen the message buffer before copying
21106 the contents to the preview buffer; sort headers before previewing.
21107
21108 * message.el (message-hidden-headers): Fix the way to avoid a bug
21109 in the `repeat' widget in Emacs 21.3 or earlier.
21110
21111 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21112
21113 * message.el (message-hidden-headers): Default to "^References:".
21114 Improve customization type. Suggested by Reiner Steib
21115 <Reiner.Steib@gmx.de>.
21116
21117 2004-11-25 Romain Francoise <romain@orebokech.com>
21118
21119 * message.el (message-strip-forbidden-properties): Remove check for
21120 obsolete `message-hidden' text property, hidden headers are not
21121 accessible in the buffer anymore.
21122
21123 2004-11-22 Romain Francoise <romain@orebokech.com>
21124
21125 * message.el (message-header-format-alist): Add `From' in list
21126 so that it can be sorted.
21127 (message-fix-before-sending): Widen and sort headers before
21128 sending.
21129 (message-hide-headers): Use narrowing to hide headers by moving
21130 them to the top of the buffer and narrowing to the region
21131 underneath.
21132
21133 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21134
21135 * message.el (message-strip-forbidden-properties):
21136 Bind buffer-read-only (etc) to nil.
21137
21138 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21139
21140 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21141 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21142
21143 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21144
21145 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21146
21147 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21148
21149 * dns.el (query-dns): Use sit-for to time instead of
21150 accept-process-output, since that doesn't seem to work on udp
21151 sockets.
21152
21153 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21154
21155 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21156
21157 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21158
21159 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21160 doc string. Improve doc string.
21161
21162 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21163
21164 * nntp.el (nntp-request-update-info): Return nil if
21165 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21166 may not call gnus-activate-group which uselessly issues the GROUP
21167 commands for all nntp groups and wastes time. Reported by Romain
21168 Francoise <romain@orebokech.com>.
21169
21170 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21171
21172 2004-11-15 Simon Josefsson <jas@extundo.com>
21173
21174 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21175 headers separately.
21176 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21177 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21178
21179 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21180
21181 * gnus-start.el (gnus-convert-old-newsrc):
21182 Assign legacy-gnus-agent to 5.10.7.
21183
21184 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21185
21186 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21187 start of the lines.
21188
21189 2004-11-14 Magnus Henoch <mange@freemail.hu>
21190
21191 * hashcash.el (hashcash-default-payment): Change default to 20.
21192 (hashcash-default-accept-payment): Change default to 20.
21193 (hashcash-process-alist): New variable.
21194 (hashcash-generate-payment-async): Add.
21195 (hashcash-already-paid-p): Add.
21196 (hashcash-insert-payment): Don't generate payments twice.
21197 (hashcash-insert-payment-async): Add.
21198 (hashcash-insert-payment-async-2): Add.
21199 (hashcash-cancel-async): Add.
21200 (hashcash-wait-async): Add.
21201 (hashcash-processes-running-p): Add.
21202 (hashcash-wait-or-cancel): Add.
21203 (mail-add-payment): New optional argument. Conditionally start
21204 asynchronous calculation.
21205 (mail-add-payment-async): Add.
21206
21207 * message.el (message-send-mail): Wait for asynchronous hashcash
21208 results. Don't clobber existing X-Hashcash headers.
21209 (message-setup-1): Call mail-add-payment-async when
21210 message-generate-hashcash is non-nil.
21211
21212 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21213
21214 * message.el (message-use-alternative-email-as-from): Examine the
21215 From header as well; use message-make-from in order to include a
21216 user's full name.
21217
21218 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21219
21220 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21221 default; improve customization type.
21222 (gnus-emphasis-custom-with-format): New macro.
21223 (gnus-emphasis-custom-value-to-external): New function.
21224 (gnus-emphasis-custom-value-to-internal): New function.
21225
21226 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21227
21228 * dns.el (query-dns): Resolve reverse addresses.
21229
21230 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21231
21232 * gnus-group.el (gnus-group-get-new-news): Use it.
21233
21234 * gnus-start.el (gnus-check-reasonable-setup): New function.
21235
21236 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21237
21238 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21239 "Args out of range" error. Reported by Arnaud Giersch
21240 <arnaud.giersch@free.fr>.
21241
21242 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21243
21244 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21245
21246 2004-11-04 Richard M. Stallman <rms@gnu.org>
21247
21248 * spam.el (spam group): Add :version.
21249
21250 * pgg-def.el (pgg group): Add :version.
21251
21252 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21253
21254 * gnus-art.el (gnus-article-edit-article): Don't associate the
21255 article buffer with a draft file. This is a temporary measure
21256 against the 2004-08-22 change to gnus-article-edit-mode.
21257
21258 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21259
21260 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21261 (html2text-format-tags): Remove unused variable `attr'.
21262
21263 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21264
21265 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21266
21267 * spam-stat.el (spam-stat): Add :version.
21268
21269 * sieve.el (sieve): Add :version.
21270
21271 * sha1.el (sha1): Add :version.
21272 (sha1-use-external): Remove redundant version.
21273
21274 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21275 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21276 (nnmail-split-fancy-match-partial-words)
21277 (nnmail-split-lowercase-expanded): Add :version.
21278
21279 * nndiary.el (nndiary): Add :version.
21280
21281 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21282
21283 * mml-sec.el (mml-default-sign-method)
21284 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21285 Add :version.
21286
21287 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21288
21289 * mm-url.el (mm-url-use-external, mm-url-program)
21290 (mm-url-arguments): Add :version.
21291
21292 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21293 (mm-attachment-file-modes, mm-decrypt-option)
21294 (mm-w3m-safe-url-regexp): Add :version.
21295
21296 * message.el (message-cite-prefix-regexp)
21297 (message-sendmail-envelope-from, message-minibuffer-local-map)
21298 (message-user-fqdn, message-completion-alist): Add :version.
21299
21300 * gnus-win.el (gnus-configure-windows-hook)
21301 (gnus-use-frames-on-any-display): Add :version.
21302
21303 * gnus-art.el (gnus-article-address-banner-alist)
21304 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21305 (gnus-treat-from-picon, gnus-treat-mail-picon)
21306 (gnus-treat-x-pgp-sig): Add :version.
21307
21308 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21309 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21310 (gnus-summary-article-delete-hook)
21311 (gnus-summary-display-while-building): Add :version.
21312
21313 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21314 (gnus-get-top-new-news-hook): Add :version.
21315
21316 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21317 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21318
21319 * gnus-registry.el (gnus-registry): Add :version.
21320
21321 * gnus-spec.el (gnus-use-correct-string-widths)
21322 (gnus-make-format-preserve-properties): Add :version.
21323
21324 * gnus.el (gnus-group-charter-alist)
21325 (gnus-group-fetch-control-use-browse-url)
21326 (gnus-install-group-spam-parameters): Add :version.
21327
21328 * gnus-diary.el (gnus-diary): Add :version.
21329
21330 * gnus-delay.el (gnus-delay): Add :version.
21331
21332 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21333 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21334 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21335 Add :version.
21336
21337 * gnus-agent.el (gnus-agent-max-fetch-size)
21338 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21339 (gnus-agent-prompt-send-queue): Add :version.
21340
21341 * deuglify.el (gnus-outlook-deuglify): Add :version.
21342
21343 * html2text.el: Beautify code. Improve doc strings.
21344 Some checkdoc cleanup.
21345 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21346
21347 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21348
21349 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21350
21351 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21352
21353 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21354 when package is loaded.
21355
21356 * spam.el (spam-summary-score-preferred-header): Add global preference
21357 for people who want to override the default SpamAssassin over
21358 Bogofilter preference (when both are set).
21359 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21360 (spam-user-format-function-S):
21361 Check spam-summary-score-preferred-header.
21362 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21363 (spam-user-format-function-S): Format the score correctly.
21364
21365 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21366
21367 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21368 signature file. Suggested by Manoj Srivastava
21369 <srivasta@golden-gryphon.com>.
21370
21371 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21372 iso-2022-jp even in the Japanese language environment.
21373 Suggested by Jason Rumney <jasonr@gnu.org>.
21374
21375 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21376
21377 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21378 use the same characters as the dummy marks; make it free from
21379 getting affected by the language environment.
21380 (gnus-summary-read-group-1): Update mark positions only when the
21381 format spec is updated.
21382
21383 * gnus-spec.el (gnus-update-format-specifications): Return a list
21384 of updated types.
21385
21386 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21387
21388 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21389 of boundp to check if display-warning is available.
21390
21391 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21392
21393 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21394
21395 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21396
21397 * nnspool.el (nnspool-spool-directory): Use news-path if the
21398 news-directory variable is not bound.
21399
21400 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21401 function instead of display-warning if it is not available.
21402
21403 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21404
21405 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21406 v5-10: Use `point-at-bol'.
21407
21408 2004-10-26 Simon Josefsson <jas@extundo.com>
21409
21410 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21411 <chenggao@gmail.com>.
21412
21413 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21414
21415 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21416 instead.
21417
21418 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21419
21420 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21421 to remove a server from the nnimap-server-buffer-alist.
21422 (nnimap-open-connection, nnimap-close-server): Use it.
21423
21424 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21425
21426 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21427
21428 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21429 running the major-mode function.
21430
21431 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21432
21433 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21434 dummy marks in the right way.
21435
21436 2004-10-18 David Edmondson <dme@dme.org>
21437
21438 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21439 excessively.
21440
21441 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21442
21443 * gnus-util.el (gnus-split-references): Accept a nil references
21444 string and go on blissfully.
21445
21446 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21447 cases where the references string is non-nil but has no references.
21448
21449 * encrypt.el: Add autoload tags.
21450
21451 * spam.el (spam-resolve-registrations-routine): Remove article
21452 from unregistration list too. Reported by David Hanak
21453 <dhanak@isis.vanderbilt.edu>
21454
21455 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21456
21457 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21458 nil. Change custom type.
21459
21460 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21461
21462 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21463
21464 * gnus-sum.el (gnus-summary-move-article): Use it.
21465
21466 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21467
21468 * encrypt.el: Add autoload cookies.
21469
21470 * spam.el (spam-backend-article-list-property)
21471 (spam-backend-get-article-todo-list)
21472 (spam-backend-put-article-todo-list)
21473 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21474 Resolve registrations separately.
21475 (spam-register-routine): Format comments.
21476 (spam-unregister-routine, spam-register-routine): Always call with
21477 specific-articles, no default list.
21478 (spam-summary-prepare-exit): Use the spam-classifications function.
21479
21480 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21481 gnus-encrypt.el.
21482
21483 * encrypt.el: Copied from gnus-encrypt.el.
21484
21485 * gnus-encrypt.el: Commented that it's obsolete.
21486
21487 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21488
21489 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21490 (gnus-score-save): Use it.
21491
21492 * message.el (message-bury): Use `window-dedicated-p'.
21493
21494 2004-10-15 Simon Josefsson <jas@extundo.com>
21495
21496 * pop3.el (top-level): Don't require nnheader.
21497 (pop3-read-timeout): Add.
21498 (pop3-accept-process-output): Add.
21499 (pop3-read-response, pop3-retr): Use it.
21500
21501 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
21502
21503 * spam.el (spam-register-routine): Move comment.
21504 (spam-verify-bogofilter): Use 'unknown for the initial
21505 spam-bogofilter-valid state, not 'never.
21506
21507 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21508 for netrc-machine.
21509
21510 * nnimap.el (nnimap-open-connection):
21511 Use netrc-machine-user-or-password.
21512
21513 2004-10-17 Richard M. Stallman <rms@gnu.org>
21514
21515 * gnus-registry.el (gnus-registry-unload-hook):
21516 Set as a variable with add-hook.
21517
21518 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21519 of news-path.
21520
21521 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21522
21523 * spam.el: Delete duplicate `provide'.
21524 (spam-unload-hook): Set as a variable with add-hook.
21525
21526 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21527
21528 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21529 in the doc string.
21530
21531 * message.el (message-ignored-news-headers)
21532 (message-ignored-supersedes-headers)
21533 (message-ignored-resent-headers)
21534 (message-forward-ignored-headers): Improve custom type.
21535
21536 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21537
21538 * message.el (message-tokenize-header): Fix 2004-09-06 change
21539 which used point-min in the wrong place.
21540
21541 2004-10-12 Simon Josefsson <jas@extundo.com>
21542
21543 * tls.el (tls-certtool-program): New variable.
21544 (tls-certificate-information): New function, based on
21545 ssl-certificate-information.
21546
21547 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21548
21549 * compface.el: Move the version of ELisp-based uncompface program
21550 to the contrib directory because of the copyright problem.
21551
21552 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21553
21554 * message.el (message-kill-buffer): Raise the current frame.
21555
21556 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21557
21558 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21559
21560 * gnus.el (message-y-or-n-p): Autoload.
21561
21562 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21563 (pop3-password-required, pop3-authentication-scheme)
21564 (pop3-leave-mail-on-server): Make customizable.
21565 (pop3): New custom group.
21566 (pop3-retr): Remove `sleep-for' statements.
21567 Suggested by Dave Love <fx@gnu.org>.
21568
21569 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21570 Windows/DOS.
21571
21572 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21573 (imap-parse-body): Fix incorrect use of `assert'.
21574 Suggested by Dave Love <fx@gnu.org>.
21575
21576 * mml.el (mml-minibuffer-read-disposition): Require match.
21577 Suggested by Dave Love <fx@gnu.org>.
21578
21579 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
21580
21581 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
21582 doc string.
21583
21584 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
21585
21586 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21587
21588 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21589
21590 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21591 instead of calling `mm-insert-inline', to decode text/* parts
21592 before displaying them.
21593
21594 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
21595
21596 * mm-uu.el (mm-uu-text-plain-type): New variable.
21597 (mm-uu-pgp-signed-extract-1): Use it.
21598 (mm-uu-pgp-encrypted-extract-1): Use it.
21599 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21600 bind mm-uu-text-plain-type with that value.
21601 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21602 mm-uu-dissect.
21603
21604 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21605
21606 * gnus-group.el (gnus-update-group-mark-positions):
21607 * gnus-sum.el (gnus-update-summary-mark-positions):
21608 * message.el (message-check-news-body-syntax):
21609 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21610 of string-as-multibyte.
21611
21612 2004-10-05 Juri Linkov <juri@jurta.org>
21613
21614 * gnus-group.el (gnus-update-group-mark-positions):
21615 * gnus-sum.el (gnus-update-summary-mark-positions):
21616 * message.el (message-check-news-body-syntax):
21617 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21618 8-bit unibyte values to a multibyte string for search functions.
21619
21620 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21621
21622 * mm-uu.el (mm-uu-dissect): Allow optional arg.
21623 (mm-uu-dissect-text-parts): New function.
21624
21625 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21626 dissect text parts.
21627
21628 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21629 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21630
21631 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21632
21633 * gnus-topic.el (gnus-topic-hierarchical-parameters):
21634 Use gnus-current-topics instead of gnus-current-topic.
21635
21636 2004-10-06 Jesper Harder <harder@ifa.au.dk>
21637
21638 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21639
21640 2004-10-05 Jesper Harder <harder@ifa.au.dk>
21641
21642 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21643 where appropriate.
21644
21645 * nnml.el (nnml-generate-active-info): do.
21646
21647 * nndiary.el (nndiary-generate-active-info): do.
21648
21649 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21650 (gnus-topic-move): do.
21651
21652 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21653 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21654
21655 * gnus-srvr.el (gnus-server-prepare)
21656 (gnus-server-open-all-servers): do.
21657
21658 * gnus-msg.el (gnus-summary-cancel-article)
21659 (gnus-summary-resend-message)
21660 (gnus-summary-mail-crosspost-complaint): do.
21661
21662 * gnus-move.el (gnus-change-server): do.
21663
21664 * gnus-group.el (gnus-group-unmark-all-groups)
21665 (gnus-group-set-current-level): do.
21666
21667 2004-10-04 Simon Josefsson <jas@extundo.com>
21668
21669 * message.el (message-generate-hashcash): Doc fix.
21670
21671 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
21672
21673 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21674 avoid infinite recursion via gnus-get-function.
21675
21676 2004-10-02 Jesper Harder <harder@ifa.au.dk>
21677
21678 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21679
21680 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21681
21682 * nnmail.el (nnmail-split-history): do.
21683
21684 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21685 (nnml-request-delete-group): do.
21686
21687 * nnslashdot.el (nnslashdot-read-groups): do.
21688
21689 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21690 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21691
21692 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21693 (nnspool-sift-nov-with-sed): Use last.
21694 (nnspool-retrieve-headers-with-nov): Use mapc.
21695 (nnspool-request-newgroups): Use dolist.
21696 (nnspool-request-group): Use last.
21697
21698 * nntp.el (nntp-read-server-type): Use dolist.
21699
21700 * nnvirtual.el (nnvirtual-create-mapping)
21701 (nnvirtual-update-read-and-marked): Use dolist.
21702 (nnvirtual-convert-headers): Simplify.
21703
21704 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21705
21706 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21707 Add support for sync'ing tick marks.
21708
21709 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
21710
21711 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21712 there's no visible header.
21713
21714 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21715
21716 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21717 When necessary, pass full group name to gnus-request-set-marks.
21718
21719 2004-10-01 Simon Josefsson <jas@extundo.com>
21720
21721 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
21722 acroread.
21723
21724 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21725
21726 * spam-report.el (spam-report-gmane): Fix interactive.
21727
21728 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21729
21730 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21731 when writing file.
21732 (gnus-agent-synchronize-flags): Don't default to being
21733 interactive.
21734
21735 2004-09-30 Simon Josefsson <jas@extundo.com>
21736
21737 * message.el (message-generate-hashcash): Add.
21738 (message-send-mail): Use it, call mail-add-payment.
21739
21740 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
21741
21742 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21743
21744 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
21745
21746 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21747 gnus-request-update-info with explicit code to sync the in-memory
21748 info read flags with the marks being sync'd to the backend.
21749
21750 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21751
21752 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21753
21754 * spam.el (spam-verify-bogofilter): Add new function.
21755 (spam-check-bogofilter)
21756 (spam-bogofilter-register-with-bogofilter): Use it.
21757 (spam-verify-bogofilter): Add small fixes.
21758
21759 2004-09-28 Simon Josefsson <jas@extundo.com>
21760
21761 * hashcash.el (hashcash-generate-payment): Revert.
21762
21763 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21764
21765 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21766 Use gnus-extract-references instead of gnus-split-references.
21767
21768 * gnus-util.el (gnus-extract-references): Add new function, analogous
21769 to gnus-split-references but extracts only the message-ID without
21770 anything extra.
21771
21772 * hashcash.el (hashcash-generate-payment)
21773 (hashcash-check-payment): Do the right thing if hashcash-path is
21774 nil (because the hashcash program could not be found).
21775
21776 * spam.el (spam-use-hashcash): Remove comment.
21777
21778 2004-09-27 Jesper Harder <harder@ifa.au.dk>
21779
21780 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21781 (gnus-cache-enter-article, gnus-cache-remove-article)
21782 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21783
21784 * gnus-async.el (gnus-async-prefetch-remove-group): do.
21785
21786 * gnus-art.el (article-hide-boring-headers)
21787 (article-translate-strings, article-display-face)
21788 (gnus-article-mime-match-handle-first)
21789 (gnus-article-highlight-headers)
21790 (gnus-article-add-buttons-to-head): do.
21791
21792 2004-09-27 Simon Josefsson <jas@extundo.com>
21793
21794 * hashcash.el: New version, from
21795 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
21796 ../contrib/.
21797
21798 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
21799
21800 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21801
21802 2004-09-26 Jesper Harder <harder@ifa.au.dk>
21803
21804 * gnus-dup.el (gnus-dup-open): Use mapc.
21805 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21806
21807 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21808 Reported by Stefan Wiens <s.wi@gmx.net>.
21809
21810 * gnus.el (gnus-shutdown): Use dolist.
21811
21812 * gnus-undo.el (gnus-undo): Use mapc.
21813
21814 * nnrss.el (nnrss-generate-active): do.
21815
21816 * message.el (message-cite-original-without-signature)
21817 (message-cite-original): Use mapc.
21818 (message-do-actions, message-make-forward-subject): Use dolist.
21819
21820 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21821
21822 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21823 deletion to remove entire duplicate line. Fixes merged article
21824 number bug.
21825
21826 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21827
21828 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21829 servers that are offline. Avoids having gnus-agent-toggle-plugged
21830 first ask if you want to open a server and then, even when you
21831 responded with no, asking if you want to synchronize the server's
21832 flags.
21833 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21834 multi-line expressions.
21835 (gnus-agent-synchronize-group-flags): New internal function.
21836 Updates marks in memory (in the info structure) AND in the
21837 backend.
21838
21839 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21840
21841 * nnagent.el (nnagent-request-set-mark):
21842 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21843 method, to ensure that synchronization updates marks in the
21844 backend and in the info (in memory) structure.
21845
21846 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
21847
21848 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21849 convention fully; don't miss the root article of a thread; make
21850 the X-Draft-From header with correct article numbers.
21851
21852 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
21853
21854 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21855 unless plugged. Disable the agent so that an open failure causes
21856 an error.
21857
21858 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21859 Revert 2004-09-21 change. The backend must be opened while
21860 synchronizing flags even when the backend stores the flags
21861 locally.
21862
21863 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
21864
21865 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21866 in `header' match. Reported by Svend Tollak Munkejord.
21867
21868 * message.el (message-cite-original): Fix use of
21869 `message-cite-articles-with-x-no-archive'.
21870
21871 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
21872
21873 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21874 (gnus-window-to-buffer): Ditto.
21875
21876 * mml.el (mml-preview-buffer): New variable.
21877 (mml-preview): Manage window layout with gnus-buffer-configuration.
21878
21879 * gnus-msg.el (gnus-setup-message): Put article numbers into the
21880 X-Draft-From header even if those articles aren't quoted.
21881
21882 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
21883
21884 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21885 (gnus-request-set-mark, gnus-request-update-mark): Use new
21886 g-s-t-u-l-m to decide to use backend even when unplugged.
21887
21888 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
21889
21890 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21891 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
21892
21893 2004-09-20 Simon Josefsson <jas@extundo.com>
21894
21895 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21896 "utf-16-le".
21897
21898 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21899
21900 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21901
21902 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
21903
21904 * uudecode.el (uudecode-use-external): Add :version.
21905
21906 * smime.el (smime-CA-file, smime-encrypt-cipher)
21907 (smime-dns-server): Add :version.
21908
21909 * smiley.el (gnus-smiley-file-types): Add :version.
21910
21911 * sha1.el (sha1-use-external): Add :version.
21912
21913 * pgg-def.el (pgg-query-keyserver): Add :version.
21914
21915 * nnmail.el (nnmail-fancy-expiry-targets)
21916 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21917 Add :version.
21918
21919 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21920 (nnimap-retrieve-groups-asynchronous): Add :version.
21921 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
21922
21923 * mml.el (mml-content-disposition-parameters)
21924 (mml-insert-mime-headers-always): Add :version.
21925
21926 * mm-util.el (mm-coding-system-priorities): Add :version.
21927
21928 * mm-decode.el (mm-inline-text-html-with-images)
21929 (mm-keep-viewer-alive-types, mm-external-terminal-program)
21930 (mm-verify-option): Add :version.
21931 (mm-text-html-renderer): Change :version.
21932
21933 * message.el (message-fcc-externalize-attachments)
21934 (message-required-headers, message-draft-headers)
21935 (message-subject-trailing-was-query)
21936 (message-subject-trailing-was-ask-regexp)
21937 (message-subject-trailing-was-regexp, message-mark-insert-begin)
21938 (message-mark-insert-end, message-archive-header)
21939 (message-archive-note, message-cross-post-default)
21940 (message-cross-post-note, message-followup-to-note)
21941 (message-cross-post-note-function, message-use-mail-followup-to)
21942 (message-subscribed-address-functions)
21943 (message-subscribed-address-file, message-subscribed-addresses)
21944 (message-subscribed-regexps, message-allow-no-recipients)
21945 (message-yank-cited-prefix, message-signature-insert-empty-line)
21946 (message-hidden-headers, message-hierarchical-addresses)
21947 (message-mail-user-agent, message-use-idna)
21948 (message-valid-fqdn-regexp)
21949 (message-strip-special-text-properties, message-header-synonyms)
21950 (message-beginning-of-line, message-tab-body-function): Add :version.
21951 (message-insert-canlock, message-wide-reply-confirm-recipients):
21952 Change :version.
21953
21954 * mail-source.el (mail-source-ignore-errors): Add :group, :type
21955 and :version.
21956 (mail-source-delete-old-incoming-confirm)
21957 (mail-source-movemail-program): Add :version.
21958
21959 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21960 (gnus-agent-cache, gnus-agent): Change :version.
21961
21962 * gnus-util.el (gnus-use-byte-compile): Change :version.
21963
21964 * gnus-sum.el (gnus-summary-make-false-root-always)
21965 (gnus-summary-default-high-score)
21966 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21967 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21968 (gnus-read-all-available-headers, gnus-article-emulate-mime)
21969 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21970 (gnus-sum-thread-tree-single-indent)
21971 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21972 (gnus-sum-thread-tree-leaf-with-other)
21973 (gnus-sum-thread-tree-single-leaf): Add :version.
21974 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21975 (gnus-article-loose-mime): Change :version.
21976
21977 * gnus-start.el (gnus-backup-startup-file)
21978 (gnus-save-startup-file-via-temp-buffer): Add :version.
21979
21980 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21981 (gnus-server-offline-face): Add :version.
21982
21983 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21984
21985 * gnus-msg.el (gnus-gcc-externalize-attachments)
21986 (gnus-debug-files, gnus-debug-exclude-variables)
21987 (gnus-discouraged-post-methods): Change :version.
21988 (gnus-confirm-mail-reply-to-news)
21989 (gnus-confirm-treat-mail-like-news): Add :version.
21990
21991 * gnus-int.el (gnus-server-unopen-status): Add :version.
21992
21993 * gnus-group.el (gnus-group-jump-to-group-prompt)
21994 (gnus-large-ephemeral-newsgroup)
21995 (gnus-fetch-old-ephemeral-headers): Add :version.
21996
21997 * gnus-fun.el (gnus-x-face-directory)
21998 (gnus-convert-pbm-to-x-face-command)
21999 (gnus-convert-image-to-x-face-command)
22000 (gnus-convert-image-to-face-command): Add :version.
22001
22002 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22003
22004 * gnus-cite.el (gnus-cite-blank-line-after-header)
22005 (gnus-article-boring-faces): Add :version.
22006
22007 * gnus-art.el (gnus-buttonized-mime-types)
22008 (gnus-inhibit-mime-unbuttonizing)
22009 (gnus-treat-display-face)
22010 (gnus-treat-body-boundary): Change :version.
22011 (gnus-body-boundary-delimiter, gnus-picon-databases)
22012 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22013 (gnus-treat-date-english, gnus-treat-fold-headers)
22014 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22015 (gnus-treat-mail-picon, gnus-treat-wash-html)
22016 (gnus-article-encrypt-protocol)
22017 (gnus-use-idna, gnus-article-over-scroll)
22018 (gnus-mime-display-multipart-alternative-as-mixed)
22019 (gnus-mime-display-multipart-related-as-mixed)
22020 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22021 (gnus-ctan-url, gnus-button-ctan-handler)
22022 (gnus-button-handle-ctan-bogus-regexp)
22023 (gnus-button-ctan-directory-regexp)
22024 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22025 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22026 (gnus-button-man-level, gnus-button-emacs-level)
22027 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22028
22029 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22030 (gnus-agent-go-online): Change :version.
22031 (gnus-agent-expire-unagentized-dirs)
22032 (gnus-agent-auto-agentize-methods): Add :version.
22033
22034 * flow-fill.el (fill-flowed-display-column)
22035 (fill-flowed-encode-column): Add :version.
22036
22037 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22038 (gnus-outlook-deuglify-unwrap-max)
22039 (gnus-outlook-deuglify-cite-marks)
22040 (gnus-outlook-deuglify-unwrap-stop-chars)
22041 (gnus-outlook-deuglify-no-wrap-chars)
22042 (gnus-outlook-deuglify-attrib-cut-regexp)
22043 (gnus-outlook-deuglify-attrib-verb-regexp)
22044 (gnus-outlook-deuglify-attrib-end-regexp)
22045 (gnus-outlook-display-hook): Add :version.
22046
22047 * binhex.el (binhex-use-external): Add :version.
22048
22049 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22050
22051 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22052 and `invisible'.
22053
22054 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22055
22056 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22057 in gnus-registry-trim.
22058
22059 2004-09-13 Simon Josefsson <jas@extundo.com>
22060
22061 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22062
22063 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22064
22065 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22066 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22067 <yamaoka@jpl.org>.
22068 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22069 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22070 <yamaoka@jpl.org>.
22071
22072 * sieve.el (sieve-manage-mode): Ditto.
22073
22074 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22075
22076 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22077
22078 2004-09-11 Simon Josefsson <jas@extundo.com>
22079
22080 * dns-mode.el: Add.
22081
22082 * mm-view.el (mm-display-dns-inline): Add.
22083
22084 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22085 (mm-automatic-display): Ditto.
22086
22087 * mailcap.el (mailcap-mime-data): Add text/dns.
22088 (mailcap-mime-extensions): Map .soa to text/dns.
22089
22090 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22091
22092 * gnus-art.el (article-decode-mime-words, article-babel)
22093 (gnus-article-highlight-signature, gnus-article-add-buttons)
22094 (gnus-signature-toggle): Remove unnecessary bindings of
22095 `inhibit-read-only' inherited from v5.10 merge.
22096
22097 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22098
22099 * nntp.el (nntp): New customization group.
22100 (nntp-authinfo-file): Add customization group.
22101
22102 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22103
22104 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22105
22106 * gnus.el (to-address, to-list, subscribed)
22107 (large-newsgroup-initial): Ditto.
22108
22109 * flow-fill.el (fill-flowed-display-column)
22110 (fill-flowed-encode-column): Ditto.
22111
22112 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22113
22114 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22115 Use point-min rather than 1.
22116 (message-send-mail): Use buffer-size rather than point-max.
22117
22118 * gnus-sum.el (gnus-summary-search-article-forward):
22119 Signal a specific `search-failed' rather than a generic `error'.
22120
22121 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22122 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22123 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22124
22125 2004-09-10 Simon Josefsson <jas@extundo.com>
22126
22127 * nndb.el (require): Remove tcp and duplicate cl.
22128
22129 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22130
22131 * gnus-agent.el (directory-files-and-attributes): Move forward.
22132
22133 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22134
22135 * gnus-agent.el (directory-files-and-attributes):
22136 Optionally defined to support XEmacs.
22137
22138 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22139
22140 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22141 to avoid run-time CL dependencies.
22142 (gnus-agent-unfetch-articles): New function.
22143 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22144 article numbers even when local .overview file is missing.
22145 (gnus-agent-read-article-number): New function. Only accepts
22146 27-bit article numbers.
22147 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22148 Use gnus-agent-read-article-number.
22149 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22150 from backend while recognizing that article numbers in .overview
22151 must be valid.
22152 (gnus-agent-update-files-total-fetched-for):
22153 Use directory-files-and-attributes to improve performance.
22154 * gnus-int.el (gnus-request-move-article):
22155 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22156 improve performance.
22157
22158 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22159 some users confused by references to .newsrc when they only have a
22160 .newsrc.eld file.
22161 (gnus-convert-mark-converter-prompt)
22162 (gnus-convert-converter-needs-prompt): Fix use of property list.
22163 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22164 New function. Used internally to only display 'gnus converting
22165 files' message when actually necessary.
22166
22167 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22168 methods now autoloaded.
22169
22170 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22171
22172 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22173 identifiers.
22174
22175 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22176
22177 * gnus-picon.el: Fix indentation and closing parenthesis.
22178
22179 2004-09-01 Simon Josefsson <jas@extundo.com>
22180
22181 * message.el (message-canlock-generate): Require sha1, not
22182 sha1-el. (Can we get rid of this require altogether? It is ugly
22183 to require within a function. Sadly, if sha1.el isn't loaded, the
22184 let binding in m-c-g will hide the defcustom definition, which is
22185 bad.)
22186
22187 * canlock.el: Require sha1, not sha1-el.
22188
22189 * message.el: Don't autoload sha1 (there is a autoload cookie in
22190 sha1.el).
22191
22192 * sha1-el.el: Rename to sha1.el.
22193
22194 2004-08-30 Juanma Barranquero <lektu@terra.es>
22195
22196 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22197
22198 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22199
22200 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22201
22202 2004-08-30 Kim F. Storm <storm@cua.dk>
22203
22204 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22205
22206 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22207 Add :group 'nnimap.
22208
22209 2004-08-30 Andreas Schwab <schwab@suse.de>
22210
22211 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22212 ?* and ?\;.
22213
22214 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22215 and ?\' to symbol instead of whitespace.
22216
22217 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22218
22219 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22220
22221 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22222 instead of re-search-forward.
22223
22224 * gnus-uu.el (gnus-uu-save-article): Ditto.
22225 (gnus-uu-post-encode-uuencode): Ditto.
22226
22227 * html2text.el (html2text-clean-list-items): Ditto.
22228 (html2text-clean-dtdd): Ditto.
22229 (html2text-format-tags): Ditto.
22230
22231 * message.el (message-send-mail-with-sendmail): Fix regexp.
22232 (message-fill-field-general): Use search-forward instead of
22233 re-search-forward.
22234 (unbold-region): Ditto.
22235
22236 * nnrss.el (nnrss-request-article): Ditto.
22237
22238 * nnslashdot.el (nnslashdot-request-article): Ditto.
22239
22240 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22241
22242 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22243 "Unrecognized menu descriptor" error in XEmacs.
22244
22245 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22246
22247 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22248 parent article of a sparse article in the thread hashtb.
22249
22250 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22251
22252 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22253 (nnmail-expand-newtext): Lowercase expanded entries if
22254 nnmail-split-lowercase-expanded is non-nil.
22255
22256 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22257
22258 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22259
22260 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22261 of gnus-tmp-news-method into string under XEmacs. It will be
22262 passed to gnus-correct-length which takes only a string argument.
22263
22264 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22265
22266 * gnus-util.el (gnus-bind-print-variables): New macro.
22267 (gnus-prin1): Use it.
22268 (gnus-prin1-to-string): Use it.
22269 (gnus-pp): New function.
22270 (gnus-pp-to-string): New function.
22271
22272 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22273 Replace pp-to-string with gnus-pp-to-string.
22274 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22275 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22276 * gnus-msg.el (gnus-debug): Ditto.
22277 * gnus-score.el (gnus-score-save): Ditto.
22278 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22279 gnus-pp-to-string.
22280 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22281 with gnus-pp.
22282 * score-mode.el (gnus-score-pretty-print): Ditto.
22283 * webmail.el (webmail-debug): Ditto.
22284
22285 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22286
22287 * gnus-art.el (article-display-face, article-display-x-face):
22288 Use buffer-read-only.
22289
22290 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22291
22292 * gnus-art.el (article-hide-list-identifiers):
22293 Bind inhibit-read-only as t.
22294
22295 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22296
22297 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22298
22299 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22300
22301 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22302 (gnus-narrow-to-page): Don't assume point-min == 1.
22303 (gnus-article-edit-mode): Derive from message-mode.
22304
22305 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22306 point-min == 1.
22307
22308 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22309 Disable incorrect use of `assert'.
22310
22311 * message.el (message-mode): Set comment-start-skip.
22312
22313 2004-08-22 Sam Steingold <sds@gnu.org>
22314
22315 * pop3.el (pop3-leave-mail-on-server): New user variable.
22316 (pop3-movemail): Delete mail only when it is nil.
22317
22318 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22319
22320 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22321
22322 * mml.el (mml-preview): Use `pop-to-buffer'.
22323
22324 * message.el (message-goto-mail-followup-to): Insert after "To".
22325 (message-carefully-insert-headers): Add comment.
22326
22327 * gnus.el: Remove unused variable `gnus-article-check-size'.
22328
22329 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22330
22331 * gnus-art.el (gnus-button-alist):
22332 Improve `gnus-button-handle-library' entry.
22333
22334 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22335
22336 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22337 Use downcase, since XEmacs capitalizes error messages differently.
22338
22339 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22340
22341 * nntp.el: Add (require 'gnus) due to reference to
22342 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22343
22344 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22345
22346 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22347 Bind `mm-fill-flowed'.
22348
22349 * mm-decode.el (mm-dissect-singlepart): Check it.
22350
22351 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22352
22353 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22354 'imap' for netrc parsing.
22355
22356 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22357
22358 * mailcap.el (mailcap-mime-data): Mark as risky.
22359
22360 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22361
22362 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22363 may be included in the encoded word.
22364 (rfc2047-encode): Don't append a space if the encoded word
22365 includes close parenthesis.
22366
22367 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22368
22369 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22370 of text within parentheses.
22371
22372 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22373
22374 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22375 (gnus-encrypt-write-file-contents): Make the password key the file
22376 name PLUS the cipher, not just the cipher. Also remove failed
22377 passwords from the cache.
22378
22379 2004-08-06 Simon Josefsson <jas@extundo.com>
22380
22381 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22382 Doc fix.
22383
22384 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22385
22386 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22387 LWSP.
22388
22389 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22390
22391 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22392 Try to append in-reply-to: data to the references: header.
22393
22394 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22395 (netrc-parse): Use gnus-encrypt.el functions.
22396
22397 * gnus-encrypt.el: Add new file for encryption support; currently
22398 does only a few GPG ciphers and an internal XOR cipher.
22399
22400 * password.el: Add comments on using password-read-and-add.
22401 (password-read-and-add): Add function to read and add the
22402 password to the cache at once.
22403
22404 2004-07-28 Simon Josefsson <jas@extundo.com>
22405
22406 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22407 parameter (but don't use it, for now).
22408
22409 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22410 instead of hard coding to nil.
22411
22412 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22413
22414 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22415 as mm-inline-image-xemacs does.
22416
22417 2004-07-26 Simon Josefsson <jas@extundo.com>
22418
22419 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22420 Revert part of 2004-07-17 change below.
22421
22422 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22423
22424 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22425 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22426
22427 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22428
22429 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22430 quotes that actually start with ">" at the beginning of the
22431 lines.
22432
22433 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22434
22435 * rfc2047.el (rfc2047-encode-region): Fix last change.
22436 (rfc2047-encode-parameter): Remove useless concat.
22437
22438 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22439
22440 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22441 encode special characters; fix some kind of misconfigured headers;
22442 signal a real error if debug-on-quit or debug-on-error is non-nil.
22443 (rfc2047-encode-max-chars): New variable.
22444 (rfc2047-encode-1): Use it.
22445 (rfc2047-encode-parameter): New function.
22446
22447 * mml.el (mml-insert-parameter): Remove an excessive space.
22448
22449 2004-07-17 Simon Josefsson <jas@extundo.com>
22450
22451 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22452 Kai Grossjohann <kai@emptydomain.de>.
22453 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22454 (gnus-group-make-menu-bar): Ditto.
22455
22456 * gnus-util.el (gnus-group-server): Add.
22457
22458 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22459
22460 * message.el (message-clone-locals): Clone sendmail and smtp
22461 variables.
22462
22463 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22464
22465 * rfc2047.el (rfc2047-encode-region): Fix last change.
22466
22467 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22468
22469 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22470 characters as non-special.
22471
22472 2004-07-09 Simon Josefsson <jas@extundo.com>
22473
22474 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22475 Users will lose all flag changes made while unplugged with
22476 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22477 good default. See numerous reports on ding mailing list.
22478
22479 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22480
22481 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22482 add generate-head-function and generate-article-function to the
22483 rfc822-forward entry.
22484 (nndoc-rfc822-forward-generate-article): New function.
22485 (nndoc-rfc822-forward-generate-head): New function.
22486
22487 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22488
22489 2004-07-06 Dan Christensen <jdc@uwo.ca>
22490
22491 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22492 respect display group parameter and gnus-summary-expunge-below.
22493 (gnus-articles-to-read): Remove unused reference to display group
22494 parameter.
22495
22496 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22497
22498 * nnheader.el (nnheader-uniquify-message-id): New experimental
22499 variable.
22500 (nnheader-nov-read-message-id): Use it.
22501
22502 * spam-report.el (spam-report-gmane): Add interactive.
22503
22504 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
22505
22506 * mm-encode.el (mm-content-transfer-encoding-defaults):
22507 Use qp-or-base64 for the application/* types.
22508
22509 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
22510
22511 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22512
22513 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
22514
22515 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22516 trim value.
22517
22518 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22519
22520 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22521 New macro and function.
22522 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22523
22524 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22525
22526 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22527 after-load-alist.
22528
22529 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22530
22531 * gnus-group.el (gnus-group-get-new-news-this-group):
22532 Don't update info that isn't there.
22533
22534 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22535
22536 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22537 entry.
22538
22539 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22540
22541 * mm-view.el (mm-inline-render-with-function): Use multibyte
22542 buffer; decode html source by charset.
22543
22544 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22545
22546 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22547 Mule-UCS is loaded under XEmacs.
22548 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22549
22550 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22551
22552 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22553
22554 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22555
22556 * mm-util.el (mm-coding-system-p): Return a coding-system.
22557 (mm-mime-mule-charset-alist): Use shift_jis instead of
22558 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22559 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22560 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22561 instead of japanese-shift-jis and iso-latin-1 respectively in
22562 order to share the default value with both Emacs and XEmacs-mule.
22563 (mm-mule-charset-to-mime-charset):
22564 Make mm-coding-system-priorities effective.
22565 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22566 while predicating of candidates upon the priorities.
22567
22568 2004-06-27 Jesper Harder <harder@ifa.au.dk>
22569
22570 * gnus-sum.el (gnus-summary-make-menu-bar):
22571 Add gnus-uu-invert-processable.
22572
22573 * gnus.el: Autoload gnus-uu-invert-processable.
22574
22575 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
22576
22577 * mm-util.el (mm-with-multibyte-buffer): New macro.
22578
22579 * rfc2047.el (rfc2047-encode-string): Use it.
22580 (rfc2047-encode-region): Move point to the end of the region after
22581 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22582
22583 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22584
22585 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22586 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22587
22588 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22589
22590 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22591 (gnus-cite-parse): Ignore quoted envelope From_.
22592 Suggested by Karl Chen <quarl@nospam.quarl.org>.
22593
22594 2004-06-23 Jesper Harder <harder@ifa.au.dk>
22595
22596 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22597 invalid addresses.
22598
22599 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
22600
22601 * spam.el: Change section markers, revise TODO list.
22602 (spam-backends): Make new master list of all installed backends.
22603 (spam-summary-exit-behavior): Add new variable to determine how
22604 messages moves are done at summary exit.
22605 (spam-move-spam-nonspam-groups-only)
22606 (spam-process-ham-in-nonham-groups)
22607 (spam-process-ham-in-spam-groups): Remove variables, the
22608 spam-summary-exit-behavior variable should be used to manage this
22609 behavior.
22610 (spam-old-ham-articles, spam-old-spam-articles): Remove.
22611 (spam-old-articles): Add variable, replacing spam-old-ham-articles
22612 and spam-old-spam-articles.
22613 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22614 Add empty variables, placeholders for the backends they represent.
22615 (spam-set-difference): Move, unchanged.
22616 (spam-list-of-processors): Declare OBSOLETE, not used anymore
22617 unless the user has a processor variable.
22618 (spam-classifications, spam-classification-valid-p)
22619 (spam-backend-properties, spam-backend-property-valid-p)
22620 (spam-backend-function-type-valid-p)
22621 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22622 (spam-report-articles-gmane, spam-report-articles-resend):
22623 Remove functions, they are not needed.
22624 (spam-install-backend-super, spam-backend-list)
22625 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22626 (spam-backend-function, spam-backend-ham-registration-function)
22627 (spam-backend-spam-registration-function)
22628 (spam-backend-ham-unregistration-function)
22629 (spam-backend-spam-unregistration-function)
22630 (spam-backend-statistical-p, spam-backend-mover-p)
22631 (spam-install-backend-alias, spam-install-checkonly-backend)
22632 (spam-install-mover-backend, spam-install-nocheck-backend)
22633 (spam-install-backend, spam-install-statistical-backend)
22634 (spam-install-statistical-checkonly-backend): Add backend installation
22635 support.
22636 (spam-summary-prepare-exit): Rewrite to use the new backend code.
22637 (spam-group-processor-p): Use the new backend code and respect the
22638 summary exit behavior.
22639 (spam-mark-spam-as-expired-and-move-routine): Remove.
22640 (spam-summary-prepare): Change to use the new spam-old-articles
22641 variable.
22642 (spam-copy-or-move-routine, spam-copy-spam-routine)
22643 (spam-move-spam-routine, spam-copy-ham-routine)
22644 (spam-move-ham-routine): Add code to copy/move ham or spam.
22645 (spam-fetch-field-fast): Improve doc and code, plus allow the
22646 'number request.
22647 (spam-list-of-checks, spam-list-of-statistical-checks):
22648 Remove variables.
22649 (spam-split, spam-find-spam): Use the new backend code.
22650 (spam-registration-functions): Remove variable.
22651 (spam-unregister-routine): Add convenience wrapper.
22652 (spam-log-undo-registration, spam-register-routine)
22653 (spam-log-processing-to-registry)
22654 (spam-log-unregistration-needed-p): Rename "check" to "backend"
22655 where possible.
22656 (spam-check-gmane-xref, spam-check-regex-headers)
22657 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22658 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22659 (spam-check-bogofilter-headers, spam-check-spamoracle)
22660 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22661 (spam-check-crm114-headers): Use the spam-split-group that
22662 spam-split prepares, no need to determine it every time.
22663
22664 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22665 to the nnheader-parse-naked-head call.
22666
22667 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22668
22669 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22670 the nnheader-nov-read-message-id call.
22671
22672 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
22673
22674 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22675 gnus-activate-group twice. Suggested by Markus Peter
22676 <warp@spin.de>.
22677
22678 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
22679
22680 * gnus-art.el (gnus-article-time-format): Exchange the order of
22681 day and month in the default value; fix customization type.
22682 (article-date-ut): Use add-text-properties.
22683 (article-make-date-line): Use message-make-date instead of
22684 current-time-string.
22685
22686 * message.el (message-fetch-field): Don't use set-text-properties.
22687 (message-make-date): Simplify.
22688
22689 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
22690
22691 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22692 (rfc2047-encode-region): Treat text within parentheses as special;
22693 show the original text when error has occurred.
22694
22695 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22696 already-computed method to gnus-activate-group.
22697
22698 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22699 same select-methods identical Lisp objects.
22700
22701 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22702 object when modifying the info.
22703
22704 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
22705
22706 * gnus-srvr.el (gnus-server-set-info): Remove the server from
22707 gnus-opened-servers since it has never been opened with the new
22708 configuration yet.
22709
22710 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
22711
22712 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22713 arg to nnheader-generate-fake-message-id.
22714
22715 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
22716
22717 * nnheader.el (nnheader-generate-fake-message-id): Accept a
22718 number and build a fake message ID localized to a group and
22719 article number (so it's repeatable from that point on).
22720 (nnheader-fake-message-id-p): Change regex to accommodate new fake
22721 ID format.
22722
22723 * gnus-sum.el (gnus-get-newsgroup-headers):
22724 Call nnheader-generate-fake-message-id with the article number.
22725
22726 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
22727
22728 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22729 end-of-buffer.
22730
22731 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22732
22733 * message.el (message-ignored-supersedes-headers): Add Approved.
22734
22735 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
22736
22737 * rfc2047.el (rfc2047-encode-message-header): Remove useless
22738 goto-char.
22739 (rfc2047-encode): Fold the line before encoding.
22740
22741 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22742
22743 * rfc2047.el (rfc2047-encode-message-header): Disabled header
22744 folding -- not all headers can be folded, and this should be done
22745 by the message composition mode. Probably. I think.
22746
22747 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
22748
22749 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22750 fast.
22751
22752 * gnus-ems.el (gnus-remove-image): Don't use
22753 message-text-with-property; remove only the image found first.
22754
22755 2004-06-09 Jesper Harder <harder@ifa.au.dk>
22756
22757 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22758
22759 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
22760
22761 * message.el (message-text-with-property): Make it fast and accept
22762 optional arguments.
22763 (message-strip-forbidden-properties): Use it.
22764 (message-fix-before-sending): Follow the m-t-w-p change.
22765
22766 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22767
22768 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
22769
22770 * gnus-art.el (article-hide-headers): Don't change the buffer
22771 mistakenly when performing mml-preview even if
22772 gnus-single-article-buffer is nil.
22773
22774 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
22775
22776 * message.el (message-expand-name-databases): New user option.
22777 (message-expand-name): Use it.
22778
22779 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
22780
22781 * spam.el (spam-report-articles-resend)
22782 (spam-report-resend-register-routine): Allow ham reporting.
22783 (spam-report-resend-register-ham-routine): Add wrapper.
22784 (spam-registration-functions): Add ham resending functions.
22785 (spam-list-of-processors): Add ham resend processor.
22786
22787 * gnus.el (ham-resend-to): Add new group parameter.
22788 (spam-process): Add ham resend option.
22789
22790 * spam-report.el (spam-report-resend): Allow reporting ham.
22791 (spam-report-resend-ham): Add wrapper.
22792
22793 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22794
22795 * message.el (message-cite-articles-with-x-no-archive):
22796 New variable.
22797 (message-cite-original): Use it.
22798
22799 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22800
22801 * message.el (message-cite-original): Respect X-No-Archive.
22802
22803 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
22804
22805 * gnus-art.el (article-hide-headers): Refer to the values for
22806 gnus-ignored-headers and gnus-visible-headers in the summary
22807 buffer since a user may have set them as group parameters.
22808
22809 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
22810
22811 * assistant.el (assistant-node-name): Add convenience function.
22812 (assistant-render-text, assistant-render-node): Add error handling,
22813 plus handle multiple next nodes.
22814 (assistant-find-next-node): Comment out for now.
22815 (assistant-find-next-nodes): Add function, returns list of next
22816 nodes.
22817
22818 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
22819
22820 * mail-source.el (mail-source-directory): Fix doc-string.
22821
22822 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
22823
22824 * assistant.el (assistant-render-text, assistant-eval): Add :set
22825 widget type, which is different because it takes and returns a
22826 list. Much hilarity ensues.
22827
22828 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
22829
22830 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22831
22832 * gnus-group.el (gnus-group-get-new-news-this-group):
22833 Add doc-string.
22834
22835 * gnus-start.el (gnus-activate-group): Add doc-string.
22836
22837 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
22838
22839 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22840
22841 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
22842
22843 * assistant.el (assistant-render-text): Try to add a :set
22844 widget, more to come.
22845
22846 * spam.el (spam-group-spam-contents-p): Handle empty groupname
22847 strings.
22848 (spam-report-articles-resend)
22849 (spam-register-routine): Do registration iff any articles warrant
22850 it.
22851 (spam-summary-prepare-exit): Change log message for nil group
22852 destinations.
22853
22854 2004-05-27 Daniel Pittman <daniel@rimspace.net>
22855
22856 * spam.el (spam-report-resend-register-routine):
22857 Allow spam-report-resend-to to be a group parameter or a global value.
22858
22859 2004-05-26 Simon Josefsson <jas@extundo.com>
22860
22861 * starttls.el: Merge with my GnuTLS based starttls.el.
22862 (starttls-gnutls-program, starttls-use-gnutls)
22863 (starttls-extra-arguments, starttls-process-connection-type)
22864 (starttls-connect, starttls-failure, starttls-success):
22865 New variables.
22866 (starttls-program, starttls-extra-args): Doc fix.
22867 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22868 New functions.
22869 (starttls-negotiate, starttls-open-stream):
22870 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22871 function if it is set.
22872
22873 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
22874
22875 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22876 structured fields.
22877
22878 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22879
22880 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22881
22882 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
22883
22884 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22885 Add variable.
22886 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
22887 assigning the spam-mark to new messages.
22888
22889 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
22890
22891 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22892
22893 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22894
22895 * rfc2047.el (rfc2047-encodable-p): Don't move point.
22896 (rfc2047-decode): Treat the ascii coding-system as raw-text by
22897 default.
22898
22899 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
22900
22901 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22902 correct data.
22903
22904 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
22905
22906 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22907 (spam-group-processor-p): Fix function.
22908 (spam-group-processor-multiple-p)
22909 (spam-group-spam-processor-report-gmane-p)
22910 (spam-group-spam-processor-report-resend-p)
22911 (spam-group-spam-processor-bogofilter-p)
22912 (spam-group-spam-processor-blacklist-p)
22913 (spam-group-spam-processor-ifile-p)
22914 (spam-group-ham-processor-ifile-p)
22915 (spam-group-spam-processor-spamoracle-p)
22916 (spam-group-spam-processor-crm114-p)
22917 (spam-group-ham-processor-bogofilter-p)
22918 (spam-group-spam-processor-stat-p)
22919 (spam-group-ham-processor-stat-p)
22920 (spam-group-ham-processor-whitelist-p)
22921 (spam-group-ham-processor-BBDB-p)
22922 (spam-group-ham-processor-spamoracle-p)
22923 (spam-group-ham-processor-copy-p): Remove functions with some
22924 prejudice against unneeded code.
22925 (spam-report-articles-resend)
22926 (spam-report-resend-register-routine): Allow the group/topic
22927 spam-resend-to value to override spam-report-resend-to.
22928 (spam-summary-prepare-exit): Invoke spam-group-processor-p
22929 properly now.
22930
22931 * gnus.el (spam-resend-to): Add group/topic parameter.
22932 (spam-process): Move the OBSOLETE processors to the end of the
22933 choices.
22934
22935 2004-05-24 Daniel Pittman <daniel@rimspace.net>
22936
22937 * spam-report.el (spam-report-resend-to, spam-report-resend):
22938 Start with resend-to set to nil, and then ask the user if necessary.
22939 (spam-report-resend): spam-report-resend takes a list of articles, not
22940 separate article numbers.
22941
22942 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
22943
22944 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22945 addition to emacs-w3m.
22946
22947 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22948
22949 * assistant.el (assistant-authinfo-data): New function.
22950 (assistant-eval): Eval for entire assistant.
22951
22952 * netrc.el (netrc-services-file): New variable.
22953 (netrc-parse-services): New function.
22954 (netrc-find-service-name): New function.
22955 (netrc-find-service-number): New function.
22956 (netrc-port-equal): New function.
22957 (netrc-machine): Use it.
22958
22959 * nnimap.el (nnimap-open-connection): Use netrc.
22960
22961 * gnus-util.el (gnus-netrc-get): Remove aliases.
22962
22963 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22964
22965 * assistant.el (wid-edit): Fix compilation.
22966
22967 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22968
22969 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
22970
22971 * gnus-util.el (gnus-set-file-modes): New function. (small
22972 patch).
22973
22974 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22975
22976 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22977
22978 * assistant.el (assistant-render-node): Fix up rendering and
22979 read-only text.
22980 (assistant-render-node): Reset.
22981 (assistant-make-read-only): Not sticky.
22982
22983 2004-05-20 Danny Siu <dsiu@adobe.com>
22984
22985 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22986 centered even when gnus-auto-center-summary is t.
22987
22988 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22989
22990 * dns.el (dns-get-txt-answer): New function.
22991 (dns-read-txt): Ditto.
22992 (query-dns): Use it.
22993
22994 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
22995
22996 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22997 active for foreign groups even if the group level is higher than
22998 the specified value.
22999
23000 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23001
23002 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23003 non-active groups.
23004
23005 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23006
23007 2004-05-20 Magnus Henoch <mange@freemail.hu>
23008
23009 * dns.el (dns-read-type): Add support for SVR. (small patch)
23010
23011 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23012
23013 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23014 (spam-crm114-header, spam-crm114-spam-switch)
23015 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23016 (spam-crm114-positive-spam-header)
23017 (spam-crm114-database-directory, spam-list-of-processors)
23018 (spam-group-spam-processor-crm114-p)
23019 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23020 (spam-generic-score, spam-list-of-checks)
23021 (spam-list-of-statistical-checks, spam-registration-functions)
23022 (spam-check-crm114-headers, spam-crm114-score)
23023 (spam-check-crm114, spam-crm114-register-with-crm114)
23024 (spam-crm114-register-spam-routine)
23025 (spam-crm114-unregister-spam-routine)
23026 (spam-crm114-register-ham-routine)
23027 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23028
23029 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23030
23031 * gnus.el: Add spam-use-crm114.
23032
23033 * spam.el (spam-list-of-processors, spam-registration-functions):
23034 Add spam-use-resend.
23035 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23036 (spam-report-articles-gmane): Add doc fix.
23037 (spam-report-articles-resend, spam-report-resend-register-routine):
23038 Add wrappers around spam-report-resend-to.
23039
23040 * spam-report.el (spam-report-resend-to, spam-report-resend):
23041 Add support for resending spam.
23042 (spam-report-gmane): Fix line length >80.
23043
23044 * gnus.el (spam-process): Add spam-use-resend.
23045
23046 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23047
23048 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23049 number of processed spam messages.
23050 (spam-ham-copy-or-move-routine): Return the number of processed
23051 ham messages.
23052 (spam-summary-prepare-exit): Use the above values to decide
23053 whether status messages shouled be displayed.
23054
23055 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23056
23057 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23058 `rfc2047-encoding-function-alist' in order to avoid conflicting
23059 with the old version.
23060 (rfc2047-encode-region): Concatenate words containing non-ASCII
23061 characters in structured fields; don't encode space-delimited
23062 ASCII words even in unstructured fields; don't break words at
23063 char-category boundaries.
23064 (rfc2047-encode-1): New function.
23065 (rfc2047-encode): Use it; encode text so that it occupies the
23066 maximum width within 76-column; work correctly on Q encoding for
23067 iso-2022-* charsets.
23068 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23069 sure not to break a line just after the header name.
23070 (rfc2047-b-encode-region): Remove.
23071 (rfc2047-b-encode-string): New function.
23072 (rfc2047-q-encode-region): Remove.
23073 (rfc2047-q-encode-string): New function.
23074
23075 * mm-util.el (mm-replace-in-string): New function.
23076
23077 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23078
23079 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23080 Really get it right.
23081 (gnus-inews-make-draft): Really.
23082
23083 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23084
23085 * nnmh.el (nnmh-request-list-1): Don't check the link count
23086 before descending. (small patch)
23087
23088 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23089
23090 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23091 stuff.
23092
23093 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23094 Match on real group name.
23095
23096 * gnus-art.el (gnus-signature-limit): Doc fix.
23097
23098 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23099
23100 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23101
23102 * gnus-draft.el (gnus-draft-send):
23103 Bind rfc2047-encode-encoded-words.
23104
23105 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23106 (rfc2047-encodable-p): Say that =? needs encoding.
23107 (rfc2047-encode-encoded-words): New variable.
23108
23109 * gnus-group.el (gnus-group-select-group): Doc fix.
23110
23111 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23112
23113 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23114 to nil.
23115
23116 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23117
23118 * nnheader.el (nnheader-get-lines-and-char): New function.
23119
23120 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23121
23122 * gnus-msg.el (gnus-summary-followup-with-original):
23123 Document yanking of region when active.
23124
23125 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23126
23127 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23128 groups if the group level is higher than the specified value.
23129
23130 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23131
23132 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23133 (gnus-group-jump-to-group): Add prefix argument using
23134 `gnus-group-jump-to-group-prompt'. Query before jumping to
23135 non-active group.
23136
23137 * compface.el (uncompface): Be verbose when changing
23138 `uncompface-use-external'.
23139
23140 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23141 handle manual section.
23142
23143 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23144
23145 * gnus-art.el (gnus-button-alist): Revert previous change.
23146
23147 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23148
23149 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23150
23151 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23152
23153 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23154 whether backend can accept message.
23155
23156 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23157
23158 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23159
23160 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23161 Avoid creating directory when nntp-marks-is-evil is true.
23162 Reported by Reiner Steib.
23163
23164 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23165
23166 * gnus-picon.el (gnus-picon-insert-glyph):
23167 Add optional `nostring' argument.
23168
23169 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23170
23171 * gnus-picon.el (gnus-picon-style): New variable.
23172 (gnus-picon-transform-address): Support `gnus-picon-style'.
23173
23174 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23175
23176 * message.el (message-fill-field): Return point.
23177 (message-generate-headers): Go to end of field.
23178
23179 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23180 stuff for non-living groups.
23181
23182 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23183
23184 * gnus-art.el (gnus-article-followup-with-original)
23185 (gnus-article-reply-with-original): gnus-mark-active-p ->
23186 gnus-region-active-p.
23187
23188 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23189
23190 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23191 only when there is spam or ham to be processed.
23192
23193 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23194
23195 * mail-source.el (mail-source-delete-crash-box): Refactor.
23196 (mail-source-fetch): Use it.
23197 (mail-source-fetch-file): Ditto.
23198 (mail-source-fetch-directory): Run PostScript in loop.
23199 (mail-source-fetch-pop): Delete.
23200 (mail-source-fetch-maildir): Ditto.
23201 (mail-source-fetch-imap): Ditto.
23202
23203 * imap.el (imap-authenticators): Comment out sasl.
23204
23205 * message.el (message-skip-to-next-address): New function.
23206 (message-fill-header-address): Refactor.
23207 (message-fill-address): Use it.
23208 (message-delete-address): Use it.
23209 (message-fill-header-general): Refactor.
23210 (message-fill-field-address): Rename.
23211 (message-narrow-to-field): Find the start of the header.
23212 (message-header-format-alist): Don't pre-fill.
23213 (message-fill-header): Remove.
23214 (message-insert-header): New function.
23215 (message-shorten-references): Use it.
23216
23217 * rfc2047.el (rfc2047-field-value): Strip props.
23218
23219 * mail-parse.el (mail-header-make-address): New alias.
23220
23221 * ietf-drums.el (ietf-drums-make-address): New function.
23222
23223 * imap.el: Add compiler directives.
23224
23225 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23226
23227 * gnus-art.el (article-decode-idna-rhs): Don't use
23228 message-idna-inside-rhs-p.
23229
23230 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23231
23232 * message.el (message-idna-inside-rhs-p): Remove.
23233 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23234
23235 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23236 false positives.
23237
23238 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23239
23240 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23241
23242 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23243
23244 * nneething.el (nneething-file-name): Don't create spurious
23245 files.
23246
23247 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23248 (gnus-inews-do-gcc): Remove sleep.
23249
23250 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23251 part under point.
23252
23253 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23254 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23255
23256 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23257
23258 * spam.el (spam-summary-prepare-exit): Fix (length).
23259
23260 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23261
23262 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23263 as expired without moving it" message when there are spam
23264 messages left.
23265
23266 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23267
23268 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23269 header is not nil.
23270
23271 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23272
23273 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23274 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23275 (nntp-marks-changed-p): New arg SERVER.
23276 (nntp-request-update-info): Adjust caller.
23277
23278 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23279
23280 * nntp.el (nntp-save-marks): Pass missing arg.
23281
23282 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23283
23284 * nntp.el: Support marks.
23285 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23286 (nntp-marks-modtime, nntp-marks-directory): New variables.
23287 (nntp-request-set-mark, nntp-request-update-info)
23288 (nntp-possibly-create-directory, nntp-marks-changed-p)
23289 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23290 New functions.
23291
23292 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23293
23294 * gnus-score.el (gnus-score-insert-help):
23295 Use gnus-select-lowest-window.
23296
23297 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23298 appt-select-lowest-window and rename to gnus-select-lowest-window.
23299
23300 * gnus.el: do.
23301
23302 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23303
23304 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23305 encodings of MIME-encoded words, in order to improve
23306 interoperability with several broken MUAs.
23307
23308 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23309
23310 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23311 tags, only when charsets are not specified in headers.
23312 (mm-inline-text-html-render-with-w3m): Ditto.
23313
23314 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23315
23316 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23317 instead of MIME-decoded from fields when checking
23318 `gnus-article-address-banner-alist'.
23319
23320 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23321
23322 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23323 description rather than subject.
23324
23325 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23326
23327 * gnus.el (gnus-version-number): Bump.
23328
23329 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23330
23331 * gnus.el: No Gnus v0.2 is released.
23332
23333 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23334
23335 * gnus-agent.el (gnus-agent-read-agentview):
23336 Inline gnus-uncompress-range.
23337
23338 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23339
23340 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23341 `exec-installed-p'.
23342
23343 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23344
23345 * gnus.el (spam-process, spam-autodetect-methods):
23346 Add bsfilter and bsfilter-headers.
23347
23348 * spam.el (spam-bsfilter): New customize group.
23349 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23350 (spam-bsfilter-header, spam-bsfilter-probability-header)
23351 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23352 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23353 (spam-bsfilter-database-directory): New options.
23354 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23355 (spam-list-of-statistical-checks, spam-registration-functions):
23356 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23357 (spam-bsfilter-score): New command.
23358 (spam-check-bsfilter-headers, spam-check-bsfilter)
23359 (spam-bsfilter-register-with-bsfilter)
23360 (spam-bsfilter-register-spam-routine)
23361 (spam-bsfilter-unregister-spam-routine)
23362 (spam-bsfilter-register-ham-routine)
23363 (spam-bsfilter-unregister-ham-routine): New functions.
23364 (spam-generic-score): Support bsfilter; Accept an optional argument
23365 to recalcurate spam score even if scoring header has already been
23366 added.
23367 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23368 optional argument to recalcurate spam score even if scoring header
23369 has already been added.
23370
23371 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23372
23373 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23374 strings! Reported by David D. Smith <davidsmith@acm.org>.
23375 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23376 link is missing.
23377
23378 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23379
23380 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23381 (html2text-get-attr): Rewrite.
23382
23383 * message.el (message-setup-1): Remove redundant put-text-property
23384 on mail-header-separator.
23385
23386 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23387
23388 * gnus-registry.el (gnus-registry-cache-whitespace)
23389 (gnus-registry-action, gnus-registry-spool-action)
23390 (gnus-registry-split-fancy-with-parent): Change message levels
23391 from 5 to 3 or 7, as needed.
23392
23393 * spam.el (spam-summary-prepare-exit)
23394 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23395 (spam-split, spam-find-spam, spam-log-undo-registration)
23396 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23397 level from 5 to 6.
23398
23399 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23400
23401 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23402 2004-03-04 change).
23403
23404 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23405
23406 * sieve-manage.el (sieve-manage-open):
23407 * nnweb.el (nnweb-insert-html):
23408 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23409 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23410 * nnspool.el (nnspool-request-group):
23411 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23412 * nnml.el (nnml-request-update-info):
23413 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23414 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23415 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23416 (nnimap-request-set-mark):
23417 * nnfolder.el (nnfolder-request-update-info):
23418 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23419 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23420 * gnus-uu.el (gnus-uu-find-articles-matching):
23421 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23422 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23423 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23424 * gnus-nocem.el (gnus-nocem-scan-groups):
23425 * gnus-int.el (gnus-start-news-server):
23426 * gnus-group.el (gnus-group-make-kiboze-group)
23427 (gnus-group-browse-foreign-server):
23428 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23429 Use mapc when appropriate.
23430
23431 2004-04-22 Dan Christensen <jdc@uwo.ca>
23432 Adam Sjøgren <asjo@koldfront.dk>
23433 Wes Hardaker <wes@hardakers.net>
23434 Michael Shields <shields@msrl.com>
23435
23436 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23437 may need for spam sorting and scoring.
23438 (spam-user-format-function-S): Add user format function suitable for
23439 general use.
23440 (spam-article-sort-by-spam-status): Add sorting function for summary
23441 sorting.
23442 (spam-extra-header-to-number): Add function to get a score from a
23443 header.
23444 (spam-summary-score): Add function to get a numeric score from the
23445 headers.
23446 (spam-generic-score): Fix function doc, was in wrong place.
23447 (spam-initialize): Take symbols when it's run, and install the
23448 extra headers that spam-necessary-extra-headers thinks we need.
23449
23450 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23451
23452 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23453 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23454
23455 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23456
23457 * gnus-sum.el (gnus-set-global-variables)
23458 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23459 (gnus-article-get-xrefs, gnus-summary-best-group)
23460 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23461 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23462 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23463 Use with-current-buffer.
23464
23465 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23466
23467 * spam.el (spam-summary-prepare-exit): Simplify logic.
23468 (spam-fetch-article-header): Read the article header if it's not
23469 available.
23470 (spam-list-articles): Simplify logic.
23471 (spam-filelist-register-routine): Fix bug with unregister-list.
23472
23473 * gnus-registry.el: Fix comments at beginning.
23474
23475 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23476
23477 * message.el (message-cater-to-broken-inn): Remove.
23478 (message-shorten-references): Make sure the total folded length of
23479 References is shorter than 998 characters to cater to a bug in INN
23480 2.3. Also, don't pretend that references aren't folded -- this
23481 hasn't worked for a while.
23482
23483 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23484
23485 * gnus-agent.el (gnus-agentize):
23486 gnus-agent-send-mail-real-function no longer set to current value
23487 of message-send-mail-function but rather a lambda that calls
23488 message-send-mail-function. The change makes the agent real-time
23489 responsive to user changes to message-send-mail-function.
23490
23491 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23492
23493 * legacy-gnus-agent.el
23494 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23495 help from Florian Weimer <fw@deneb.enyo.de>
23496
23497 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
23498
23499 * nnmail.el (nnmail-cache-insert): Revert last change.
23500
23501 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
23502
23503 * nnmail.el (nnmail-cache-insert): Always check whether
23504 nnmail-cache-ignore-groups matches a group name.
23505
23506 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
23507
23508 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23509 (spam-find-spam, spam-log-processing-to-registry)
23510 (spam-log-registered-p, spam-log-unregistration-needed-p)
23511 (spam-log-undo-registration): Use gnus-message instead of
23512 gnus-error, none of these errors are fatal.
23513
23514 * gnus-registry.el (gnus-registry-clean-empty-function)
23515 (gnus-registry-clean-empty): Remove only empty entries without
23516 extra data.
23517
23518 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23519
23520 * spam-stat.el (spam-stat-buffer-change-to-spam)
23521 (spam-stat-buffer-change-to-non-spam): Change (error) to
23522 (gnus-message 8) invocation.
23523
23524 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23525
23526 * nntp.el (nntp-via-netcat-command): New variable.
23527 (nntp-via-netcat-switches): New variable.
23528 (nntp-open-via-rlogin-and-netcat): New function.
23529 (nntp-open-connection-function): Doc fix.
23530 (nntp-telnet-command): Doc fix.
23531 (nntp-end-of-line): Doc fix.
23532 (nntp-via-rlogin-command): Doc fix.
23533 (nntp-via-user-name): Doc fix.
23534 (nntp-via-address): Doc fix.
23535
23536 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23537
23538 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23539 error in Emacs 21.1.
23540
23541 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23542
23543 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23544
23545 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23546
23547 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23548 (gnus-agent-with-refreshed-group): New macro.
23549 (gnus-agent-rename-group): New function.
23550 (gnus-agent-delete-group): New function.
23551 (gnus-agent-save-group-info): Use gnus-command-method when
23552 `method' parameter is nil. Don't write nil entries into the
23553 active file.
23554 (gnus-agent-get-group-info): New function.
23555 (gnus-agent-fetch-articles):
23556 Use gnus-agent-update-files-total-fetched-for to increment disk space
23557 used.
23558 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23559 Use gnus-agent-update-view-total-fetched-for to increment disk space
23560 used.
23561 (gnus-agent-get-local): Add optional parameters to avoid calling
23562 gnus-group-real-name and gnus-find-method-for-group.
23563 (gnus-agent-set-local): Delete stored entry if either min, or max,
23564 are nil.
23565 (gnus-agent-fetch-session): Reworded error/quit messages.
23566 On quit, use gnus-agent-regenerate-group to record existence of any
23567 articles fetched to disk before the quit occurred.
23568 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23569 gnus-agent-update-view-total-fetched-for, and
23570 gnus-agent-update-files-total-fetched-for to decrement disk space
23571 used.
23572 (gnus-agent-retrieve-headers):
23573 Use gnus-agent-update-view-total-fetched-for to increment disk space
23574 used.
23575 (gnus-agent-regenerate-group): Replace gnus-group-update-group
23576 with gnus-agent-update-files-total-fetched-for to decrement disk
23577 space and fresh group buffer.
23578 (gnus-agent-inhibit-update-total-fetched-for): New variable.
23579 (gnus-agent-need-update-total-fetched-for): New variable.
23580 (gnus-agent-update-files-total-fetched-for): New function.
23581 (gnus-agent-update-view-total-fetched-for): New function.
23582 (gnus-agent-total-fetched-for): New function.
23583
23584 * gnus-cache.el (gnus-cache-save-buffers):
23585 Use gnus-cache-update-overview-total-fetched-for to change disk space
23586 used by this group.
23587 (gnus-cache-possibly-enter-article):
23588 Use gnus-cache-update-file-total-fetched-for to increment disk space
23589 used by this group.
23590 (gnus-cache-possibly-remove-article):
23591 Use gnus-cache-update-file-total-fetched-for to decrement disk space
23592 used by this group.
23593 (gnus-cache-generate-nov-databases): Purge total fetched cache.
23594 (gnus-cache-rename-group): New function.
23595 (gnus-cache-delete-group): New function.
23596 (gnus-cache-inhibit-update-total-fetched-for): New variable.
23597 (gnus-cache-need-update-total-fetched-for): New variable.
23598 (gnus-cache-with-refreshed-group): New macro.
23599 (gnus-cache-update-file-total-fetched-for): New function.
23600 (gnus-cache-update-overview-total-fetched-for): New function.
23601 (gnus-cache-rename-group-total-fetched-for): New function.
23602 (gnus-cache-delete-group-total-fetched-for): New function.
23603 (gnus-cache-total-fetched-for): New function.
23604
23605 * gnus-group.el: Require gnus-sum and autoload functions to
23606 resolve warnings when gnus-group.el compiled alone.
23607 (gnus-group-line-format): Documented new %F.
23608 (size of Fetched data) group line format; identifies disk space
23609 used by agent and cache.
23610 (gnus-group-line-format-alist): Defined new F format.
23611 (gnus-total-fetched-for): New function.
23612 (gnus-group-delete-group): No longer update
23613 gnus-cache-active-altered as gnus-request-delete-group now keeps
23614 the cache in sync.
23615 (gnus-group-list-active): Let the agent store a server's active
23616 list if currently plugged.
23617
23618 * gnus-int.el (gnus-request-delete-group):
23619 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23620 local disk in sync with the server.
23621 (gnus-request-rename-group):
23622 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23623 local disk in sync with the server.
23624
23625 * gnus-start.el (gnus-get-unread-articles):
23626 Cosmetic simplification to logic.
23627
23628 * gnus-util.el (gnus-rename-file): New function.
23629
23630 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
23631
23632 * mm-util.el (mm-image-load-path): Handle nil in load-path.
23633
23634 2004-04-07 Jesper Harder <harder@ifa.au.dk>
23635
23636 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23637 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
23638
23639 2004-04-06 Jesper Harder <harder@ifa.au.dk>
23640
23641 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23642 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
23643
23644 2004-04-03 Jesper Harder <harder@ifa.au.dk>
23645
23646 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23647
23648 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
23649
23650 * spam.el (spam-set-difference): Add function to replace
23651 gnus-set-difference in spam.el.
23652 (spam-summary-prepare-exit): Use spam-set-difference.
23653
23654 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
23655
23656 * gnus-registry.el (gnus-registry-cache-file): Update to use
23657 gnus-dribble-directory OR gnus-home-directory OR ~.
23658 (gnus-registry-split-fancy-with-parent): Fix doc.
23659
23660 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
23661
23662 * message.el (message-exchange-point-and-mark):
23663 Use message-mark-active-p. Suggested by Jesper Harder
23664 <harder@ifa.au.dk>.
23665
23666 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
23667
23668 * message.el (message-exchange-point-and-mark): Don't activate
23669 region if it was inactive. Suggested by Hiroshi Fujishima
23670 <pooh@nature.tsukuba.ac.jp>.
23671
23672 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
23673
23674 * gnus-art.el (article-display-face): Display Faces in the same
23675 order as X-Faces.
23676
23677 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
23678
23679 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23680
23681 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
23682
23683 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23684 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23685 (gnus-article-mime-hierarchy): Remove.
23686 (gnus-article-mime-hierarchy-next): Remove.
23687 (gnus-article-mode): Revert 2004-03-19 change.
23688 (gnus-article-setup-buffer): Revert 2004-03-19 change.
23689 (gnus-insert-mime-button): Revert 2004-03-19 change.
23690 (gnus-mime-accumulate-hierarchy): Remove.
23691 (gnus-mime-enter-multipart): Remove.
23692 (gnus-mime-leave-multipart): Remove.
23693 (gnus-mime-display-part): Revert 2004-03-19 change.
23694 (gnus-mime-display-alternative): Revert 2004-03-19 change.
23695
23696 * mml.el (mml-preview): Revert 2004-03-19 change.
23697
23698 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
23699
23700 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23701
23702 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
23703
23704 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23705 t while entering a file name using the mm-with-multibyte macro.
23706 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23707
23708 * mm-util.el (mm-with-multibyte): New macro.
23709
23710 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
23711
23712 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23713 New user option.
23714 (gnus-mime-multipart-functions): Doc and customization fix.
23715 (gnus-article-mime-hierarchy): New variable.
23716 (gnus-article-mime-hierarchy-next): New variable.
23717 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23718 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23719 gnus-article-mime-hierarchy-next to nil.
23720 (gnus-insert-mime-button): Show hierarchy numbers.
23721 (gnus-mime-accumulate-hierarchy): New function.
23722 (gnus-mime-enter-multipart): New function.
23723 (gnus-mime-leave-multipart): New function.
23724 (gnus-mime-display-part): Recompute hierarchical MIME structure.
23725 (gnus-mime-display-alternative): Show hierarchy numbers.
23726
23727 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23728 gnus-article-mime-hierarchy-next to nil.
23729
23730 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
23731
23732 * dns.el: Don't require gnus-xmas.
23733
23734 2004-03-17 Jesper Harder <harder@ifa.au.dk>
23735
23736 * mml.el (mml-generate-mime-1): Don't use format=flowed with
23737 inline PGP.
23738 (mml-menu): Disable mml-quote-region if mark is inactive.
23739
23740 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
23741
23742 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23743 when the group's active is not available.
23744
23745 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
23746
23747 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23748 error.
23749
23750 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
23751
23752 * imap.el (imap-store-password): New variable.
23753 (imap-interactive-login): Use it.
23754 Suggested by Mark Plaksin <happy@mcplaksin.org>.
23755
23756 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
23757
23758 * gnus-art.el (gnus-article-read-summary-keys): Restore new
23759 window-start and hscroll to summary window.
23760
23761 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
23762
23763 * gnus-start.el (gnus-convert-old-newsrc): Only write the
23764 conversion message to newsrc-dribble when an actual conversion is
23765 performed.
23766
23767 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
23768
23769 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23770
23771 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
23772
23773 * mm-decode.el (mm-complicated-handles): New function reviving
23774 former definition of mm-multiple-handles.
23775
23776 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23777 (gnus-mime-delete-part): Use it.
23778
23779 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
23780
23781 * gnus-agent.el (gnus-agent-read-local):
23782 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23783 avoid the implicit assumption that they will always be equal.
23784 (gnus-agent-save-local): Bind buffer-file-coding-system, not
23785 coding-system-for-write, as the with-temp-file macro first prints
23786 to a buffer then saves the buffer.
23787
23788 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
23789
23790 * gnus-art.el (gnus-article-edit-part): New function.
23791 (gnus-mime-save-part-and-strip): Use it; do query instead of
23792 signaling an error; don't use mm-multiple-handles.
23793 (gnus-mime-delete-part): Ditto.
23794
23795 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
23796
23797 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23798 old file versions.
23799 (gnus-group-prepare-hook): Remove function that converted list
23800 form of gnus-agent-expire-days to group properties.
23801
23802 * gnus-int.el: Autoload gnus-agent-regenerate-group.
23803 (gnus-request-accept-article): Re-indented.
23804
23805 * gnus-start.el (gnus-convert-old-newsrc): Registered new
23806 converters to handle old agent file formats. Add logic for a
23807 "backup before upgrading warning".
23808 (gnus-convert-mark-converter-prompt): Developers can mark
23809 functions as needing (default), or not needing,
23810 gnus-convert-old-newsrc's "backup before upgrading warning".
23811 (gnus-convert-converter-needs-prompt): Tests whether the user
23812 should be protected from potentially irreversable changes by the
23813 function.
23814
23815 * legacy-gnus-agent.el: New. Provides converters that are only
23816 loaded when gnus-convert-old-newsrc needs to call them.
23817
23818 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
23819
23820 * mail-source.el (mail-source-touch-pop): Doc fix.
23821
23822 * message.el (message-smtpmail-send-it): Doc fix.
23823
23824 2004-03-05 Jesper Harder <harder@ifa.au.dk>
23825
23826 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23827
23828 * nnmail.el (nnmail-split-fancy): do.
23829
23830 * gnus-kill.el (gnus-kill, gnus-execute): do.
23831
23832 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23833
23834 * gnus-sum.el (gnus-widget-reversible-match)
23835 (gnus-widget-reversible-to-internal)
23836 (gnus-widget-reversible-to-external): New functions.
23837 (gnus-widget-reversible): New widget.
23838 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23839
23840 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
23841
23842 * gnus-sum.el (gnus-thread-sort-functions)
23843 (gnus-article-sort-functions): Document `(not F)' items.
23844
23845 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
23846
23847 * spam.el (spam-use-gmane-xref): Add new backend.
23848 (spam-gmane-xref-spam-group): Add variable to control the name of the
23849 Gmane spam group.
23850 (spam-blackhole-servers, spam-blackhole-good-server-regex)
23851 (spam-regex-headers-spam, spam-regex-headers-ham)
23852 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23853 (spam-list-of-checks): Add spam-use-gmane-xref to list of
23854 backends and checks.
23855 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23856
23857 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23858 an autodetect method.
23859
23860 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23861
23862 * gnus-int.el (gnus-request-accept-article): Inform the agent that
23863 articles are being added to a group.
23864 (gnus-request-replace-article): Inform the agent that articles
23865 need to be uncached as the cached contents are no longer valid.
23866
23867 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23868
23869 * binhex.el: Don't autoload executable-find.
23870
23871 * canlock.el: Don't autoload mail-fetch-field.
23872
23873 * gnus-ems.el: Don't autoload appt-select-lowest-window.
23874
23875 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23876 rmail-dont-reply-to and rmail-output.
23877
23878 * gnus-score.el: Don't autoload ffap-string-at-point.
23879
23880 * gnus-setup.el: Don't autoload sc-cite-original.
23881
23882 * imap.el: Don't autoload base64-decode-string,
23883 base64-encode-string and md5.
23884
23885 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23886 and rmail-msg-restore-non-pruned-header.
23887
23888 * mm-decode.el: Don't autoload executable-find.
23889
23890 * mm-url.el: Don't autoload executable-find.
23891
23892 * mm-view.el: Don't autoload diff-mode.
23893
23894 * nndb.el: Don't autoload news-reply-mode, news-setup,
23895 cancel-timer and telnet.
23896
23897 * password.el: Don't autoload run-at-time for Emacs.
23898
23899 * sha1-el.el: Don't autoload executable-find.
23900
23901 * sieve-mode.el: Don't autoload c-mode.
23902
23903 * uudecode.el: Don't autoload executable-find.
23904
23905 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23906
23907 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23908 (gnus-agent-possibly-alter-active): Avoid null in numeric
23909 comparison.
23910 (gnus-agent-set-local): Refuse to save null in local object table.
23911 (gnus-agent-regenerate-group): The REREAD parameter can now be a
23912 list of articles that will be marked as unread.
23913
23914 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23915
23916 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23917
23918 2004-03-04 Jesper Harder <harder@ifa.au.dk>
23919
23920 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23921 language tags.
23922
23923 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
23924
23925 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23926 Don't bind "obarray".
23927
23928 * gnus-sum.el (gnus-thread-sort-functions):
23929 Add `gnus-thread-sort-by-most-recent-number' and
23930 `gnus-thread-sort-by-most-recent-date'.
23931 Reported by Kai Grossjohann <kai@emptydomain.de>.
23932
23933 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
23934
23935 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23936
23937 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
23938
23939 * gnus-cus.el (gnus-agent-customize-category):
23940 Remove ignore-errors macro reference that required cl to be loaded at
23941 run-time.
23942
23943 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23944 single-interval range of the form (min . max). Previously the
23945 range had to look like ((min . max)). Likewise, return
23946 (min . max) rather than ((min . max)).
23947 (gnus-range-map): Use gnus-range-normalize to accept
23948 single-interval range.
23949
23950 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23951 the cache, but not the agent, now appear with their usual face.
23952
23953 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
23954
23955 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23956 w3m-safe-url-regexp variable buffer-local.
23957
23958 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23959
23960 2004-02-27 Simon Josefsson <jas@extundo.com>
23961
23962 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23963 gnus-group-real-prefix.
23964 (gnus-summary-move-article): Use it, instead of
23965 gnus-group-real-prefix.
23966
23967 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
23968
23969 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23970 w3m-safe-url-regexp variable buffer-local and set it as the value
23971 of mm-w3m-safe-url-regexp.
23972
23973 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23974
23975 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23976 parsing gnus-posting-styles when the message is not for replying.
23977
23978 * nnrss.el (nnrss-opml-export):
23979 Use mm-set-buffer-file-coding-system instead of
23980 set-buffer-file-coding-system.
23981
23982 2004-02-27 Jesper Harder <harder@ifa.au.dk>
23983
23984 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23985 of checkdoc.el).
23986 * nnrss.el: do.
23987 * gnus-mlspl.el: do.
23988 * gnus-ml.el: do.
23989 * gnus-srvr.el: do.
23990
23991 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23992
23993 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
23994
23995 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23996 Corrections to custom-manual links.
23997
23998 * gnus-art.el (gnus-article): Ditto.
23999
24000 * mm-decode.el (mime-display, mime-security): Ditto.
24001
24002 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24003
24004 * flow-fill.el: Typo.
24005
24006 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24007
24008 * spam-wash.el: New file.
24009
24010 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24011
24012 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24013
24014 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24015
24016 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24017 to be run with new-articles as LIST1, not LIST2.
24018 (spam-registration-functions): Add spam-use-ham-copy as a nil
24019 registration backend.
24020
24021 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24022
24023 * spam-stat.el (spam-stat-washing-hook): New option.
24024 (spam-stat-buffer-words): Use it.
24025 (spam-stat-process-directory, spam-stat-test-directory):
24026 Use insert-file-contents-literally.
24027 (spam-stat-coding-system): New variable.
24028 (spam-stat-load, spam-stat-save): Use it.
24029
24030 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24031
24032 * spam-report.el (spam-report-plug-agent):
24033 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24034
24035 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24036
24037 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24038 Allow / in mailto URLs.
24039
24040 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24041
24042 * spam-report.el (spam-report-process-queue): Fix interactive use.
24043 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24044 (spam-report-unplug-agent): Doc fixes.
24045 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24046 (spam-report-agentize, spam-report-deagentize):
24047 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24048
24049 * message.el (message-setup-fill-variables): Add mml tags to
24050 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24051 <ajk@iu.edu>.
24052 (message-mode): Don't modify paragraph-separate there.
24053
24054 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24055
24056 * compface.el (uncompface-use-external): Default to undecided.
24057 (uncompface-use-external-threshold): New variable.
24058 (uncompface-float-time): New macro.
24059 (uncompface): Determine whether to use the external decoder if
24060 uncompface-use-external is undecided.
24061
24062 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24063
24064 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24065 after images.
24066
24067 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24068
24069 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24070
24071 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24072
24073 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24074
24075 * gnus-sum.el (gnus-summary-limit-to-age)
24076 (gnus-summary-limit-children): do.
24077
24078 * gnus-int.el (gnus-request-scan): do.
24079
24080 * gnus-group.el (gnus-group-suspend): do.
24081
24082 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24083
24084 * gnus-cite.el (gnus-cite-parse-attributions): do.
24085
24086 * gnus-agent.el (gnus-summary-set-agent-mark)
24087 (gnus-agent-regenerate-group): do.
24088
24089 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24090
24091 * binhex.el (binhex-decode-region-internal): do.
24092
24093 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24094
24095 * gnus-fun.el (gnus-face-properties-alist): New user option.
24096 (gnus-display-x-face-in-from): Use it.
24097
24098 * gnus-art.el (article-display-face): Ditto.
24099
24100 * compface.el (uncompface-use-external): Default to nil.
24101
24102 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24103
24104 * nntp.el (nntp-erase-buffer): New function.
24105 (nntp-retrieve-data, nntp-send-command)
24106 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24107 (nntp-possibly-change-group): Use it.
24108
24109 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24110 Use with-current-buffer.
24111
24112 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24113
24114 * compface.el: Merge the ELisp-based uncompface program.
24115 (compface): New customization group.
24116 (uncompface-use-external): New user option.
24117 (uncompface): Call uncompface-internal if uncompface-use-external
24118 is nil.
24119 (uncompface-internal): New function. Note that there are also
24120 some other functions and variables added for this function.
24121
24122 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24123
24124 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24125 if necessary.
24126
24127 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24128
24129 * spam-report.el (spam-report-unplug-agent)
24130 (spam-report-plug-agent, spam-report-deagentize)
24131 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24132 Add support for the Agent in spam-report: when unplugged, report to a
24133 file; when plugged, submit all the requests.
24134
24135 * spam.el (spam-register-routine): Fix message about
24136 registration.
24137
24138 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24139
24140 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24141 dependencies.
24142 (rfc2047-encode): Use it.
24143
24144 * gnus-art.el (gnus-button-marker-list): Move before first
24145 reference.
24146
24147 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24148 (imap-parse-body): Fix format string mismatch.
24149
24150 * gnus-score.el (gnus-summary-increase-score): do.
24151
24152 * nnrss.el (nnrss-close): New function.
24153
24154 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24155
24156 * nnrss.el (nnrss-make-filename): New function.
24157 (nnrss-request-delete-group, nnrss-read-server-data)
24158 (nnrss-save-server-data, nnrss-read-group-data)
24159 (nnrss-save-group-data): Use it.
24160 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24161 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24162 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24163
24164 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24165
24166 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24167
24168 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24169
24170 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24171 files.
24172
24173 * message.el (message-generate-headers-first): Don't quote nil
24174 and t in docstrings.
24175
24176 * imap.el (imap-id): do.
24177
24178 * gnus-agent.el (gnus-agent-consider-all-articles)
24179 (gnus-agent-queue-mail): do.
24180
24181 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24182
24183 * spam-report.el (spam-report-process-queue): New function.
24184 Process requests from `spam-report-requests-file'.
24185 (spam-report-process-queue): Doc fix.
24186
24187 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24188
24189 * spam.el (spam-register-routine)
24190 (spam-log-processing-to-registry, spam-log-registered-p)
24191 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24192 Change "check" to "spam-check" for semi-clarity.
24193
24194 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24195
24196 * pop3.el: Require nnheader.
24197
24198 * mml-smime.el: Require cl. Autoload message-fetch-field.
24199
24200 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24201
24202 * gnus-picon.el: Require cl.
24203
24204 * gnus-fun.el: Require gnus-ems and gnus-util.
24205
24206 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24207
24208 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24209
24210 * gnus-art.el (gnus-article-edit-mode): Define before first
24211 reference.
24212
24213 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24214
24215 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24216 (gnus-uu-post-encoded): Use point-at-bol.
24217
24218 * gnus-topic.el (gnus-group-active-topic-p): do.
24219
24220 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24221
24222 * gnus-group.el (gnus-group-kill-region): do.
24223
24224 * gnus-art.el (article-date-ut): do.
24225
24226 * message.el (message-fetch-field): Remove redundant
24227 case-fold-search binding.
24228 (message-narrow-to-field): Simplify.
24229
24230 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24231
24232 * spam.el (spam-directory): Derive from `gnus-directory'.
24233
24234 * spam-report.el (spam-report-url-to-file)
24235 (spam-report-requests-file): New function and variable for offline
24236 reporting.
24237 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24238 and user defined function.
24239 (spam-report-url-ping-mm-url): Remove doubled slash.
24240
24241 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24242
24243 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24244
24245 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24246
24247 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24248 Fix format string mismatch.
24249
24250 * sieve.el (sieve-deactivate-all): do.
24251
24252 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24253
24254 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24255
24256 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24257
24258 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24259
24260 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24261
24262 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24263 the list of checks.
24264
24265 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24266
24267 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24268 padding.
24269
24270 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24271
24272 * mm-view.el (mm-fill-flowed): New variable.
24273 (mm-inline-text): Use it.
24274
24275 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24276
24277 * spam.el (spam-spamassassin-register-ham-routine)
24278 (spam-spamassassin-register-spam-routine): Fix function names.
24279
24280 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24281
24282 * gnus.el (gnus-tmp-grouplens): Remove.
24283 (gnus-summary-line-format): Remove grouplens.
24284
24285 * gnus-group.el (gnus-group-line-format): Ditto.
24286
24287 * gnus-spec.el (gnus-format-specs): Ditto.
24288 (gnus-update-format-specifications): Flush the group format spec
24289 cache if there's the grouplens stuff.
24290 (gnus-parse-simple-format): Replace %l with the empty string.
24291
24292 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24293
24294 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24295 omission.
24296
24297 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24298
24299 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24300 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24301
24302 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24303
24304 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24305 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24306 New macros and functions.
24307 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24308 Handle > NLINK_MAX messages.
24309 * nnmaildir.el (nnmaildir-request-set-mark):
24310 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24311
24312 2004-01-25 Alex Schroeder <alex@gnu.org>
24313
24314 * spam-stat.el (spam-stat-process-directory-age): New option.
24315 (spam-stat-process-directory): Use it.
24316
24317 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24318
24319 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24320 (spam-stat-save): Accept prefix argument.
24321
24322 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24323
24324 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24325 links" error.
24326
24327 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24328
24329 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24330 compatibility with old .newsrc.eld files.
24331
24332 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24333
24334 * gnus-start.el (gnus-1): do.
24335
24336 * gnus-group.el (gnus-group-line-format-alist): do.
24337
24338 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24339
24340 * gnus-gl.el: Remove.
24341
24342 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24343
24344 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24345 marks consisting of a single range {for example, (3 . 5)} rather
24346 than a list of a single range { ((3 . 5)) }.
24347
24348 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24349
24350 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24351 Use with-current-buffer.
24352 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24353 avoid consing a string.
24354
24355 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24356 Remove obsolete entries for big5 and gb2312.
24357
24358 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24359
24360 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24361 uncompressed list.
24362
24363 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24364
24365 * spam-stat.el (spam-stat-strip-xref): New function.
24366 (spam-stat-process-directory): Use it.
24367
24368 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24369 here -- it's done in message-fetch-field.
24370
24371 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24372
24373 * gnus-agent.el (gnus-agent-queue-mail)
24374 (gnus-agent-prompt-send-queue): New variables.
24375 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24376 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24377 "nndraft:queue" along to gnus-draft-send.
24378 Use gnus-agent-prompt-send-queue.
24379 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24380 is "nndraft:queue". Suggested by Gaute Strokkenes
24381 <gs234@srcf.ucam.org>
24382
24383 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24384 (agent-enable-undownloaded-faces): Add.
24385 (gnus-agent-cat-groups): Use eval-and-compile, not
24386 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24387 method of gnus-agent-cat-groups even when the buffer has been
24388 evalled.
24389 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24390 delete gnus-agent-save-active-1.
24391 (gnus-agent-save-groups): Delete. Identical to
24392 gnus-agent-save-active.
24393 (gnus-agent-write-active): No longer adjust agent's copy of active
24394 file as agent's adjustments are now stored in their own
24395 file. Remove optional parameter.
24396 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24397 servers. Add use of min/max range limits from server's local
24398 file.
24399 (gnus-agent-save-alist): Remove unused optional argument.
24400 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24401 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24402 (gnus-agent-set-local): A per-server file that keeps min/max range
24403 limits for articles known to the agent. Provides a fast mechanism
24404 for altering many active ranges.
24405 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24406 active file (local makes it unnecessary).
24407 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24408
24409 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24410 (agent-enable-undownloaded-faces): Add.
24411
24412 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24413 disable it when sending to "nndraft:queue".
24414 (gnus-group-send-queue): Add safety check to avoid sending queue
24415 when unplugged.
24416
24417 * gnus-group.el (gnus-group-catchup): Use new
24418 gnus-sequence-of-unread-articles, not
24419 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24420 numbers of articles. Use gnus-range-map to avoid having to
24421 uncompress the unread list.
24422 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24423 Fix invalid ange-ftp reference.
24424
24425 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24426 (gnus-sorted-range-intersection): Intersection of two ranges
24427 without requiring that they first be uncompressed.
24428
24429 * gnus-start.el (gnus-activate-group): Unless blocked by the
24430 caller, possibly expand the active range to include both cached
24431 and agentized articles.
24432 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24433 multiple version-dependent converters.
24434 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24435 gnus-agent-save-active.
24436 (gnus-save-newsrc-file): Save dirty agent range limits.
24437
24438 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24439 gnus-agent-possibly-alter-active.
24440 (gnus-adjust-marked-articles): Faster handling of simple lists.
24441
24442 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24443
24444 * spam-stat.el (spam-stat-test-directory): New optional argument
24445 displays a list of files detected. Suggested by Andrew Cohen
24446 <cohen@andy.bu.edu>.
24447 (spam-stat-buffer-words-with-scores): Don't narrow and change
24448 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24449
24450 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24451
24452 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24453 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24454 (spam-spamassassin-arguments)
24455 (spam-spamassassin-spam-flag-header)
24456 (spam-spamassassin-positive-spam-flag-header)
24457 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24458 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24459 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24460 (spam-list-of-processors, spam-list-of-checks)
24461 (spam-list-of-statistical-checks, spam-registration-functions)
24462 (spam-check-spamassassin-headers, spam-check-spamassassin)
24463 (spam-spamassassin-score)
24464 (spam-spamassassin-register-with-sa-learn)
24465 (spam-spamassassin-register-spam-routine)
24466 (spam-spamassassin-register-ham-routine)
24467 (spam-assassin-register-spam-routine)
24468 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24469 (spam-bogofilter-score): Fix to show article before scoring.
24470
24471 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24472
24473 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24474 default scoring function.
24475 (spam-generic-score): Call spam-spamassassin-score if
24476 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24477 spam-bogofilter-score otherwise.
24478
24479 * gnus.el (spam-process, spam-autodetect-methods):
24480 Add spamassassin and spamassassin-headers.
24481
24482 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24483
24484 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24485 Suppress unnecessary messages.
24486
24487 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24488
24489 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24490 make-hash-table.
24491
24492 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24493
24494 * canlock.el (base64-encode-string): Don't autoload it.
24495
24496 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24497
24498 * run-at-time.el: Remove useless (require 'itimer),
24499 eval-and-compile and (featurep 'xemacs).
24500
24501 2004-01-16 Jesper Harder <harder@ifa.au.dk>
24502
24503 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24504 GROUP is a virtual group.
24505
24506 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
24507
24508 * gnus.el: Autoload `message-y-or-n-p'.
24509
24510 2004-01-15 Jesper Harder <harder@ifa.au.dk>
24511
24512 * pgg-parse.el: Remove unnecessary (require 'custom).
24513
24514 * pgg-def.el: do.
24515
24516 * nnmail.el: do.
24517
24518 * gnus-undo.el: do.
24519
24520 * gnus-picon.el: do.
24521
24522 * gnus-util.el: do.
24523
24524 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24525
24526 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24527
24528 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24529
24530 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24531 handle, as well as a list.
24532
24533 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24534 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24535 (mm-w3m-cid-retrieve): Simplify.
24536
24537 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24538
24539 * message.el (message-kill-to-signature): Allow prefix arg to
24540 specify number of lines to keep before signature.
24541
24542 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24543
24544 * message.el (message-kill-to-signature): Change docstring.
24545
24546 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24547
24548 * canlock.el: Always require sha1-el.
24549 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24550
24551 * message.el: Autoload sha1 only when compiling.
24552
24553 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24554
24555 * message.el (message-canlock-generate): Require sha1-el.
24556
24557 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24558
24559 * message.el (message-expand-name): Silence the byte compiler.
24560
24561 2004-01-13 Simon Josefsson <jas@extundo.com>
24562
24563 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24564 Invoke gnus-score-mode.
24565 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24566
24567 * gnus-range.el (gnus-compress-sequence): Doc fix.
24568 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24569
24570 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24571
24572 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24573
24574 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
24575
24576 * spam.el (spam-get-article-as-string): Update to use
24577 gnus-request-article-this-buffer, much simpler.
24578 (spam-get-article-as-buffer): Remove.
24579
24580 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
24581
24582 * message.el (message-expand-name): Use EUDC if the user uses that.
24583
24584 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24585
24586 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24587 character for the encoding to avoid consing a string.
24588
24589 * rfc2047.el (rfc2047-decode-string): Don't cons a string
24590 unnecessarily.
24591
24592 * mm-util.el (mm-replace-chars-in-string): Remove.
24593
24594 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24595 of mm-replace-chars-in-string.
24596
24597 2004-01-11 Jesper Harder <harder@ifa.au.dk>
24598
24599 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24600
24601 * mm-util.el (mm-subst-char-in-string): Support inplace.
24602
24603 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24604 a new string in every iteration. Use shy groups.
24605
24606 2004-01-10 Jesper Harder <harder@ifa.au.dk>
24607
24608 * gnus-srvr.el (gnus-browse-unsubscribe-group):
24609 * gnus-soup.el (gnus-soup-group-brew):
24610 * gnus-msg.el (gnus-put-message):
24611 * gnus-move.el (gnus-group-move-group-to-server):
24612 * gnus-kill.el (gnus-batch-score):
24613 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24614 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24615 (gnus-group-update-group, gnus-group-read-group)
24616 (gnus-group-make-group, gnus-group-make-help-group)
24617 (gnus-group-make-archive-group, gnus-group-make-directory-group)
24618 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24619 (gnus-group-sort-by-unread, gnus-group-catchup)
24620 (gnus-group-unsubscribe-group, gnus-group-kill-group)
24621 (gnus-group-yank-group, gnus-group-set-info)
24622 (gnus-group-list-groups):
24623 * gnus.el (gnus-generate-new-group-name):
24624 * gnus-delay.el (gnus-delay-send-queue):
24625 * nnvirtual.el (nnvirtual-catchup-group):
24626 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24627 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24628 (gnus-group-prepare-topics, gnus-topic-check-topology):
24629 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24630 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24631 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24632 (gnus-group-make-articles-read):
24633 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24634 (gnus-group-change-level, gnus-kill-newsgroup)
24635 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24636 (gnus-get-unread-articles, gnus-make-articles-unread)
24637 (gnus-make-ascending-articles-unread): Use accessor
24638 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24639 to get group information for improved readability.
24640
24641 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24642
24643 * gnus-art.el (article-decode-mime-words, article-babel)
24644 (gnus-article-highlight-signature, gnus-article-add-buttons)
24645 (gnus-signature-toggle): Use gnus-with-article-buffer.
24646
24647 * gnus-art.el (gnus-article-highlight-headers)
24648 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24649
24650 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24651 (gnus-article-set-globals, gnus-request-article-this-buffer)
24652 (gnus-button-message-id, gnus-article-maybe-hide-headers)
24653 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24654 (gnus-mime-display-alternative): Use with-current-buffer.
24655
24656 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24657
24658 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24659 also under 80 char limit, and call gnus-error if needed.
24660 (spam-fetch-article-header): Fix - it was a
24661 buffer-local variable (gnus-newsgroup-data).
24662 (spam-find-spam): Use spam-generate-fake-headers, forget about
24663 spam-insert-fake-headers.
24664 (spam-insert-fake-headers): Remove.
24665
24666 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24667
24668 * deuglify.el (gnus-article-outlook-unwrap-lines)
24669 (gnus-outlook-rearrange-article)
24670 (gnus-outlook-repair-attribution-outlook)
24671 (gnus-outlook-repair-attribution-block)
24672 (gnus-outlook-repair-attribution-other): Remove redundant
24673 save-excursion.
24674
24675 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24676
24677 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24678 (spam-fetch-field-subject-fast)
24679 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24680 (spam-fetch-article-header): Add functions to deal with Gnus
24681 internals for fast retrieval of article header data.
24682 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24683
24684 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24685
24686 * pop3.el (pop3-md5): Remove.
24687 (pop3-apop): Replace pop3-md5 with md5.
24688
24689 * mm-bodies.el: base64 is always built-in.
24690
24691 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24692 Use with-current-buffer.
24693
24694 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
24695
24696 * canlock.el (canlock-insert-header): Remove excessive grouping in
24697 regexp.
24698
24699 * gnus-sum.el (gnus-summary-read-document): Ditto.
24700
24701 * gnus-uu.el (gnus-uu-part-number): Ditto.
24702
24703 * html2text.el (html2text-remove-tags): Ditto.
24704 (html2text-format-tags): Ditto.
24705 (html2text-format-single-elements): Ditto.
24706
24707 * mml.el (mml-parse-1): Ditto.
24708
24709 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24710
24711 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24712
24713 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24714
24715 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24716
24717 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24718
24719 2003-11-15 Simon Josefsson <jas@extundo.com>
24720
24721 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24722 (pgg-gpg-lookup-key): Use regexp match instead of
24723 split-string (split-string is different between emacs 21.2 and
24724 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
24725
24726 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24727
24728 * gnus-art.el (gnus-mime-view-all-parts)
24729 (gnus-article-part-wrapper, gnus-article-view-part):
24730 Use with-current-buffer.
24731
24732 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24733
24734 * spam.el (spam-disable-spam-split-during-ham-respool)
24735 (spam-spamoracle-database, spam-cache-lookups)
24736 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24737 (spam-group-ham-mark-p, spam-group-spam-mark-p)
24738 (spam-group-ham-marks, spam-group-spam-marks)
24739 (spam-group-spam-contents-p, spam-group-ham-contents-p)
24740 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24741 also add spam-use-blackholes to the statistical checks.
24742 (spam-fetch-field-fast): Add interface to fetching fields, may
24743 become a macro.
24744 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24745 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24746 (spam-insert-fake-headers): Fake an article when needed.
24747 (spam-find-spam): Fake article when possible.
24748 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24749 (spam-check-bogofilter-headers): Use message-fetch-field instead
24750 of nnmail-fetch-field.
24751
24752 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
24753
24754 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24755
24756 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24757
24758 * spam.el (spam-split): Do not require spam-use-CHECK to be
24759 enabled if that check is passed to spam-split explicitly; also
24760 fix so 'spam doesn't get converted to spam-split-group when
24761 spam-split-symbolic-return is t.
24762 (spam-find-spam): Find registrations of the article and use those
24763 instead of re-running spam-split to find the spam/ham
24764 classification of the article.
24765 (spam-log-processing-to-registry, spam-log-registered-p)
24766 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24767 Use gnus-error instead of gnus-message.
24768 (spam-log-registration-type): Add function to determine the
24769 classification of a message based on registry entries; will
24770 return nil if both 'spam and 'ham are found.
24771 (spam-check-BBDB): Expand all the BBDB macros here so we can have
24772 a reasonably fast local cache without the loading errors.
24773 (spam-cache-lookups): Set to t by default.
24774 (spam-find-spam): Don't try to guess spam-cache-lookups.
24775 (spam-enter-whitelist, spam-enter-blacklist): Clear the
24776 spam-caches entry.
24777 (spam-filelist-build-cache, spam-filelist-check-cache):
24778 Fix caching of whitelist/blacklist entries.
24779 (spam-check-whitelist, spam-check-blacklist):
24780 Invoke spam-from-listed-p with a type, not a cache variable.
24781 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24782
24783 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24784
24785 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24786
24787 * nnmail.el (nnmail-split-fancy): do.
24788
24789 * mml.el (mml-parse): do.
24790
24791 * gnus-score.el (gnus-enter-score-words-into-hashtb)
24792 (gnus-score-adaptive): do.
24793
24794 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24795
24796 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24797 (gnus-mime-button-map): Don't set keymap parent.
24798 (gnus-button-ctan-directory-regexp): Use shy grouping.
24799 (gnus-prev-page-map): Don't set keymap parent.
24800 (gnus-prev-page-map): Remove duplicated one.
24801 (gnus-next-page-map): Don't set keymap parent.
24802 (gnus-mime-security-button-map): Ditto.
24803
24804 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24805 version number.
24806
24807 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24808
24809 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24810
24811 * canlock.el (canlock-sha1-function): Remove.
24812 (canlock-sha1-function-for-verify): Remove.
24813 (canlock-openssl-program): Remove.
24814 (canlock-openssl-args): Remove.
24815 (canlock-ignore-errors): Remove.
24816 (canlock-sha1-with-openssl): Remove.
24817 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24818 (canlock-verify): Don't use canlock-ignore-errors.
24819
24820 * sha1-el.el (sha1-string-external): Make it can return a string
24821 in binary form.
24822 (sha1-region-external): Ditto.
24823 (sha1-string-internal): Ditto.
24824 (sha1-region-internal): Ditto.
24825 (sha1-region): Ditto.
24826 (sha1-string): Ditto.
24827 (sha1): Ditto.
24828
24829 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
24830
24831 * spam.el (spam-report-articles-gmane): New command.
24832
24833 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24834
24835 * gnus.el: Don't make unnecessary *Group* buffer when loading.
24836
24837 * run-at-time.el (run-at-time-saved): Remove.
24838 (run-at-time): Doc fix.
24839
24840 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24841
24842 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24843 (gnus-summary-limit-map): Add it.
24844 (gnus-summary-make-menu-bar): do.
24845
24846 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
24847
24848 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24849 Make attempt at some caching support (done for BBDB only now).
24850 (spam-find-spam): Set spam-cache-lookups if there are more than 2
24851 addresses to be checked.
24852 (spam-clear-cache-BBDB): Add function, to be invoked by
24853 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24854 (spam-check-BBDB): Check and use the caches, if
24855 spam-cache-lookups is on, remove superfluous (provide).
24856
24857 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
24858
24859 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24860
24861 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
24862
24863 * run-at-time.el (run-at-time-saved): Move to after the definition
24864 of `run-at-time'.
24865
24866 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
24867
24868 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24869 mm-w3m-local-map-property.
24870
24871 * mm-view.el (mm-w3m-mode-map): Remove.
24872 (mm-w3m-local-map-property): Remove.
24873 (mm-inline-text-html-render-with-w3m): Don't use
24874 mm-w3m-local-map-property.
24875
24876 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
24877
24878 * run-at-time.el: New file.
24879
24880 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24881 of gnus-set-text-properties.
24882
24883 * gnus-uu.el (gnus-uu-save-article): Ditto.
24884
24885 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24886
24887 * gnus-cite.el (gnus-cite-parse): Ditto.
24888
24889 * gnus-art.el (gnus-button-push): Use set-text-properties instead
24890 of gnus-.
24891
24892 * gnus.el: Change calls to nnheader-run-at-time and
24893 password-run-at-time throughout to use run-at-time directly.
24894
24895 * password.el: Remove definition of run-at-time.
24896
24897 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
24898
24899 * mml.el (mml-minibuffer-read-disposition): Show attachment type
24900 in prompt.
24901
24902 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24903
24904 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24905 XEmacs version.
24906
24907 * dns.el (dns-make-network-process): Use `open-network-stream'
24908 instead of `gnus-xmas-open-network-stream'.
24909
24910 * .cvsignore: Add auto-autoloads.el, custom-load.el.
24911
24912 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24913
24914 * gnus-art.el (gnus-mime-display-alternative)
24915 (gnus-insert-mime-button, gnus-insert-mime-security-button)
24916 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24917 Don't use gnus-local-map-property.
24918
24919 * gnus-util.el (gnus-local-map-property): Remove.
24920
24921 * mm-view.el (mm-view-pkcs7-decrypt):
24922 Replace gnus-completing-read-maybe-default with completing-read.
24923
24924 * gnus-util.el (gnus-completing-read): do.
24925 (gnus-completing-read-maybe-default): Remove.
24926
24927 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24928
24929 * password.el: Only autoload `run-at-time' if not XEmacs.
24930 Only autoload the itimer functions if XEmacs.
24931
24932 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24933
24934 * gnus-art.el (gnus-read-string): Remove.
24935 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24936 read-string.
24937
24938 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
24939
24940 * netrc.el: Autoload password-read.
24941 (netrc): Add configuration group.
24942 (netrc-encoding-method, netrc-openssl-path):
24943 Add variables for encoding and decoding of files with symmetric
24944 ciphers.
24945 (netrc-encode): Add assistant function to encode a file with
24946 netrc-encoding-method.
24947 (netrc-parse): Add interactive parameter, added optional
24948 decoding if netrc-encoding-method is non-nil but otherwise
24949 behavior is standard.
24950 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24951 Do s/encode/encrypt/ everywhere.
24952
24953 * spam.el: Remove executable-find autoload.
24954
24955 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24956
24957 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24958
24959 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24960
24961 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
24962
24963 * gnus-art.el (gnus-treat-ansi-sequences)
24964 (article-treat-ansi-sequences): New variable and function.
24965 Suggested by Dan Jacobson <jidanni@jidanni.org>.
24966
24967 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24968 Use it.
24969
24970 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24971
24972 * mm-util.el (mm-quote-arg): Remove.
24973
24974 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24975 shell-quote-argument.
24976
24977 * gnus-uu.el (gnus-uu-command): do.
24978
24979 * gnus-sum.el (gnus-summary-insert-pseudos): do.
24980
24981 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24982 with make-char.
24983
24984 * mm-util.el (mm-make-char): Remove.
24985
24986 * mml.el (mml-mode): Replace gnus-add-minor-mode with
24987 add-minor-mode.
24988
24989 * gnus-undo.el (gnus-undo-mode): do.
24990
24991 * gnus-topic.el (gnus-topic-mode): do.
24992
24993 * gnus-sum.el (gnus-dead-summary-mode): do.
24994
24995 * gnus-start.el (gnus-slave-mode): do.
24996
24997 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24998
24999 * gnus-ml.el (gnus-mailing-list-mode): do.
25000
25001 * gnus-gl.el (gnus-grouplens-mode): do.
25002
25003 * gnus-draft.el (gnus-draft-mode): do.
25004
25005 * gnus-dired.el (gnus-dired-mode): do.
25006
25007 * gnus-ems.el (gnus-add-minor-mode): Remove.
25008
25009 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25010 Replace gnus-char-width with char-width.
25011
25012 * gnus-ems.el (gnus-char-width): Remove.
25013
25014 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25015 Replace gnus-char-width with char-width.
25016
25017 * gnus-ems.el (gnus-char-width): Remove.
25018
25019 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25020 definition.
25021 Remove Emacs 20 hash table compatibility code.
25022
25023 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25024 20 compatibility code.
25025
25026 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25027
25028 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25029
25030 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25031 Replace with point-at-{eol,bol}.
25032
25033 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25034
25035 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25036
25037 * flow-fill.el (fill-flowed-point-at-bol)
25038 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25039
25040 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25041 Replace with point-at-{eol,bol} throughout all files.
25042
25043 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25044
25045 * ntlm.el (ntlm-string-as-unibyte): New macro.
25046 (ntlm-build-auth-response): Use it.
25047
25048 Remove Emacs 20 stuff:
25049 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25050 of delq and copy-sequence.
25051 * gnus-art.el (popup-menu): Remove the compiler macro.
25052 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25053 Emacs 20.
25054
25055 2004-01-05 Simon Josefsson <jas@extundo.com>
25056
25057 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25058 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25059 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25060 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25061 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25062 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25063 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25064 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25065 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25066 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25067 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25068 string-xor into ntlm-string-xor.
25069 Suggested by Jesper Harder <harder@myrealbox.com>.
25070
25071 * ntlm.el: Don't include poem.
25072
25073 * md4.el (print-int32, print-string-hexa): Remove.
25074 Suggested by Jesper Harder <harder@myrealbox.com>.
25075
25076 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25077
25078 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25079 probably breaks emacs with DL patch, but do we care? Is anyone
25080 still using the DL stuff?)
25081
25082 * sieve-manage.el: Use the password package.
25083 (sieve-manage-read-passwd): Remove.
25084 (sieve-manage-interactive-login): Use password. Re-add
25085 condition-case around loop.
25086
25087 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25088 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25089 Use the password package.
25090
25091 2003-02-19 Simon Josefsson <jas@extundo.com>
25092
25093 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25094 token.
25095
25096 2002-08-07 Simon Josefsson <jas@extundo.com>
25097
25098 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25099 (sieve-manage-authenticators):
25100 (sieve-manage-authenticator-alist): Add some SASL mechs.
25101 (sieve-sasl-auth): New function.
25102 (sieve-manage-cram-md5-auth):
25103 (sieve-manage-plain-auth): Rewrite using SASL library.
25104 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25105 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25106 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25107 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25108
25109 2004-01-05 Simon Josefsson <jas@extundo.com>
25110
25111 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25112 New files.
25113
25114 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25115
25116 * gnus-group.el (gnus-no-groups-message): Update.
25117
25118 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25119
25120 2003-11-09 Simon Josefsson <jas@extundo.com>
25121
25122 * imap.el: Support for ID IMAP extension (RFC 2971).
25123 (imap-local-variables): Add imap-id.
25124 (imap-id): New variable.
25125 (imap-id): New function.
25126 (imap-parse-response): Parse untagged ID response.
25127 * nnimap.el (nnimap-id): New variable.
25128 (nnimap-open-connection): Use it.
25129
25130 2003-12-28 Simon Josefsson <jas@extundo.com>
25131
25132 * gnus-score.el (gnus-score-edit-all-score): New.
25133 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25134
25135 2004-01-04 Simon Josefsson <jas@extundo.com>
25136
25137 * password.el: Add.
25138
25139 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25140
25141 * dns.el (dns-query-types): Fix typo.
25142 (dns-query-types): New function.
25143 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25144 PTR and SOA replies, see RFC 1035.
25145
25146 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25147
25148 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25149
25150 * Move to Changelog.2.
25151
25152 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25153
25154 * gnus.el (gnus-version-number): Bump version.
25155
25156 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25157
25158 * gnus.el: No Gnus v0.1 is released.
25159
25160 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25161
25162 * gnus.el: No Gnus v0.0 is released.
25163
25164 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25165
25166 * gnus.el (gnus-version-number): Bump.
25167 (gnus-version): No.
25168
25169 See ChangeLog.2 for earlier changes.
25170
25171 Copyright (C) 2004-2013 Free Software Foundation, Inc.
25172
25173 This file is part of GNU Emacs.
25174
25175 GNU Emacs is free software: you can redistribute it and/or modify
25176 it under the terms of the GNU General Public License as published by
25177 the Free Software Foundation, either version 3 of the License, or
25178 (at your option) any later version.
25179
25180 GNU Emacs is distributed in the hope that it will be useful,
25181 but WITHOUT ANY WARRANTY; without even the implied warranty of
25182 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25183 GNU General Public License for more details.
25184
25185 You should have received a copy of the GNU General Public License
25186 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25187
25188 ;; Local Variables:
25189 ;; coding: utf-8
25190 ;; fill-column: 79
25191 ;; add-log-time-zone-rule: t
25192 ;; End: