Merge from emacs-24; up to 2013-01-03T02:31:36Z!rgm@gnu.org
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * message.el (message-expand-group, message-completion-in-region):
4 Correct the order of start and end of a region.
5
6 2013-09-13 Glenn Morris <rgm@gnu.org>
7
8 * mml2015.el (gnus-create-image): Autoload it.
9
10 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
11
12 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
13 (image-size): Declare.
14
15 2013-09-12 Glenn Morris <rgm@gnu.org>
16
17 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
18 Avoid using `find', which i) might not be defined at runtime;
19 ii) does not work, since its default test is eql, not equal.
20 (gnus-mime-action-alist): Declare.
21
22 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * score-mode.el (gnus-score-mode-map): Move initialization
25 into declaration.
26 (gnus-score-mode): Use define-derived-mode.
27 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
28 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
29 into declaration.
30 (gnus-kill-file-mode): Use define-derived-mode.
31 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
32 Use derived-mode-p.
33 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
34 (gnus-group-setup-buffer, gnus-group-name-at-point)
35 (gnus-group-make-web-group, gnus-group-enter-directory)
36 (gnus-group-suspend): Use derived-mode-p.
37 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
38 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
39 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
40 (gnus-article-setup-buffer, gnus-article-prepare)
41 (gnus-article-prepare-display, gnus-sticky-article)
42 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
43 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
44 (gnus-article-read-summary-keys): Use derived-mode-p.
45
46 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
47
48 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
49
50 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
51
52 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
53 shift_jis from the default value set for Japanese users.
54
55 2013-08-13 Glenn Morris <rgm@gnu.org>
56
57 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
58
59 * gnus.el (gnus-valid-select-methods): Fix type.
60
61 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
62
63 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
64
65 * mm-decode.el (mm-display-external): Run a timer for the temp files
66 deletion after a viewer exits; add a deletion timer for the needsterm
67 case, too.
68
69 * mm-decode.el (mm-display-external): Try to delete temporary files by
70 using a 1-min. timer.
71
72 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
73
74 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
75 New internal variables.
76 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
77 (mm-display-external): Use it to delete temporary files instead of
78 using timers.
79
80 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
81
82 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
83 with cond for backwards compatability.
84
85 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
86
87 * mm-decode.el (mm-display-external): Bind process-connection-type to
88 nil; don't delete a temp file immediately even if a viewer finishes,
89 since it may be a shell script, like xdg-open, that launches a real
90 viewer program belatedly.
91
92 2013-08-05 Dave Abrahams <dave@boostpro.com>
93
94 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
95 that we can create nndoc groups that excerpt other groups.
96
97 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
98
99 * gnus-delay.el (gnus-delay-article): Fix typo.
100
101 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
102 articles.
103
104 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
105 we can get spell-checking etc.
106
107 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
108
109 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
110 a single one used for encoding the whole text in a header.
111
112 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
113
114 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
115 before sending.
116
117 * mm-decode.el (mm-command-output): New face.
118 (mm-display-external): Use it.
119
120 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
121
122 * nnmbox.el (nnmbox-request-article): Don't change point.
123
124 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
125
126 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
127 Include `handle' parameter.
128
129 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
130
131 * gnus-icalendar.el: New file.
132
133 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
134
135 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
136
137 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
138 dummy roots, too.
139
140 2013-08-01 David Edmondson <dme@dme.org>
141
142 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
143 out on ttys.
144
145 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
146
147 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
148 not empty.
149
150 * nnrss.el (nnrss-discover-feed): Indent.
151
152 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
153
154 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
155
156 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
157
158 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
159 dirty to ensure nnimap data being saved.
160
161 2013-07-30 Tassilo Horn <tsdh@gnu.org>
162
163 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
164 menu entry.
165
166 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
167 the current thread's total score instead of the current article's
168 score.
169
170 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
171 (gnus-sort-threads-recursively): Delete defcustom.
172 (gnus-sort-threads-recursive): Adapt accordingly.
173
174 2013-07-30 Tassilo Horn <tsdh@gnu.org>
175
176 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
177 (gnus-sort-threads-recursive): Use it.
178 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
179 again. Now that determines how to sort subthreads.
180
181 2013-07-26 Tassilo Horn <tsdh@gnu.org>
182
183 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
184 (gnus-sort-threads): Use it.
185
186 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
187
188 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
189 punctuation characters follow parentheses (bug#14950).
190
191 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
192
193 * gnus.el (gnus-continuum-version):
194 * gnus-msg.el (gnus-extended-version): Simplify.
195
196 * gnus.el (gnus-continuum-version-1): Remove.
197 * gnus-msg.el (gnus-bug): Revert.
198
199 Calculate gnus-version correctly on Cygwin.
200
201 * gnus.el (gnus-continuum-version): Do main calculations in integers.
202 (gnus-continuum-version-1): New function, return a string.
203
204 * gnus-msg.el (gnus-extended-version, gnus-bug):
205 Use gnus-continuum-version-1 instead of gnus-continuum-version.
206
207 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
208
209 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
210 (bug#13384).
211
212 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
213
214 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
215 that were only relevant in a development version a long time ago.
216
217 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
218
219 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
220 that the old Emacs 24s bundle.
221
222 2013-07-10 David Engster <deng@randomsample.de>
223
224 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
225 if `gnus-newsrc-file-version' does not match `gnus-version'.
226 This fixes a bug in Emacs trunk where the 'unexist' marks were always
227 removed at startup because "Gnus v5.13" was considered smaller than "Ma
228 Gnus v0.03".
229
230 2013-07-10 Tassilo Horn <tsdh@gnu.org>
231
232 * gnus.el (gnus-summary-line-format):
233 Reference `gnus-user-date-format-alist' for the &user-date; format, not
234 `gnus-summary-user-date-format-alist'.
235
236 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
237
238 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
239 delete files (bug#13481).
240
241 2013-07-08 Tassilo Horn <tsdh@gnu.org>
242
243 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
244
245 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
246
247 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
248 display images.
249
250 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
251
252 * message.el (message-cancel-news): According to
253 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
254 preferred over "cmsg cancel" in the Subject.
255
256 * nnir.el (nnir-engines): Note that the group specs are regexps
257 (bug#13238).
258
259 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
260 gotten read-only text properties, ensure that those aren't heeded when
261 copying stuff over (bug#13434).
262
263 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
264 (bug#13762).
265
266 2013-07-05 David Kastrup <dak@gnu.org>
267
268 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
269 authinfo file again (important for blank passwords). This had been
270 broken with 2013-06-15 change.
271
272 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
273
274 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
275 Revert 2013-01-14 change.
276
277 2013-07-02 David Engster <deng@randomsample.de>
278
279 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
280 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
281 to see whether the group was synced before.
282
283 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
284
285 * nnimap.el (nnimap-request-move-article): Decode the group name when
286 doing internal moves to avoid charset issues.
287
288 2013-07-02 Julien Danjou <julien@danjou.info>
289
290 * nnimap.el (nnimap-request-list):
291 Revert change that made listing synchronous.
292 (nnimap-get-responses): Restore.
293
294 2013-07-02 Dave Abrahams <dave@boostpro.com>
295
296 * nnimap.el (nnimap-change-group): Document result value.
297
298 * nnimap.el (nnimap-find-article-by-message-id):
299 Account for the fact that nnimap-change-group can return t.
300
301 2013-07-02 Julien Danjou <julien@danjou.info>
302
303 * nnimap.el (nnimap-request-head):
304 Resture to-buffer parameter, used by `nnimap-request-move-article'.
305
306 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
307
308 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
309 supported by nnimap actually. Reverts previous change.
310
311 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
312 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
313 to-buffer argument that is already supported.
314
315 2013-07-02 Julien Danjou <julien@danjou.info>
316
317 * nnimap.el (nnimap-get-responses): Remove, unused.
318
319 2013-07-02 Julien Danjou <julien@danjou.info>
320
321 * nnimap.el (nnimap-request-articles-find-limit): Rename from
322 `nnimap-request-move-articles-find-limit' since we do not use it
323 only for move operations.
324 (nnimap-request-accept-article):
325 Use `nnimap-request-articles-find-limit' to limit search by message-id.
326
327 2013-07-02 Julien Danjou <julien@danjou.info>
328
329 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
330
331 * nnimap.el (nnimap-log-buffer):
332 Check that `window-point-insertion-type' is boundp, since it's not
333 available in XEmacs.
334
335 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
336
337 * nnimap.el (nnimap-log-buffer):
338 Add this, setting `window-point-insertion-type' in the buffer to t.
339 (nnimap-log-command): Use nnimap-log-buffer.
340
341 2013-07-02 Julien Danjou <julien@danjou.info>
342
343 * nnimap.el (nnimap-find-article-by-message-id):
344 Add an optional limit argument to be able to limit the search.
345 (nnimap-request-move-article):
346 Use `nnimap-request-move-articles-find-limit'.
347 (nnimap-request-move-articles-find-limit):
348 Add this to limit the search by Message-Id after a message move.
349 (nnimap): Add defgroup.
350
351 2013-07-02 Julien Danjou <julien@danjou.info>
352
353 * nnimap.el (nnimap-find-article-by-message-id):
354 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
355 (nnimap-possibly-change-group): Add read-only argument.
356 (nnimap-request-list): Use nnimap-possibly-change-group rather than
357 issuing EXAMINE manually.
358 (nnimap-find-article-by-message-id):
359 Use `nnimap-possibly-change-group' with read-only argument.
360 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
361 We cannot possibly change because we need to be sure that it's either
362 read-write or read-only.
363
364 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
365
366 * gnus-sum.el (gnus-summary-insert-old-articles):
367 Don't include unexisting messages.
368
369 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
370
371 * gnus-start.el (gnus-clean-old-newsrc):
372 Remove totally bogus `unexists' entries.
373 (gnus-clean-old-newsrc): Fix last checkin.
374
375 * nnimap.el (nnimap-update-info):
376 None of the articles below the active low-water mark exist.
377
378 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
379
380 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
381
382 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
383
384 * nnimap.el (nnimap-request-scan):
385 Allow `nnimap-inbox' to be a list of inboxes.
386
387 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
388
389 * gnus-group.el (gnus-group-expire-articles-1):
390 Don't try to expire messages that don't exist.
391
392 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
393
394 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
395
396 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
397
398 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
399
400 * gnus-start.el (gnus-clean-old-newsrc):
401 Delete `unexist' from pre-Ma Gnus 0.3.
402
403 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
404
405 * gnus-sum.el (gnus-summary-local-variables):
406 Make `gnus-newsgroup-unexist' into a local variable.
407
408 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
409
410 * gnus-sum.el (gnus-adjust-marked-articles):
411 Add to `gnus-newsgroup-unexist'.
412
413 * gnus.el (gnus-article-mark-lists):
414 Add `unexist' to the list of marks.
415 (gnus-article-special-mark-lists):
416 Put the `unexist' in the special marks list instead.
417
418 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
419 articles in the list of articles to be selected.
420
421 * nnimap.el (nnimap-retrieve-group-data-early):
422 Query for unexisting articles.
423 (nnimap-update-info): Keep track of unexisting articles.
424 (nnimap-update-qresync-info): Ditto.
425
426 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
427
428 * gnus-start.el (gnus-clean-old-newsrc): New function.
429 (gnus-read-newsrc-file): Use it.
430
431 2013-07-02 Daiki Ueno <ueno@gnu.org>
432
433 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
434 of 'create-image' for XEmacs compatibility; check errors when decoding
435 image. Reported by Uwe Brauer.
436
437 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
438
439 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
440 gnus-button-push revised at 2011-01-19.
441
442 2013-06-19 Glenn Morris <rgm@gnu.org>
443
444 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
445
446 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
447
448 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
449
450 2013-06-18 Glenn Morris <rgm@gnu.org>
451
452 * eww.el, shr.el, shr-color.el: Move to ../net.
453
454 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
455
456 * shr.el (shr-tag-table): Insert the images after the table, so that
457 they're not covered by the table colourisation, which often looked
458 awkward.
459 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
460 <dd>.
461
462 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
463
464 * eww.el (eww-detect-charset): Improve regexp; move backward.
465
466 2013-06-18 Glenn Morris <rgm@gnu.org>
467
468 * mm-decode.el (widget-convert-button): Autoload.
469
470 * sieve-manage.el (mm-enable-multibyte): Autoload.
471
472 * shr.el (libxml-parse-html-region): Declare.
473 (shr-render-buffer): Explicit error if no libxml2 support.
474
475 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
476
477 * auth-source.el (auth-source-current-line): New function.
478 (auth-source-netrc-parse-entries): When a data token is "machine",
479 assume we're in the wrong place and abort parsing the current line.
480
481 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
482
483 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
484 (eww-convert-widgets): Don't bug out if the first widget starts at the
485 beginning of the buffer.
486 (eww-convert-widgets): Fix last patch.
487 (eww-tag-input): Support <input type=image>.
488
489 * shr.el (shr-insert-table): Respect border-collapse: collapse.
490 (shr-tag-base): Protect against base specs that are degenerate.
491 (shr-ensure-paragraph): Don't delete empty lines that have text
492 properties, because these may be input fields.
493
494 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
495 we can navigate to them.
496
497 * shr.el (shr-colorize-region): Put the colours over the entire region.
498 (shr-inhibit-decoration): New variable.
499 (shr-add-font): Use it to inhibit text property decorations while doing
500 preliminary table renderings. This speeds up typical Wikipedia page
501 renderings by 15%.
502 (shr-tag-span): Don't respect the <title>, because that overwrites the
503 help-echo from links inside the spans.
504 (shr-next-link): Use `help-echo' for navigation, so that we can
505 navigate to form elements, too.
506
507 * eww.el (eww-button): New face.
508 (eww-convert-widgets): Use it to make submit buttons more button-like.
509
510 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
511 that Gnus commands work.
512
513 * shr.el (shr-render-td): Support horizontal alignment.
514
515 * eww.el (eww-put-color): Remove.
516 (eww-colorize-region): Use `add-face-text-property'.
517
518 * shr.el (shr-add-font): Append face data, so that we get the correct
519 precedence: The innermost value (which is applied first) wins.
520 (shr-make-overlay): Obsolete function.
521
522 * mm-decode.el (mm-convert-shr-links): New function to convert
523 new-style shr URL links into widgets.
524 (mm-shr): Use it.
525
526 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
527 widget commands, since we're no longer using widgets for links.
528
529 * shr.el (shr-next-link): New command.
530 (shr-previous-link): New command.
531 (shr-urlify): Don't use `widget-convert', because that's slow.
532 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
533 because collecting the overlays and reapplying them when generating
534 tables is slow.
535 (shr-insert-table): Ditto.
536
537 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
540 * shr.el (browse-url): Require `url'.
541 * eww.el (url): Require format-spec.
542
543 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
544
545 * eww.el (eww-display-html): Default to using the entire window width.
546 (eww-browse-url): Don't add a User-Agent header (twice), because that
547 makes Bing refuse connection.
548
549 * shr.el (shr-make-table): Cache the table rendering at the table
550 level, and not the <td> level. This is a bit faster.
551
552 * eww.el (eww-render): Go to the correct ID when given URLs ending with
553 #id.
554
555 * shr.el (shr-tag-li): Don't require a new paragraph, since other
556 browsers don't.
557 (shr-expand-url): Respect #anchor links.
558 (shr-parse-base): Chop off the anchor before using.
559 (shr-descend): Respect display: none.
560 (shr-descend): Allow marking elements that have certain IDs.
561
562 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
563
564 * shr.el (shr-expand-url): Don't bug out on zero-length links.
565
566 * eww.el (eww-tag-textarea): Support <textarea>.
567
568 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
569
570 * shr.el (shr-dom-to-xml): Fix function call.
571
572 * eww.el (eww): New group.
573 (eww-header-line-format): New custom variable.
574 (eww-current-title): New variable.
575 (eww-display-html): Update header and handle title tag.
576 (eww-update-header-line-format): New function.
577 (eww-tag-title): New function.
578
579 * shr.el (shr-dom-to-xml): New function.
580 (shr-tag-svg): Add support for the SVG tag.
581 (shr-bullet): New custom variable.
582 (shr-tag-li): Support custom bullet in unordered lists.
583
584 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
585
586 * shr.el (shr-expand-url): Respect // URLs.
587
588 * eww.el (eww-tag-body): Override the shr body rendering so that we can
589 put a background colour onto the entire buffer.
590 (eww-render): When being redirected, use the redirect URL as the new
591 base URL.
592
593 * shr.el (shr-parse-base): Fix parsing error.
594
595 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
596
597 * shr.el (shr-parse-base): New function.
598 (shr-expand-url): Use it to expand relative URLs reliably.
599
600 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
601
602 * auth-source.el (auth-source-search-collection): Fix docstring.
603 (auth-source-netrc-parse): Refactor and improve netrc parser to support
604 single-quoted strings and multiline entries.
605 (auth-source-netrc-parse-next-interesting)
606 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
607 New functions to support parser.
608
609 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
610
611 * eww.el (eww-submit): Get submit button logic right when hitting RET
612 on non-submit buttons.
613
614 * shr.el: Remove shr-preliminary-table-render, since that can't really
615 be used for anything in practice.
616
617 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
618
619 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
620 (sieve-manage-quit).
621
622 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
623
624 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
625 control the maximum size of photo ID image.
626 (mml2015-epg-key-image-to-string): Respect it.
627
628 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
629
630 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
631 instead of the final one so that we can more easily distinguish them.
632
633 * eww.el (eww-submit): Compute the submission URL correctly.
634
635 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
638 Use plist-get rather than CL's getf.
639 (sieve-manage-parse-capability): Avoid CL's remove-if.
640
641 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
642
643 * shr.el (shr-expand-url): Expansion should chop off the bits after the
644 last slash.
645
646 * eww.el (eww-tag-select): Use the first value as the default value.
647
648 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
649
650 * eww.el (eww): Prepend urls with http:// if scheme is missing.
651 (eww-mode): Use `define-derived-mode'.
652 (eww-parse-headers): Parse headers from beginning of buffer so that
653 file:// links work.
654
655 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
656
657 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
658
659 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
660
661 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
662 to handle them at all.
663
664 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
665
666 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
667 work, too.
668 (eww-tag-select): Implement <select>.
669
670 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
671
672 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
673 stream managing functions by using open-protocol-stream to do most of
674 the work. Has the nice benefit of enabling STARTTLS.
675 Wait for capabilities after STARTTLS: following RFC5804, the server
676 sends new capabilities after successfully establishing a TLS connection
677 with the client. The client should update the cached list of
678 capabilities, but we just ignore the answer for now.
679 (sieve-manage-network-p, sieve-manage-network-open)
680 (sieve-manage-starttls-p, sieve-manage-starttls-open)
681 (sieve-manage-forward, sieve-manage-streams)
682 (sieve-manage-stream-alist): Remove unneeded functions neither in the
683 API, nor called by any other function.
684 Enable Multibyte for SieveManage buffers: The parser won't properly
685 handle umlauts and line endings unless multibyte is turned on in the
686 process buffer.
687
688 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
689
690 * eww.el (eww-tag-input): Support password fields.
691 (eww-submit): Support POST.
692
693 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
694
695 * eww.el (eww-tag-form): Protect against degenerate forms.
696
697 * shr.el (shr-expand-url): Expand URLs that start with a slash
698 correctly.
699
700 * eww.el (eww-submit): Get submit button logic right.
701
702 * shr.el (shr-final-table-render): New variable to signal when we're
703 doing the final table rendering so that we can collect more data at
704 that point.
705
706 * eww.el (eww-submit): Make form submission work.
707 (eww-tag-input): Implement submit buttons.
708 (eww-click-radio): Implement radio and checkboxes.
709 (eww-submit): Handle hidden elements.
710
711 * shr.el (shr-descend): Allow other packages to override (or provide)
712 rendering of elements.
713 (shr-expand-url): Strip query strings from URLs before expanding them.
714
715 * eww.el: Don't require cl-lib.
716 (eww-tag-form): Start form support.
717
718 * eww.el: Start writing a new, tiny web browser.
719 (eww-previous-url): New command.
720 (eww-quit): New command.
721
722 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
723
724 * sieve.el: Put point at beginning of buffer when viewing a script.
725 (sieve-open-server): Respect the PORT parameter. Show the correct port
726 number in sieve-buffer's header. Fixed code to also work with a string
727 as port specifier. Properly close the connection on pressing 'q'. Make
728 sieve-manage-quit close the connection and process buffer. Also, remove
729 duplicate keybinding for 'q'.
730
731 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
732
733 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
734 make it easier to read.
735 (mm-pkcs7-enveloped-magic): Ditto.
736
737 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
738
739 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
740 before `image-type-available-p' to avoid loading the image libraries
741 needlessly.
742
743 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
744
745 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
746 assume Date header begins with "Date", that may be customized into
747 something like "X-Sent" using gnus-article-time-format.
748 (article-transform-date): Allow multi-line Date header.
749
750 2013-06-02 David Engster <deng@randomsample.de>
751
752 * registry.el (initialize-instance, registry-lookup)
753 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
754 (registry-lookup-secondary-value, registry-search, registry-delete)
755 (registry-insert, registry-reindex, registry-size, registry-prune):
756 Do not wrap methods in `eval-and-compile'. This breaks due to latest
757 changes in EIEIO (introduction of eieio-core.el).
758
759 2013-05-30 Glenn Morris <rgm@gnu.org>
760
761 * nnmail.el (nnmail-fancy-expiry-target):
762 Also bind mail-dont-reply-to-names.
763
764 * spam-stat.el (spam-stat-save):
765 No need to tweak font-lock in temp buffers.
766
767 * shr.el (shr-put-image): Silence compiler.
768
769 2013-05-29 Glenn Morris <rgm@gnu.org>
770
771 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
772
773 * gnus-group.el (gnus-sequence-of-unread-articles)
774 (gnus-summary-add-mark, gnus-mark-article-as-read)
775 (gnus-group-make-articles-read): Declare.
776
777 * gnus-sum.el (gnus-parameter-list-identifier)
778 (gnus-article-stop-animations, gnus-stop-downloads)
779 (gnus-article-only-boring-p, article-goto-body)
780 (gnus-flush-original-article-buffer, article-narrow-to-head)
781 (gnus-article-hidden-text-p, gnus-delete-wash-type)
782 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
783
784 * gnus.el: No need to eval-and-compile autoloads.
785
786 * gravatar.el (help-function-arglist): Autoload.
787
788 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
789
790 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
791
792 * spam.el: No need to load spam-report when compiling.
793 No need to eval-and-compile autoloads.
794 (spam-report-resend-to): Declare.
795 (spam-report-resend-register-routine): Require 'spam-report.
796
797 2013-05-24 Julien Danjou <julien@danjou.info>
798
799 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
800 setup.
801
802 2013-05-23 Glenn Morris <rgm@gnu.org>
803
804 * gnus-util.el (rmail-swap-buffers-maybe)
805 (rmail-maybe-set-message-counters, rmail-count-new-messages)
806 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
807 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
808
809 * mm-decode.el: No need to load term when compiling.
810 (term-mode, term-char-mode): Declare.
811
812 * mm-util.el: No need to load jka-compr when compiling.
813 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
814
815 * nnmaildir.el: Require is automatically eval-and-compile.
816 (nnmail): Require at run-time too.
817
818 * registry.el (registry-size): Move definition before use.
819
820 2013-05-22 Daiki Ueno <ueno@gnu.org>
821
822 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
823 signed data to conform the standard. (Bug#14232)
824
825 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
826
827 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
828 double angle quotation mark.
829
830 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
831
832 * message.el (message-insert-formatted-citation-line): Handle finding
833 first/lastname when more than 2 names appear.
834
835 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
836
837 * shr.el (shr-tag-span): New function.
838
839 2013-05-18 Glenn Morris <rgm@gnu.org>
840
841 * message.el (message-mode): Use message-mode-abbrev-table,
842 with text-mode-abbrev-table as parent. (Bug#14413)
843
844 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
845
846 * message.el (message-expand-group): Decode group names.
847
848 2013-05-16 Julien Danjou <julien@danjou.info>
849
850 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
851 app-icon.
852
853 2013-05-15 Glenn Morris <rgm@gnu.org>
854
855 * shr-color.el (shr-color-visible-luminance-min)
856 (shr-color-visible-distance-min): Use shr-color group.
857
858 2013-05-11 Glenn Morris <rgm@gnu.org>
859
860 * gnus-vm.el: Make it loadable without VM.
861 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
862 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
863
864 2013-05-09 Glenn Morris <rgm@gnu.org>
865
866 * mml1991.el: Make it loadable. (Bug#13456)
867
868 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
869 * gnus-async.el (gnus-async-post-fetch-function):
870 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
871 * gnus-html.el (gnus-html-image-cache-ttl):
872 * gnus-notifications.el (gnus-notifications-timeout):
873 * gnus-picon.el (gnus-picon-properties):
874 * gnus-util.el (gnus-completion-styles):
875 * gnus.el (gnus-other-frame-resume-function):
876 * message.el (message-user-organization-file)
877 (message-cite-reply-position):
878 * nnir.el (nnir-summary-line-format)
879 (nnir-retrieve-headers-override-function):
880 * shr-color.el (shr-color-visible-luminance-min):
881 * shr.el (shr-blocked-images):
882 * spam-report.el (spam-report-resend-to):
883 * spam.el (spam-summary-exit-behavior): Fix custom types.
884
885 * gnus-salt.el (gnus-selected-tree-face): Fix default.
886
887 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
888
889 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
890 because of let-binding help-xref-following. (Bug#14356)
891
892 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
893
894 * message.el (message-bury, message-send-and-exit):
895 Revert 2013-05-04 change.
896
897 2013-05-06 Glenn Morris <rgm@gnu.org>
898
899 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
900
901 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
902
903 * message.el (message-bury): Make `buffer' optional.
904 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
905 (bug#14085).
906
907 2013-05-04 Andrew Cohen <cohen@bu.edu>
908
909 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
910 entering into the registry.
911
912 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
913
914 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
915 (Bug#14304)
916
917 2013-04-27 Glenn Morris <rgm@gnu.org>
918
919 * gnus.el (gnus-list-debbugs):
920 Use require rather than autoload. (Bug#14262)
921
922 2013-04-27 Julien Danjou <julien@danjou.info>
923
924 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
925 port to "sieve" now that it has an official IANA port assigned.
926
927 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
928
929 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
930 Don't set the MAILHOST environment variable permanently (Bug#14271).
931
932 2013-04-26 Glenn Morris <rgm@gnu.org>
933
934 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
935
936 2013-04-25 Andrew Cohen <cohen@bu.edu>
937
938 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
939 string values of 'gcc-self. Thanks to Saroj Thirumalai.
940
941 2013-04-24 Andrew Cohen <cohen@bu.edu>
942
943 * nnir.el (nnir-close-group): Make sure we are in the right group.
944
945 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
946 dependency table from all newly retrieved headers.
947
948 2013-04-16 David Edmondson <dme@dme.org>
949
950 Support <img src="data:...">.
951
952 * shr.el (shr-image-from-data): New function.
953 (shr-tag-img): Use it.
954
955 2013-04-14 Andrew Cohen <cohen@bu.edu>
956
957 * nnir.el (nnir-request-set-mark): Make sure we are in the right
958 group.
959
960 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
961
962 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
963 corresponding to any existing group (Bug#14166).
964
965 2013-04-10 Andrew Cohen <cohen@bu.edu>
966
967 * nnir.el (number-sequence): No longer used.
968 (nnir-request-set-mark): New function.
969 (nnir-request-update-info): Improve marks updating.
970 (nnir-request-scan): Don't duplicate marks updating.
971 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
972 Use 'assq rather than 'assoc. Quote anonymous function.
973 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
974 Use 'gnus-group-prefixed-p.
975 (gnus-summary-create-nnir-group): Make sure server for method is open.
976
977 2013-04-04 Andrew Cohen <cohen@bu.edu>
978
979 * nnir.el (gnus-nnir-group-p): New function.
980 (nnir-possibly-change-group): Use it.
981
982 * gnus-msg.el (gnus-setup-message): Use it.
983
984 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
985
986 * mml.el (mml-minibuffer-read-description): Use `default' insted of
987 `initial-input' for the argument name.
988 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
989
990 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
991
992 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
993 (used by MH-E).
994
995 2013-04-01 Andrew Cohen <cohen@bu.edu>
996
997 * nnir.el (nnir-request-update-mark): Improve mark updating in original
998 group.
999
1000 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1001 fix compilation.
1002
1003 2013-03-31 Andrew Cohen <cohen@bu.edu>
1004
1005 * nnir.el (nnir-method-default-engines): And another typo.
1006
1007 2013-03-30 Andrew Cohen <cohen@bu.edu>
1008
1009 * nnir.el (nnir-method-default-engines): Fix typo.
1010
1011 2013-03-29 Andrew Cohen <cohen@bu.edu>
1012
1013 * nnir.el: Define 'number-sequence for xemacs.
1014 (gnus-summary-create-nnir-group): New function to create an nnir group
1015 from an nnir summary buffer based on the current query.
1016 (nnir-request-create-group): Update to allow nnir group creation based
1017 on the current query.
1018
1019 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1020
1021 * nndraft.el (nndraft-request-expire-articles):
1022 Make expiry target always `delete'.
1023
1024 2013-03-27 Andrew Cohen <cohen@bu.edu>
1025
1026 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1027 buffer use the posting-style and gcc of the original article group.
1028 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1029
1030 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1031 after other deffoos.
1032
1033 2013-03-26 Andrew Cohen <cohen@bu.edu>
1034
1035 * nnir.el: Major rewrite. Cleaner separation between searches and group
1036 management. Marks are now shown in nnir summary buffers.
1037 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1038 (gnus-summary-make-nnir-group): New function for initiating searches
1039 from a summary buffer.
1040
1041 2013-03-18 Sam Steingold <sds@gnu.org>
1042
1043 * message.el (message-bury): Minor cleanup.
1044
1045 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1046
1047 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1048 nnml-request-list. (Bug#13873)
1049 (nndir-request-newsgroups): Remove, unused.
1050
1051 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1052
1053 2013-03-03 Ted Phelps <phelps@gnusto.com>
1054
1055 * shr.el: Make all the overlays set the `evaporate' property so that
1056 they're removed properly.
1057
1058 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1059
1060 * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
1061 shell-quote-argument.
1062
1063 2013-02-22 David Engster <deng@randomsample.de>
1064
1065 * gnus-registry.el (gnus-registry-save): Provide class name when
1066 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1067 Use `condition-case' to stay compatible with older EIEIO versions which
1068 only accept one argument.
1069
1070 2013-02-17 Daiki Ueno <ueno@gnu.org>
1071
1072 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1073 (epg-user-id-validity): Autoload.
1074 (mml2015-epg-check-user-id): New function.
1075 (mml2015-epg-check-sub-key): New function split from
1076 mml2015-epg-find-usable-key.
1077 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1078 optional name-is-key-id, to handle the case when user-id is unusable.
1079 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1080
1081 2013-02-17 Glenn Morris <rgm@gnu.org>
1082
1083 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1084
1085 2013-02-16 Glenn Morris <rgm@gnu.org>
1086
1087 * shr.el (shr-put-image): Only animate images that specify a delay.
1088 This is consistent with the old image-animated-p behavior.
1089
1090 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1091
1092 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1093 for XEmacs.
1094
1095 2013-02-13 Juri Linkov <juri@jurta.org>
1096
1097 * gnus-art.el (gnus-article-mode-map):
1098 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1099 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1100
1101 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1102
1103 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1104 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1105
1106 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1107
1108 * auth-source.el (auth-source-format-prompt): Don't get confused by
1109 any "\" in replacement text. (Bug#13637)
1110
1111 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1112
1113 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1114 (gnus-backend-trace): Honor gnus-backend-trace.
1115
1116 * mml.el (mml-insert-part): Insert closing tag.
1117
1118 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1119
1120 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1121
1122 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1123 able to find the article, which can happen in debbugs groups,
1124 apparently.
1125
1126 2013-01-16 Glenn Morris <rgm@gnu.org>
1127
1128 * smiley.el (smiley-style): Make the file loadable in batch mode.
1129
1130 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1133 imap process running.
1134
1135 2013-01-14 Julien Danjou <julien@danjou.info>
1136
1137 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1138 Compare addresses against addresses, not against the full From field.
1139
1140 2013-01-13 Richard Stallman <rms@gnu.org>
1141
1142 * message.el (message-forward-make-body-mime): New args BEG, END
1143 specify what part of FORWARD-BUFFER to use. Do the work directly
1144 instead of calling `mml-insert-buffer'.
1145
1146 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1147
1148 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1149 cross-reference(s).
1150
1151 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1152 cross-reference(s).
1153
1154 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1155
1156 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1157 and point-max-marker.
1158 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1159
1160 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1161
1162 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1163 to mml2015-encrypt-to-self.
1164 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1165
1166 2013-01-09 Daiki Ueno <ueno@gnu.org>
1167
1168 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1169 mml-smime-epg-find-usable-secret-key.
1170
1171 2013-01-08 Glenn Morris <rgm@gnu.org>
1172
1173 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1174
1175 2013-01-07 Daiki Ueno <ueno@gnu.org>
1176
1177 * mml-smime.el: Support signing by sender.
1178 Requested by Uwe Brauer.
1179 (mml-smime-sign-with-sender): New user option analogous
1180 to mml2015-sign-with-sender.
1181 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1182 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1183 mml2015.el.
1184
1185 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1186
1187 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1188 isn't running, because Gnus will probably not know how to handle the
1189 Gcc header (bug#11941).
1190
1191 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1192 articles.
1193
1194 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1195
1196 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1197 (nnfolder-generate-active-file): Make this function work with recursive
1198 folder names.
1199
1200 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1201
1202 * nntp.el (nntp-open-connection): Use HELP as the capability command
1203 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1204 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1205
1206 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1207
1208 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1209 place holder since this gives `Invalid face reference: nil' messages.
1210 Use the `default' face instead. It has the same effect here, even
1211 though it is not no-op.
1212
1213 * gnus-util.el
1214 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1215
1216 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1217
1218 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1219 non-string posting styles (bug#13285).
1220
1221 2012-12-27 Glenn Morris <rgm@gnu.org>
1222
1223 * plstore.el (plstore-passphrase-callback-function):
1224 Use plstore-get-file.
1225
1226 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1227
1228 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1229 stderr.
1230
1231 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1232 group is nil.
1233
1234 * shr.el (shr-tag-em): Render as italic, not bold.
1235
1236 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1237
1238 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1239
1240 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1241
1242 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1243 temporary file to get PGP key image. Pass no-show-photos when
1244 extracting image to avoid having it pop up twice.
1245
1246 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1247
1248 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1249 eligible for treatment.
1250
1251 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1252 lines. This makes summary commands with hidden threads work more
1253 reliably.
1254
1255 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1256 button to mark the hidden citations (bug#9395).
1257
1258 2012-12-26 Daiki Ueno <ueno@gnu.org>
1259
1260 * mml2015.el (mml2015-epg-signature-to-string): New function.
1261 (mml2015-epg-verify-result-to-string): New function.
1262 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1263 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1264 instead of epg-verify-result-to-string.
1265 (epg-signature-key-id, epg-signature-to-string): Autoload.
1266 (epg-verify-result-to-string): Remove autoload.
1267
1268 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1269
1270 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1271 ID image from GPG public key.
1272 (mml2015-epg-key-image-to-string): New function.
1273
1274 2012-12-25 Leo Liu <sdl.web@gmail.com>
1275
1276 * plstore.el (plstore-passphrase-callback-function): Fix error when
1277 error when plstore-cache-passphrase-for-symmetric-encryption is set
1278 (bug#13264).
1279
1280 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1281
1282 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1283 buffer to the article buffer here, because that clobbers multiple
1284 article buffers.
1285
1286 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1287 buffer always points to the right summary buffer.
1288
1289 2012-12-25 John Wiegley <jwiegley@gmail.com>
1290
1291 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1292 the password (bug#12097).
1293
1294 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1295
1296 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1297 (bug#13263).
1298
1299 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1300 buffer exists before using it (bug#12475).
1301
1302 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1303 offline groups (bug#11937).
1304
1305 * message.el (message-yank-original): When using customize to set the
1306 value of `message-cite-style', the variable it set to a symbol that's
1307 the name of the variable, which must then be dereferenced (bug#12616).
1308
1309 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1310
1311 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1312 the `face' property with a list whose car is the face specified in the
1313 format string and whose cdr is (nil).
1314 * lisp/gnus-util.el
1315 (gnus-put-text-property-excluding-characters-with-faces):
1316 Change accordingly.
1317 (gnus-get-text-property-excluding-characters-with-faces): New function.
1318 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1319 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1320 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1321
1322 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1323
1324 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1325 login methods.
1326 (nnimap-login): Respect the `nnimap-authenticator' variable.
1327
1328 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1329 mark state when moving articles. Otherwise unticked articles will get
1330 their ticks back after moving.
1331
1332 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1333
1334 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1335
1336 * message.el (message-ignored-news-headers): Always remove
1337 X-Message-SMTP-Method to avoid information leakage if the user
1338 mistakenly inserts the header into news messages.
1339
1340 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1341
1342 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1343 right than four characters, this command would move point to
1344 `point-max'. Don't do that.
1345
1346 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1347 to nil to allow re-selecting groups that gain articles.
1348 (gnus-bug-group-download-format-alist): Update the URL.
1349
1350 2012-12-23 Andreas Schwab <schwab@suse.de>
1351
1352 * shr.el (shr-tag-em): Render em as italic, not bold.
1353
1354 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1355
1356 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1357 for reuse.
1358 (gnus-open-server): Use it to add more tracing.
1359 (gnus-finish-retrieve-group-infos): Add backend tracing.
1360 (gnus-backend-trace): Also note the elapsed seconds.
1361
1362 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1363
1364 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1365 Set epa-file-encrypt-to from variable to avoid querying.
1366
1367 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1368
1369 * sieve-mode.el (sieve-font-lock-keywords):
1370 Keywords should be word delimited. (Bug#13173)
1371
1372 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1373
1374 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1375 instead of <pre> to align message header.
1376
1377 2012-12-12 Sam Steingold <sds@gnu.org>
1378
1379 * gnus.el (gnus-other-frame-resume-function): Add user option.
1380 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1381
1382 2012-12-06 Sam Steingold <sds@gnu.org>
1383
1384 * gnus-start.el (gnus-before-resume-hook): Add.
1385 (gnus-1): Run it when Gnus is alive.
1386
1387 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1388
1389 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1390 * gnus-art.el (article-unsplit-urls)
1391 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1392 * gnus-registry.el (gnus-registry-get-article-marks)
1393 * message.el (message-goto-body): Use it.
1394 (message-called-interactively-p): Remove.
1395
1396 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1397 (spam-stat-score-buffer): Use it.
1398
1399 * spam.el: Silence the warnings against BBDB functions when compiling.
1400
1401 * gnus-score.el (gnus-score-decode-text-parts):
1402 Use append+mapcar instead of the cl function mapcan.
1403
1404 * gmm-utils.el (gmm-flet): Remove.
1405
1406 * gnus-sync.el (gnus-sync-lesync-call):
1407 Avoid overriding json-alist-p.
1408
1409 * message.el (message-read-from-minibuffer):
1410 Avoid overriding mail-abbrev-in-expansion-header-p.
1411
1412 2012-12-05 Sam Steingold <sds@gnu.org>
1413
1414 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1415 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1416 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1417
1418 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1419
1420 * gmm-utils.el (gmm-called-interactively-p): Revert.
1421 This seems to cause Emacs to get stuck!
1422 * gnus-art.el (article-unsplit-urls)
1423 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1424 * gnus-registry.el (gnus-registry-get-article-marks)
1425 * message.el (message-goto-body)
1426 (message-called-interactively-p): Revert.
1427
1428 * gmm-utils.el (gmm-called-interactively-p): New function.
1429 * gnus-art.el (article-unsplit-urls)
1430 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1431 * gnus-registry.el (gnus-registry-get-article-marks)
1432 * message.el (message-goto-body): Use it.
1433 (message-called-interactively-p): Remove.
1434
1435 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1436 * gnus-sync.el (gnus-sync-lesync-call)
1437 * message.el (message-read-from-minibuffer): Use it.
1438
1439 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1440
1441 * gmm-utils.el (gmm-flet): Remove.
1442 * gnus-sync.el (gnus-sync-lesync-call)
1443 * message.el (message-read-from-minibuffer): Don't use it.
1444
1445 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1446
1447 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1448
1449 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1450
1451 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1452
1453 * gnus-sync.el (gnus-sync-lesync-call)
1454 * message.el (message-read-from-minibuffer): Use gmm-flet.
1455
1456 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1457
1458 * gnus-util.el (gnus-macroexpand-all): Remove.
1459
1460 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1461
1462 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1463 to TAB, not [tab].
1464 (gnus-summary-article-map): Likewise.
1465
1466 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1467 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1468
1469 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1470
1471 * message.el (message-get-reply-headers):
1472 Make sure the reply goes to the author if it is a wide reply.
1473
1474 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1475
1476 * gnus-score.el (gnus-score-body):
1477 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1478 scoring by body.
1479
1480 2012-11-16 Glenn Morris <rgm@gnu.org>
1481
1482 * gnus-diary.el (nndiary-request-create-group-functions)
1483 (nndiary-request-update-info-functions)
1484 (gnus-subscribe-newsgroup-functions)
1485 (nndiary-request-accept-article-functions):
1486 Use new names for hooks rather than obsolete aliases.
1487
1488 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1489
1490 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1491 in meta tag with the one the part specifies in its header.
1492
1493 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1494
1495 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1496 by default.
1497
1498 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1499
1500 New UIDL implementation.
1501
1502 * mail-source.el (mail-sources, mail-source-keyword-map):
1503 Add :leave as a pop3 keyword.
1504 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1505
1506 * pop3.el (pop3-leave-mail-on-server): Allow number.
1507 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1508 (pop3-movemail): Add UIDL support.
1509 (pop3-send-streaming-command): Take a list of mail numbers instead of
1510 the number of mails.
1511 (pop3-write-to-file): Add X-UIDL header.
1512 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1513 (pop3-uidl-add-xheader): New functions.
1514
1515 * message.el (message-ignored-resent-headers):
1516 Add X-Content-Length and X-UIDL headers.
1517
1518 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1519
1520 * nndiary.el (nndiary-request-create-group-functions)
1521 (nndiary-request-update-info-functions)
1522 (nndiary-request-accept-article-functions):
1523 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1524 "-hooks" suffix.
1525
1526 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1527
1528 * starttls.el (starttls-extra-arguments): Doc fix.
1529
1530 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1531
1532 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1533 it.
1534
1535 2012-10-06 Glenn Morris <rgm@gnu.org>
1536
1537 * gnus-notifications.el (gnus-notifications):
1538 Add missing group :version tag.
1539 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1540 (gnus-gcc-post-body-encode-hook):
1541 * gnus-sync.el (gnus-sync-lesync-name)
1542 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1543
1544 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1545
1546 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1547 a user about whether to delete temp files if once a user answered as n.
1548
1549 2012-09-17 Richard Stallman <rms@gnu.org>
1550
1551 * message.el (message-in-body-p): Don't set mark or modify buffer.
1552
1553 * mml.el (mml-attach-file): Doc fix.
1554 (mml-attach-external, mml-attach-buffer, mml-attach-file):
1555 Set mail-encode-mml when in Mail mode.
1556 Simplify code to set HEAD and move back to HEAD.
1557 (mml-insert-multipart, mml-insert-part):
1558 Set mail-encode-mml when in Mail mode.
1559
1560 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1561
1562 * gnus-util.el (gnus-timer--function): New function.
1563
1564 * gnus-art.el (gnus-article-stop-animations): Use it.
1565
1566 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1567
1568 Fix glitches caused by addition of psec to timers.
1569 * gnus-art.el (gnus-article-stop-animations): Use timer--function
1570 rather than raw access to timer vector.
1571
1572 2012-09-11 Julien Danjou <julien@danjou.info>
1573
1574 * gnus-notifications.el (gnus-notifications): Check for nil values in
1575 ignored addresses check.
1576
1577 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1580
1581 2012-09-07 Chong Yidong <cyd@gnu.org>
1582
1583 * gnus-util.el
1584 (gnus-put-text-property-excluding-characters-with-faces): Restore.
1585
1586 * gnus-salt.el (gnus-tree-highlight-node):
1587 * gnus-sum.el (gnus-summary-highlight-line):
1588 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1589
1590 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1591
1592 * gnus-util.el: Fix compilation error on XEmacs 21.4.
1593
1594 2012-09-06 Juri Linkov <juri@jurta.org>
1595
1596 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1597 scheme for buffer names to be more consistent with other group and
1598 article buffer names in Gnus.
1599
1600 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1601
1602 * gnus-util.el
1603 (gnus-put-text-property-excluding-characters-with-faces): Remove.
1604
1605 * gnus-compat.el: Define compat function `add-face' from Wolfgang
1606 Jenkner.
1607
1608 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1609
1610 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1611
1612 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1613
1614 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1615
1616 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1617 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1618
1619 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1620 string-prefix-p in Emacs >=23.2.
1621
1622 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1623 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1624 instead of string-match-p.
1625 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1626
1627 2012-09-06 Kenichi Handa <handa@gnu.org>
1628
1629 * qp.el (quoted-printable-decode-region): Fix previous change; handle
1630 lowercase a..f.
1631
1632 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1633
1634 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1635
1636 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
1637
1638 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1639 TIME is set.
1640
1641 2012-09-05 Juri Linkov <juri@jurta.org>
1642
1643 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1644 than one group at a time (bug#11961).
1645
1646 2012-09-05 Julien Danjou <julien@danjou.info>
1647
1648 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1649 this hide the real reason with a message giving absolutely no hint.
1650
1651 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
1652
1653 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1654 to the backend (bug#11804).
1655
1656 * message.el (message-insert-newsgroups): Don't insert newsgroup
1657 duplicates (bug#12275).
1658
1659 2012-09-05 John Wiegley <johnw@newartisans.com>
1660
1661 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1662 sieve rules.
1663
1664 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
1665
1666 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1667 function.
1668
1669 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1670
1671 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1672
1673 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1674
1675 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1676 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1677 This should make nnmaildir more usable with offlineimap.
1678
1679 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
1680
1681 * gnus-notifications.el (gnus-notifications-notify): Use it.
1682
1683 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1684 warnings on XEmacs.
1685
1686 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1687
1688 Better seeds for (random).
1689 * gnus-sync.el (gnus-sync-lesync-setup):
1690 * message.el (message-canlock-generate, message-unique-id):
1691 Change (random t) to (random), now that the latter is more random.
1692
1693 2012-08-31 Dave Abrahams <dave@boostpro.com>
1694
1695 * auth-source.el (auth-sources): Fix macos keychain access.
1696
1697 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1698 allow the backend `request-head' function to determine the group
1699 name on its own.
1700 (gnus-request-expire-articles): Filter out negative article numbers
1701 during expiry (Bug#11980).
1702
1703 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1704 O(N^2) to O(N). This makes warping into huge groups tolerable.
1705
1706 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1707 you've found the article when you haven't.
1708
1709 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1712
1713 2012-08-30 Julien Danjou <julien@danjou.info>
1714
1715 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1716 `gnus-notifications-timeout'.
1717 (gnus-notifications-timeout): Add.
1718 (gnus-notifications-action): New function.
1719 (gnus-notifications-notify): Add :action using
1720 `gnus-notifications-action'.
1721 (gnus-notifications-id-to-msg): New variable.
1722 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1723 notifications id to messages.
1724
1725 2012-08-30 Kenichi Handa <handa@gnu.org>
1726
1727 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1728 once.
1729
1730 2012-08-29 Julien Danjou <julien@danjou.info>
1731
1732 * gnus-notifications.el: New file.
1733 (gnus-notifications-notify): New function.
1734 (gnus-notifications): Use `gnus-notifications-notify'.
1735
1736 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1737
1738 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1739 transfer encoding first; bind gnus-newsgroup-charset to the charset
1740 that the article specifies (Bug#12209).
1741
1742 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1743
1744 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1745 (gnus-group-customize-done): Encode values posting-style holds.
1746
1747 * gnus-msg.el (gnus-summary-resend-message)
1748 (gnus-configure-posting-styles): Decode values posting-style group
1749 parameter holds.
1750
1751 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
1752
1753 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1754 `name' and `address' in Resent-From header.
1755
1756 2012-08-14 Chong Yidong <cyd@gnu.org>
1757
1758 * gnus-art.el (article-display-face): Handle failure in
1759 gnus-create-image (Bug#11802).
1760
1761 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1762
1763 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1764 Use defsetf.
1765
1766 2012-08-10 Daiki Ueno <ueno@unixuser.org>
1767
1768 * auth-source.el (auth-source-plstore-search)
1769 (auth-source-secrets-search): Ignore :require and :type in search spec.
1770
1771 2012-08-06 Julien Danjou <julien@danjou.info>
1772
1773 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1774 Remove autoload, already handled by gnus.el.
1775
1776 2012-08-05 Julien Danjou <julien@danjou.info>
1777
1778 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1779 Add autoload.
1780
1781 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
1782
1783 * gnus.el (gnus-valid-select-methods): Fix custom type.
1784
1785 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
1786
1787 * auth-source.el (auth-sources, auth-source-backend-parse)
1788 (auth-source-macos-keychain-search)
1789 (auth-source-macos-keychain-search-items)
1790 (auth-source-macos-keychain-result-append)
1791 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1792 auth-source.el through the /usr/bin/security utility.
1793 (auth-sources): Fix syntax error.
1794 (auth-source-macos-keychain-result-append): Fix variable name.
1795 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1796
1797 2012-07-27 Julien Danjou <julien@danjou.info>
1798
1799 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1800 Emacs < 24.1
1801
1802 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
1803
1804 * message.el (message-kill-address): Don't kill last newline.
1805 (message-skip-to-next-address): Don't move to the next header.
1806 (message-fill-field-address): Work properly.
1807
1808 2012-07-25 Julien Danjou <julien@danjou.info>
1809
1810 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1811
1812 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
1813
1814 * nnimap.el (nnimap-get-responses): Don't remove, still used.
1815
1816 2012-07-24 Julien Danjou <julien@danjou.info>
1817
1818 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1819
1820 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1821 (nntp-async-timer-handler): Remove, unused.
1822
1823 * nnimap.el (nnimap-get-responses): Remove, unused.
1824
1825 * nnheader.el (mail-header-set-extra): Remove, unused.
1826
1827 * mm-view.el (mm-view-sound-file): Remove, unused.
1828
1829 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1830 (mm-url-encode-multipart-form-data): Remove, unused.
1831
1832 * message.el (message-remove-signature, message-make-host-name)
1833 (message-fill-address): Remove, unused.
1834
1835 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1836 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1837 unused.
1838
1839 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1840
1841 * gnus-util.el (gnus-extract-address-component-name)
1842 (gnus-extract-address-component-email, gnus-sortable-date)
1843 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1844 (gnus-process-live-p): Remove, unused.
1845
1846 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1847
1848 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1849 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1850 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1851 function.
1852
1853 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1854
1855 * gnus-score.el (gnus-summary-score-crossposting)
1856 (gnus-score-regexp-bad-p): Remove, unused.
1857
1858 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1859
1860 * gnus-range.el (gnus-sublist-p): Remove, unused.
1861
1862 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1863 unused.
1864
1865 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1866
1867 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1868 (gnus-request-associate-buffer): Remove, unused.
1869
1870 * gnus-group.el (gnus-group-set-method-info)
1871 (gnus-group-set-params-info): Remove, unused.
1872
1873 * gnus-fun.el (gnus-shell-command-to-string)
1874 (gnus-shell-command-on-region): Remove, unused.
1875
1876 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1877
1878 * gnus-art.el (gnus-article-text-type-exists-p)
1879 (article-translate-characters, gnus-article-hide-text-of-type)
1880 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1881 Remove, unused.
1882
1883 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1884
1885 * nnir.el ("nnir"): Revert last change, that's premature to merge from
1886 Gnus master.
1887
1888 2012-07-22 Andrew Cohen <cohen@bu.edu>
1889
1890 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1891
1892 2012-07-21 Julien Danjou <julien@danjou.info>
1893
1894 * message.el (message-dont-reply-to-names): Replace deprecated
1895 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1896 (message-get-reply-headers): Ditto.
1897
1898 2012-07-18 Julien Danjou <julien@danjou.info>
1899
1900 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1901 `sieve-upload-and-kill'.
1902
1903 * sieve.el (sieve-bury-buffer): Remove function.
1904 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1905 (sieve-upload-and-kill): New function, mapped to C-c C-c.
1906
1907 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1908
1909 * shr.el (shr-expand-url): Handle URL starting with `//'.
1910
1911 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1912 2012-07-13 Chong Yidong <cyd@gnu.org>
1913
1914 * smime.el (smime-certificate-info): Set buffer-read-only directly,
1915 instead of calling toggle-read-only with a (bogus) argument.
1916
1917 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
1918
1919 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1920 of initial input when reading the author to restrict the summary to.
1921
1922 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1923
1924 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1925 buffer exists, which it doesn't if we haven't started Gnus.
1926
1927 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
1928
1929 * mm-decode.el (mm-shr):
1930 Allow overriding charset by mm-charset-override-alist.
1931
1932 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1933
1934 * gnus-art.el (gnus-article-view-part):
1935 Toggle subparts of multipart/alternative part.
1936
1937 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1938
1939 * gnus-sync.el: Simply require json.
1940
1941 * registry.el: Simply require eieio and eieio-base.
1942
1943 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
1944
1945 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1946
1947 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * shr.el (shr-render-buffer): New command.
1950 (shr-visit-file): Use it.
1951
1952 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
1953
1954 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1955 Set no-byte-compile and no-update-autoloads.
1956
1957 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1958
1959 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1960
1961 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1962
1963 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1964 being bound to a lambda form.
1965
1966 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1967
1968 * gnus-picon.el (gnus-picon-properties): New defcustom.
1969 (gnus-picon-create-glyph): Use it.
1970
1971 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1972
1973 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1974 locales.
1975
1976 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1977 on a handle.
1978
1979 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1980 address as the default.
1981
1982 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1983 It makes no sense to query the user about internal files.
1984
1985 * gnus-spec.el: Remove all the byte-compilation stuff, since
1986 benchmarking shows that it doesn't help when entering large summary
1987 buffers.
1988
1989 * gnus-util.el (gnus-byte-code): Remove.
1990
1991 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1992 grouplens stuff.
1993
1994 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1995
1996 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1997 (bug#11514).
1998
1999 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2000
2001 * message.el (message-buffers): Return all buffers derived from Message
2002 to make `gnus-dired-attach' work with mu4e.
2003
2004 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2005
2006 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2007 (mm-dissect-singlepart): Don't guess the MIME type of
2008 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2009 set.
2010 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2011 toplevel MIME type is multipart/encrypted.
2012
2013 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2014
2015 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2016 In particular, add an optional argument and a docstring.
2017
2018 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2019
2020 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2021 current before calling `gnus-groups-to-gnus-format'.
2022 Note that this was already the case for `gnus-active-to-gnus-format'.
2023
2024 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2025
2026 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2027
2028 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2029
2030 * mm-decode.el (mm-dissect-buffer): Doc fix.
2031
2032 * gnus-sum.el (gnus-handle-ephemeral-exit):
2033 Avoid creating the group buffer if it doesn't exist.
2034
2035 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2036 is given, mark the group as ephemeral with the current window conf.
2037
2038 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2039 buffer exists, which it doesn't if we haven't started Gnus.
2040 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2041
2042 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2043
2044 * mml.el (mml-generate-mime):
2045 Allow specifying what the top-level part type is.
2046
2047 * gnus-sum.el (gnus-auto-center-summary):
2048 `scroll-margin' isn't defined on XEmacs.
2049
2050 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2051
2052 * gnus-sum.el (gnus-auto-center-summary):
2053 Set default to respect `scroll-margin'.
2054
2055 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2056
2057 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2058 citation prefix within a block of cited text should be considered
2059 part of that block *only* if it is a blank line.
2060
2061 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2062
2063 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2064 before kinsoku-bol characters nor within kinsoku-eol characters.
2065
2066 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2067
2068 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2069 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2070 Silence compiler.
2071 (gnus-sync-read): Use mapc instead of mapcar.
2072
2073 * mm-archive.el: Require mm-decode for some macros.
2074 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2075 Silence the byte compiler.
2076 (mm-archive-decoders): New function that returns the value of
2077 the mm-archive-decoders variable.
2078
2079 * mm-decode.el:
2080 Don't require mm-archive; autoload mm-archive functions instead.
2081 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2082
2083 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2084
2085 2012-06-26 Peter Münster <pmrb@free.fr>
2086
2087 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2088 (gnus-demon-cancel): Ditto.
2089 (gnus-demon-run-callback): When function cannot be called due to low
2090 idleness, call it when idleness reaches the expected value, instead
2091 of waiting another timer period.
2092 (gnus-demon-init): Add `time' to arguments of call-back.
2093
2094 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2095
2096 * gnus.el: Register gnus-registry functions.
2097
2098 * gnus-registry.el (gnus-try-warping-via-registry):
2099 Move here and indent.
2100
2101 * gnus-int.el (gnus-warp-to-article):
2102 Check whether the registry is enabled before warping.
2103
2104 2012-06-26 Dave Abrahams <dave@boostpro.com>
2105
2106 * gnus-sum.el (gnus-summary-insert-subject): Record information
2107 in the registry about each article retrieved.
2108
2109 * gnus-int.el (gnus-select-group-with-message-id): New function.
2110 (gnus-try-warping-via-registry): Ditto.
2111 (gnus-warp-to-article): Fall back on the registry.
2112
2113 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2114
2115 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2116
2117 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2118
2119 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2120 gnus-gcc-self-resent-messages may be a group parameter.
2121 (gnus-summary-resend-message):
2122 Don't encode encoded words in header when Gcc'ing resent message.
2123
2124 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2125
2126 * shr.el (shr-insert): Treat non-breaking space just like normal
2127 space. This seems to produce more pleasing results.
2128 (shr-insert):
2129 Only insert a blank line if we're starting from an image.
2130 (shr-tag-br):
2131 Allow <br> to end lines or to make a single blank line.
2132 (shr-ensure-paragraph): Consider lines with white space to be blank.
2133
2134 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2135
2136 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2137 and gnus-gcc-post-body-encode-hook.
2138
2139 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2140
2141 * mm-decode.el (mm-dissect-singlepart):
2142 Guess what the type of application/octet-stream parts really is.
2143
2144 * gnus-sum.el (gnus-propagate-marks): Remove.
2145
2146 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2147
2148 * nntp.el (nntp-coding-system-for-read): Remove.
2149 (nntp-coding-system-for-write): Ditto.
2150 (nntp-open-connection): Just use `binary' directly.
2151
2152 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2153
2154 * registry.el (registry-usage-test, registry-persistence-test):
2155 Move to tests/gnustest-registry.el.
2156 (registry-make-testable-db, registry-match-test)
2157 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2158
2159 * gnus-registry.el (gnus-registry-misc-test)
2160 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2161
2162 * tests/gnustest-registry.el:
2163 New file with the registry and gnus-registry ERT tests.
2164
2165 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2166
2167 * gnus-msg.el (gnus-summary-resend-message):
2168 Make gnus-summary-resend-message-insert-gcc be last item in
2169 message-header-setup-hook.
2170
2171 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2172
2173 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2174 (nnfolder-marks, nnfolder-marks-file-suffix)
2175 (nnfolder-marks-modtime): Remove.
2176 (nnfolder-open-server): Don't use marks.
2177 (nnfolder-request-delete-group): Ditto.
2178 (nnfolder-request-rename-group): Ditto.
2179 (nnfolder-request-set-mark, nnfolder-request-marks)
2180 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2181 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2182
2183 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2184 (nnml-marks-modtime): Remove.
2185 (nnml-request-delete-group): Don't use marks.
2186 (nnml-request-rename-group): Ditto.
2187 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2188 (nnml-save-marks, nnml-open-marks): Remove.
2189
2190 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2191 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2192 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2193 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2194 (nntp-server-to-method-cache): Remove.
2195
2196 * shr.el (shr-rescale-image): Fix wrong merge.
2197
2198 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2199
2200 * shr.el (shr-remove-trailing-whitespace):
2201 Really delete the padding on too-wide lines.
2202
2203 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2204
2205 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2206 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2207
2208 * mm-decode.el (mm-display-external): Output the text from
2209 the command in the buffer after the command finished.
2210 This makes text-based commands behave better.
2211
2212 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2213
2214 * message.el (smtpmail-smtp-user): Silence compiler warning.
2215
2216 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2217
2218 * message.el (message-multi-smtp-send-mail): Also allow specifying
2219 the SMTP user name.
2220
2221 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2222
2223 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2224
2225 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2226
2227 * message.el (message-multi-smtp-send-mail): New function.
2228 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2229 header to implement multi-SMTP functionality.
2230
2231 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2232 (gnus-agentize): Don't set it.
2233 (gnus-agent-send-mail): Don't use it.
2234
2235 * gnus-sum.el (gnus-summary-widget-backward):
2236 New function and keystroke.
2237
2238 * shr.el (shr-put-image): Remove underlines from sliced images.
2239 (shr-zoom-image): Compute the region to be replaced more correctly.
2240
2241 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2242
2243 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2244 (gnus-summary-resend-message-insert-gcc): New function.
2245 (gnus-summary-resend-message): Modify message-header-setup-hook and
2246 message-sent-hook to make it work for Gcc.
2247 (gnus-inews-do-gcc): Update the number of unread articles of groups
2248 that messages are Gcc'd to.
2249
2250 * message.el (message-resend): Run message-sent-hook to do Gcc.
2251
2252 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2253
2254 * gnus-registry.el (gnus-registry-fixup-registry):
2255 Move the message to a higher level to silence compilation.
2256
2257 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2258 parameter to allow controlling the scaling.
2259
2260 * shr.el (shr-zoom-image): New command and keystroke.
2261 (shr-put-image): Take a `size' flag to say how to scale the image.
2262
2263 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2264 Use recursive deletion.
2265 (mm-dissect-archive): Add support for zip files.
2266
2267 * gnus-util.el (gnus-recursive-directory-files): New function.
2268
2269 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2270 (mm-archive-decoders): Add tgz support.
2271
2272 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2273 Otherwise inserting text into the Gnus buffer can look odd.
2274
2275 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2276
2277 * mm-archive.el (mm-archive-decoders): Add support for tar.
2278
2279 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2280
2281 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2282
2283 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2284
2285 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2286
2287 * mm-archive.el: New file.
2288
2289 * mm-decode.el (mm-dissect-singlepart):
2290 Use it to decode ms-tnef files.
2291
2292 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2293
2294 * message.el (message-goto-*): Make all the `message-goto-*' commands
2295 push the mark before moving point. This makes it easier to go back
2296 to where you came from after editing whatever you jumped to.
2297
2298 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2299
2300 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2301 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2302 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2303
2304 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2305
2306 * spam.el: Move BBDB autoloads.
2307 (spam-exists-in-BBDB-p):
2308 New function to do the BBDB search directly in BBDB 2 and 3.
2309 (spam-check-BBDB): Use it.
2310 (spam-enter-ham-BBDB): Use it.
2311
2312 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2313
2314 * gnus-group.el (gnus-group-get-new-news):
2315 New parameter `one-level' for scanning exactly one level.
2316
2317 * gnus-start.el (gnus-get-unread-articles): Ditto.
2318
2319 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2320
2321 * gnus-sync.el: More commentary about setup.
2322
2323 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2324
2325 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2326
2327 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2328
2329 * gnus-sync.el: Improve docs about CouchDB admins.
2330
2331 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2332
2333 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2334 not needed. Provide xmlplistread list function to produce XML plist
2335 output for non-Gnus LeSync clients.
2336
2337 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2338
2339 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2340 and save against it. Group subscriptions, read marks, other marks,
2341 subscription levels, topic names, and topic offsets (the group's
2342 position within the topic) are saved. This is an experimental
2343 backend and may change significantly. Load json.el from
2344 the gnus-fallback-lib if it's not available otherwise.
2345 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2346
2347 2012-06-26 David Engster <dengste@eml.cc>
2348
2349 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2350
2351 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2352
2353 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2354
2355 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2356
2357 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2358 is an integer to avoid later problems.
2359
2360 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2361
2362 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2363 locales.
2364
2365 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2366
2367 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2368 articles when fetch-old is non-nil (bug#11370).
2369
2370 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2371
2372 * gnus-group.el (gnus-group-get-new-news):
2373 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2374
2375 2012-06-10 Dave Abrahams <dave@boostpro.com>
2376
2377 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2378 groups (bug#11641).
2379
2380 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2381
2382 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2383 (bug#11514).
2384
2385 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * nntp.el: Stop the `letf' madness.
2388 (nntp--report-1): New var.
2389 (nntp-report): Merge nntp-report-1 into it.
2390 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2391 the nntp-report function.
2392
2393 * auth-source.el: Fix comment-style to follow the convention.
2394
2395 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2396
2397 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2398 a string so that Gcc works (bug#11514).
2399
2400 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2403 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2404
2405 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2408 jumping to *Server* from a dedicated *Group* window.
2409 (gnus-configure-frame): CSE.
2410
2411 * gnus-registry.el: Minor style cleanup.
2412 (gnus-registry--set/remove-mark): New function, extracted from
2413 gnus-registry-install-shortcuts.
2414 (gnus-registry-install-shortcuts): Use it.
2415
2416 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2417
2418 * nnspool.el (news-path): Use eval-and-compile.
2419
2420 2012-05-24 Glenn Morris <rgm@gnu.org>
2421
2422 * nnspool.el (news-directory, news-path, news-inews-program):
2423 Move here from paths.el. Don't see a need for these to be autoloaded.
2424
2425 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2426 Merge in doc from paths.el version. Don't see any need for this to be
2427 autoloaded, or for the warning about users not setting it.
2428
2429 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2430
2431 Fix minor Y10k bug.
2432 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2433
2434 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2437 message once it's actually open.
2438
2439 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * auth-source.el (auth-source--aput-1, auth-source--aput)
2442 (auth-source--aget): New functions and macros.
2443 Use them instead of aput/aget.
2444
2445 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2446
2447 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2448
2449 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2450
2451 * plstore.el (plstore-called-interactively-p): New compat macro copied
2452 from message.el.
2453 (plstore-mode): Use it.
2454
2455 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2456
2457 * plstore.el: Revive the editing feature.
2458 (plstore-mode): New mode to edit plstore file.
2459 (plstore-mode-toggle-display, plstore-mode-original)
2460 (plstore-mode-decoded): New command.
2461 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2462 (plstore--insert-buffer, plstore--make): New function.
2463 (plstore-open, plstore-save): Simplify by using them.
2464
2465 2012-04-16 Glenn Morris <rgm@gnu.org>
2466
2467 * nndraft.el (nndraft-request-list): Fix declaration.
2468
2469 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2470
2471 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2472 don't have a current group.
2473
2474 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2475 have a group name.
2476
2477 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2478 a multibyte buffer (bug#7410).
2479 (article-wash-html): Parse the original article buffer to get the
2480 unencoded data (bug#7410).
2481
2482 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2483 .newsrc.el files.
2484
2485 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2486
2487 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2488 would have gotten if we posted to the group, and use that to compare
2489 against the message we want to cancel (bug#10808).
2490
2491 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492
2493 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2494 "#" to avoid having them interpreted as comments.
2495
2496 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2497
2498 * shr.el (shr-insert): Update the text state properly to avoid
2499 inserting spurious paragraph starts.
2500
2501 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2502
2503 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2504 requested (bug#10961).
2505
2506 * shr.el (shr-table-widths): Divide the extra width more fairly over
2507 the TDs (bug#10973).
2508 (shr-render-td): Don't delete too much padding.
2509 (shr-natural-width): Compute the natural width more correctly.
2510 (shr-insert): Allow the natural width to be computed for tables again.
2511 (shr-tag-table-1): Rework how the natural widths are computed by
2512 rendering the table a third time.
2513 (shr-natural-width): Remove.
2514 (shr-buffer-width): New function.
2515 (shr-expand-newlines): Use it.
2516
2517 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
2518 using a `gnus-use-full-window' setup (bug#11013).
2519
2520 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2521
2522 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2523 24.1 release.
2524
2525 2012-03-10 David Edmondson <dme@dme.org>
2526
2527 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2528 'Forwarded Message' header and the start of the message.
2529
2530 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2531
2532 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2533 isn't running (bug#10897).
2534
2535 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2536
2537 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2538
2539 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2540
2541 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2542
2543 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2544
2545 * mm-decode.el (mm-shr): Remove "soft hyphens".
2546
2547 * nnimap.el (nnimap-request-list): Return the group names encoded as
2548 utf8. Otherwise non-European group names don't work.
2549 (nnimap-request-newgroups): Ditto.
2550
2551 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2552 the default in `read-string' (bug#10757).
2553
2554 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2555 topics (bug#10843).
2556
2557 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2558 buffer. Suggested by Herbert Valerio Riedel.
2559 (nnimap-request-move-article): Delete the message from the correct IMAP
2560 server.
2561
2562 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
2563
2564 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2565 Reported by Peter Münster.
2566
2567 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2568
2569 * shr.el (shr-image-fetched): Make sure we really kill the right
2570 buffer.
2571
2572 2012-02-16 Leo Liu <sdl.web@gmail.com>
2573
2574 * gnus-start.el (gnus-1): Avoid duplicate entries.
2575
2576 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
2577
2578 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2579 too-wide lines.
2580
2581 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
2582
2583 * shr.el (shr-rescale-image): Undo previous change; see
2584 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2585
2586 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2587
2588 * nnimap.el (nnimap-record-commands): New variable.
2589 (nnimap-log-command): Use it.
2590 (nnimap-make-process-buffer): Add a space to the process buffer.
2591 (nnimap-transform-headers): Don't bug out on header lines containing
2592 stuff that look like IMAP length encodings.
2593
2594 * shr.el (shr-rescale-image): Allow viewing large images.
2595
2596 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2597
2598 * nnml.el (nnml-request-compact-group): Delete the marks file after
2599 compaction (bug#10800).
2600
2601 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2602 group exit.
2603
2604 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2605 QRESYNC/FETCH output.
2606
2607 2012-02-11 Glenn Morris <rgm@gnu.org>
2608
2609 * sieve-manage.el (sieve-manage-default-stream):
2610 * shr.el (shr):
2611 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2612 (nnir-retrieve-headers-override-function)
2613 (nnir-imap-default-search-key, nnir-notmuch-program)
2614 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2615 (nnir-method-default-engines):
2616 * message.el (message-cite-reply-position):
2617 * gssapi.el (gssapi-program):
2618 * gravatar.el (gravatar):
2619 * gnus-sum.el (gnus-refer-thread-use-nnir):
2620 * gnus-registry.el (gnus-registry-unfollowed-addresses)
2621 (gnus-registry-max-pruned-entries):
2622 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2623 * gnus-int.el (gnus-after-set-mark-hook)
2624 (gnus-before-update-mark-hook):
2625 * gnus-async.el (gnus-async-post-fetch-function):
2626 * auth-source.el (auth-source-cache-expiry):
2627 Add missing :version tags to new defcustoms and defgroups.
2628
2629 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2630
2631 * message.el (message-default-send-mail-function): Made into own
2632 function for reuse by emacsbug.el.
2633
2634 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
2635
2636 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2637 `gnus-sloppily-equal-method-parameters' to avoid a warning.
2638
2639 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2640
2641 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2642 running.
2643
2644 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2645
2646 * gnus.el (gnus-server-extend-method): Don't add an -address component
2647 if the method already has one (bug#9676).
2648
2649 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2650
2651 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2652 of an initial-input for consistency (bug#10757).
2653
2654 * shr.el: Inhibit getting and sending cookies when fetching pictures.
2655
2656 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2657
2658 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2659
2660 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2661 lines that are narrower than the window width. Otherwise background
2662 "blocks" will look less readable.
2663
2664 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2665
2666 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2667
2668 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2669
2670 * nnimap.el (nnimap-transform-headers): Remove unused variable.
2671 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2672 have newlines within the strings, and where the UID comes after the
2673 BODYSTRUCTURE element (bug#10537).
2674
2675 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2676 (bug#10732).
2677
2678 * shr.el (shr-insert-document): Add doc string.
2679 (shr-visit-file): Ditto.
2680 (shr-remove-trailing-whitespace): New function.
2681 (shr-insert-document): Use it to clean up trailing whitespace as the
2682 final step (bug#10714).
2683
2684 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2685
2686 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2687 buffer if `gnus-kill-summary-on-exit' is nil.
2688
2689 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
2690
2691 * gnus-sum.el (gnus-summary-show-thread):
2692 next-single-char-property-change may return nil in XEmacs.
2693
2694 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2695
2696 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2697 when just reading a single group from "without" Gnus.
2698
2699 2012-02-06 Chong Yidong <cyd@gnu.org>
2700
2701 * gnus-sum.el (gnus-summary-show-thread):
2702 next-single-char-property-change never returns nil (Bug#8657).
2703
2704 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2705
2706 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2707 without reconnecting.
2708 (nnimap-possibly-change-group): Ditto.
2709 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2710 connection has died before being called.
2711
2712 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
2713
2714 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2715 an initial sync unless we're really doing one.
2716
2717 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2718 address parameter if one already exists (bug#9676).
2719
2720 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2721 not the prefix, as documented (bug#10689).
2722
2723 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2724
2725 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2726 the "server".
2727
2728 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2729 the real error message with the useless "previously known to be down".
2730 Which isn't even correct.
2731
2732 * nntp.el (nntp-open-connection): Report the error message if the nntp
2733 server can't be reached.
2734
2735 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2736 groups we do a total scan for.
2737 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2738 doing that.
2739
2740 2012-01-31 Jim Meyering <jim@meyering.net>
2741
2742 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2743 Correct a comment (insert "not") and hide nominally-doubled "to".
2744
2745 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2746
2747 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2748 section in the manual.
2749
2750 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2751
2752 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2753 words.
2754 (rfc2047-encode-string): Ditto.
2755 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
2756 understand folded filename="..." parameters, for instance.
2757
2758 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2759 the message for greater debuggability.
2760
2761 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2762
2763 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2764 instead of setting it locally, since the latter doesn't seem to have
2765 any effect (most of the time).
2766
2767 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
2768
2769 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2770 function call.
2771
2772 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
2773
2774 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2775 seconds, and make the repeat clause with HH:MM specs work as
2776 documented.
2777
2778 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2779
2780 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2781 so that previous errors don't prohibit getting new news.
2782
2783 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2784
2785 * nntp.el (nntp-retrieve-group-data-early): Ditto.
2786
2787 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2788
2789 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2790 bound globally in old Emacsen and XEmacsen.
2791
2792 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
2793
2794 * gnus.el (gnus-group-find-parameter): Check for liveness of the
2795 buffer, not of the string which is its name.
2796
2797 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2798
2799 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2800 non-server-marks groups.
2801 (gnus-group-make-articles-read): Ditto.
2802
2803 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2804 methods (bug#9676).
2805
2806 * gnus.el (gnus-method-ephemeral-p): New function.
2807
2808 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2809
2810 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2811 left-to-right.
2812
2813 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2814
2815 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2816 warning.
2817
2818 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2819
2820 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2821 macroexpand the nnir things, since they haven't been defined yet, and
2822 nnir requires gnus-sum.
2823
2824 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2825
2826 * mm-decode.el (mm-interactively-view-part): Fix prompt.
2827
2828 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
2829
2830 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2831 logical server name in addition to the actual machine address.
2832
2833 * auth-source.el (auth-source-user-and-password): Add convenience
2834 wrapper to search by just host and optionally user.
2835
2836 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2837
2838 * shr.el (shr-visit-file): Move point to the beginning of the buffer
2839 after rendering.
2840
2841 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2842
2843 * gnus-sum.el (gnus-summary-read-group): Document more parameters
2844 (bug#9693).
2845 (gnus-summary-setup-buffer): Document return value (bug#9697).
2846
2847 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2848 since ido doesn't work on symbols (bug#9632).
2849
2850 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2851 when getting a single value as when getting all the values. This means
2852 that atoms like `gcc-self' work cumulatively, like variable settings,
2853 instead of getting the value from the last matching clause.
2854 (gnus-group-find-parameter): Protect against the group buffer not
2855 existing (bug#9585).
2856
2857 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2858
2859 * gnus-start.el (gnus-activate-group): Document more parameters
2860 (bug#9694).
2861
2862 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2863 (bug#9692).
2864
2865 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2866 article was fetched, so that it can be expired later (bug#9958).
2867 (gnus-agent-summary-fetch-series): Add doc string.
2868 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2869 (bug#9517).
2870
2871 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2872 retrieval is happening.
2873
2874 * gnus.el (gnus-parameters): Doc fix.
2875
2876 2012-01-06 Dave Abrahams <dave@boostpro.com>
2877
2878 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2879 show the thread after expansion.
2880
2881 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2882
2883 * gnus-art.el (article-narrow-to-head): If the head is completely
2884 empty, narrow to the empty region (bug#9764).
2885
2886 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2887 read, and then mark them as unread only when the unread mark is used.
2888 This makes `C-- T k' actually work, even though it's confusing.
2889
2890 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2891 alive before we try to find its window.
2892
2893 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
2894
2895 * mm-decode.el (mm-display-external): Use a longer timeout for the
2896 deletion to allow slow programs to display the file.
2897
2898 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2899
2900 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2901 prompt to be less confusing.
2902
2903 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2904 argument to `message-reply'. This broke `special-display-*' frame
2905 pop-uping (bug#10238).
2906
2907 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2908
2909 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2910 systems, since these allegedly don't work there.
2911
2912 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
2913
2914 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2915 live buffer.
2916
2917 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2918
2919 * nnir.el (nnir-retrieve-headers): Protect against the article not
2920 existing on the server (bug#10335).
2921
2922 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2923
2924 * gnus-agent.el (gnus-agent-load-local):
2925 Recompute gnus-agent-article-local on changing method.
2926
2927 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2928
2929 * gnus.el (gnus-parameters): Note precedence.
2930
2931 2012-01-04 Leo Liu <sdl.web@gmail.com>
2932
2933 * nndraft.el (nndraft-update-unread-articles): Don't move point around
2934 in the group buffer.
2935
2936 2012-01-04 Julien Danjou <julien@danjou.info>
2937
2938 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2939 change.
2940
2941 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2942
2943 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2944 too.
2945
2946 * nntp.el (nntp-retrieve-group-data-early): Use it.
2947
2948 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2949
2950 * nntp.el (nntp-retrieval-in-progress): New variable.
2951 (nntp-make-process-buffer): Make it buffer-local.
2952
2953 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2954 2010.
2955 (gnus-demon-init): Use it to compute the time if time is on the form
2956 "04:23".
2957
2958 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2959
2960 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2961 status in the correct buffer.
2962
2963 2012-01-03 Leo Liu <sdl.web@gmail.com>
2964
2965 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2966 when opening topics (bug#10407).
2967
2968 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
2969
2970 * mm-view.el (mm-display-inline-fontify): Add comment.
2971
2972 2011-12-15 Juri Linkov <juri@jurta.org>
2973
2974 * mm-decode.el (mm-inline-media-tests): Add missing
2975 `mm-handle-media-subtype'.
2976
2977 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
2978
2979 * message.el (message-valid-fqdn-regexp): Update with newly approved
2980 top-level domain names ".tel" and ".asia".
2981
2982 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
2983
2984 * gnus-sum.el (gnus-summary-show-article): Don't load shr
2985 unconditionally.
2986
2987 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2988
2989 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2990 pop-to-buffer-same-window for old Emacsen.
2991
2992 2011-12-04 Chong Yidong <cyd@gnu.org>
2993
2994 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2995 change (Bug#10200).
2996
2997 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
2998
2999 * compface.el (uncompface):
3000 * gnus-art.el (gnus-article-x-face-command): Update the header format
3001 of icon data for the most recent icontopbm program.
3002
3003 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3004
3005 * gnus-msg.el (gnus-inews-do-gcc):
3006 * message.el (message-send-mail):
3007 * mml.el (mml-generate-mime): Share the value of the buffer-local
3008 `message-options' variable between a draft buffer and temprary working
3009 buffers.
3010
3011 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3014
3015 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3016
3017 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3018 for Cygwin.
3019
3020 2011-11-24 Glenn Morris <rgm@gnu.org>
3021
3022 * starttls.el: Fix case of "GnuTLS".
3023
3024 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3025
3026 * gnus-group.el (gnus-group-highlight): Fix typo.
3027
3028 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3029
3030 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3031 value of `delete-file', that returns nil for a local file but returns t
3032 for a remote file using ssh.
3033
3034 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3035
3036 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3037 avoid later breakage.
3038
3039 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3040
3041 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3042 article buffers' name.
3043
3044 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3045
3046 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3047 by Paul Eggert's spellfixes two days ago.
3048
3049 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3050
3051 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3052 buffer-local instead of binding them to avoid warnings. Also demote
3053 errors (bug#10063).
3054 (font-lock-mode-hook): Shut up byte compiler.
3055
3056 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3057
3058 * mm-util.el (mm-charset-after): Fix typo.
3059
3060 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3061
3062 * gnus-sum.el (gnus-summary-make-menu-bar):
3063 * gnus-uu.el (gnus-uu-decode-postscript)
3064 (gnus-uu-decode-postscript-and-save):
3065 * mailcap.el (mailcap-print-command):
3066 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3067 Fix typos.
3068
3069 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3070
3071 * gnus-art.el (gnus-article-part-wrapper):
3072 * shr-color.el (shr-color-visible-distance-min)
3073 (shr-color-relative-to-absolute, set-minimum-interval)
3074 (shr-color-visible): Fix typos.
3075
3076 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3077
3078 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3079 slightly clearer.
3080
3081 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3082
3083 * message.el (message-send-and-exit): Document `arg'.
3084
3085 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3088
3089 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3090
3091 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3092 we don't use `bound-and-true-p'.
3093
3094 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3095
3096 * gnus-util.el (gnus-bound-and-true-p): Remove.
3097 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3098 * nnir.el: Use it.
3099 * nnmairix.el: Use it.
3100
3101 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3102
3103 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3104 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3105 for reasons unknown.
3106 * nnir.el: Use it.
3107 * nnmairix.el: Use it.
3108
3109 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3110 * nnir.el: Ditto.
3111 * nnmairix.el: Ditto.
3112
3113 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3114
3115 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * message.el (message-completion-function): Make sure
3118 message-tab-body-function is not attempted if one of
3119 message-completion-alist fails to find a completion (bug#9158).
3120
3121 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3122
3123 * mml.el (mml-quote-region): Quote <#secure> tag.
3124 (mml-generate-mime-1): Unquote <#secure> tag.
3125
3126 2011-10-20 Chong Yidong <cyd@gnu.org>
3127
3128 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3129 calling a minor mode from Lisp with nil arg enables it, so we have to
3130 make the wording a bit ambiguous here).
3131
3132 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3133
3134 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3135 * nnir.el (nnir-mode): Use it.
3136 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3137 Use it.
3138
3139 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3140 * nnmairix.el (gnus-registry-enabled): Ditto.
3141
3142 2011-10-17 Dave Abrahams <dave@boostpro.com>
3143
3144 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3145 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3146 only while we need to find out if it should be t or nil.
3147 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3148 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3149 the registry is installed. Set it to nil when it's unloaded.
3150 (gnus-registry-install-p): Provide user guidance for the initial value
3151 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3152 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3153 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3154 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3155 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3156 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3157 `gnus-registry-install'.
3158
3159 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3160
3161 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3162 previous change.
3163 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3164 primary key is marked as disabled.
3165
3166 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3167
3168 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3169 primary key is marked as disabled.
3170
3171 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3172
3173 * html2text.el (html2text-clean-anchor): Check for quotes around
3174 `href' value.
3175
3176 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3177
3178 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3179 searching. Drop `bbdb-cache'.
3180
3181 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3182
3183 * message.el (message-signed-or-encrypted-p): Exclude header when
3184 checking if there is signed or encrypted body in text/plain message.
3185
3186 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3187
3188 * html2text.el (html2text-get-attr): Correctly handle attribute values
3189 containing "=".
3190
3191 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3192
3193 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3194 handle bindings.
3195
3196 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3197
3198 * gnus-win.el (gnus-configure-windows): Protect against reading
3199 ephemeral groups outside of Gnus.
3200
3201 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3202
3203 * shr.el (shr-tag-img): Don't get images displayed in tables.
3204
3205 2011-10-03 Glenn Morris <rgm@gnu.org>
3206
3207 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3208 the "maintainer" version of debbugs.gnu.org reports.
3209
3210 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3211
3212 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3213 make asynchronous adjacent image insertion work better.
3214
3215 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3216
3217 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3218 Clarify documentation.
3219
3220 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3221
3222 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3223 `gnus-asynchronous' isn't shadowed.
3224
3225 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3226
3227 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3228 (nnimap-insert-partial-structure): The charset parameter isn't
3229 case-sensitive.
3230
3231 * nnheader.el (nnheader-message-maybe): New function.
3232
3233 * shr.el (shr-tag-table): Render totally broken tables better.
3234
3235 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3236 computing the boundary.
3237
3238 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3239
3240 * pop3.el (pop3-number-of-responses): Remove.
3241 (pop3-wait-for-messages): Rewrite to take linear time instead of
3242 exponential time.
3243
3244 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3245
3246 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3247 re-fetch images.
3248
3249 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3250 re-fetch images when hitting `g' in Gnus.
3251
3252 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3253
3254 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3255 (mml-compute-boundary): Don't check collision if it is non-nil.
3256 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3257 before checking collision.
3258
3259 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3260
3261 * message.el (message-indent-citation): Really make sure there's a
3262 newline at the end.
3263
3264 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3265 Fix suggested by John Wiegley.
3266
3267 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3268
3269 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3270
3271 * message.el (message-default-send-rename-function): Break out into its
3272 own function.
3273
3274 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3275 doesn't work under XEmacs.
3276
3277 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3278 of "imaps" to word around Windows problems.
3279 (nnimap-open-connection-1): Use it.
3280
3281 * message.el (message-indent-citation): Revert last change which made
3282 `F' not work.
3283
3284 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3285
3286 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3287 terminal as well.
3288
3289 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3290
3291 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3292 because it displays images using overlays that aren't easy to copy to
3293 the article buffer.
3294
3295 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3296
3297 * message.el (message-indent-citation): Fix empty line removal at the
3298 end of the citation.
3299
3300 2011-09-20 Julien Danjou <julien@danjou.info>
3301
3302 * auth-source.el (auth-source-netrc-create): Use default value for
3303 password if specified. Evaluate default.
3304 (auth-source-plstore-create): Ditto.
3305 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3306 value evaluation.
3307 (auth-source-netrc-create): Typo fix.
3308 (auth-source-plstore-create): Ditto.
3309
3310 * auth-source.el (auth-source-format-cache-entry): New function.
3311
3312 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3313
3314 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3315
3316 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3317
3318 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3319
3320 2011-09-19 Julien Danjou <julien@danjou.info>
3321
3322 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3323 which work with things that are not ASCII.
3324
3325 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3326
3327 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3328
3329 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3330
3331 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3332 message level.
3333
3334 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3335
3336 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3337
3338 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3339
3340 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3341
3342 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3345 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3346
3347 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3348
3349 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3350 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3351 articles.
3352
3353 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3356 (message-mail-other-window, message-mail-other-frame)
3357 (message-news-other-window, message-news-other-frame):
3358 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3359 instead of setting buffer display variables.
3360
3361 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3362
3363 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3364
3365 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3366
3367 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3368
3369 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3370 duplicates" to a higher level.
3371
3372 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3373 most egregious messages.
3374
3375 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3376
3377 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3378
3379 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3380
3381 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3382 up the file (bug#9351).
3383
3384 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3385
3386 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3387 it does with all other backends, but decode the names immediately after
3388 getting them.
3389
3390 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3391 decoding nnimap groups.
3392
3393 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3394 newsrc file. It doesn't seem like an important optimization any more.
3395
3396 2011-09-10 Dave Abrahams <dave@boostpro.com>
3397
3398 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3399 overflows.
3400
3401 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3402
3403 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3404 (gnus-interactive-exit): Extend to `quiet'.
3405
3406 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3407
3408 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3409 string.
3410
3411 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3412 renaming function arguments from `this'.
3413
3414 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3415
3416 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3417 has been renamed.
3418 (gnus-lrm-string-p): Include RLM and PDF, too.
3419
3420 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3421 (bug#9225).
3422
3423 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3424
3425 Add autoload cookies for functions used by sendmail.el.
3426 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3427
3428 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3429
3430 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3431
3432 * gnus-art.el (article-date-ut): Work properly even when there are
3433 things like Date header in the body; work for forwarded parts.
3434
3435 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3436
3437 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3438 original-article-buffer.
3439
3440 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3441
3442 * nnir.el (nnir-compose-result): Fix matching of server type.
3443 (nnir-run-swish++): Ditto.
3444 (nnir-run-namazu): Ditto.
3445 (nnir-run-notmuch): Ditto.
3446
3447 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3448
3449 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3450 (bug#9405).
3451
3452 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3453 (bug#9421).
3454
3455 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3456 (bug#9425).
3457
3458 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3459 thing (bug#9426).
3460
3461 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3462
3463 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3464 the error message.
3465
3466 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3467
3468 * message.el (message-setup-1): Return t (Bug#9392).
3469
3470 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3471
3472 * gnus-sum.el: When adding article headers to a summary buffer also
3473 update gnus-newsgroup-articles (bug#9386).
3474
3475 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3476
3477 * auth-source.el: Autoload help-mode.
3478
3479 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3480
3481 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3482 names.
3483
3484 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3485
3486 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3487 mm-replace-in-string for compatibility issues.
3488 * mml2015.el (mml2015-epg-verify): Ditto.
3489
3490 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3491
3492 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3493
3494 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3495
3496 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3497
3498 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3499 continue on and do the clean-up phase (bug#9188).
3500
3501 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3502 just ignore groups that can't be opened instead of erroring out
3503 (bug#9225).
3504
3505 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3506 nil since some many people are fuddy-duddies.
3507
3508 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3509 images.
3510
3511 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3512 instead.
3513
3514 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3515
3516 * gnus-util.el (gnus-process-live-p): Copy over compat function.
3517
3518 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3519 processing.
3520
3521 * nntp.el (nntp-kill-buffer): Kill the process before killing the
3522 buffer to avoid warnings.
3523
3524 2011-08-20 Simon Josefsson <simon@josefsson.org>
3525
3526 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3527 specified to reduce precision.
3528
3529 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3530
3531 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3532 bodystructures (bug#9314).
3533
3534 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3535
3536 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3537 Make button keymap non-sticky after buttons.
3538
3539 2011-08-18 David Engster <dengste@eml.cc>
3540
3541 * nnmairix.el (nnmairix-request-set-mark)
3542 (nnmairix-goto-original-article): Remove adding of article to registry,
3543 since `gnus-registry-add-group' isn't available anymore.
3544 (nnmairix-determine-original-group-from-registry):
3545 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3546 available anymore.
3547
3548 2011-08-12 Simon Josefsson <simon@josefsson.org>
3549
3550 * starttls.el (starttls-any-program-available): Define as obsolete
3551 function.
3552
3553 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3554
3555 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3556 versions which Gnus use when appropriate.
3557
3558 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3559 a pretty destructive command.
3560
3561 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3562
3563 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3564
3565 * message.el (message-fix-before-sending): Make a different warning
3566 about NUL characters (bug#9270).
3567
3568 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3569 from custom (bug#9260).
3570
3571 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3572 things work in Emacs 22 and XEmacs, too.
3573
3574 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3575 default From.
3576
3577 * gnus-spec.el (gnus-lrm-string-p): New macro.
3578 (gnus-lrm-string): New constant.
3579 (gnus-summary-line-format-spec): LRM-ify the from.
3580 (gnus-tilde-max-form): LRM-ify string chopping.
3581
3582 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3583
3584 * message.el (message-is-yours-p): Allow disabling canlock checking
3585 (bug#9295).
3586 (message-shoot-gnksa-feet): Add `canlock-verify'.
3587 (message-auto-save-directory): Use ~/ as the auto-save directory if the
3588 message directory isn't writable (bug#9304).
3589
3590 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3591 non-world-readable.
3592
3593 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3594
3595 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3596 articles.
3597
3598 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
3599
3600 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3601 copy-list.
3602
3603 2011-08-12 Sam Steingold <sds@gnu.org>
3604
3605 * gnus-score.el (gnus-score-find-alist): Keep the score files already
3606 in the reverse order to avoid modifying the cache with `nreverse'.
3607 (gnus-all-score-files): Do not modify the value returned by
3608 `gnus-score-find-alist' because it lives in a cache variable.
3609 (gnus-current-home-score-file): No need to `nreverse' the return value
3610 of `gnus-score-find-alist', it is already in the correct order.
3611
3612 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
3613
3614 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3615 type MESSAGE and subtype RFC822 is slightly different from those of
3616 type TEXT.
3617
3618 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
3619
3620 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3621 This allows article-referral to work from an nnir group.
3622
3623 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
3624
3625 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3626
3627 2011-08-04 Daiki Ueno <ueno@unixuser.org>
3628
3629 * mml1991.el (mml1991-epg-find-usable-key)
3630 (mml1991-epg-find-usable-secret-key): New function.
3631 (mml1991-epg-sign): Check if signing key is usable.
3632 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3633
3634 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
3635
3636 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3637 server-variables only. This should fix a bug introduced with commit
3638 e1889675b7f4adf057833c5513c9374134c4e053.
3639 (nnir-run-query): 'nnir-search-engine should not be set from the global
3640 environment.
3641
3642 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
3643
3644 * nnir.el (nnir-search-thread): Position point on referring article
3645 line.
3646 (nnir-warp-to-article): Clean up summary buffers.
3647
3648 * nnimap.el (nnimap-request-thread): Whitespace fix.
3649
3650 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
3651
3652 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3653
3654 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3655
3656 * starttls.el (starttls-available-p): Rename from
3657 `starttls-any-program-available' and changed return convention.
3658
3659 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
3660
3661 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3662 `unix-sync' unless it's defined.
3663
3664 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
3665
3666 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3667 `aref' for XEmacs compatibiltiy.
3668
3669 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3670
3671 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3672
3673 2011-07-31 Dave Abrahams <dave@boostpro.com>
3674
3675 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3676 closures, quote the form properly (bug#9194).
3677
3678 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3679
3680 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3681 (gnus-summary-insert-new-articles): Protect against servers that are
3682 down.
3683
3684 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3685
3686 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3687 in mm handle if none is specified.
3688
3689 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
3690
3691 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3692
3693 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
3694
3695 * nnir.el (nnir-search-thread): New function to make an nnir group
3696 based on a thread query.
3697
3698 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3699 of nnir in thread referral.
3700 (gnus-summary-refer-thread): Use it.
3701
3702 * nnimap.el (nnimap-request-thread): Use it.
3703
3704 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3705
3706 * shr.el (shr-tag-comment): Ignore HTML comments.
3707
3708 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
3709
3710 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3711 argument.
3712 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3713 Use `nnir-address' to handle server info rather than passing an arg.
3714
3715 * nnimap.el (nnimap-make-thread-query): New utility function to format
3716 an imap thread search query.
3717 (nnimap-request-thread): Use it.
3718
3719 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3720 right select-method if we are not going back to the group buffer.
3721
3722 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3723
3724 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3725 enter invalid buffer configurations into the quit form (bug#9107).
3726 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3727 unplugged/plugged.
3728
3729 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3730 keep track of which ones are unread (bug#9061).
3731
3732 * gnus.el (gnus-refer-article-method): Allow entering any sexp
3733 (bug#9055).
3734
3735 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3736 (bug#9041).
3737
3738 * gnus-html.el (mm-util): Require (bug#9073).
3739
3740 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3741 (gnus-summary-refer-thread): Use it to remove duplicates in the
3742 un-threaded view (bug#9053).
3743 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3744
3745 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
3746
3747 * nnir.el (nnir-read-server-parm): Use default value from global
3748 variable. Without this the default search engine parameters aren't
3749 used at all.
3750
3751 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3752
3753 * message.el (message-unique-id): Don't use the undocumented return
3754 value from (random t) (bug#9118).
3755
3756 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3757
3758 * message.el (message-auto-save-directory): If the ~/Mail directory
3759 doesn't exist, use ~ as the auto-save directory (bug#4432).
3760
3761 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3762 hasn't already been started.
3763
3764 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3765
3766 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3767
3768 * message.el (message-reply): Work around mysterious bug where
3769 `message-mode' seems to overwrite the locally bound `subject' variable.
3770
3771 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
3772
3773 * nnimap.el (nnimap-request-thread): Ensure search is performed in
3774 correct group.
3775
3776 * gnus-int.el (gnus-request-thread): Add group argument.
3777
3778 * gnus-sum.el (gnus-summary-refer-thread): Use it.
3779
3780 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3781
3782 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3783 renamed to `debbugs-gnu-*'.
3784
3785 2011-07-08 Daiki Ueno <ueno@unixuser.org>
3786
3787 * plstore.el: Revert the editing feature since it is not urgent.
3788 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3789 (plstore-mode-decoded): Remove.
3790
3791 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3792
3793 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
3794 isn't very interesting any more, and it leaks potentially secret data.
3795 (gnus-debug): Remove.
3796
3797 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3798 use of :custom-show.
3799
3800 2011-07-07 Daiki Ueno <ueno@unixuser.org>
3801
3802 * plstore.el: Add documentation.
3803 (plstore-mode): New mode to edit plstore file.
3804 (plstore-mode-toggle-display, plstore-mode-original)
3805 (plstore-mode-decoded): New command.
3806 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3807 (plstore--insert-buffer, plstore--make): New function.
3808 (plstore-open, plstore-save): Simplify by using them.
3809
3810 2011-07-06 Glenn Morris <rgm@gnu.org>
3811
3812 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3813
3814 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3815
3816 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3817 no longer is much used.
3818 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3819 Articles".
3820
3821 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
3822
3823 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3824 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3825 `notmuch' backend.
3826
3827 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3828
3829 * mm-decode.el (mm-text-html-renderer): Doc fix.
3830
3831 * gnus-msg.el (gnus-bug): Fix the MML tag.
3832
3833 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3834
3835 2011-07-05 Daiki Ueno <ueno@unixuser.org>
3836
3837 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3838 secondary methods if started with `gnus-no-server'.
3839
3840 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3841
3842 * message.el (message-return-action): Fix typo in docstring.
3843
3844 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3845
3846 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3847 bug reports at once.
3848
3849 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3850
3851 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3852
3853 * nndraft.el: Require gnus-group.
3854 (nndraft-request-list): Declare.
3855
3856 * nndraft.el (nndraft-update-unread-articles): Don't show group having
3857 no unread article unless it matches gnus-permanently-visible-groups.
3858
3859 * nndraft.el (nndraft-update-unread-articles): New function.
3860 (nndraft-request-associate-buffer): Use it to update the number of
3861 unread articles for the nndraft groups in the group buffer when saving
3862 or killing a draft message.
3863
3864 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3865
3866 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3867 systems to binary before writing and reading the mbox files.
3868
3869 * gnus.el (gnus-summary-line-format): Link to the info node for %U
3870 instead of trying to list them all (bug#8978).
3871
3872 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3873
3874 * pop3.el (pop3-open-server): Use :end-of-capability.
3875
3876 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3877
3878 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3879 the id is always a number.
3880
3881 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3882 debbugs mode, if possible.
3883
3884 2011-07-02 Daiki Ueno <ueno@unixuser.org>
3885
3886 * auth-source.el (auth-source-token-passphrase-callback-function):
3887 Reindent.
3888 (epg-context-operation): Remove unnecessary autoload.
3889
3890 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3891
3892 * gnus.el (gnus-list-debbugs): New command.
3893
3894 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3895 mboxstat instead of the maintbox, since the stat seems to be fuller.
3896
3897 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3898 summary buffers.
3899
3900 * message.el (message-get-reply-headers): Delete all duplicates,
3901 instead of the first.
3902 (message-get-reply-headers): Ensure that we have progress while
3903 deleting duplicates.
3904
3905 * gnus-msg.el (gnus-configure-posting-styles): Get the local
3906 gnus-posting-style value from the summary buffer to make it easier to
3907 make that a per-buffer conf.
3908
3909 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
3910
3911 * nnir.el (nnir-run-imap): Allow halting a search when an article is
3912 found by setting `shortcut' in 'query.
3913 (nnir-request-article): Use `shortcut' setting when requesting article
3914 by Message-ID.
3915
3916 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
3917
3918 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3919 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3920 Bring the pseudo-headers back too.
3921
3922 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3923
3924 * auth-source.el (auth-source-token-passphrase-callback-function):
3925 Simplify and remove EPA dependency.
3926
3927 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
3928
3929 * nnir.el (nnir-request-article): Fix error message text.
3930
3931 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3932
3933 * auth-source.el (plstore-delete): Autoload.
3934 (auth-source-plstore-search): Support delete operation.
3935 * plstore.el (plstore-delete): New function.
3936
3937 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3938
3939 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3940 mark actually existing articles as unread rather than the ones that
3941 active asserts.
3942
3943 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3944
3945 * nntp.el (nntp-record-command):
3946 * gnus-util.el (gnus-message-with-timestamp-1):
3947 Use format-time-string rather than decoding time stamps by hand.
3948 This is simpler and insulates the code from potential changes to
3949 current-time format.
3950
3951 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3952
3953 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3954
3955 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3956
3957 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3958 (plstore-save): Support public key encryption.
3959 (plstore--init-from-buffer): New function.
3960 (plstore-open): Use it; fix error when opening a non-existent file.
3961 (plstore-revert): Use plstore--init-from-buffer.
3962
3963 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3964
3965 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3966
3967 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3968
3969 * mml2015.el (mml2015-use): Replace string-match-p with string-match
3970 for old Emacsen.
3971
3972 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3973
3974 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3975 is not fully working.
3976
3977 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3978
3979 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3980 quit window configuration.
3981
3982 * auth-source.el (epg-context-set-passphrase-callback):
3983 Remove duplicate autoload.
3984
3985 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3986
3987 * nnir.el (nnir-request-article): Allow requesting articles by
3988 Message-ID with nnimap.
3989
3990 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3991 current server.
3992
3993 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3994
3995 * auth-source.el: Autoload EPA/EPG functions.
3996 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3997 changed when EPA/EPG is not available.
3998 (auth-source-backend): Rename "arg" member to "data".
3999 (auth-source-backend-parse, auth-source-plstore-search)
4000 (auth-source-plstore-create): Use it.
4001
4002 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4003
4004 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4005 `gnus-refer-article-methods'.
4006
4007 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4008
4009 * auth-source.el: Require EPA and EPG.
4010 (auth-source-passphrase-alist): New variable.
4011 (auth-source-passphrase-callback-function)
4012 (auth-source-token-passphrase-callback-function): Callbacks for the
4013 netrc field encryption (GPG tokens).
4014 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4015 Symmetric encryption and decryption of the netrc GPG tokens.
4016 (auth-source-netrc-normalize): Use them, simplifying the closure.
4017
4018 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4019
4020 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4021 non-nil, and `nnimap-split-methods' is nil, use the former.
4022
4023 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4024
4025 * plstore.el (plstore-revert): New function.
4026 (plstore-open): Use it; hide the buffer from user.
4027
4028 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4029
4030 * auth-source.el (auth-source-backend): New member "arg".
4031 (auth-source-backend-parse): Handle new backend 'plstore.
4032 * plstore.el: New file.
4033
4034 2011-06-30 Glenn Morris <rgm@gnu.org>
4035
4036 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4037
4038 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4039
4040 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4041
4042 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4043 expiring articles to.
4044
4045 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4046 variations as ASCII (bug#5458).
4047
4048 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4049
4050 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4051
4052 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4053
4054 * message.el (message-point-in-header-p): Tweak the function to default
4055 to saying that we're not in the headers if there is no separator at
4056 all. This makes it possible to use the Message version of `M-q' in
4057 buffers with no headers (bug#7987).
4058 (message-point-in-header-p): Fix last checkin to work with an empty
4059 mail-header-separator, too.
4060
4061 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4062 again, save the choice via customize.
4063
4064 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4065
4066 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4067
4068 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4069 ended the connection, bail out before waiting infinitely on a new
4070 connection.
4071
4072 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4073
4074 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4075 reports.
4076
4077 * gnus.el (gnus-bug-package): Use "gnus."
4078 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4079
4080 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4081
4082 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4083 animations going on at article exit time.
4084
4085 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4086 since removing it breaks people upgrading.
4087
4088 * shr.el (shr-put-image): Use the new interface for animating images.
4089 (shr-put-image): Animate for 60 seconds.
4090
4091 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4092 error with `find-file-hooks' on Emacs 22.
4093 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4094 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4095 on all architectures.
4096
4097 * spam.el (spam-stat): Require in a normal fashion without binding
4098 `spam-stat-install-hooks' to avoid compilation warnings.
4099
4100 * spam-stat.el (spam-stat-install-hooks): Remove.
4101 (spam-stat-install-hooks): Don't run automatically.
4102
4103 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4104
4105 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4106 and keystroke.
4107
4108 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4109
4110 * auth-source.el (auth-source-netrc-cache): Move forward.
4111
4112 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4113
4114 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4115 we already know.
4116 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4117 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4118
4119 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4120
4121 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4122 %S format, since that looks odd.
4123 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4124 file, especially when saving.
4125
4126 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4127
4128 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4129 article found.
4130
4131 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4132
4133 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4134 `auth-source-save-secrets' with a more sensitive alist that can be
4135 configured per file. Experimental, so defaults to 'never.
4136 (auth-source-netrc-create): Use it. Still experimental code.
4137 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4138 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4139
4140 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4141
4142 * auth-source.el (auth-source-save-secrets): New variable to control if
4143 secret tokens should be saved encrypted.
4144 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4145 to `auth-source-netrc-normalize'.
4146 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4147 on the EPA variables being defined.
4148 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4149 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4150 the lexical-let closure.
4151 (auth-source-netrc-create): Create "gpg:" tokens according to
4152 `auth-source-save-secrets'.
4153
4154 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4155
4156 * gnus-group.el (gnus-group-update-group): Add new argument
4157 `info-unchanged' that stops updating dribble buffer.
4158
4159 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4160 deletes lines matching to it in dribble buffer.
4161
4162 * gnus-agent.el (gnus-agent-fetch-group-1):
4163 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4164 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4165 * gnus-start.el (gnus-group-change-level):
4166 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4167
4168 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4169 if newsgroup info is not changed.
4170
4171 * gnus-group.el (gnus-group-get-new-news-this-group):
4172 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4173 Don't update dribble buffer.
4174
4175 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4176
4177 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4178 remove entries with groups we ignore.
4179
4180 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4181
4182 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4183 the underline comes at the bottom.
4184
4185 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4186
4187 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4188 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4189 (gnus-registry-article-marks-to-names): Rename from
4190 `gnus-registry-user-format-function-M2'.
4191
4192 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4193
4194 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4195 ephemeral group.
4196
4197 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4198
4199 * shr.el (shr-browse-image): Copy the URL if called interactively.
4200
4201 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4202
4203 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4204 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4205 done, then unselected articles may be marked as read.
4206
4207 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4208 since not doing this seems to lead to a race condition in pop3-logon.
4209
4210 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4211 so that the call chain it correct when we call "upwards".
4212
4213 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4214 in read-only groups.
4215
4216 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4217
4218 * message.el (message-cite-reply-position): Doc string fix.
4219
4220 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4221 avoid regexp overflow.
4222 (nnimap-transform-split-mail): Ditto.
4223
4224 * pop3.el (pop3-retr): Error out if the server closes the connection.
4225
4226 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4227
4228 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4229 mm-with-unibyte-current-buffer. The buffer should not contain any
4230 multibyte chars anyway at this stage.
4231
4232 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4233
4234 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4235 at the end of lines.
4236
4237 2011-05-29 Julien Danjou <julien@danjou.info>
4238
4239 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4240
4241 2011-05-27 Glenn Morris <rgm@gnu.org>
4242
4243 * gnus-group.el (gnus-bug-group-download-format-alist):
4244 Use the "maintainer" version of debian reports as well.
4245
4246 2011-05-26 Glenn Morris <rgm@gnu.org>
4247
4248 * gnus-group.el (gnus-bug-group-download-format-alist):
4249 Use the "maintainer" version of debbugs.gnu.org reports.
4250
4251 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4252
4253 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4254
4255 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4256
4257 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4258 the thread moves us backwards and so we loop forever.
4259
4260 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4261
4262 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4263 whitespace in base64 data lines.
4264
4265 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4266
4267 * gnus-registry.el (gnus-registry-user-format-function-M):
4268 Use `mapconcat'.
4269 (gnus-registry-user-format-function-M2): Use to see the full text of
4270 the marks. Make "," the mark text separator.
4271
4272 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4273 authentication with auth-source.
4274
4275 2011-05-17 Glenn Morris <rgm@gnu.org>
4276
4277 * gnus-group.el (gnus-import-other-newsrc-file):
4278 Use insert-file-contents.
4279
4280 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4281
4282 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4283 1000 iterations.
4284
4285 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4286
4287 * nntp.el (nntp-open-connection): Check if process-type is available.
4288
4289 2011-05-16 Julien Danjou <julien@danjou.info>
4290
4291 * shr.el (shr-tag-del): Add support for del tag.
4292
4293 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4294
4295 * gnus-html.el (gnus-html-put-image): Register a displayer.
4296
4297 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4298
4299 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4300
4301 * registry.el (prune-factor): New initialization parameter defaulting
4302 to 0.1.
4303 (registry-prune-hard): Use it.
4304
4305 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4306 0.1 expicitly.
4307
4308 2011-05-13 Glenn Morris <rgm@gnu.org>
4309
4310 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4311 is bound, since this function requires sendmail.
4312
4313 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4314
4315 * registry.el (registry-usage-test): Disable pruning test.
4316
4317 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4318
4319 * registry.el (registry-prune-hard-candidates)
4320 (registry-prune-soft-candidates): Helper methods for registry pruning.
4321 (registry-prune): Use them. Make the sort function optional.
4322
4323 2011-05-10 Jim Meyering <meyering@redhat.com>
4324
4325 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4326
4327 2011-05-10 Julien Danjou <julien@danjou.info>
4328
4329 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4330 symbol and not a list.
4331
4332 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4333
4334 * gnus-art.el (gnus-article-mode): Move binding of
4335 shr-put-image-function here from gnus-article-prepare-display.
4336
4337 * shr.el (shr-put-image-function): New variable.
4338 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4339 (shr-put-image): Return scaled image.
4340
4341 * gnus-art.el (gnus-shr-put-image): New function.
4342 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4343
4344 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4345 original ones, as deletable.
4346
4347 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4350
4351 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4352
4353 * registry.el (registry-full): Add convenience method. Fix logic.
4354 (registry-insert): Use it. Fix logic here too.
4355
4356 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4357 `registry-prune' if `registry-full' returns t.
4358 (gnus-registry-handle-action)
4359 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4360 (gnus-registry-usage-test): Use it.
4361
4362 2011-05-07 Julien Danjou <julien@danjou.info>
4363
4364 * shr.el (shr-link): Make shr-link inherit from link by default.
4365
4366 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4367
4368 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4369
4370 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4371
4372 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4373 error out because the face is not a list.
4374
4375 2011-05-05 Glenn Morris <rgm@gnu.org>
4376
4377 * gnus-start.el (gnus-propagate-marks): Declare.
4378
4379 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4380
4381 * registry.el (registry-reindex): Fix percentage message.
4382
4383 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4384
4385 * shr.el: Add shr-link face for links.
4386 (shr-urlify): Use it.
4387
4388 * registry.el (registry-insert): Make error message more helpful.
4389
4390 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4391
4392 * gnus-html.el (gnus-html-schedule-image-fetching):
4393 Use url-queue-retrieve, if it exists.
4394
4395 * shr.el (shr-tag-img): Ditto.
4396
4397 * gnus.el: Autoload more gnus-agent functions.
4398
4399 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4400 agent if we haven't already (bug#8502).
4401
4402 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4403 into the Agent, too.
4404
4405 * gnus-agent.el (gnus-agent-store-article): New function.
4406
4407 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4408 and moved from that file for reuse.
4409
4410 * pop3.el (pop3-open-server): Error messages are "-ERR".
4411
4412 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4413
4414 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4415 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4416
4417 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4418
4419 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4420 buffer has moved to a different frame.
4421
4422 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4423
4424 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4425 to get the conversion from unibyte to multibyte buffers to work on
4426 Emacs 22.
4427
4428 * nntp.el (nntp-request-article): Slight clean-up.
4429
4430 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4431
4432 * shr.el (shr-strike-through): New face.
4433 (shr-tag-s): Use it to provide <s> support.
4434 (shr-tag-s): Remove duplicate definition.
4435
4436 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4437
4438 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4439 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4440
4441 2011-04-23 Glenn Morris <rgm@gnu.org>
4442
4443 * gnus-sum.el (gnus-extra-headers): Bump :version.
4444
4445 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4446
4447 * shr.el (shr-tag-sup): New function.
4448 (shr-tag-sub): Ditto.
4449
4450 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4451
4452 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4453 for the case where `gnus-registry-ignored-groups' is a list of lists,
4454 and don't call `gnus-parameter-registry-ignore' otherwise.
4455
4456 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4457
4458 * nnimap.el (nnimap-user): New backend variable.
4459 (nnimap-open-connection-1): Use it.
4460 (nnimap-credentials): Accept user parameter so it's explicit what user
4461 name is desired.
4462
4463 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4464 default.
4465
4466 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4467 not gnus-registry.el.
4468
4469 * gnus-registry.el: Mention in comments how to modify
4470 `gnus-extra-headers' for proper recipient tracking and that it may
4471 already have To and Cc recently, which it does as of this commit.
4472 (gnus-registry-ignored-groups): Remove defcustom.
4473 Explain why in comments.
4474 (gnus-registry-action): Fix data-header reference to use the extra
4475 headers. Explain in package commentary how to add To and Cc headers to
4476 the gnus-extra-headers.
4477 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4478 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4479 parameter list or a string list in `gnus-registry-ignored-groups'.
4480 Fix logic error.
4481
4482 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4483
4484 * shr.el (shr-expand-url): Protect against null urls.
4485
4486 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4487
4488 * shr.el (shr-base): New binding.
4489 (shr-tag-base): Keep track of <base>.
4490 (shr-expand-url): New function used throughout.
4491
4492 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
4493
4494 * gnus-registry.el
4495 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4496 (gnus-registry-ignored-groups): New variable.
4497 (gnus-registry-ignore-group-p): Use it.
4498 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4499 set the destination group to nil (same as delete) if it's ignored.
4500
4501 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4502
4503 * gnus-registry.el (gnus-registry-action)
4504 (gnus-registry-fetch-header-fast):
4505 Don't use mail-header that looks an internal function of mailheader.el.
4506
4507 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4508
4509 * gnus-registry.el: Eliminate cl functions.
4510 (gnus-registry-sort-addresses): New function that replaces mapcan.
4511 (gnus-registry-action, gnus-registry-spool-action)
4512 (gnus-registry-split-fancy-with-parent)
4513 (gnus-registry-fetch-recipients-fast): Use it.
4514 (gnus-registry-import-eld): Replace delete* with dolist + delq.
4515
4516 * registry.el (initialize-instance, registry-lookup)
4517 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4518 (registry-lookup-secondary-value, registry-search, registry-delete)
4519 (registry-insert, registry-reindex, registry-size, registry-prune):
4520 Use eval-and-compile.
4521
4522 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
4523
4524 * registry.el (registry-reindex): New method to recreate the secondary
4525 registry indices.
4526
4527 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4528 tracked field changes.
4529 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4530 (gnus-registry-action, gnus-registry-spool-action)
4531 (gnus-registry-handle-action)
4532 (gnus-registry--split-fancy-with-parent-internal)
4533 (gnus-registry-split-fancy-with-parent)
4534 (gnus-registry-register-message-ids): Add recipient tracking on spool,
4535 move, and delete actions, and for fancy splitting with parent.
4536 (gnus-registry-extract-addresses)
4537 (gnus-registry-fetch-recipients-fast)
4538 (gnus-registry-fetch-header-fast): Convenience functions.
4539 (gnus-registry-misc-test): ERT test of
4540 `gnus-registry-extract-addresses'.
4541
4542 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
4543
4544 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4545 Track by subject first, then sender.
4546
4547 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4550
4551 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4552 Lisp.
4553
4554 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4555 (gnus-draft-send): Use it to avoid popping
4556 up frames from gnus-group-send-queue.
4557
4558 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4559
4560 * gnus-registry.el: Updated gnus-registry docs.
4561
4562 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
4563
4564 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4565 Fix logic bug.
4566 (gnus-registry-post-process-groups): Fix logging of no results and
4567 quote sender and subject.
4568
4569 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4570
4571 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4572 (gnus-read-active-for-groups): Don't try to finish getting stuff where
4573 we had no early-data returned.
4574 (gnus-get-unread-articles): Add a sanity check so that we don't issue
4575 two async commands to the same server at the same time.
4576
4577 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
4578
4579 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4580
4581 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4582
4583 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4584 "warning" level.
4585
4586 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4587 (mm-url-insert-file-contents): Don't set the package names.
4588
4589 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
4590
4591 * gnus-registry.el (gnus-registry-action): Remove properties and
4592 simplify subject in `gnus-registry-handle-action'.
4593 (gnus-registry-spool-action): Get subject and sender from message if
4594 they are not passed in.
4595 (gnus-registry-handle-action): Remove properties and simplify subject
4596 consistently.
4597
4598 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4599
4600 * registry.el: Require CL before using defmacro*.
4601
4602 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
4603
4604 * gnus-art.el (article-treat-date): Assume that
4605 gnus-article-date-headers may be a group parameter.
4606
4607 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
4608
4609 * gnus-registry.el (gnus-registry-handle-action): More debugging.
4610
4611 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4612 interactively so the newsrc file can contain foreign groups too.
4613 Useful for debugging but not much for users.
4614
4615 2011-04-07 David Engster <dengste@eml.cc>
4616
4617 * registry.el (registry-usage-test): Only do
4618 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4619 lexical binding.
4620
4621 2011-04-06 David Engster <dengste@eml.cc>
4622
4623 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4624 argument NOERROR for `require', since XEmacs 21.4 does not support it.
4625
4626 2011-04-06 David Engster <dengste@eml.cc>
4627
4628 * registry.el (initialize-instance): Change :after to :AFTER to be
4629 compatible with old EIEIO version in XEmacs.
4630
4631 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4632
4633 * gnus-registry.el (gnus-registry-post-process-groups)
4634 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4635 and provide better messaging.
4636
4637 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4638
4639 * gnus-registry.el: Don't use ERT if it's not available. Load it
4640 unconditionally anyway, discarding errors.
4641 (gnus-registry-delete-entries): New convenience function.
4642 (gnus-registry-import-eld): Import from old .eld registry.
4643
4644 * registry.el: Don't use ERT if it's not available. Load it
4645 unconditionally anyway, discarding errors.
4646
4647 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4648 version from the Claudio Bley GnuTLS patch (extra optional parameters
4649 and host name).
4650
4651 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
4652
4653 * gnus-registry.el (gnus-registry-fixup-registry): New function to
4654 fixup the parameters that can be customized by the user between
4655 save/read cycles.
4656 (gnus-registry-read): Use it.
4657 (gnus-registry-make-db): Use it.
4658 (gnus-registry-spool-action, gnus-registry-handle-action):
4659 Fix messaging.
4660 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4661 Map references to actual group names with sender and subject tracking.
4662 (gnus-registry-post-process-groups): Use `cond' for better messaging.
4663 (gnus-registry-usage-test): Add subject lookup test.
4664
4665 * registry.el (registry-db, initialize-instance): Set up constructor
4666 instead of :initform arguments for the sake of older Emacsen.
4667 (registry-lookup-breaks-before-lexbind): New method to demonstrate
4668 pre-lexbind merge bug.
4669 (registry-usage-test): Use it.
4670 (initialize-instance, registry-db): Move the non-function initforms
4671 back to the class definition.
4672
4673 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
4674
4675 * registry.el: New library to manage gnus-registry-style data.
4676
4677 * gnus-registry.el: Use it (major rewrite).
4678
4679 * nnregistry.el: Use it.
4680
4681 * spam.el: Use it.
4682
4683 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4684
4685 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4686 marks on non-selected articles.
4687
4688 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4691
4692 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4693 parameter to open-protocol-stream.
4694
4695 2011-04-01 Julien Danjou <julien@danjou.info>
4696
4697 * mm-view.el (mm-display-inline-fontify): Do not fontify with
4698 fundamental-mode.
4699
4700 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4701
4702 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4703 servers.
4704
4705 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4706
4707 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4708 made marks not propagate, again.
4709
4710 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
4711
4712 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4713 Make this the default type.
4714 (proto-stream-open-plain): Rename from proto-stream-open-default.
4715 (open-protocol-stream, proto-stream-open-starttls)
4716 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4717 with `plain'.
4718
4719 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4720 value.
4721
4722 * nntp.el (nntp-open-connection-function): Document the fact that some
4723 values are not functions but are instead handled specially.
4724 Recognize nntp-open-plain-stream value.
4725 (nntp-open-connection): Recognize that value.
4726
4727 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4728
4729 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4730 stuff.
4731
4732 * gnus-score.el (gnus-score-string): Fix calling convention of
4733 `gnus-simplify-buffer-fuzzy' after last patches.
4734
4735 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4736 server for articles we didn't get any headers for. This is a sanity
4737 check.
4738
4739 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
4740
4741 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4742 new CAPABILITY, use it.
4743
4744 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4745
4746 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4747 downloading anything.
4748
4749 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4750
4751 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
4752
4753 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4754 colors.
4755 (gnus-splash-svg-color-symbols): New function.
4756
4757 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4758
4759 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4760 instead of using the global gnus-simplify-subject-fuzzy-regexp.
4761 (gnus-simplify-subject-fuzzy): Use the local
4762 gnus-simplify-subject-fuzzy-regex instead of the global one.
4763 This makes using this variable in group parameters work.
4764
4765 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4766
4767 * gnus-registry.el (gnus-registry-unfollowed-groups):
4768 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4769 archive:sent-YYYY-MM-DD groups).
4770 (gnus-registry-split-fancy-with-parent): Bail out early in sender
4771 tracking if there are more than `gnus-registry-max-track-groups'
4772 matches.
4773
4774 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * message.el (message--yank-original-internal): New function to do the
4777 insertion cleanly inside eval in `message-yank-original'.
4778 (message-yank-original): Use it.
4779
4780 2011-03-29 Julien Danjou <julien@danjou.info>
4781
4782 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4783 local variables disabled rather than `normal-mode'.
4784
4785 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
4786
4787 * proto-stream.el: Changes preparatory to merging open-protocol-stream
4788 with open-network-stream.
4789 (proto-stream-always-use-starttls): Option removed.
4790 (open-protocol-stream): Return a process object by default. Provide a
4791 new parameter :return-list specifying a list-type return value, which
4792 now has the form (PROP . PLIST) instead of a fixed-length list. Change
4793 :type `network' to `try-starttls', and `network-only' to `default'.
4794 Make `default' the default, for compatibility with open-network-stream.
4795 Handle the no-parameter case exactly as open-network-stream, with no
4796 additional stream processing. Search plists using plist-get.
4797 Explicitly add :end-of-commend parameter if it is missing.
4798 (proto-stream-open-default): Rename from
4799 proto-stream-open-network-only. Return 'default as the type.
4800 (proto-stream-open-starttls): Rename from proto-stream-open-network.
4801 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
4802 failed. Always return a list with a (possibly dead) process as the
4803 first element, for compatibility with open-network-stream.
4804 (proto-stream-open-tls): Use plist-get. Always return a list.
4805 (proto-stream-open-shell): Return `default' as connection type.
4806 (proto-stream-capability-open): Use plist-get.
4807 (proto-stream-eoc): Function deleted.
4808
4809 * nnimap.el (nnimap-stream, nnimap-open-connection)
4810 (nnimap-open-connection-1): Handle renaming of :type parameter for
4811 open-protocol-stream.
4812 (nnimap-open-connection-1): Pass a :return-list parameter
4813 open-protocol-stream to obtain a list return value. Parse this list
4814 using plist-get.
4815
4816 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4817 for open-protocol-stream. Accept open-protocol-stream return value
4818 that is a subprocess object instead of a list. Handle the case of a
4819 dead returned process.
4820
4821 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
4822
4823 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4824
4825 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4826
4827 2011-03-21 Julien Danjou <julien@danjou.info>
4828
4829 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4830 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
4831 query.
4832 (mm-inline-text): Render normal text with fontification whenever
4833 possible.
4834
4835 * gnus-sum.el (gnus-summary-save-parts-1):
4836 * gnus-art.el (gnus-article-browse-html-save-cid-content)
4837 (gnus-article-browse-html-parts, gnus-mime-delete-part)
4838 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4839 Use `mm-handle-filename'.
4840
4841 * mm-util.el (mm-handle-filename): New function, return the filename of
4842 an handle.
4843
4844 2011-03-18 Julien Danjou <julien@danjou.info>
4845
4846 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4847 (gnus-buffer-live-p): Check that buffer is not nil.
4848
4849 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4850
4851 * gnus-art.el: Require mouse, which the build bot seems to say is
4852 needed.
4853
4854 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4855 XEmacs, since it doesn't have url-retrieve-synchronously.
4856
4857 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
4858
4859 * gnus-group.el (gnus-group-list-ticked): New function.
4860 (gnus-group-make-menu-bar): Provide a menu entry for it.
4861 (gnus-group-list-map): Provide a binding for it.
4862
4863 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4864
4865 * shr.el (shr-visit-file): New command.
4866
4867 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4868
4869 2011-03-17 Bjørn Mork <bjorn@mork.no>
4870
4871 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4872 servers.
4873
4874 2011-03-16 Julien Danjou <julien@danjou.info>
4875
4876 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4877 inline.
4878
4879 * gnus-art.el (article-hide-list-identifiers):
4880 Use gnus-group-get-list-identifiers.
4881
4882 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4883 (gnus-summary-remove-list-identifiers):
4884 Use gnus-group-get-list-identifiers to get regexp.
4885 (gnus-select-newsgroup, gnus-summary-insert-subject)
4886 (gnus-summary-insert-articles):
4887 Call gnus-summary-remove-list-identifiers unconditionally.
4888
4889 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4890
4891 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4892 we're selecting a group with unread articles.
4893
4894 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4895
4896 * gssapi.el: New file separated out from imap.el to provide a general
4897 Kerberos 5 connection facility for Emacs.
4898
4899 * message.el (message-elide-ellipsis): Document the format spec
4900 ellipsis.
4901
4902 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4903
4904 * message.el (message-elide-region): Allow the ellipsis to say how many
4905 lines were removed.
4906
4907 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4908
4909 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4910 window configurations containing buffers that are now dead.
4911
4912 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4913 parsing to avoid integer overflows.
4914 (nnimap-parse-flags): Simplify the last change.
4915 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4916 too large for 32-bit Emacsen.
4917
4918 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * auth-source.el (auth-source-netrc-create):
4921 * message.el (message-yank-original): Fix use of `case'.
4922
4923 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
4924
4925 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4926 XEmacs, which was one character too wide.
4927
4928 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
4929
4930 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4931 default number of articles to display.
4932 (gnus-articles-to-read): Use pretty names for prompt.
4933
4934 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4935
4936 * gnus-int.el (gnus-open-server): Ditto.
4937
4938 * gnus-start.el (gnus-activate-group): Give a backtrace if
4939 debug-on-quit is set and the user hits `C-g'.
4940 (gnus-read-active-file): Ditto.
4941
4942 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4943
4944 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
4945
4946 * message.el (message-yank-original): Use cond instead of CL case.
4947
4948 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4949
4950 * auth-source.el (auth-source-netrc-create): Use usual format for the
4951 default in prompts.
4952
4953 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4954
4955 * auth-source.el (auth-source-netrc-create): Show the default in the
4956 prompt when prompting for token creation.
4957
4958 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4959
4960 * auth-source.el (auth-source-format-prompt): Always convert the value
4961 to a string to avoid evaluating non-string arguments.
4962 (auth-source-netrc-create): Offer default properly, not as initial
4963 content in `read-string'.
4964 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4965 of line to determine if we've been run before. If so, don't run again,
4966 but print a trivial message to indicate the cache was hit instead.
4967
4968 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
4969
4970 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4971 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
4972 The user will have to run `gnus-sync-read' manually and wait for Cloudy
4973 Gnus.
4974
4975 2011-03-11 Julien Danjou <julien@danjou.info>
4976
4977 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4978 modified file".
4979
4980 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
4981
4982 * auth-source.el (auth-source-read-char-choice): New function to read a
4983 character choice using `dropdown-list', `read-char-choice', or
4984 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
4985 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
4986 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
4987 (auth-source-netrc-saver): Use it.
4988 (auth-source-pick-first-password): New convenience function.
4989
4990 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
4991
4992 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4993 parameter in the credentials.
4994 (nnimap-open-connection-1): Use it after a successful login.
4995 (nnimap-credentials): Add IMAP-specific user and password prompt.
4996
4997 * auth-source.el (auth-source-search): Add :require parameter, taking a
4998 list. Document it and the :save-function return token. Pass :require
4999 down. Change the CREATED message from a warning to a debug statement.
5000 (auth-source-search-backends): Pass :require down.
5001 (auth-source-netrc-search): Pass :require down.
5002 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5003 Change save prompt to indicate all modifications saved here are
5004 deletions.
5005 (auth-source-netrc-create): Take user login name as default in user
5006 prompt. Move all the save functionality to a lexically bound function
5007 under the :save-function token in the returned list. Set up clearer
5008 default prompts for user, host, port, and secret.
5009 (auth-source-netrc-saver): New function, intended to be wrapped for
5010 :save-function.
5011
5012 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5013
5014 * Version 23.3 released.
5015
5016 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5017
5018 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5019 lines to be spaces instead.
5020
5021 2011-03-07 Julien Danjou <julien@danjou.info>
5022
5023 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5024 (sieve-sasl-auth): Check that auth-source-search did return something,
5025 or just return an empty string.
5026
5027 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5028
5029 * gnus.el (gnus-interactive): Use read-directory-name.
5030
5031 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5032 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5033 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5034 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5035 Likewise.
5036
5037 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5038
5039 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5040
5041 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5042 onto the list of killed groups, too. This makes killed nnimap groups,
5043 for instance, more reliably not reappear.
5044
5045 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5046 the parent.
5047
5048 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5049
5050 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5051 really have server-side marks.
5052
5053 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5054 since most backends do not usefully have server-side marks.
5055 (gnus-update-read-articles): Propagate marks to all backends that
5056 really have server-side marks.
5057
5058 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5059
5060 * message.el (message-cite-reply-position, message-cite-style):
5061 New variables.
5062 (message-yank-original): Use the new citation styles.
5063
5064 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5065
5066 * message.el (message-options): Revert the change that's a workaround
5067 for XEmacs buffer-local issue; don't mark it buffer-local when running
5068 under XEmacs.
5069
5070 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5071
5072 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5073 numbers too big to be `read'.
5074
5075 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5076
5077 * message.el (message-options): Make buffer-local two ways to attempt
5078 to fix a XEmacs bug.
5079
5080 2011-03-02 Julien Danjou <julien@danjou.info>
5081
5082 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5083
5084 2011-03-01 Julien Danjou <julien@danjou.info>
5085
5086 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5087 group.
5088 (article-hide-list-identifiers): Use list-identifier group parameter.
5089
5090 2011-02-28 Julien Danjou <julien@danjou.info>
5091
5092 * sieve.el (sieve-buffer-script-name): New local variable to store
5093 sieve script name.
5094 (sieve-edit-script): Store sieve script name.
5095 (sieve-upload): Use sieve script name when uploading.
5096 (sieve-upload): Use substitute-command-keys.
5097 (sieve-edit-script): Use substitute-command-keys.
5098 (sieve-refresh-scriptlist): Use substitute-command-keys.
5099 (sieve-manage-mode-map): Define keymap properly.
5100 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5101 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5102 Remove commented code about cvs.
5103 (sieve-manage-quit): New function.
5104 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5105
5106 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5107
5108 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5109
5110 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5111
5112 * auth-source.el (auth-source-search): Cache empty result sets.
5113
5114 * auth-source.el (auth-source-save-behavior): New variable to replace
5115 `auth-source-never-create'.
5116 (auth-source-netrc-create): Use it.
5117 (auth-source-never-save): Remove.
5118
5119 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5120
5121 * nnimap.el (nnimap-stream): Doc fix.
5122 (nnimap-open-connection-1): Reverse the order of the ports to that the
5123 prompted-for port is first.
5124
5125 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5126 retrieval by the no-group selection.
5127
5128 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5129 numerical parameters.
5130
5131 2011-02-25 Julien Danjou <julien@danjou.info>
5132
5133 * gnus-gravatar.el: Use gnus-with-article-buffer.
5134
5135 * gnus-art.el (gnus-with-article-buffer): Check that the
5136 gnus-article-buffer is alive.
5137
5138 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5139
5140 * auth-source.el (auth-source-creation-prompts): New variable to manage
5141 creation-time prompts.
5142 (auth-source-search): Document it.
5143 (auth-source-format-prompt): Add utility function.
5144 (auth-source-netrc-create): Don't default the user name to
5145 user-login-name. Use `auth-source-creation-prompts' and some default
5146 prompts for user, host, port, and password (the default generic prompt
5147 remains ugly).
5148 (auth-source-never-save): Add customizable option to never save info.
5149 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5150 mode excursion.
5151
5152 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5153
5154 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5155 argument that XEmacs doesn't support.
5156
5157 2011-02-23 Julien Danjou <julien@danjou.info>
5158
5159 * gnus-art.el (article-make-date-line): Ignore errors if time is
5160 invalid and not convertible.
5161 (article-make-date-line): Only add lapsed time if time is not nil.
5162
5163 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5164
5165 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5166 `read-char-choice' for backwards compatibility.
5167 (auth-source-netrc-element-or-first): New function to DTRT for
5168 parameter extraction.
5169 (auth-source-netrc-create): Use it and fix multiple parameter print
5170 bug. Use the default passed from above (given-default) or the
5171 built-in (user-login-name for :user).
5172
5173 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5174
5175 * gnus-start.el (gnus-dribble-read-file):
5176 Set buffer-save-without-query, since we always want to save the dribble
5177 file, probably.
5178
5179 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5180 nnimap.
5181
5182 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5183 -summary- since it's a user-visible variable.
5184
5185 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5186 first time you use the new Gnus.
5187
5188 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5189
5190 * auth-source.el: Don't load netrc.el.
5191 (auth-sources): Search ~/.netrc as well by default.
5192 (auth-source-debug): Add 'trivia option for extra output.
5193 (auth-source-do-trivia): Use it.
5194 (auth-source-search): Simplify logic to use
5195 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5196 appropriate. Don't keep a running count at this level. Layer :create
5197 and :delete options appropriately on the first and second passes.
5198 Don't track the backend with the search results.
5199 (auth-source-search-backends): New function to search a list of
5200 backends for a processed spec.
5201 (auth-source-netrc-parse): Cache all netrc files, making
5202 auth-source-netrc-cache an alist keyed by the file name and using the
5203 file mtime as the caching criterion. Keep the obfuscated data secret
5204 with a lexical bind.
5205 (auth-source-netrc-search): Don't calculate the length of the results
5206 unnecessarily.
5207 (auth-source-search-backends): Fix bug.
5208 (auth-source-netrc-create): Rework prompts.
5209
5210 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5211
5212 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5213 Lower case names of search constraints.
5214 (nnir-run-query): Cache and reuse search constraints for all imap
5215 servers.
5216
5217 2011-02-22 Sam Steingold <sds@gnu.org>
5218
5219 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5220
5221 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5222
5223 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5224 after exit.
5225 (gnus-setup-message): Define missing variable from last checkin.
5226
5227 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5228 value, show the raw article.
5229
5230 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5231
5232 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5233 auth-source now accepts numbers.
5234
5235 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5236 spec, too.
5237 (auth-source-ensure-strings): New function.
5238
5239 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5240 (gnus-article-setup-buffer): Always restart the date timer so that user
5241 changes to the frequency is respected.
5242
5243 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5244 port numbers, so make sure it gets that if nnimap-server-port is
5245 explicit.
5246
5247 2011-02-21 Simon Josefsson <simon@josefsson.org>
5248
5249 * nnimap.el (nnimap-inbox): Doc fix.
5250
5251 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5254 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5255 color-lab-to-srgb.
5256
5257 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5258
5259 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5260 given method as in the group name if we're using an extended method.
5261 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5262 command, if we're using that, instead of waiting for the beginning.
5263
5264 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5265 we're sure to get unique server names, and we don't output two async
5266 commands in the same buffer. This fixes an NNTP hang for some users.
5267
5268 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5269
5270 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5271 summary buffer before reading going to the next buffer. This avoids
5272 putting the point in the group buffer if you `C-g' the command.
5273
5274 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5275 cache (for now) to make ~/.authinfo.gpg files usable.
5276
5277 * nnfolder.el (copyright-update): Define for the compiler.
5278
5279 * auth-source.el (auth-source-search): Fix unbound variable.
5280
5281 2011-02-19 Glenn Morris <rgm@gnu.org>
5282
5283 * gnus.el (gnus-meta): Doc fix.
5284
5285 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5286
5287 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5288 in case it's not yet loaded.
5289
5290 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5291
5292 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5293 line we're waiting for.
5294
5295 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5296
5297 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5298 face with line-width greater than zero will cause RET in gnus summary
5299 buffer to scroll down article page-wise because auto vscroll happens,
5300 it should be temporally disabled when doing a scroll-up.
5301
5302 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5303
5304 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5305 outputs from the server.
5306
5307 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5308
5309 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5310 later so that bbdb can hook in easier.
5311
5312 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5313
5314 * auth-source.el (auth-source-search): Don't try to create credentials
5315 if the caller doesn't want that.
5316 (auth-source-search): If we don't find a match, don't bug out on
5317 non-bound variables.
5318 (auth-source-search): Only ask a single backend to create the
5319 credentials.
5320
5321 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5322 logging.
5323 (nnimap-credentials): Protect against auth-source-search returning nil.
5324 (nnimap-request-list): Protect against not being able to open the
5325 server.
5326
5327 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5328
5329 * auth-source.el (auth-source-search): Do a two-phase search, one with
5330 no :create to get the responses from all backends.
5331
5332 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5333 when getting credentials.
5334
5335 * gnus-util.el (gnus-delete-duplicates): New function.
5336
5337 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5338
5339 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5340 a creation default, pass the whole port list down. It will be
5341 completed.
5342
5343 * auth-source.el (auth-source-search): Update docs to talk about
5344 multiple creation choices.
5345 (auth-source-netrc-create): Accept a list as a value (from the search
5346 parameters) and do completion on that list. Keep a separate netrc line
5347 with the password obscured for showing the user.
5348
5349 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5350 first choice to `auth-source-search' so it will be used for entry
5351 creation instead of the server's Gnus-specific name.
5352 (nnimap-credentials): Rely on the auth-source library to select which
5353 port is actually wanted in the new netrc entry, so don't override
5354 `auth-source-creation-defaults'.
5355
5356 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5357 :protocol and accept a missing user, host, or port as a wildcard match.
5358 (auth-source-debug): Default to off.
5359
5360 (auth-source-netrc-search, auth-source-netrc-create)
5361 (auth-source-secrets-search, auth-source-secrets-create)
5362 (auth-source-user-or-password, auth-source-backend, auth-sources)
5363 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5364 instead of :protocol.
5365
5366 * nnimap.el (nnimap-credentials): Pass a port default to
5367 `auth-source-search' in case an entry needs to be created.
5368 (nnimap-open-connection-1): Use :port instead of :protocol.
5369
5370 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5371
5372 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5373 instead of delete-dups that is not available in XEmacs 21.4.
5374
5375 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5376
5377 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5378 nil means that nnimap doesn't get updated.
5379
5380 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5381
5382 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5383 result when the user doesn't want to write to the file.
5384 (auth-source-netrc-search): Expect a synthetic result and proceed
5385 accordingly.
5386 (auth-source-cache-expiry): New variable to override
5387 `password-cache-expiry'.
5388 (auth-source-remember): Use it.
5389
5390 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5391 parameter. Create entry if necessary by using :create t.
5392 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5393
5394 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5395
5396 * auth-source.el (auth-source-debug): Enable by default and don't
5397 mention the obsolete `auth-source-hide-passwords'.
5398 (auth-source-do-warn): New function to debug unconditionally.
5399 (auth-source-do-debug): Use it.
5400 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5401 and for Secrets API entries when the secrets.el library is not
5402 available.
5403
5404 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5405
5406 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5407 (gnus-summary-exit): Kill the correct article buffer on exit from a
5408 `C-d' group.
5409
5410 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
5411 gnus-propagate-marks.
5412
5413 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5414 before killing the buffers so that a non-full window conf gets handled
5415 correctly.
5416 (gnus-summary-exit): Ditto.
5417 (gnus-summary-read-group-1): Ditto.
5418
5419 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5420 async code again so that we can debug it properly.
5421
5422 * message.el (message-reply): Take an optional switch-buffer parameter
5423 so that Gnus window confs are respected better.
5424
5425 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5426
5427 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5428 `plist-get' to accept non-list parameters (XEmacs issue).
5429 Fix docstring.
5430 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5431 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5432 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5433 Login collection is "Login" and not "login".
5434
5435 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5436
5437 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5438 multiple headers.
5439
5440 * nnimap.el (nnimap-inhibit-logging): New variable.
5441 (nnimap-log-command): Don't log login commands.
5442
5443 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5444 to have more parameters.
5445
5446 * nnimap.el (nnimap-send-command): Mark the command time for each
5447 command, so that we don't get NOOPs stepping on our toes.
5448
5449 * gnus-art.el (article-date-ut): Get the date from the Date header on
5450 `t'.
5451
5452 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5453
5454 * auth-source.el (auth-source-search): Use copy-sequence instead of
5455 the cl.el copy-list.
5456
5457 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5458
5459 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5460 Improve prompt.
5461
5462 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5463
5464 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5465 washing status from the default format. It isn't very informative.
5466
5467 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5468
5469 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5470 Fix Gcc processing on imap.
5471
5472 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * message.el (message-bury): Don't pop up a new window when selected
5475 window is dedicated.
5476
5477 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5478
5479 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5480
5481 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5482
5483 * sieve-manage.el: Autoload `auth-source-search'.
5484 (sieve-sasl-auth): Use it.
5485
5486 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5487
5488 * nnimap.el: Autoload `auth-source-forget+'.
5489 (nnimap-open-connection-1): Use it if the connection fails.
5490
5491 * auth-source.el: Require `password-cache'.
5492 (auth-source-hide-passwords, auth-source-cache): Remove and mark
5493 obsolete.
5494 (auth-source-magic): Marker for `password-cache' keys.
5495 (auth-source-do-cache): Update docstring.
5496 (auth-source-search): Use and check cache.
5497 (auth-source-forget-all-cached, auth-source-remember)
5498 (auth-source-recall, auth-source-forget, auth-source-forget+)
5499 (auth-source-specmatchp): Caching support functions.
5500 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5501 Remove and obsolete.
5502 (auth-source-user-or-password): Remove caching to further discourage
5503 using it. Always hide passwords.
5504
5505 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5506
5507 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5508 code for now, since it doesn't work for all users.
5509
5510 2011-02-09 Julien Danjou <julien@danjou.info>
5511
5512 * message.el (message-options): Make message-options really buffer
5513 local.
5514
5515 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
5516
5517 * mail-source.el: Autoload `auth-source-search'.
5518 (mail-source-keyword-map): Note order matters.
5519 (mail-source-set-1): Get all the mail-source source values and
5520 defaults and search auth-source on those if needed. This can all
5521 probably be simplified.
5522
5523 * nnimap.el: Autoload `auth-source-search'.
5524 (nnimap-credentials): Use it.
5525 (nnimap-open-connection-1): Ask for the virtual server and physical
5526 address in one shot.
5527
5528 * nntp.el: Autoload `auth-source-search'.
5529 (nntp-send-authinfo): Use it. Note TODO.
5530
5531 2011-02-08 Julien Danjou <julien@danjou.info>
5532
5533 * shr.el (shr-tag-body): Add support for text attribute in body
5534 markups.
5535
5536 * message.el (message-options): Make message-options a local variable.
5537
5538 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
5539
5540 * auth-source.el (auth-source-secrets-search)
5541 (auth-source-user-or-password): Use `append' instead of `nconc'.
5542 (auth-source-user-or-password): Build return list better and protect
5543 against nil :secret.
5544
5545 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
5546
5547 * nnimap.el (nnimap-update-info): Refactor slightly.
5548 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5549 (nnimap-update-info): Clean up slightly.
5550 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5551 characters.
5552 (nnimap-process-quirk): Rename function to avoid collision.
5553 (nnimap-update-info): Fix macrology bug-out.
5554 (nnimap-update-info): Simplify split history test.
5555
5556 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
5557
5558 * auth-source.el (top): Require 'eieio unconditionally.
5559 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5560 (auth-source-secrets-search): Limit search when `max' is greater than
5561 number of results.
5562
5563 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5564
5565 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5566 part not returning any data.
5567
5568 * proto-stream.el (open-protocol-stream): Document the return value.
5569
5570 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5571
5572 * auth-source.el (auth-source-secrets-search): Add examples.
5573
5574 2011-02-06 Julien Danjou <julien@danjou.info>
5575
5576 * message.el (message-setup-1): Handle message-generate-headers-first
5577 set to t.
5578
5579 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5580
5581 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5582 API with a string "secrets:collection-name" and with 'default.
5583 (auth-source-backend-parse): Parse "secrets:collection-name" and
5584 'default. Recurse on parses instead of repeating code. Use the
5585 Secrets API is the source is not nil and 'ignore otherwise. Emit a
5586 message when ignoring a source.
5587 (auth-source-search): List ignored search keys at the top level.
5588 (auth-source-netrc-create): Use `case' instead of `cond'.
5589 (auth-source-secrets-search): Created with TODOs.
5590 (auth-source-secrets-create): Created with TODOs.
5591 (auth-source-retrieve, auth-source-create, auth-source-delete)
5592 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5593 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5594 (auth-source-user-or-password-sftp)
5595 (auth-source-user-or-password-smtp): Remove.
5596 (auth-source-user-or-password): Deprecated and modified to be a wrapper
5597 around `auth-source-search'. Not tested thoroughly.
5598
5599 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
5600
5601 * auth-source.el: Bring in assoc and eioeio libraries.
5602 (secrets-enabled): New variable to track the status of the Secrets API.
5603 (auth-source-backend): New EIOEIO class to represent a backend.
5604 (auth-source-creation-defaults): New variable to set prompt defaults
5605 during token creation (see the `auth-source-search' docstring for
5606 details).
5607 (auth-sources): Simplify to allow a simple string as a netrc backend
5608 spec.
5609 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5610 (auth-source-backend-parse-parameters): Fill in the backend parameters.
5611 (auth-source-search): Main auth-source API entry point.
5612 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5613 (auth-source-search-collection): Helper function for searching.
5614 (auth-source-netrc-parse, auth-source-netrc-normalize)
5615 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5616 Supports search, create, and delete.
5617 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5618 backend stubs.
5619 (auth-source-user-or-password): Call `auth-source-search' but it's not
5620 ready yet.
5621
5622 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
5623
5624 * message.el (message-setup-1): Remove the read-only stuff, since it
5625 doesn't work under XEmacs, for some reason.
5626
5627 * gnus-sum.el (gnus-user-date): Rename back from
5628 gnus-summary-user-date since user code refers to it.
5629
5630 * shr.el (shr-render-td): Store the actual background color used.
5631
5632 * message.el (message-setup-1): Don't bind the constant
5633 -forbidden-properties.
5634 (message-setup-1): Revert previous change, since it needs to bind the
5635 props to insert them.
5636 (message-resend): Allow removing the read-only separator line.
5637
5638 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5639
5640 * nnimap.el (nnimap-request-accept-article): Give an error message if
5641 the APPEND wasn't successful.
5642
5643 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
5644
5645 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5646 that have no groups.
5647
5648 2011-02-03 Julien Danjou <julien@danjou.info>
5649
5650 * gnus-draft.el: Remove progn around gnus-draft-setup.
5651
5652 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5653
5654 * gnus-start.el (gnus-read-active-for-groups): This function is never
5655 called with a nil `infos', so clean that up.
5656 (gnus-get-unread-articles): Request active files from primary/secondary
5657 methods that have no groups (yet).
5658
5659 2011-02-03 Julien Danjou <julien@danjou.info>
5660
5661 * message.el (message-setup-1): Always generate References first.
5662 (message-mail): Return the return value of message-setup, not always t.
5663 (message-setup-1): Insert mail-header-separator with read-only and
5664 intangible properties set.
5665
5666 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5667 user-date in docstring.
5668
5669 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5670
5671 * gnus.el (gnus-summary-line-format): Mention &user-date format in
5672 docstring.
5673
5674 * gnus.el (gnus-user-date-format-alist): Change default value.
5675 Use defcustom, with type and group. Move from gnus-util.el.
5676 Rename to gnus-summary-user-date-format-alist.
5677
5678 2011-02-03 Glenn Morris <rgm@gnu.org>
5679
5680 * nnimap.el (gnus-fetch-headers): Declare.
5681
5682 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5683
5684 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5685
5686 * message.el (message-forward-make-body-digest-plain)
5687 (message-followup, message-reply): Clean up things noted by Stefan.
5688
5689 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5690 gnus-article-update-date-headers is nil.
5691 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5692 it didn't really work with defcustom.
5693 (article-update-date-lapsed): Make sure the window start doesn't move,
5694 either.
5695
5696 2011-02-01 Julien Danjou <julien@danjou.info>
5697
5698 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5699 format.
5700
5701 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5702 standard in Emacs nowadays.
5703
5704 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * message.el (message-expand-name): Don't trust the return value of
5707 bbdb-complete-name.
5708 (message-check-news-header-syntax): Remove unused var `start'.
5709 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5710 (message-inhibit-body-encoding): Move to before first use.
5711 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5712 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5713 (Organization, Message-ID, Date, mh-previous-window-config):
5714 Defvar the vars using dynamic scoping.
5715
5716 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5717
5718 * shr.el (shr-render-td): Only do colors at the final rendering.
5719 Should be slightly faster.
5720 (shr-insert-table): Fix up TD background colors when doing the
5721 vertical padding.
5722
5723 * gnus-art.el (article-date-ut): Protect against articles with no Date
5724 header.
5725 (article-update-date-lapsed): Don't use current-column to find the
5726 horizontal position. It's fragile in the presence of \003 characters.
5727
5728 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5729
5730 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5731
5732 * gnus-art.el (article-transform-date): Rewrite to still work when
5733 there are several rfc2822 parts.
5734 (article-transform-date): Fix infinite recursion.
5735 (article-date-ut): Replace infinitely many Date headers with a single
5736 one when called interactively.
5737
5738 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5739 secure manner.
5740
5741 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5742 move around by not using save-window-excursion. It seems to work...
5743
5744 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5745
5746 * gnus-art.el (article-make-date-line): Work for user-defined format.
5747
5748 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5749
5750 * nntp.el (nntp-retrieve-group-data-early)
5751 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5752 fetching functions.
5753
5754 * gnus-start.el (gnus-read-active-for-groups): Read the active files
5755 thoroughly for all backends that have no known groups. This should
5756 allow new nnml methods to retrieve mail.
5757
5758 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5759 that Gnus doesn't know exists again.
5760
5761 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5762 (gnus-treat-date-ut): Ditto.
5763 (gnus-article-update-date-header): Rename.
5764 (gnus-treat-date-local): Remove.
5765 (gnus-treat-date-english): Remove.
5766 (gnus-treat-date-lapsed): Remove.
5767 (gnus-treat-date-combined-lapsed): Remove.
5768 (gnus-treat-date-original): Remove.
5769 (gnus-treat-date-iso8601): Remove.
5770 (gnus-treat-date-user-defined): Remove.
5771 (gnus-article-date-headers): New variable to control all the date
5772 header options.
5773 (article-date-ut): Rewrite to allow using the new way to format date
5774 headers(s).
5775
5776 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
5777
5778 * nnmail.el (nnmail-article-group): Check for a direct fancy split
5779 method.
5780 (nnmail-article-group): A better test for fanciness.
5781
5782 * nnimap.el (nnimap-request-head): Protect against not finding the
5783 article by Message-ID.
5784
5785 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
5786
5787 * gnus-art.el (article-update-date-lapsed): Try a better way to really
5788 keep point at the "same place".
5789
5790 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5791
5792 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5793 data if the group is inactive.
5794
5795 2011-01-28 Julien Danjou <julien@danjou.info>
5796
5797 * gnus-win.el: Remove dead function gnus-window-configuration-element.
5798 (gnus-all-windows-visible-p): Remove old compatibility code.
5799 (gnus-window-top-edge): Add docstring.
5800
5801 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5802
5803 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5804
5805 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5806 older request-update-info.
5807
5808 * gnus-art.el (article-make-date-line): Limit the length a bit more.
5809
5810 2011-01-28 Daiki Ueno <ueno@unixuser.org>
5811
5812 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5813 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5814
5815 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5816
5817 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5818 groups. This makes the nndraft:queue group pop up if it's not already
5819 there.
5820
5821 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5822 messages" logic, which was reversed.
5823
5824 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5825 the "same place" even if point is on the line being replaced.
5826 (article-update-date-lapsed): Allow updating both the combined lapsed
5827 and the lapsed headers.
5828 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5829 (article-make-date-line): Limit the number of segments dynamically to
5830 avoid too-long lines.
5831
5832 2011-01-27 Julien Danjou <julien@danjou.info>
5833
5834 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5835 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5836
5837 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
5838
5839 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5840 Use plist-get instead of the cl function getf.
5841
5842 2011-01-27 Glenn Morris <rgm@gnu.org>
5843
5844 * gnus-util.el (float-time): Get rid of compiler warning, again.
5845
5846 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5847
5848 * shr.el (shr-put-color): Special-case background colors: Do put them
5849 at the blank parts at the front of the lines.
5850
5851 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5852 exit hook to nix out all data on readedness on group exit.
5853
5854 * gnus-util.el (float-time): If float-time is bound, always use it on
5855 all Emacsen. It's unclear why the subrp check was there.
5856 (time-date): Require to make some autoload issues on XEmacs go away.
5857
5858 * shr.el (shr-put-color): Don't do the box padding in tables, since
5859 they're already padded.
5860
5861 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
5862
5863 * gnus-art.el (gnus-article-next-page): When the last line of the
5864 article is displayed, scroll down once more instead of going to the
5865 next article at once.
5866 (article-lapsed-string): Refactor out and allow specifying how many
5867 segments you want.
5868 (gnus-article-setup-buffer): Start updating the lapsed header directly.
5869 (gnus-article-update-lapsed-header): New variable.
5870
5871 * shr.el: Revert change that made headings use different-sized faces.
5872 The Emacs display engine isn't advanced enough that, for instance,
5873 tables can comfortably use differently-sized faces.
5874
5875 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5876
5877 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5878 used.
5879 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5880 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5881 we're using an encrypted connection.
5882
5883 * proto-stream.el: Alter the interface functions to also return the
5884 actual stream type used: network or TLS.
5885
5886 2011-01-25 Julien Danjou <julien@danjou.info>
5887
5888 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5889 (mm-display-javascript-inline): New function.
5890
5891 * mm-decode.el (mm-inline-media-tests): Add application/javascript
5892 viewing function.
5893
5894 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5895
5896 * shr.el (shr-expand-newlines): Fix variable name.
5897
5898 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5899
5900 * shr.el (shr-expand-newlines): Make nested boxes work.
5901
5902 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5903
5904 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5905 backgrounds.
5906 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5907 in a more sensible manner.
5908
5909 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
5910
5911 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5912 if EPG is loaded.
5913
5914 2011-01-24 Julien Danjou <julien@danjou.info>
5915
5916 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5917 tags.
5918
5919 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5920
5921 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5922 commands.
5923
5924 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5925 in the article buffer.
5926 (gnus-gravatar-insert): Use blank space from the current buffer to
5927 avoid breaking text properties. This makes X-Sent updating work again.
5928
5929 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5930
5931 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
5932
5933 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5934 fix the bug in url-http.el instead.
5935
5936 * shr.el (shr-image-fetched): Ditto.
5937
5938 * shr.el (shr-image-fetched): Avoid having point move in the article
5939 buffer.
5940
5941 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5942 buffer after being called. It's apparently being killed by url.el, and
5943 killing it made point move to end-of-buffer in a random buffer.
5944
5945 * shr.el (shr-image-fetched): Ditto.
5946
5947 2011-01-23 Julien Danjou <julien@danjou.info>
5948
5949 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5950
5951 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5952 text/x-org.
5953
5954 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5955
5956 * gnus-sum.el (gnus-summary-move-article): Protect against backends
5957 (i.e., nnimap) returning nil as the article number.
5958
5959 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5960
5961 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5962 "DelSp" parameter in RFC3676.
5963
5964 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5965
5966 * message.el (message-check-recipients): Display the encoded version of
5967 the bogus address if they differ.
5968
5969 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5970 after sending.
5971
5972 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5973
5974 * gnus-group.el (gnus-group-refresh-group): New convenience function.
5975
5976 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5977 group buffer after sending the queue.
5978
5979 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5980
5981 2011-01-22 Julien Danjou <julien@danjou.info>
5982
5983 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5984
5985 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5986
5987 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5988 nested related parts.
5989
5990 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5991 unexpired articles. This fixes the regression that led expiry marks to
5992 disappear from nnfolder groups.
5993
5994 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5997 Don't confuse the "ret" of "retrograde" with RET.
5998
5999 2011-01-21 Julien Danjou <julien@danjou.info>
6000
6001 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6002 than mm-insert-inline.
6003
6004 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6005
6006 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6007 Widen article buffer.
6008
6009 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6010
6011 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6012 the temp buffer.
6013 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6014
6015 2011-01-20 Julien Danjou <julien@danjou.info>
6016
6017 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6018
6019 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6020 than mm-insert-inline to insert inline part: this respect
6021 mm-inline-media-tests displayers.
6022
6023 * mm-view.el (mm-display-shell-script-inline): New function.
6024
6025 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6026
6027 * mm-uu.el (mm-uu-type-alist): Add org block.
6028 (mm-uu-org-src-code-block-extract): New function.
6029
6030 * mm-view.el (mm-display-org-inline): New function.
6031
6032 * mm-decode.el (mm-automatic-display): Add text/org.
6033
6034 * mailcap.el (mailcap-mime-extensions): Add .org.
6035
6036 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6037
6038 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6039 gnus-article-add-buttons.
6040
6041 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6042
6043 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6044 From header with a date and "nobody" as the sender.
6045
6046 2011-01-19 Julien Danjou <julien@danjou.info>
6047
6048 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6049 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6050 if you have the same regexp several times.
6051 (gnus-button-push): Fix matching when regexp is symbol.
6052
6053 2011-01-15 Glenn Morris <rgm@gnu.org>
6054
6055 * message.el (message-mail): A compose-mail function should
6056 accept headers as strings.
6057
6058 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6061 Add :vert-only tags.
6062 (message-mail): New arg RETURN-ACTION.
6063 (message-return-action): New var.
6064 (message-bury): Use it.
6065 (message-mode): Make it buffer-local.
6066 (message-send-and-exit): Always call message-bury.
6067
6068 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6069 message-mail.
6070
6071 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6072
6073 * nnimap.el (nnimap-convert-partial-article): Protect against
6074 zero-length body parts.
6075
6076 * mm-decode.el (mm-preferred-alternative-precedence):
6077 Discourage showing empty parts.
6078
6079 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6080 and stuff if the backend didn't return the article number. This fixes
6081 an Exchange-related nnimap bug.
6082
6083 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6084 group window, because it does the wrong thing when a separate frame
6085 displays the group buffer.
6086
6087 * proto-stream.el (open-protocol-stream): Protect against the low-level
6088 transport functions returning nil.
6089
6090 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6091
6092 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6093 (mml2015-epg-find-usable-secret-key): New function.
6094 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6095 mml2015-epg-find-usable-key (Bug#7797).
6096 (mml2015-epg-encrypt): Ditto.
6097
6098 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6099
6100 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6101
6102 2011-01-03 Glenn Morris <rgm@gnu.org>
6103
6104 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6105
6106 * sieve.el (sieve-open-server): Give a more explicit error if
6107 sieve-manage-open returns nil. (Bug#7720)
6108
6109 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6110
6111 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6112
6113 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6114
6115 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6116 This avoids sending passwords in plain text over non-encrypted
6117 channels.
6118
6119 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6120
6121 * nnimap.el (nnimap-login): Refactored out into own function, and
6122 implement CRAM-MD5.
6123 (nnimap-wait-for-line): Refactored out.
6124
6125 * mm-view.el (mml-smime): Require.
6126
6127 2010-12-20 David Engster <deng@eml.cc>
6128
6129 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6130 use EPG to decrypt S/MIME messages instead of openssl.
6131
6132 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6133
6134 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6135
6136 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6137 status is the group clearly is unreachable.
6138
6139 * auth-source.el (auth-source-create): Add the optional second
6140 parameter to `local-variable-p' to be compatible with XEmacs.
6141
6142 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6143
6144 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6145 work when using a compressed nnml folder.
6146
6147 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6148
6149 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6150 backends after sanitising on entry, because this never makes sense:
6151 If the articles have gone missing, then the data no longer exists on
6152 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6153 overwrite anything anyway.
6154
6155 * shr.el (shr-insert-document): Bind shr-width dynamically to
6156 window-width if it's nil.
6157
6158 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6159
6160 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6161 with the meaning of using the full emacs window width for rendering.
6162
6163 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6164
6165 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6166 case when sender is not given.
6167
6168 2010-12-23 Julien Danjou <julien@danjou.info>
6169
6170 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6171 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6172 the addresses, otherwise we might misplaced the gravatar.
6173
6174 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6175
6176 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6177 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6178 obsolete in Emacs.
6179
6180 2010-12-20 Julien Danjou <julien@danjou.info>
6181
6182 * gnus-util.el (gnus-rescale-image): Revert last change.
6183
6184 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6185
6186 * gnus-group.el (gnus-group-delete-articles): New command.
6187
6188 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6189
6190 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6191
6192 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6193
6194 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6195 here, since it's up to the backends to do CRLF removal if their
6196 protocol has it.
6197
6198 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6199
6200 2010-12-17 Julien Danjou <julien@danjou.info>
6201
6202 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6203 they are from file. Can also scale up.
6204
6205 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6206
6207 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6208 Restore gnus-use-agent.
6209 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6210
6211 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6212
6213 2010-12-17 Julien Danjou <julien@danjou.info>
6214
6215 * gravatar.el (gravatar-retrieve-synchronously): New function.
6216 (gravatar-get-data): Make more robust.
6217
6218 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6219
6220 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6221 to really consider the last line.
6222
6223 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6224
6225 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6226 list of recipient keys, or use symmetric encryption if not a list.
6227 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6228 EPA override, replacing the call to `netrc-store-data'.
6229
6230 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6231
6232 * gnus-srvr.el: Avoid passing nil regexp argument to
6233 delete-matching-lines.
6234
6235 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6236
6237 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6238 fetching stops when Gnus exits.
6239
6240 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6241 function.
6242 (nnfolder-request-expire-articles): Save all the buffers after doing
6243 expiry.
6244
6245 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6246 the last article", since that led to serious performance regressions
6247 when expiring nnml groups.
6248
6249 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6250
6251 * nnir.el: Improve customizations.
6252
6253 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6254
6255 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6256
6257 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6258 group has been killed.
6259 (gnus-group-yank-group): Ditto.
6260
6261 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6262
6263 * nnimap.el (nnimap-request-update-group-status): New function.
6264
6265 * gnus-int.el (gnus-request-update-group-status): New interface
6266 function.
6267
6268 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6269 copying read-ness to the backends.
6270
6271 * nnimap.el (nnimap-quirk): New function.
6272 (nnimap-retrieve-group-data-early): Use it.
6273 (nnimap-quirks): New alist.
6274
6275 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6276
6277 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6278 don't delete it within indentation.
6279
6280 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6281
6282 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6283 previous line.
6284
6285 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6286
6287 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6288 QRESYNC command by deleting a superfluous space which broke Cyrus
6289 servers. This change will break other servers that are buggy the other
6290 way around.
6291
6292 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6293
6294 * spam.el: Reindent and fix long lines.
6295 (spam-copy-or-move-routine): Exclude invalid move destinations.
6296
6297 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6298
6299 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6300 installed the registry.
6301
6302 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6303
6304 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6305 groupname doesn't contain "gmane".
6306
6307 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6308
6309 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6310 (gnus-1): Don't create the nndrafts group twice.
6311 (gnus-setup-news): There's no need to read the active file here, since
6312 that's done again later on a per-backend basis.
6313 (gnus-start-draft-setup): Make sure that the new group is started out
6314 empty.
6315
6316 * gnus-agent.el (gnus-agentize): Don't create the queue group
6317 automatically on startup. It'll be created later, if needed.
6318
6319 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6320 of automatically subscribed groups.
6321 (gnus-auto-subscribed-categories): New variable.
6322 (gnus-matches-options-n): Use it.
6323 (gnus-default-subscribed-newsgroups): Remove unused variable.
6324 (gnus-start-draft-setup): Message a bit less.
6325
6326 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6327
6328 * nnir.el (nnir-run-imap): Return article list in order of increasing
6329 UID.
6330
6331 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6332
6333 * gnus-sum.el (gnus-summary-enter-digest-group):
6334 Mention gnus-auto-select-on-ephemeral-exit.
6335
6336 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6337 convention of the network-only option.
6338
6339 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6340
6341 * proto-stream.el (proto-stream-open-network-only): New function to
6342 have a way to specify non-STARTTLS upgrade connections.
6343
6344 2010-12-10 Julien Danjou <julien@danjou.info>
6345
6346 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6347 email address is nil.
6348
6349 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6350
6351 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6352
6353 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6354 deletion.
6355 (nnir-run-imap): Only need to parse list once.
6356
6357 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6358
6359 * shr.el (shr-tag-script): Ignore <script>.
6360 (shr-tag-label): Add <label> support.
6361
6362 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6363
6364 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6365
6366 * shr.el (shr-image-displayer): Work for images lined side by side.
6367
6368 2010-12-08 Robert Pluim <rpluim@gmail.com>
6369
6370 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6371 parameter, since XEmacs doesn't accept t as a parameter.
6372
6373 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6374
6375 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6376 ids.
6377 (nnir-run-gmane): Simplify groupspec formatting.
6378 (nnir-request-expire-articles): New function.
6379
6380 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6381
6382 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6383 overflow, possibly.
6384
6385 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6386 (shr-render-td): Handle td style="" better.
6387 (shr-tag-table): Use the color from the style sheet.
6388 (shr-render-td): Make sure we copy over all the overlays, too.
6389
6390 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6391
6392 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6393 (nnir-request-article): Improve article retrieval.
6394
6395 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6396
6397 * mm-util.el (mm-extra-numeric-entities): New variable.
6398
6399 * mm-url.el (mm-url-decode-entities):
6400 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6401
6402 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * message.el: Use completion-at-point.
6405 (message-completion-function): New fun, extracted from message-tab.
6406 (message-mode): Use it for completion-at-point-functions.
6407 (message-tab): Use it and completion-at-point.
6408
6409 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6410
6411 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6412 character if a non-breakable character follows.
6413
6414 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6415
6416 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6417 any stream.
6418
6419 * shr.el (shr-tag-font): Colorize the region.
6420 (shr-tag-body): Ditto.
6421 (shr-tag-font): Actually let the styles be inherited instead of
6422 overwriting them.
6423 (shr-tag-font): Get the background color right.
6424 (shr-tag-style): Ignore all <style> tags for the moment.
6425
6426 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6427 a Message-ID to avoid having nnimap depend on gnus-sum.
6428
6429 * shr.el (shr-descend): Only colorize something if we have a node that
6430 sets colors.
6431
6432 2010-12-06 Julien Danjou <julien@danjou.info>
6433
6434 * shr.el (shr-render-td): Render td content with shr-descend, so style
6435 will be applied to <td> too.
6436 (shr-colorize-region): Colorize region even if we only have a background.
6437 (shr-tag-body): Fix color and background color inheritance.
6438 Do not recolorize after shr-generic.
6439 (shr-tag-font): Let shr-generic colorize via inheritance.
6440
6441 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6442
6443 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6444
6445 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6446
6447 * nnir.el (nnir-request-move-article): Remove obsolete code.
6448
6449 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6450
6451 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6452
6453 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6454
6455 * gnus-sum.el (gnus-summary-respool-article): The completion function
6456 expects a list instead of an alist.
6457
6458 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6459 string as the parameter.
6460
6461 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6462
6463 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6464 styles.
6465 (shr-colorize-region): New function.
6466 (shr-insert-background-overlay): Remove.
6467 (shr-render-td): Background setting should be taken care of on a higher
6468 level.
6469 (shr-tag-body): Use post-hoc colorizations.
6470 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6471 (shr-put-color-1): Don't overwrite old colors.
6472 (shr-colorize-region): When the background color isn't explicit, use
6473 a fixed background.
6474
6475 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6476 nnmail variables.
6477
6478 2010-12-05 Bjørn Mork <bjorn@mork.no>
6479
6480 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6481 unless necessary.
6482
6483 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6484
6485 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6486 server.
6487
6488 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6489
6490 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6491 so that TAB works.
6492
6493 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6494 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6495
6496 * shr.el (shr-urlify): Show the URL before the title to avoid
6497 misleading URLs.
6498
6499 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
6500
6501 * shr.el (shr-urlify): Display the title in <a> tags.
6502
6503 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
6504
6505 * nnir.el (nnir-categorize): Replace mapcar with mapc.
6506
6507 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
6508
6509 * nnir.el: Rearrange code to allow macros to be autoloaded by
6510 gnus-sum.el.
6511 (nnir-retrieve-headers-override-function): Make this variable
6512 customizable.
6513 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6514
6515 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6516 from nnir.el.
6517
6518 2010-12-03 Julien Danjou <julien@danjou.info>
6519
6520 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6521
6522 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6523
6524 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6525 allow optional argument `environment'.
6526
6527 2010-12-03 Glenn Morris <rgm@gnu.org>
6528
6529 * mm-extern.el (message-goto-body): Update declaration.
6530
6531 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6532
6533 * gnus-util.el (gnus-macroexpand-all): New function.
6534
6535 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6536 instead of macroexpand-all that is unavailable in XEmacs.
6537
6538 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
6539
6540 * nnir.el (nnir-summary-line-format): New variable.
6541 (nnir-mode): Use it.
6542 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6543 (nnir-article-ids): Reimplement as defsubst.
6544 (nnir-retrieve-headers): Don't mangle the subject header.
6545 (nnir-run-imap): Use 100 as RSV score.
6546 (nnir-run-find-grep): Fix for full server searching.
6547 (nnir-run-gmane): Better restriction to gmane groups.
6548
6549 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6550 summary buffers.
6551
6552 2010-12-02 Julien Danjou <julien@danjou.info>
6553
6554 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6555
6556 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6557
6558 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6559 support.
6560
6561 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
6562
6563 * nnir.el: Update to handle the registry better.
6564 (autoload): Silence byte-compiler.
6565 (nnir-open-server): Add a hook for nnir groups.
6566 (nnir-request-move-article): Don't mangle the header. Better to use
6567 formatting variables (which will be added in the future).
6568 (nnir-registry-action): Update the registry using the original article
6569 group name.
6570 (nnir-mode): Install nnir-specific hooks for updating the registry.
6571
6572 * gnus-sum.el
6573 (gnus-article-original-subject,gnus-newsgroup-original-name):
6574 Remove obsolete variables.
6575 (gnus-summary-move-article): Remove use of obsolete variables.
6576 (gnus-summary-local-variables): Make move and delete hooks local to
6577 summary buffers.
6578
6579 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6580
6581 * rtree.el: New file.
6582
6583 2010-12-01 Julien Danjou <julien@danjou.info>
6584
6585 * message.el (message-user-organization): Do not use
6586 gnus-local-organization.
6587
6588 * gnus.el: Remove gnus-local-organization.
6589
6590 * gnus-msg.el: Remove nastygram thing.
6591
6592 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
6593
6594 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6595 funcall.
6596
6597 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
6598
6599 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6600 names.
6601
6602 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6603 characters.
6604
6605 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6606 to t of inhibit-read-only since it is inside gnus-with-article-headers.
6607 Suggested by Štěpán Němec <stepnem@gmail.com>.
6608 (gnus-gravatar-transform-address): Use mail-extract-address-components
6609 that supports non-ASCII names rather than mail-header-parse-addresses.
6610
6611 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6612
6613 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6614 handled by the network handler.
6615
6616 2010-11-30 Julien Danjou <julien@danjou.info>
6617
6618 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6619 (nnimap-open-connection-1): Fix PREAUTH.
6620
6621 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6622
6623 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6624
6625 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6626 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6627 (shr-insert): Use them.
6628 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6629
6630 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6631
6632 * nnir.el (nnir-request-move-article): Bail out if original group
6633 doesn't support article moves.
6634 (nnir-get-active): Improve active list retrieval.
6635
6636 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6637
6638 * shr.el (shr-find-fill-point): Don't break before apostrophes.
6639
6640 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
6641
6642 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6643 seem to accept strings-with-numbers as port numbers.
6644
6645 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6646
6647 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6648 change the registry.
6649
6650 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6651
6652 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6653 delete-dups that is not available in XEmacs 21.4.
6654
6655 * mm-util.el (mm-delete-duplicates): Add comment.
6656
6657 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
6658
6659 * nnir.el (nnir-ignored-newsgroups): New variable.
6660 (nnir-get-active): Use it.
6661
6662 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6663
6664 * proto-stream.el (proto-stream-open-network): Add some comments.
6665
6666 * nntp.el (nntp-open-connection): Provide a :success condition.
6667
6668 * nnimap.el (nnimap-open-connection-1): Ditto.
6669
6670 * proto-stream.el (proto-stream-open-network): See what the response to
6671 the STARTTLS command is.
6672
6673 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6674 backwards compatibility).
6675 (nnimap-open-connection-1): Really respect nnimap-server-port.
6676
6677 * proto-stream.el (proto-stream-open-network): When doing opportunistic
6678 TLS upgrades we don't really care about the identity of the peer.
6679 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6680 that what we've checked for.
6681 (proto-stream-always-use-starttls): Only default to t if
6682 open-gnutls-stream exists.
6683 (proto-stream-open-network): If STARTTLS failed, then just open a
6684 normal connection.
6685 (proto-stream-open-network): Wait until the greeting before doing
6686 STARTTLS.
6687
6688 * nntp.el (nntp-open-connection): Report what the connection error is.
6689
6690 * proto-stream.el (open-protocol-stream): Rename from
6691 open-proto-stream.
6692
6693 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6694
6695 * nnimap.el (nnimap-stream): Change default to `undecided'.
6696 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6697 first, and then network.
6698 (nnimap-open-connection-1): Respect nnimap-server-port.
6699 (nnimap-open-connection): Be more backwards-compatible.
6700
6701 * proto-stream.el (proto-stream-always-use-starttls): New variable.
6702 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6703 (proto-stream-open-starttls): Folded back into the main function.
6704 (proto-stream-open-network): Fix typo in the GnuTLS path.
6705 (proto-stream-command): Refactor out.
6706
6707 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6708
6709 * proto-stream.el (proto-stream-open-starttls): Actually implement the
6710 starttls.el STARTTLS.
6711
6712 * color.el (color-lab->srgb): Fix function call name.
6713
6714 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6715 if we're using tls.el.
6716 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6717 built in, then don't try to establish a STARTTLS connection.
6718
6719 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6720 servers.
6721
6722 * proto-stream.el (open-proto-stream): Use network, not stream.
6723 (open-proto-stream): Add a way to specify what the end of a command is.
6724
6725 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6726 connections types.
6727 (nntp-open-network-stream): Remove.
6728 (nntp-open-ssl-stream): Remove.
6729 (nntp-open-tls-stream): Remove.
6730 (nntp-ssl-program): Remove.
6731
6732 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6733
6734 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
6735
6736 * nnir.el: Fix typos.
6737 (nnir-retrieve-headers-override-function): Rename variable to reflect
6738 new semantics.
6739 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6740 macros.
6741 (nnir-request-article, nnir-request-move-article): Use them.
6742 (nnir-categorize): New function.
6743 (nnir-run-query): Use it.
6744 (nnir-retrieve-headers): Rewrite to batch header retrieval.
6745 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6746 sorted.
6747 (nnir-group-full-name): Use gnus-group-full-name instead.
6748 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6749 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6750
6751 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6752
6753 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6754
6755 * proto-stream.el: New library to provide protocol-specific
6756 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6757 protocols.
6758 (open-proto-stream): Complete the documentation.
6759 (proto-stream-open-network): Fix some typos.
6760
6761 * nnimap.el (nnimap-open-connection): Use it.
6762
6763 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
6764
6765 * pop3.el (pop3-open-server): Read server greeting before starting TLS
6766 negotiation.
6767
6768 2010-11-26 Julien Danjou <julien@danjou.info>
6769
6770 * color.el: Rename various rgb functions to srgb.
6771
6772 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6773
6774 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6775 names.
6776
6777 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
6778
6779 * shr.el (shr-insert): Revert last change.
6780 (shr-find-fill-point): Never leave point being at bol;
6781 relax the kinsoku limitation when rendering tables.
6782
6783 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6784
6785 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6786 results from -accept-article.
6787
6788 * shr-color.el: Require cl when compiling.
6789
6790 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6791 checkin.
6792
6793 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6794
6795 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6796
6797 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6798 'add and 'delete to set backend marks.
6799
6800 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6801
6802 * nnheader.el (nnheader-update-marks-actions): Refactor out.
6803
6804 * nntp.el (nntp-request-set-mark): Use it.
6805
6806 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6807
6808 * nnml.el (nnml-request-set-mark): Ditto.
6809
6810 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6811 introduces regressions in article selection.
6812 (nnimap-find-uid-response): New function.
6813 (nnimap-request-accept-article): Use the UID returned, if any.
6814 (nnimap-request-move-article): Use the UID returned, if any.
6815 (nnimap-get-groups): Reimplement to work with folded lines.
6816 (nnimap-find-uid-response): The UID is the last element in the list.
6817 (nnimap-request-set-mark): Extend syntax with 'set.
6818
6819 * nnml.el (nnml-request-set-mark): Ditto.
6820
6821 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6822
6823 * nntp.el (nntp-request-set-mark): Ditto.
6824
6825 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6826
6827 * message.el (message-called-interactively-p): A temporary macro.
6828 (message-goto-body): Use it temporarily.
6829
6830 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6831
6832 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6833 (nnimap-last-response-string): Unfold quoted lines, if they exist.
6834 (nnimap-last-response-string): Fix last unfolding fix.
6835
6836 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6837
6838 * shr.el (shr-insert): Fix the way to fold lines.
6839
6840 2010-11-25 Julien Danjou <julien@danjou.info>
6841
6842 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6843
6844 * color.el: Rename from color-lab.el
6845 (color-rgb->hex): Add.
6846 (color-complement): Add.
6847 (color-complement-hex): Add.
6848
6849 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6850
6851 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6852
6853 * shr-color.el (shr-color-visible): Don't bug out if the color names
6854 don't exist.
6855
6856 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6857
6858 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6859 assuming that article displaying or another mml-preview may be
6860 interrupted for an error or for the like.
6861
6862 * shr.el (shr-get-background): Fix argument name.
6863
6864 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6865
6866 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6867
6868 * gnus-sum.el (gnus-summary-include-articles): New function.
6869
6870 * message.el (message-goto-body): called-interactively-p needs a
6871 parameter, so use `any'.
6872
6873 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6874 clear marks before moving, since they're synced from the Gnus side
6875 first.
6876
6877 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6878 (gnus-summary-move-article): Copy over all marks before moving, so that
6879 IMAP doesn't think a new article has arrived.
6880
6881 2010-11-24 Julien Danjou <julien@danjou.info>
6882
6883 * shr.el (shr-insert-background-overlay): Fix typo.
6884 (shr-render-td): Copy the background before rendering.
6885
6886 * shr-color.el (shr-color-visible): Fix docstring.
6887
6888 * shr.el (shr-tag-table): Add bgcolor support.
6889 (shr-render-td): Add bgcolor support.
6890 (shr-get-background): Add.
6891 (shr-insert-foreground-overlay): Use shr-get-background.
6892
6893 * message.el (message-goto-body): Use called-interactively-p.
6894 (message-in-body-p): message-goto-body returns point.
6895
6896 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6897
6898 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
6899 Fixes something or other in Emacs 23, and is backwards compatible.
6900
6901 * message.el (message-goto-body): Remove the <#secure special-casing,
6902 which is too special.
6903
6904 * shr.el (shr-parse-style): Drop !important from styles.
6905
6906 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
6907
6908 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6909 this function to return incorrect results when calling it with an
6910 explicit article argument different from
6911 (gnus-summary-article-number).
6912
6913 2010-11-24 Julien Danjou <julien@danjou.info>
6914
6915 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6916 (shr-tag-body): Add background support.
6917 (shr-descend): Add background support.
6918 (shr-tag-title): Add.
6919
6920 * shr-color.el (shr-color-visible): Really return original background
6921 if fixed.
6922
6923 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6924
6925 * shr.el (shr-color-check): Protect against non-existent color names.
6926
6927 2010-11-24 Julien Danjou <julien@danjou.info>
6928
6929 * color-lab.el: Require 'cl when compiling.
6930
6931 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6932
6933 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6934 matched part.
6935
6936 * color-lab.el: Fix all expt calls to use float type.
6937
6938 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6939
6940 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6941 expression to shr-color-check as is.
6942
6943 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6944
6945 * color-lab.el: Add coding cookie.
6946 (float-pi): Use eval-and-compile.
6947
6948 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6949
6950 * shr.el (shr-insert-color-overlay): Split stuff like
6951 "#444444 !important" to find the real color.
6952 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6953 parse <font color="red"> entries.
6954
6955 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
6956
6957 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
6958 point when parsing headers.
6959
6960 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
6961 is positioned properly when parsing headers.
6962
6963 2010-11-23 Julien Danjou <julien@danjou.info>
6964
6965 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6966
6967 * shr-color.el (shr-color->hexadecimal): Add support for color names.
6968
6969 * shr.el (shr-parse-style): Replace \n with space in style parsing.
6970
6971 * shr-color.el (shr-color-hsl-to-rgb-fractions):
6972 Use shr-color-hue-to-rgb.
6973 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6974
6975 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6976
6977 * shr.el (shr-color->hexadecimal): Autoload.
6978 (shr-descend): Add color to all tags.
6979
6980 2010-11-22 Julien Danjou <julien@danjou.info>
6981
6982 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6983 shr-color->hexadecimal.
6984
6985 * shr-color.el (shr-color->hexadecimal): Add converting functions for
6986 RGB() or HSL() color representation.
6987
6988 * shr.el (shr-tag-font): Add.
6989 (shr-tag-color-check): New function to get better colors.
6990 (shr-tag-insert-color-overlay): Factorize code between tag-font and
6991 tag-span.
6992
6993 * shr-color.el: New file.
6994
6995 * color-lab.el: New file.
6996
6997 * gnus-art.el (gnus-url-mailto): Do not downcase args.
6998
6999 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7000
7001 * nnir.el: Fix typo in comments.
7002 (nnir-run-imap): Simplify code. No need to reverse artlist.
7003 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7004
7005 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7006
7007 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7008
7009 * nnimap.el (nnimap-get-capabilities): Refactor out.
7010 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7011
7012 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7013
7014 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7015 appearing when `mm-uu-hide-markers' is nil.
7016
7017 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7018
7019 * nnimap.el (nnimap-unselect-group): Make into its own function.
7020 (nnimap-request-rename-group): Unselect group before renaming.
7021 This had gotten lost somewhere.
7022 (nnimap-request-accept-article): Keep track of examined groups, and
7023 unselect the group before APPENDing to read-only groups.
7024 (nnimap-request-move-article): Clear flags before moving so that they
7025 can be re-set later.
7026
7027 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7028
7029 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7030 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7031
7032 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7033
7034 * gnus-art.el (gnus-mime-display-single):
7035 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7036 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7037 parameter.
7038
7039 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7040
7041 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7042 (shr-table-vertical-line): New variable.
7043 (shr-insert-table): Use it.
7044
7045 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7046
7047 * gnus-html.el (gnus-html-wash-images): Don't display images if
7048 gnus-inhibit-images is non-nil; register displayer for cid images.
7049 (gnus-html-display-image): Work for cid image.
7050 (gnus-html-insert-image): Allow arguments.
7051 (gnus-html-put-image): Inhibit read-only.
7052 (gnus-html-prefetch-images): Don't prefetch images if
7053 gnus-inhibit-images is non-nil.
7054
7055 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7056
7057 * shr.el (shr-put-image): Break lines when inserting big pictures.
7058
7059 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7060
7061 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7062 sender, thanks Katsumi Yamaoka.
7063
7064 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7065
7066 * nnir.el (nnir-run-imap): Reverse the article list for each group
7067 rather than the whole list.
7068
7069 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7070
7071 * shr.el (shr-image-displayer): Protect function against non-existent
7072 image source.
7073
7074 * gnus-art.el (gnus-inhibit-images): New user option.
7075 (gnus-mime-display-single): Don't display image if it is non-nil.
7076
7077 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7078 gnus-inhibit-images.
7079
7080 * shr.el (shr-image-displayer): New function.
7081 (shr-tag-img): Use it.
7082
7083 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7084
7085 * mml2015.el (mml2015-epg-sign): Use From header.
7086
7087 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7088
7089 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7090
7091 * gnus-util.el (gnus-find-text-property-region): Return markers.
7092
7093 * shr.el (shr-tag-img): Put a displayer in the text property.
7094
7095 * gnus-util.el (gnus-find-text-property-region): New utility function.
7096
7097 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7098 (gnus-html-show-images): Remove.
7099
7100 * gnus-art.el (gnus-article-show-images): New, more general function.
7101
7102 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7103 image url text properties.
7104
7105 * shr.el: Ditto.
7106
7107 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7108 gnus-agent-auto-agentize-methods is set. Which it isn't.
7109
7110 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7111
7112 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7113 work for two or more articles.
7114
7115 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7116
7117 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7118 divide an image that's in an html article to two or more when washing
7119 non-ASCII characters in alt text of it.
7120
7121 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7122
7123 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7124 smime-decrypt-region using function argument.
7125 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7126
7127 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7128
7129 * smime.el (smime-decrypt-region): Catch it.
7130
7131 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7132
7133 * smime.el (smime-mode-map): Move initialization into declaration.
7134 (gnus-run-mode-hooks): Don't autoload.
7135 (smime-mode): Use define-derived-mode.
7136
7137 2010-11-11 Glenn Morris <rgm@gnu.org>
7138
7139 * smime.el (from): Restrict declaration to XEmacs.
7140
7141 * nnir.el (gnus-group-topic-name): Autoload.
7142
7143 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7144
7145 * shr.el (shr-insert): Don't break long line if it is because of
7146 kinsoku-bol characters in the line end.
7147
7148 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7149
7150 * nnir.el (nnir-request-move-article): Fix to provide original group
7151 and subject.
7152 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7153 been retrieved.
7154
7155 * gnus-sum.el (gnus-summary-move-article): Use original group and
7156 subject for virtual articles such as those in an nnir summary buffer.
7157
7158 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7159
7160 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7161 least 21.5).
7162
7163 * smime.el (from): Declare it again for XEmacs.
7164
7165 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7166
7167 * message.el (message-resend): Don't disable encoding unless it's
7168 already encoded.
7169
7170 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7171 low-numbered articles.
7172
7173 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7174
7175 * rfc2047.el (rfc2047-syntax-table): Simplify.
7176
7177 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7178 set-char-table-range for XEmacs.
7179
7180 2010-11-10 Glenn Morris <rgm@gnu.org>
7181
7182 * smime.el (from): Remove unused declaration.
7183
7184 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7185 (gnus-float-time): On Emacs, always an alias.
7186
7187 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7188 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7189
7190 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7191
7192 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7193
7194 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7195
7196 * shr.el (browse-url-mailto): Autoload.
7197
7198 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7199
7200 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7201 regexp doesn't need quoting.
7202
7203 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7204
7205 * message.el (message-subject-trailing-was-ask-regexp)
7206 (message-subject-trailing-was-regexp): Match was: in addition to was.
7207
7208 2010-11-09 Glenn Morris <rgm@gnu.org>
7209
7210 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7211 (nnbabyl-check-mbox): Use point-at-bol.
7212
7213 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7214
7215 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7216
7217 * message.el (message-mailto): New function.
7218 (message-mailto): Should accept other parameters.
7219 (message-mailto): Remove since it duplicates browse-url-mailto
7220 functionality.
7221
7222 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7223
7224 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7225 methods.
7226 (gnus-read-active-file): Ditto.
7227
7228 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7229 ": " from the prompt.
7230 (gnus-group-make-group): Ditto.
7231
7232 2010-11-07 Glenn Morris <rgm@gnu.org>
7233
7234 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7235 (gnus-bookmark-kill-line): Use point-at-eol.
7236
7237 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7238
7239 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7240 asterisks in From header.
7241
7242 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7243
7244 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7245 string to avoid making the From headers syntactically invalid.
7246
7247 * message.el (message-send-mail): Don't insert courtesy messages if the
7248 message already has List-Post and List-ID messages.
7249
7250 2010-11-06 Glenn Morris <rgm@gnu.org>
7251
7252 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7253 `condition', `type', `length' a prefix.
7254 (gnus-treat-predicate): Update for above name changes.
7255
7256 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7257
7258 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7259 binding. Handled by `gnus-summary-refer-thread' instead.
7260 (nnir-warp-to-article): New backend function.
7261
7262 * nnimap.el (nnimap-request-thread): Force dependency updating.
7263
7264 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7265 (gnus-summary-refer-thread): Rework to improve thread-referral.
7266
7267 * gnus-int.el (gnus-warp-to-article): New function.
7268
7269 * gnus-sum.el (gnus-summary-article-map): Bind it.
7270
7271 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7272
7273 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7274 gnus-summary-refer-thread.
7275
7276 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7277 headers.
7278 (gnus-summary-limit-include-thread): Prevent articles in thread from
7279 being cut in gnus-cut-threads.
7280 (gnus-summary-refer-thread): Limit retrieved headers to those in
7281 thread.
7282
7283 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7284
7285 * message.el (message-send-mail): Use the value of
7286 message-courtesy-message from the message buffer.
7287
7288 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7289
7290 * shr.el (shr-browse-url): Implement mailto: URLs.
7291
7292 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7293 "raw".
7294
7295 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7296 if it's already selected.
7297
7298 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7299
7300 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7301
7302 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7303 to measure the length and truncate alt text.
7304
7305 2010-11-03 Glenn Morris <rgm@gnu.org>
7306
7307 * nndiary.el (nndiary-generate-nov-databases-1)
7308 (nndiary-generate-active-info): Rename dynamic variable `files' to
7309 something less generic.
7310
7311 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7312
7313 * nnir.el (nnir-request-move-article): Call the underlying backend to
7314 move articles from nnir.
7315
7316 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7317
7318 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7319
7320 2010-11-02 Julien Danjou <julien@danjou.info>
7321
7322 * nnir.el: Remove wais support.
7323
7324 2010-11-02 Glenn Morris <rgm@gnu.org>
7325
7326 * gnus-html.el: Reorder requirements to quieten compiler.
7327
7328 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7329
7330 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7331 properly for XEmacs as well.
7332 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7333 (gnus-article-natural-long-line-p): Use window-width rather than
7334 frame-width.
7335
7336 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7337
7338 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7339 (nnir-read-parms): Don't modify query.
7340 (nnir-run-query): Add ability to search topic on current line.
7341 (nnir-get-active): Clean up.
7342
7343 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7344
7345 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7346 degenerate articles.
7347
7348 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7349 (gnus-print-buffer): Just print the buffer as is, without any copying
7350 to a buffer and then re-highlighting.
7351
7352 * nnimap.el (nnimap-request-group): Store the new updated info.
7353 (nnimap-request-group): Select the group when we don't know whether it
7354 exists or not.
7355
7356 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7357 groups.
7358
7359 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7360 groups.
7361
7362 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7363 groups.
7364
7365 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7366 long-lines case by only filling the long lines.
7367
7368 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7369 (bug #7311).
7370
7371 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7372
7373 * shr.el: No need to declare `declare-function' since shr.el is for
7374 only Emacsen that provide `libxml-parse-html-region'.
7375
7376 2010-11-01 Glenn Morris <rgm@gnu.org>
7377
7378 * mm-util.el (gnus-completing-read): Autoload.
7379 (mm-read-coding-system): Simplify Emacs definition.
7380
7381 * nnmail.el (gnus-activate-group):
7382 * nnimap.el (gnutls-negotiate):
7383 * nntp.el (netrc-parse): Fix declarations.
7384
7385 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7386
7387 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7388 string-match-p in Emacs >=23.
7389
7390 * gnus-msg.el (gnus-configure-posting-styles):
7391 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7392
7393 2010-11-01 Glenn Morris <rgm@gnu.org>
7394
7395 * nnir.el (declare-function): Add compat stub.
7396 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7397 (nnir-run-gmane): Require 'mm-url.
7398
7399 * mm-util.el (mm-string-to-multibyte): Simplify.
7400
7401 * shr.el (declare-function): Add compat stub.
7402 (url-cache-create-filename): Declare.
7403 (mm-disable-multibyte, widget-convert-button): Autoload.
7404
7405 * smime.el (ldap-search): Declare.
7406 (smime-cert-by-ldap-1): Require ldap on Emacs.
7407
7408 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7409 (nnimap-keepalive): Use gnus-float-time.
7410
7411 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7412 (mail-source-delete-crash-box): Use gnus-float-time.
7413
7414 * gnus-dired.el (gnus-completing-read): Autoload.
7415
7416 * mm-view.el (gnus-rescale-image): Autoload.
7417
7418 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7419
7420 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7421
7422 * sieve-manage.el: Require 'cl when compiling.
7423
7424 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7425 (gnus-iswitchb-completing-read): Require iswitchb.
7426 (gnus-select-frame-set-input-focus): Silence compiler.
7427
7428 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7429
7430 * message.el (message-subject-trailing-was-query): Change default to t,
7431 since I think that's what most people want.
7432
7433 * nnimap.el (nnimap-request-accept-article): Erase buffer before
7434 appending for easier debugging.
7435 (nnimap-wait-for-connection): Take a regexp.
7436 (nnimap-request-accept-article): Wait for the continuation line before
7437 sending anything unless we're streaming.
7438
7439 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7440 leave the header washing to take place.
7441
7442 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7443
7444 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7445 regular expression match and replace in posting styles.
7446
7447 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7448
7449 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7450 an entire server.
7451 (nnir-get-active): New function.
7452 (nnir-run-imap): Use it.
7453 (nnir-run-gmane): Who knew, gmane search returns an article score!
7454
7455 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7456 server on the current line with nnir.
7457
7458 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7459
7460 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7461 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7462 left edge.
7463 (gnus-article-foldable-buffer): Skip past the prefix when determining
7464 raggedness.
7465
7466 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7467 the raw article, and change `C-u g' to show the article without doing
7468 treatments.
7469
7470 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7471 on to `gnus-treat-article'.
7472 (gnus-inhibit-article-treatments): New variable.
7473
7474 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7475
7476 * gnus-art.el (gnus-treatment-function-alist): Have
7477 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7478 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7479 sections.
7480
7481 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7482 parameter.
7483 (gnus-article-fill-cited-long-lines): New function.
7484 (gnus-article-fill-cited-article): Allow filling only long sections.
7485
7486 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7487 and non-punctuation (like after the apostrophe in "'We").
7488
7489 * gnus-sum.el (gnus-summary-select-article): Make sure
7490 gnus-original-article-buffer is alive.
7491
7492 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7493 reflect the order they are in the digest.
7494
7495 * gnus.el (gnus-group-startup-message): Move point to the start of the
7496 buffer.
7497
7498 * nnimap.el (nnimap-capability): New function.
7499 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7500 is set.
7501
7502 2010-10-31 David Engster <dengste@eml.cc>
7503
7504 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7505 conform with changes to gnus-completing-read.
7506
7507 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7508
7509 * shr.el (shr-tag-img): Output "*" instead of "[img]".
7510
7511 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7512
7513 * nnir.el: Move defvar, defcustom around to keep file organized
7514 and keep byte-compiler quiet.
7515 (nnir-read-parms): Accept search-engine as arg.
7516 (nnir-run-query): Pass search-engine as arg.
7517 (nnir-search-engine): Remove.
7518
7519 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7520
7521 * shr.el (shr-generic): The text nodes should be text, not :text.
7522
7523 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7524 later in the file.
7525
7526 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7527
7528 * nnir.el: General clean up. Allow searching with multiple engines.
7529 Allow separate extra-parameters for each engine.
7530 Batch queries when possible.
7531 (nnir-imap-default-search-key,nnir-method-default-engines):
7532 Add customize interface.
7533 (nnir-run-gmane): New engine.
7534 (nnir-engines): Use it. Qualify all prompts with engine name.
7535 (nnir-search-engine): Remove global variable.
7536 (nnir-run-hyrex): Restore for now.
7537 (nnir-extra-parms,nnir-search-history): New variables.
7538 (gnus-group-make-nnir-group): Use them.
7539 (nnir-group-server): Remove in favor of gnus-group-server.
7540 (nnir-request-group): Avoid searching twice.
7541 (nnir-sort-groups-by-server): New function.
7542
7543 2010-10-30 Julien Danjou <julien@danjou.info>
7544
7545 * gnus-group.el: Remove gnus-group-fetch-control.
7546
7547 * gnus-start.el (gnus-find-new-newsgroups):
7548 Remove gnus-check-first-time-used.
7549
7550 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7551
7552 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7553
7554 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7555 set on groups that don't have \* permanentflags.
7556
7557 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7558
7559 * shr.el (shr-tag-span): Drop colorization of regions since we don't
7560 control the background color.
7561 (shr-tag-img): Ignore very small web bug type images.
7562 (shr-put-image): Add help-echo alt texts to the images.
7563 (shr-tag-video): Show the video poster image.
7564
7565 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7566
7567 * shr.el (shr-table-depth): New variable.
7568 (shr-tag-table-1): Only insert the images after the top-level table.
7569
7570 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7571
7572 * gnus-util.el (gnus-list-memq-of-list): New function.
7573
7574 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7575 selected.
7576 (nnimap-unsplittable-articles): New slot.
7577 (nnimap-new-articles): Use it.
7578
7579 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
7580
7581 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7582 move to the previous line on `M-g'.
7583
7584 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7585
7586 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7587 *-request-group, which seems unnecessary.
7588
7589 * nnimap.el (nnimap-quote-specials): Function copied over from
7590 imap.el.
7591 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7592 they support that. Suggested by Tom Regner.
7593
7594 2010-10-29 Julien Danjou <julien@danjou.info>
7595
7596 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7597 defalias.
7598 (gnus-summary-delete-marked-with): Remove obsolete defalias.
7599
7600 * gnus.el: Remove `gnus-nntp-service' variable.
7601 (gnus-secondary-servers): Make obsolete.
7602 (gnus-nntp-server): Make obsolete.
7603
7604 * gnus-start.el (gnus-1): Remove x-splash calls.
7605
7606 * gnus-ems.el (gnus-x-splash): Remove.
7607
7608 * gnus.el (gnus-group-startup-message): Simplify/update code.
7609
7610 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7611 capability before doing anything.
7612 (gnus-group-insert-group-line): Remove useless
7613 gnus-group-remove-excess-properties.
7614
7615 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7616
7617 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7618
7619 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7620
7621 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7622 config after reselecting.
7623
7624 2010-10-28 Julien Danjou <julien@danjou.info>
7625
7626 * shr.el (shr-put-image): Use point even if only inserting text.
7627 (shr-put-image): Save excursion when inserting alt text on non-graphic
7628 display, so the behavior is the same when we are on a graphic display.
7629
7630 * nnir.el (nnir-run-swish-e): Remove hyrex support.
7631
7632 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7633
7634 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7635 (gnus-mime-copy-part): Check coding system, not charset.
7636 (gnus-mime-view-part-externally): Never remove part.
7637 (gnus-mime-view-part-internally): Don't remove part here.
7638 (gnus-article-part-wrapper): Make sure MIME tag is visible.
7639 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7640 multipart/alternative.
7641
7642 * mm-decode.el (mm-display-part): Take optional arg `force'.
7643
7644 2010-10-26 Julien Danjou <julien@danjou.info>
7645
7646 * gnus-group.el (gnus-group-default-list-level): Add this function to
7647 compute the default list level.
7648 (gnus-group-default-list-level): Add possibility to use a function.
7649
7650 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
7651
7652 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7653
7654 * gnus-group.el (gnus-group-completing-read)
7655 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7656 gnus-replace-in-string.
7657
7658 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7659
7660 * shr.el (shr-tag-div): Add.
7661
7662 2010-10-25 Julien Danjou <julien@danjou.info>
7663
7664 * gnus-util.el: Remove `gnus-with-local-quit'.
7665
7666 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7667
7668 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7669
7670 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7671 the original article buffer.
7672
7673 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7674
7675 * nnimap.el (nnimap-request-head): New function.
7676 (nnimap-request-move-article): Try to be slightly faster by not
7677 requesting the entire message when moving.
7678 (nnimap-transform-headers): Don't bug out on bodiless articles.
7679 (nnimap-send-command): Have no outstanding messages if the IMAP server
7680 doesn't support streaming.
7681 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7682
7683 2010-10-24 Julien Danjou <julien@danjou.info>
7684
7685 * message.el (message-default-headers): Fix type.
7686
7687 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7688
7689 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7690 prefetching images.
7691
7692 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7693 backend for unknown groups. This is mainly useful for nnimap groups.
7694
7695 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7696 group isn't covered by the agent.
7697
7698 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
7699
7700 * nnir.el (nnir-method-default-engines): New variable.
7701 (nnir-run-query): Use it.
7702 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7703 (gnus-summary-nnir-goto-thread): Change group if needed.
7704
7705 * gnus-group.el (gnus-group-group-map): Add key binding for
7706 gnus-group-make-nnir-group.
7707
7708 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7709
7710 * shr.el (shr-tag-object): Add.
7711
7712 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7713 original article buffer live.
7714 (gnus-summary-select-article-buffer):
7715 Mention gnus-widen-article-buffer.
7716
7717 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7718
7719 * shr.el (shr-tag-strong): Add.
7720
7721 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7722
7723 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7724 group names. They mess up the group buffer badly.
7725
7726 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7727
7728 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7729 instead of the summary one.
7730
7731 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
7732
7733 * mml.el (mml-preview): Work properly when editing article.
7734
7735 * gnus-start.el (gnus-read-active-file-1): Don't add method to
7736 gnus-have-read-active-file if it's already been in.
7737
7738 2010-10-22 Tom Tromey <tromey@redhat.com>
7739
7740 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7741 gnus-group-completing-read.
7742
7743 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7744
7745 * message.el (message-mode-map): Don't bind M-; to comment region, to
7746 allow the global comment-dwim to work.
7747
7748 2010-10-21 Julien Danjou <julien@danjou.info>
7749
7750 * message.el (message-setup-1): Allow message-default-headers to be a
7751 function.
7752
7753 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7754
7755 * shr.el (shr-tag-table): Simplify.
7756
7757 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7758
7759 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7760 to avoid trying to snarf invalid stuff.
7761
7762 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7763
7764 * gnus.el (gnus-message-archive-group): Quote value.
7765 (gnus-message-archive-group): Mark as changed.
7766
7767 * shr.el (shr-add-font): Don't put the font properties on the newline
7768 or the indentation.
7769
7770 * message.el (message-fix-before-sending): Change options when sending
7771 non-printable characters.
7772
7773 * gnus.el (gnus-message-archive-method): Change the default to
7774 monthly outgoing groups.
7775
7776 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7777 that have gotten new numbers.
7778
7779 * nnimap.el (nnimap-request-replace-article): New function.
7780
7781 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7782
7783 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7784 (nnrss-request-article): Don't use special html washing code.
7785
7786 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7787
7788 * shr.el (shr-tag-table): Remove useless nconc.
7789
7790 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7791
7792 * gnus-art.el (article-wash-html): Simplify and remove the charset
7793 stuff. Use the normal html rendering code instead of the special html
7794 washing code.
7795
7796 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7797 `gnus-w3m' symbols.
7798 (mm-text-html-washer-alist): Remove.
7799
7800 * mm-decode.el (mm-inline-text-html-renderer): Remove.
7801 (mm-inline-media-tests): Remove use.
7802 (mm-text-html-renderer): Change default to the `shr' symbol.
7803
7804 * mm-view.el (mm-inline-text-html): Remove use.
7805
7806 * gnus-art.el (gnus-blocked-images): New function. Allow the
7807 `gnus-blocked-images' to be a function.
7808 (gnus-article-wash-function): Remove.
7809
7810 2010-10-20 Julien Danjou <julien@danjou.info>
7811
7812 * spam.el (spam-list-of-processors): Mark as obsolete.
7813
7814 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7815 (nnimap-insert-partial-structure): Fix boundary detection.
7816
7817 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
7818
7819 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7820 run file-truename on remote files. This can be expensive and even
7821 prevent one from editing drafts if some unrelated buffer has a stale
7822 connection.
7823
7824 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7825
7826 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7827 kinsoku-eol regardless of shr-kinsoku-shorten.
7828 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7829 (shr-tag-table): Support caption, thead, and tfoot.
7830
7831 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7832
7833 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7834 lines.
7835 (shr-save-contents): New command and keystroke.
7836
7837 * nndoc.el (nndoc-type-alist): Add git support.
7838 (nndoc-git-type-p): New function.
7839 (nndoc-transform-git-article): Ditto.
7840 (nndoc-transform-git-headers): Ditto.
7841 (nndoc-transform-git-headers): Generate Subject headers.
7842
7843 * shr.el (shr-parse-style): New function.
7844 (shr-tag-span): Ditto.
7845
7846 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7847 to `G G' to avoid collisions.
7848
7849 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7850
7851 * shr.el: Load kinsoku if necessary.
7852 (shr-kinsoku-shorten): New internal variable.
7853 (shr-find-fill-point): Make kinsoku shorten text line if
7854 shr-kinsoku-shorten is bound to non-nil.
7855 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7856 shr-indentation too when testing if table is wider than frame width.
7857 (shr-insert-table): Use `string-width' instead of `length' to measure
7858 text width.
7859 (shr-insert-table-ruler): Make sure indentation is done at bol.
7860
7861 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7864 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7865 undecoded network data.
7866
7867 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7868
7869 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7870 name in the mode line spec so that the mode line menu works
7871 (bug #2431).
7872
7873 * message.el (message-get-reply-headers): If we're fed `to-address',
7874 then always use that.
7875
7876 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7877 aren't so wide as to need to switch off the edit menu.
7878
7879 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7880 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7881
7882 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7883 `M-g'.
7884 (nnimap-update-info): Update flags/read marks even if \* isn't part of
7885 the permanent marks.
7886
7887 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
7888
7889 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7890 Splitting according to references/in-reply-to obeys the ignore-groups
7891 variable, while splitting by sender and subject do not.
7892
7893 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7894
7895 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7896 alist, so that we can look for non-Unicode chars.
7897 (article-translate-strings): Allow both character and string maps.
7898
7899 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7900
7901 * shr.el (shr-insert): Don't insert space behind a wide character
7902 categorized as kinsoku-bol, or between characters both categorized as
7903 nospace.
7904
7905 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
7906
7907 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
7908 headers to gnus-newsgroup-headers.
7909
7910 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7911
7912 * shr.el (shr-tag-img): Don't align images -- since we're not
7913 rescaling, this often leads to ugly displays.
7914
7915 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
7916
7917 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7918 duplicates.
7919
7920 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7921
7922 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7923 call.
7924
7925 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7926
7927 * gnus.el: Autoload gnus-html-show-images.
7928
7929 * nnimap.el: Use nnheader-message throughout.
7930
7931 * shr.el (shr-tag-img): Ignore images with no data.
7932
7933 2010-10-15 Julien Danjou <julien@danjou.info>
7934
7935 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7936 a possibility to disable format=flow encoding when using hard newlines.
7937
7938 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7939
7940 * shr.el (shr-insert): Remove space inserted before or after a
7941 breakable character or at the beginning or the end of a line.
7942 (shr-find-fill-point): Do kinsoku; find the second best point or give
7943 it up if there's no breakable point.
7944
7945 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7946
7947 * nnimap.el (nnimap-open-connection): Message when opening connection
7948 for debugging purposes.
7949
7950 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7951 on every setup buffer call to allow this to change from article to
7952 article.
7953
7954 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7955 buffers where we have a wide table.
7956
7957 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
7958
7959 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7960 uses *-request-thread.
7961
7962 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7963
7964 * nnimap.el (nnimap-open-connection): Remove %s from openssl
7965 incantation, which is no longer valid.
7966
7967 2010-10-14 Julien Danjou <julien@danjou.info>
7968
7969 * shr.el: Fix defcustom type (char -> character).
7970
7971 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7972
7973 * nnimap.el (nnimap-open-connection): tls-program should be a list of
7974 programs.
7975
7976 2010-10-14 Julien Danjou <julien@danjou.info>
7977
7978 * shr.el (shr-tag-a): Use url-link as widget type.
7979
7980 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7981 `gnus-group-get-icon'.
7982
7983 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7984
7985 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7986 This should make server editing work better.
7987
7988 * shr.el (shr-find-fill-point): Don't inloop on indented text.
7989
7990 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7991 (nnimap-parse-flags): Fix regexp.
7992
7993 * shr.el (shr-find-fill-point): Use a filling algorithm that should
7994 probably work for CJVK text, too.
7995
7996 * nnimap.el (nnimap-extend-tls-programs): Remove.
7997 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7998
7999 2010-10-13 Julien Danjou <julien@danjou.info>
8000
8001 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8002 responses.
8003
8004 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8005
8006 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8007
8008 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8009 anything in Emacs.
8010
8011 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8012
8013 2010-10-13 Julien Danjou <julien@danjou.info>
8014
8015 * shr.el (shr-width): Make shr-width a defcustom with default to
8016 fill-column.
8017 (shr-tag-img): Use shr-width rather than fill-column.
8018
8019 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8020
8021 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8022
8023 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8024 position when (X-)Faces exist.
8025 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8026 avatars when called interactively.
8027
8028 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8029
8030 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8031 gnus-article-x-face-too-ugly is bound.
8032
8033 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8034
8035 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8036
8037 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8038 mailbox that doesn't exist.
8039
8040 2010-10-12 Julien Danjou <julien@danjou.info>
8041
8042 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8043 (shr-get-image-data): Encode URL properly when fetching from cache.
8044 (shr-tag-img): Use aligned-to spaces to align correctly images.
8045
8046 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8047 before inserting the Gravatar.
8048
8049 * shr.el (shr-tag-img): Add align attribute support for <img>.
8050
8051 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8052
8053 * gnus-gravatar.el (gnus-art): Require.
8054
8055 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8056 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8057 Remove long obsoleted functions.
8058
8059 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8060
8061 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8062
8063 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8064 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8065 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8066 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8067 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8068 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8069 Fix comment for declare-function.
8070
8071 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8072
8073 * nnimap.el (nnimap-request-rename-group): Select group read-only
8074 before renaming it.
8075
8076 * shr.el (shr-insert): Fix up the white space only regexp.
8077
8078 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8079 bodies. Protect against this. Reported by Michael Welsh Duggan.
8080
8081 * shr.el (shr-current-column): New function.
8082 (shr-find-fill-point): New function.
8083
8084 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8085
8086 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8087 numbers.
8088
8089 2010-10-11 Julien Danjou <julien@danjou.info>
8090
8091 * shr.el (shr-hr-line): Add.
8092 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8093 display hr lines.
8094 (shr-max-columns): Do not change state to nil if we just inserting
8095 spaces.
8096
8097 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8098
8099 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8100 select the last group.
8101
8102 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8103
8104 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8105
8106 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8107
8108 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8109 for Gnus.
8110 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8111 (nnimap-update-qresync-info): Mark \Seen articles as read.
8112
8113 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8114 non-variable, too.
8115
8116 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8117 available.
8118 (nnimap-update-info): Rely more on the current active than the param
8119 active to avoid marking articles as read too much.
8120
8121 * auth-source.el (auth-source-create): Use (user-login-name) for the
8122 user name default.
8123
8124 * nnimap.el (nnimap-update-info): If the server doesn't return any
8125 useful info, just use the previous info.
8126 (nnimap-update-info): Prefer old info over start-article.
8127 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8128
8129 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8130
8131 * nnir.el (autoload): Clean up autoloads.
8132 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8133 Use key rather than value.
8134 (nnir-imap-search-other): New variable.
8135 (nnir-read-parm): Use it.
8136 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8137 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8138
8139 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8142 the process, too.
8143
8144 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8145
8146 * spam.el (gnus-summary-mode-map): Bind to "$".
8147 Suggested by Russ Allbery.
8148
8149 * shr.el: Rework the way things are indented by <li> slightly.
8150
8151 * gnus.el (gnus-group-set-parameter): Fix typo.
8152
8153 * nnimap.el: Start implementing QRESYNC support.
8154
8155 2010-10-09 Julien Danjou <julien@danjou.info>
8156
8157 * nnir.el (nnir-engines): Fix too many arguments.
8158
8159 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8160
8161 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8162 group is the "last", so that the backends like nnfolder actually save
8163 their folders.
8164
8165 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8166 try to use that for the TLS stream.
8167 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8168 UIDVALIDITY and find out which groups are read-only and not.
8169 (nnimap-get-flags): Use the same marks parsing code as the rest of
8170 nnimap.
8171
8172 2010-10-09 Julien Danjou <julien@danjou.info>
8173
8174 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8175
8176 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8177 retrieving gravatars.
8178
8179 * shr.el (shr-table-corner): Add.
8180 (shr-table-line): Add.
8181 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8182
8183 2010-10-08 Julien Danjou <julien@danjou.info>
8184
8185 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8186
8187 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8188
8189 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8190
8191 * gnus-sum.el (gnus-mark-article-as-unread)
8192 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8193 (gnus-summary-set-bookmark): Use it.
8194
8195 * gnus-msg.el (gnus-setup-message): Use it.
8196
8197 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8198
8199 * gnus.el (gnus-group-remove-parameter): Use it.
8200
8201 * gnus-group.el (gnus-group-make-web-group): Use it.
8202
8203 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8204
8205 * nnregistry.el: Update docs to mention manual.
8206
8207 * gnus-registry.el: Update docs to mention nnregistry.el.
8208 (gnus-registry-initialize): Don't install nnregistry refer method
8209 automatically.
8210 (gnus-registry-install-nnregistry): Remove it.
8211
8212 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8213
8214 * shr.el (shr-insert): Don't insert double spaces.
8215
8216 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8217
8218 * gnus-gravatar.el (gnus-treat-from-gravatar)
8219 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8220 called interactively.
8221
8222 * gnus-art.el (gnus-mime-view-part-externally)
8223 (gnus-mime-view-part-internally): Make predicate function passed to
8224 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8225 of a mime type.
8226
8227 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8228
8229 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8230
8231 * shr.el (require): Require cl when compiling.
8232 (shr-tag-hr): New function.
8233
8234 * nnimap.el (nnimap-update-info): Remove double setting of high.
8235 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8236 This makes nnimap work properly on Courier again.
8237
8238 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8239 the variable for backwards compatibility.
8240
8241 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8242 the file name before using to avoid setting mm-default-directory to
8243 nil.
8244
8245 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8246 bidning gnus-agent variables.
8247
8248 * shr.el (shr-render-td): Use a cache for the table rendering function
8249 to avoid getting an exponential rendering behavior in nested tables.
8250 (shr-insert): Rework the line-breaking algorithm.
8251 (shr-insert): Don't leave trailing spaces.
8252 (shr-insert-table): Also insert empty TDs.
8253 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8254
8255 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * gnus-sum.el (gnus-number): Rename from `number'.
8258 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8259 (gnus-summary-limit-children): Update uses correspondingly.
8260
8261 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8262
8263 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8264 (gnus-gravatar-transform-address): Don't show avatars of people of
8265 which mail addresses match gnus-gravatar-too-ugly.
8266
8267 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8268
8269 * shr.el (shr-table-widths): Expand TD elements to fill available
8270 space.
8271
8272 2010-10-07 Julien Danjou <julien@danjou.info>
8273
8274 * nnimap.el (nnimap-request-rename-group): Add this method.
8275
8276 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8277
8278 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8279 name from XEmacs' function-arglist.
8280
8281 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8282 gravatar under XEmacs.
8283
8284 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8285
8286 * auth-source.el: Update docs with TODO items.
8287
8288 * gnus-sync.el: Update docs to explain state and plans.
8289
8290 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8291 Hooks for mark updates.
8292 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8293
8294 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8295 hooks with arguments, which is needed for mark update hooks.
8296
8297 2010-10-06 Julien Danjou <julien@danjou.info>
8298
8299 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8300 was matched.
8301
8302 * sieve-manage.el: Update example in `Commentary'.
8303
8304 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8305
8306 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8307 not 2000.
8308 (sieve-manage-authenticate): Re-add function.
8309
8310 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8311
8312 * shr.el (shr-insert): Get 'space transition right.
8313 (shr-render-td): Only delete space at the end of the TD.
8314
8315 * nnimap.el (nnimap-open-connection): Prepare to support
8316 open-gnutls-stream.
8317
8318 * shr.el: Rearrange function order to be more logical.
8319
8320 2010-10-06 Julien Danjou <julien@danjou.info>
8321
8322 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8323 (nnrss-discover-feed): Remove 404 URL in docstring.
8324
8325 * nnir.el: Fix Swish-E URL.
8326 Fix Namazu URL.
8327
8328 * message.el (message-change-subject): Remove 404 URL in a comment.
8329
8330 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8331
8332 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8333 called interactively.
8334
8335 * gnus-util.el (gnus-remove-if): Allow hash table.
8336 (gnus-remove-if-not): New function.
8337
8338 * gnus-art.el (gnus-mime-view-part-as-type):
8339 * gnus-score.el (gnus-summary-score-effect):
8340 * gnus-sum.el (gnus-read-move-group-name):
8341 Replace remove-if-not with gnus-remove-if-not.
8342
8343 * gnus-group.el (gnus-group-completing-read):
8344 Regard collection as a hash table if it is not a list.
8345
8346 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8347
8348 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8349
8350 * shr.el: Document the table-rendering algorithm.
8351
8352 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8353 invalid URLs.
8354
8355 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8356 line-broken.
8357 (shr-tag-img): Ignore image fetching errors.
8358 (shr-overlays-in-region): Compute overlay positions correctly.
8359
8360 * mm-decode.el (mm-shr): Require shr.
8361
8362 * gnus-art.el (gnus-blocked-images): Move variable here.
8363
8364 * shr.el (shr-insert-table): Bind free variable.
8365
8366 * mm-decode.el (mm-shr): Bind shr-content-function.
8367
8368 * shr.el (shr-content-function): New variable.
8369
8370 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8371 added for symmetry.
8372
8373 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8374
8375 * gnus-group.el (gnus-group-make-group): Doc fix.
8376
8377 * nnimap.el (nnimap-request-newgroups): Return success.
8378
8379 * shr.el (shr-find-elements): New function.
8380 (shr-tag-table): Put all the images after the table.
8381 (shr-tag-table): Really inhibit images inside the table.
8382 (shr-collect-overlays): Copy over overlays from the TD elements to the
8383 main document.
8384
8385 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8386 gnus-blocked-images.
8387
8388 2010-10-05 Julien Danjou <julien@danjou.info>
8389
8390 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8391
8392 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8393 (gnus-html-maximum-image-size): Add this function.
8394 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8395
8396 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8397 server-value of the capability is nil.
8398
8399 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8400
8401 * shr.el (shr-tag-em): Add <EM> tag.
8402
8403 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8404
8405 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8406 customizable.
8407
8408 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8409 handing broken links to browse-url.
8410
8411 2010-10-05 Julien Danjou <julien@danjou.info>
8412
8413 * gnus-util.el (gnus-emacs-completing-read)
8414 (gnus-iswitchb-completing-read): Use autoload rather than require.
8415
8416 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
8417
8418 * gnus-util.el (gnus-completing-read-function): Exclude
8419 gnus-icompleting-read and gnus-ido-completing-read from candidates for
8420 XEmacs since iswitchb.el is very old and ido.el is unavailable in
8421 XEmacs.
8422
8423 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8424 not to use `delete-dups' that is unavailable in XEmacs 21.4.
8425
8426 * gnus-html.el: Don't require help-fns under XEmacs.
8427 (gnus-html-schedule-image-fetching): Work for XEmacs.
8428
8429 * mm-decode.el (mm-shr): Decode contents by charset.
8430
8431 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8432
8433 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8434 unknown.
8435
8436 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8437 (shr-get-image-data): Ensure against the cache file missing.
8438
8439 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8440 for data.
8441
8442 * spam-report.el (spam-report-url-ping-plain): Don't query about
8443 killing the process.
8444
8445 * shr.el (shr-render-td): Protect against too-wide text.
8446
8447 2010-10-04 Julien Danjou <julien@danjou.info>
8448
8449 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8450 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8451
8452 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8453 retrieved.
8454
8455 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8456
8457 * shr.el (browse-url): Require.
8458 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8459 lines.
8460 (shr-show-alt-text, shr-browse-image): New commands.
8461 (shr-browse-url, shr-copy-url): New commands.
8462
8463 * gnus-sum.el (gnus-widen-article-window): New variable.
8464 (gnus-summary-select-article-buffer): Use it.
8465
8466 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8467 without @ signs.
8468
8469 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8470
8471 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8472
8473 2010-10-04 Julien Danjou <julien@danjou.info>
8474
8475 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8476 for XEmacs.
8477
8478 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8479
8480 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8481
8482 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8483 (nnimap-close-server): Implement.
8484
8485 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8486 (shr-insert): Tweak line breaking.
8487 (shr-insert): Handle <pre> better.
8488 (shr-tag-li): Get <li> indentation right.
8489 (shr-tag-li): Get <li> indentation even righter.
8490 (shr-tag-blockquote): Ensure paragraph start.
8491 (shr-make-table): Tweak table generation.
8492 (shr-make-table): Fix typo.
8493
8494 * shr.el: Implement table rendering.
8495
8496 2010-10-04 Julien Danjou <julien@danjou.info>
8497
8498 * gnus-html.el (gnus-html-put-image): Fix resize image code.
8499
8500 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8501
8502 * shr.el (shr-insert): Use string anchors instead of line anchors.
8503
8504 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8505
8506 * shr.el: Add headings.
8507 (shr-ensure-paragraph): Actually work.
8508 (shr-tag-li): Make <ul> prettier.
8509 (shr-insert): Get white space at the beginning/end of elements right.
8510 (shr-tag-p): Collapse subsequent <p>s.
8511 (shr-ensure-paragraph): Don't insert double line feeds after blank
8512 lines.
8513 (shr-insert): \t is also space.
8514 (shr-tag-s): Fix "s" tag name function.
8515 (shr-tag-s): Fix face prop name.
8516
8517 2010-10-03 Julien Danjou <julien@danjou.info>
8518
8519 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8520
8521 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8522 gnus-window-inside-pixel-edges.
8523
8524 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8525 gnus-ems.
8526
8527 * mm-view.el (mm-inline-image-emacs): Support image resizing.
8528
8529 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8530 function.
8531
8532 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8533 resize choice.
8534
8535 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8536
8537 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8538 beginning of the buffer.
8539
8540 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8541 article buffer again.
8542
8543 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8544
8545 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8546 when it's at the start of the buffer.
8547
8548 * shr.el (shr-tag-blockquote): Convert name.
8549 (shr-rescale-image): Use the right image-size variant.
8550
8551 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8552 buffer isn't shown, then select the current article first instead of
8553 bugging out.
8554 (gnus-summary-select-article-buffer): Show both the article and summary
8555 buffers again.
8556
8557 * shr.el (shr-fontize-cont): Protect against regions with no text.
8558 Rename tag functions to shr-tag-* for enhanced security.
8559 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8560
8561 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
8562
8563 * shr.el (shr-insert):
8564 * pop3.el (pop3-movemail):
8565 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8566 loaded.
8567
8568 2010-10-03 Glenn Morris <rgm@gnu.org>
8569
8570 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8571
8572 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8573
8574 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8575
8576 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8577
8578 * gnus-util.el (gnus-make-local-hook): Simplify.
8579
8580 2010-10-02 Julien Danjou <julien@danjou.info>
8581
8582 * gnus-util.el (gnus-iswitchb-completing-read): New function.
8583 (gnus-ido-completing-read): New function.
8584 (gnus-emacs-completing-read): New function.
8585 (gnus-completing-read): Use gnus-completing-read-function.
8586 Add gnus-completing-read-function.
8587
8588 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8589
8590 * shr.el (shr-insert-document): Autoload.
8591 (shr-img): Be silent.
8592 (shr-insert): Add a newline after every picture before text.
8593 (shr-add-font): Use overlays for combining faces.
8594 (shr-insert): Pass upwards the text start point.
8595
8596 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8597 possible.
8598 (mm-shr): New function.
8599
8600 2010-10-02 Julien Danjou <julien@danjou.info>
8601
8602 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8603 should go backward.
8604
8605 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
8606
8607 * shr.el (shr): Fix typo in provide call.
8608
8609 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8610
8611 * shr.el: New file.
8612
8613 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8614
8615 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8616 completing read.
8617
8618 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8619
8620 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8621 we're being queried about. Suggested by Dan Jacobson.
8622
8623 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8624 Suggested by Jason Eisner.
8625
8626 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8627 table, too. Suggested by Stefan Wiens.
8628 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8629 the table unnecessary. Suggested by Stefan Wiens.
8630
8631 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8632 longer needed, and probably doesn't work either, as pointed out by
8633 Stefan Wiens.
8634 (gnus-summary-exit): Remove call to the clearing function.
8635 (gnus-summary-exit-no-update): Ditto.
8636
8637 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8638 instead of gnus-eval-in-buffer-window to avoid popping up frames.
8639 Reported by Stefan Monnier.
8640 (gnus-summary-save-in-rmail): Ditto.
8641
8642 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8643 article buffer, instead of both the article buffer and the summary
8644 buffer. Sort of suggested by Dan Jacobson.
8645
8646 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8647
8648 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8649 Suggested by Dan Jacobson.
8650
8651 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8652 documentation clearer.
8653
8654 * message.el (message-shorten-references): Comment on the number "21".
8655 Suggested by Stefan Monnier.
8656
8657 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8658 Suggested by Dan Jacobson.
8659
8660 * gnus.el (gnus-large-newsgroup):
8661 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
8662
8663 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8664 externalize attachments. Bug reported by Steve Wen.
8665
8666 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8667 really message anything to the user.
8668
8669 * nnmail.el (nnmail-article-group): Allow using the fancy split method
8670 directly.
8671
8672 * nnimap.el (nnimap-request-group): Low higher than high to signal no
8673 messages in empty groups.
8674
8675 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8676
8677 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8678 non-UIDNEXT group.
8679
8680 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8681
8682 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8683 not the value from the collection.
8684
8685 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8686 values. This sometimes happens on some groups that have no info.
8687 (nnimap-request-newgroups): New function.
8688
8689 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8690
8691 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8692 check into `gnus-registry-initialize'.
8693 (gnus-registry-initialize): Ditto.
8694 Fix and extend header docs.
8695
8696 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8697
8698 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8699 regexp backtrace overflows.
8700
8701 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8702 for starttls that tls.el implements; i.e. openssl.
8703
8704 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8705
8706 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8707 (gravatar-create-image): New function that's an alias to
8708 gnus-xmas-create-image, gnus-create-image, or create-image.
8709 (gravatar-data->image): Use it.
8710
8711 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
8712
8713 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8714 install the nnregistry refer method.
8715 (gnus-registry-install-hooks): Use it.
8716 (gnus-registry-unfollowed-groups): Add nnmairix to the default
8717 unfollowed groups.
8718
8719 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
8720
8721 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8722 expanding threads.
8723
8724 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8725
8726 * nnir.el: Use the server names without suffixes (bug #7009).
8727
8728 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8729 unencrypted to STARTTLS, if possible.
8730
8731 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8732
8733 * message.el (message-ignored-supersedes-headers): Strip Injection-*
8734 headers before superseding.
8735
8736 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8737
8738 * nnrss.el (nnrss-use-local): Add documentation.
8739
8740 * nnimap.el (nnimap-extend-tls-programs): New function.
8741 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8742 (nnimap-wait-for-connection): Accept the greeting from the stupid
8743 output from openssl s_client -starttls, too.
8744
8745 * nnimap.el (nnimap-find-article-by-message-id): Really return the
8746 article number.
8747 (nnimap-split-fancy): New variable.
8748 (nnimap-split-incoming-mail): Use it.
8749
8750 * nntp.el (nntp-server-list-active-group): Document.
8751
8752 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8753 SELECT to get the message-id.
8754
8755 * mail-source.el (mail-sources): Remove webmail support.
8756 (defvar): Ditto.
8757 (mail-source-fetcher-alist): Ditto.
8758 (mail-source-fetch-webmail): Remove.
8759
8760 * webmail.el: Remove -- doesn't seem relevant any more.
8761
8762 * gnus.el: Fix up make-obsolete-variable declarations throughout.
8763
8764 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8765 the \r.
8766
8767 2010-09-30 Julien Danjou <julien@danjou.info>
8768
8769 * gnus-agent.el (gnus-agent-add-group): Fix call to
8770 gnus-completing-read.
8771
8772 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8773
8774 * nndoc.el (nndoc-retrieve-groups): New function.
8775
8776 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8777 `default', use nnmail-split-methods.
8778 (nnimap-request-article): Downcase the NILs so that they are nil.
8779
8780 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8781 symbol.
8782
8783 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8784 code, since if the user has requested network, that's what they ought
8785 to get.
8786 (nnimap-request-set-mark): Erase the buffer before issuing commands.
8787 (nnimap-split-rule): Mark as obsolete.
8788
8789 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8790 New variable.
8791
8792 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8793 correct slot, too.
8794
8795 2010-09-29 Julien Danjou <julien@danjou.info>
8796
8797 * gnus.el (gnus-local-domain): Declare variable obsolete.
8798
8799 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8800 Fix history computing.
8801 (gnus-ido-completing-read): Require ido.
8802
8803 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8804
8805 * gnus-registry.el: Don't prompt on load, which makes it impossible to
8806 build Gnus.
8807
8808 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8809 when interpreting the structures.
8810 (nnimap-request-accept-article): Add \r\n to the lines to make this
8811 work with Cyrus.
8812
8813 * nndraft.el (nndraft-request-expire-articles): Use the group name
8814 instead if "nndraft". Fix found by Nils Ackermann.
8815
8816 2010-09-29 Ludovic Courtès <ludo@gnu.org>
8817
8818 * nnregistry.el: Add.
8819
8820 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * nnmail.el (group, group-art-list, group-art):
8823 Remove unneeded directives.
8824
8825 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8826
8827 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8828 (mm-mime-charset):
8829 * rfc2047.el (rfc2047-syntax-table):
8830 * utf7.el (utf7-utf-16-coding-system): Comment fix.
8831
8832 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8833 rather than `insert-file-contents' and `eval-region'.
8834
8835 2010-09-29 Julien Danjou <julien@danjou.info>
8836
8837 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8838 replacement of `gnus-gravatar-relief' to mimic
8839 `gnus-faces-properties-alist'.
8840 Add :version property.
8841
8842 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8843
8844 * mail-source.el (mail-source-report-new-mail):
8845 * message.el (message-default-mail-headers):
8846 * mm-decode.el (mm-valid-image-format-p): Comment fix.
8847
8848 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8849
8850 2010-09-28 Julien Danjou <julien@danjou.info>
8851
8852 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8853 mail-address contains the same string as real-name.
8854
8855 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8856 non-blank in header, otherwise it'll get stripped.
8857
8858 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8859 real-name, and then for mail address rather than doing : or , search.
8860
8861 2010-09-27 Julien Danjou <julien@danjou.info>
8862
8863 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8864 right completing-read function.
8865 (gnus-use-ido): New variable
8866 (gnus-completing-read-with-default): Remove.
8867 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8868 (gnus-agent-add-group):
8869 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8870 * mm-view.el (mm-view-pkcs7-decrypt):
8871 * mm-util.el (mm-codepage-setup):
8872 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8873 * mml-smime.el (mml-smime-openssl-sign-query):
8874 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8875 (mml-insert-multipart):
8876 * gnus-msg.el (gnus-summary-yank-message):
8877 * gnus-int.el (gnus-start-news-server):
8878 * mm-decode.el (mm-interactively-view-part):
8879 * gnus-dired.el (gnus-dired-attach):
8880 * gnus.el (gnus-read-method):
8881 * gnus-bookmark.el (gnus-bookmark-jump):
8882 * gnus-art.el (gnus-mime-view-part-as-type)
8883 (gnus-mime-action-on-part, gnus-article-encrypt-body):
8884 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8885 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8886 * nnmairix.el (nnmairix-create-server-and-default-group)
8887 (nnmairix-update-groups, nnmairix-get-server)
8888 (nnmairix-backend-to-server, nnmairix-goto-original-article)
8889 (nnmairix-get-group-from-file-path):
8890 * nnrss.el (nnrss-find-rss-via-syndic8):
8891 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8892 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8893 (gnus-group-browse-foreign-server):
8894 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8895 (gnus-summary-execute-command, gnus-summary-respool-article)
8896 (gnus-read-move-group-name):
8897 * gnus-score.el (gnus-summary-increase-score)
8898 (gnus-summary-score-effect):
8899 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8900
8901 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8902
8903 * nnimap.el (auth-source-forget-user-or-password)
8904 (auth-source-user-or-password): Autoload.
8905
8906 * message.el (message-from-style, message-interactive)
8907 (message-signature): Remove comment.
8908 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8909 always.
8910 (message-sendmail-envelope-from): Comment fix.
8911 (message-yank-prefix): Default to mail-yank-prefix always.
8912 (message-indentation-spaces):
8913 Default to mail-indentation-spaces always.
8914 (message-signature-file): Default to mail-signature-file always.
8915
8916 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8917
8918 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8919 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8920 new articles.
8921
8922 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8923 parts.
8924 (nnimap-request-article): Work with the t setting, too.
8925
8926 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8927 that you don't get flashes of other buffers.
8928 (gnus-summary-show-complete-article): Intern before setting.
8929
8930 2010-09-27 David Engster <dengste@eml.cc>
8931
8932 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8933 well as HEADERS.
8934 (nnmairix-retrieve-headers): Provide new argument for the above.
8935
8936 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8937
8938 * gnus-sum.el (gnus-summary-move-article): Don't alter
8939 gnus-newsgroup-active. This makes `/ N' work after copying to the same
8940 group.
8941
8942 * nnimap.el (nnimap-update-info): Don't destructively alter active.
8943
8944 * message.el (message-cite-prefix-regexp): Revert my last edit.
8945
8946 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8947 variable instead of the Gnus variable.
8948
8949 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8950
8951 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8952
8953 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8954 since some servers don't like it.
8955 (nnimap-open-connection): Forget credentials if the server says the
8956 password was wrong.
8957 (nnimap-parse-line): Protect against invalid data.
8958
8959 * gnus-sum.el (gnus-summary-move-article): Add comment.
8960 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8961 nothing alters it while scanning for new messages.
8962
8963 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8964 which may or may not help.
8965 (nnimap-open-connection): If we're doing a stream connection, and then
8966 discover we're on a STARTTLS-capable server, then open a STARTTLS
8967 connection instead.
8968
8969 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8970
8971 * nnimap.el (utf7): Require.
8972
8973 * message.el (message-cite-prefix-regexp): Remove "}" from citation
8974 prefix.
8975
8976 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
8977
8978 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8979
8980 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8981
8982 * nnimap.el (nnimap-request-accept-article): Message the error on
8983 error.
8984
8985 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8986
8987 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8988
8989 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8990
8991 * nndoc.el (nndoc-request-list): Return success always.
8992
8993 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8994 `fetch-old' -- we only want to fetch the articles we've requested.
8995 The rest are in the agent, probably.
8996 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8997 disappeared server" to something low. It's not important.
8998
8999 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9000 arrived before the FETCH data.
9001
9002 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9003 target here, because we don't know the Gnus name of the group.
9004
9005 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9006 for the correct group.
9007
9008 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9009
9010 * gnus.el (gnus): Give a final warning after startup.
9011
9012 * gnus-util.el (gnus-action-message-log): New variable.
9013 (gnus-message): Use it.
9014 (gnus-final-warning): New function.
9015
9016 * nnimap.el (nnimap-open-connection): Record the greeting.
9017 (nnimap): Add greeting.
9018
9019 2010-09-26 Julien Danjou <julien@danjou.info>
9020
9021 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9022 arguments.
9023 (gnus-html-wash-images): Fix spec computing to include start/end.
9024
9025 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9026
9027 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9028
9029 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9030 deletion.
9031 (nnimap-retrieve-headers): Don't select the group, because that's
9032 already done by nnimap-possibly-change-group.
9033
9034 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9035 (gnus-picon-transform-address): Use it.
9036
9037 * mail-source.el (mail-source-value): Revert previous patch.
9038
9039 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9040 on failure.
9041 (nnimap-open-connection): Look up both virtual and physical server name
9042 credentials.
9043
9044 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9045
9046 2009-02-08 Dave Love <fx@gnu.org>
9047
9048 * gnus-win.el (gnus-window-to-buffer-helper)
9049 (gnus-all-windows-visible-p): Function needn't be a symbol.
9050
9051 * mail-source.el (mail-source-value): Function needn't be a symbol.
9052
9053 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9054
9055 * message.el (message-cite-prefix-regexp): Remove } from the cite
9056 prefix.
9057
9058 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9059 highlight again, so that the highlight is correct.
9060
9061 * gnus-picon.el (gnus-picon): Remove again.
9062 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9063
9064 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9065 doing the header highlightling, so that the background color of the
9066 picon is correct.
9067
9068 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9069 (gnus-picon): Ditto.
9070 (gnus-picon): Reinstate. The background color for picons is white.
9071 (gnus-picon-insert-glyph): Make the background white.
9072
9073 * nnml.el (nnml-open-nov): Don't return dead buffers.
9074
9075 * auth-source.el (auth-source-create): Query the user for whether to
9076 store the credentials.
9077
9078 * auth-source.el (auth-source-user-or-password): Use the existing auth
9079 sources, if any, for creation.
9080
9081 * gnus.el (gnus-group-fast-parameter): Return the last matching
9082 parameter instead of the first matching parameter.
9083
9084 2010-09-26 Julien Danjou <julien@danjou.info>
9085
9086 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9087
9088 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9089
9090 * mml2015.el (mml2015-use): Remove gpg support.
9091
9092 * mml1991.el (mml1991-function-alist): Remove gpg function.
9093 (mml1991-gpg-sign): Remove.
9094
9095 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9096
9097 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9098 (gnus-browse-unsubscribe-current-group): Document it.
9099 (gnus-browse-unsubscribe-group): Use it.
9100
9101 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9102
9103 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9104 address to the To list for easier response.
9105
9106 * gnus.el (gnus-play-startup-jingle): Remove.
9107 (gnus-splash): Don't play jingle.
9108 (gnus): Silence gnus-load message.
9109
9110 * gnus-art.el (gnus-treat-play-sounds): Remove.
9111
9112 * gnus.el (gnus-play-jingle): Remove audio support.
9113
9114 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9115
9116 * earcon.el: Remove -- no users.
9117
9118 * gnus-audio.el: Remove -- no users of this package.
9119
9120 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9121
9122 * gnus-start.el (gnus-setup-news): Remove nocem support.
9123
9124 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9125
9126 * gnus.el (gnus-use-nocem): Remove.
9127
9128 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9129 Remove.
9130
9131 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9132 uses NoCeM any more.
9133
9134 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9135 (gnus-button-ctan-handler): Ditto.
9136 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9137 (gnus-button-ctan-directory-regexp): Ditto.
9138 (gnus-button-handle-ctan): Ditto.
9139 (gnus-button-tex-level): Ditto.
9140 (gnus-button-alist): Remove CTAN stuff.
9141
9142 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9143
9144 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9145 nnimap-streaming test.
9146
9147 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9148 servers twice.
9149
9150 * nnimap.el (nnimap-open-connection): Add more error reporting when
9151 nnimap fails early.
9152
9153 * nnheader.el (nnheader-get-report-string): New function.
9154 (nnheader-get-report): Use it.
9155
9156 * gnus-int.el (gnus-check-server): Say what the error was when opening
9157 failed.
9158
9159 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9160 using streaming.
9161
9162 2010-09-25 Julien Danjou <julien@danjou.info>
9163
9164 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9165 gnus-window-inside-pixel-edges.
9166
9167 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9168
9169 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9170
9171 * mm-decode.el (mm-save-part): Allow saving to other directories the
9172 normal Emacs way.
9173
9174 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9175 Suggested by Jay Berkenbilt.
9176
9177 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9178 there isn't a single byte.
9179
9180 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9181 just do it. It doesn't really seem to matter what the user responds
9182 here, I think, so it's just a confusing question.
9183
9184 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9185 non-streaming case.
9186
9187 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9188 (gnus-article-encrypt-body): Use it.
9189
9190 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9191 keystroke.
9192
9193 * nnimap.el (nnimap-find-wanted-parts-1):
9194 Use gnus-fetch-partial-articles.
9195
9196 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9197
9198 * nnimap.el (nnimap-insert-partial-structure): New function.
9199 (nnimap-get-partial-article): New function.
9200 (nnimap-request-article): Use it.
9201 (nnimap-wait-for-response): Return whether the wait was successful.
9202 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9203 retrieval wasn't successful.
9204 (nnimap-retrieve-group-data-early): Allow throttling servers.
9205 (nnimap-streaming): New variable.
9206 (nnimap-fetch-partial-articles): Remove.
9207
9208 * mm-decode.el (mm-with-part): Protect against killed buffers.
9209
9210 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9211 for prettier summary display.
9212
9213 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9214
9215 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9216
9217 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9218
9219 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9220 apparently third-party libraries depend on it.
9221
9222 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9223 before starting negotiation.
9224
9225 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9226 privacy reasons.
9227 (gnus-treat-mail-gravatar): Ditto.
9228
9229 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9230 buffer when inserting images. Inserting text into the headers, for
9231 instance, can make them invalid.
9232
9233 2010-09-25 Julien Danjou <julien@danjou.info>
9234
9235 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9236 variables.
9237
9238 * nnheader.el: Remove useless variables news-reply-yank-from and
9239 news-reply-yank-message-id.
9240
9241 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9242 variables.
9243
9244 * mml1991.el: Remove useless mml1991-verbose.
9245
9246 * gnus.el: Remove useless variable gnus-use-generic-from.
9247 Remove obsolete variable gnus-topic-indentation.
9248
9249 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9250
9251 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9252
9253 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9254
9255 * gnus-group.el: Remove useless gnus-group-icon-cache.
9256 Remove useless gnus-ephemeral-group-server.
9257
9258 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9259
9260 * mml2015.el: Remove useless mml2015-verbose.
9261
9262 * mml-smime.el: Remove useless mml-smime-verbose.
9263
9264 * gnus.el: Remove useless gnus-local-domain.
9265
9266 * gnus-gravatar.el (gnus-gravatar-transform-address):
9267 Use gnus-gravatar-size.
9268
9269 * gnus-art.el: Remove useless gnus-treat-translate.
9270
9271 2010-09-24 Julien Danjou <julien@danjou.info>
9272
9273 * gnus-sum.el: Add support for Gravatars.
9274
9275 * gnus-art.el: Add support for Gravatars.
9276
9277 * gnus-gravatar.el: Add this file.
9278
9279 * gravatar.el: Add this file.
9280
9281 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9282
9283 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9284
9285 * gnus-group.el (gnus-group-fetch-faq): Remove.
9286
9287 * gnus.el (gnus-group-faq-directory): Remove.
9288
9289 * gnus-group.el (gnus-group-fetch-charter): Remove.
9290
9291 * gnus.el (gnus-group-charter-alist): Remove.
9292
9293 * gnus-group.el (gnus-group-archive-directory): Remove.
9294 (gnus-group-recent-archive-directory): Ditto.
9295 (gnus-group-make-archive-group): Remove.
9296
9297 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9298
9299 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9300 use the same article number for all the cached articles.
9301
9302 * nnimap.el (nnimap-command): Register the last command time so
9303 that we can use it for idling NOOPs.
9304 (nnimap-open-connection): Start the keeplive timer.
9305 (nnimap-make-process-buffer): Store all the process buffers.
9306 (nnimap-keepalive): New function.
9307
9308 * starttls.el (starttls-open-stream): Add autoload cookie.
9309
9310 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9311
9312 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9313 handling.
9314
9315 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9316
9317 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9318 its data structures.
9319
9320 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9321 instead of the cl.el copy-list.
9322 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9323 equalp.
9324
9325 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9326
9327 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9328 and tool-bar-local-item-from-menu.
9329
9330 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9331 mode-line-highlight face for Emacs.
9332
9333 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9334 loading gnus-sum.elc; fix comment for canlock-verify.
9335 (gnus-article-jump-to-part): Use read-number.
9336 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9337 Remove Emacs pre-21 compatible code for help-echo.
9338 (gnus-article-next-page-1): No need to adjust the number of lines.
9339 (gnus-article-describe-bindings): Always use help-buffer.
9340
9341 * gnus-audio.el (gnus-audio-inline-sound):
9342 * gnus-cus.el (gnus-custom-mode):
9343 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9344
9345 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9346
9347 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9348 compatible code.
9349
9350 2010-09-24 Glenn Morris <rgm@gnu.org>
9351
9352 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9353 visiting the fcc file in rmail-mode.
9354
9355 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9356
9357 * nnir.el: Silence the byte compiler.
9358
9359 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9360 alias to browse-url-url-encode-chars if any.
9361 (gnus-html-encode-url): Use it.
9362
9363 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9364
9365 * gnus-start.el (gnus-use-backend-marks): New variable.
9366 (gnus-get-unread-articles-in-group): Use it.
9367
9368 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9369 makeover.
9370
9371 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9372
9373 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9374
9375 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9376
9377 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9378 Remove.
9379 (gnus-setup-news-hook):
9380 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9381
9382 * gnus-int.el (gnus-request-update-info): Protect against backends not
9383 having the function.
9384
9385 * nnimap.el (nnimap-stream): Mention STARTTLS.
9386 (nnimap-open-connection): Add STARTTLS support.
9387
9388 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9389
9390 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9391
9392 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9393
9394 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9395 BODYSTRUCTUREs.
9396 (nnimap-transform-headers): Unfold quoted {42} headers.
9397
9398 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9399 the info.
9400 (gnus-get-unread-articles): Only call updatep on backends that support
9401 it.
9402
9403 * nnweb.el (nnweb-request-update-info): NOOP.
9404
9405 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9406
9407 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9408 since it only deals with marks.
9409
9410 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9411 gnus-request-marks, and make a new gnus-request-update-info.
9412
9413 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9414 the active instead of the high number, which is usually too low.
9415
9416 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
9417
9418 * encrypt.el: Remove.
9419
9420 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9421
9422 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9423 server in symbolic form.
9424
9425 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9426
9427 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9428
9429 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9430 (nnimap-update-info): Fix up code slightly.
9431
9432 * gnus-int.el (gnus-open-server): Add tracing for performance
9433 debugging.
9434
9435 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9436 (gnus-group-insert-group-line): Pass the real group name so that it
9437 gets the right data.
9438
9439 * gnus-start.el (gnus-get-unread-articles): Don't have
9440 `gnus-get-unread-articles-in-group' update info, since that can be
9441 really slow and doesn't seem to be needed?
9442
9443 2010-09-22 Julien Danjou <julien@danjou.info>
9444
9445 * gnus-group.el (gnus-group-insert-group-line):
9446 Call gnus-group-highlight-line.
9447 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9448 default hook list.
9449 (gnus-group-update-eval-form): Add new function.
9450 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9451 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9452
9453 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9454
9455 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9456 immediate, then expire all articles.
9457 (nnimap-update-info): Fix off-by-one errors.
9458 (nnimap-flags-to-marks): Would return no marks lists for group with no
9459 flags. Instead return the other data.
9460
9461 2010-09-22 Julien Danjou <julien@danjou.info>
9462
9463 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9464 Only return an icon.
9465 (gnus-group-insert-group-line): Compute icon to return.
9466
9467 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9468 (gnus-html-image-fetched): Only cache if
9469 gnus-html-image-automatic-caching is set.
9470 (gnus-html-image-fetched): Check for errors.
9471
9472 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9473
9474 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9475 once per method on `g'. This ensures that backends like nnfolder don't
9476 open all their folders.
9477
9478 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9479 (nnimap-request-list): Nix out group in the correct buffer.
9480 (nnimap-parse-flags): Implement by using `read' instead of
9481 hand-parsing.
9482 (nnimap-flags-to-marks): Pass on permanent-flags.
9483 (nnimap-make-process-buffer): Record the server name.
9484 (nnimap-parse-flags): Fix typo.
9485 (nnimap-request-scan): Run split on the server in general, not just a
9486 single group.
9487
9488 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9489 parameter, and propagate this downwards.
9490
9491 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9492 since EXAMINE changes it on the server.
9493
9494 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9495 this command might take a while.
9496
9497 2010-09-22 Julien Danjou <julien@danjou.info>
9498
9499 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
9500 harmful if you have 2 images side-by-side, they can't be properly
9501 update on text deletion. Using text-property is safer here.
9502 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9503 data.
9504
9505 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9506
9507 * nnimap.el (nnimap-expunge-inbox): Remove.
9508 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9509 (nnimap-expunge): Flip default to t.
9510
9511 * gnus.el (gnus-method-to-server): Don't push things to the cache
9512 unless it's unique.
9513 (gnus-server-to-method): Ditto.
9514
9515 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9516
9517 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9518
9519 2010-09-22 Julien Danjou <julien@danjou.info>
9520
9521 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9522 get the start of data.
9523 (gnus-html-encode-url): Add this function to encode special chars in
9524 URL.
9525 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9526 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9527
9528 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9529 default.
9530 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9531
9532 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9533 images alt-text.
9534 (gnus-html-put-image): Put alt-text as help-echo.
9535
9536 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9537
9538 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9539 * mm-util.el (mm-decompress-buffer):
9540 * nnir.el (nnir-run-find-grep):
9541 * pop3.el (pop3-list): Use 3rd arg of split-string.
9542
9543 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9544
9545 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9546 outside the active range. Suggested by Dan Christensen.
9547
9548 * gnus-start.el (gnus-get-unread-articles): Get the extended method
9549 slightly later to avoid double-getting it.
9550
9551 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9552 previous patch.
9553
9554 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9555
9556 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
9557
9558 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9559
9560 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9561
9562 * gnus-int.el (gnus-open-server): Give a better error message in the
9563 "go offline" case.
9564
9565 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9566 marks for nnimap, which is seldom the right thing to do.
9567
9568 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9569 (gnus-same-method-different-name): New function.
9570
9571 * nnimap.el (parse-time): Require.
9572
9573 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9574 method in the presence of many similar methods.
9575
9576 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9577
9578 * nnimap.el (nnimap-find-expired-articles): Don't refer to
9579 nnml-inhibit-expiry.
9580
9581 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9582 find out whether methods are equal.
9583
9584 * nnimap.el (nnimap-find-expired-articles): New function.
9585 (nnimap-process-expiry-targets): New function.
9586 (nnimap-request-move-article): Request the article before looking at
9587 what the Message-ID is. Fix found by Andrew Cohen.
9588 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9589
9590 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9591 for oldness in addition to being a predicate.
9592
9593 * nnimap.el (nnimap-request-group): When we have zero articles, return
9594 the right data to Gnus.
9595 (nnimap-request-expire-articles): Only delete articles immediately if
9596 the target is 'delete.
9597
9598 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9599 method, this would bug out.
9600
9601 * gnus-group.el (gnus-group-expunge-group): Rename from
9602 gnus-group-nnimap-expunge, and implemented as a normal interface
9603 function.
9604
9605 * gnus-int.el (gnus-request-expunge-group): New function.
9606
9607 * nnimap.el (nnimap-request-create-group): Implement.
9608 (nnimap-request-expunge-group): New function.
9609
9610 2010-09-21 Julien Danjou <julien@danjou.info>
9611
9612 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9613 (gnus-html-cache-expired): Add new function.
9614 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9615 wethever we should display image for fetch it.
9616 Compute alt-text earlier to pass it to the fetching function too.
9617 (gnus-html-schedule-image-fetching): Change function argument to only
9618 get one image at a time, not a list.
9619 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9620 cache.
9621 (gnus-html-get-image-data): New function to retrieve image data from
9622 cache.
9623 (gnus-html-put-image): Change buffer argument to use image data rather
9624 than file, and place image above region rather than inserting a new
9625 one. Do not take alt-text as argument, since it's useless now: we place
9626 the image above alt-text.
9627 (gnus-html-prune-cache): Remove.
9628 (gnus-html-show-images): Start to fetch image when we find one, do not
9629 push into a temporary list.
9630 (gnus-html-prefetch-images): Only fetch image if they have expired.
9631 (gnus-html-browse-image): Fix, use 'gnus-image-url.
9632 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9633
9634 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9635
9636 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9637
9638 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9639
9640 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9641 spec inser "*" if the group isn't active instead of 0.
9642
9643 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9644 opening the server.
9645 (nnimap-request-delete-group): Implement group deletion.
9646 (nnimap-transform-headers): Return the size of the entire message in
9647 the Bytes header, not just the size of the first part.
9648 (nnimap-request-move-article): When moving an article from nnimap,
9649 request the article first so the accepting form has an article to
9650 accept. Reported by Dan Christensen.
9651 (nnimap-command): Make sure that the error message doesn't error out.
9652
9653 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
9654
9655 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9656 we haven't requested anything.
9657
9658 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9659
9660 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9661 "". Fix found by Andrew Cohen.
9662
9663 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9664 instead of -encode-string.
9665
9666 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9667
9668 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9669
9670 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9671 by mm-subst-char-in-string.
9672
9673 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9674
9675 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9676 waiting for the connection string.
9677
9678 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9679 arriving.
9680
9681 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9682 bogus characters. This allows selecting certain Gmail groups.
9683
9684 * nnimap.el (nnimap-find-wanted-parts-1): New function.
9685 (nnimap-fetch-partial-articles): New variable.
9686 (nnimap-open-connection): When looking for credentials, also use the
9687 nnimap-server-port.
9688 (nnimap-request-article): Return the group/article number, so that Gnus
9689 `^' works as expected.
9690 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9691
9692 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9693 comments.
9694 (gnus-methods-sloppily-equal): New function.
9695 (gnus): When using the development version of Gnus, load the gnus-load
9696 file.
9697
9698 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9699 `gnus-open-server' on each method before trying to scan them etc.
9700 This ensures that all the backend parameters are set correctly.
9701
9702 * nnimap.el (nnimap-authenticator): New variable.
9703 (nnimap-open-connection): Allow anonymous login.
9704 (nnimap-transform-headers): The chars header is called Chars not Bytes.
9705 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9706
9707 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9708 patch, found by Knut Anders Hatlen.
9709
9710 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
9711
9712 * gnus-agent.el (gnus-agent-batch-confirmation)
9713 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9714 to gnus-message.
9715 * gnus-art.el (gnus-article-describe-briefly): Likewise.
9716 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9717 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9718 * gnus-int.el (gnus-open-server): Likewise.
9719 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9720 (gnus-score-check-syntax): Likewise.
9721 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9722 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9723 Likewise.
9724 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9725
9726 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9727
9728 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9729 calling conventions so that prefetch doesn't bug out.
9730
9731 2010-09-19 Julien Danjou <julien@danjou.info>
9732
9733 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9734 rather than `subst-char-in-region' in order to be able to replace ASCII
9735 char by UTF-8 ones.
9736
9737 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9738 than curl.
9739 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9740 the right URL and ALT text on images.
9741 (gnus-html-wash-tags): Fix tag case.
9742 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
9743 (gnus-article-html): Add -o display_ins_del=2 option.
9744 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9745
9746 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9747
9748 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9749 the extra mail headers, which sometimes seem to happen for unknown
9750 reasons.
9751
9752 * mail-parse.el (mail-header-encode-parameter): Define as
9753 rfc2045-encode-string instead of as rfc2231-encode-string, since some
9754 (or most, perhaps?) mail readers don't understand the latter, but do
9755 understand the former.
9756
9757 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9758 to nil, so that no methods are automatically agentized. I think this
9759 is probably what most users want.
9760
9761 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9762 from url-retrieve, for instance about invalid URLs.
9763
9764 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9765 groups that have no articles.
9766 (nnimap-request-article): Check that we really got an article when we
9767 requested one.
9768
9769 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9770 doesn't exist.
9771
9772 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9773 nntp buffer so the agent can save it.
9774 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9775 that CRLF doesn't get translated to \n.
9776 (nnimap-open-connection): Don't make 'shell commands only send \n.
9777
9778 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9781 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9782 Update var name.
9783 (nnml-generate-nov-file): Use dolist.
9784 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9785 Use with-current-buffer.
9786
9787 2010-09-18 Julien Danjou <julien@danjou.info>
9788
9789 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9790 parallel.
9791
9792 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9793
9794 * nnimap.el (nnimap-update-info): When doing partial marks update, get
9795 the range update right.
9796 (nnimap-request-group): Don't make `M-g' bug out on group with no
9797 marks.
9798 (nnoo): Require, so that other packages can require nnimap.
9799 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9800 command we're looking for. This helps when the server sends more
9801 responses after we've gotten everything we expected.
9802 (nnimap): Add a `newlinep' field to keep track of end-of-line
9803 conventions.
9804 Don't send CRLF to things that don't want it.
9805 (nnimap-request-accept-article): Ditto.
9806
9807 2010-09-18 Julien Danjou <julien@danjou.info>
9808
9809 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9810 than curl to retrieve images.
9811
9812 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9813
9814 * nnimap.el (nnimap-update-info): Extend the info so that we can set
9815 the marks.
9816 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9817 (nnimap-wait-for-connection): New function.
9818 (nnimap-open-connection): If we have PREAUTH, don't query for login
9819 credentials.
9820 (nnimap-update-info): Fix off-by-one error when concatenating ranges
9821 when doing a partial update.
9822
9823 2010-09-18 Julien Danjou <julien@danjou.info>
9824
9825 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9826 tags.
9827
9828 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9829
9830 * nnimap.el (nnimap-credentials): New function.
9831 (nnimap-open-connection): Use the new function to look for credentials
9832 also on the numeric equivalents of "imap" and "imaps".
9833
9834 * gnus-start.el (gnus-activate-group): Send the info to
9835 gnus-request-group.
9836
9837 * nnimap.el (nnimap-request-group): Have the "check" version of the
9838 function parse flags and update the info, so that a `M-g' get a total
9839 resync of all flags from the group.
9840
9841 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9842 to allow backends to alter the info on group selection. Also alter all
9843 the backend -request-group functions to take the parameter.
9844
9845 * nnimap.el (nnimap-store-info): New function.
9846 (nnimap-update-info): Store the info for later usage.
9847 (nnimap-request-group): Use the stored info for the dont-check case, so
9848 that we don't retrieve all marks when we enter a group.
9849
9850 * nnimap.el: Use deffoo instead of defun for interface functions.
9851
9852 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9853 update the group info. This makes the nndraft groups, for instance, go
9854 back to their old behavior.
9855
9856 * gnus-sum.el (gnus-select-newsgroup): Indent.
9857
9858 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9859 in.
9860 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9861 nothing.
9862
9863 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9864 from methods that are denied.
9865
9866 * gnus-int.el (gnus-method-denied-p): New function.
9867
9868 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9869 store the password instead of netrc.
9870 (nnimap-open-connection): Don't error out when we can't make a
9871 connections.
9872
9873 * auth-source.el (auth-source-create): In the password prompt, say what
9874 we're querying for. Also prompt for user name if that hasn't been
9875 given.
9876
9877 * nnimap.el (nnimap-with-process-buffer): Remove.
9878
9879 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9880
9881 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9882 method when we're reading from the agent.
9883
9884 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9885
9886 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9887 that's probably most useful for users.
9888
9889 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9890 "failed" all the time.
9891
9892 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9893 ...)) with (with-current-buffer ...).
9894
9895 * nntp.el (nntp-open-server): Return whether the open was successful or
9896 not.
9897
9898 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9899 select an unread unseen article first.
9900
9901 * nnimap.el (nnimap-open-connection): If the user doesn't have a
9902 /etc/services, supply some sensible port defaults.
9903
9904 2010-09-17 Julien Danjou <julien@danjou.info>
9905
9906 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9907
9908 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9909
9910 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9911 doesn't have any parameters.
9912
9913 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9914
9915 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9916 only upcased checks.
9917
9918 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9919
9920 * nnimap.el (nnimap-open-shell-stream): New function.
9921 (nnimap-open-connection): Use it.
9922 (nnimap-transform-headers): Get the number of lines in each message.
9923 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9924 number of lines.
9925 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
9926 problem.
9927
9928 * utf7.el (utf7-encode): Autoload.
9929
9930 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9931 to allow the mail splitting to not return a default group. This is
9932 useful for nnimap, which will leave unmatched mail in the inbox.
9933
9934 * nnimap.el: Rewritten.
9935
9936 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9937 nnimap usage.
9938
9939 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9940 if the move is internal, so that nnimap can do fast internal moves.
9941
9942 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9943 data.
9944 (gnus-read-active-for-groups): Support finishing the early retrieval of
9945 data.
9946
9947 * gnus-range.el (gnus-range-nconcat): New function.
9948
9949 * gnus-int.el (gnus-finish-retrieve-group-infos)
9950 (gnus-retrieve-group-data-early): New functions.
9951
9952 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9955 (nnrss-retrieve-groups):
9956 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9957 (pop3-quit): Use with-current-buffer.
9958
9959 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
9960
9961 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9962 instead of nnheader-accept-process-output.
9963
9964 * gnus-html.el (gnus-html-schedule-image-fetching)
9965 (gnus-html-prefetch-images): Replace process-kill-without-query by
9966 gnus-set-process-query-on-exit-flag.
9967
9968 2010-09-16 Romain Francoise <romain@orebokech.com>
9969
9970 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9971
9972 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9973
9974 * gnus-registry.el (gnus-registry-install-shortcuts): The second
9975 parameter to unintern is mandatory-ish in Emacs 24.
9976
9977 * gnus-html.el (gnus-html-schedule-image-fetching)
9978 (gnus-html-prefetch-images): Check for curl before using it.
9979
9980 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9981 depend on curl, which isn't essential.
9982
9983 * imap.el: Revert back to version
9984 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9985 seem problematic.
9986
9987 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9988
9989 * gnus-registry.el (gnus-registry-install-shortcuts):
9990 Explicitly pass `obarray' to `unintern' to avoid a warning.
9991
9992 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9993
9994 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9995 change.
9996
9997 * nnrss.el (nnrss-request-list): Remove this function and related
9998 functions, including the moreover stuff.
9999
10000 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10001
10002 * nnrss.el (nnrss-retrieve-groups): New function.
10003
10004 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10005
10006 * .dir-locals.el: Add no-byte-compile cookie.
10007
10008 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10009
10010 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10011 for back end that doesn't support request-scan.
10012
10013 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10014
10015 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10016 then do request scans from the backends.
10017
10018 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10019 avoid running a hook per line, since this takes a lot of time,
10020 profiling shows.
10021 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10022 directly if gnus-visual-p is true.
10023
10024 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10025
10026 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10027 groups; replace mapcar with dolist which is a bit faster; pass groups
10028 info to gnus-read-active-file-1.
10029 (gnus-read-active-file-1): Scan only specified groups if the new
10030 optional arg `infos' is given.
10031
10032 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10033
10034 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10035
10036 * pop3.el (pop3-movemail): Remove.
10037 (pop3-streaming-movemail): Rename to pop3-movemail.
10038
10039 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10040 don't restrict end-tag searches to the end of the line.
10041
10042 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10043
10044 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10045 articles of every unchecked group to t, which means unknown since the
10046 server has never been opened.
10047
10048 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10049
10050 * gnus-html.el (gnus-html-show-alt-text): New command.
10051 (gnus-html-browse-image): Ditto.
10052 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10053 to browse the image directly.
10054 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10055 better.
10056
10057 * gnus-async.el (gnus-async-article-callback):
10058 Call `gnus-html-prefetch-images' unconditionally.
10059
10060 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10061 before feeding URLs to curl.
10062
10063 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10064
10065 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10066 internal images as deletable by `W D D'.
10067
10068 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10069 (gnus-async-article-callback): Fix typo.
10070
10071 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10072
10073 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10074 current line to work around bugs in the output from w3m.
10075
10076 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10077 for groups that want that.
10078
10079 * nntp.el (nntp-wait-for-string): Supply a timeout for
10080 accept-process-output to ensure progress.
10081
10082 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10083 level to get unread articles from, then use that for foreign groups,
10084 too.
10085
10086 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10087 confuses the rest of the function.
10088
10089 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10090 for the methods that support -retrieve-groups, too.
10091
10092 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10093
10094 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10095
10096 * pop3.el: Require cl when compiling.
10097 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10098
10099 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10100
10101 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10102 that aren't going to be activated.
10103 (gnus-get-unread-articles): Fix up the last commit.
10104
10105 * gnus-html.el (gnus-article-html): Allow calling without specifying
10106 the handle. In that case, dissect the buffer first.
10107
10108 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10109
10110 * nnimap.el (nnimap-open-connection): Revert the change that would look
10111 into authinfo for imaps instead of imap.
10112
10113 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10114 say that you don't want to call gnus-request-group with don-check, but
10115 do check the response. This is for virtual groups only.
10116 (gnus-get-unread-articles): Count the archive groups as secondary, so
10117 that they're activated the same way as before.
10118
10119 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10120 case-insensitively.
10121 (nnimap-debug): Remove.
10122
10123 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10124 mail from a file, and the file doesn't exist.
10125
10126 * pop3.el (pop3-streaming-movemail): Return t for success.
10127
10128 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10129 .authinfo if we're using ssl connection.
10130
10131 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10132 already have if we're in a main Gnus `g' run.
10133
10134 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10135
10136 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10137
10138 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10139
10140 * nnmh.el (nnmh-request-list-1): Bind `file'.
10141
10142 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10143 alias to set-process-query-on-exit-flag or process-kill-without-query.
10144 (pop3-open-server): Use it.
10145
10146 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10147
10148 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10149 box to the Incoming file. Fixes mistake in previous checkin.
10150
10151 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10152 request loop (for debugging purposes) removed.
10153
10154 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10155 culprit is more visible.
10156 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10157 (nnml-add-incremental-nov): New functions to do "incremental" nov
10158 updates, where we just append to the end of the existing nov files
10159 without reading/writing them in full.
10160
10161 * mail-source.el (mail-source-delete-crash-box): Really only check the
10162 incoming files once in a while.
10163
10164 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10165
10166 * mail-source.el (mail-source-delete-crash-box): Only check the
10167 incoming files for deletion once per day to save a lot of file
10168 accesses.
10169
10170 * pop3.el (pop3-logon): Fix up unbound variable typo.
10171
10172 * mail-source.el (pop3-streaming-movemail): Autoload.
10173
10174 * pop3.el (pop3-streaming-movemail):
10175 Respect pop3-leave-mail-on-server.
10176
10177 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10178 retrieval.
10179
10180 * pop3.el (pop3-process-filter): Remove unused function.
10181 (pop3-streaming-movemail, pop3-send-streaming-command)
10182 (pop3-wait-for-messages, pop3-write-to-file)
10183 (pop3-number-of-responses): New functions for streaming pop3
10184 retrieval.
10185
10186 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10187 come from no known methods.
10188 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10189 list.
10190
10191 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10192 message sizes.
10193 (pop3-movemail): Use erase-buffer instead of looping and deleting
10194 regions, which seems rather odd.
10195
10196 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10197 file once per `g' run.
10198
10199 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10200 directories. This makes the draft queue directory work.
10201
10202 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10203 data from the backends, so that we only request the list of groups from
10204 each method once. This should speed things up considerably.
10205
10206 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10207 detect that it's not implemented.
10208
10209 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10210 we actually do recurse down into the tree, but don't stat all leaf
10211 nodes.
10212
10213 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10214 then say so instead of bugging out.
10215
10216 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10217 files exist before trying to read them.
10218
10219 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10220 around <pre_int>.
10221
10222 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10223
10224 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10225
10226 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10227
10228 * mm-util.el (mm-image-load-path): Just return the image directories,
10229 not all directories in the path in addition to the image directories.
10230 (mm-image-load-path): Maintain a cache of the image directories so that
10231 the `g' command in Gnus doesn't have to stat dozens of directories each
10232 time.
10233
10234 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10235 (gnus-html-wash-tags): Add a new `i' command to insert images.
10236 (gnus-html-insert-image): New command and keystroke.
10237 (gnus-html-redisplay-with-images): New command and keystroke.
10238 (gnus-html-show-images): Rename command.
10239 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10240 spacers.
10241 (gnus-html-wash-tags): Decode entities at the end, so that entities
10242 inside the tags don't mess up the rest of the "parsing".
10243
10244 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10245 so that nnimap methods aren't agentized by default. There's apparently
10246 many problems related to agent/imap behavior.
10247
10248 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10249
10250 * gnus-html.el: Doc fix.
10251
10252 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10253
10254 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10255 glyph-width and glyph-height instead of display-graphic-p and
10256 image-size; make avoidance of displaying small images work for XEmacs.
10257
10258 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10259 for XEmacs.
10260
10261 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10262 of symbol that holds plist data.
10263 (gnus-process-plist): Remove plist of process after getting it.
10264
10265 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10266
10267 * message.el (message-generate-hashcash): Change default to
10268 'opportunistic if hashcash is installed.
10269
10270 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10271 (gnus-html-put-image): Only call image-size once, since it's somewhat
10272 time-consuming on remote X servers.
10273
10274 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10275
10276 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10277 decoded contents.
10278 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10279
10280 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10281
10282 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10283 group line format, since it isn't very interesting.
10284
10285 * gnus-agent.el (gnus-agent-short-article),
10286 (gnus-agent-long-article): Increase values for these two variables,
10287 since most people are likely to have more network connection and
10288 storage than before.
10289
10290 * gnus.el (gnus-refer-article-method): Change default to 'current.
10291 When referring an article, the common behavior is to refer it from the
10292 current select method, not the native select method. The chances of
10293 the native select method having the message in question is rather slim
10294 these days.
10295
10296 * gnus-sum.el (gnus-auto-select-subject): Change default to
10297 `unseen-or-unread'. I think it's likely that most people want to
10298 select an unseen article over a previously seen, but unread one.
10299
10300 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10301 means that in the article buffer none of the minor mode elements will
10302 be shown, usually, and this is not desirable in most cases.
10303
10304 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10305 that commands like `d' (and the like) go to the next line in the
10306 buffer, instead of the next unread article. I think this is the
10307 behavior that is most natural for most users.
10308 (gnus-single-article-buffer): Change default to nil, so that people can
10309 have as many article buffers open as they have summary buffer. I think
10310 this is the most natural way for the groups to behave.
10311
10312 * message.el (message-generate-new-buffers): Change default to
10313 `unsent', so that all new message buffers start their names with the
10314 string "*unsent", and it's easier to find the buffers if you move from
10315 them.
10316
10317 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10318
10319 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10320 small. They're probably tracking images.
10321 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10322 (gnus-html-rescale-image): Yet another try at getting the image sizing
10323 right.
10324
10325 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10326 nntp-marks-file-name is nil.
10327
10328 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10329
10330 * gnus-html.el (gnus-html-wash-tags)
10331 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10332 Better logging.
10333
10334 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10335
10336 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10337
10338 * gnus-html.el (gnus-html-wash-tags): Check the value of
10339 gnus-blocked-images in the summary buffer.
10340
10341 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10342
10343 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10344
10345 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10346
10347 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10348 like "a", it seems like.
10349 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10350 since it needs to be picked from the correct buffer.
10351
10352 * nnwfm.el: Remove.
10353
10354 * nnlistserv.el: Remove.
10355
10356 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10357
10358 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10359 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10360
10361 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10362
10363 * nnkiboze.el: Remove.
10364
10365 * nndb.el: Remove.
10366
10367 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10368 alt text.
10369 (gnus-html-rescale-image): Try to get the rescaling logic right for
10370 images that are just wide and not tall.
10371
10372 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10373 overshadow variable bindings.
10374
10375 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10376
10377 * gnus-html.el (gnus-html-wash-tags)
10378 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10379 Add extra logging.
10380
10381 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10382
10383 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10384 (gnus-max-image-proportion): New variable.
10385 (gnus-html-rescale-image): New function.
10386 (gnus-html-put-image): Rescale images.
10387
10388 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 Fix up some byte-compiler warnings.
10391 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10392 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10393 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10394 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10395 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10396 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10397 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10398
10399 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10400
10401 * gnus-html.el (gnus-article-html): Decode contents by charset.
10402
10403 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10404
10405 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10406 (gnus-html-frame-width, gnus-blocked-images):
10407 * message.el (message-prune-recipient-rules): Add custom version.
10408 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10409
10410 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10411 functions.
10412
10413 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10414 gnus-process-get.
10415
10416 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
10417
10418 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10419 instead of lsub directly.
10420
10421 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10422
10423 * nnwarchive.el: Remove.
10424
10425 * gnus-soup.el: Remove.
10426
10427 * nnsoup.el: Remove.
10428
10429 * nnultimate.el: Remove.
10430
10431 * gnus-html.el (gnus-blocked-images): New variable.
10432
10433 * message.el (message-prune-recipients): New function.
10434 (message-prune-recipient-rules): New variable.
10435
10436 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10437 guess whether a long line is natural text or not.
10438
10439 * gnus-html.el (gnus-html-schedule-image-fetching):
10440 Use gnus-process-plist and friends for compatibility.
10441
10442 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10443
10444 * gnus-html.el: Require packages that define macros used in this file.
10445 (gnus-article-mouse-face): Declare to silence byte-compiler.
10446 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10447 process-get.
10448 (gnus-html-put-image): Use plist-get to avoid getf.
10449 (gnus-html-prefetch-images): Use with-current-buffer.
10450
10451 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10452
10453 * gnus-ems.el: Provide compatibility functions for
10454 gnus-set-process-plist.
10455
10456 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10457 * gnus.el (gnus-valid-select-methods):
10458 * message.el (message-send-mail-partially-limit):
10459 * mm-decode.el (mm-text-html-renderer):
10460 * mml.el (mml-insert-mime-headers-always):
10461 * smiley.el (smiley-regexp-alist): Bump custom version.
10462
10463 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10464
10465 * gnus-html.el: Require mm-url.
10466 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10467 with the url to `url'.
10468 (gnus-html-wash-tags): Support cid: URLs/images.
10469
10470 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10471
10472 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10473 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10474 bindings, as they aren't useful at all. `w' is moved to `W w'.
10475
10476 * gnus-move.el: Remove file, since it doesn't really work.
10477
10478 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10479 UTF-8. This seems to fix problems with some German web feeds.
10480
10481 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10482 at the top so that the proper colors are applied.
10483
10484 * gnus-art.el (gnus-article-view-part): Doc fix.
10485
10486 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10487 XEmacs-compatible.
10488 (gnus-html-put-image): Don't do images on non-graphic displays.
10489
10490 * nnslashdot.el: Remove this unused backend.
10491
10492 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10493 actions.
10494 (gnus-undo-register-1): Revert last change.
10495
10496 * gnus-group.el (gnus-group-completing-read): Protect against not
10497 having completion-styles bound.
10498
10499 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10500 make broken recipients happier.
10501
10502 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10503
10504 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10505 point parameter.
10506
10507 * gnus-group.el (gnus-group-completing-read): Add 'substring to
10508 completion-styles for group selection.
10509
10510 2009-02-04 Andreas Schwab <schwab@suse.de>
10511
10512 * gnus-score.el (gnus-score-string): Fix regex for matching extra
10513 headers and regexp-quote the match if necessary.
10514
10515 2009-03-24 Miles Bader <miles@gnu.org>
10516
10517 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10518 the blinking smiley.
10519
10520 2009-03-24 Simon Josefsson <simon@josefsson.org>
10521
10522 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10523 blink smiley.
10524
10525 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10526
10527 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10528 where the dribbel file lives exists.
10529
10530 * message.el (message-send-mail-partially-limit): Change the default to
10531 nil, since most people don't want this.
10532
10533 * mm-url.el (mm-url-decode-entities): Also decode entities like
10534 &#x3212.
10535
10536 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
10537
10538 * gnus-sum.el (gnus-summary-idna-message):
10539 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10540 Hyperlink urls in docstrings with URL `...'.
10541
10542 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
10543
10544 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10545 functions.
10546
10547 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10548
10549 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10550 say what the mouseover text should be.
10551
10552 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10553 version of the mm-w3m-safe-url-regexp variable to only download images
10554 in the groups where we want that to happen.
10555
10556 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10557
10558 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10559 easier debugging.
10560 (gnus-article-beginning-of-window): Add kludge to allow spacing past
10561 big pictures in the article buffer.
10562
10563 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10564 gnus-article-html.
10565 (mm-text-html-renderer): gnus-article-html needs curl in addition to
10566 w3m.
10567
10568 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10569
10570 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10571
10572 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10573 which doesn't exist.
10574
10575 * message.el (message-inhibit-ecomplete): New variable to allow some
10576 function to inhibit ecomplete address storage.
10577 (message-resend): Disable ecomplete message storage when resending
10578 messages.
10579
10580 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10581
10582 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
10583
10584 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10585 Save excursion while copying, moving, and deleting articles in order to
10586 prevent the cursor from jumping to unforeseen place.
10587
10588 2010-08-17 Glenn Morris <rgm@gnu.org>
10589
10590 * gnus-sync.el: Require gnus components whose functions are used.
10591
10592 * gnus-art.el (bookmark-make-record-function):
10593 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10594 Declare for compiler.
10595
10596 * mm-url.el (mml-compute-boundary): Autoload.
10597
10598 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10599
10600 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10601
10602 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
10603
10604 Typo fix "hoo4a" -> "hook".
10605
10606 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10607
10608 2010-08-14 Glenn Morris <rgm@gnu.org>
10609
10610 * gnus-sync.el (gnus-sync): Fix defgroup version.
10611
10612 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
10613
10614 Doc fixes and keep unknown groups (ammended for nunion bug fix).
10615
10616 * gnus-sync.el: Fix docs.
10617 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10618 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10619
10620 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10621
10622 Optimizations for gnus-sync.el.
10623
10624 * gnus-sync.el: Add docs about gnus-sync-backend
10625 possibilities.
10626 (gnus-sync-save): Remove unnecessary message.
10627 (gnus-sync-read): Optimize and show what groups were skipped.
10628
10629 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10630
10631 Minor bug fixes for gnus-sync.el.
10632
10633 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10634 Don't read the sync on get-new-news.
10635
10636 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10637 quiet.
10638
10639 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10640 (fix typo).
10641
10642 2010-07-30 Lawrence Mitchell <wence@gmx.li>
10643
10644 Make saving and restoring of hidden threads work with overlays.
10645 Patch applied by Ted Zlatanov.
10646
10647 * gnus-sum.el (gnus-hidden-threads-configuration)
10648 (gnus-restore-hidden-threads-configuration): Update to deal with text
10649 properties, rather than searching for a magic character.
10650
10651 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10652
10653 New gnus-sync.el library for synchronization of marks.
10654
10655 * gnus-sync.el: New library for synchronization of marks.
10656
10657 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10658 renamed from `gnus-registry-grep-in-list'.
10659
10660 * gnus-registry.el (gnus-registry-follow-group-p):
10661 Use `gnus-grep-in-list'.
10662
10663 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10664
10665 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10666
10667 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10668 determining charset of text fails.
10669
10670 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10671
10672 * nnmail.el (nnmail-get-new-mail-1): Revert.
10673
10674 * nnml.el (nnml-active-number): Make sure names of newly created groups
10675 in nnml-group-alist are encoded.
10676
10677 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10678
10679 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10680 containing non-ASCII characters in active file for nnml back end.
10681
10682 2010-07-24 David Engster <dengste@eml.cc>
10683
10684 * mml-smime.el (mml-smime-epg-verify): Also accept the older
10685 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10686
10687 2010-07-21 Daiki Ueno <ueno@unixuser.org>
10688
10689 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10690 tag (Bug#6654).
10691
10692 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10693
10694 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10695 the article buffer, not the summary buffer.
10696
10697 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
10698
10699 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10700 Emacs 23 as well.
10701
10702 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10703
10704 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10705 Patch applied by Karl Fogel.
10706
10707 * gnus-sum.el (gnus-summary-bookmark-make-record):
10708 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10709
10710 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10711
10712 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10713 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
10714 C-w still not working correctly from Article buffers; Thierry's
10715 patch to fix that will be applied after this.
10716
10717 * gnus-art.el (bookmark-make-record-function): New local variable.
10718
10719 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10720 article buffer.
10721 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10722
10723 2010-07-13 Karl Fogel <kfogel@red-bean.com>
10724
10725 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10726 on changes in bookmark.el.
10727
10728 2010-06-22 Mark A. Hershberger <mah@everybody.org>
10729
10730 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10731 the *other* type of HTML form submission.
10732
10733 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
10734
10735 * auth-source.el (auth-source-pick): If choice does not contain a
10736 questioned keyword, set the check to t.
10737
10738 2010-06-12 Romain Francoise <romain@orebokech.com>
10739
10740 * gnus-util.el (gnus-date-get-time): Move up before first use.
10741
10742 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10743
10744 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10745 (gnus-article-edit-part): Bind it to make last part that is substituted
10746 or deleted visible.
10747 (gnus-mime-display-single): Buttonize part of which id equals to
10748 gnus-mime-buttonized-part-id.
10749
10750 2010-06-10 Dan Christensen <jdc@uwo.ca>
10751
10752 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10753 (gnus-dd-mmm): Use gnus-date-get-time.
10754 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10755 simplify logic.
10756 (gnus-summary-limit-to-age): Use gnus-date-get-time.
10757 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10758
10759 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
10760
10761 * auth-source.el (top): Autoload `secrets-list-collections',
10762 `secrets-create-item', `secrets-delete-item'.
10763 (auth-sources): Fix tag string.
10764 (auth-get-source, auth-source-retrieve, auth-source-create)
10765 (auth-source-delete): New defuns.
10766 (auth-source-pick): Rewrite in order to avoid 2 passes.
10767 (auth-source-forget-user-or-password): New parameter USERNAME.
10768 (auth-source-user-or-password): New parameters CREATE-MISSING and
10769 DELETE-EXISTING. Retrieve password interactively, if needed.
10770
10771 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
10772
10773 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10774 deleting unused directories when gnus-expert-user is t.
10775
10776 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10777
10778 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10779 for each temp file when gnus-article-browse-delete-temp is ask.
10780
10781 2010-05-20 Kevin Ryde <user42@zip.com.au>
10782
10783 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
10784
10785 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
10786
10787 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10788 article unless decoding article to be saved.
10789
10790 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10791
10792 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10793 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10794 generated within the mm-with-unibyte-current-buffer macro.
10795
10796 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10797
10798 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10799 to nil when we're in a mml-preview buffer and no group is selected.
10800
10801 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
10802
10803 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10804 when catching the `C-g'. Reported by "Leo".
10805
10806 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10807
10808 * message.el (message-forward-make-body-plain)
10809 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10810 multibyte-string-p.
10811
10812 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10813
10814 * message.el (message-forward-make-body-mml): Assume original message
10815 is multibyte string; error on unibyte.
10816 (message-forward-make-body-plain): Ditto; don't add excessive newline
10817 in body end.
10818
10819 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
10820
10821 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10822 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
10823
10824 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
10825
10826 * mm-extern.el (mm-extern-url): Don't use
10827 mm-with-unibyte-current-buffer.
10828 (mm-extern-cache-contents): Use with-current-buffer instead of
10829 save-excursion + set-buffer.
10830
10831 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10832
10833 * mm-util.el (mm-emacs-mule): Remove.
10834
10835 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
10836
10837 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10838 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10839 change.
10840
10841 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10842
10843 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10844 bind the default value of enable-multibyte-characters to nil.
10845
10846 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10847
10848 * message.el (message-forward-make-body-plain)
10849 (message-forward-make-body-mml):
10850 Don't use mm-with-unibyte-current-buffer.
10851
10852 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10853
10854 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10855 (Bug#5592).
10856
10857 2010-05-07 Julien Danjou <julien@danjou.info>
10858
10859 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10860 it to mm-pipe-part.
10861
10862 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10863 it is given.
10864
10865 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10866
10867 * nnweb.el (nnweb-gmane-search):
10868 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10869 XEmacs.
10870
10871 * gnus-art.el (gnus-article-browse-html-parts):
10872 * gnus-group.el (gnus-read-ephemeral-gmane-group)
10873 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10874 make-temp-file.
10875
10876 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10877 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10878 compiling.
10879
10880 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10881 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10882 XEmacs when compiling.
10883
10884 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10885 gnus-pick-mode-off-hook for XEmacs when compiling.
10886 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10887 gnus-binary-mode-off-hook for XEmacs when compiling.
10888
10889 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10890 Return nil if char-charset is not available.
10891
10892 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10893 macro.
10894
10895 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10896 instead of encode-coding-string.
10897
10898 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10899 'xemacs) instead of mm-emacs-mule to switch function definitions.
10900 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10901
10902 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
10903
10904 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10905
10906 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
10907
10908 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10909 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10910
10911 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
10912
10913 * mm-util.el (mm-decompress-buffer): Use `delete-file';
10914 alias `jka-compr-delete-temp-file' no longer exists.
10915
10916 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10917
10918 Use define-minor-mode in Gnus where applicable.
10919 * mml.el (mml-mode): Use define-minor-mode.
10920 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10921 (gnus-undo-mode): Use define-minor-mode.
10922 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10923 (gnus-dead-summary-mode): Use define-minor-mode.
10924 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10925 Initialize in declaration.
10926 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10927 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10928 (gnus-mailing-list-mode): Use define-minor-mode.
10929 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10930 (gnus-draft-mode): Use define-minor-mode.
10931 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10932 (gnus-dired-mode): Use define-minor-mode.
10933
10934 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
10935
10936 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10937 handles on recursive mml-to-mime translation and check them for
10938 boundary delimiter collisions. Reported by Greg Troxel.
10939
10940 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10941
10942 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10943
10944 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * mm-util.el (mm-find-buffer-file-coding-system):
10947 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10948
10949 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
10950
10951 * message.el (message-generate-headers): Record insertion of optional
10952 headers as well. Otherwise the check to prevent repeated insertion of
10953 optional headers is a no-op.
10954
10955 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
10956
10957 * smime.el: Don't mention CVS.
10958
10959 * nnrss.el (nnrss-fetch): Don't mention CVS.
10960
10961 * nnir.el: Don't mention CVS.
10962
10963 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10964
10965 * gnus-sum.el (gnus-summary-bookmark-make-record):
10966 Add `location' field.
10967
10968 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10969
10970 * gnus-sum.el: Add bookmark declarations to silence the compiler.
10971 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10972 Use with-current-buffer to silence the byte-compiler.
10973 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10974 bother to require `gnus'.
10975 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
10976
10977 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10978
10979 * gnus-sum.el (gnus-summary-bookmark-make-record)
10980 (gnus-summary-bookmark-jump): New functions.
10981 (gnus-summary-mode): Setup bookmark support.
10982
10983 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
10984
10985 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10986 if set.
10987
10988 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
10989
10990 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10991 gnus-article-browse-html-save-cid-image; make it work recursively for
10992 forwarded messages as well.
10993 (gnus-article-browse-html-parts): Work when prefix arg is given.
10994 (gnus-article-browse-html-article): Doc fix.
10995
10996 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
10997
10998 * message.el (message-default-mail-headers):
10999 (message-default-headers): Carry the value mail-default-headers over
11000 into message-default-mail-headers, rather than message-default-headers.
11001
11002 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11003
11004 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11005 charset.
11006
11007 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11008 charset into the <meta> tag when the article is encoded to utf-8.
11009
11010 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11011
11012 * gnus-art.el (gnus-article-browse-delete-temp-files):
11013 Delete directories as well.
11014 (gnus-article-browse-html-parts): Work for images that do not specify
11015 file names; delete temp directory when quitting; insert header at the
11016 right place; use file: scheme for image files.
11017
11018 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11019
11020 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11021 (gnus-article-browse-html-parts): Use it to make temporary cid image
11022 files in addition to html file so that browser may display them.
11023
11024 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11025
11026 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11027
11028 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11029
11030 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11031
11032 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11033
11034 * auth-source.el (auth-sources): Change default to be simpler.
11035 Explain about Secret Service API sources. Improve Customize options.
11036 (auth-source-pick): Change to accept any number of search parameters.
11037 Implement fallbacks iteratively, not recursively. Add scoring on the
11038 second pass and sort by score. Call Secret Service API when needed.
11039 (auth-source-user-or-password): Use it. Call Secret Service API
11040 directly when needed to get the user name and the password.
11041
11042 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11043
11044 * message.el (message-interactive): Doc fix.
11045 (message-qmail-inject-args): Reflow.
11046 (message-kill-to-signature): Fix typo in docstring.
11047
11048 * smiley.el (smiley-buffer): Fix typo in docstring.
11049
11050 2010-03-24 Glenn Morris <rgm@gnu.org>
11051
11052 * mail-source.el (gnus-message): Declare.
11053 (mail-source-delete-old-incoming): Require gnus-util.
11054
11055 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11056
11057 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11058
11059 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11060
11061 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11062 password-cache's default if it is not bound.
11063 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11064 password-cache-expiry's default if it is not bound.
11065
11066 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11067 available in Emacs 21.
11068
11069 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11070
11071 * auth-source.el (auth-sources): Fix up definition so extra parameters
11072 are always inline.
11073
11074 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11075
11076 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11077 wasn't updated after mismatch. Clear cached mailbox info correctly
11078 when uidvalidity changes.
11079 (nnimap-group-prefixed-name): New function to avoid some code
11080 duplication.
11081 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11082 (nnimap-request-group): Use it.
11083 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11084 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11085 with many imap folders. This is done by caching the group status from
11086 the imap server persistently in a group parameter `imap-status'. (This
11087 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11088 but not persistently, so every Gnus startup was still very slow.)
11089
11090 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11091
11092 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11093 secrets.el dependency.
11094 (auth-sources): Add optional user name. Add secrets.el configuration
11095 choice (unused right now).
11096
11097 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11098
11099 * gnus-sum.el (gnus-summary-make-menu-bar):
11100 Let `gnus-registry-install-shortcuts' fill in the functions.
11101
11102 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11103 warnings.
11104 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11105 (gnus-registry-install-shortcuts): Populate and use it in a
11106 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11107
11108 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11109
11110 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11111 In-place substitutions for the group name encoding/decoding.
11112 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11113 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11114 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11115 (nnimap-update-unseen, nnimap-request-list)
11116 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11117 (nnimap-request-set-mark, nnimap-split-to-groups)
11118 (nnimap-split-articles, nnimap-request-newgroups)
11119 (nnimap-request-create-group, nnimap-request-accept-article)
11120 (nnimap-request-delete-group, nnimap-request-rename-group)
11121 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11122 `encoded-mbx' for consistency.
11123 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11124 variable `imap-current-mailbox'.
11125
11126 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11127 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11128
11129 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11130
11131 * pop3.el (pop3-display-message-size-flag): Display message size byte
11132 counts during POP3 download.
11133 (pop3-movemail): Use it.
11134 (pop3-list): Implement listing of available messages.
11135
11136 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11137
11138 * nnir.el (nnir-get-article-nov-override-function): New function to
11139 override the normal NOV retrieval.
11140 (nnir-retrieve-headers): Use it.
11141
11142 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11143
11144 * auth-source.el (netrc-machine-user-or-password): Autoload.
11145
11146 2010-03-19 Glenn Morris <rgm@gnu.org>
11147
11148 Stop message.el from loading about 40 libraries it doesn't always need.
11149 The general approach is to autoload rather than require, and to
11150 require in the specific functions rather than the file. (Bug#5642)
11151
11152 * gmm-utils.el: Don't require wid-edit.
11153 (widget-create-child-value, widget-convert, widget-default-get):
11154 Autoload.
11155
11156 * gnus-util.el: Don't require time-date, netrc.
11157 (message-fetch-field, gnus-group-name-decode): Declare rather than
11158 autoloading.
11159 (gnus-fetch-field): Require message.
11160 (gnus-decode-newsgroups): Require gnus-group.
11161
11162 * ietf-drums.el: Don't require time-date.
11163
11164 * message.el: Don't require hashcash, canlock, ecomplete.
11165 Do require mail-utils. Require nnheader only when compiling.
11166 (smtpmail-default-smtp-server): Remove declaration.
11167 (message-send-mail-function): Check smtpmail-default-smtp-server
11168 is bound rather than requiring smtpmail.
11169 (message-auto-save-directory, message-insert-signature):
11170 Use expand-file-name rather than nnheader-concat.
11171 (nnheader-insert-file-contents): Autoload.
11172 (hashcash-wait-async): Declare.
11173 (message-send-mail): Only call gnus-setup-posting-charset if
11174 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11175 (message-send-mail-with-sendmail): Require sendmail.
11176 (canlock-password, canlock-password-for-verify): Declare.
11177 (message-canlock-password): Require canlock.
11178 (nnheader-get-report): Autoload.
11179 (gnus-setup-posting-charset): Declare.
11180 (message-send-news): Require gnus-msg.
11181 (message-make-references, message-make-in-reply-to): Use mail-header-id
11182 rather than the alias mail-header-message-id.
11183 (ecomplete-add-item, ecomplete-save): Declare.
11184 (message-put-addresses-in-ecomplete): Require ecomplete.
11185 (ecomplete-display-matches): Autoload.
11186
11187 * mm-decode.el: Don't require mailcap, gnus-util.
11188 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11189 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11190 Autoload.
11191 (mailcap-mime-extensions): Declare.
11192
11193 * mm-encode.el: Don't require mailcap.
11194 (mailcap-extension-to-mime): Autoload.
11195
11196 * mml-sec.el: Don't require password-cache.
11197
11198 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11199 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11200 (mml-minibuffer-read-type): Require mailcap.
11201 (mml-preview): Require gnus-msg.
11202
11203 * mml1991.el: Require password-cache.
11204 (password-cache-expiry): Remove declaration.
11205
11206 * mml2015.el: Require password-cache.
11207 (password-cache-expiry): Remove declaration.
11208
11209 * nneething.el (mailcap): Require mailcap.
11210
11211 * nnheader.el (declare-function): Add compatibility stub.
11212 (message-remove-header): Declare rather than autoload.
11213 (nnheader-replace-header): Require message.
11214
11215 * nnimap.el (declare-function): Add compatibility stub.
11216 (netrc-parse, netrc-machine-user-or-password): Declare.
11217 (nnimap-open-connection): Require netrc.
11218
11219 * nntp.el (declare-function): Add compatibility stub.
11220 (netrc-parse, netrc-machine, netrc-get): Declare.
11221 (nntp-send-authinfo): Require netrc.
11222
11223 * rfc2047.el: Don't require qp.
11224 (quoted-printable-encode-region, quoted-printable-decode-string):
11225 Autoload.
11226
11227 * sieve-mode.el: Don't require easymenu.
11228 (easy-menu-add-item): Autoload it.
11229
11230 * spam-stat.el (time-to-number-of-days): Autoload it.
11231
11232 2010-03-17 Kevin Ryde <user42@zip.com.au>
11233
11234 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11235 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11236 value if any backslash escapes).
11237
11238 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11239
11240 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11241 if it is available. (bug#5647)
11242
11243 2010-02-26 Glenn Morris <rgm@gnu.org>
11244
11245 * message.el (message-send-mail-function): Change the default, so that
11246 it inherits from a customized send-mail-function. (Bug#5643)
11247
11248 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11249
11250 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11251 shell-command-to-string signals an error (bug#5299).
11252
11253 2010-02-24 Glenn Morris <rgm@gnu.org>
11254
11255 * message.el (message-smtpmail-send-it)
11256 (message-send-mail-with-mailclient): Doc fixes.
11257
11258 2010-02-16 Glenn Morris <rgm@gnu.org>
11259
11260 * message.el (message-default-mail-headers): Change the default value
11261 to ease the transition from mail-mode to message-mode. (Bug#5555)
11262
11263 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11264
11265 * message.el (message-mail): Just pass yank-action on to message-setup.
11266 (message-setup): Handle (FUN . ARGS) form of yank-action.
11267 (message-with-reply-buffer, message-widen-reply)
11268 (message-yank-original): Handle non-buffer values of
11269 message-reply-buffer (Bug#4080).
11270 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11271
11272 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11273
11274 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11275 Fix typo in docstring.
11276
11277 2010-01-08 Jason Rumney <jasonr@gnu.org>
11278
11279 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11280 response.
11281
11282 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11283
11284 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11285
11286 * message.el (message-check-news-header-syntax): Protect against a
11287 string that `rfc822-addresses' returns when parsing fails.
11288
11289 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11290
11291 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11292 (gnus-previous-char-property-change): New functions.
11293
11294 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11295
11296 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11297
11298 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11299 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11300
11301 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11302
11303 * message.el (message-exchange-point-and-mark): Rework last change to
11304 avoid using optional arg of exchange-point-and-mark, for backward
11305 compatibility.
11306
11307 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11308
11309 * message.el (message-exchange-point-and-mark):
11310 Call exchange-point-and-mark with an argument rather than setting
11311 mark-active by hand (Bug#5175).
11312
11313 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11314
11315 * nntp.el (nntp-service-to-port): Work for service expressed with
11316 numeric string; replace [:digit:] with [0-9] for XEmacs.
11317
11318 2009-12-17 Glenn Morris <rgm@gnu.org>
11319
11320 * gnus-group.el (gnus-bug-group-download-format-alist):
11321 Change emacs entry to debbugs.gnu.org. Bump :version.
11322
11323 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11324
11325 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11326
11327 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11328
11329 * message.el (message-info): Explain why we use `Info-goto-node'.
11330
11331 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * message.el (message-completion-in-region): New compatibility function.
11334 (message-expand-group): Use it.
11335
11336 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11337
11338 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11339 with no unread article should be listed if the 2nd arg `predicate' is
11340 given.
11341
11342 2009-11-29 Juri Linkov <juri@jurta.org>
11343
11344 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11345 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11346 on `gnus-recenter'. (Bug#4698, Bug#4981)
11347
11348 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11349
11350 * message.el (message-from-style, message-interactive)
11351 (message-signature): Always set default values from the corresponding
11352 mail-* variables.
11353 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11354 (message-yank-prefix, message-indentation-spaces)
11355 (message-signature-file, message-default-headers): Use boundp rather
11356 than (featurep 'xemacs) to check if the corresponding mail-* variables
11357 exist.
11358
11359 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11360
11361 * message.el (message-send-mail-with-sendmail): Revert last change.
11362
11363 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11364
11365 * message.el (message-from-style, message-interactive)
11366 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11367 (message-yank-prefix, message-indentation-spaces, message-signature)
11368 (message-signature-file, message-default-headers): For GNU Emacs, set
11369 default values from the corresponding mail-* variables.
11370 (message-send-mail-with-sendmail): Use envelope-from only if
11371 mail-specify-envelope-from is non-nil.
11372
11373 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11374
11375 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11376 containing tspecial characters if they have been already quoted.
11377
11378 2009-10-24 Glenn Morris <rgm@gnu.org>
11379
11380 * gnus-art.el (help-xref-stack-item): Define for compiler.
11381
11382 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11383
11384 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11385
11386 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11387
11388 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11389 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11390
11391 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11392
11393 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11394 (gnus-overlays-in): New alias to overlays-in.
11395
11396 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11397 gnus-overlay-get, and gnus-delete-overlay.
11398 (gnus-summary-show-thread): Make it work as well for systems in which
11399 next-single-char-property-change is not available.
11400 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11401
11402 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11403
11404 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11405
11406 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11407
11408 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11409 and XEmacs that don't have `remove-overlays'.
11410
11411 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11414 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11415 selective display. Use overlays instead.
11416
11417 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11418
11419 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11420
11421 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11422
11423 * spam-stat.el (spam-stat-load): Fix typo in message.
11424
11425 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
11426
11427 * gnus-art.el (gnus-article-encrypt-body):
11428 * message.el (message-check-recipients):
11429 * mm-util.el (mm-codepage-setup):
11430 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11431 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11432
11433 2009-09-22 Daiki Ueno <ueno@unixuser.org>
11434
11435 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11436 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11437 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11438 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11439 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11440
11441 2009-09-18 Glenn Morris <rgm@gnu.org>
11442
11443 * gnus-diary.el (gnus-diary-check-message):
11444 * message.el (message-insert-formatted-citation-line):
11445 * nnbabyl.el (top-level):
11446 * nndiary.el (nndiary-schedule):
11447 Fix typos in condition-case handlers.
11448
11449 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11450
11451 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11452 configuration that provides the sole article window in a frame;
11453 position point correctly after deleting a part.
11454
11455 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11456
11457 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11458 (spam-resolve-registrations-routine): Use it to unregister articles
11459 that change status.
11460
11461 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11462
11463 * nnrss.el (nnrss-request-article): Remove binding of
11464 default-enable-multibyte-characters that has gotten needless by
11465 the 2007-07-13 change in rfc2047-encode-message-header.
11466
11467 * mml.el (mml-insert-multipart): Error on the message header.
11468 (mml-insert-part): Error on the message header; position point at
11469 the end of a MIME tag.
11470
11471 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11472
11473 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11474 (gnus-float-time): Alias to float-time if it exists.
11475
11476 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11477 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11478 float-time is available; suppress compile warning for time-to-seconds.
11479
11480 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11481
11482 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11483 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11484 Add the optional argument `encoding' that overrides the default.
11485
11486 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11487 mm-encode-buffer.
11488
11489 2009-09-04 Glenn Morris <rgm@gnu.org>
11490
11491 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11492 mm-disable-multibyte, rather than default-enable-multibyte-characters.
11493 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11494 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11495 * mm-util.el (mm-with-unibyte-current-buffer)
11496 (mm-find-buffer-file-coding-system):
11497 * yenc.el (yenc-decode-region): Use default-value rather than
11498 default-enable-multibyte-characters.
11499
11500 2009-09-03 Glenn Morris <rgm@gnu.org>
11501
11502 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11503 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11504 than default-enable-multibyte-characters.
11505
11506 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
11507
11508 * gnus-art.el (gnus-article-read-summary-keys):
11509 Fix gnus-buffer-configuration's value temporarily used.
11510
11511 2009-09-02 Glenn Morris <rgm@gnu.org>
11512
11513 * gnus-util.el (gnus-float-time): New function.
11514 * gnus-delay.el (gnus-delay-article):
11515 * gnus-sum.el (gnus-thread-latest-date):
11516 * gnus-util.el (gnus-user-date): Use gnus-float-time.
11517 * nnspool.el (nnspool-request-newgroups):
11518 Use gnus-float-time rather than time-to-seconds.
11519 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11520
11521 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11522 (gnus-header-subject-face, gnus-header-newsgroups-face)
11523 (gnus-header-name-face, gnus-header-content-face):
11524 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11525 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11526 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11527 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11528 (gnus-cite-face-11):
11529 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11530 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11531 (gnus-server-closed-face, gnus-server-denied-face)
11532 (gnus-server-offline-face):
11533 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11534 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11535 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11536 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11537 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11538 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11539 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11540 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11541 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11542 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11543 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11544 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11545 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11546 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11547 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11548 (gnus-summary-high-undownloaded-face)
11549 (gnus-summary-low-undownloaded-face)
11550 (gnus-summary-normal-undownloaded-face)
11551 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11552 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11553 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11554 (gnus-splash-face):
11555 * message.el (message-header-to-face, message-header-cc-face)
11556 (message-header-subject-face, message-header-newsgroups-face)
11557 (message-header-other-face, message-header-name-face)
11558 (message-header-xheader-face, message-separator-face)
11559 (message-cited-text-face, message-mml-face):
11560 * sieve-mode.el (sieve-control-commands-face)
11561 (sieve-action-commands-face, sieve-test-commands-face)
11562 (sieve-tagged-arguments-face):
11563 * spam.el (spam-face):
11564 Mark face aliases with "-face" in the name as obsolete.
11565
11566 2009-09-01 Glenn Morris <rgm@gnu.org>
11567
11568 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11569 than goto-line.
11570
11571 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11572
11573 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11574 Don't move point if the command is invoked inside the message header.
11575
11576 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11577
11578 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11579 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11580 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11581 * nnir.el (nnir-swish-e-index-file):
11582 * gnus-sum.el (gnus-summary-delete-marked-as-read)
11583 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11584 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11585 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11586 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11587 (gnus-treat-display-xface): Add Emacs version of obsolescence.
11588
11589 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
11590
11591 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11592 Don't save excursion.
11593
11594 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * nnheader.el (nnheader-find-file-noselect):
11597 * mm-util.el (mm-insert-file-contents):
11598 Use (default-value 'major-mode) instead of default-major-mode.
11599
11600 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11603
11604 2009-08-25 Glenn Morris <rgm@gnu.org>
11605
11606 * nnir.el (top-level): Don't require cl at run-time.
11607 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11608 Replace cl-function substitute with gnus-replace-in-string.
11609 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11610 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11611 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11612 simplified expansions.
11613
11614 2009-08-22 Glenn Morris <rgm@gnu.org>
11615
11616 * gnus-art.el (gnus-button-patch): Use forward-line rather than
11617 goto-line.
11618
11619 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11620
11621 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11622
11623 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11624 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11625 (gnus-mm-display-part, gnus-mime-display-single)
11626 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11627 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11628
11629 * gnus-sum.el
11630 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11631 (gnus-summary-move-article): Add expirable mark to articles copied or
11632 moved to group that has auto-expire turned on if the option is non-nil.
11633
11634 2009-07-24 Glenn Morris <rgm@gnu.org>
11635
11636 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11637 Fix typo. (Bug#3903)
11638
11639 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11640
11641 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11642 gnus-article-read-summary-keys rather than gnus-summary-edit-article
11643 that should not be used for draft articles.
11644 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11645 that has no concern in minor mode keys.
11646 (gnus-article-summary-command, gnus-article-summary-command-nosave):
11647 Abolish.
11648
11649 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11650
11651 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11652 article without making inquiry to a user for unknown encoding.
11653
11654 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11655 (nnmaildir--scan): Assume i-node and device number that file-attributes
11656 returns might be cons-cell.
11657
11658 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
11659
11660 * auth-source.el: Remove docs now in auth.texi. Don't use
11661 `gnus-message' for logging. Add new variables `auth-source-debug' and
11662 `auth-source-hide-passwords' and use them.
11663
11664 2009-07-15 Glenn Morris <rgm@gnu.org>
11665
11666 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11667
11668 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11669
11670 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11671 excessive whitespace from the default values of title and description.
11672
11673 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11674
11675 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11676 mail-fetch-field to fetch Content-Description header in order to
11677 exclude newlines.
11678
11679 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11680
11681 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11682 to deleted part.
11683
11684 2009-05-30 David Engster <dengste@eml.cc>
11685
11686 * nnmairix.el: Remove old documentation in the commentary block.
11687 (nnmairix-request-group): Do not update active file for nnml back ends.
11688 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11689 end so that overview files are ignored.
11690 (nnmairix-update-groups): Make updating the groups more robust by using
11691 marks.
11692 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11693 with dollar characters in message-id.
11694
11695 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
11696
11697 * spam.el: Use dns-query instead of query-dns. Was renamed on
11698 2008-12-25 in dns.el.
11699
11700 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11701
11702 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11703 could happen if the text is only composed of spaces and/or tabs.
11704
11705 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
11706
11707 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11708 when sending a queued message to avoid extra mml tags.
11709
11710 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11711
11712 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11713
11714 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11715
11716 * gnus-dired.el: Remove autoload for gnus-setup-message.
11717 (gnus-dired-attach): Fake this-command value to prevent Gnus from
11718 displaying Gnus logo; always use compose-mail.
11719
11720 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11721
11722 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11723
11724 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
11725
11726 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11727 (gnus-nocem-issuers): List currently active issuers; fix custom type.
11728 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11729 available.
11730 (gnus-nocem-epg-verify): New function.
11731
11732 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
11733
11734 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11735
11736 2009-02-15 Glenn Morris <rgm@gnu.org>
11737
11738 * gnus-util.el (rmail-insert-rmail-file-header)
11739 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11740 autoloads.
11741 (rmail-default-rmail-file): Remove unnecessary declaration.
11742 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11743
11744 2009-02-14 Glenn Morris <rgm@gnu.org>
11745
11746 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11747 variable (only used in gnus-util, which declares it anyway).
11748 (rmail-output-to-rmail-file): Remove autoload of deleted function,
11749 which was only needed by gnus-art (changed to not use it any more).
11750 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11751 only used in gnus-util, which autoloads it itself.
11752 (rmail-update-summary): Fix autoload.
11753
11754 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11755 rather than rmail-output-to-rmail-file.
11756
11757 2009-02-07 Glenn Morris <rgm@gnu.org>
11758
11759 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11760 autoload of function that no longer exists.
11761 (rmail-toggle-header): Declare.
11762 (message-forward-rmail-make-body): Handle mbox Rmail.
11763
11764 2009-01-31 Glenn Morris <rgm@gnu.org>
11765
11766 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11767 2009-01-09 change.
11768
11769 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
11770
11771 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11772 (auth-source-forget-all-cached): New convenience function.
11773 (auth-source-user-or-password): Accept list of modes or a single mode.
11774
11775 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11776 auth-source modes.
11777
11778 * nnimap.el (nnimap-open-connection): Use list of
11779 auth-source modes.
11780
11781 * nntp.el (nntp-send-authinfo): Use list of
11782 auth-source modes.
11783
11784 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11785
11786 * auth-source.el: Update docs to reflect epa-file-enable is to be used
11787 now.
11788
11789 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11790
11791 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11792 coding system in XEmacs; add a workaround for XEmacs.
11793
11794 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11795
11796 * mm-util.el (mm-coding-system-priorities): Protect against nil value
11797 of current-language-environment.
11798
11799 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11800
11801 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11802 available at runtime.
11803
11804 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11805
11806 * gnus-art.el (article-date-ut): Fix end point of narrowing.
11807
11808 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
11809
11810 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11811 the greatest positive fixnum value doesn't work under an XEmacs with
11812 bignum support; use the most-positive-fixnum constant instead,
11813 available since Emacs 21.1 with cl and XEmacs 21.1.
11814
11815 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11816
11817 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11818 XEmacs gets not to work.
11819
11820 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11821
11822 * mm-util.el (mm-coding-system-priorities): Allow the value like
11823 "Japanese (UTF-8)" of current-language-environment.
11824
11825 2009-01-09 Glenn Morris <rgm@gnu.org>
11826
11827 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11828 with last-command-event.
11829
11830 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11831
11832 * message.el (message-fix-before-sending): Amend comment.
11833
11834 2009-01-07 David Engster <dengste@eml.cc>
11835
11836 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11837 simplified server definitions by converting it via
11838 gnus-server-to-method.
11839
11840 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11841
11842 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11843 parameter's operands.
11844
11845 2009-01-06 David Engster <dengste@eml.cc>
11846
11847 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11848 primary select method (for gnus-group-mark-article-as-read).
11849
11850 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
11851
11852 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11853 `(gnus)Face', not `(gnus)X-Face'.
11854
11855 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11856
11857 * mm-util.el (mm-ucs-to-char): New function.
11858
11859 * mm-url.el (mm-url-decode-entities): Use it.
11860
11861 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11862
11863 * message.el (message-fix-before-sending): Add `eight-bit' to
11864 illegible-text check.
11865
11866 2009-01-03 Michael Olson <mwolson@gnu.org>
11867
11868 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11869 `headers' is nil. This can occur if the IMAP server does not have
11870 permissions to read messages from a folder, but can write new messages
11871 to the folder.
11872 (nnimap-request-article-part): Do not insert `data' if it is nil.
11873
11874 2009-01-01 Dave Love <fx@gnu.org>
11875
11876 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11877
11878 * nnimap.el: Fix author email.
11879 (nnimap-split-rule): Add FIXME comment.
11880 (nnimap-debug): Fix doc string.
11881
11882 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
11883
11884 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11885 overlay-arrow-position and overlay-arrow-string buffer-local; no need
11886 to check if those variables exist (first appeared in Emacs 18.50).
11887
11888 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
11889
11890 * mm-util.el (mm-line-number-at-pos): New function.
11891
11892 * spam-report.el (spam-report-process-queue): Use it.
11893
11894 2008-12-24 David Engster <dengste@eml.cc>
11895
11896 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11897 parameters that haven't existed as variables as buffer-local variables.
11898
11899 2008-12-23 Dave Love <fx@gnu.org>
11900
11901 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11902 cadar.
11903
11904 * sieve-manage.el (sieve-manage-starttls-p): Rename from
11905 imap-starttls-p.
11906 (sieve-manage-starttls-open): Rename from imap-starttls-open.
11907
11908 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
11909
11910 * spam-report.el (spam-report-gmane-max-requests): New constant.
11911 (spam-report-gmane-wait): New variable.
11912 (spam-report-gmane-ham, spam-report-gmane-spam)
11913 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11914 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11915 the server.
11916
11917 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11918 Add explanations.
11919
11920 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11921 nnheader-accept-process-output and nnheader-read-timeout if available.
11922 (pop3-movemail): Use it.
11923
11924 * message.el (message-check-news-body-syntax): Fix signature check if
11925 there's an attachment.
11926
11927 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11928
11929 * mm-util.el: Add comments to the mm- emulating functions.
11930
11931 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
11932
11933 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11934 Reported by Stephen Berman <stephen.berman@gmx.net>.
11935
11936 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11937
11938 * mm-util.el (mm-substring-no-properties): New function.
11939 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11940 (mm-special-display-p): Enable those lambda forms to be byte compiled.
11941 (mm-string-to-multibyte): Doc fix.
11942
11943 * mml.el (mml-attach-file): Use mm-substring-no-properties.
11944
11945 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11946
11947 * mml.el (mml-attach-file): Strip text properties from file name.
11948 (Bug#1574)
11949
11950 2008-12-16 Glenn Morris <rgm@gnu.org>
11951
11952 * mm-util.el (mm-charset-override-alist): Declare for compiler.
11953
11954 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11955
11956 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11957 knows since the charset specified might be a bogus alias that
11958 mm-charset-synonym-alist provides.
11959
11960 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11961
11962 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11963 "ISO_8859-1".
11964
11965 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11966
11967 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11968
11969 * mm-util.el (mm-charset-eval-alist):
11970 Define it before mm-charset-to-coding-system.
11971 (mm-charset-to-coding-system): Add optional argument `silent';
11972 define it before mm-charset-override-alist.
11973 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11974 default value if it can be used in Emacs currently running;
11975 silence mm-charset-to-coding-system.
11976
11977 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11978
11979 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11980 `allow-override' which says whether to use `mm-charset-override-alist'.
11981 (rfc2047-decode-encoded-words): Use it.
11982
11983 * mm-util.el (mm-charset-override-alist): Fix custom type;
11984 add `(gb2312 . gbk)' to choices.
11985
11986 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
11987
11988 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11989 fast.
11990
11991 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11992
11993 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
11994
11995 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11996 on links.
11997
11998 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11999
12000 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12001
12002 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12003 users' addresses that don't have domain parts.
12004 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12005 rather than message-narrow-to-head since there will be the message
12006 header separator.
12007
12008 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12009
12010 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12011 since the result is inserted in a unibyte buffer anyway.
12012 (nnimap-demule-use-string-to-multibyte): Remove.
12013 (nnimap-demule): Alias it to mm-string-to-multibyte.
12014
12015 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12016
12017 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12018 variable for debugging bug#464 and bug#1174.
12019 (nnimap-demule): Use it.
12020
12021 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12022
12023 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12024 score calculation correctly.
12025
12026 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12027
12028 * message.el (message-send-mail): Just set the buffer to unibyte
12029 rather than use mm-with-unibyte-current-buffer which does a lot more.
12030 (message-send-mail-partially): Don't bother with
12031 mm-with-unibyte-current-buffer since it's already been made unibyte by
12032 message-send-mail.
12033
12034 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12035
12036 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12037
12038 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12039
12040 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12041
12042 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12043
12044 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12045 require itself and to remove `with-no-warnings'.
12046
12047 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12048
12049 * starttls.el (starttls-any-program-available): Get the name of the
12050 available TLS layer program.
12051 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12052 well as the host name in the "opening" message.
12053
12054 * auth-source.el (auth-source-cache, auth-source-do-cache)
12055 (auth-source-user-or-password): Cache passwords and logins by default,
12056 allow override with `auth-source-do-cache'.
12057 (auth-source-forget-user-or-password): Allow users to remove cache
12058 entries if needed.
12059
12060 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12061
12062 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12063 condition-case to only the forward-sexp call.
12064
12065 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12066
12067 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12068 quotes contained. Make it more robust regardless by an extra
12069 condition-case wrapper.
12070
12071 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12072
12073 * nnml.el (nnml-request-expire-articles): Check if the function set to
12074 `nnmail-expiry-target' returns the symbol `delete'.
12075
12076 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12077
12078 * nnmail.el (nnmail-expiry-target): Fix custom type.
12079
12080 2008-10-02 Glenn Morris <rgm@gnu.org>
12081
12082 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12083 Silence compiler warning.
12084
12085 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12086
12087 * mml.el (mml-menu): Don't assume mml2015 is bound.
12088
12089 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12090
12091 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12092 exists.
12093
12094 2008-09-27 Glenn Morris <rgm@gnu.org>
12095
12096 * gnus-util.el (mail-header-remove-comments): Autoload it.
12097
12098 2008-09-27 Andreas Schwab <schwab@suse.de>
12099
12100 * gnus-util.el (gnus-split-references): Strip comments.
12101 (gnus-parent-id): Likewise.
12102
12103 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12104
12105 * message.el (message-confirm-send): Fix version.
12106
12107 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12108
12109 * message.el (message-idna-to-ascii-rhs-1): Use
12110 mail-extract-address-components rather than mail-header-parse-addresses
12111 that is an alias by default to ietf-drums-parse-addresses that does not
12112 support non-ASCII names in headers' contents.
12113
12114 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12115
12116 * message.el (message-confirm-send): Fix variable documentation to
12117 avoid the "y/n" wording.
12118
12119 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12120
12121 * message.el (message-set-auto-save-file-name): Save to a different
12122 filename so multiple messages (especially drafts) can be recovered.
12123
12124 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12125
12126 * message.el (message-confirm-send): Add appropriate version.
12127
12128 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12129
12130 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12131 defvar.
12132
12133 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12134
12135 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12136 (mm-pkcs7-enveloped-magic): Ditto.
12137
12138 2008-09-17 Simon Josefsson <simon@josefsson.org>
12139
12140 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12141 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12142
12143 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12144
12145 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12146 default, it's better.
12147
12148 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12149
12150 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12151 summary line gnus-number property and ignore them (with a warning
12152 message).
12153
12154 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12155
12156 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12157 macro caddr in the interactive form since it won't be expanded.
12158
12159 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12160
12161 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12162 `charset'; fix name of function called recursively.
12163 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12164
12165 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12166
12167 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12168 (gnus-mime-set-charset-parameters): New function.
12169 (gnus-mime-view-part-as-charset): Use it to correctly display part
12170 specifying wrong charset.
12171
12172 2008-09-08 David Engster <dengste@eml.cc>
12173
12174 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12175 in completing-read for back end server.
12176
12177 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12178
12179 * message.el (message-confirm-send): New variable to confirm sending a
12180 message.
12181 (message-send): Use it.
12182
12183 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12184
12185 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12186
12187 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12188
12189 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12190
12191 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12192
12193 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12194 prevent tracking too many groups.
12195 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12196 Use it.
12197
12198 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12199
12200 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12201 moving point to the bottom of the window in order to avoid recentering.
12202
12203 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12204
12205 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12206 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12207 (gnus-article-beginning-of-window): Fix calculation.
12208
12209 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12210
12211 * gnus-msg.el (gnus-summary-supersede-article)
12212 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12213 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12214 message header.
12215
12216 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12217
12218 * message.el:
12219 * gnus-start.el:
12220 * gnus-registry.el: Remove VMS support.
12221
12222 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12223
12224 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12225 macro.
12226 (rfc2104-hash): Use it.
12227
12228 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12229
12230 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12231 (gnus-summary-sort-by-most-recent-date): New commands.
12232 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12233 and menu entries.
12234
12235 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12236
12237 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12238 don't redisplay article for raw contents; remove plural articles stuff.
12239
12240 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12241 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12242 on gnus-summary-save-article; display results properly.
12243
12244 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12245
12246 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12247
12248 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12249
12250 * gnus-art.el (gnus-summary-save-in-pipe):
12251 Consider gnus-save-all-headers.
12252
12253 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12254
12255 * gnus-util.el (ns-focus-frame): Remove declaration.
12256 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12257 like x.
12258
12259 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12260
12261 * rfc2104.el (rfc2104-zero): Delete defconst.
12262 (rfc2104-hex-alist): Likewise.
12263 (rfc2104-hex-to-int): Delete func.
12264 (rfc2104-hexstring-to-bitstring): Likewise.
12265 (rfc2104-nybbles): New defconst.
12266 (rfc2104-hash): Rewrite for speed.
12267
12268 2008-07-16 Glenn Morris <rgm@gnu.org>
12269
12270 * gnus-util.el (ns-focus-frame): Declare for compiler.
12271
12272 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12273
12274 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12275 set as a group parameter.
12276 (gnus-summary-save-in-pipe): Work when it is called independently.
12277 (gnus-summary-pipe-to-muttprint): Don't modify
12278 gnus-summary-pipe-output-default-command.
12279
12280 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * message.el (message-send-mail-with-sendmail):
12283 Display the error message.
12284
12285 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12286
12287 * gnus-art.el (gnus-default-article-saver):
12288 Add gnus-summary-save-in-pipe to choices.
12289 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12290 gnus-summary-pipe-output-default-command as the default command.
12291 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12292 instead of gnus-last-shell-command.
12293
12294 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12295 New user option.
12296 (gnus-summary-muttprint-program): Mention the value will be changed.
12297 (gnus-summary-save-article): Force showing of all headers.
12298 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12299
12300 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12301
12302 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12303
12304 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12305
12306 * nnimap.el (nnimap-id):
12307 * sieve-manage.el (sieve-manage-open): Doc fixes.
12308
12309 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12310
12311 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12312 if available.
12313
12314 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12317
12318 * nnkiboze.el (nnkiboze-generate-group):
12319 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12320
12321 * nnmairix.el: Require CL.
12322
12323 2008-06-15 David Engster <dengste@eml.cc>
12324
12325 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12326
12327 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12328
12329 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12330 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12331 runtime choice under XEmacs.
12332
12333 * gnus-sum.el (gnus-summary-set-display-table):
12334 Use `gnus-put-display-table', `gnus-get-display-table',
12335 `gnus-set-display-table' for the display table, instead of `aset'.
12336
12337 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12338
12339 * nnmairix.el: Add autoloads.
12340
12341 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12342
12343 * nnmairix.el (nnmairix-delete-recreate-group)
12344 (nnmairix-update-and-clear-marks): Fix error messages.
12345
12346 2008-06-14 David Engster <dengste@eml.cc>
12347
12348 * nnmairix.el: Upgrade to version 0.6.
12349 (nnmairix-group-toggle-propmarks-this-group)
12350 (nnmairix-group-toggle-readmarks-this-group)
12351 (nnmairix-group-delete-recreate-this-group)
12352 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12353 (nnmairix-remove-tick-mark-original-article): New commands.
12354 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12355 (nnmairix-propagate-marks-to-nnmairix-groups)
12356 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12357 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12358 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12359 functions needed for marks propagation and manipulation of read marks.
12360 (nnmairix-update-groups): New function.
12361 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12362 (nnmairix-determine-original-group-from-registry)
12363 (nnmairix-determine-original-group-from-path)
12364 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12365 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12366 New helper functions.
12367 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12368 keystrokes for new commands.
12369 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12370 (nnmairix-request-group): Check allow-fast group parameter.
12371 (nnmairix-request-create-group): Set allow-fast group parameter if
12372 nnmairix-allowfast-default is set.
12373 (nnmairix-close-group): Propagate marks upon closing if needed.
12374 (nnmairix-group-toggle-threads-this-group): Use new.
12375 nnmairix-group-toggle-parameter helper function.
12376 (nnmairix-search): Better check for empty search result.
12377 (nnmairix-goto-original-article): Use new helper functions for
12378 determining original article.
12379 (nnmairix-show-original-article): Make sure message-id is in brackets.
12380 (nnmairix-call-mairix-binary): Change variable name.
12381 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12382 helper function.
12383 (nnmairix-widget-toggle-activate): Fix doc string.
12384
12385 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12386
12387 * nnir.el: Require edmacro when compiling with XEmacs.
12388 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12389 available in Emacs 21.
12390
12391 2008-06-11 Glenn Morris <rgm@gnu.org>
12392
12393 * gnus-util.el (x-focus-frame):
12394 * gnus.el (image-size):
12395 * mm-decode.el (image-size): Declare.
12396
12397 * gnus-picon.el (declare-function): Add compat definition.
12398 (image-size): Declare.
12399
12400 * gnus-group.el (tool-bar-map):
12401 * gnus-sum.el (tool-bar-map): Define for compiler.
12402
12403 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12404
12405 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12406
12407 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12408 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12409 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12410 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12411 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12412 * sieve-manage.el, spam-report.el, spam.el:
12413 Remove unnecessary eval-and-compile of autoloads.
12414
12415 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12416
12417 * auth-source.el: Precise Tramp doc.
12418
12419 2008-06-07 Glenn Morris <rgm@gnu.org>
12420
12421 * nnmairix.el: Remove unnecessary eval-when-compile.
12422
12423 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
12424
12425 * nnir.el: New file.
12426
12427 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12428
12429 * gnus-util.el (gnus-read-shell-command): New function.
12430 * mm-decode.el (mm-pipe-part):
12431 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12432
12433 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12434
12435 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12436
12437 2008-06-03 Glenn Morris <rgm@gnu.org>
12438
12439 * pop3.el (nnheader-accept-process-output): Autoload it.
12440
12441 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12442
12443 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12444 are not 2-digit hexadecimal characters that follow `%'s.
12445
12446 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12447
12448 * message.el (message-bogus-recipient-p): Fix type in doc string.
12449 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12450 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12451 Improve custom options.
12452 (message-bogus-recipient-p): Adjust accordingly.
12453
12454 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12455
12456 * nnmairix.el: Require edmacro when compiling with XEmacs.
12457
12458 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12459
12460 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12461 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12462
12463 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12464
12465 * auth-source.el: Add more docs.
12466
12467 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12468
12469 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12470 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12471 retrieval faster in some cases, but might make CPU usage larger.
12472 If this has any bad side effects, we might revert this change.
12473
12474 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12475 seems to make mail retrieval much, much faster.
12476 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12477 unconditionally.
12478
12479 * gnus-draft.el (gnus-group-send-queue):
12480 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12481
12482 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12483
12484 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12485
12486 * message.el (message-bogus-address-regexp): Fix and improve custom
12487 type.
12488 (message-setup-hook): Add message-check-recipients as custom option.
12489
12490 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
12491
12492 * message.el (message-cite-function): Remove bogus autoload which crept
12493 in during merge from v5-10.
12494
12495 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12496
12497 * nnimap.el (nnimap-open-connection): Fix login/password bug.
12498
12499 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12500
12501 * auth-source.el: Preliminary Tramp docs.
12502 (auth-sources): Change the default auth-sources to use
12503 EPA .gpg files.
12504
12505 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
12506
12507 * nntp.el: Autoload `auth-source-user-or-password'.
12508 (nntp-send-authinfo): Use it.
12509
12510 * nnimap.el: Autoload `auth-source-user-or-password'.
12511 (nnimap-open-connection): Use it.
12512
12513 * auth-source.el: Add docs on using with url-auth. Import gnus-util
12514 for the gnus-message function.
12515 (auth-source-user-or-password): Use it.
12516
12517 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12518
12519 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12520 rfc2104-hexstring-to-byte-list. Return a unibyte string.
12521 (rfc2104-hash): Use it.
12522
12523 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12524
12525 * gnus-art.el (gnus-article-toggle-truncate-lines):
12526 Don't use `iff' in docstring.
12527
12528 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
12529
12530 * gnus-registry.el: Adjusted copyright dates and added a keyword.
12531
12532 * gnus-util.el (gnus-extract-address-component-name)
12533 (gnus-extract-address-component-email): Convenience functions around
12534 `gnus-extract-address-components'.
12535
12536 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12537 Use `gnus-extract-address-component-email' to fix bug of comparing full
12538 sender name to `user-mail-address'.
12539
12540 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12541
12542 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12543 catch/throw to optimize.
12544 (gnus-registry-find-keywords): Just use member to find a keyword.
12545
12546 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12547
12548 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12549 is current before calling gnus-server-prepare.
12550 (gnus-server-setup-buffer, gnus-server-update-server)
12551 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12552
12553 2008-05-04 Juri Linkov <juri@jurta.org>
12554
12555 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12556 (mailcap-file-default-commands): Use mailcap-replace-in-string
12557 instead of replace-regexp-in-string, and mailcap-delete-duplicates
12558 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
12559
12560 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
12561
12562 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12563
12564 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12565
12566 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12567 hooks.
12568 (gnus-update-read-articles): Speed up non-marks-using users.
12569 (gnus-use-marks): Define gnus-use-marks.
12570 (gnus-propagate-marks): Rename variable to something more sensible.
12571
12572 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12573
12574 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12575 (gmm-image-load-path-for-library): Fix typos in docstrings.
12576 (gmm-message): Reflow docstring.
12577
12578 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
12579
12580 * mail-source.el (mail-source-set-1, mail-source-bind):
12581 Move auth-source code out of the macro to clean it up and fix bugs.
12582
12583 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
12584
12585 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12586 by sender if it's equal to user-mail-address, it's likely to be
12587 useless.
12588
12589 * mail-source.el (mail-source-bind): Don't use user or password if they
12590 are not bound. Unintern them if they are nil. Don't use server unless
12591 it's bound, and default it to empty string otherwise.
12592
12593 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
12594
12595 * mail-source.el: Load auth-source.el.
12596 (mail-source-bind): Add comments. Call auth-source-user-or-password to
12597 get user name or password, if auth-sources is set up.
12598
12599 * gnus-registry.el (gnus-registry-split-strategy): New variable for
12600 strategy of splitting with parent.
12601 (gnus-registry-split-fancy-with-parent)
12602 (gnus-registry-post-process-groups): Use it and fix prior
12603 bug (returning a list as the split result).
12604
12605 * auth-source.el (auth-sources): Remove server parameter.
12606 (auth-source-pick, auth-source-user-or-password)
12607 (auth-source-user-or-password-imap)
12608 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12609 (auth-source-user-or-password-sftp)
12610 (auth-source-user-or-password-smtp): Remove server parameter.
12611
12612 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
12613
12614 * smime.el (smime-sign-region, smime-encrypt-region)
12615 (smime-decrypt-region):
12616 Remove redundant calls to `generate-new-buffer-name'.
12617
12618 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
12619
12620 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12621 Don't use QP for message/rfc822.
12622 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12623
12624 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * sieve-manage.el (sieve-string-bytes): Remove.
12627 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12628 correct byte-length only if the process's coding-system is the same as
12629 the one used internally by Emacs to represent strings.
12630
12631 2008-04-22 Juri Linkov <juri@jurta.org>
12632
12633 * mailcap.el (mailcap-file-default-commands): New function.
12634
12635 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12636
12637 * message.el (message-signature-separator, message-cite-function):
12638 Change custom version.
12639
12640 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12641
12642 * mm-decode.el (mm-display-external): Make temp file read-only.
12643
12644 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12645
12646 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12647 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
12648 `C-c C-f d'.
12649
12650 2008-04-12 Adrian Aichner <adrian@xemacs.org>
12651
12652 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12653
12654 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12655
12656 * auth-source.el: Add docs.
12657 (auth-sources): Modify format to support server.
12658 (auth-source-pick, auth-source-user-or-password)
12659 (auth-source-user-or-password-imap)
12660 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12661 (auth-source-user-or-password-sftp)
12662 (auth-source-user-or-password-smtp): Add server parameter.
12663
12664 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
12665
12666 * gnus-registry.el: Initialize the registry when gnus-registry-install
12667 is t.
12668
12669 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
12670
12671 * compface.el (uncompface): Make buffer unibyte.
12672
12673 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12674
12675 * mail-source.el (mail-source-value):
12676 Prefer fboundp to functionp so it works with macros as well.
12677
12678 2008-04-05 Glenn Morris <rgm@gnu.org>
12679
12680 * gnus-ems.el (mm-disable-multibyte): Autoload it.
12681
12682 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12683
12684 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12685 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12686
12687 * nnheader.el (nnheader-init-server-buffer): Change buffer's
12688 multibyteness after rather than before erasing it.
12689
12690 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12691 mm-with-multibyte.
12692 (gnus-request-article-this-buffer): Make sure the proper decoding is
12693 used if gnus-original-article-buffer happens to be unibyte.
12694
12695 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12696 default-enable-multibyte-characters.
12697
12698 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12699 default-enable-multibyte-characters.
12700
12701 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12702
12703 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12704
12705 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12708 Fix last change in case the element is not even a symbol.
12709
12710 2008-04-02 Simon Josefsson <simon@josefsson.org>
12711
12712 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12713 imap-enable-exchange-bug-workaround.
12714 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12715
12716 2008-04-01 Simon Josefsson <simon@josefsson.org>
12717
12718 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12719 a 100 byte status-checks into a 2-3MB transfer for each group.
12720 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12721 to enable bug workaround or not.
12722 (nnimap-find-minmax-uid): Only enable workaround conditionally.
12723
12724 2008-03-31 Glenn Morris <rgm@gnu.org>
12725
12726 * message.el (mml2015-use): Declare for compiler.
12727 (message-info): Require mml2015 when appropriate.
12728
12729 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12732 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12733 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12734 (nntp-service-to-port): New function.
12735 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12736 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12737 (nntp-open-netcat-stream): New function.
12738 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12739
12740 2008-03-29 Sven Joachim <svenjoac@gmx.de>
12741
12742 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12743
12744 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12745
12746 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12747
12748 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
12749
12750 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12751
12752 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12753
12754 * message.el (message-signature-separator): Change default.
12755 Improve custom type.
12756 (message-cite-function): Change default to
12757 message-cite-original-without-signature.
12758
12759 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12760 toggle.
12761
12762 * message.el (message-check-news-body-syntax): Fix signature check.
12763 (message-setup-1): Mark buffer as unmodified _after_ running
12764 message-setup-hook and handling message-alternative-emails.
12765 (message-shorten-references): Be more strict when building list of
12766 valid references to comply with GNKSA.
12767
12768 * gnus-group.el (gnus-read-ephemeral-bug-group)
12769 (gnus-read-ephemeral-debian-bug-group)
12770 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12771
12772 * message.el (message-info): Don't use booleanp which isn't supported
12773 in Emacs 21 and XEmacs.
12774
12775 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
12776
12777 * gnus-group.el (gnus-gmane-group-download-format): Rename from
12778 gnus-group-gmane-group-download-format.
12779 (gnus-group-read-ephemeral-gmane-group): Rename from
12780 gnus-group-read-ephemeral-gmane-group.
12781 (gnus-read-ephemeral-gmane-group-url): Rename from
12782 gnus-group-read-ephemeral-gmane-group-url.
12783 (gnus-bug-group-download-format-alist): New variable.
12784 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12785 (gnus-read-ephemeral-emacs-bug-group): New commands.
12786
12787 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12788
12789 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12790 (gnus-visible-headers): Improve custom type.
12791
12792 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12793
12794 * mml.el (mml-menu): Add workarounds for XEmacs.
12795
12796 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12797 X-Boundary header.
12798
12799 * message.el (message-simplify-recipients): Fix previous commit.
12800
12801 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12802
12803 * mm-util.el (mm-set-buffer-multibyte): New function.
12804 * mm-decode.el (mm-copy-to-buffer): Use it.
12805
12806 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12807 Prefer fboundp to functionp so it works with macros as well.
12808
12809 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12810
12811 * message.el (message-alter-recipients-discard-bogus-full-name):
12812 New function.
12813 (message-alter-recipients-function): New variable.
12814 (message-get-reply-headers): Use it.
12815 (message-replace-header): New helper function.
12816 (message-recipients-without-full-name): New variable.
12817 (message-simplify-recipients): New command.
12818
12819 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12820
12821 * message.el (message-info): Handle EasyPG manual.
12822
12823 * mml.el (mml-menu): Add entry for EasyPG.
12824
12825 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
12826
12827 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12828 parameter.
12829
12830 * message.el (message-disassociate-draft): Specify drafts group name
12831 fully.
12832
12833 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
12834
12835 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12836 Eliminate unnecessary duplicates from the match list.
12837
12838 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12839
12840 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12841 args of `how-many' of which the XEmacs version doesn't take; declare
12842 Info-index-next as function.
12843
12844 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12845
12846 * gnus-score.el (gnus-score-headers): Fix handling of
12847 gnus-inhibit-slow-scoring.
12848
12849 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12850 string.
12851 (gnus-button-url-regexp): Improve handling of parenthesis.
12852 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12853 (gnus-button-handle-info-keystrokes): Handle index entries.
12854
12855 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
12856
12857 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12858 Incoming* files.
12859
12860 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12861
12862 * auth-source.el (auth-sources): Rename from auth-source-choices.
12863 (auth-source-pick): Use it.
12864
12865 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12866
12867 * auth-source.el (auth-source-protocols)
12868 (auth-source-protocols-customize, auth-source-choices): Add and
12869 modified variable customizations and defaults.
12870 (auth-source-pick, auth-source-user-or-password)
12871 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12872 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12873 (auth-source-user-or-password-sftp)
12874 (auth-source-user-or-password-smtp): Use new variables and provide an
12875 interface to netrc.el.
12876
12877 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
12878
12879 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12880 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12881 Make sure the nntp port to specify is a string.
12882
12883 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * nntp.el: Use with-current-buffer.
12886 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12887 dubious mm-with-unibyte-current-buffer.
12888 (nntp-with-open-group-function): New function extracted from
12889 nntp-with-open-group macro.
12890 (nntp-with-open-group): Use the function, so it's easier to debug.
12891 Add indentation and debugging info.
12892 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12893 Recommend the use of the netcat alternatives.
12894
12895 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12896 Avoid mm-string-as-multibyte as well.
12897
12898 * nnweb.el (nnweb-insert-html):
12899 Remove use of nnheader-string-as-multibyte.
12900
12901 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12902 (nnheader-string-as-multibyte): Remove.
12903
12904 * mm-view.el: Use inhibit-read-only.
12905 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12906 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12907 or unibyte-string.
12908
12909 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12910 (mm-uu-yenc-extract): Use with-current-buffer.
12911
12912 * gnus-soup.el (gnus-soup-send-packet): Don't use
12913 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12914
12915 * nnmh.el: Use with-current-buffer.
12916 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12917 mm-string-as-multibyte on the output of mm-encode-coding-string.
12918
12919 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12920 (nnimap-request-move-article): Use with-current-buffer.
12921
12922 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12923 inserting the handle-buffer's text, so the implicit multibyte->unibyte
12924 conversion uses string-make-unibyte rather than string-as-unibyte.
12925
12926 * gnus-msg.el: Use with-current-buffer.
12927
12928 * message.el (message-ignored-resent-headers): Add "Delivered-To".
12929
12930 2008-03-10 Daiki Ueno <ueno@unixuser.org>
12931
12932 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12933 string for caching if it is 'PIN.
12934
12935 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12936
12937 * mail-source.el (mail-source-delete-old-incoming-confirm):
12938 Change default to nil.
12939 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12940
12941 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
12942
12943 * gnus-art.el (gnus-narrow-to-page): Position point properly.
12944 (gnus-article-goto-prev-page): Work for articles having ^L's.
12945
12946 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12947
12948 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12949
12950 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12951
12952 * gnus-bookmark.el: Adjust for renames in bookmark.el.
12953 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12954 (gnus-bookmark-jump): Adjust some variable names.
12955
12956 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
12957
12958 * auth-source.el: New package.
12959 (auth-source-choices): Add customization entry point variable.
12960
12961 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12962 bug.
12963
12964 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
12965
12966 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12967 (gnus-registry-initialize, gnus-registry-install-p): Use it.
12968 (gnus-registry-install-shortcuts): Rename from
12969 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
12970 the `gnus-registry-mark-map' keymap dynamically from
12971 `gnus-registry-marks'. The generated functions update the summary line
12972 when a registry mark is added or deleted, and will call
12973 `gnus-registry-install-p' (see the comments in the code).
12974 (gnus-registry-user-format-function-M): Use concat intelligently.
12975
12976 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12977 the registry mark functions.
12978
12979 2008-03-05 Glenn Morris <rgm@gnu.org>
12980
12981 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12982 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12983 gnus-art.
12984 (top-level): No need to load own source when compiling.
12985
12986 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12987
12988 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12989 Suggested by <chris.anderton@zetnet.co.uk>.
12990
12991 2008-03-04 Glenn Morris <rgm@gnu.org>
12992
12993 * gnus-sum.el (top-level): No need to require gnus when compiling,
12994 since unconditionally required near start of file.
12995 (gnus-summary-display-while-building): Move definition before use.
12996
12997 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
12998
12999 * gnus-registry.el (gnus-registry-user-format-function-M):
13000 Add formatting function.
13001
13002 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13003
13004 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13005 with plists.
13006 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13007 Use new format.
13008
13009 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13010
13011 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13012 `where-is-internal' that returns a range of key sequences.
13013
13014 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13015
13016 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13017
13018 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13019 (gnus-summary-jump-to-group): Consider windows on other displayed
13020 frames as well. Similar changes might be needed elsewhere, but that's
13021 the one I've bumped into during my use.
13022
13023 * nndoc.el (nndoc-oe-dbx-type-p):
13024 * gnus-msg.el (gnus-debug):
13025 * gnus-group.el (gnus-update-group-mark-positions):
13026 Use mm-string-to-multibyte.
13027
13028 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13029
13030 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13031 doesn't handle NotDashEscaped.
13032
13033 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13034 (mml-dnd-attach-options): Fix typo in custom choice.
13035
13036 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13037 Change nndoc-article-type to mbox.
13038 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13039
13040 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13041 to nil, instead of html2text.
13042
13043 * imap.el (imap-debug): Add `imap-ping-server'.
13044
13045 * gnus-bookmark.el: Add FIXMEs.
13046
13047 * message.el (message-form-letter-separator)
13048 (message-send-form-letter-delay): New variables.
13049 (message-send-form-letter): Use them. New command to send form
13050 letters. Requested by Uwe Siart.
13051 (message-send-mail-function): Doc fix. Add "Other" custom option.
13052
13053 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13054
13055 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13056 empty author.
13057
13058 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13059
13060 * gnus-registry.el (gnus-registry-marks): Add variable for
13061 customization of marks and their appearance.
13062 (gnus-registry-read-mark): Use it.
13063 (gnus-registry-do-marks): Add utility function to loop through
13064 `gnus-registry-marks'.
13065 (gnus-registry-install-shortcuts-and-menus): Add function to install
13066 shortcuts and menus.
13067 (gnus-registry-initialize): Use it.
13068 (gnus-registry-default-mark): Clarify documentation.
13069
13070 2008-02-29 Glenn Morris <rgm@gnu.org>
13071
13072 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13073 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13074 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13075 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13076 Change defcustom :version from 23.0 to 23.1.
13077
13078 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13079
13080 * gnus-registry.el (gnus-registry-follow-group-p)
13081 (gnus-registry-post-process-groups): Add functions to aid registry
13082 splitting and improve logging. Clarify behavior in function
13083 documentation.
13084 (gnus-registry-split-fancy-with-parent): Use them.
13085
13086 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13087
13088 * gnus-art.el: Use with-current-buffer.
13089
13090 2008-02-27 David Engster <dengste@eml.cc>
13091
13092 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13093 Express real group name in the response.
13094
13095 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13096
13097 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13098 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13099 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13100 autoload gnus-registry-fetch-group when compiling.
13101 (nnmairix-request-group-with-article-number-correction):
13102 Remove unreferenced argument passed to nnmairix-call-backend.
13103
13104 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13105
13106 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13107 (mm-uu-extract): Improve face for low color ttys.
13108 Reported by Sascha Wilde.
13109
13110 2008-02-27 Glenn Morris <rgm@gnu.org>
13111
13112 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13113 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13114 variables to defconsts. Convert comments to doc-strings.
13115 (nnmairix-last-server, nnmairix-current-server): Convert from free
13116 variables to defvars. Convert comments to doc-strings.
13117 (gnus-registry-fetch-group): Autoload.
13118 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13119 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13120 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13121 caddr.
13122 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13123 nnmairix-request-group-with-article-number-correction call.
13124 (nnmairix-fast, nnmairix-group): New, less general names, for free
13125 variables passed from nnmairix-request-group to
13126 nnmairix-request-group-with-article-number-correction. Declare.
13127 (nnmairix-request-group-with-article-number-correction):
13128 Use nnmairix-fast, nnmairix-group rather than fast, group.
13129
13130 2008-02-26 David Engster <dengste@eml.cc>
13131
13132 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13133 version 0.5.
13134
13135 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13136
13137 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13138 instead of making an extra function call. Don't add the current group
13139 to articles only when they have the group. Use
13140 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13141 Reported by David <de_bb@arcor.de>.
13142
13143 2008-02-24 Miles Bader <miles@gnu.org>
13144
13145 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13146 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13147 (mm-find-mime-charset-region):
13148 * mm-bodies.el (mm-encode-body):
13149 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13150
13151 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13152
13153 * mail-source.el (mail-source-delete-incoming): Change default.
13154 Supplement doc string.
13155
13156 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13157
13158 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13159
13160 * nnmail.el (nnmail-message-id-cache-file): Derive from
13161 `gnus-home-directory'.
13162
13163 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13164
13165 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13166 Document negative prefix.
13167
13168 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13169
13170 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13171
13172 * message.el (message-unsent-separator): Add the Exim bounce
13173 separator.
13174
13175 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13176
13177 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13178 list.
13179 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13180 recipient/signer list.
13181
13182 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13183
13184 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13185 fbound (Emacs 23 unicode), signal an error.
13186
13187 2008-02-08 Glenn Morris <rgm@gnu.org>
13188
13189 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13190
13191 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13192
13193 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13194 ports to the calls to `netrc-machine-user-or-password' in addition to
13195 "imap" and "imaps".
13196
13197 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13198
13199 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13200 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13201 <hanche@math.ntnu.no>.
13202
13203 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13204
13205 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13206
13207 2008-02-01 Zhang Wei <id.brep@gmail.com>
13208
13209 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13210
13211 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13212
13213 2008-02-01 Miles Bader <miles@gnu.org>
13214
13215 * mml.el (mml-parse-1): Remove apparently vestigial use of
13216 `mm-hack-charsets'.
13217 * mm-bodies.el (mm-encode-body): Likewise.
13218
13219 2008-02-01 Kenichi Handa <handa@m17n.org>
13220
13221 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13222 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13223 (rfc2104-hash): Convert the result of concat to unibyte string.
13224
13225 2008-02-01 Dave Love <fx@gnu.org>
13226
13227 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13228 coding-system-for-read.
13229 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13230
13231 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13232 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13233 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13234
13235 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13236
13237 * mail-source.el (mail-sources): Add `group' choice.
13238
13239 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13240 parameter `in-group' to control into which group the articles go.
13241 Add treatment of `group' mail-source.
13242
13243 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13244
13245 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13246 * message.el (message-beginning-of-line): Use featurep instead of bound
13247 tests in order to resolve conditionals at compile time.
13248
13249 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13250
13251 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13252
13253 * mm-decode.el (mm-dissect-buffer): Decode description.
13254
13255 * mml.el (mml-to-mime): Encode message header first.
13256
13257 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13258
13259 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13260 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13261
13262 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13263
13264 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13265
13266 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13267
13268 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13269 prefix keys.
13270 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13271 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13272 gnus-xmas.el.
13273
13274 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13275
13276 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13277 Add new variables for article mark management.
13278 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13279 list of extra data entries which, when present, will indicate that the
13280 article ID should not be trimmed from the registry.
13281 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13282 functions.
13283 (gnus-registry-read-mark): New function to read a mark name from the
13284 user.
13285 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13286 (gnus-registry-set-article-mark-internal): New functions to add and
13287 remove marks.
13288 (gnus-registry-get-article-marks): New function to show the marks for
13289 an article, or retrieve them for further use.
13290
13291 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13292
13293 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13294 keys when no argument is given.
13295
13296 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13297
13298 * gnus-sum.el (gnus-article-sort-by-random)
13299 (gnus-thread-sort-by-random): Fix doc strings.
13300 Reported by jidanni@jidanni.org.
13301
13302 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13303
13304 * gnus-art.el (gnus-article-describe-bindings): New function.
13305 (gnus-article-read-summary-keys): Use it.
13306 (gnus-article-mode-map): Bind `C-h b' to it.
13307
13308 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13309
13310 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13311 XEmacs.
13312 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13313 Protect against non-character events.
13314
13315 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13316
13317 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13318 New command.
13319 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13320 instead of END. Change name of the temp file.
13321 (gnus-group-gmane-group-download-format): Add doc string. Make it
13322 customizable.
13323
13324 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13325
13326 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13327 bind `S W' to gnus-article-wide-reply-with-original; set default
13328 binding to gnus-article-read-summary-send-keys.
13329 (gnus-article-read-summary-keys): Fix the order of keys; display
13330 continuation keys correctly in the echo area; describe bindings
13331 correctly when keys end with `C-h'.
13332 (gnus-article-read-summary-send-keys): New function.
13333 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13334 Work for gnus-article-read-summary-send-keys; display continuation keys
13335 correctly in the echo area.
13336 (gnus-article-reply-with-original): Ignore prefix argument.
13337 (gnus-article-wide-reply-with-original): New function.
13338
13339 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13340
13341 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13342 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13343
13344 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13345
13346 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13347 (gnus-group-read-ephemeral-gmane-group): New command.
13348
13349 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13350
13351 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13352
13353 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13354
13355 * message.el (message-send-mail-function): Increase custom version.
13356
13357 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13358 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13359
13360 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13361
13362 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13363 html parts correctly; support forwarded messages.
13364 (gnus-article-browse-html-article): Remove work buffers.
13365
13366 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13367 compiling.
13368 (netrc-bound-and-true-p): New macro.
13369 (netrc-parse): Use it instead of bound-and-true-p that is not available
13370 in XEmacs 21.4.
13371
13372 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13373
13374 * gnus-registry.el (gnus-registry-mark-article)
13375 (gnus-registry-article-marks): Add functionality to mark articles
13376 through the Gnus registry.
13377
13378 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13379 (netrc-parse): Use encrypt-file-alist to determine if
13380 encrypt-find-model or encrypt-insert-file-contents should be used.
13381
13382 2007-12-19 Glenn Morris <rgm@gnu.org>
13383
13384 * mml.el (message-options-set, message-narrow-to-head)
13385 (message-in-body-p, message-mail-p, message-encode-message-body):
13386 Autoload.
13387 (message-remove-header, message-narrow-to-headers-or-head)
13388 (message-subscribed-p, message-make-mail-followup-to)
13389 (message-position-on-field, message-news-p)
13390 (message-options-set-recipient, message-generate-headers)
13391 (message-sort-headers): Declare as functions.
13392
13393 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13394
13395 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13396 convention in doc string.
13397
13398 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13399
13400 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13401 title to html parts.
13402 (gnus-article-browse-html-article): Pass message header to it.
13403
13404 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13405
13406 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13407
13408 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13409 or password compatible with XEmacs.
13410
13411 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13412
13413 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13414 format document.
13415 (gnus-mime-delete-part): Don't write description line if empty.
13416 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13417
13418 2007-12-14 Johan Bockgård <bojohan@gnu.org>
13419
13420 * gnus-sum.el (gnus-summary-mark-unread-as-read)
13421 (gnus-summary-mark-read-and-unread-as-read)
13422 (gnus-summary-mark-current-read-and-unread-as-read)
13423 (gnus-summary-mark-unread-as-ticked): Doc fix.
13424 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13425
13426 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13427
13428 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13429 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13430
13431 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13432
13433 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13434 yes-or-no-p.
13435
13436 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13437
13438 * mm-decode.el (mm-add-meta-html-tag): New function.
13439 (mm-save-part-to-file, mm-pipe-part): Use it.
13440
13441 * gnus-art.el (gnus-article-browse-delete-temp-files):
13442 Use gnus-y-or-n-p instead of y-or-n-p.
13443 (gnus-article-browse-html-parts): Work with message/external-body; use
13444 mm-add-meta-html-tag.
13445
13446 2007-12-11 Glenn Morris <rgm@gnu.org>
13447
13448 * gnus-cache.el: Require gnus-sum not just when compiling.
13449
13450 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13451
13452 * gnus-int.el (gnus-server-opened, gnus-status-message):
13453 Move definitions before use.
13454
13455 * mm-decode.el: Require gnus-util.
13456 (mm-remove-part): Only call delete-annotation on XEmacs.
13457
13458 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13459
13460 * nnmail.el: Require gnus-int.
13461
13462 * spam.el: Move `require's before `eval-when-compile's.
13463
13464 * gnus-ems.el (gnus-alive-p):
13465 * gnus-fun.el (message-goto-eoh):
13466 * gnus-util.el (gnus-group-name-decode):
13467 * mail-source.el (gnus-compress-sequence):
13468 * message.el (Info-goto-node, format-spec):
13469 * mm-bodies.el (message-options-get):
13470 * mm-decode.el (mm-view-pkcs7):
13471 * mm-util.el (gmm-write-region):
13472 * mml-smime.el (mml-compute-boundary)
13473 (gnus-completing-read-with-default):
13474 * mml.el (widget-button-press, gnus-make-hashtable):
13475 * mml1991.el (mm-decode-content-transfer-encoding)
13476 (mm-encode-content-transfer-encoding)
13477 (message-options-get, message-options-set):
13478 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13479 * nnfolder.el (gnus-request-group):
13480 * nnheader.el (ietf-drums-unfold-fws):
13481 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13482 * smime.el (gnus-run-mode-hooks):
13483 * spam-stat.el (gnus-message): Autoload.
13484
13485 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13486 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13487 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13488 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13489 Add declare-function compatibility definition.
13490
13491 * gnus-cache.el (nnvirtual-find-group-art):
13492 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13493 (gnus-add-image, gnus-add-wash-type):
13494 * gnus-group.el (nnkiboze-score-file):
13495 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13496 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13497 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13498 (message-tokenize-header, gnus-get-buffer-create)
13499 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13500 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13501 * gnus.el (gnus-group-decoded-name):
13502 * mail-source.el (imap-capability):
13503 * mm-bodies.el (message-options-set):
13504 * mm-decode.el (gnus-configure-windows):
13505 * mm-extern.el (message-goto-body):
13506 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13507 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13508 (epg-sub-key-validity, message-options-set):
13509 * mml.el (widget-event-point, gnus-configure-windows):
13510 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13511 * mml2015.el (epg-check-configuration, epg-configuration)
13512 (message-options-set):
13513 * nndb.el (nndb-request-article):
13514 * nnfolder.el (gnus-request-create-group):
13515 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13516 * nnmaildir.el (gnus-group-mark-article-read):
13517 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13518 * rfc1843.el (message-fetch-field):
13519 * spam.el (gnus-extract-address-components):
13520 Declare as functions.
13521
13522 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13523
13524 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13525
13526 2007-12-09 Glenn Morris <rgm@gnu.org>
13527
13528 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13529
13530 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13531 * message.el, mm-view.el, sieve-manage.el, smime.el:
13532 Add declare-function compatibility definition.
13533
13534 * gnus-art.el (w3-region, w3m-region, Info-menu):
13535 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13536 * gnus-sum.el (gnus-get-predicate):
13537 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13538 * message.el (mail-abbrev-in-expansion-header-p):
13539 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13540 (w3m-detect-meta-charset, w3m-region):
13541 * sieve-manage.el (password-read, password-cache-add)
13542 (password-cache-remove):
13543 * smime.el (password-read-and-add): Declare as functions.
13544
13545 2007-12-08 David Kastrup <dak@gnu.org>
13546
13547 * gnus-sum.el (gnus-summary-simplify-subject-query):
13548 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13549 `message'.
13550
13551 2007-12-07 Glenn Morris <rgm@gnu.org>
13552
13553 * gnus-art.el (article-make-date-line): Revert previous change.
13554
13555 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13556
13557 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13558
13559 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
13560
13561 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13562 Call gnus-add-to-range ranges only once with a prepared article-list.
13563
13564 2007-12-06 Paul Jarc <prj@po.cwru.edu>
13565
13566 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13567 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13568 group names with backslashes.
13569 Reported by Tassilo Horn <tassilo@member.fsf.org>.
13570
13571 2007-12-06 Deepak Goel <deego3@gmail.com>
13572
13573 * gnus-art.el (article-make-date-line):
13574 * gnus-start.el (gnus-load):
13575 * pop3.el (pop3-read-response): Fix buggy call to `error'.
13576
13577 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13578
13579 * gnus-art.el (gnus-use-idna):
13580 * gnus-start.el (gnus-site-init-file):
13581 * message.el (message-use-idna):
13582 * mm-uu.el (mm-uu-hide-markers):
13583 * smiley.el (smiley-style): Revert changes that suppress warnings.
13584
13585 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13586
13587 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13588 specify charset to html source.
13589 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13590
13591 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13592
13593 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13594 idna-program in order to suppress byte compile warning issued by XEmacs
13595 that came to byte compile the default value section of defcustom forms
13596 recently.
13597
13598 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13599 value of installation-directory.
13600
13601 * message.el (message-use-idna): Don't directly refer to the value of
13602 idna-program.
13603
13604 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13605
13606 * smiley.el (smiley-style): Don't directly call face-attribute.
13607
13608 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
13609
13610 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13611
13612 * gnus-dired.el: Reduce Gnus dependencies.
13613 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13614 Don't require. Use autoloads instead.
13615 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13616 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13617 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13618 (gnus-dired-mode): Adjust doc string.
13619 (gnus-dired-mail-mode): New variable.
13620 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13621 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13622 (gnus-dired-mail-buffers): New function. Return mail or message
13623 composition buffers.
13624 (gnus-dired-attach): Use it.
13625 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13626 NO-DECODE.
13627 (gnus-dired-print): Use `gnus-print-buffer' depending on
13628 `gnus-dired-mail-mode'.
13629
13630 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13631
13632 * rfc2047.el (rfc2047-encoded-word-regexp)
13633 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13634 explaining what regexp patterns are for.
13635
13636 2007-12-04 Glenn Morris <rgm@gnu.org>
13637
13638 * password.el: Move to ../password-cache.el.
13639
13640 * mml1991.el (password-read, password-cache-add, password-cache-remove):
13641 * mml2015.el (password-read, password-cache-add, password-cache-remove):
13642 * mml-smime.el (password-read, password-cache-add)
13643 (password-cache-remove):
13644 No need to autoload, since mml-sec requires password.
13645
13646 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13647 * message.el (gnus-extract-address-components):
13648 * mml-smime.el (gnus-extract-address-components): Define for compiler.
13649
13650 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13651 password.
13652
13653 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13654
13655 * mailcap.el: Reduce dependencies.
13656 (mail-header-parse-content-type): Autoload.
13657 (mailcap-delete-duplicates): New alias.
13658 (mailcap-mime-info): Add optional argument NO-DECODE.
13659 (mailcap-mime-types): Use mailcap-delete-duplicates.
13660
13661 * message.el (message-ignored-supersedes-headers): Add "X-ID".
13662
13663 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13664
13665 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13666 function.
13667
13668 * gnus-uu.el (gnus-uu-decode-yenc): New command.
13669 (gnus-uu-yenc-article): New function.
13670
13671 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13672
13673 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13674
13675 2007-12-02 Glenn Morris <rgm@gnu.org>
13676
13677 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13678 Move to ../net.
13679
13680 * binhex.el, uudecode.el: Move to ../mail.
13681
13682 * encrypt.el: Remove file.
13683
13684 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
13685
13686 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13687 matches on patches.
13688
13689 * gnus-art.el (gnus-article-browse-html-article):
13690 Mention `mm-text-html-renderer' in the doc string.
13691
13692 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13693 string. Add comments.
13694
13695 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13696 if rhs is ASCII.
13697
13698 2007-12-01 Glenn Morris <rgm@gnu.org>
13699
13700 * dig.el, dns.el: Move to ../net.
13701 * format-spec.el, hex-util.el, sha1.el: Move to ../.
13702
13703 * mail-source.el (top-level): Require format-spec before
13704 eval-when-compile.
13705
13706 2007-11-30 Glenn Morris <rgm@gnu.org>
13707
13708 * encrypt.el: Require password, rather than autoloading password-read.
13709
13710 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
13711
13712 * gnus.el (gnus-method-to-server): Add an optional parameter so the
13713 caller can indicate whether the cache should be disregarded for this
13714 call. This way the result of the call is reproducible at all times and
13715 can be considered a canonical server name for the supplied method.
13716 (gnus-agent-method-p): Canonicalize server names by pushing their
13717 method through `gnus-method-to-server' using the no-cache argument.
13718
13719 * gnus-srvr.el (gnus-server-insert-server-line):
13720 Call `gnus-method-to-server' with `no-cache' argument.
13721
13722 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13723 gnus-agent-possibly-synchronize-flags as this should be called when the
13724 server is actually being opened.
13725 (gnus-agent-possibly-synchronize-flags)
13726 (gnus-agent-possibly-synchronize-flags-server): Move check for the
13727 flags file of an agentized server to the latter function.
13728
13729 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13730 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13731 after a connection has been established successfully.
13732
13733 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13734
13735 * gnus-art.el (article-display-face): Force to display face if called
13736 interactively; check if gnus-article-x-face-too-ugly matches author.
13737 (article-display-x-face): Display face even if From header is missing
13738 as article-display-face does.
13739
13740 2007-11-28 Richard Stallman <rms@gnu.org>
13741
13742 * md4.el: Move to ../.
13743 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13744
13745 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
13746
13747 * mail-source.el (mail-sources): Default to fetch from file for
13748 compatibility with default of nnmail-spool-file.
13749
13750 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
13751
13752 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13753 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13754 to look for encoded word that should be encoded again.
13755 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13756 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13757 encoding pattern.
13758 (rfc2047-decode-region): Switch strict regexp and loose one according
13759 to rfc2047-allow-irregular-q-encoded-words.
13760
13761 2007-11-26 Simon Josefsson <simon@josefsson.org>
13762
13763 * imap.el: Move to ../net directory.
13764
13765 2007-11-25 Romain Francoise <romain@orebokech.com>
13766
13767 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13768
13769 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13770
13771 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13772 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13773
13774 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13775 `nnmail-spool-file'.
13776
13777 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13778 `nnmail-spool-file'.
13779
13780 * gnus-move.el (gnus-change-server): Ditto.
13781
13782 * gnus-kill.el (gnus-batch-score): Ditto.
13783
13784 * gnus-cache.el (gnus-jog-cache): Ditto.
13785
13786 * gnus-msg.el (gnus-summary-reply):
13787 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13788
13789 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13790
13791 * gnus-cache.el (gnus-cache-generate-nov-databases):
13792 Use nnml-generate-nov-databases-directory instead of
13793 nnml-generate-nov-databases-1.
13794
13795 2007-11-24 Glenn Morris <rgm@gnu.org>
13796
13797 * message.el (message-tool-bar-retro): Update for rename
13798 mail_send.xpm->mail-send.xpm.
13799
13800 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13801
13802 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13803 `smime-ldap-search' for Emacs 22 and up.
13804
13805 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13806
13807 * hashcash.el: Move to ../mail directory.
13808
13809 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
13810
13811 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13812 `smime-ldap-search' for Emacs 22 and up.
13813
13814 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13817
13818 * message.el (message-send-mail-function): Fix error convention.
13819 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13820 (message-widen-reply, message-send-mail, message-talkative-question)
13821 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13822 (message-clone-locals, message-send-news): Use with-current-buffer.
13823 (message-insert-or-toggle-importance): Remove unused var `valid'.
13824 (message-make-references): Remove unused var `new-references'.
13825 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13826
13827 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13828
13829 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13830 (spam-split-symbolic-return-positive): Reflow docstring.
13831 (spam-backends, spam-summary-exit-behavior)
13832 (spam-mark-ham-unread-before-move-from-spam-group)
13833 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13834 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13835 (spam-clear-cache, spam-backend-check, spam-install-backend)
13836 (spam-install-statistical-backend, spam-list-of-processors)
13837 (spam-group-processor-p, spam-split, spam-bogofilter-score)
13838 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13839 (spam-check-crm114, spam-initialize, spam-unload-hook):
13840 Fix typos in docstrings.
13841
13842 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13843
13844 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13845 been checked if they have never been read and those group levels are
13846 higher than the one that a user specified.
13847
13848 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13849
13850 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13851 foreign groups unless a group level is specified by a user.
13852 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13853
13854 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
13855
13856 * message.el (message-send-mail-function): Require sendmail.
13857
13858 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
13859
13860 * message.el (message-send-mail-function): Check for smtpmail too.
13861
13862 * utf7.el (utf7-encode, utf7-decode): Use coding system
13863 `utf-7'/`utf-7-imap' from utf-7.el' if available.
13864
13865 * message.el (message-send-mail-function): New function.
13866 (message-send-mail-function): Set default using
13867 message-send-mail-function. Adjust doc string.
13868 (message-send-mail-with-mailclient): New function.
13869
13870 2007-11-17 Richard Stallman <rms@gnu.org>
13871
13872 * assistant.el: Remove file.
13873
13874 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13875
13876 * smime.el (from):
13877 * rfc2047.el (message-posting-charset):
13878 * qp.el (mm-use-ultra-safe-encoding):
13879 * pop3.el (parse-time-months):
13880 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13881 * nnml.el (files):
13882 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13883 (jka-compr-compression-info-list, ange-ftp-path-format)
13884 (efs-path-regexp):
13885 * nndiary.el (files):
13886 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13887 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13888 (epg-digest-algorithm-alist, inhibit-redisplay)
13889 (password-cache-expiry):
13890 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13891 (pgg-output-buffer, password-cache-expiry):
13892 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13893 (efs-path-regexp):
13894 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13895 (inhibit-redisplay):
13896 * mm-uu.el (file-name, start-point, end-point, entry)
13897 (gnus-newsgroup-name, gnus-newsgroup-charset):
13898 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13899 (latin-unity-ucs-list):
13900 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13901 (mm-uu-binhex-decode-function):
13902 * message.el (gnus-message-group-art, gnus-list-identifiers)
13903 (rmail-enable-mime-composing, gnus-local-organization)
13904 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13905 (gnus-read-active-file, facemenu-add-face-function)
13906 (facemenu-remove-face-function, gnus-article-decoded-p)
13907 (tool-bar-mode):
13908 * mail-source.el (display-time-mail-function):
13909 * gnus-util.el (nnmail-pathname-coding-system)
13910 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13911 (gnus-original-article-buffer, gnus-user-agent)
13912 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13913 (xemacs-codename, sxemacs-codename, emacs-program-version):
13914 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13915 * gnus-start.el (gnus-agent-covered-methods)
13916 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13917 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13918 (gnus-newsgroup-headers, gnus-group-list-mode)
13919 (gnus-group-mark-positions, gnus-newsgroup-data)
13920 (gnus-newsgroup-unreads, nnoo-state-alist)
13921 (gnus-current-select-method, mail-sources)
13922 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13923 (nnmail-spool-file, gnus-cache-active-hashtb):
13924 * gnus-mh.el (mh-lib-progs):
13925 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13926 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13927 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13928 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13929 (gnus-group-buffer):
13930 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13931 (font-lock-set-defaults):
13932 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13933 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13934 (gnus-summary-post-menu, total-parts, type, condition, length):
13935 * gnus-agent.el (gnus-agent-read-agentview):
13936 * flow-fill.el (show-trailing-whitespace):
13937 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13938 eval-and-compile wrappers for byte compiler pacifiers.
13939
13940 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13941 (mm-display-inline-fontify): Check for featurep 'xemacs not
13942 extent-list.
13943
13944 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13945 itimer-list.
13946 (mm-create-image-xemacs): Only do something for XEmacs.
13947 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13948
13949 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13950
13951 * gnus-registry.el (gnus-adaptive-word-syntax-table):
13952 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13953
13954 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13955
13956 * nnimap.el (nnimap-split-download-body):
13957 * gnus-demon.el (gnus-demon):
13958 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13959
13960 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13961
13962 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13963 New macros.
13964 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13965 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13966 copy data from unibyte buffer to multibyte current buffer.
13967 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13968 to copy data from unibyte current buffer to multibyte buffer.
13969 (nntp-make-process-buffer): Make process buffer unibyte.
13970
13971 * pop3.el (pop3-open-server): Fix typo in Lisp code.
13972
13973 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
13974
13975 * pop3.el (pop3-open-server): Accept and process data more robustly at
13976 connection start to avoid spurious "POP SSL connection failed" errors.
13977
13978 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13979
13980 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13981 read group names.
13982
13983 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
13984
13985 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13986
13987 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
13988
13989 * nnmail.el (nnmail-parse-active): Make group names unibyte.
13990 (nnmail-save-active): Use a unibyte buffer when saving active file,
13991 which may contain non-ASCII group names.
13992
13993 * nnml.el (nnml-request-group): Decode group names in messages.
13994
13995 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
13996
13997 * message.el (message-citation-line-function)
13998 (message-insert-formatted-citation-line): Fix spelling of
13999 `message-insert-formated-citation-line'.
14000
14001 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14002
14003 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14004
14005 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14006
14007 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14008 nnmail-pathname-coding-system.
14009
14010 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14011 that a user enters; decode group names in messages.
14012
14013 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14014
14015 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14016
14017 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14018
14019 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14020
14021 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14022 risky local variable.
14023
14024 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14025
14026 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14027
14028 * encrypt.el: Improve documentation to fix function name typo.
14029 Reported by Daiki Ueno <ueno@unixuser.org>.
14030
14031 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14032
14033 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14034 even if the point is not in the last page of an article.
14035 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14036 back to the previous page.
14037
14038 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14039
14040 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14041
14042 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14043
14044 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14045
14046 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14047
14048 * message.el (message-check-news-body-syntax):
14049 Avoid mm-string-as-multibyte.
14050 (message-hide-headers): Don't assume (point-min)==1.
14051
14052 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14053
14054 * message.el (message-remove-blank-cited-lines): Fix if remove is
14055 given.
14056 (message-bogus-address-regexp): New variable.
14057 (message-bogus-recipient-p): New function.
14058 (message-check-recipients): New command.
14059 (message-syntax-checks): Add `bogus-recipient'.
14060 (message-fix-before-sending): Add `bogus-recipient'.
14061
14062 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14063 (gnus-treat-body-boundary): Don't test window-system.
14064
14065 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14066
14067 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14068
14069 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14070
14071 * gnus.el: Bump version to Gnus v5.13.
14072
14073 2007-10-28 Miles Bader <miles@gnu.org>
14074
14075 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14076 at compile-time too.
14077
14078 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14079
14080 * gnus-msg.el (gnus-message-setup-hook):
14081 Add `message-remove-blank-cited-lines' to options.
14082
14083 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14084
14085 * message.el (message-remove-blank-cited-lines): New function.
14086 Suggested by Karl Plästerer.
14087
14088 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14089
14090 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14091 mapc.
14092
14093 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14094 (top-level): Use mapc to set functions to be traced for debugging.
14095
14096 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14097 called for effect with while loop.
14098
14099 * message.el (message-talkative-question): Replace mapcar called for
14100 effect with mapc.
14101
14102 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14103 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14104 called for effect with dolist.
14105
14106 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14107
14108 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14109 gnus-extra-headers and nnmail-extra-headers.
14110
14111 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14112 called for effect with dolist.
14113 (top-level): Use mapc to set functions to be traced for debugging.
14114
14115 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14116 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14117 dolist.
14118
14119 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14120 Replace mapcar called for effect with mapc.
14121 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14122 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14123 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14124 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14125
14126 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14127 remove-if that's a cl function.
14128
14129 * webmail.el (webmail-debug): Replace mapcar called for effect with
14130 dolist.
14131
14132 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14133
14134 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14135 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14136 with while loop.
14137
14138 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14139 functions from article-* functions.
14140 (gnus-multi-decode-header): Replace mapcar called for effect with
14141 dolist.
14142
14143 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14144 (gnus-bookmark-show-details): Replace mapcar called for effect with
14145 while loop.
14146
14147 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14148 called for effect with while loop.
14149
14150 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14151 with dolist.
14152
14153 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14154 Replace mapcar called for effect with dolist.
14155
14156 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14157
14158 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14159 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14160 Replace mapcar called for effect with dolist.
14161 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14162 mapc.
14163
14164 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14165 Replace mapcar called for effect with dolist.
14166 (gnus-topic-list): Replace mapcar called for effect with mapc.
14167
14168 * gnus.el: Use mapc instead of mapcar to add autoloads.
14169
14170 2007-10-23 Richard Stallman <rms@gnu.org>
14171
14172 * gnus-group.el (gnus-group-highlight): Mark as risky.
14173
14174 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14175
14176 * gnus.el (gnus-server-to-method): Return method found first in
14177 gnus-newsrc-alist.
14178
14179 * gnus-art.el (gnus-article-highlight-signature)
14180 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14181 button overlay without the front stickiness.
14182
14183 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14184
14185 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14186 overview buffer needed a catch to receive its throw.
14187 (gnus-agent-flush-cache): Declare as interactive to make this function
14188 easier to use.
14189
14190 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14191
14192 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14193 `next-line'.
14194
14195 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14196
14197 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14198 exclude address matching message-dont-reply-to-names.
14199
14200 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14201
14202 * gnus-util.el (gnus-string<): New function.
14203
14204 * gnus-sum.el (gnus-article-sort-by-author)
14205 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14206
14207 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14208
14209 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14210 the frame-focus tag is set in gnus-buffer-configuration.
14211
14212 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14213
14214 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14215 the front stickiness.
14216
14217 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14218
14219 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14220 url pattern; remove duplicate one.
14221 (gnus-article-extend-url-button): New function.
14222 (gnus-article-add-buttons): Use it.
14223 (gnus-button-push): Use concatenated url that it makes.
14224
14225 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14226
14227 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14228 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14229
14230 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14231
14232 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14233 Don't hardcode point-min==1.
14234
14235 2007-09-30 David Kastrup <dak@gnu.org>
14236
14237 * gnus-art.el (gnus-article-reply-with-original)
14238 (gnus-article-followup-with-original): When `transient-mark-mode' is
14239 off, refrain from active-region behavior for followups.
14240
14241 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14242
14243 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14244 Fix comment about "iso8859-1".
14245
14246 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14247
14248 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14249 ones returned from the verify-function.
14250
14251 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14252 Call mml2015-extract-cleartext-signature if extraction failed.
14253
14254 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14255
14256 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14257 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14258 failed.
14259
14260 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14261
14262 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14263
14264 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14265
14266 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14267 to mark a thread as expirable. Add variable `hide' to handle hiding of
14268 thread for both the null and zero (kill/expire thread) universal prefix
14269 cases.
14270 (gnus-summary-expire-thread): Add new function to expire a thread,
14271 using gnus-summary-kill-thread.
14272 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14273 shortcuts for gnus-summary-expire-thread.
14274 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14275 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14276
14277 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14278
14279 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14280 extras value, so an extras entry can be deleted.
14281 (gnus-registry-delete-extra-entry): Use it.
14282 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14283 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14284 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14285 storage through the gnus-registry, and provide an appropriate API for
14286 it.
14287
14288 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14289
14290 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14291 Suggested by Leo <sdl.web@gmail.com>.
14292
14293 * gnus.el: Do.
14294
14295 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14296
14297 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14298 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14299
14300 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14301
14302 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14303 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14304
14305 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14306
14307 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14308 newline.
14309 (nnmbox-request-accept-article): Don't change article in source buffer;
14310 narrow to header to use message-fetch-field rather than
14311 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14312 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14313 as delimiters; make sure article ends with newline.
14314 (nnmbox-delete-mail): Correct last position of article to be deleted;
14315 ignore X-Gnus-Newsgroup header in article body.
14316 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14317 positions; make sure article ends with newline.
14318
14319 * message.el (message-display-abbrev): Don't infloop when a user
14320 inserts SPC in the beginning of header.
14321
14322 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14323
14324 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14325 list of groups not followed by default. Fix type to be regexp.
14326 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14327
14328 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14329
14330 * hmac-def.el (define-hmac-function): Switch from old-style to
14331 new-style backquotes.
14332
14333 * md4.el (md4-make-step): Likewise.
14334
14335 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14336
14337 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14338 raw-text coding system when saving .newsrc file, which may contain
14339 non-ASCII group names.
14340
14341 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14342
14343 * gnus-cus.el (gnus-score-extra): New widget.
14344 (gnus-score-extra-convert): New function.
14345 (gnus-score-customize): Use it for Extra.
14346
14347 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14348
14349 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14350 (mml2015-mailcrypt-clear-verify): Use it.
14351 (mml2015-gpg-clear-verify): Use it.
14352 (mml2015-pgg-clear-verify): Use it.
14353 (mml2015-epg-clear-verify): Replace the current part with the output
14354 from GnuPG; don't extract the plaintext by itself.
14355
14356 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14357 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14358 mml2015-clear-verify-function; don't touch the armor headers or
14359 dash-escaped text here.
14360
14361 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14362
14363 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14364 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14365 parts, or application/octet-stream as a last resort.
14366 (gnus-mime-view-part-as-type): Don't toggle display.
14367 (gnus-mime-view-part-as-charset): Don't turn off display before
14368 querying charset.
14369
14370 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14371 stuff to undisplayer function in Emacs.
14372 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14373
14374 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14375 text/calendar parts.
14376
14377 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14378
14379 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14380 decoding text/calendar parts.
14381
14382 * message.el (message-forward-make-body-mime): Always mark body as
14383 having no illegible text; remove signed-or-encrypted argument.
14384 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14385
14386 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14387 (mml-generate-mime-1): Don't encode body if it is specified to be in
14388 raw form; don't make buffer be unibyte when inserting multibyte string.
14389
14390 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14391
14392 * sha1.el: Fix up comment style.
14393 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14394 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14395
14396 * hex-util.el: Fix up comment style.
14397 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14398
14399 * gnus-salt.el: Use with-current-buffer.
14400 (gnus-pick-setup-message): Fix long-standing typo.
14401
14402 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14403
14404 * imap.el (imap-logout-timeout): New variable.
14405 (imap-logout, imap-logout-wait): New functions.
14406 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14407
14408 * nnimap.el (nnimap-logout-timeout): New server variable.
14409 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14410 nnimap-logout-timeout.
14411
14412 * gnus-art.el (gnus-article-summary-command-nosave)
14413 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14414
14415 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14416
14417 * gnus.el (gnus-maximum-newsgroup): New variable.
14418
14419 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14420 according to gnus-maximum-newsgroup.
14421
14422 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14423 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14424 Limit the range of articles according to gnus-maximum-newsgroup.
14425
14426 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
14427
14428 * gnus-art.el (gnus-sticky-article): Fix problems described in
14429 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
14430 Don't perform gnus-configure-windows here; reuse existing sticky
14431 article buffer.
14432
14433 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14434 it doesn't exist in gnus-article-mode.
14435
14436 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14437
14438 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14439 (gnus-agent-decoded-group-name): New function.
14440 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14441 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14442
14443 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14444
14445 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14446 Add binding for gnus-sticky-article.
14447 (gnus-summary-exit): Don't kill sticky article buffers.
14448
14449 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14450 article buffer.
14451 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14452 (gnus-kill-sticky-article-buffers): New commands.
14453
14454 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14455
14456 * nntp.el (nntp-xref-number-is-evil): New server variable.
14457 (nntp-find-group-and-number): If it is non-nil, don't trust article
14458 numbers in the Xref header.
14459
14460 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14461
14462 * gnus-agent.el (gnus-agent-read-group): New function.
14463 (gnus-agent-flush-group, gnus-agent-expire-group)
14464 (gnus-agent-regenerate-group): Use it.
14465 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14466 nnmail-pathname-coding-system.
14467
14468 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14469
14470 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14471
14472 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14473 that are unread as unread, and also as selected so that information of
14474 marks having been changed by a user may be updated when exiting group.
14475
14476 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14477
14478 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14479
14480 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14481
14482 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14483 calculated ignoring signature parts to gnus-treat-article.
14484
14485 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14486
14487 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14488 a point here in order to keep the window start.
14489 (gnus-insert-mime-security-button): Make a button overlay without the
14490 front stickiness.
14491 (gnus-mime-display-security): Goto the end of a button.
14492
14493 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14494
14495 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14496
14497 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14498 group-name-at-point.
14499 (gnus-group-completing-read): New function that offers decoded
14500 non-ASCII group names for completion.
14501 (gnus-fetch-group, gnus-group-read-ephemeral-group)
14502 (gnus-group-jump-to-group, gnus-group-make-group-simple)
14503 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14504 (gnus-group-fetch-control): Use it.
14505 (gnus-fetch-group): Use group-name-at-point for the initial value
14506 rather than the default value; use gnus-alive-p.
14507
14508 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14509 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14510 (gnus-summary-post-news): Use gnus-group-completing-read.
14511
14512 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14513 (gnus-read-move-group-name): Decode group name for completion.
14514
14515 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
14516
14517 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14518 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14519 Yamaoka slightly modified the code).
14520
14521 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
14522
14523 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14524 (nnmail-split-incoming): Bind it.
14525
14526 * nnml.el (nnml-group-name-charset): New function.
14527 (nnml-decoded-group-name): Use it; don't decode group name if
14528 nnmail-group-names-not-encoded-p is non-nil.
14529 (nnml-encoded-group-name): New function.
14530 (nnml-group-pathname): Inline nnml-decoded-group-name.
14531 (nnml-request-expire-articles): Decode group name in message.
14532 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14533 nnmail-pathname-coding-system.
14534 (nnml-save-mail, nnml-active-number): Work with decoded group names and
14535 not decoded ones according to nnmail-group-names-not-encoded-p.
14536 (nnml-generate-active-info): Use nnml-encoded-group-name.
14537
14538 2007-08-08 Glenn Morris <rgm@gnu.org>
14539
14540 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14541 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14542 doc-strings and comments.
14543
14544 2007-07-25 Glenn Morris <rgm@gnu.org>
14545
14546 * Relicense all FSF files to GPLv3 or later.
14547
14548 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14549
14550 * gnus-sum.el (gnus-summary-move-article):
14551 Make gnus-summary-respool-article work.
14552
14553 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
14554
14555 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14556 string.
14557
14558 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
14559
14560 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
14561 that should be ignored when comparing distant RSS articles with local
14562 ones.
14563 (nnrss-make-hash-index): New function. Create a hash index according
14564 to the ignored fields.
14565 (nnrss-check-group): Use it.
14566
14567 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
14568
14569 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14570
14571 * gnus-art.el (article-decode-group-name): Decode Xref header too.
14572
14573 * gnus-group.el (gnus-group-make-group): Encode group name here unless
14574 the new optional argument ENCODED is non-nil.
14575 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14576 coding system for encoding group name.
14577 (gnus-group-make-rss-group): Pass un-encoded group name to
14578 gnus-group-make-group.
14579 (gnus-group-set-info): Tell gnus-group-make-group that group name is
14580 encoded.
14581
14582 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14583 Encode group name to which articles are moved or copied.
14584 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14585 coding system for encoding Newsgroup, Followup-To and Xref headers.
14586
14587 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14588 marks; use nnheader-file-coding-system to write a file.
14589 (nnagent-retrieve-headers): Bind file-name-coding-system to
14590 nnmail-pathname-coding-system.
14591
14592 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14593
14594 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14595 (nnml-request-article, nnml-request-create-group)
14596 (nnml-request-rename-group, nnml-find-id)
14597 (nnml-possibly-change-directory, nnml-possibly-create-directory)
14598 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14599 (nnml-save-marks): Use nnml-group-pathname instead of
14600 nnmail-group-pathname.
14601
14602 (nnml-request-create-group, nnml-request-expire-articles)
14603 (nnml-request-move-article, nnml-request-delete-group)
14604 (nnml-deletable-article-p, nnml-possibly-create-directory)
14605 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14606 (nnml-open-marks): Bind file-name-coding-system to
14607 nnmail-pathname-coding-system.
14608
14609 (nnml-request-article): Pass server argument to nnml-find-group-number.
14610 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14611 Pass server argument to nnml-possibly-create-directory.
14612 (nnml-request-accept-article): Pass server argument to
14613 nnml-active-number and nnml-save-mail.
14614 (nnml-find-group-number): Pass server argument to nnml-find-id.
14615 (nnml-request-update-info): Pass server argument to
14616 nnml-marks-changed-p.
14617
14618 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14619 (nnml-save-mail, nnml-active-number): Add server argument.
14620
14621 (nnml-request-delete-group): Warn if group is missing.
14622 (nnml-get-nov-buffer): Decode group name.
14623 (nnml-generate-active-info): Encode group name.
14624 (nnml-open-marks): Decode group name in messages.
14625
14626 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14627
14628 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14629 if it is not specified.
14630 (gnus-article-pipe-part, gnus-article-save-part)
14631 (gnus-article-interactively-view-part, gnus-article-copy-part)
14632 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14633 (gnus-article-inline-part, gnus-article-save-part-and-strip)
14634 (gnus-article-replace-part, gnus-article-delete-part)
14635 (gnus-article-view-part-as-type): Pass raw prefix argument to
14636 gnus-article-part-wrapper.
14637
14638 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
14639
14640 * gnus-agent.el (gnus-agent-save-active):
14641 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14642
14643 * gnus-cache.el (gnus-cache-save-buffers)
14644 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14645 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14646 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14647 (gnus-cache-braid-nov, gnus-cache-braid-heads)
14648 (gnus-cache-generate-active, gnus-cache-rename-group)
14649 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14650 (gnus-cache-update-overview-total-fetched-for):
14651 Bind file-name-coding-system to nnmail-pathname-coding-system.
14652 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14653 New variables.
14654 (gnus-cache-decoded-group-name): New function.
14655 (gnus-cache-file-name): Use it.
14656 (gnus-cache-generate-active): Use non-decoded group name for active.
14657
14658 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14659 right place.
14660 (gnus-write-active-file): Don't break non-ASCII group names.
14661
14662 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14663 nnmail-pathname-coding-system.
14664
14665 * gnus-uu.el (gnus-uu-decode-save): Typo.
14666
14667 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
14668
14669 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14670
14671 2007-07-14 David Kastrup <dak@gnu.org>
14672
14673 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14674 finishing actions if we did not edit the article.
14675
14676 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14677
14678 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14679 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14680 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14681 (gnus-agent-flush-group, gnus-agent-flush-cache)
14682 (gnus-agent-fetch-headers, gnus-agent-load-alist)
14683 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14684 (gnus-agent-retrieve-headers, gnus-agent-request-article)
14685 (gnus-agent-regenerate-group)
14686 (gnus-agent-update-files-total-fetched-for)
14687 (gnus-agent-update-view-total-fetched-for):
14688 Bind file-name-coding-system to nnmail-pathname-coding-system.
14689 (gnus-agent-group-pathname): Don't encode file names by
14690 nnmail-pathname-coding-system.
14691 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14692 coding-system-for-write instead of buffer-file-coding-system to
14693 gnus-agent-file-coding-system.
14694
14695 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14696 Decode group name.
14697
14698 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14699
14700 * gnus-start.el (gnus-update-active-hashtb-from-killed)
14701 (gnus-read-newsrc-el-file): Make group names unibyte.
14702
14703 * nnmail.el (nnmail-group-pathname): Don't encode file names by
14704 nnmail-pathname-coding-system.
14705
14706 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14707 (nnrss-request-delete-group): Bind file-name-coding-system to
14708 nnmail-pathname-coding-system.
14709 (nnrss-read-server-data, nnrss-read-group-data):
14710 Bind file-name-coding-system correctly.
14711 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14712
14713 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14714 (nntp-server-to-method-cache): New variable.
14715 (nntp-group-pathname): New function that decodes non-ASCII group names.
14716 (nntp-possibly-create-directory, nntp-marks-changed-p)
14717 (nntp-save-marks, nntp-open-marks): Use it.
14718 (nntp-possibly-create-directory, nntp-open-marks):
14719 Bind file-name-coding-system to nnmail-pathname-coding-system.
14720 (nntp-open-marks): Decode group names when bootstrapping marks.
14721
14722 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14723 Newsgroups and Followup-To headers.
14724
14725 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14726
14727 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14728 (gnus-server-closed-face, gnus-server-denied-face)
14729 (gnus-server-offline-face): Remove variable.
14730 (gnus-server-font-lock-keywords): Use faces that are not aliases.
14731
14732 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14733 of modifying message-stack directly for XEmacs.
14734
14735 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14736 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14737 if the coding-system argument is nil for XEmacs.
14738
14739 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14740 mm-charset-override-alist.
14741
14742 * rfc2047.el: Don't require base64; require rfc2045 for the function
14743 rfc2045-encode-string.
14744 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14745 to quote the parameter value.
14746
14747 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
14748
14749 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14750 form in gnus-group-name-charset-method-alist.
14751
14752 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14753 overrides the default layout edit-form.
14754
14755 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14756
14757 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14758
14759 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
14760
14761 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14762 as unfetched articles.
14763
14764 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
14765
14766 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14767
14768 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14769
14770 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14771 original back end that keeps marks in the local system.
14772
14773 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
14774
14775 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14776 arg of pop-to-buffer for XEmacs.
14777 (gnus-article-read-summary-keys): Ditto; don't restore window
14778 configuration if summary command ends up with neither article buffer
14779 nor summary buffer; describe bindings if summary keys end with C-h.
14780
14781 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
14782
14783 * message.el (message-fix-before-sending): Skip raw message part to be
14784 forwarded while checking illegible text.
14785 (message-forward-make-body-mime, message-forward-make-body):
14786 Mark signed or encrypted raw message as having no illegible text.
14787
14788 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14789
14790 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14791 (gnus-message-with-timestamp-1): New macro.
14792 (gnus-message-with-timestamp): New function.
14793 (gnus-message): Use them.
14794
14795 * nnheader.el (nnheader-message): Use them.
14796
14797 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
14798
14799 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14800 .newsrc.eld file.
14801
14802 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14803
14804 * gnus-agent.el (gnus-agent-fetch-headers)
14805 (gnus-agent-retrieve-headers):
14806 Bind gnus-decode-encoded-address-function to identity.
14807
14808 * nntp.el (nntp-send-xover-command): Recognize an xover command is
14809 available also when the server returns simply a dot.
14810
14811 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14812
14813 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14814
14815 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14816
14817 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14818
14819 * gnus-ems.el (gnus-x-splash): Make it work.
14820
14821 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14822 from being used.
14823
14824 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
14825
14826 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14827 the front stickiness.
14828 (gnus-article-summary-command-nosave): Correct the order of the
14829 arguments passed to pop-to-buffer.
14830 (gnus-article-read-summary-keys): Ditto; make it work properly when the
14831 summary command ends up with the article buffer.
14832
14833 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14834 the same faces.
14835
14836 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
14837
14838 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14839
14840 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
14841
14842 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14843 * gnus-sum.el (gnus-summary-highlight):
14844 * mail-source.el (mail-source-delete-old-incoming-confirm):
14845 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14846
14847 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14848
14849 * gnus-art.el (gnus-mime-view-part-externally)
14850 (gnus-mime-view-part-internally): Fix predicate function passed to
14851 completing-read.
14852
14853 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14854
14855 * gnus.el (gnus-update-message-archive-method): Add :version.
14856
14857 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
14858
14859 * gnus.el (gnus-update-message-archive-method): New variable.
14860
14861 * gnus-start.el (gnus-setup-news): Update saved "archive" method
14862 according to gnus-message-archive-method if
14863 gnus-update-message-archive-method is non-nil.
14864
14865 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
14866
14867 * gnus-sum.el (gnus-summary-limit-to-address): New function.
14868 Suggested by Loic Dachary <loic@dachary.org>.
14869 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14870
14871 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14872
14873 * message.el (message-pop-to-buffer): Add switch-function argument.
14874 (message-mail): Pass switch-function argument to it.
14875
14876 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
14877
14878 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14879 Improve doc string.
14880
14881 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
14882
14883 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14884 (gnus-header-content):
14885 * gnus-cite.el (gnus-cite-10):
14886 * gnus-srvr.el (gnus-server-closed):
14887 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14888 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14889 (gnus-group-mail-3-empty, gnus-group-mail-low)
14890 (gnus-group-mail-low-empty, gnus-splash):
14891 * message.el (message-header-to, message-header-cc)
14892 (message-header-subject, message-header-other, message-header-name)
14893 (message-header-xheader, message-separator, message-cited-text)
14894 (message-mml): Lighten colors of faces used for dark background.
14895
14896 2007-05-24 Simon Josefsson <simon@josefsson.org>
14897
14898 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14899 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
14900
14901 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
14902
14903 * message.el (message-narrow-to-headers-or-head):
14904 Ignore mail-header-separator in the body.
14905
14906 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14907
14908 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14909 same as window size.
14910
14911 2007-05-22 Kevin Ryde <user42@zip.com.au>
14912
14913 * message.el (message-font-lock-keywords): Use message-header-xheader
14914 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
14915 ahead of the anything pattern, to get it recognized.
14916
14917 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
14918
14919 * gnus-sum.el (gnus-articles-to-read)
14920 (gnus-summary-insert-old-articles): Don't truncate group name for
14921 `read-string'.
14922
14923 * gnus-util.el (gnus-limit-string): Delete this function.
14924
14925 * gnus-sum.el (gnus-simplify-subject-fully):
14926 Use `truncate-string-to-width' instead.
14927
14928 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
14929
14930 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14931 Tell if, on summary exit, the next group has to be selected.
14932 (gnus-summary-exit): Use it.
14933
14934 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
14935
14936 * gnus-art.el (gnus-article-mode): Fix comment about displaying
14937 non-break space.
14938
14939 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
14940
14941 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14942 Check if group is not a directory.
14943 (nnfolder-request-expire-articles): Don't delete articles if the target
14944 group is not available.
14945
14946 * nnml.el (nnml-request-create-group): Properly check if group is not a
14947 file.
14948 (nnml-request-expire-articles): Don't delete articles if the target
14949 group is not available.
14950
14951 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14952 Don't quote characters that are within parentheses.
14953
14954 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
14955
14956 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14957 (gnus-handle-ephemeral-exit): Select article according to it.
14958
14959 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
14960
14961 * message.el (message-insert-formated-citation-line): Remove newline.
14962 (message-citation-line-format): Add final \n here so that the user can
14963 avoid a blank line.
14964
14965 2007-05-03 Dan Christensen <jdc@uwo.ca>
14966
14967 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14968 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14969 Update lanl/arXiv support.
14970
14971 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14972
14973 * gnus.el: Bump version number.
14974
14975 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14976
14977 * gnus.el (gnus-version-number): Bump version.
14978
14979 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14980
14981 * gnus.el: No Gnus v0.6 is released.
14982
14983 2007-04-27 Didier Verna <didier@xemacs.org>
14984
14985 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14986 * gmm-utils.el (gmm-regexp-concat): ... here.
14987 * message.el: Don't require 'gnus-util.
14988 (message-dont-reply-to-names): Handle name change above.
14989 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14990
14991 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
14992
14993 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14994 since the initial value varies according to the system.
14995
14996 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14997
14998 * mm-util.el (mm-charset-synonym-alist): Defcustom.
14999
15000 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15001
15002 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15003
15004 2007-04-24 Didier Verna <didier@xemacs.org>
15005
15006 Improve the type of gnus-ignored-from-addresses.
15007 * gnus-util.el (gnus-orify-regexp): New function.
15008 * message.el (gnus-util): Require it.
15009 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15010 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15011 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15012
15013 2007-04-24 Didier Verna <didier@xemacs.org>
15014
15015 * gnus-sum.el:
15016 * gnus-utils.el: Fix some trailing whitespaces.
15017
15018 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15019
15020 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15021 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15022 article's Message-ID; refer parent article in summary buffer.
15023
15024 * message.el (message-bounce): Call mime-to-mml.
15025
15026 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15027
15028 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15029
15030 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15031
15032 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15033 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15034 displayed of multipart/alternative part if it is invoked from summary
15035 buffer.
15036
15037 * mm-view.el (mm-inline-text-html-render-with-w3m)
15038 (mm-inline-text-html-render-with-w3m-standalone)
15039 (mm-inline-render-with-function): Use mail-parse-charset by default.
15040
15041 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15042
15043 * parse-time.el (parse-time-string-chars): Check if CHAR
15044 is less than the length of parse-time-syntax.
15045
15046 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15047
15048 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15049 from gnus-newsgroup-processable.
15050
15051 2007-04-16 Didier Verna <didier@xemacs.org>
15052
15053 * gnus-msg.el (gnus-configure-posting-styles):
15054 Handle message-signature-directory properly with :file syntax.
15055 Reported by "Leo".
15056
15057 2007-04-11 Didier Verna <didier@xemacs.org>
15058
15059 New user option: message-signature-directory.
15060 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15061 * message.el (message-insert-signature): Ditto.
15062 * message.el (message-signature-file): Doc update.
15063 * message.el (message-signature-directory): New.
15064
15065 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15066
15067 * gnus-msg.el (gnus-inews-yank-articles):
15068 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15069
15070 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15071
15072 * message.el (message-yank-original): Make sure cited text ends with
15073 newline; don't exchange point and mark.
15074
15075 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15076
15077 * tls.el (open-tls-stream): Properly handle case where there
15078 is no associated buffer.
15079
15080 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15081
15082 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15083 message-yank-original, make sure (< mark TEXT point).
15084
15085 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15086
15087 * message.el (message-fill-column): New variable.
15088 (message-mode): Use it. Add comment on a possible new hook.
15089
15090 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15091 (nnmail-get-new-mail): Reformat.
15092
15093 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15094
15095 * gmm-utils.el: Fix Commentary.
15096 (gmm-tool-bar-from-list): Fix typo in doc string.
15097
15098 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15099
15100 * message.el (message-yank-original): Don't switch point and mark
15101 unnecessarily to put point and mark as documented.
15102
15103 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15104
15105 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15106 from the message heads.
15107
15108 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15109
15110 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15111 article buffer does not have a window. This may not be the best
15112 solution but is certainly better than setting the start of the null,
15113 that is the current, window.
15114
15115 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15116
15117 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15118 (gnus-draft-setup): Run it.
15119
15120 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15121 gnus-score-fast-scoring. Allow regexp.
15122 (gnus-score-headers): Use it.
15123
15124 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15125 XEmacs.
15126
15127 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15128 string.
15129 (gnus-button-alist): Also catch `<f1> k ...'.
15130 (gnus-treat-display-x-face): Fix doc string.
15131
15132 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15133
15134 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15135 evaluation of gnus-extended-version to ensure correct generation of the
15136 User-Agent header when message-generate-headers-first is used.
15137
15138 2007-03-24 Simon Josefsson <simon@josefsson.org>
15139
15140 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15141 hashcash-path is nil. Don't call callback with incorrect number of
15142 parameters if val is 0.
15143
15144 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15145
15146 * message.el (message-required-news-headers):
15147 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15148
15149 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15150
15151 * message.el (message-generate-new-buffers): Change the meaning of the
15152 nil value; add `standard' to the choices; treat t as `unique'; improve
15153 doc string.
15154 (gnus-select-frame-set-input-focus): Autoload.
15155 (message-buffer-name): Search for the existing message buffer if
15156 message-generate-new-buffers is nil or `standard'; treat the value t of
15157 message-generate-new-buffers as `unique'.
15158 (message-pop-to-buffer): Raise the frame already displaying the message
15159 buffer; clear the echo area after querying.
15160 (message-setup): Pass the `continue' argument to compose-mail.
15161 (message-mail): Prefer `switch-function' if it is given; search for the
15162 existing message buffer if the `continue' argument is non-nil; pass
15163 continue and switch-function arguments to compose-mail by way of
15164 message-setup.
15165 (message-mail-other-window): Adjust argument of message-setup.
15166 (message-mail-other-frame): Ditto.
15167
15168 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15169
15170 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15171 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15172 to turn font-lock on when turning gnus-message-citation-mode on.
15173
15174 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15175
15176 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15177 (mml-smime-function-alist): New variable; add epg as the backend.
15178 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15179 mml-smime- functions instead.
15180 * mm-view.el: Require smime.
15181
15182 2007-03-05 Didier Verna <didier@xemacs.org>
15183
15184 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15185 instead of just inheritance for posting styles.
15186 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15187
15188 2007-02-24 John Paul Wallington <jpw@pobox.com>
15189
15190 * tls.el (tls-certtool-program): Fix custom type.
15191
15192 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15193
15194 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15195 and point-at-eol instead of line-(beginning|end)-position.
15196
15197 * assistant.el (assistant-parse-buffer): Ditto.
15198
15199 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15200
15201 * mml2015.el (mml2015-epg-find-usable-key): New function.
15202 (mml2015-epg-sign): Use it.
15203 (mml2015-epg-encrypt): Use it.
15204
15205 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15206
15207 * message.el (message-make-in-reply-to): Quote name containing
15208 non-ASCII characters. It will make the RFC2047 encoder cause an error
15209 if there are special characters. Reported by NAKAJI Hiroyuki
15210 <nakaji@jp.freebsd.org>.
15211
15212 2007-02-27 Didier Verna <didier@xemacs.org>
15213
15214 Include the group parameters as well as the topic ones in the
15215 inheritance filter process.
15216 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15217 argument GROUP-PARAMS-LIST.
15218 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15219
15220 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15221
15222 * nntp.el (nntp-never-echoes-commands)
15223 (nntp-open-connection-functions-never-echo-commands): New variables.
15224 (nntp-send-command): Use them.
15225
15226 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15227
15228 * mml2015.el (mml2015-epg-verify): Simplify.
15229
15230 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15231
15232 * mml.el (mml-content-disposition-alist): New user option.
15233 (mml-content-disposition): New function.
15234 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15235 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15236
15237 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15238
15239 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15240 verification.
15241
15242 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15243
15244 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15245 articles posted in the last 24 hours.
15246
15247 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15248
15249 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15250
15251 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15252
15253 * nntp.el (nntp-send-command): Don't wait for echoes when
15254 nntp-open-ssl-stream is used.
15255
15256 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15257
15258 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15259 (gnus-message-add-citation-keywords)
15260 (gnus-message-remove-citation-keywords): Remove.
15261 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15262 directly, make the variables in font-lock-defaults buffer-local, add
15263 gnus-message-citation-keywords to them and then update the value of
15264 font-lock-keywords.
15265
15266 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15267
15268 * message.el (message-cite-original-1): Don't call
15269 gnus-article-highlight-citation.
15270
15271 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15272 citations; fix line count.
15273
15274 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15275
15276 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15277 (gnus-message-add-citation-keywords)
15278 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15279 versions of font-lock-add-keywords and font-lock-remove-keywords to
15280 work with XEmacs correctly.
15281
15282 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15283
15284 * gnus-cite.el (gnus-cite-face-list): Set the values of
15285 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15286 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15287 (gnus-message-cite-prefix-regexp): New variable.
15288 (gnus-message-search-citation-line): Use it; protect against long
15289 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15290 the 0th match data for Emacs.
15291 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15292 (gnus-message-add-citation-keywords): Append keywords rather than
15293 prepending; emulate font-lock-add-keywords if it is not available.
15294 (gnus-message-remove-citation-keywords):
15295 Emulate font-lock-remove-keywords if it is not available.
15296
15297 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15298
15299 * message.el (message-cite-prefix-regexp): Set the value of
15300 gnus-message-cite-prefix-regexp.
15301
15302 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15303
15304 * nnweb.el (nnweb-google-parse-1): Update parser.
15305
15306 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15307
15308 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15309
15310 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15311
15312 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15313 regexp.
15314
15315 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15316
15317 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15318 string-to-multibyte.
15319 (uudecode-decode-region-internal): Use it.
15320
15321 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15322
15323 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15324 Fix custom choice.
15325
15326 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15327
15328 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15329
15330 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15331
15332 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15333 `write-region' to respect `mm-inhibit-file-name-handlers'.
15334
15335 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15336
15337 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15338 Use gnus-home-directory instead of "~/" or "$HOME".
15339
15340 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15341
15342 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15343 to mention filename.
15344 Add comments at beginning regarding usage.
15345 (encrypt-write-file-contents): Change interactive so a string is
15346 acceptable. If the file has no associated model, show an error instead
15347 of a nonsense prompt.
15348
15349 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15350
15351 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15352 Thanks to Yoshihiko Yamada for kind notification of this typo.
15353
15354 2007-01-12 Kenichi Handa <handa@m17n.org>
15355
15356 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15357 multibyte buffer.
15358
15359 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15360
15361 * gnus-score.el (gnus-score-fast-scoring): New variable.
15362 (gnus-score-headers): Use it.
15363
15364 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15365
15366 * message.el (message-cite-original-1):
15367 Call gnus-article-highlight-citation if requested.
15368 (message-make-from): Allow name and address as optional arguments.
15369
15370 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15371
15372 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15373 bugs to doc string.
15374 (gnus-button-alist): Add mid\\|message-id.
15375 (gnus-button-fetch-group): Extend for use in
15376 `browse-url-browser-function'.
15377 (gnus-button-url-regexp): Try to catch paired parentheses like in
15378 Wikipedia URLs.
15379
15380 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15381 Suggested by Simon Krahnke <overlord@gmx.li>.
15382
15383 2007-01-13 Romain Francoise <romain@orebokech.com>
15384
15385 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15386 Update copyright.
15387
15388 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15389
15390 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15391
15392 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15393
15394 * gnus-registry.el (gnus-registry-unfollowed-groups)
15395 (gnus-registry-split-fancy-with-parent): Fix documentation.
15396
15397 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15398
15399 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15400 from nnweb groups.
15401
15402 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15403
15404 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15405 Xref urls. Erase buffer before requesting head.
15406
15407 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15408
15409 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15410
15411 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15412 customizable.
15413
15414 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15415
15416 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15417 no signing key is found.
15418 (mml2015-epg-encrypt): Ask user whether to skip or abort if
15419 no encrypting and/or signing key is found.
15420
15421 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15422
15423 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15424
15425 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15426
15427 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15428 headers read from disk with the ones newly found in the current search.
15429 This should no longer cause problems, because the article numbers in
15430 Gmane's `nov.php' output are ignored since the previous change.
15431
15432 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15433
15434 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15435
15436 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15437
15438 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15439
15440 2007-01-01 Romain Francoise <romain@orebokech.com>
15441
15442 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15443
15444 2006-12-31 Steve Youngs <steve@sxemacs.org>
15445
15446 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15447 `define-minor-mode' macro definition expanded properly.
15448 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15449 exclude it there.
15450
15451 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15452 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15453 `fboundp' test.
15454 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15455 This is OK to autoload in (S)XEmacs now.
15456
15457 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15458
15459 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15460 keystroke.
15461 (gnus-summary-limit-to-singletons): Fix typo.
15462
15463 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15464 else fails.
15465
15466 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15467
15468 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15469 docstring.
15470
15471 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15472 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15473 (gnus-summary-insert-dormant-articles): Fix typo in message.
15474
15475 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15476
15477 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15478 nil for XEmacs.
15479 (gnus-message-citation-mode): Don't autoload in XEmacs.
15480
15481 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15482
15483 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15484
15485 * nnimap.el (nnimap-expunge-search-string):
15486 Mention nnimap-search-uids-not-since-is-evil in docstring.
15487
15488 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
15489
15490 * spam.el: Revert to make-obsolete-variable because
15491 define-obsolete-variable-alias is not supported in Emacs 21.
15492
15493 * spam.el (spam-ifile-path, spam-ifile-database-path)
15494 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15495 make-obsolete-variable.
15496 (spam-bsfilter-path, spam-bsfilter-program)
15497 (spam-spamassassin-path, spam-spamassassin-program)
15498 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15499 Don't use "path" inappropriately.
15500 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15501 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15502 variable names.
15503
15504 2006-12-28 Daiki Ueno <ueno@unixuser.org>
15505
15506 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15507 summary buffer.
15508
15509 * password.el (password-cache-remove): Use clear-string to burn
15510 password, if available.
15511
15512 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15513
15514 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15515
15516 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15517
15518 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15519 (gnus-message-highlight-citation): Move defcustom here from
15520 gnus-cite.el.
15521 (gnus-message-citation-mode): Autoload.
15522
15523 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
15524 checks to make it compile with XEmacs.
15525 (gnus-message-citation-mode): New minor mode.
15526 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15527 (gnus-message-highlight-citation): New variables.
15528 (gnus-message-search-citation-line)
15529 (gnus-message-add-citation-keywords)
15530 (gnus-message-remove-citation-keywords)
15531 (turn-on-gnus-message-citation-mode)
15532 (turn-off-gnus-message-citation-mode): New functions.
15533
15534 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
15535
15536 * gnus-cite.el: Enable highlighting of different citation levels in
15537 message-mode.
15538
15539 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15540
15541 * message.el (message-make-fqdn): Fix comment.
15542 (message-bogus-system-names): Add ".local".
15543
15544 * spam.el (spam-ifile-path, spam-ifile-program)
15545 (spam-ifile-database-path, spam-ifile-database)
15546 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15547 Don't use "path" inappropriately.
15548 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15549 strings.
15550 (spam-check-ifile, spam-ifile-register-with-ifile)
15551 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15552 Use new variable names.
15553
15554 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15555 (gnus-treat-display-smileys): Simplify using
15556 gnus-image-type-available-p.
15557
15558 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15559 available.
15560
15561 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15562
15563 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15564 one after turning on the buffer's multibyteness instead of decoding
15565 them directly in the unibyte buffer that causes unexpected conversion
15566 in Emacs 23 (unicode).
15567
15568 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15569
15570 * message.el (message-generate-hashcash): Fix custom type.
15571
15572 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15573
15574 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15575
15576 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15577
15578 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15579 disconnect icons. Add help text.
15580
15581 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
15582
15583 * spam.el (spam-extra-header-to-number): CRM114 spam score is
15584 negated to be consistent with the others we handle.
15585
15586 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15587
15588 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15589 version of gnus-summary-buffer to something, so that we can use two
15590 article buffers at the same time.
15591
15592 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
15593
15594 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15595 trigger all the extra headers.
15596 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15597 sorting.
15598
15599 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15600
15601 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15602 solid groups.
15603
15604 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
15605
15606 * legacy-gnus-agent.el: Add Copyright notice.
15607
15608 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
15609
15610 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15611
15612 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15613
15614 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15615
15616 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15617 to make it work reliably in CVS Emacs.
15618 (gnus-summary-limit-strange-charsets-predicate)
15619 (gnus-summary-limit-to-predicate): New functions.
15620
15621 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
15622
15623 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15624 specifying array size.
15625 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15626 array if it is too small.
15627 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15628 (gnus-sort-threads-loop): New function.
15629
15630 2006-12-06 Chris Moore <dooglus@gmail.com>
15631
15632 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15633 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15634
15635 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
15636
15637 * mm-url.el (mm-url-predefined-programs): Call curl with correct
15638 options.
15639
15640 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15641
15642 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15643 DOS-ing the recipient.
15644
15645 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15646 the headers when creating the mapping to avoid mismappings.
15647 (nnweb-gmane-create-mapping): Always nix out old mapping.
15648
15649 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15650
15651 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15652 and mm-verify-option to never.
15653
15654 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15655
15656 * message.el (message-signed-or-encrypted-p): New function.
15657 (message-forward-make-body): Use it.
15658
15659 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15660 Replace encode-coding-string with mm-encode-coding-string.
15661
15662 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
15663
15664 * nneething.el (nneething-decode-file-name):
15665 Replace decode-coding-string with mm-decode-coding-string.
15666
15667 * gnus-int.el (gnus-open-server): Say failed server's name.
15668
15669 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
15670
15671 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15672 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15673
15674 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15675 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15676 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15677 (gnus-group-make-directory-group, gnus-group-transpose-groups):
15678 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15679 (gnus-subscribe-newsgroup, gnus-1):
15680 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15681 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15682 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15683 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15684
15685 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15686
15687 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15688 keystroke.
15689 (gnus-summary-limit-to-bodies): Implement headersp.
15690
15691 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15692
15693 * dns.el (query-dns): Protect against "Process dns deleted" strings.
15694
15695 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15696
15697 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15698
15699 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15700
15701 * message.el (message-generate-hashcash): Expand range of values to
15702 include `opportunistic'.
15703 (message-send-mail): Use it.
15704
15705 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15706
15707 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15708 and comment it.
15709
15710 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15711
15712 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
15713
15714 * gnus-util.el (gnus-extract-address-components): Improve comment.
15715
15716 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15717
15718 * gnus-util.el (gnus-extract-address-components): Work with address in
15719 which the name portion contains @.
15720
15721 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15722
15723 * gnus.el (gnus-start): Move custom group up.
15724 (gnus-select-method): Don't autoload, but make it available for
15725 `customize-variable'.
15726 (gnus-getenv-nntpserver): Don't autoload.
15727
15728 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
15729
15730 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15731
15732 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15733
15734 * message.el (message-sendmail-extra-arguments): New variable.
15735 (message-send-mail-with-sendmail): Use it.
15736
15737 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15738
15739 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15740 mm-with-unibyte-current-buffer to make string unibyte.
15741
15742 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15743 mm-string-as-multibyte.
15744
15745 2006-11-14 Daiki Ueno <ueno@unixuser.org>
15746
15747 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15748 Reported by Werner Koch <wk@gnupg.org>.
15749
15750 2006-11-14 Daiki Ueno <ueno@p360>
15751
15752 * mml2015.el: Autoload epa-select-keys when compiling.
15753
15754 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15755
15756 * mml2015.el (mml2015-epg-sign): Save the signing keys in
15757 message-options.
15758 (mml2015-epg-encrypt): Save the recipient keys in message-options.
15759
15760 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15761
15762 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15763 EasyPG (< 0.0.6).
15764 (mml2015-always-trust): New user option.
15765 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15766 prompt.
15767
15768 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15769
15770 * nntp.el (nntp-authinfo-force): New variable.
15771 (nntp-send-authinfo): Use it.
15772
15773 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
15774
15775 * message.el (message-strip-subject-encoded-words): Allow _not_ to
15776 decode encoded words. Improve prompt. Add comment about forwarding.
15777 (message-replacement-char): Move up.
15778
15779 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15780
15781 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15782 instead of gnus-intersection because arguments of gnus-sorted-nunion
15783 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
15784
15785 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
15786
15787 * message.el (message-strip-subject-encoded-words): Reformat prompt.
15788 (message-simplify-subject-functions):
15789 Enable message-strip-subject-encoded-words by default.
15790
15791 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
15792
15793 * message.el (message-strip-subject-encoded-words): New function.
15794 (message-simplify-subject-functions): New variable.
15795 (message-simplify-subject): Use it. Fix typo in doc string.
15796 Support message-strip-subject-encoded-words.
15797
15798 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
15799
15800 * gnus-diary.el (gnus-diary-delay-format-function):
15801 * nndiary.el (nndiary-reminders):
15802 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15803
15804 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15805
15806 * gnus-art.el (article-hide-boring-headers): Fetch date from
15807 gnus-original-article-buffer to avoid problems with localized date
15808 strings.
15809
15810 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15811
15812 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15813
15814 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
15815
15816 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15817 New variables.
15818 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15819 (mm-charset-synonym-alist): Move some entries to
15820 mm-codepage-iso-8859-list.
15821 (mm-charset-synonym-alist, mm-charset-override-alist):
15822 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15823
15824 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15825
15826 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15827
15828 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15829
15830 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15831 with Emacs 21 and XEmacs.
15832
15833 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
15834
15835 * spam.el (spam-parse-address): New function for better parsing,
15836 catching errors, etc.
15837 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15838
15839 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15840
15841 * mm-view.el: Add interactive arg to html2text autoload.
15842
15843 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15844
15845 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15846
15847 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
15848
15849 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15850 New variables.
15851 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15852 (mm-charset-synonym-alist): Move some entries to
15853 mm-codepage-iso-8859-list.
15854
15855 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15856
15857 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
15858
15859 * message.el (message-citation-line-format)
15860 (message-insert-formated-citation-line): Fix implementation of %E, %N
15861 and %n according to the doc string.
15862
15863 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
15864
15865 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15866 Use car-safe to avoid bad parses.
15867
15868 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15869
15870 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15871 names.
15872
15873 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15874
15875 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15876
15877 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15878 header.
15879
15880 * message.el (message-draft-headers): Add Date.
15881 (message-headers-to-generate): Fix typo in docstring.
15882
15883 * nndraft.el (nndraft-required-headers): New variable.
15884 (nndraft-generate-headers): Use it.
15885
15886 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15887
15888 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15889
15890 * gnus-registry.el (gnus-registry-wash-for-keywords)
15891 (gnus-registry-find-keywords): New functions to allow easy searching of
15892 articles that are in the registry.
15893
15894 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15895
15896 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15897 Use ietf-drums-parse-address instead of gnus-extract-address-components.
15898 Reported by Damien Elmes <damien@repose.cx>.
15899
15900 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15901
15902 * gnus.el (gnus-mime): Remove unused custom group.
15903
15904 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15905
15906 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15907 "blank line" when searching for end of armor headers.
15908
15909 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15910
15911 * gmm-utils.el (gmm-write-region): Fix variable name.
15912
15913 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15914
15915 * gmm-utils.el (gmm-write-region): New function based on compatibility
15916 code from `mm-make-temp-file'.
15917
15918 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15919
15920 * nnmaildir.el (nnmaildir--update-nov)
15921 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15922 Use `gmm-write-region'.
15923
15924 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15925
15926 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15927 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15928
15929 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15930
15931 * message.el (message-replacement-char): New variable.
15932 (message-fix-before-sending): Use it.
15933 (message-simplify-subject): New function to remove duplicate code.
15934 (message-reply, message-followup): Use it.
15935
15936 * gnus-sum.el (gnus-summary-make-menu-bar):
15937 Clarify gnus-summary-limit-to-articles.
15938
15939 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
15940
15941 * gnus-util.el (gnus-with-local-quit): New macro.
15942
15943 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15944
15945 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
15946
15947 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15948 ignore non-string data.
15949
15950 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15951
15952 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15953 non-string data (needs to be done in the registry too).
15954
15955 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15956
15957 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15958 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15959 (gnus-registry-split-fancy-with-parent)
15960 (gnus-registry-fetch-simplified-message-subject-fast)
15961 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15962 Remove text properties on ingress into the registry and when it's saved.
15963 (gnus-registry-clean-empty-function): Fix bug with cleaning the
15964 registry from entries with no groups.
15965
15966 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15967
15968 * gnus-util.el (gnus-string-remove-all-properties): Add utility
15969 function to remove string properties.
15970
15971 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15972
15973 * gmm-utils.el (gmm): Adjust custom version.
15974
15975 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15976 Adjust custom version.
15977
15978 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15979
15980 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15981
15982 * gnus-art.el (gnus-insert-prev-page-button)
15983 (gnus-insert-next-page-button): Simplify. Reformat.
15984
15985 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15986
15987 * gnus-art.el (gnus-insert-prev-page-button)
15988 (gnus-insert-next-page-button): Apply gnus-article-button-face.
15989
15990 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
15991
15992 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15993
15994 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15995
15996 * gnus-art.el (gnus-insert-mime-button)
15997 (gnus-insert-mime-security-button):
15998 Apply gnus-article-button-face to MIME and security buttons.
15999
16000 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16001
16002 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16003 readable.
16004
16005 2006-09-20 Steve Youngs <steve@sxemacs.org>
16006
16007 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16008 `browse-url-of-file' instead of `browse-url'.
16009
16010 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16011
16012 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16013 regexp. Articles containing quotation were cut prematurely.
16014
16015 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16016
16017 * message.el (message-cite-original-1): Use nobody by default for the
16018 value of From header.
16019 (message-reply): Ditto.
16020
16021 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16022
16023 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16024 to the gnus-info. This fixes a bug of inline-PGP message verification.
16025 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16026
16027 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16028
16029 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16030 mails in the doc string. Add some URLs in comment.
16031 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16032
16033 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16034
16035 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16036 backslashes handling and the way to find boundaries of quoted strings.
16037
16038 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16039
16040 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16041 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16042 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16043 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16044
16045 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16046
16047 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16048 doc string.
16049 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16050
16051 2006-09-06 Simon Josefsson <jas@extundo.com>
16052
16053 * mml2015.el (mml2015-use): Doc fix, mention epg.
16054
16055 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16056
16057 * mml2015.el (mml2015-use): Default to epg, if available.
16058
16059 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16060
16061 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16062 message-sender.
16063 (mml1991-epg-encrypt): Ditto.
16064 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16065 message-sender.
16066 (mml2015-epg-encrypt): Ditto.
16067
16068 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16069
16070 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16071 several common directories.
16072
16073 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16074
16075 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16076 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16077
16078 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16079
16080 * gnus-art.el (article-decode-encoded-words): Make it fast.
16081
16082 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16083
16084 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16085
16086 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16087 in quoted string into `\'.
16088
16089 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16090
16091 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16092 Use standard-syntax-table.
16093
16094 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16095
16096 * gnus-art.el (gnus-decode-address-function): New variable.
16097 (article-decode-encoded-words): Use it to decode headers which are
16098 assumed to contain addresses.
16099 (gnus-mime-delete-part): Remove useless `or'.
16100
16101 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16102 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16103 (gnus-nov-parse-line): Use it to decode From header.
16104 (gnus-get-newsgroup-headers): Ditto.
16105 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16106
16107 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16108 (mail-decode-encoded-address-string): New alias.
16109
16110 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16111 New function.
16112 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16113 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16114 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16115 (rfc2047-decode-string): Ditto.
16116 (rfc2047-decode-address-region): New function.
16117 (rfc2047-decode-address-string): New function.
16118
16119 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16120
16121 * message.el (message-caesar-buffer-body): Allow rotating headers.
16122
16123 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16124
16125 * message.el (message-insert-formated-citation-line): Fix %f.
16126 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16127
16128 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16129
16130 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16131 (gnus-bookmark-mouse-available-p): New macro.
16132 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16133 (gnus-bookmark-bmenu-show-infos): Use it.
16134 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16135 (gnus-bookmark-bmenu-hide-infos): Ditto.
16136 (gnus-bookmark-remove-properties): New function.
16137 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16138 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16139 (gnus-bookmark-write-file): Bind coding-system-for-write.
16140 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16141 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16142 group before selecting it.
16143 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16144 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16145 quit-window if it is not available; use gnus-mouse-2 and bind it to
16146 gnus-bookmark-bmenu-select-by-mouse.
16147 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16148 (gnus-bookmark-bmenu-select-by-mouse): New function.
16149
16150 2006-08-13 Romain Francoise <romain@orebokech.com>
16151
16152 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16153 space.
16154
16155 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16156
16157 * compface.el (uncompface): Use binary rather than raw-text-unix.
16158
16159 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16160
16161 * compface.el (uncompface): Make sure the eol conversion doesn't take
16162 place when communicating with the external programs.
16163 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16164
16165 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16166
16167 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16168
16169 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16170
16171 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16172 Make it more robust by parsing author and date independently.
16173
16174 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16175
16176 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16177
16178 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16179
16180 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16181 first matching secret key.
16182 (mml2015-epg-encrypt): Ditto.
16183
16184 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16185 first matching secret key.
16186 (mml1991-epg-encrypt): Ditto.
16187
16188 * mml2015.el (mml2015-encrypt-to-self): New user option.
16189 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16190 mml2015-epg-encrypt-to-self is set.
16191
16192 * mml1991.el (mml1991-encrypt-to-self): New variable.
16193 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16194 mml1991-epg-encrypt-to-self is set.
16195
16196 * mml2015.el (mml2015-signers): New user option.
16197 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16198 (mml2015-epg-encrypt): Allow to select signing keys.
16199
16200 * mml1991.el (mml1991-signers): New variable.
16201 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16202 (mml1991-epg-encrypt): Allow to select signing keys.
16203
16204 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16205
16206 * nnheader.el (nnheader-insert-head): Make it work even if the file
16207 uses CRLF for the line-break code.
16208
16209 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16210
16211 * mml2015.el: Require mml-sec instead of password.
16212 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16213 (mml2015-cache-passphrase): Inherit the default value from
16214 mml-secure-cache-passphrase.
16215 (mml2015-passphrase-cache-expiry): Inherit the default value from
16216 mml-secure-passphrase-cache-expiry.
16217
16218 * mml1991.el: Require mml-sec instead of password.
16219 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16220 (mml1991-cache-passphrase): Inherit the default value from
16221 mml-secure-cache-passphrase.
16222 (mml1991-passphrase-cache-expiry): Inherit the default value from
16223 mml-secure-passphrase-cache-expiry.
16224
16225 * mml-sec.el: Require password.
16226 (mml-secure-verbose): New user option.
16227 (mml-secure-cache-passphrase): New user option.
16228 (mml-secure-passphrase-cache-expiry): New user option.
16229
16230 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16231 Andreas Vögele <andreas@altroot.de> (tiny change)
16232
16233 * pgg-def.el (pgg-truncate-key-identifier):
16234 Truncate the key ID to 8 letters from the end.
16235
16236 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16237
16238 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16239 workaround for the url package included with Emacs.
16240
16241 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16242
16243 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16244
16245 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16246 correctly. This fixes a bug caused by the 2006-05-12 change.
16247
16248 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16249
16250 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16251 some information about the error when saying that the `bogus' mail
16252 group will be used.
16253
16254 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16255
16256 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16257 string.
16258
16259 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16260
16261 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16262
16263 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16264
16265 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16266
16267 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16268
16269 * mml1991.el (mml1991-function-alist): Add epg.
16270 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16271 (mml1991-epg-encrypt): New functions.
16272
16273 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16274
16275 * mml2015.el (mml2015-verbose): New variable.
16276 (mml2015-cache-passphrase): Ditto.
16277 (mml2015-passphrase-cache-expiry): Ditto.
16278 (mml2015-function-alist): Add epg.
16279 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16280 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16281 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16282 New functions.
16283
16284 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16285
16286 * message.el (message-cite-original-1): Preserve region when removing
16287 quoted text due to X-No-Archive in order to avoid bogus attribution
16288 when citing multiple messages.
16289
16290 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16291
16292 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16293 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16294
16295 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16296
16297 * gnus-diary.el (gnus-user-format-function-d)
16298 (gnus-user-format-function-D): Autoload.
16299
16300 * imap.el (Commentary): Fix typo.
16301
16302 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16303 2006-04-22 contribution.
16304
16305 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16306
16307 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16308 It didn't really fix the bogosity I'm seeing with solid web groups.
16309
16310 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16311
16312 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16313 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16314 created using server names. If we use the feature without declaring
16315 it, Gnus does not properly manage server and group state.
16316
16317 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16318 bound.
16319
16320 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16321
16322 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16323 looking up the method using GROUP's prefix before inventing a new one.
16324 It is used on killed/unknown groups in various places where returning
16325 an all-new method isn't expected by the caller.
16326
16327 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16328 and match semantics of gnus-group-real-prefix.
16329
16330 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16331
16332 * nnmail.el (nnmail-broken-references-mailers): New variable.
16333 (nnmail-ignore-broken-references): New function generalizing
16334 nnmail-fix-eudora-headers.
16335 (nnmail-fix-eudora-headers): Now obsolete.
16336
16337 * gnus-art.el (gnus-button-handle-custom):
16338 Support `customize-apropos*'.
16339
16340 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16341
16342 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16343
16344 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16345 articles.
16346
16347 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16348
16349 * message.el (message-cite-reply-above): New variable.
16350 (message-yank-original): Use it.
16351
16352 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16353
16354 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16355
16356 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16357
16358 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16359 as read.
16360
16361 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16362
16363 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16364
16365 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16366 (gnus-bookmark-default-file): Use gnus-directory.
16367 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16368 Remove "*" in doc string.
16369 (gnus-bookmark-write-file): Simplify.
16370 (gnus-bookmark-maybe-sort-alist): Use `when'.
16371 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16372 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16373 Add FIXME about Emacs 21 and XEmacs compatibility.
16374 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16375 compatibility.
16376 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16377 compatibility.
16378 (gnus-bookmark-menu-heading): Fix version.
16379
16380 2006-06-19 Bastien Guerry <bzg@altern.org>
16381
16382 * gnus-bookmark.el: New file.
16383
16384 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16385
16386 * message.el (message-syntax-checks): Doc fix.
16387
16388 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16389
16390 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16391 unsubscribed groups as if they were killed ones. It causes duplicate
16392 entries in gnus-newsrc-alist.
16393
16394 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16395
16396 * message.el (message-syntax-checks): Doc fix.
16397 (message-send-mail): Add check for continuation headers.
16398 (message-check-news-header-syntax): Fix regexp used to check for
16399 continuation headers.
16400
16401 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16402
16403 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16404
16405 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16406
16407 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16408
16409 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16410
16411 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16412 default-truncate-lines.
16413
16414 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16415
16416 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16417 to fill the utf-8 entry.
16418
16419 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16420
16421 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16422
16423 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
16424
16425 * gnus-agent.el (directory-files-and-attributes): Move all the way
16426 forward (the third and final move).
16427 (gnus-agent-read-agentview): Trap reconstruction errors due to
16428 nonexistent directory. Handle by returning nil.
16429
16430 2006-05-30 Didier Verna <didier@xemacs.org>
16431
16432 * message.el (message-dont-reply-to-names): Update the custom type.
16433 * message.el (message-dont-reply-to-names): New defsubst: potentially
16434 convert a list of regexps into a single one.
16435 * message.el (message-get-reply-headers): Use it.
16436 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16437
16438 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16439
16440 * gnus-agent.el (directory-files-and-attributes): Move forward.
16441
16442 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16443
16444 * gnus-ml.el (gnus-mailing-list-subscribe)
16445 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16446 (gnus-mailing-list-message): Fix doc strings.
16447
16448 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16449
16450 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16451 of doing it manually.
16452
16453 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16454
16455 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16456 comment.
16457
16458 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16459
16460 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16461 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16462 (gnus-agent-read-local): All symbols allocated in my-obarray.
16463 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16464 (gnus-agent-regenerate-group): Check numeric names to see if they are
16465 messages or groups.
16466 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16467 better way of do this...)
16468
16469 * gnus-cache.el (gnus-agent-total-fetched-for):
16470 Ignore 'dummy.group' (there should be a better way of do this...)
16471
16472 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16473
16474 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16475 (gnus-saved-headers): Ditto.
16476 (gnus-default-article-saver): Mention functions may have properties.
16477 (gnus-article-save): Override gnus-save-all-headers and
16478 gnus-saved-headers by :headers property which saver function may have.
16479 (gnus-summary-save-in-file): Add :headers property.
16480 (gnus-summary-write-to-file): Ditto.
16481
16482 * gnus-sum.el (gnus-summary-save-article): Bind
16483 gnus-prompt-before-saving to t when saving many articles in a file;
16484 always show all headers.
16485
16486 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16487
16488 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16489 marks.
16490
16491 * message.el (message-indent-citation): Add optional arguments to allow
16492 using it outside of message buffers.
16493
16494 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16495 (gnus-article-treat-unfold-headers): Use it.
16496 (gnus-article-truncate-lines): New variable.
16497 (gnus-article-mode): Use it.
16498 (gnus-article-toggle-truncate-lines): New function.
16499
16500 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16501 Add gnus-article-toggle-truncate-lines.
16502
16503 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16504 coding system in XEmacs, use binary.
16505
16506 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16507
16508 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16509 after-load-alist.
16510
16511 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16512 this function should save decoded articles.
16513 (gnus-summary-write-to-file): Use property to specify this function
16514 should save decoded articles and specify gnus-summary-save-in-file
16515 should be used to save articles other than the first one when saving
16516 many articles.
16517 (gnus-summary-save-body-in-file): Use property to specify this
16518 function should save decoded articles.
16519 (gnus-summary-write-body-to-file): Use property to specify this
16520 function should save decoded articles and specify
16521 gnus-summary-save-body-in-file should be used to save articles other
16522 than the first one when saving many articles.
16523
16524 * gnus-sum.el (gnus-summary-save-article): Simplify.
16525
16526 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16527
16528 * gnus-art.el (gnus-default-article-saver):
16529 Add gnus-summary-write-body-to-file.
16530 (gnus-article-save-coding-system): Don't use coding system object
16531 in XEmacs.
16532 (gnus-read-save-file-name): Add optional `dir-var' argument which
16533 specifies directory in which files are saved; work even if optional
16534 `variable' argument is not specified.
16535 (gnus-summary-write-to-file): Read file name.
16536 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16537 (gnus-summary-write-body-to-file): New function.
16538
16539 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16540 (gnus-summary-local-variables): Add it.
16541 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16542 (gnus-summary-save-article): Remove optional `decode' argument;
16543 determine whether to decode articles by the value of
16544 gnus-default-article-saver; when saving many files using
16545 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16546 it first and use gnus-summary-save-in-file or
16547 gnus-summary-save-body-in-file thereafter unless
16548 gnus-prompt-before-saving is always; move point to article which
16549 will be saved.
16550 (gnus-summary-save-article-file): Revert.
16551 (gnus-summary-write-article-file): Revert.
16552 (gnus-summary-save-article-body-file): Revert.
16553 (gnus-summary-write-article-body-file): New function.
16554
16555 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16556
16557 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16558
16559 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16560
16561 * gnus-art.el (gnus-default-article-saver): Doc fix.
16562 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16563 from gnus-summary-save-article-coding-system, and default to a
16564 certain coding system.
16565 (gnus-output-to-file): Add coding cookie and encode text according
16566 to gnus-article-save-coding-system; don't use mm-append-to-file.
16567
16568 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16569 gnus-art.el and rename to gnus-article-save-coding-system.
16570 (gnus-summary-save-article): Require gnus-art; don't show all
16571 headers if it decodes articles; don't add coding cookie here;
16572 don't bind mm-text-coding-system-for-write.
16573 (gnus-summary-save-article-file): Save decoded articles.
16574 (gnus-summary-write-article-file): When saving many files, use
16575 gnus-summary-write-to-file first and gnus-summary-save-in-file
16576 thereafter unless gnus-prompt-before-saving is always.
16577 (gnus-summary-save-article-body-file): Save decoded articles.
16578
16579 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16580
16581 * nnrss.el (nnrss-check-group): Bind hash-index.
16582
16583 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
16584
16585 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16586 its hash index. Store this hash in `nnrss-group-data'.
16587 (nnrss-read-group-data): Update accordingly.
16588
16589 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16590
16591 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16592 entry.
16593
16594 * gnus-sum.el (gnus-summary-make-menu-bar):
16595 Add gnus-article-browse-html-article.
16596
16597 2006-05-23 Hynek Schlawack <hynek@ularx.de>
16598
16599 * gnus-sum.el (gnus-summary-mime-map):
16600 Add gnus-article-browse-html-article.
16601
16602 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16603
16604 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16605 suitable coding systems in customize.
16606
16607 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
16608
16609 * mail-source.el (mail-sources): Fix custom type.
16610
16611 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16612
16613 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16614 (gnus-summary-expire-articles-now): Shorten prompt.
16615
16616 * gmm-utils.el (wid-edit): Require.
16617 (defun-gmm): Rename from `gmm-defun-compat'.
16618 (gmm-image-search-load-path): Use it.
16619 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
16620
16621 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16622
16623 * gnus-sum.el (gnus-summary-save-article-coding-system):
16624 New variable.
16625 (gnus-summary-save-article): Add optional `decode' argument.
16626 If it is set and gnus-summary-save-article-coding-system is non-nil,
16627 save decoded article.
16628 (gnus-summary-write-article-file): Save decoded article if
16629 gnus-summary-save-article-coding-system is non-nil.
16630
16631 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16632 type.
16633
16634 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16635
16636 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16637
16638 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
16639
16640 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16641 first to test gnus-single-article-buffer which may be buffer-local.
16642
16643 * gnus-sum.el (gnus-summary-setup-buffer):
16644 Make gnus-single-article-buffer buffer-local and nil in ephemeral
16645 group; make gnus-article-buffer, gnus-article-current, and
16646 gnus-original-article-buffer always buffer-local.
16647 (gnus-summary-exit): Kill article buffer belonging to ephemeral
16648 group.
16649 (gnus-handle-ephemeral-exit): Don't move to next summary line.
16650
16651 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16652
16653 * nnml.el (nnml-request-compact-group): Compressed files might not
16654 have .gz extension.
16655
16656 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16657
16658 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16659 (mm-copy-to-buffer): Use with-current-buffer.
16660 (mm-display-part): Simplify.
16661 (mm-inlinable-p): Add optional arg `type'.
16662
16663 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16664
16665 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16666 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16667 Try harder to show the attachment internally or externally using
16668 gnus-mime-view-part-as-type.
16669
16670 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16671
16672 * message.el (message-from-style, message-signature-separator)
16673 (message-user-organization-file, message-send-mail-function)
16674 (message-citation-line-function, message-yank-prefix)
16675 (message-indent-citation-function, message-signature)
16676 (message-signature-file, message-signature-insert-empty-line):
16677 Remove autoloads.
16678
16679 * gnus-art.el (gnus-buttonized-mime-types):
16680 Remove "multipart/signed". Revert 2006-04-26 change.
16681
16682 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16683
16684 * gnus.el (gnus-version-number): Bump version.
16685
16686 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16687
16688 * gnus.el: No Gnus v0.5 is released.
16689
16690 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16691
16692 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16693 fetching articles by message-id.
16694
16695 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16696
16697 * message.el (hashcash): Require hashcash as normal.
16698
16699 * ecomplete.el (ecomplete-highlight-match-line):
16700 Use point-at-eol.
16701 (ecomplete-highlight-match-line): Use `highlight', because that
16702 face exists in both Emacs and XEmacs.
16703
16704 * message.el (message-display-abbrev): Use point-at-bol.
16705
16706 * mail-source.el: Don't require timer/timer-funcs.
16707
16708 * gnus-async.el: Ditto.
16709
16710 * password.el: Ditto.
16711
16712 * mm-url.el: Ditto.
16713
16714 * mm-util.el: Require timer/timer-funcs.
16715
16716 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16717
16718 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16719 Close.
16720
16721 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16722
16723 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16724 unibyte after clear-decrypt function runs.
16725
16726 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16727 returns as a unibyte string.
16728
16729 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
16730
16731 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16732 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16733 (mml1991-pgg-encrypt): Ditto.
16734
16735 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
16736
16737 * message.el (message-user-organization-file): Check several
16738 locations of the organization file.
16739
16740 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16741 Add gnus-article-view-part-as-type.
16742
16743 * gnus-art.el (gnus-article-view-part-as-type): New function.
16744
16745 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16746 .mobi and .travel. Remove .nato, .bitnet and .uucp.
16747
16748 * mml.el: Simplify autoload.
16749 (mml-mode): defvar dnd-protocol-alist instead of using
16750 symbol-value.
16751 (mml-default-directory): New variable.
16752 (mml-minibuffer-read-file): Use it.
16753 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16754
16755 * message.el (message-citation-line-format): New variable.
16756 (message-insert-formated-citation-line): New function.
16757 (message-citation-line-function):
16758 Add `message-insert-formated-citation-line' to custom type.
16759
16760 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16761 to doc string.
16762
16763 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16764 depending on mm-verify-option.
16765
16766 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16767
16768 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16769 binding pgg-* variables; reimplement the section which prevents
16770 MIME header from being signed.
16771 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16772 pgg-text-mode; remove a blank line at the top of body.
16773
16774 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16775 lines at the top of body; use gnus-newsgroup-charset if there's no
16776 Charset header.
16777
16778 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16779
16780 * message.el (message-self-insert-commands): Doc fix.
16781
16782 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16783 (mm-uu-pgp-encrypted-test): Ditto.
16784 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16785 between header and body; return application/pgp-encrypted handle
16786 if decryption failed; decode decrypted body by charset.
16787
16788 * mm-decode.el (mm-automatic-display): Don't make application/pgp
16789 element match to application/pgp-*.
16790
16791 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16792
16793 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16794 HTML.
16795
16796 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16797
16798 * mail-source.el (mail-source-call-script): Message the error
16799 string.
16800
16801 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16802
16803 * gnus-util.el (gnus-byte-compile): Use it.
16804
16805 2006-04-22 xyblor <fake@invalid.email> (tiny change)
16806
16807 * gnus-util.el (kill-empty-logs): New function.
16808
16809 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16810
16811 * message.el (message-mail-alias-type): Doc fix.
16812 (message-mail-alias-type-p): New function.
16813 (message-send): Use it.
16814 (message-mode): Ditto.
16815 (message-strip-forbidden-properties): Ditto.
16816
16817 * ecomplete.el (ecomplete-database-file-coding-system):
16818 New variable.
16819 (ecomplete-save): Use it.
16820 (ecomplete-setup): Use it.
16821
16822 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16823
16824 * message.el (message-self-insert-commands): New variable.
16825 (message-strip-forbidden-properties): Use it.
16826
16827 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16828
16829 * message.el (message-put-addresses-in-ecomplete): Use a regexp
16830 that doesn't make XEmacs choke.
16831
16832 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
16833
16834 * gnus-util.el (gnus-replace-in-string):
16835 Prefer replace-regexp-in-string over of replace-in-string.
16836
16837 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16838
16839 * gnus-util.el (gnus-select-frame-set-input-focus):
16840 Use select-frame-set-input-focus if it is available in XEmacs; use
16841 definition defined in Emacs 22 for old Emacsen.
16842
16843 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16844
16845 * mm-view.el (mm-inline-text): Use equal instead of equalp.
16846
16847 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
16848
16849 * gnus-registry.el (gnus-registry-cache-save): Remove text
16850 properties when saving via the temp buffer.
16851
16852 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16853
16854 * message.el (message-generate-hashcash): Honor custom type.
16855
16856 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16857
16858 * message.el (message-generate-hashcash): Default to non-nil when
16859 hashcash is found.
16860
16861 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16862 (gnus-refer-thread-limit): Increase default to 500.
16863
16864 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16865
16866 * flow-fill.el (fill-flowed): Allow delete-space.
16867
16868 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16869
16870 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16871 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16872 Remove autoloads.
16873
16874 2006-04-18 Simon Josefsson <jas@extundo.com>
16875
16876 * message.el (message-generate-hashcash): Default to.
16877
16878 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16879
16880 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16881 concatenating segments rather than before concatenating them.
16882
16883 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16884
16885 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16886
16887 * imap.el (imap-quote-specials): New function.
16888 (imap-login-auth): Quote specials.
16889
16890 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16891
16892 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16893
16894 * message.el (message-forward-make-body-plain):
16895 Allow message-forward-ignored-headers to be a list.
16896 (message-remove-ignored-headers): Factor out into function.
16897 (message-forward-make-body-mml): Use it.
16898 * rfc2231.el (rfc2231-parse-string): Remove dead code.
16899 (rfc2231-parse-string): Allow concatanation of parameters that
16900 aren't contiguous. The test case is
16901 (mail-header-parse-content-type "message/external-body;
16902 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16903 access-type=LOCAL-FILE;
16904 name*1*=plugh%2fhello-sailor%2fbing.pdf")
16905
16906 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16907
16908 * nntp.el (nntp-accept-process-output): Return the value of
16909 `nnheader-accept-process-output'.
16910
16911 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16912
16913 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16914 (gnus-button-alist): Recognize more diff formats.
16915 (gnus-button-patch): Strip directory.
16916
16917 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16918
16919 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16920 Emacs 22 when setting focus.
16921
16922 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16923
16924 * gnus-art.el (gnus-article-treat-types): Do treatment of
16925 text/x-verbatim parts.
16926 (gnus-button-patch): New command.
16927
16928 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16929 addresses that contain invalid characters.
16930
16931 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16932
16933 * message.el (message-put-addresses-in-ecomplete):
16934 Use gnus-replace-in-string.
16935 (message-is-yours-p): Use the more correct
16936 mail-header-parse-address instead of
16937 mail-extract-address-components.
16938 (message-put-addresses-in-ecomplete): Fix typo.
16939
16940 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16941 keystroke.
16942
16943 * gnus-art.el (gnus-treatment-function-alist): Change order of
16944 newsgroups/generic header folding to avoid double-folding.
16945
16946 * message.el (message-hidden-headers): Add X-Draft-From.
16947
16948 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16949 New command.
16950 (gnus-summary-repeat-search-article-backward): New command.
16951
16952 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16953 groups in the parent topic.
16954
16955 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
16956
16957 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16958 (spam-extra-header-to-number): Return the CRM114 number as a
16959 number instead of a string.
16960
16961 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16962
16963 * gnus-art.el (gnus-face-properties-alist): Move here from
16964 gnus-fun.
16965
16966 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16967
16968 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16969
16970 * message.el (message-strip-forbidden-properties): Only display on
16971 self-insert-command.
16972
16973 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16974 reindent.
16975 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16976
16977 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
16978
16979 * smiley.el (smiley-style): Fix typo.
16980
16981 2006-03-23 Kenichi Handa <handa@m17n.org>
16982
16983 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16984 instead of set-buffer-multibyte.
16985
16986 2006-03-23 Kenichi Handa <handa@m17n.org>
16987
16988 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16989 buffer and then decode the buffer text if necessary.
16990 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16991 first, and after mm-encode-body, change the buffer to unibyte.
16992
16993 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16994
16995 * hashcash.el (hashcash-insert-payment-async-2):
16996 Use message-goto-eoh instead of doing it manually.
16997 (mail-add-payment): Use message-narrow-to-header instead of trying
16998 to do the same itself.
16999
17000 * message.el (message-hidden-headers): Add Face.
17001
17002 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17003 reparenting code.
17004 (gnus-summary-reparent-children): Refactored out code.
17005 (gnus-summary-thread-map): New keystroke.
17006 (gnus-summary-reparent-children): Make into command.
17007
17008 * smiley.el (smiley-style): Default to `medium' if using a large
17009 font.
17010
17011 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17012 does it itself.
17013
17014 * message.el (message-point-in-header-p): Simplify definition.
17015
17016 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17017
17018 * nnagent.el (nnagent-request-set-mark): Silence log file
17019 writing.
17020 (nnagent-request-set-mark): Use write-region instead of
17021 append-to-file.
17022
17023 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17024 strange select method.
17025
17026 * ecomplete.el (ecomplete-display-matches): Get highlightling
17027 right.
17028 (ecomplete-display-matches): Use literals.
17029 (ecomplete-display-matches): Disable message logging.
17030
17031 * message.el (message-display-abbrev): Small optimization.
17032
17033 * ecomplete.el (ecomplete-display-matches): Allow automatic
17034 display.
17035
17036 * message.el (message-strip-forbidden-properties):
17037 Display abbrevs.
17038 (message-display-abbrev): Get automatic display right.
17039
17040 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17041 keystrokes.
17042
17043 2006-04-13 Romain Francoise <romain@orebokech.com>
17044
17045 TODO: Backport to v5-10!
17046
17047 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17048 Move here (and rename) from gnus-registry.el.
17049
17050 * gnus-registry.el: Require gnus-util.
17051 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17052
17053 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17054
17055 * gnus-group.el (gnus-group-catchup-current):
17056 Change if-then-else-if-then-else into cond.
17057 (gnus-group-catchup): Indent.
17058 (group-name-at-point): New function.
17059 (gnus-fetch-group): Provide default from thing at point.
17060
17061 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17062
17063 * message.el (message-display-abbrev): Fix regexp.
17064
17065 * ecomplete.el (ecomplete-highlight-match-line):
17066 Reimplement choosing.
17067 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17068 dead variables.
17069
17070 * message.el (message-newline-and-indent): Remove debugging.
17071 (message-display-abbrev): Use new implementation.
17072
17073 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17074
17075 * gnus-art.el (gnus-article-mode):
17076 Set cursor-in-non-selected-windows to nil.
17077
17078 * smiley.el: Revert previous change.
17079 (smiley-data-directory): defvar it before using it in the
17080 defcustom of `smiley-style'.
17081
17082 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17083
17084 * message.el (message-newline-and-indent): New function.
17085
17086 * ecomplete.el: Implement more bits.
17087
17088 * message.el (message-put-addresses-in-ecomplete): Clean up the
17089 string.
17090
17091 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17092
17093 * gnus-sum.el (gnus-summary-save-parts):
17094 Bind gnus-summary-save-parts-counter and use it to make unique file
17095 names.
17096
17097 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17098
17099 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17100 parameter to say whether to actually parse the individual
17101 addresses.
17102
17103 * message.el (message-put-addresses-in-ecomplete): New function.
17104 (ecomplete): Require.
17105 (message-mail-alias-type): Add ecomplete as an option.
17106
17107 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17108
17109 * flow-fill.el (fill-flowed): Remove trailing space from blank
17110 quoted lines.
17111
17112 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17113
17114 * smiley.el (smiley-style): Move definition later to avoid a
17115 compilation warning.
17116
17117 2006-04-12 Kenichi Handa <handa@m17n.org>
17118
17119 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17120 buffer and then decode the buffer text if necessary.
17121 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17122 first, and after mm-encode-body, change the buffer to unibyte.
17123 Use mm-disable-multibyte instead of set-buffer-multibyte.
17124
17125 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17126
17127 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17128 Content-Type header instead of Content-Disposition header.
17129 (gnus-mime-inline-part): Ditto.
17130 (gnus-mime-view-part-as-charset): Ignore charset that the part
17131 specifies.
17132
17133 * mm-decode.el (mm-display-part): Work with external parts and
17134 usual parts similarly.
17135
17136 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17137 instead of gnus-display-mime.
17138
17139 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17140 instead of with-temp-buffer.
17141
17142 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17143 tag to summarized topics part in order to encode non-ASCII text.
17144
17145 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17146
17147 * smiley.el (smiley-style): New variable.
17148 (smiley-directory): New function.
17149 (smiley-data-directory): Derive from `smiley-style' using
17150 `smiley-directory'.
17151 (smiley-regexp-alist): Add new entries.
17152
17153 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17154 (gnus-article-browse-delete-temp): Add :version.
17155
17156 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17157
17158 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17159 the sieve region.
17160
17161 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17162
17163 * gnus.el (gnus-version-number): Bump version.
17164
17165 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17166
17167 * gnus.el: No Gnus v0.4 is released.
17168
17169 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17170
17171 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17172 layout.
17173
17174 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17175 unknown charset.
17176
17177 * message.el (message-header-synonyms): Add Original-To to the
17178 default.
17179
17180 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17181 optional parameter.
17182
17183 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17184
17185 * gnus-fun.el (gnus): Require it for gnus-directory.
17186
17187 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17188
17189 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17190
17191 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17192
17193 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17194
17195 2006-04-05 Simon Josefsson <jas@extundo.com>
17196
17197 * password.el (password-reset): New function.
17198
17199 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17200
17201 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17202 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17203
17204 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17205
17206 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17207 Some whitespace was matched into the url, which broke browsing hits
17208 > 100 when mm-url-use-external was nil.
17209
17210 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17211
17212 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17213 Check gnus-extra-headers for 'Newsgroups.
17214
17215 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17216 bound.
17217
17218 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17219
17220 * pgg-gpg.el: Clean up process buffers every time gpg processes
17221 complete.
17222
17223 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17224
17225 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17226 doc string.
17227
17228 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17229
17230 * pgg-gpg.el (pgg-gpg-process-filter)
17231 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17232
17233 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17234 lines, temporary fix.
17235
17236 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17237
17238 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17239
17240 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17241
17242 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17243 default-enable-multibyte-characters. This reverts the change from
17244 revision 6.17 which is no longer necessary because the passphrase
17245 is sent separately now. GnuPG messages are unreadable under
17246 multibyte locales with default-enable-multibyte-characters set to
17247 nil.
17248
17249 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17250
17251 * message.el (message-tool-bar-gnome): Move "spell".
17252
17253 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17254
17255 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17256 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17257 instead.
17258
17259 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17260
17261 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17262 Improve newsgroups handling for NNTP overviews which don't include
17263 Newsgroups.
17264
17265 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17266
17267 * message.el (message-resend): Bind message-generate-hashcash to nil.
17268
17269 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17270
17271 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17272 when searching for already-paid recipients.
17273
17274 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17275
17276 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17277 passphrases when it is not needed.
17278 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17279 passphrase stuff from gpg, should only be necessary when you use
17280 gpg with a smartcard.
17281
17282 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17283
17284 * mml.el (mml-insert-mime): Ignore cached contents of
17285 message/external-body part.
17286
17287 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17288 (mm-insert-part): Ditto.
17289
17290 2006-03-23 Simon Josefsson <jas@extundo.com>
17291
17292 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17293 Reiner.
17294 (pgg-gpg-use-agent-p): Use it again.
17295
17296 2006-03-23 Simon Josefsson <jas@extundo.com>
17297
17298 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17299 older emacsen.
17300 (pgg-gpg-use-agent-p): Don't use it.
17301
17302 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17303
17304 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17305 if we can.
17306
17307 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17308
17309 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17310 (pgg-gpg-update-agent): New function.
17311 (pgg-gpg-use-agent-p): New function.
17312 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17313 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17314 (pgg-gpg-sign-region): Use it.
17315
17316 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17317
17318 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17319 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17320
17321 2006-03-21 Simon Josefsson <jas@extundo.com>
17322
17323 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17324 <wilde@sha-bang.de>.
17325 (pgg-gpg-use-agent): New variable.
17326 (pgg-gpg-process-region): Use it.
17327 (pgg-gpg-encrypt-region): Likewise.
17328 (pgg-gpg-encrypt-symmetric-region): Likewise.
17329 (pgg-gpg-decrypt-region): Likewise.
17330 (pgg-gpg-sign-region): Likewise.
17331 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17332
17333 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17334
17335 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17336
17337 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17338 Add comment on version.
17339
17340 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17341
17342 * smiley.el: Add missing test smiley.
17343
17344 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17345
17346 * mm-decode.el (mm-with-part): New macro.
17347 (mm-get-part): Use it; work with message/external-body as well.
17348 (mm-save-part): Treat name and filename equally.
17349
17350 * mm-extern.el (mm-extern-cache-contents): New function.
17351 (mm-inline-external-body): Use it; force the part to be displayed;
17352 move undisplayer added to the cached handle to the parent.
17353
17354 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17355 (gnus-mime-view-part-as-type): Work with message/external-body.
17356
17357 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17358
17359 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17360
17361 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17362 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17363 Emacs.]
17364
17365 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17366
17367 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17368 path rather than symbol. Always return list of directories.
17369 Guarantee that image directory comes first. [Sync with image.el,
17370 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17371
17372 * message.el (message-make-tool-bar): Adjust to new API of
17373 `gmm-image-load-path-for-library'.
17374
17375 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17376
17377 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17378
17379 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17380
17381 * gnus-art.el (gnus-article-only-boring-p):
17382 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17383 intangible text.
17384 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17385
17386 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17387
17388 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17389 Use `defun' instead of `gmm-defun-compat'.
17390
17391 2006-03-14 Simon Josefsson <jas@extundo.com>
17392
17393 * message.el (message-unique-id): Don't use message-number-base36
17394 if (user-uid) is a float.
17395 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17396
17397 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17398
17399 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17400
17401 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17402 empty line between a part and a message part.
17403
17404 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17405
17406 * smiley.el: Add more test smileys.
17407 (smiley-data-directory, smiley-regexp-alist)
17408 (gnus-smiley-file-types): Fix doc strings.
17409 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17410 adding new elements.
17411 (smiley-mouse-map): Unused code. Make it a comment.
17412
17413 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17414
17415 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17416 scan latest NoCeM messages instead of old ones.
17417 (gnus-nocem-check-article): Fix regexps so as to match to PGP
17418 delimiters that are recently used.
17419 (gnus-nocem-load-cache): Add autoload cookie.
17420
17421 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17422
17423 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17424 level which is larger than gnus-use-nocem is specified.
17425
17426 * gnus-group.el (gnus-group-get-new-news): Ditto.
17427
17428 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
17429
17430 * gnus-util.el (gnus-tool-bar-update): New function.
17431
17432 * gnus-group.el (gnus-group-update-tool-bar): New variable.
17433 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17434
17435 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17436
17437 * gnus-group.el (gnus-group-redraw-when-idle)
17438 (gnus-group-redraw-check): Remove.
17439 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17440
17441 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17442
17443 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17444 if optional last element is specified in splits (FIELD VALUE...).
17445
17446 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17447
17448 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17449 to gmm-image-load-path-for-library. Call with no-error argument.
17450 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17451
17452 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17453
17454 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17455
17456 * gmm-utils.el (gmm-image-load-path): Remove alias.
17457
17458 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17459
17460 * gmm-utils.el (gmm-image-load-path): Add alias.
17461
17462 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17463 nnml-generate-nov-databases-1.
17464 (nnml-generate-nov-databases): Use it.
17465 (nnml-generate-nov-databases-directory): Document no-active
17466 argument.
17467
17468 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17469 directory if path is t. Add no-error.
17470
17471 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17472 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17473
17474 * gnus-art.el (gnus-article-browse-delete-temp-files):
17475 Simplify resetting gnus-article-browse-html-temp-list.
17476
17477 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17478 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17479 Add example to docstring. Rename local variables. Move error
17480 checks to default case in cond and simplify.
17481
17482 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17483
17484 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17485 handle is multipart when calling it recursively.
17486 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17487
17488 2006-03-03 Daniel Pittman <daniel@rimspace.net>
17489
17490 * nnimap.el (nnimap-request-update-info-internal): Optimize.
17491 Don't `gnus-uncompress-range' to avoid excessive memory usage.
17492
17493 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17494
17495 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17496 is loaded.
17497
17498 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17499 loaded.
17500
17501 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17502
17503 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17504 to "Emacs 23 (unicode)" in doc string.
17505
17506 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17507 "Emacs 23 (unicode)" in comment.
17508
17509 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17510
17511 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17512
17513 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17514 characters 160 through 255 in Emacs 23.
17515
17516 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17517
17518 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17519 gnus-article-browse-html-temp.
17520 (gnus-article-browse-delete-temp): Make it customizable.
17521 Add `file'. Adjust doc string.
17522 (gnus-article-browse-delete-temp-files): Add argument.
17523 Allow query for each file. Adjust doc string.
17524 (gnus-article-browse-html-parts):
17525 Add `gnus-article-browse-delete-temp-files' to
17526 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17527
17528 2006-03-02 Hynek Schlawack <hynek@ularx.de>
17529
17530 * gnus-art.el (gnus-article-browse-html-temp)
17531 (gnus-article-browse-delete-temp): New variables.
17532 (gnus-article-browse-delete-temp-files): New function.
17533 (gnus-article-browse-html-parts): Use it.
17534
17535 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17536
17537 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17538
17539 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17540 string.
17541
17542 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17543 gnus-summary-insert-new-articles when unplugged.
17544 Remove gnus-summary-search-article-forward.
17545
17546 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17547 display-visual-class instead of display-color-cells.
17548
17549 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
17550
17551 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17552 message/* containing non-ASCII text properly.
17553
17554 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
17555
17556 * message.el: Require gmm-utils, remove autoloads.
17557 (message-tool-bar): Set default based on
17558 gmm-tool-bar-style.
17559 (message-tool-bar-gnome): Add gmm-customize-mode.
17560
17561 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17562 gmm-tool-bar-style.
17563 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17564
17565 * gnus-group.el (gnus-group-tool-bar): Set default based on
17566 gmm-tool-bar-style.
17567 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17568
17569 * gmm-utils.el (gmm-image-directory): Rename variable from
17570 gmm-image-load-path.
17571 (gmm-image-load-path): Use gmm-image-directory.
17572 (gmm-customize-mode): New function.
17573 (gmm-tool-bar-style): New variable.
17574
17575 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17576 gnus-group-redraw-line-number.
17577 (gnus-group-redraw-check): Simplify.
17578 (gnus-group-tool-bar-update): Remove redraw check.
17579 (gnus-group-make-tool-bar): Add redraw check.
17580
17581 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17582
17583 * gnus-art.el (gnus-button): Add missing parentheses.
17584
17585 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
17586
17587 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17588
17589 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17590
17591 * gnus-art.el (gnus-button): New face.
17592 (gnus-article-button-face): Use it.
17593
17594 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17595 Add gnus-summary-next-page. Re-order.
17596
17597 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17598 next-node are now included.
17599 (gnus-group-redraw-line-number): New internal variable.
17600 (gnus-group-redraw-check): Helper function for updating the tool
17601 bar.
17602 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17603
17604 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17605
17606 * spam.el (spam-spamassassin-score-regexp): New internal variable.
17607 (spam-extra-header-to-number, spam-check-spamassassin-headers):
17608 Use it to match format of Spamassassin 3.0 and later.
17609 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17610 (spam-check-bogofilter)
17611 (spam-bogofilter-register-with-bogofilter): Fix args of
17612 `gnus-error' calls.
17613
17614 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17615
17616 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17617 unnecessary interaction when sending queued mails.
17618 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17619
17620 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
17621
17622 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17623 first or last are nil.
17624
17625 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17626
17627 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17628
17629 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17630
17631 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17632
17633 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17634
17635 * dns.el (query-dns): Protect more against buggy tcp output.
17636
17637 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17638
17639 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17640 nov.php.
17641
17642 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17643
17644 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17645 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17646 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
17647 output on the server side.
17648 (nnweb-google-create-mapping): Update regexps and add some
17649 progress indication.
17650
17651 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
17652
17653 * gnus-group.el (gnus-group-tool-bar-gnome):
17654 Fix gnus-agent-toggle-plugged. Re-order icons.
17655 (gnus-group-tool-bar-gnome):
17656 Add gnus-group-{prev,next}-unread-group.
17657 (gnus-group-tool-bar-gnome): Re-order icons.
17658
17659 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17660 Move gnus-summary-insert-new-articles.
17661
17662 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17663 Fix comments.
17664
17665 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
17666 also available in Emacs 21.3.
17667
17668 * message.el (message-fix-before-sending): Change "Emacs 22" to
17669 "Emacs 23 (unicode)" in comment.
17670
17671 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17672 "Emacs 23 (unicode)" in comment.
17673
17674 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17675 comment.
17676 (mm-coding-system-p): Add comment about no-MULE XEmacs.
17677
17678 * mm-view.el (mm-fill-flowed): Add :version.
17679
17680 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
17681
17682 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17683 and load-path.
17684
17685 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
17686
17687 * message.el: Autoload gmm-image-load-path.
17688 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17689 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
17690 consitency.
17691
17692 * gmm-utils.el (gmm-image-load-path): Also search in
17693 "../etc/images". Don't set gmm-image-load-path if we don't find
17694 the image.
17695
17696 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
17697
17698 * gmm-utils.el (gmm-image-load-path): Don't make
17699 `gmm-image-load-path' include subdirectories which the second arg
17700 `image' might specify.
17701
17702 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17703 subdirectory to icon file names.
17704
17705 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17706
17707 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17708
17709 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17710 gmm-image-load-path calls.
17711
17712 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17713
17714 * message.el (message-make-tool-bar): Ditto.
17715
17716 * mml.el (mml-preview): Add comment concerning tool bar icons.
17717
17718 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17719 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17720
17721 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17722 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17723
17724 * message.el (message-tool-bar-gnome): Use new icon names.
17725 (message-make-tool-bar): Use `gmm-image-load-path'.
17726
17727 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17728 New functions from MH-E.
17729 (gmm-image-load-path): New variable from MH-E.
17730 (gmm-image-load-path): New function from MH-E. Add arguments
17731 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
17732 *-image-load-path-called-flag.
17733
17734 2006-02-21 Milan Zamazal <pdm@brailcom.org>
17735
17736 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17737
17738 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
17739
17740 * nnimap.el (nnimap-request-move-article): Change folder back to
17741 source group before deleting.
17742
17743 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
17744
17745 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17746
17747 * gnus-art.el (mm-url-insert-file-contents-external):
17748 Autoload mm-url.
17749
17750 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17751
17752 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
17753
17754 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17755 coding system which mm-charset-to-coding-system returns for a
17756 given charset is valid.
17757
17758 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17759
17760 * html2text.el (html2text-remove-tag-list):
17761 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17762
17763 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17764
17765 * gnus-cus.el: Revert 2005-10-17 change.
17766
17767 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17768
17769 * gnus-art.el (article-strip-banner):
17770 Call article-really-strip-banner only when the regexp match is made.
17771
17772 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
17773
17774 * gnus-art.el (article-strip-banner):
17775 Use gnus-extract-address-components instead of
17776 mail-header-parse-addresses to make it work with non-ASCII text;
17777 remove mail-encode-encoded-word-string.
17778
17779 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17780 values which are surrounded with \"...\"; make it never cause a
17781 Lisp error; give up parsing of parameters if it failed in
17782 extracting type.
17783
17784 2006-02-14 Arne Jørgensen <arne@arnested.dk>
17785
17786 * smime.el (smime-cert-by-ldap-1): Fix bug where
17787 `smime-ldap-search' returns results without userCertificates.
17788
17789 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17790
17791 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17792
17793 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17794
17795 * spam.el (spam-check-spamassassin-headers): Adapt format for
17796 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
17797 <ari@mbf.ocn.ne.jp>.
17798 (spam-list-of-processors): Add spam-use-gmane.
17799
17800 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17801
17802 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17803 make-temp-file; make it work with XEmacs as well.
17804
17805 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17806 mm-make-temp-file.
17807
17808 * mm-decode.el (mm-display-external): Use the 3rd arg of
17809 mm-make-temp-file.
17810 (mm-create-image-xemacs): Ditto.
17811
17812 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17813
17814 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17815 with message-narrow-to-headers.
17816 (gnus-draft-setup): Narrow to header to run message-fetch-field.
17817 (gnus-draft-check-draft-articles): New function.
17818 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17819
17820 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17821
17822 * gnus-art.el (gnus-article-browse-html-parts):
17823 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17824 Don't use suffix argument for mm-make-temp-file for Emacs 21
17825 compatibility. Remove useless `format'.
17826
17827 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17828
17829 * nnweb.el (nnweb-google-wash-article): Update regexps.
17830 (nnweb-group-alist): Use defvoo instead of defvar.
17831
17832 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17833
17834 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17835 re-loading nn* modules.
17836
17837 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
17838
17839 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17840 for `tool-bar-mode' and don't check it's default-value.
17841
17842 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17843
17844 * message.el (message-make-tool-bar): Ditto.
17845
17846 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17847 `substring'. Shorten tmp-file name.
17848
17849 * gnus.el: Remove bogus comment.
17850
17851 2006-02-10 Hynek Schlawack <hynek@ularx.de>
17852
17853 * gnus-art.el (gnus-article-browse-html-parts): New function.
17854 (gnus-article-browse-html-article): New function for viewing html
17855 articles with a browser.
17856
17857 2006-02-09 Daiki Ueno <ueno@unixuser.org>
17858
17859 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17860 (mml2015-pgg-encrypt): Ditto.
17861
17862 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17863 (mml1991-pgg-encrypt): Ditto.
17864
17865 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17866
17867 * nnfolder.el (nnfolder-insert-newsgroup-line):
17868 Use message-make-date instead of current-time-string.
17869
17870 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17871 to gnus-decoded which mm-uu might set.
17872
17873 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17874
17875 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17876 don't decode quoted parameters; remove misimported Emacs code.
17877 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17878 (rfc2231-decode-encoded-string): Don't use split-string which
17879 behaves differently according to Emacs version; use
17880 mm-decode-coding-region to convert charset to coding-system.
17881 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17882 (rfc2231-encode-string): Remove misimported Emacs code.
17883
17884 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17885
17886 * gnus-art.el (article-decode-charset): Don't use ignore-errors
17887 when calling mail-header-parse-content-type.
17888 (article-de-quoted-unreadable): Ditto.
17889 (article-de-base64-unreadable): Ditto.
17890 (article-wash-html): Ditto.
17891
17892 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17893 calling mail-header-parse-content-type and
17894 mail-header-parse-content-disposition.
17895 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17896 mail-header-parse-content-type.
17897
17898 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17899 insert charset and format parameters; encode description after
17900 inserting it to buffer.
17901 (mml-insert-parameter): Fold lines properly even if a parameter is
17902 segmented into two or more lines; change the max column to 76.
17903
17904 * rfc1843.el (rfc1843-decode-article-body): Don't use
17905 ignore-errors when calling mail-header-parse-content-type.
17906
17907 * rfc2231.el (rfc2231-parse-string): Return at least type if
17908 possible; don't cause an error even if it fails in parsing of
17909 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17910 (rfc2231-encode-string): Don't break lines at the beginning, leave
17911 it to mml-insert-parameter.
17912
17913 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17914 calling mail-header-parse-content-type.
17915
17916 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
17917
17918 * spam-report.el (spam-report-gmane-use-article-number):
17919 Improve doc string.
17920 (spam-report-gmane-internal): Check if a suitable header was found
17921 in the article.
17922
17923 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
17924
17925 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17926 (rfc2231-encode-string): Make param*=value always begin with LWSP.
17927
17928 2006-02-05 Romain Francoise <romain@orebokech.com>
17929
17930 Update copyright notices of all files in the gnus directory.
17931
17932 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17933
17934 * nnweb.el (nnweb-request-group): Avoid growing overview files.
17935
17936 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17937
17938 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17939 segmented lines of parameter value to cope with Thunderbird 1.5
17940 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17941 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17942 (rfc2231-encode-string): Don't make lines exceeding 76 column.
17943
17944 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
17945
17946 * mml.el (mml-generate-mime-1): Correct the order of inline signed
17947 parts.
17948
17949 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17950
17951 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17952 there's only one active file for all servers.
17953 (nnweb-request-scan): Make sure nnweb-articles is initialized on
17954 solid groups. Gnus might have used a FAST request to select the group.
17955 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17956 and nnweb-search redundantly in the active file.
17957 (nnweb-request-list): Don't list bogus groups. There can only be one.
17958 (nnweb-request-create-group): Don't use ARGS.
17959 (nnweb-possibly-change-server, nnweb-request-group): Remove some
17960 initializations. Let nnoo do the work.
17961
17962 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
17963
17964 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17965 Say the part has been decoded.
17966
17967 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17968
17969 2006-01-31 Kevin Ryde <user42@zip.com.au>
17970
17971 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17972 mailcap-viewer-test-cache when there's no 'test clause, since that
17973 will invert the meaning of a "nil" test previously determined by
17974 mailcap-mailcap-entry-passes-test.
17975
17976 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
17977
17978 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17979 compiling.
17980
17981 * gnus-sum.el: Ditto.
17982
17983 * message.el: Don't bind tool-bar-map when compiling.
17984
17985 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
17986
17987 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17988
17989 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17990
17991 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17992 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17993 current Google Groups.
17994
17995 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
17996
17997 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17998 and tool-bar-mode.
17999
18000 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18001 and tool-bar-mode.
18002
18003 * message.el (message-tool-bar-update): Simplify.
18004 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18005
18006 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18007 gnus-summary-buffer.
18008 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18009 gnus-summary-reply.
18010
18011 * gmm-utils.el (gmm): Add :version.
18012
18013 2006-01-26 Steve Youngs <steve@sxemacs.org>
18014
18015 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18016 Don't autoload.
18017
18018 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18019
18020 * gmm-utils.el (gmm-verbose): Add :group.
18021
18022 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18023
18024 * message.el: Change some comments WRT tool-bars.
18025
18026 * gnus-sum.el (gnus-summary-tool-bar)
18027 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18028 (gnus-summary-tool-bar-zap-list): New variables.
18029 (gnus-summary-make-tool-bar): Complete rewrite using
18030 `gmm-tool-bar-from-list'.
18031
18032 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18033 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18034 New variables.
18035 (gnus-group-make-tool-bar): Complete rewrite using
18036 `gmm-tool-bar-from-list'.
18037 (gnus-group-tool-bar-update): New function.
18038
18039 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18040
18041 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18042
18043 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18044 is dissected into a single part of which the type is the same as
18045 the given one; decode charset.
18046
18047 2006-01-21 Kevin Ryde <user42@zip.com.au>
18048
18049 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18050 into alists as symbol not string, since that's what
18051 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18052 look for.
18053
18054 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18055
18056 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18057 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18058
18059 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18060
18061 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18062
18063 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18064 (gnus-mime-security-button-menu): New definition.
18065 (gnus-mime-security-button-map): Use them.
18066 (gnus-mime-security-button-menu): New function.
18067 (gnus-insert-mime-security-button): Addition to help echo.
18068 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18069 (gnus-mime-security-pipe-part): New functions.
18070
18071 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18072 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18073
18074 * mm-decode.el (mm-handle-set-disposition): Remove.
18075 (mm-handle-set-description): Remove.
18076
18077 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18078
18079 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18080 (mm-w3m-standalone-supports-m17n-p): New function.
18081 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18082 w3m usage.
18083
18084 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18085 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18086
18087 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18088
18089 * message.el (message-tool-bar-zap-list):
18090 Use gmm-tool-bar-zap-list as custom type.
18091 (message-tool-bar-update): New function.
18092 (message-tool-bar, message-tool-bar-gnome)
18093 (message-tool-bar-retro): Add message-tool-bar-update.
18094 (message-tool-bar-gnome): Add flyspell-buffer.
18095
18096 * gnus-util.el (gnus-error): Describe `args'.
18097
18098 * gmm-utils.el (gmm-error): Describe `args'.
18099 (gmm-tool-bar-zap-list): New widget.
18100 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18101
18102 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18103
18104 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18105 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18106 the number of recursive calls.
18107
18108 * mm-decode.el (mm-handle-set-disposition): New macro.
18109 (mm-handle-set-description): New macro.
18110
18111 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18112
18113 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18114 encoding.
18115
18116 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18117
18118 * message.el (message-tool-bar-zap-list, message-tool-bar)
18119 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18120 (message-tool-bar-local-item-from-menu): Remove.
18121 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18122 (message-make-tool-bar): New function.
18123 (message-mode): Use `message-make-tool-bar'.
18124
18125 * gmm-utils.el: New file.
18126 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18127 (gmm-lazy): New widget copied from `nnmail.el'.
18128 (gmm-tool-bar-from-list): New function for creating customizable
18129 tool bars.
18130 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18131 output.
18132 (gmm): Add :prefix to defgroup.
18133
18134 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18135
18136 * gmm-utils.el (gmm-widget-p): New function.
18137
18138 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18139
18140 * mml.el (mml-attach-file): Describe `description' in doc string.
18141 (mml-menu): Add Emacs MIME manual and PGG manual.
18142
18143 2006-01-20 Richard M. Stallman <rms@gnu.org>
18144
18145 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18146
18147 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18148
18149 * nntp.el (nntp-end-of-line): Doc fix.
18150
18151 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18152
18153 * imap.el (imap-open): Handle case where buffer is a buffer
18154 object.
18155
18156 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18157
18158 * gnus-delay.el (gnus-delay): Don't autoload.
18159 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18160 to be re-loaded when customizing the `gnus-delay' group.
18161
18162 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18163
18164 * message.el (message-insert-citation-line): Use newlines.
18165
18166 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18167
18168 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18169
18170 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18171
18172 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18173
18174 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18175
18176 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18177
18178 * mm-decode.el (mm-inlined-types): Add application/pgp.
18179 (mm-automatic-display): Ditto.
18180
18181 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18182 part as text.
18183
18184 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18185
18186 * nnrss.el: Update copyright.
18187 (nnrss-opml-import): Query whether to subscribe to each entry.
18188
18189 * gnus-art.el:
18190 * gnus-sum.el:
18191 * mm-uu.el:
18192 * mm-view.el: Update copyright.
18193
18194 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18195
18196 * message.el (message-info): New function.
18197 (message-mode-menu): Add it.
18198 Update copyright.
18199
18200 * ChangeLog: Fix and update copyright.
18201
18202 2006-01-13 Romain Francoise <romain@orebokech.com>
18203
18204 * message.el (message-forward-subject-name-subject): Prefer the
18205 address to 'nowhere' if the sender has no name.
18206 Fix typo. Update copyright year.
18207
18208 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18209
18210 * gnus-art.el (article-wash-html):
18211 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18212 (gnus-article-wash-html-with-w3m-standalone): New function.
18213
18214 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18215 mm-inline-text-html-render-with-w3m-standalone.
18216 (mm-text-html-washer-alist): Map w3m-standalone to
18217 gnus-article-wash-html-with-w3m-standalone.
18218 (mm-inline-text-html-render-with-w3m-standalone): New function.
18219
18220 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18221
18222 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18223 Improve LaTeX.
18224
18225 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18226
18227 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18228 (nnrss-request-article): Render text/plain parts as HTML.
18229
18230 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18231 the buffer.
18232
18233 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18234
18235 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18236 custom definition of `gnus-posting-styles'.
18237
18238 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18239 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18240
18241 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18242
18243 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18244 Use nntp for bug archive.
18245
18246 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18247
18248 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18249 parts.
18250 (nnrss-normalize-date): New function converts ISO 8601 date into
18251 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18252 (nnrss-check-group): Use it.
18253
18254 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18255
18256 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18257
18258 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18259 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18260 (nnrss-insert-w3): Ditto.
18261
18262 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18263
18264 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18265 the articles to be forwarded including the case where neither a
18266 number of articles nor a region is specified.
18267
18268 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18269
18270 * nnrss.el (nnrss-request-article): Fix last change; fill
18271 text/plain parts.
18272
18273 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18274
18275 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18276 in text/plain part.
18277 (nnrss-check-group): Don't add excessive newline to dc:subject.
18278
18279 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18280
18281 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18282 article.
18283
18284 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18285
18286 * nnml.el: Don't require gnus-bcklg. Autoload it.
18287 (nnml-use-compressed-files, nnml-save-mail): Support other
18288 comression programs such as bzip2.
18289
18290 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18291
18292 * dns.el (query-dns): Make sure we check the buffer size before
18293 removing tcp headers.
18294
18295 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18296
18297 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18298 remove MIME buttons associated with multipart/alternative parts.
18299 (gnus-mime-display-alternative): Tag buttons using `article-type'
18300 text property.
18301
18302 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18303 associated with multipart/alternative parts.
18304
18305 * gnus-art.el (gnus-signature-separator): Fix custom type.
18306
18307 * mm-decode.el (mm-inlined-types): Fix custom type.
18308 (mm-keep-viewer-alive-types): Ditto.
18309 (mm-automatic-display): Ditto.
18310 (mm-attachment-override-types): Ditto.
18311 (mm-inline-override-types): Ditto.
18312 (mm-automatic-external-display): Ditto.
18313
18314 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18315
18316 * spam-report.el (spam-report-user-mail-address)
18317 (spam-report-user-agent): New variables.
18318 (spam-report-url-ping-plain): Use spam-report-user-agent.
18319
18320 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18321
18322 * gnus-art.el (gnus-button-handle-custom): Do not just use
18323 `customize-apropos' for any "M-x customize-*" button but the
18324 function called for. Accept both the function name and its
18325 argument in order to achieve this.
18326 (gnus-button-alist): Remove support for "custom:" URL's.
18327 Pass function name to `gnus-button-handle-custom' in case of "M-x
18328 customize-*" buttons.
18329
18330 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18331
18332 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18333 multipart/alternative and add xref to mm-discouraged-alternatives
18334 in doc string.
18335
18336 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18337 gnus-buttonized-mime-types in doc string.
18338
18339 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18340
18341 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18342 Suggest image/.* in the doc string.
18343
18344 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18345
18346 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18347 message-marks (Debian bug #342521).
18348
18349 2005-12-12 Simon Josefsson <jas@extundo.com>
18350
18351 * password.el (password-read-from-cache): Add.
18352 (password-read): Use it.
18353
18354 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18355
18356 * rfc2047.el (rfc2047-charset-to-coding-system):
18357 Recognize us-ascii as a MIME charset.
18358
18359 * mm-bodies.el (mm-decode-content-transfer-encoding):
18360 Protect against the case where the 2nd arg TYPE is nil.
18361
18362 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18363
18364 * pop3.el (pop3-stream-type): Fix custom version.
18365
18366 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18367
18368 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18369
18370 * mm-decode.el (mm-display-external): Add missing cdr.
18371
18372 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18373
18374 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18375 RFC1524) if it is in mailcap or add a suffix according to
18376 mailcap-mime-extensions when generating a temp filename; postpone
18377 deleting a temp file for 2 seconds for some wrappers, shell
18378 scripts, and so on, which might exit right after having started a
18379 viewer command as a background job.
18380
18381 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18382
18383 * nntp.el (nntp-marks-directory): Fix custom group.
18384
18385 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18386 steps when < 10.
18387
18388 * gnus-start.el (gnus-no-server-1):
18389 Mention `gnus-level-default-subscribed' in doc string.
18390
18391 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18392
18393 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18394 parens.
18395
18396 2005-11-26 Dave Love <fx@gnu.org>
18397
18398 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18399 (tls-program, tls-success): Provide openssl alternative.
18400
18401 * starttls.el: Doc fixes.
18402 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18403 SERVICE to PORT.
18404
18405 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18406 port null or service name.
18407 (starttls-negotiate): Autoload.
18408
18409 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18410
18411 * message.el (message-kill-to-signature): Fix interactive spec.
18412
18413 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18414
18415 * pop3.el (pop3-open-server): Recognize a string as a service name.
18416
18417 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
18418
18419 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18420
18421 2005-11-23 Dave Love <fx@gnu.org>
18422
18423 Add pop3s, pop3/starttls.
18424
18425 * pop3.el (pop3-authentication-scheme): Clarify doc.
18426 (open-tls-stream, starttls-open-stream): Autoload.
18427 (pop3-stream-type): New.
18428 (pop3-open-server): Use it.
18429
18430 * mail-source.el (mail-sources): Fix some :types. Add stream type
18431 for POP.
18432 (mail-source-keyword-map): Add :stream for POP.
18433 (mail-source-fetch-pop): Use pop3-stream-type.
18434
18435 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18436
18437 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18438 of current-time-string.
18439
18440 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18441
18442 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18443 date header.
18444
18445 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18446
18447 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
18448 it can seriously impact performance as it bypasses the agent's
18449 local caches.
18450
18451 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18452
18453 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18454 must be explicitly online rather than "not explicitly offline" for
18455 its flags to be synchronized.
18456
18457 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18458 that gnus-uu-unmark-thread will function correctly.
18459
18460 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18461 1024K is instead displayed as 1M.
18462
18463 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18464
18465 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18466
18467 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18468
18469 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18470
18471 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18472
18473 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18474 error message to display actual error condition.
18475 (gnus-agent-save-local): Avoid saving symbols that are bound to
18476 nil as they simply result in a warning message in
18477 gnus-agent-read-local.
18478
18479 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18480
18481 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18482 rather than make-variable-buffer-local for file-precious-flag.
18483
18484 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18485
18486 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18487 for duplicates which are removed. The invalid sort check then
18488 triggers a rescan after the sort as sorting may have moved
18489 duplicate entries such that they can be cheaply detected.
18490
18491 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18492
18493 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18494
18495 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18496
18497 * gnus-agent.el (gnus-agent-article-alist-save-format):
18498 Change internal variable to a custom variable. Change default value
18499 from compressed(2) to uncompressed(1).
18500 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18501 support for uncompressed agentview files. Taken together, reading
18502 the agentview file should now be 6-7 times faster.
18503
18504 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
18505
18506 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18507 as a buffer-local variable. This avoids creating truncated
18508 dribble files as a result of a hang up, eg.
18509
18510 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18511
18512 * gnus-start.el (gnus-start-draft-setup):
18513 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18514
18515 * gnus.el (gnus-splash): Change custom group.
18516 (gnus-group-get-parameter, gnus-group-parameter-value):
18517 Describe allow-list argument.
18518
18519 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18520 string.
18521
18522 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18523
18524 * gnus-art.el (gnus-default-article-saver): Add user-defined
18525 `function' to custom type.
18526
18527 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18528
18529 * imap.el (imap-open): Handle case where buffer is a buffer
18530 object.
18531
18532 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18533
18534 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18535 long lines.
18536 (gnus-cache-delete-group): Wrap doc strings.
18537
18538 * gnus-agent.el (gnus-agent-rename-group)
18539 (gnus-agent-delete-group): Wrap doc strings.
18540
18541 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18542
18543 * gnus-start.el (gnus-1): Add "native" to
18544 gnus-predefined-server-alist.
18545
18546 * gnus.el (gnus-method-to-server): Don't add "native" to the
18547 lists here, because that leads to problems when
18548 gnus-select-method is bound.
18549
18550 2005-11-09 Simon Josefsson <jas@extundo.com>
18551
18552 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18553 use (not sort-by-date) instead.
18554
18555 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18556
18557 * gnus-delay.el (gnus-delay-group): Don't autoload.
18558 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18559 to be re-loaded when customizing the `gnus-delay' group.
18560
18561 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18562
18563 * message.el: Revert last changes.
18564 (message-insert-citation-line): Use newlines.
18565
18566 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18567
18568 * message.el (message-courtesy-message)
18569 (message-mark-insert-begin, message-mark-insert-end)
18570 (message-elide-ellipsis, message-cancel-message)
18571 (message-add-header, message-change-subject)
18572 (message-cross-post-followup-to-header)
18573 (message-cross-post-insert-note, message-reduce-to-to-cc)
18574 (message-widen-reply, message-delete-not-region)
18575 (message-kill-to-signature, message-insert-signature)
18576 (message-insert-importance-high, message-insert-importance-low)
18577 (message-insert-or-toggle-importance)
18578 (message-insert-disposition-notification-to)
18579 (message-indent-citation, message-yank-original)
18580 (message-cite-original-without-signature, message-cite-original)
18581 (message-insert-citation-line, message-position-on-field)
18582 (message-fix-before-sending, message-send-mail-partially)
18583 (message-send-mail, message-send-mail-with-sendmail)
18584 (message-send-mail-with-qmail, message-send-news)
18585 (message-check-news-header-syntax, message-generate-headers)
18586 (message-insert-courtesy-copy, message-fill-address)
18587 (message-fill-header, message-shorten-references)
18588 (message-setup-1, message-cancel-news)
18589 (message-forward-make-body-plain, message-forward-make-body-mime)
18590 (message-forward-make-body-mml, message-encode-message-body)
18591 (message-forward-make-body-digest-plain)
18592 (message-forward-make-body-digest-mime)
18593 (message-use-alternative-email-as-from): Insert `hard-newline'
18594 instead of ordinary newlines.
18595
18596 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
18597
18598 * message.el (message-generate-headers): Downcase the argument
18599 given to message-check-element.
18600
18601 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
18602
18603 * nntp.el (nntp-authinfo-rejected): New error condition.
18604 (nntp-wait-for): Use new error condition to signal authentication
18605 error.
18606 (nntp-retrieve-data): Rethrow new error condition to break out of
18607 recursive call to nntp-send-authinfo.
18608
18609 2005-11-08 Romain Francoise <romain@orebokech.com>
18610
18611 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18612 (gnus-summary-exit-map): Bind to `Z p'.
18613 (gnus-summary-make-menu-bar): Add menu item.
18614
18615 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
18616
18617 * gnus-art.el (gnus-article-treat-custom): Add `first'.
18618 (gnus-treat-*): Add `first' in all doc strings.
18619
18620 * gnus-group.el (gnus-group-compact-group): Fix typo.
18621
18622 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
18623
18624 * gnus.el (gnus-parameters-case-fold-search): New variable.
18625 (gnus-parameters-get-parameter): Use it.
18626
18627 * gnus-score.el (gnus-home-score-file): Doc fix.
18628
18629 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
18630
18631 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18632
18633 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
18634
18635 * mm-util.el (mm-special-display-p): New function.
18636
18637 * mml.el (mml-preview): Use it; doc fix.
18638
18639 2005-10-29 Romain Francoise <romain@orebokech.com>
18640
18641 * message.el (message-fix-before-sending): Fix comment.
18642
18643 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18644
18645 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18646
18647 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18648
18649 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18650 Used in gnus-score.el.
18651
18652 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
18653
18654 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18655
18656 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
18657
18658 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18659 whitespace removed in revision 7.8. Use concatenated string to
18660 protect trailing whitespace.
18661
18662 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
18663
18664 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18665 (nnimap-request-expire-articles): Use it to avoid sending 'UID
18666 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18667 Courier IMAP ("some version from 2004"). Mostly based on similar
18668 code in the same function.
18669
18670 2005-10-26 Didier Verna <didier@xemacs.org>
18671
18672 * gnus-group.el (gnus-group-compact-group): Invalidate original
18673 article buffer.
18674 * gnus-srvr.el (gnus-server-compact-server): Ditto.
18675 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18676 NOV database and in article itself.
18677 Invalidate article backlog.
18678
18679 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18680
18681 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18682
18683 2005-10-26 Simon Josefsson <jas@extundo.com>
18684
18685 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18686 part of 2004-07-25 change.
18687
18688 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18689
18690 * message.el (message-display-completion-list): New function.
18691 (message-expand-group): Use it; make sure the Completions buffer
18692 is modifiable.
18693
18694 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18695
18696 * imap.el (imap-open): Handle case where buffer is a buffer object.
18697
18698 2005-10-24 Eli Zaretskii <eliz@gnu.org>
18699
18700 * pgg-def.el:
18701 * pgg-gpg.el:
18702 * pgg-parse.el:
18703 * pgg-pgp.el:
18704 * pgg-pgp5.el:
18705 * pgg.el: Move to the parent lisp directory.
18706
18707 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18708
18709 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18710 user-mail-name is an empty string.
18711
18712 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18713
18714 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18715 depending on gnus-score-decay-constant.
18716
18717 * encrypt.el (encrypt-insert-file-contents)
18718 (encrypt-write-file-contents): Don't use `gnus-message'.
18719
18720 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18721 arguments.
18722 (mm-uu-type-alist): Add message-marks and insert-marks.
18723 Pass arguments to mm-uu-verbatim-marks-extract.
18724 (mm-uu-hide-markers): New variable.
18725 (mm-uu-extract): Use face similar to `gnus-cite-3'.
18726
18727 * gnus-fun.el (gnus-convert-image-to-x-face-command)
18728 (gnus-convert-image-to-face-command): Use "convert" by default to
18729 allow other input image formats.
18730 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18731 accordingly.
18732
18733 2005-10-23 Simon Josefsson <jas@extundo.com>
18734
18735 * imap.el (imap-gssapi-program): Align command line parameters
18736 with latest GNU SASL.
18737 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18738
18739 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18740
18741 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18742 HTML.
18743 (nnslashdot-request-article): Ditto.
18744
18745 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18746
18747 * mail-source.el (mail-source-fetch-pop): Require pop3.
18748 (mail-source-check-pop): Ditto.
18749
18750 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
18751
18752 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18753 errors.
18754
18755 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
18756
18757 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18758 (gnus-treat-strip-leading-blank-lines): Improve doc string.
18759
18760 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18761
18762 * mm-bodies.el (mm-decode-string):
18763 Call `mm-charset-to-coding-system' with allow-override argument.
18764
18765 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18766
18767 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18768 (rfc2047-charset-to-coding-system): New function.
18769 (rfc2047-decode-encoded-words): New function.
18770 (rfc2047-decode-region): Use them.
18771 (rfc2047-decode-cte): Remove.
18772 (rfc2047-parse-and-decode): Remove.
18773 (rfc2047-decode): Remove.
18774
18775 2005-10-15 Kenichi Handa <handa@m17n.org>
18776
18777 * rfc2047.el (rfc2047-decode-cte): New function.
18778 (rfc2047-decode-region): Change the way to decode successive
18779 encoded-words: decode B- or Q-encoding in each encoded-word,
18780 concatenate them, and decode it as charset.
18781
18782 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18783
18784 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
18785 widget-move-and-invoke.
18786 (gnus-custom-mode): Use gnus-custom-map.
18787
18788 2005-10-15 Bill Wohler <wohler@newt.com>
18789
18790 * message.el (message-tool-bar-map): Rename image file from
18791 mail_send to mail/send.
18792
18793 2005-10-16 Masatake YAMATO <jet@gyve.org>
18794
18795 * message.el (message-expand-group): Pass the common
18796 prefix substring of completion to `display-completion-list'.
18797
18798 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
18799
18800 * mml-sec.el (mml-secure-method): New internal variable.
18801 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18802 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18803 New functions using mml-secure-method.
18804
18805 * mml.el (mml-mode-map): Add key bindings for those functions.
18806 (mml-menu): Simplify security menu entries. Suggested by Jesper
18807 Harder <harder@myrealbox.com>.
18808 (mml-attach-file, mml-attach-buffer, mml-attach-external):
18809 Goto end of message if point is the headers of the message.
18810
18811 * message.el (message-in-body-p): New function.
18812
18813 * assistant.el: Autoload gnus-util and netrc.
18814
18815 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18816 Use `mm-charset-override-alist' only when decoding.
18817
18818 * mm-bodies.el (mm-decode-body):
18819 Call `mm-charset-to-coding-system' with allow-override argument.
18820
18821 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18822 `filename' from Content-Disposition if Content-Type doesn't
18823 provide `name'.
18824 (gnus-mime-view-part-as-type): Set default instead of
18825 initial-input.
18826
18827 2005-10-09 Daniel Brockman <daniel@brockman.se>
18828
18829 * format-spec.el (format-spec): Propagate text properties of % spec.
18830
18831 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18832
18833 * gnus-art.el (gnus-treat-predicate): Add `first'.
18834
18835 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18836
18837 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18838 (mm-charset-override-alist): New variable.
18839 (mm-charset-to-coding-system): Use it.
18840 (mm-codepage-setup): New helper function.
18841 (mm-charset-eval-alist): New variable.
18842 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18843 Warn about unknown charsets.
18844
18845 2005-10-04 David Hansen <david.hansen@gmx.net>
18846
18847 * nnrss.el (nnrss-request-article): Add support for the comments tag.
18848 (nnrss-check-group): Ditto.
18849
18850 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
18851
18852 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18853 Rename x-gnus-verbatim to x-verbatim.
18854 (mm-uu-type-alist): Fix regexp for verbatim-marks.
18855
18856 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18857 x-verbatim.
18858
18859 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18860
18861 * gnus-util.el (gnus-remove-duplicates): Remove.
18862
18863 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18864 instead of gnus-remove-duplicates.
18865
18866 * message.el (message-remove-duplicates): Remove.
18867 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18868 message-remove-duplicates.
18869
18870 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18871 available, else use implementation from `delete-dups'.
18872
18873 * message.el (message-insert-expires): New function.
18874 (message-mode-map): Add key binding.
18875 (message-mode-field-menu): Add menu entry.
18876 (message-mode): Document it.
18877 (message-make-expires-date): Use `message-make-date'.
18878
18879 2005-10-04 Josh Huber <huber@alum.wpi.edu>
18880
18881 * message.el (message-make-expires-date): New function.
18882
18883 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
18884
18885 * time-date.el: Autoload parse-time-string, XEmacs needs it.
18886
18887 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18888
18889 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18890 function rather than the diff-mode.el package.
18891 (mm-display-external): Use with-current-buffer.
18892 (mm-viewer-completion-map, mm-viewer-completion-map):
18893 Move initialization inside declaration.
18894
18895 2005-09-29 Simon Josefsson <jas@extundo.com>
18896
18897 * spam.el: Load hashcash when compiling, to avoid warnings.
18898 Don't autoload mail-check-payment.
18899 (spam-check-hashcash): Define unconditionally, since hashcash.el
18900 is part of Gnus now. Ignore errors from payment checking.
18901
18902 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
18903
18904 * message.el (message-bold-region, message-unbold-region):
18905 Rename from `bold-region' and `unbold-region'.
18906
18907 * message.el: Remove useless autoloads.
18908
18909 2005-09-28 Simon Josefsson <jas@extundo.com>
18910
18911 * message.el (message-use-idna): Default to t.
18912 (message-use-idna): Test whether encoding works too. Doc fix.
18913
18914 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
18915
18916 * nntp.el (nntp-warn-about-losing-connection): Remove.
18917
18918 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
18919
18920 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18921 customizable. Change default value.
18922 (mm-uu-diff-groups-regexp): Change default value.
18923 (mm-uu-type-alist): Add doc string.
18924 (mm-uu-configure): Add doc string. Make it interactive.
18925 (mm-uu-tex-groups-regexp): New variable.
18926 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18927 (mm-uu-type-alist): Add LaTeX documents.
18928 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18929 of "text/verbatim".
18930 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18931
18932 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18933 instead of "text/verbatim".
18934
18935 * message.el (message-mark-inserted-region)
18936 (message-mark-insert-file): Use slrn style marks when called with
18937 prefix argument.
18938
18939 2005-09-27 Simon Josefsson <jas@extundo.com>
18940
18941 * message.el (message-idna-to-ascii-rhs-1): Reformat.
18942
18943 2005-09-27 Arne Jørgensen <arne@arnested.dk>
18944
18945 * message.el (message-remove-duplicates): New function.
18946 Implementation borrowed from `gnus-remove-duplicates'.
18947 (message-idna-to-ascii-rhs): Also encode idna addresses in
18948 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18949 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18950 only ask about the same idna domain once per header and also tell
18951 in what header to replace the idna domain.
18952
18953 * gnus-art.el (article-decode-idna-rhs): Also decode idna
18954 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18955 (article-decode-idna-rhs): Fix regexp so that all idna-address in
18956 a header is decoded and not just the last one.
18957
18958 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18959
18960 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18961 has been decoded.
18962
18963 * mm-decode.el (mm-automatic-display): Add text/verbatim.
18964 (mm-insert-part): Don't modify text if it has been decoded.
18965
18966 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18967 decoded.
18968
18969 * mm-view.el (mm-inline-text): Don't strip text props unless
18970 decoding enriched or richtext parts.
18971
18972 2005-09-25 Romain Francoise <romain@orebokech.com>
18973
18974 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18975 * gnus-start.el (gnus-subscribe-interactively):
18976 * gnus-uu.el (gnus-uu-grab-articles):
18977 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18978 space.
18979
18980 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18981
18982 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18983 * mm-view.el (mm-view-pkcs7-decrypt):
18984 * gnus-sum.el (gnus-summary-limit-to-extra)
18985 (gnus-summary-respool-article, gnus-read-move-group-name):
18986 * gnus-score.el (gnus-summary-increase-score):
18987 * gnus-util.el (gnus-completing-read-with-default):
18988 * gnus-art.el (gnus-read-save-file-name)
18989 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18990 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18991 * message.el (message-check-news-header-syntax):
18992 Follow convention for reading with the minibuffer.
18993
18994 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
18995
18996 * spam-report.el (spam-report-url-ping-plain):
18997 Use gnus-extended-version as User-Agent.
18998
18999 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19000 default value is nil.
19001
19002 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19003 (mm-uu-verbatim-marks-extract): New function.
19004 (mm-uu-extract): New face.
19005 (mm-uu-copy-to-buffer): Use it.
19006
19007 * spam-report.el (spam-report-gmane-ham): Rename from
19008 `spam-report-gmane-unspam'.
19009 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19010 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19011
19012 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19013 Autoload.
19014 (spam-report-gmane-unregister-routine):
19015 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19016
19017 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19018
19019 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19020 (spam-report-gmane-unregister-routine): Add support for gmane
19021 unregistration.
19022
19023 * spam-report.el (spam-report-gmane-unspam)
19024 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19025 (spam-report-gmane): Change to take a single article and do unspam
19026 registration.
19027
19028 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19029
19030 * mm-url.el (mm-url-decode-entities): Fix regexp.
19031
19032 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19033
19034 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19035 default to nil, to be able to use Gnus at all. If the default
19036 switches to something else, then the function should be fixed not
19037 be exceedingly slow.
19038
19039 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19040
19041 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19042 fail hard.
19043
19044 * spam-report.el: Add better Keywords line.
19045
19046 * spam.el: Add Maintainer and better Keywords line.
19047
19048 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19049
19050 * gnus-art.el (gnus-article-replace-part)
19051 (gnus-mime-replace-part): New functions.
19052 (gnus-mime-action-alist, gnus-mime-button-commands)
19053 (gnus-mime-save-part-and-strip): Add file argument.
19054 (gnus-article-part-wrapper): Add interactive argument.
19055
19056 * gnus-sum.el (gnus-summary-mime-map):
19057 Add `gnus-article-replace-part'.
19058
19059 2005-09-19 Didier Verna <didier@xemacs.org>
19060
19061 The nnml compaction feature:
19062 * nnml.el (nnml-request-compact-group): New function.
19063 * nnml.el (nnml-request-compact): New function.
19064 * gnus-int.el (gnus-request-compact-group): New function.
19065 * gnus-int.el (gnus-request-compact): New function.
19066 * gnus-group.el (gnus-group-compact-group): New function.
19067 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19068 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19069 * gnus-srvr.el (gnus-server-compact-server): New function.
19070 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19071 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19072
19073 2005-09-18 Deepak Goel <deego@gnufans.org>
19074
19075 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19076 format spec.
19077
19078 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19079
19080 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19081
19082 2005-09-15 Romain Francoise <romain@orebokech.com>
19083
19084 * message.el (message-fill-paragraph): Clarify docstring.
19085
19086 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19087
19088 * gnus-art.el (gnus-mime-display-part): Protect against broken
19089 MIME messages.
19090
19091 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19092
19093 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19094 before parsing header.
19095
19096 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19097
19098 * html2text.el (html2text-replace-list): Add new entities.
19099
19100 2005-09-11 Romain Francoise <romain@orebokech.com>
19101
19102 * message.el (message-alternative-emails): Improve docstring.
19103 (message-setup-1): Call `message-use-alternative-email-as-from'
19104 after `message-setup-hook' to give it precedence over posting
19105 styles, etc.
19106 (message-use-alternative-email-as-from): Add docstring.
19107 Remove the original From header if present.
19108
19109 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19110 (nnml-save-mail): Use it.
19111
19112 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19113 articles. Add new argument `silent'.
19114 (gnus-uu-mark-all): Report the total number of marked articles.
19115
19116 2005-09-10 Romain Francoise <romain@orebokech.com>
19117
19118 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19119 (gnus-uu-mark-series): Likewise.
19120
19121 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19122
19123 * spam-report.el (spam-report-gmane): Fix generation of spam
19124 report URL.
19125
19126 2005-09-10 Simon Josefsson <jas@extundo.com>
19127
19128 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19129 t, based on discussion on the ding list with Robert Epprecht
19130 <epprecht@solnet.ch>.
19131
19132 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19133
19134 * spam-report.el (spam-report-gmane): Make it work without
19135 X-Report-Spam header. Gmane now only provides Archived-At.
19136 This is only used if `spam-report-gmane-use-article-number' is nil.
19137 (spam-report-gmane-spam-header): Remove. Not used anymore.
19138
19139 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19140 make `gnus-summary-sort-by-recipient' work with threading.
19141
19142 * nnweb.el (nnweb-google-wash-article): Print a message if article
19143 is not available.
19144
19145 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19146
19147 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19148 change. Decode text/* parts content before displaying.
19149
19150 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19151
19152 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19153
19154 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19155
19156 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19157
19158 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19159
19160 * message.el (message-tab-body-function): Fix mismatched custom type.
19161
19162 * gnus.el (gnus-group-change-level-function): Ditto.
19163
19164 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19165
19166 * gnus-art.el (gnus-signature-limit)
19167 (gnus-article-mime-part-function): Ditto.
19168
19169 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19170
19171 * mml.el (mml-mode): Silence the byte compiler.
19172
19173 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19174 using `(sit-for 0)' before moving the point to the specified part;
19175 skip unbuttonized parts.
19176 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19177 return to the summary window if gnus-auto-select-part is non-nil.
19178
19179 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19180
19181 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19182 New variables.
19183 (mml-dnd-attach-file, mml-mode): Use them.
19184
19185 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19186 Make fetching article by MID work again for Google Groups.
19187 Add FIXME concerning gnus-group-make-web-group.
19188
19189 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19190 Don't depend on Gnus by using mail-extract-address-components if
19191 gnus-extract-address-components is not bound.
19192
19193 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19194
19195 * gnus-art.el (gnus-mime-display-security): Don't display the
19196 signature, but only the signed part.
19197
19198 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19199
19200 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19201
19202 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19203 list, not listp.
19204
19205 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19206
19207 * mm-encode.el (mm-encode-content-transfer-encoding):
19208 Likewise when encoding.
19209
19210 * mm-bodies.el (mm-decode-content-transfer-encoding):
19211 De-canonicalize CRLF for all text content types, not just
19212 text/plain.
19213
19214 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19215
19216 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19217 valid article; point arrow and cursor at the MIME button.
19218
19219 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19220
19221 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19222 Suggested by Dan Christensen <jdc@uwo.ca>.
19223
19224 * mm-decode.el (mm-save-part): Enable change of prompt.
19225
19226 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19227
19228 * gnus-msg.el (gnus-inews-add-send-actions):
19229 Make `message-post-method' lambda parameter ARG `&optional'.
19230
19231 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19232
19233 * gnus-sum.el (gnus-summary-mime-map):
19234 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19235 gnus-article-jump-to-part.
19236
19237 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19238 (gnus-article-edit-part): Use it.
19239 (gnus-article-part-wrapper): Add no-handle argument.
19240 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19241 New functions.
19242
19243 2005-08-29 Romain Francoise <romain@orebokech.com>
19244
19245 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19246 docstring.
19247 (gnus-face-from-file): Likewise.
19248
19249 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19250
19251 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19252 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19253 non-nil.
19254 (gnus-auto-select-part): New variable.
19255 (gnus-article-jump-to-part): New function.
19256 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19257 (gnus-mime-delete-part): Allow selecting specified part after
19258 deleting or stripping parts.
19259 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19260 part if argument is bogus.
19261
19262 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19263
19264 * gnus-art.el (w3m-minor-mode-map):
19265 * gnus-spec.el (gnus-newsrc-file-version):
19266 * gnus-util.el (nnmail-active-file-coding-system)
19267 (gnus-original-article-buffer, gnus-user-agent):
19268 * gnus.el (gnus-ham-process-destinations)
19269 (gnus-parameter-ham-marks-alist)
19270 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19271 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19272 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19273 * mm-decode.el (gnus-current-window-configuration):
19274 * mm-extern.el (gnus-article-mime-handles):
19275 * mm-url.el (url-current-object, url-package-name)
19276 (url-package-version):
19277 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19278 (smime-keys, w3m-cid-retrieve-function-alist)
19279 (w3m-current-buffer, w3m-display-inline-images)
19280 (w3m-minor-mode-map):
19281 * mml-smime.el (gnus-extract-address-components):
19282 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19283 (gnus-newsrc-hashtb, message-default-charset)
19284 (message-deletable-headers, message-options)
19285 (message-posting-charset, message-required-mail-headers)
19286 (message-required-news-headers):
19287 * mml1991.el (mc-pgp-always-sign):
19288 * mml2015.el (mc-pgp-always-sign):
19289 * nnheader.el (nnmail-extra-headers):
19290 * rfc1843.el (gnus-decode-encoded-word-function)
19291 (gnus-decode-header-function, gnus-newsgroup-name):
19292 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19293
19294 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19295
19296 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19297 the end of the date treatments.
19298
19299 2005-08-15 Simon Josefsson <jas@extundo.com>
19300
19301 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19302 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19303 Capello and Romain Francoise.
19304 (pgg-fetch-key-function): Remove, not used?
19305 (pgg-insert-url-with-w3): Require url, to get
19306 url-insert-file-contents regardless of where it is defined.
19307
19308 2005-08-13 Romain Francoise <romain@orebokech.com>
19309
19310 * message.el (message-cite-original-1): New function.
19311 (message-cite-original): Use it.
19312 (message-cite-original-without-signature): Ditto.
19313
19314 2005-08-08 Romain Francoise <romain@orebokech.com>
19315
19316 * message.el (message-yank-empty-prefix): New variable.
19317 (message-indent-citation): Use it.
19318 (message-cite-original-without-signature): Respect X-No-Archive.
19319
19320 2005-08-08 Simon Josefsson <jas@extundo.com>
19321
19322 * pgg.el: Autoload url-insert-file-contents instead of loading
19323 w3/url.
19324 (pgg-insert-url-with-w3): Don't load url here.
19325
19326 2005-08-07 Jesper Harder <harder@phys.au.dk>
19327
19328 * message.el (message-kill-to-signature): Don't insert newline at
19329 bol.
19330 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19331
19332 2005-08-06 Romain Francoise <romain@orebokech.com>
19333
19334 * message.el (message-user-fqdn): Fix typo in docstring.
19335
19336 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19337
19338 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19339
19340 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19341
19342 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19343
19344 * mm-bodies.el (mm-encode-body): Use coding system rather than
19345 charset to encode text.
19346
19347 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19348 number of charsets if utf-8 is available (XEmacs).
19349
19350 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19351
19352 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19353 taken from `gnus-button-mid-or-mail-regexp'.
19354 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19355 (gnus-button-alist): Improve regexp for domain part of the MIDs
19356 for news:localpart@domain buttons.
19357 (gnus-button-ctan-directory-regexp): Update.
19358
19359 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19360
19361 * sieve-manage.el (sieve-manage-interactive-login):
19362 Use make-local-variable rather than make-variable-buffer-local.
19363 (sieve-manage-open): Ditto.
19364 (sieve-manage-authenticate): Ditto.
19365
19366 * mml.el (mml-generate-mime-1): Make the content type default to
19367 text/plain if the filename is not specified.
19368
19369 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19370
19371 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19372 instead of insert-buffer.
19373
19374 * message.el (message-yank-original): Ditto; set the mark at the
19375 end of the yanked message.
19376
19377 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19378
19379 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19380 lines to scroll rather than to stop it.
19381
19382 * mml.el (mml-generate-default-type): Add doc string.
19383 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19384 default to application/octet-stream when determining the content
19385 type if it is not specified for the part or the mml contents; add
19386 a comment about mml-generate-default-type.
19387
19388 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19389
19390 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19391 make it default to application/octet-stream when determining the
19392 content type if it is not specified for the external contents.
19393
19394 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19395
19396 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19397 segmented parameter but also other parameters might be there.
19398
19399 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19400
19401 * mm-decode.el (mm-display-external): Delete temp file, directory
19402 and buffer immediately if the external process is exited.
19403
19404 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19405
19406 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19407 fewer lines than that of scroll-margin.
19408 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19409
19410 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19411
19412 * gnus-art.el (gnus-article-next-page): Revert.
19413 (gnus-article-beginning-of-window): New macro.
19414 (gnus-article-next-page-1): Use it.
19415 (gnus-article-prev-page): Ditto.
19416 (gnus-article-edit-part): Use insert-buffer-substring instead of
19417 insert-buffer.
19418 (gnus-article-edit-exit): Ditto.
19419
19420 * gnus-util.el (gnus-beginning-of-window): Remove.
19421 (gnus-end-of-window): Remove.
19422
19423 2005-07-25 Simon Josefsson <jas@extundo.com>
19424
19425 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19426 to have the url package without w3. Reported by Daiki Ueno
19427 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19428
19429 2005-07-20 Didier Verna <didier@xemacs.org>
19430
19431 * gnus-diary.el: Remove the description comment (nndiary is now
19432 properly documented in the Gnus manual).
19433 Fix the spelling of "Back End".
19434 * nndiary.el: Ditto.
19435 Fix the copyright notice.
19436
19437 2005-07-18 Romain Francoise <romain@orebokech.com>
19438
19439 * gnus-sum.el (gnus-summary-to-prefix)
19440 (gnus-summary-newsgroup-prefix): New variables.
19441 (gnus-summary-from-or-to-or-newsgroups): Use them.
19442
19443 2005-07-17 Romain Francoise <romain@orebokech.com>
19444
19445 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19446 space as it's generally not especially interesting to the user.
19447
19448 2005-07-16 Romain Francoise <romain@orebokech.com>
19449
19450 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19451 nil to avoid prompting and file modification if one of the
19452 messages at the top of the nnfolder file contains a copyright
19453 notice.
19454 Update copyright notice.
19455
19456 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19457 instead of `current-time-string' as the latter creates a time
19458 string that is not RFC 2822 compliant (it lacks the zone).
19459 Update copyright notice.
19460
19461 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19462
19463 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19464 for text/rtf. Display default in prompt. Pass default for M-n.
19465
19466 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19467
19468 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19469
19470 * gnus-msg.el (gnus-button-mailto):
19471 Remove save-selected-window-window hackery because it relies on
19472 save-selected-window internals.
19473
19474 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19475
19476 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19477 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19478 (gnus-article-prev-page): Ditto.
19479
19480 * gnus-util.el (gnus-beginning-of-window): New function.
19481 (gnus-end-of-window): New function.
19482
19483 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19484
19485 * gnus-score.el (gnus-score-edit-all-score):
19486 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19487 gnus-message.
19488
19489 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19490
19491 * gnus-msg.el (gnus-button-mailto):
19492 Remove save-selected-window-window hackery because it relies on
19493 save-selected-window internals.
19494
19495 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
19496
19497 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19498 add-minor-mode.
19499 (gnus-binary-mode): Ditto.
19500
19501 * gnus-topic.el (gnus-topic-mode): Ditto.
19502
19503 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
19504
19505 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19506 (gnus-article-prev-page): Take scroll-margin into consideration.
19507
19508 2005-07-04 Lute Kamstra <lute@gnu.org>
19509
19510 Update FSF's address in GPL notices.
19511
19512 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19513
19514 * gnus.el (gnus-exit):
19515 * gnus-group.el (gnus-group-icons):
19516 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19517
19518 * gnus-nocem.el (gnus-nocem):
19519 * message.el (message-various, message-buffers, message-sending)
19520 (message-interface, message-forwarding, message-insertion)
19521 (message-headers, message-news, message-mail):
19522 * pgg-gpg.el (pgg-gpg):
19523 * pgg-parse.el (pgg-parse):
19524 * pgg-pgp.el (pgg-pgp):
19525 * pgg-pgp5.el (pgg-pgp5):
19526 * pop3.el (pop3): Finish `defgroup' description with period.
19527
19528 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
19529
19530 * gnus-art.el (article-display-face): Improve the efficiency.
19531 (article-display-x-face): Ditto; remove gray x-face stuff.
19532
19533 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
19534
19535 * gnus-art.el (article-display-face): Correct the position in
19536 which Faces are inserted.
19537
19538 2005-06-29 Didier Verna <didier@xemacs.org>
19539
19540 * gnus-art.el (article-display-face): Display faces in correct
19541 order.
19542
19543 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19544
19545 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19546 (gnus-fill-real-hashtb): Use hash table instead of obarray.
19547 (gnus-nocem-check-article): Fetch the Type header.
19548 (gnus-nocem-message-wanted-p): Fix the way to examine types.
19549 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19550 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19551 make sure gnus-nocem-hashtb is initialized.
19552 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19553 (gnus-nocem-unwanted-article-p): Ditto.
19554
19555 * pgg.el (pgg-verify): Return the verification result.
19556
19557 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19558
19559 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19560 is ascii.
19561
19562 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19563
19564 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19565 `show-nonbreak-escape'.
19566
19567 2005-06-23 Lute Kamstra <lute@gnu.org>
19568
19569 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19570
19571 * dig.el (dig-mode):
19572 * smime.el (smime-mode): Use gnus-run-mode-hooks.
19573
19574 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19575
19576 * nnimap.el (nnimap-split-download-body): Fix spellings.
19577
19578 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19579
19580 * gnus-art.el (gnus-article-encrypt-body):
19581 * gnus-cus.el (gnus-score-customize):
19582 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19583 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19584
19585 2005-06-16 Arne Jørgensen <arne@arnested.dk>
19586
19587 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19588 header by looking for magic "MII" at the beginning.
19589
19590 2005-06-16 Miles Bader <miles@gnu.org>
19591
19592 * assistant.el (assistant-field): Remove "-face" suffix from face name.
19593 (assistant-field-face): New backward-compatibility alias for renamed
19594 face.
19595 (assistant-render-text): Use renamed assistant-field face.
19596
19597 * spam.el (spam): Remove "-face" suffix from face name.
19598 (spam-face): New backward-compatibility alias for renamed face.
19599 (spam-face, spam-initialize): Use renamed spam face.
19600
19601 * message.el (message-header-to, message-header-cc)
19602 (message-header-subject, message-header-newsgroups)
19603 (message-header-other, message-header-name)
19604 (message-header-xheader, message-separator, message-cited-text)
19605 (message-mml): Remove "-face" suffix from face names.
19606 (message-header-to-face, message-header-cc-face)
19607 (message-header-subject-face, message-header-newsgroups-face)
19608 (message-header-other-face, message-header-name-face)
19609 (message-header-xheader-face, message-separator-face)
19610 (message-cited-text-face, message-mml-face):
19611 New backward-compatibility aliases for renamed faces.
19612 (message-font-lock-keywords): Use renamed message faces.
19613
19614 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19615 (sieve-test-commands, sieve-tagged-arguments):
19616 Remove "-face" suffix from face names.
19617 (sieve-control-commands-face, sieve-action-commands-face)
19618 (sieve-test-commands-face, sieve-tagged-arguments-face):
19619 New backward-compatibility aliases for renamed faces.
19620 (sieve-control-commands-face, sieve-action-commands-face)
19621 (sieve-test-commands-face, sieve-tagged-arguments-face):
19622 Use renamed sieve faces.
19623
19624 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19625 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19626 (gnus-group-news-3-empty, gnus-group-news-4)
19627 (gnus-group-news-4-empty, gnus-group-news-5)
19628 (gnus-group-news-5-empty, gnus-group-news-6)
19629 (gnus-group-news-6-empty, gnus-group-news-low)
19630 (gnus-group-news-low-empty, gnus-group-mail-1)
19631 (gnus-group-mail-1-empty, gnus-group-mail-2)
19632 (gnus-group-mail-2-empty, gnus-group-mail-3)
19633 (gnus-group-mail-3-empty, gnus-group-mail-low)
19634 (gnus-group-mail-low-empty, gnus-summary-selected)
19635 (gnus-summary-cancelled, gnus-summary-high-ticked)
19636 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19637 (gnus-summary-high-ancient, gnus-summary-low-ancient)
19638 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19639 (gnus-summary-low-undownloaded)
19640 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19641 (gnus-summary-low-unread, gnus-summary-normal-unread)
19642 (gnus-summary-high-read, gnus-summary-low-read)
19643 (gnus-summary-normal-read, gnus-splash):
19644 Remove "-face" suffix from face names.
19645 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19646 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19647 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19648 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19649 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19650 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19651 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19652 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19653 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19654 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19655 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19656 (gnus-summary-selected-face, gnus-summary-cancelled-face)
19657 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19658 (gnus-summary-normal-ticked-face)
19659 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19660 (gnus-summary-normal-ancient-face)
19661 (gnus-summary-high-undownloaded-face)
19662 (gnus-summary-low-undownloaded-face)
19663 (gnus-summary-normal-undownloaded-face)
19664 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19665 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19666 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19667 (gnus-splash-face):
19668 New backward-compatibility aliases for renamed faces.
19669 (gnus-group-startup-message): Use renamed gnus faces.
19670
19671 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19672 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19673 (gnus-server-agent): Remove "-face" suffix from face names.
19674 (gnus-server-agent-face, gnus-server-opened-face)
19675 (gnus-server-closed-face, gnus-server-denied-face)
19676 (gnus-server-offline-face):
19677 New backward-compatibility aliases for renamed faces.
19678 (gnus-server-agent-face, gnus-server-opened-face)
19679 (gnus-server-closed-face, gnus-server-denied-face)
19680 (gnus-server-offline-face): Use renamed gnus faces.
19681
19682 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19683 Remove "-face" suffix from face names.
19684 (gnus-picon-xbm-face, gnus-picon-face):
19685 New backward-compatibility aliases for renamed faces.
19686
19687 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19688 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19689 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19690 (gnus-cite-11): Remove "-face" suffix from face names.
19691 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19692 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19693 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19694 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19695 New backward-compatibility aliases for renamed faces.
19696 (gnus-cite-attribution-face, gnus-cite-face-list)
19697 (gnus-article-boring-faces): Use renamed gnus faces.
19698
19699 * gnus-art.el (gnus-signature, gnus-header-from)
19700 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19701 (gnus-header-content): Remove "-face" suffix from face names.
19702 (gnus-signature-face, gnus-header-from-face)
19703 (gnus-header-subject-face, gnus-header-newsgroups-face)
19704 (gnus-header-name-face, gnus-header-content-face):
19705 New backward-compatibility aliases for renamed faces.
19706 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19707
19708 * gnus-sum.el (gnus-summary-selected-face)
19709 (gnus-summary-highlight): Use renamed gnus faces.
19710 * gnus-group.el (gnus-group-highlight): Likewise.
19711
19712 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19713
19714 * gnus-sieve.el (gnus-sieve-article-add-rule):
19715 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19716 * spam-stat.el (spam-stat-buffer-change-to-spam)
19717 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19718
19719 * message.el (message-is-yours-p):
19720 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19721
19722 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
19723
19724 * mm-view.el (mm-inline-text): Withdraw the last change.
19725
19726 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19727
19728 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19729 executing enriched-decode.
19730
19731 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
19732
19733 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19734 charset of tar files.
19735
19736 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19737
19738 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19739
19740 2005-06-04 Lute Kamstra <lute@gnu.org>
19741
19742 * nnfolder.el (nnfolder-read-folder): Make sure that undo
19743 information is never recorded.
19744
19745 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19746
19747 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19748
19749 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
19750
19751 * pop3.el (pop3-apop): Run md5 in the binary mode.
19752
19753 * starttls.el (starttls-set-process-query-on-exit-flag):
19754 Use eval-and-compile.
19755
19756 2005-05-31 Simon Josefsson <jas@extundo.com>
19757
19758 * smime.el (smime-replace-in-string): Define.
19759 (smime-cert-by-ldap-1): Use it.
19760
19761 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
19762
19763 * gnus-art.el (article-display-x-face): Replace
19764 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19765
19766 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19767 set-process-query-on-exit-flag or process-kill-without-query.
19768
19769 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19770 loop instead of replace-regexp.
19771
19772 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19773 instead of process-kill-without-query if it is available.
19774
19775 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19776 instead of find-file-hooks if it is available.
19777
19778 * mml1991.el: Bind pgg-default-user-id when compiling.
19779
19780 * mml2015.el: Bind pgg-default-user-id when compiling.
19781
19782 * nndraft.el (nndraft-request-associate-buffer):
19783 Use write-contents-functions instead of write-contents-hooks if it is
19784 available.
19785
19786 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19787 instead of find-file-hooks if it is available.
19788
19789 * nntp.el (nntp-open-connection): Replace
19790 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19791 (nntp-open-ssl-stream): Ditto.
19792 (nntp-open-tls-stream): Ditto.
19793
19794 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19795 set-process-query-on-exit-flag or process-kill-without-query.
19796 (starttls-open-stream-gnutls): Use it instead of
19797 process-kill-without-query.
19798 (starttls-open-stream): Ditto.
19799
19800 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
19801
19802 * smime.el (smime-cert-by-ldap-1): Don't use
19803 replace-regexp-in-string.
19804
19805 2005-05-31 Arne Jørgensen <arne@arnested.dk>
19806
19807 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19808
19809 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19810 in PEM format. Adjust to the XEmacs compatibility.
19811
19812 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
19813
19814 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19815 by `string-to-number'.
19816 * gnus-agent.el (gnus-agent-regenerate-group)
19817 (gnus-agent-fetch-articles): Ditto.
19818 * gnus-art.el (gnus-button-fetch-group): Ditto.
19819 * gnus-cache.el (gnus-cache-generate-active)
19820 (gnus-cache-articles-in-group): Ditto.
19821 * gnus-group.el (gnus-group-set-current-level)
19822 (gnus-group-insert-group-line): Ditto.
19823 * gnus-score.el (gnus-score-set-expunge-below)
19824 (gnus-score-set-mark-below, gnus-summary-score-effect)
19825 (gnus-summary-score-entry): Ditto.
19826 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19827 (gnus-soup-pack): Ditto.
19828 * gnus-spec.el (gnus-xmas-format): Ditto.
19829 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19830 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19831 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19832 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19833 * nndb.el (nndb-get-remote-expire-response): Ditto.
19834 * nndiary.el (nndiary-parse-schedule-value)
19835 (nndiary-string-to-number, nndiary-request-replace-article)
19836 (nndiary-request-article): Ditto.
19837 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19838 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19839 * nneething.el (nneething-make-head): Ditto.
19840 * nnfolder.el (nnfolder-request-article)
19841 (nnfolder-retrieve-headers): Ditto.
19842 * nnheader.el (nnheader-file-to-number): Ditto.
19843 * nnkiboze.el (nnkiboze-request-article): Ditto.
19844 * nnmail.el (nnmail-process-unix-mail-format)
19845 (nnmail-process-babyl-mail-format): Ditto.
19846 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19847 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19848 (nnmh-request-create-group, nnmh-request-list-1)
19849 (nnmh-request-group, nnmh-request-article): Ditto.
19850 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19851 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19852 * nnsoup.el (nnsoup-make-active): Ditto.
19853 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19854 * nntp.el (nntp-find-group-and-number)
19855 (nntp-retrieve-headers-with-xover): Ditto.
19856 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19857 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19858 (pgg-format-key-identifier): Ditto.
19859 * pop3.el (pop3-last, pop3-stat): Ditto.
19860 * qp.el (quoted-printable-decode-region): Ditto.
19861
19862 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19863 of concat.
19864
19865 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
19866
19867 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19868
19869 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19870
19871 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19872
19873 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19874
19875 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19876
19877 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19878
19879 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19880 (gnus-carpal-mode): Ditto.
19881
19882 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19883 (gnus-browse-mode): Ditto.
19884
19885 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19886
19887 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19888
19889 2005-05-29 Richard M. Stallman <rms@gnu.org>
19890
19891 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19892
19893 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19894
19895 * gnus-util.el (gnus-run-mode-hooks): New function.
19896
19897 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19898
19899 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19900
19901 * gnus-agent.el (gnus-agent-make-mode-line-string):
19902 Use mode-line-highlight as mouse-face.
19903
19904 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
19905
19906 * canlock.el (canlock): Change the parent group to news.
19907
19908 * deuglify.el (gnus-outlook-deuglify): Add :group.
19909
19910 * dig.el (dig): Add :group.
19911
19912 * dns-mode.el (dns-mode): Add :group.
19913
19914 * encrypt.el (encrypt): Add :group.
19915
19916 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19917 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19918 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19919 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19920 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19921
19922 * gnus-diary.el (gnus-diary): Add :group.
19923
19924 * gnus.el (gnus-group-news-1-face): Add :group.
19925 (gnus-group-news-1-empty-face): Ditto.
19926 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19927 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19928 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19929 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19930 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19931 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19932 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19933 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19934 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19935 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19936 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19937 (gnus-summary-high-ticked-face): Ditto.
19938 (gnus-summary-low-ticked-face): Ditto.
19939 (gnus-summary-normal-ticked-face): Ditto.
19940 (gnus-summary-high-ancient-face): Ditto.
19941 (gnus-summary-low-ancient-face): Ditto.
19942 (gnus-summary-normal-ancient-face): Ditto.
19943 (gnus-summary-high-undownloaded-face): Ditto.
19944 (gnus-summary-low-undownloaded-face): Ditto.
19945 (gnus-summary-normal-undownloaded-face): Ditto.
19946 (gnus-summary-high-unread-face): Ditto.
19947 (gnus-summary-low-unread-face): Ditto.
19948 (gnus-summary-normal-unread-face): Ditto.
19949 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19950 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19951
19952 * hashcash.el (hashcash): New custom group.
19953 (hashcash-default-payment): Add :group.
19954 (hashcash-payment-alist): Ditto.
19955 (hashcash-default-accept-payment): Ditto.
19956 (hashcash-accept-resources): Ditto.
19957 (hashcash-path): Ditto.
19958 (hashcash-extra-generate-parameters): Ditto.
19959 (hashcash-double-spend-database): Ditto.
19960 (hashcash-in-news): Ditto.
19961
19962 * message.el (message-minibuffer-local-map): Add :group.
19963
19964 * netrc.el (netrc): Add :group.
19965
19966 * sieve-manage.el (sieve-manage-log): Add :group.
19967 (sieve-manage-default-user): Diito.
19968 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19969 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19970 (sieve-manage-authenticators): Ditto.
19971 (sieve-manage-authenticator-alist): Ditto.
19972 (sieve-manage-default-port): Ditto.
19973
19974 * sieve-mode.el (sieve-control-commands-face): Add :group.
19975 (sieve-action-commands-face): Ditto.
19976 (sieve-test-commands-face): Ditto.
19977 (sieve-tagged-arguments-face): Ditto.
19978
19979 * smime.el (smime): Add :group.
19980
19981 * spam-report.el (spam-report): Add :group.
19982
19983 * spam.el (spam, spam-face): Add :group.
19984
19985 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19986
19987 * nntp.el (nntp-next-result-arrived-p): Some news servers may
19988 return \n.\n.\n at the end of articles. Protect against that.
19989 (nntp-with-open-group): Allow debugging.
19990
19991 * nnheader.el (mail-header-set-extra): Make into a function
19992 because I just could't understand how to quote the list properly.
19993
19994 * dns.el (query-dns-cached): New function.
19995
19996 2005-05-26 Lute Kamstra <lute@gnu.org>
19997
19998 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19999
20000 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20001
20002 * gnus-art.el: Don't autoload mail-extract-address-components.
20003
20004 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20005 eval-and-compile to evaluate it.
20006
20007 * hashcash.el: Don't autoload executable-find.
20008
20009 * nndb.el: Don't declare the nndb back end two or more times; don't
20010 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20011
20012 * nntp.el: Autoload format-spec instead of format; use
20013 eval-and-compile to evaluate autoload forms.
20014
20015 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20016
20017 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20018
20019 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20020
20021 * gnus.el (gnus-version-number): Bump version.
20022
20023 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20024
20025 * gnus.el: No Gnus v0.3 is released.
20026
20027 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20028
20029 * gnus-art.el (gnus-article-edit-part): Disable undo.
20030
20031 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20032
20033 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20034 gnus-article-date-lapsed-new-header is t if date timer is active;
20035 skip headers in which the original date value is empty.
20036 (gnus-article-save-original-date): Redefine it as a macro.
20037 (gnus-display-mime): Use it.
20038
20039 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20040
20041 * gnus-art.el (article-date-ut): Support converting date in
20042 forwarded parts as well.
20043 (gnus-article-save-original-date): New function.
20044 (gnus-display-mime): Use it.
20045
20046 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20047
20048 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20049 enclosure element of <item>.
20050
20051 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20052
20053 * message.el (message-kill-buffer-query): Rename from
20054 `message-kill-buffer-query-if-modified'. Add :version.
20055
20056 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20057
20058 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20059 window layout.
20060
20061 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20062
20063 * mml.el: Autoload dnd when compiling.
20064
20065 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20066
20067 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20068 x-dnd-*.
20069
20070 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20071
20072 * qp.el (quoted-printable-encode-region): Save excursion.
20073
20074 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20075
20076 * message.el (message-kill-buffer-query-if-modified): Add new variable
20077 so the user can kill a modified message buffer quickly.
20078 (message-kill-buffer): Use it.
20079
20080 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20081
20082 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20083 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20084
20085 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20086
20087 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20088 contained in text because xml.el decodes entities) with LFs.
20089
20090 2005-04-11 Lute Kamstra <lute@gnu.org>
20091
20092 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20093 differently.
20094
20095 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20096
20097 * mm-util.el (mm-detect-coding-region): Typo.
20098
20099 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20100
20101 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20102
20103 2005-04-06 Deepak Goel <deego@gnufans.org>
20104
20105 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20106 user-function allow user modifications of the scores.
20107 (spam-stat-score-buffer-user): New function, to allow
20108 user-computed modifications to the score.
20109 (spam-stat-score-buffer-user-functions): List of additional
20110 scoring functions.
20111 (spam-stat-error-holder): Global temporary error holder.
20112 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20113 variable.
20114
20115 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20116
20117 * gnus-registry.el (gnus-registry-clean-empty-function)
20118 (gnus-registry-trim, gnus-registry-fetch-groups)
20119 (gnus-registry-delete-group): Groups that match
20120 `gnus-registry-ignored-groups' are removed from the registry
20121 entries, not just ignored for splitting. This helps clean up the
20122 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20123 to get all the groups a message ID is in.
20124
20125 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20126 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20127 (spam-stat-score-buffer-user-functions): Add :number custom type.
20128
20129 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20130
20131 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20132 argument in XEmacs.
20133
20134 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20135 (nnrss-request-group): Decode group name first.
20136 (nnrss-request-article): Make a text/plain article if mml-to-mime
20137 failed.
20138 (nnrss-get-encoding): Return a compatible encoding according to
20139 nnrss-compatible-encoding-alist.
20140 (nnrss-find-el): Use consp instead of listp.
20141 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20142
20143 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20144
20145 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20146 which Emacs 20 doesn't support.
20147 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20148
20149 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20150
20151 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20152 silence the byte compiler inside the defun.
20153
20154 * gnus-demon.el (parse-time-string): Add autoload.
20155
20156 * gnus-delay.el (parse-time-string): Add autoload.
20157
20158 * gnus-art.el (parse-time-string): Add autoload.
20159
20160 * nnultimate.el (parse-time): Require for `parse-time-string'.
20161
20162 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20163
20164 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20165
20166 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20167
20168 * smime.el (smime-ldap-host-list): Add :version.
20169
20170 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20171
20172 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20173 pass it to `gnus-browse-read-group'.
20174 (gnus-browse-read-group): Add NUMBER argument and pass it to
20175 `gnus-group-read-ephemeral-group'.
20176
20177 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20178 argument and pass it to `gnus-group-read-group'.
20179
20180 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20181
20182 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20183 mm-xemacs-find-mime-charset-1 if we have the mule feature
20184 available at runtime.
20185
20186 2005-03-25 Werner Lemberg <wl@gnu.org>
20187
20188 * nnmaildir.el: Replace `illegal' with `invalid'.
20189
20190 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20191
20192 * gnus-start.el (gnus-display-time-event-handler):
20193 Check display-time-timer at runtime rather than only at load time
20194 in case display-time-mode is turned off in the mean time.
20195
20196 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20197
20198 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20199 used.
20200
20201 * nneething.el (nneething-map-file-directory): Derive from
20202 `gnus-directory'.
20203
20204 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20205 the To/Cc button.
20206
20207 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20208
20209 * nnmaildir.el (nnmaildir-request-accept-article):
20210 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20211
20212 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20213
20214 * gnus-async.el: Require timer-funcs at compile time when in
20215 XEmacs for `run-with-idle-timer'.
20216
20217 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20218
20219 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20220 autoloaded function.
20221
20222 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20223
20224 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20225
20226 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20227
20228 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20229
20230 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20231
20232 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20233 Add gnus-expert-user to default.
20234
20235 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20236
20237 * nnimap.el (nnimap-open-server): Ditto.
20238
20239 * imap.el (imap-authenticate): Fix typo.
20240
20241 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20242
20243 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20244 buffer (since IMAP server might return FETCH response out of
20245 order, and the nntp buffer must be sorted).
20246
20247 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20248
20249 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20250 comparison on string.
20251
20252 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20253 (gnus-agent-score): Rename category keywords to match gnus-cus.
20254 (gnus-agent-summary-fetch-series): Modify to protect against
20255 gnus-agent-summary-fetch-group clearing processable flags.
20256 (gnus-agent-synchronize-group-flags): Update live group buffer as
20257 synchronization may occur due to the user toggle the plugged
20258 status.
20259 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20260 successfully downloaded.
20261 (gnus-agent-expire-group-1): Avoid using markers when the overview
20262 is in ascending order; greatly improves performance.
20263 (gnus-agent-regenerate-group):
20264 Use gnus-agent-synchronize-group-flags to reset read status in both
20265 gnus and server.
20266 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20267
20268 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20269
20270 * message.el: Don't autoload former message-utils variables.
20271 (message-strip-subject-trailing-was): Change doc string.
20272
20273 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20274 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20275 (nnweb-google-search): Add "hl=en" here.
20276 (nnweb-google-parse-1, nnweb-google-create-mapping):
20277 Don't hardcode URL.
20278
20279 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20280
20281 * message.el (message-get-reply-headers, message-followup):
20282 Mention related variables `message-use-followup-to' and
20283 `message-use-mail-followup-to', in the information buffer.
20284
20285 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20286 of broken groups(-beta).google.com.
20287
20288 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20289
20290 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20291 parameter to invoked gnus-request-move-article; remove the
20292 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20293 all at once instead of once per article.
20294 (gnus-summary-remove-process-mark): Accept a list of articles as
20295 well as a single article for processing.
20296
20297 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20298 parameter.
20299
20300 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20301
20302 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20303
20304 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20305 parameter.
20306
20307 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20308 parameter.
20309
20310 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20311 parameter and remove the gnus-sum-hint-move-is-internal variable.
20312
20313 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20314 parameter.
20315
20316 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20317 parameter.
20318
20319 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20320 parameter.
20321
20322 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20323
20324 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20325 parameter.
20326
20327 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20328 parameter.
20329
20330 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20331
20332 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20333 a more conservative way.
20334
20335 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20336
20337 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20338 buffer, so it moves the window's cursor.
20339
20340 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20341
20342 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20343 `mm-dissect-multipart' and receive the from field as an (optional)
20344 argument from `mm-dissect-multipart'.
20345 (mm-dissect-multipart): Receive the from field as an argument and
20346 pass it on when we call `mm-dissect-buffer' on MIME parts.
20347 Fixes verification/decryption of signed/encrypted MIME parts.
20348
20349 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20350
20351 * gnus-sum.el (gnus-summary-move-article):
20352 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20353 whatever it calls (right now, only nnimap-request-move article
20354 respects it).
20355
20356 * nnimap.el (nnimap-request-move-article):
20357 When gnus-sum-hint-move-is-internal is set, don't do the extra
20358 nnimap-request-article.
20359
20360 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20361
20362 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20363
20364 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20365 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20366
20367 * gnus-sum.el (gnus-summary-caesar-message):
20368 Apply `gnus-treat-article' after rotation.
20369
20370 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20371 doc string.
20372
20373 2005-02-22 Simon Josefsson <jas@extundo.com>
20374
20375 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20376 `password-cache-expiry' instead). Reported by Arne Jørgensen
20377 <arne@arnested.dk>.
20378 (encrypt): Add password-cache and password-cache-expiry as group
20379 members.
20380
20381 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20382
20383 * smime.el (smime-ldap-host-list): Doc fix.
20384 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20385 cache) password.
20386 (smime-sign-region): Use it.
20387 (smime-decrypt-region): Use it.
20388 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20389 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20390 fails.
20391 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20392 certificate from DER to PEM format rather than calling openssl.
20393
20394 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20395
20396 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20397 for signing/encryption.
20398
20399 * mml.el (mml-parse-1): Use them.
20400
20401 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20402
20403 * nnrss.el (nnrss-verbose): Remove.
20404 (nnrss-request-group): Use `nnheader-message' instead.
20405
20406 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20407
20408 * nnrss.el (nnrss-verbose): New variable.
20409 (nnrss-request-group): Make it say nnrss is requesting a group.
20410
20411 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20412
20413 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20414 Handle news URL with given port correctly.
20415
20416 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20417
20418 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20419 containing special characters.
20420
20421 * gnus-sum.el (gnus-summary-edit-article): Ditto.
20422
20423 * mml.el (mime-to-mml): Ditto.
20424
20425 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20426 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20427 (rfc2047-decode-region): Quote decoded words containing special
20428 characters when rfc2047-quote-decoded-words-containing-tspecials
20429 is non-nil.
20430
20431 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
20432
20433 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20434
20435 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20436
20437 2005-02-15 Simon Josefsson <jas@extundo.com>
20438
20439 * nnimap.el (nnimap-debug): Doc fix.
20440
20441 * imap.el (imap-debug): Doc fix.
20442
20443 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20444
20445 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20446
20447 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20448
20449 * gnus.el (spam-contents): Improve docs for spam-contents
20450 parameter in its variable incarnation.
20451
20452 2005-02-14 Simon Josefsson <jas@extundo.com>
20453
20454 * smime-ldap.el: Use require instead of load-library for ldap.
20455 (smime-ldap-search): Indent.
20456 (smime-ldap-search-internal): Shorten line.
20457
20458 * smime.el (smime-cert-by-dns): Add doc-string.
20459 (smime-cert-by-ldap-1): Indent.
20460
20461 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20462 mml-smime-get-dns-ldap.
20463 (mml-smime-encrypt-query): Use new function. Default to ldap.
20464
20465 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20466
20467 * smime.el: Require smime-ldap.
20468 (smime-ldap-host-list): New variable.
20469 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20470
20471 * mml-smime.el (mml-smime-encrypt-query): New function.
20472 (mml-smime-encrypt-query): Use it.
20473
20474 * smime-ldap.el: New file.
20475
20476 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20477
20478 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20479
20480 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20481
20482 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20483 argument in doc string. Make query for type more clear.
20484
20485 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20486
20487 * gnus.el (gnus-group-startup-message): Search for gnus images in
20488 etc/images/gnus.
20489 * mm-util.el (mm-image-load-path): Likewise.
20490 * smiley.el (smiley-data-directory): Search for smilies in
20491 etc/images/smilies.
20492
20493 2005-02-09 Kim F. Storm <storm@cua.dk>
20494
20495 Change Emacs release version from 21.4 to 22.1 throughout.
20496 Change Emacs development version from 21.3.50 to 22.0.50.
20497
20498 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20499
20500 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20501
20502 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20503 non-Mule XEmacs as well.
20504 (mm-decompress-buffer): Signal an error intentionally if it does
20505 not decompress compressed data because auto-compression-mode is
20506 disabled.
20507
20508 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
20509
20510 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20511 an ID in the registry even if it has no groups.
20512
20513 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
20514
20515 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20516 merge it into mm-decompress-buffer.
20517 (gnus-mime-copy-part): Use the MIME part charset, the value which
20518 a user specified or gnus-newsgroup-charset for decoding, like
20519 gnus-mime-inline-part does; set buffer-file-coding-system to tell
20520 save-buffer what was used. Suggested by Kevin Ryde
20521 <user42@zip.com.au>.
20522 (gnus-mime-inline-part): Allow the name parameter as well as the
20523 filename parameter; force decompressing of compressed data; always
20524 display contents being not decoded as unibyte.
20525
20526 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20527 as well as the filename parameter.
20528
20529 * mm-util.el (mm-decompress-buffer):
20530 Merge gnus-mime-jka-compr-maybe-uncompress.
20531 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20532 of compressed data.
20533
20534 2005-02-08 Simon Josefsson <jas@extundo.com>
20535
20536 * imap.el (imap-log): Doc fix.
20537
20538 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20539
20540 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20541 the coding cookies; decompress compressed parts.
20542
20543 * mml.el (mml-generate-mime-1): Add the charset parameter according
20544 to the value which a user specified manually or the coding cookie.
20545
20546 * mm-util.el (mm-string-to-multibyte): New function.
20547 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20548 (mm-coding-system-to-mime-charset): New function.
20549 (mm-decompress-buffer): New function.
20550 (mm-find-buffer-file-coding-system): New function.
20551
20552 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20553 (mm-display-inline-fontify): Rewrite for decoding and decompressing
20554 parts.
20555
20556 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20557
20558 * mm-view.el (mm-display-inline-fontify): Decode a part according
20559 to the charset parameter.
20560
20561 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
20562
20563 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20564 prefix arg is neither nil nor a number, as info specifies.
20565
20566 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
20567
20568 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20569 timestamps.
20570
20571 2005-02-02 Jari Aalto <jari.aalto@cante.net>
20572
20573 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20574 groups error checking and notify user.
20575
20576 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
20577
20578 * message.el (message-send-mail-function): Check existence of
20579 sendmail-program first before using default value
20580 `message-send-mail-with-sendmail'. Otherwise use more generic
20581 `smtpmail-send-it'.
20582
20583 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
20584
20585 * nntp.el (nntp-request-update-info): Always return nil.
20586
20587 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
20588
20589 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20590
20591 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20592
20593 * message.el (message-beginning-of-line): Change the behavior when
20594 invoked between BOL and : so that it first moves backward.
20595
20596 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20597
20598 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20599 article buffer when editing of the article is discarded.
20600 (gnus-article-prepare): Revert.
20601
20602 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20603
20604 * gnus-art.el (gnus-article-prepare):
20605 Remove message-strip-forbidden-properties from the local hook.
20606
20607 2005-01-27 Simon Josefsson <jas@extundo.com>
20608
20609 * password.el (password-cache-add): Only start one timer per key.
20610 Reported by Derek Atkins <warlord@MIT.EDU>.
20611
20612 2005-01-26 Steve Youngs <steve@sxemacs.org>
20613
20614 * run-at-time.el: Remove. It is no longer needed as
20615 timer-funcs.el in the xemacs-base package has a working version of
20616 `run-at-time'.
20617
20618 * password.el: Require timer-funcs instead of run-at-time in
20619 XEmacs.
20620 Remove `password-run-at-time' macro.
20621 (password-cache-add): Use `run-at-time' instead of
20622 `password-run-at-time'.
20623
20624 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20625 for `run-with-idle-timer'.
20626
20627 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20628 for `run-at-time'.
20629
20630 * mm-url.el: Require timer-funcs at compile time when in XEmacs
20631 for `with-timeout'.
20632
20633 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
20634
20635 * mml.el (mml-generate-mime-1): Convert string into unibyte when
20636 inserting " *mml*" buffer's contents into a unibyte temp buffer.
20637
20638 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
20639
20640 * mail-source.el (mail-source-fetch-imap): Search for ^From case
20641 sensitively.
20642
20643 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
20644
20645 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20646
20647 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
20648
20649 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20650 which will be inserted according to the multibyteness of a buffer
20651 rather than the type of contents. Suggested by ARISAWA Akihiro
20652 <ari@mbf.ocn.ne.jp>.
20653
20654 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20655 of string which old xml.el may return rather than a string.
20656
20657 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
20658
20659 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20660
20661 2005-01-16 Simon Josefsson <jas@extundo.com>
20662
20663 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20664 idn/idna.el isn't available.
20665 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
20666 <michael@waxrat.com>.
20667
20668 * hashcash.el: Remove non-FSF copyright header.
20669
20670 * hashcash.el (hashcash-extra-generate-parameters): New variable.
20671 (hashcash-generate-payment): Use it.
20672 (hashcash-generate-payment-async): Use it.
20673
20674 2005-01-15 Simon Josefsson <jas@extundo.com>
20675
20676 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20677 Suggested by Raymond Scholz <ray-2005@zonix.de>.
20678
20679 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20680 gnus-summary-idna-message.
20681 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20682 (gnus-summary-idna-message): New function.
20683
20684 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
20685
20686 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20687 gnus-novice-user.
20688
20689 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
20690
20691 * nnrss.el (nnrss-request-delete-group): Delete entries in
20692 nnrss-group-alist as well.
20693 (nnrss-save-server-data): Insert newline.
20694
20695 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
20696
20697 * gnus.el (gnus-user-agent): Use list of symbols instead of
20698 symbols. Display full version number for (S)XEmacs.
20699 Optionally display (S)XEmacs codename.
20700
20701 * gnus-util.el (gnus-emacs-version): Update for new
20702 `gnus-user-agent'.
20703
20704 * gnus-msg.el (gnus-extended-version): Make it possible to omit
20705 Gnus version.
20706
20707 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20708
20709 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
20710 which is unreadable in some setups.
20711
20712 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20713
20714 * gnus-spec.el (gnus-update-format-specifications): Flush the
20715 group format spec cache if it doesn't support decoded group names.
20716
20717 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
20718
20719 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20720 Allow to apply decay on score files matching a regexp.
20721
20722 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
20723
20724 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20725 compatibility in %g and %c.
20726
20727 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
20728
20729 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20730 name for only %g and %c.
20731 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20732 of gnus-tmp-group to decoded group name.
20733 (gnus-group-make-rss-group): Exclude `/'s from group names.
20734
20735 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
20736
20737 * nnrss.el (nnrss-get-encoding): Fix regexp.
20738
20739 2004-12-27 Simon Josefsson <jas@extundo.com>
20740
20741 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20742 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20743 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
20744
20745 2004-12-17 Kim F. Storm <storm@cua.dk>
20746
20747 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20748
20749 * gnus-sum.el (gnus-summary-mode-map): Likewise.
20750
20751 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20752
20753 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20754
20755 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
20756
20757 * nnrss.el: Require rfc2047 and mml.
20758 (nnrss-file-coding-system): New variable.
20759 (nnrss-format-string): Redefine it as an inline function.
20760 (nnrss-decode-group-name): New function.
20761 (nnrss-string-as-multibyte): Remove.
20762 (nnrss-retrieve-headers): Decode group name; don't use
20763 nnrss-format-string.
20764 (nnrss-request-group): Decode group name.
20765 (nnrss-request-article): Decode group name; allow a Message-ID as
20766 well as an article number; don't use nnrss-format-string; encode a
20767 Message-ID string which may contain non-ASCII characters; use
20768 mml-to-mime to compose a MIME article.
20769 (nnrss-request-expire-articles): Decode group name.
20770 (nnrss-request-delete-group): Decode group name.
20771 (nnrss-fetch): Clarify error message.
20772 (nnrss-read-server-data): Use insert-file-contents instead of load;
20773 bind file-name-coding-system; use multibyte buffer.
20774 (nnrss-save-server-data): Bind coding-system-for-write to the
20775 value of nnrss-file-coding-system; bind file-name-coding-system;
20776 add coding cookie.
20777 (nnrss-read-group-data): Use insert-file-contents instead of load;
20778 bind file-name-coding-system; use multibyte buffer.
20779 (nnrss-save-group-data): Bind coding-system-for-write to the
20780 value of nnrss-file-coding-system; bind file-name-coding-system.
20781 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20782 make it work with non-ASCII text.
20783 (nnrss-find-el): Make it work with old xml.el as well.
20784
20785 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20786
20787 * nnrss.el (nnrss-get-encoding): New function.
20788 (nnrss-fetch): Use unibyte buffer initially; bind
20789 coding-system-for-read while performing mm-url-insert; remove ^Ms;
20790 decode contents according to the encoding attribute.
20791 (nnrss-save-group-data): Add coding cookie.
20792 (nnrss-mime-encode-string): New function.
20793 (nnrss-check-group): Use it to encode subject and author.
20794
20795 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
20796
20797 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20798 imaginary variable.
20799
20800 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20801
20802 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20803 correctly even if there are wide characters.
20804
20805 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
20806
20807 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20808 downcased symbol names; make a new cache instead of reusing
20809 bbdb-hashtable.
20810
20811 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
20812
20813 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20814 concatenating segments rather than before concatenating them.
20815 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20816
20817 * message.el (message-get-reply-headers): Bind `extra'.
20818
20819 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20820
20821 * message.el (message-extra-wide-headers): New variable.
20822 (message-get-reply-headers): Use it.
20823
20824 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
20825
20826 * gnus-agent.el (gnus-agent-group-path): Decode group name.
20827 (gnus-agent-group-pathname): Ditto.
20828
20829 * gnus-cache.el (gnus-cache-file-name): Decode group name.
20830
20831 * gnus-group.el (gnus-group-make-group): Decode group name.
20832 (gnus-group-make-rss-group): Register the group data after opening
20833 the nnrss group.
20834
20835 2004-12-17 Paul Jarc <prj@po.cwru.edu>
20836
20837 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20838 by expiry now get marked as read.
20839
20840 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20841
20842 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20843
20844 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
20845
20846 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20847 unify Latin characters in XEmacs.
20848 (mm-find-mime-charset-region): Use it.
20849
20850 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20851
20852 * gnus-util.el (gnus-delete-directory): New function.
20853
20854 * gnus-agent.el (gnus-agent-delete-group): Use it.
20855
20856 * gnus-cache.el (gnus-cache-delete-group): Use it.
20857
20858 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
20859
20860 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20861 names.
20862
20863 2004-12-16 Simon Josefsson <jas@extundo.com>
20864
20865 * hashcash.el (hashcash-payment-alist): Fix custom :type.
20866
20867 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
20868
20869 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20870
20871 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20872 (gnus-group-set-current-level): Decode group name.
20873
20874 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
20875
20876 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20877 failed.
20878
20879 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
20880
20881 * gnus-group.el (gnus-group-delete-group): Decode group name.
20882 (gnus-group-make-rss-group): Encode group name.
20883 (gnus-group-catchup-current): Decode group name.
20884 (gnus-group-kill-group): Decode group name.
20885
20886 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
20887
20888 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20889
20890 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
20891
20892 * gnus-group.el (gnus-group-make-rss-group):
20893 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20894
20895 * gnus-start.el (gnus-setup-news): Honor user's setting to
20896 gnus-message-archive-method. Suggested by Lute Kamstra
20897 <lute@gnu.org>.
20898
20899 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
20900
20901 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20902 global counterparts of the buffer-local variables.
20903
20904 2004-11-16 Romain Francoise <romain@orebokech.com>
20905
20906 * gnus-sum.el (gnus-summary-exit): Don't clear the global
20907 counterparts of the buffer-local variables.
20908
20909 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20910
20911 * message.el (message-forbidden-properties): Fix typo in doc
20912 string.
20913
20914 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20915
20916 * gnus-util.el (gnus-replace-in-string): Add doc string.
20917
20918 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20919 to avoid problems when splitting mails with many recipients.
20920
20921 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
20922
20923 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20924 pop-to-buffer, covered by the subsequent gnus-configure-windows.
20925
20926 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
20927
20928 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20929 if there is no hashtable in memory or file modification time is
20930 newer than cached timestamp.
20931
20932 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
20933
20934 * gnus-sum.el (gnus-summary-limit-to-recipient):
20935 Implement not-matching option.
20936
20937 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
20938
20939 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20940 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20941 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20942 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20943 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
20944 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20945
20946 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
20947
20948 * message.el (message-forward-make-body-mml): Remove headers
20949 according to message-forward-ignored-headers if a message is decoded.
20950
20951 2004-12-02 Romain Francoise <romain@orebokech.com>
20952
20953 * message.el (message-forward-make-body-plain): Always remove
20954 headers according to message-forward-ignored-headers.
20955
20956 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
20957
20958 * spam.el (spam-summary-prepare-exit): Remove the
20959 gnus-summary-limit pop for now, it has problems with ham marks for
20960 me.
20961
20962 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
20963
20964 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20965 correctly.
20966
20967 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
20968
20969 * format-spec.el (format-spec): Message the char.
20970
20971 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
20972
20973 * gnus-art.el (gnus-split-methods): Reformat comments.
20974
20975 * spam.el (spam-summary-prepare-exit): Remove article limits
20976 before exiting the summary buffer.
20977
20978 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20979
20980 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20981 order to silence the byte compiler.
20982
20983 * spam.el: Fix the way to silence the byte compiler, which
20984 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20985 bbdb-search-simple, spam-BBDB-register-routine,
20986 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20987 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20988 spam-stat-buffer-is-spam, spam-stat-load,
20989 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20990 spam-stat-save and spam-stat-split-fancy.
20991
20992 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20993
20994 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20995 which may confuse users.
20996 (canlock-password-for-verify): Ditto.
20997
20998 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20999
21000 * gnus-art.el (gnus-emphasis-alist): Ditto.
21001
21002 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21003
21004 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21005
21006 * gnus-start.el (gnus-save-killed-list): Ditto.
21007
21008 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21009 (gnus-sum-thread-tree-root): Ditto.
21010 (gnus-sum-thread-tree-false-root): Ditto.
21011 (gnus-sum-thread-tree-single-indent): Ditto.
21012
21013 * message.el (message-courtesy-message): Ditto.
21014 (message-archive-note): Ditto.
21015 (message-subscribed-address-file): Ditto.
21016 (message-user-fqdn): Ditto.
21017
21018 * spam-report.el (spam-report-gmane-regex): Ditto.
21019
21020 * spam.el (spam-blackhole-good-server-regex): Ditto.
21021
21022 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21023
21024 * mml.el (mml-preview): Widen the message buffer before copying
21025 the contents to the preview buffer; sort headers before previewing.
21026
21027 * message.el (message-hidden-headers): Fix the way to avoid a bug
21028 in the `repeat' widget in Emacs 21.3 or earlier.
21029
21030 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21031
21032 * message.el (message-hidden-headers): Default to "^References:".
21033 Improve customization type. Suggested by Reiner Steib
21034 <Reiner.Steib@gmx.de>.
21035
21036 2004-11-25 Romain Francoise <romain@orebokech.com>
21037
21038 * message.el (message-strip-forbidden-properties): Remove check for
21039 obsolete `message-hidden' text property, hidden headers are not
21040 accessible in the buffer anymore.
21041
21042 2004-11-22 Romain Francoise <romain@orebokech.com>
21043
21044 * message.el (message-header-format-alist): Add `From' in list
21045 so that it can be sorted.
21046 (message-fix-before-sending): Widen and sort headers before
21047 sending.
21048 (message-hide-headers): Use narrowing to hide headers by moving
21049 them to the top of the buffer and narrowing to the region
21050 underneath.
21051
21052 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21053
21054 * message.el (message-strip-forbidden-properties):
21055 Bind buffer-read-only (etc) to nil.
21056
21057 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21058
21059 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21060 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21061
21062 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21063
21064 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21065
21066 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21067
21068 * dns.el (query-dns): Use sit-for to time instead of
21069 accept-process-output, since that doesn't seem to work on udp
21070 sockets.
21071
21072 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21073
21074 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21075
21076 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21077
21078 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21079 doc string. Improve doc string.
21080
21081 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21082
21083 * nntp.el (nntp-request-update-info): Return nil if
21084 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21085 may not call gnus-activate-group which uselessly issues the GROUP
21086 commands for all nntp groups and wastes time. Reported by Romain
21087 Francoise <romain@orebokech.com>.
21088
21089 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21090
21091 2004-11-15 Simon Josefsson <jas@extundo.com>
21092
21093 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21094 headers separately.
21095 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21096 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21097
21098 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21099
21100 * gnus-start.el (gnus-convert-old-newsrc):
21101 Assign legacy-gnus-agent to 5.10.7.
21102
21103 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21104
21105 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21106 start of the lines.
21107
21108 2004-11-14 Magnus Henoch <mange@freemail.hu>
21109
21110 * hashcash.el (hashcash-default-payment): Change default to 20.
21111 (hashcash-default-accept-payment): Change default to 20.
21112 (hashcash-process-alist): New variable.
21113 (hashcash-generate-payment-async): Add.
21114 (hashcash-already-paid-p): Add.
21115 (hashcash-insert-payment): Don't generate payments twice.
21116 (hashcash-insert-payment-async): Add.
21117 (hashcash-insert-payment-async-2): Add.
21118 (hashcash-cancel-async): Add.
21119 (hashcash-wait-async): Add.
21120 (hashcash-processes-running-p): Add.
21121 (hashcash-wait-or-cancel): Add.
21122 (mail-add-payment): New optional argument. Conditionally start
21123 asynchronous calculation.
21124 (mail-add-payment-async): Add.
21125
21126 * message.el (message-send-mail): Wait for asynchronous hashcash
21127 results. Don't clobber existing X-Hashcash headers.
21128 (message-setup-1): Call mail-add-payment-async when
21129 message-generate-hashcash is non-nil.
21130
21131 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21132
21133 * message.el (message-use-alternative-email-as-from): Examine the
21134 From header as well; use message-make-from in order to include a
21135 user's full name.
21136
21137 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21138
21139 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21140 default; improve customization type.
21141 (gnus-emphasis-custom-with-format): New macro.
21142 (gnus-emphasis-custom-value-to-external): New function.
21143 (gnus-emphasis-custom-value-to-internal): New function.
21144
21145 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21146
21147 * dns.el (query-dns): Resolve reverse addresses.
21148
21149 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21150
21151 * gnus-group.el (gnus-group-get-new-news): Use it.
21152
21153 * gnus-start.el (gnus-check-reasonable-setup): New function.
21154
21155 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21156
21157 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21158 "Args out of range" error. Reported by Arnaud Giersch
21159 <arnaud.giersch@free.fr>.
21160
21161 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21162
21163 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21164
21165 2004-11-04 Richard M. Stallman <rms@gnu.org>
21166
21167 * spam.el (spam group): Add :version.
21168
21169 * pgg-def.el (pgg group): Add :version.
21170
21171 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21172
21173 * gnus-art.el (gnus-article-edit-article): Don't associate the
21174 article buffer with a draft file. This is a temporary measure
21175 against the 2004-08-22 change to gnus-article-edit-mode.
21176
21177 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21178
21179 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21180 (html2text-format-tags): Remove unused variable `attr'.
21181
21182 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21183
21184 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21185
21186 * spam-stat.el (spam-stat): Add :version.
21187
21188 * sieve.el (sieve): Add :version.
21189
21190 * sha1.el (sha1): Add :version.
21191 (sha1-use-external): Remove redundant version.
21192
21193 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21194 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21195 (nnmail-split-fancy-match-partial-words)
21196 (nnmail-split-lowercase-expanded): Add :version.
21197
21198 * nndiary.el (nndiary): Add :version.
21199
21200 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21201
21202 * mml-sec.el (mml-default-sign-method)
21203 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21204 Add :version.
21205
21206 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21207
21208 * mm-url.el (mm-url-use-external, mm-url-program)
21209 (mm-url-arguments): Add :version.
21210
21211 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21212 (mm-attachment-file-modes, mm-decrypt-option)
21213 (mm-w3m-safe-url-regexp): Add :version.
21214
21215 * message.el (message-cite-prefix-regexp)
21216 (message-sendmail-envelope-from, message-minibuffer-local-map)
21217 (message-user-fqdn, message-completion-alist): Add :version.
21218
21219 * gnus-win.el (gnus-configure-windows-hook)
21220 (gnus-use-frames-on-any-display): Add :version.
21221
21222 * gnus-art.el (gnus-article-address-banner-alist)
21223 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21224 (gnus-treat-from-picon, gnus-treat-mail-picon)
21225 (gnus-treat-x-pgp-sig): Add :version.
21226
21227 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21228 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21229 (gnus-summary-article-delete-hook)
21230 (gnus-summary-display-while-building): Add :version.
21231
21232 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21233 (gnus-get-top-new-news-hook): Add :version.
21234
21235 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21236 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21237
21238 * gnus-registry.el (gnus-registry): Add :version.
21239
21240 * gnus-spec.el (gnus-use-correct-string-widths)
21241 (gnus-make-format-preserve-properties): Add :version.
21242
21243 * gnus.el (gnus-group-charter-alist)
21244 (gnus-group-fetch-control-use-browse-url)
21245 (gnus-install-group-spam-parameters): Add :version.
21246
21247 * gnus-diary.el (gnus-diary): Add :version.
21248
21249 * gnus-delay.el (gnus-delay): Add :version.
21250
21251 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21252 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21253 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21254 Add :version.
21255
21256 * gnus-agent.el (gnus-agent-max-fetch-size)
21257 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21258 (gnus-agent-prompt-send-queue): Add :version.
21259
21260 * deuglify.el (gnus-outlook-deuglify): Add :version.
21261
21262 * html2text.el: Beautify code. Improve doc strings.
21263 Some checkdoc cleanup.
21264 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21265
21266 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21267
21268 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21269
21270 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21271
21272 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21273 when package is loaded.
21274
21275 * spam.el (spam-summary-score-preferred-header): Add global preference
21276 for people who want to override the default SpamAssassin over
21277 Bogofilter preference (when both are set).
21278 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21279 (spam-user-format-function-S):
21280 Check spam-summary-score-preferred-header.
21281 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21282 (spam-user-format-function-S): Format the score correctly.
21283
21284 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21285
21286 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21287 signature file. Suggested by Manoj Srivastava
21288 <srivasta@golden-gryphon.com>.
21289
21290 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21291 iso-2022-jp even in the Japanese language environment.
21292 Suggested by Jason Rumney <jasonr@gnu.org>.
21293
21294 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21295
21296 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21297 use the same characters as the dummy marks; make it free from
21298 getting affected by the language environment.
21299 (gnus-summary-read-group-1): Update mark positions only when the
21300 format spec is updated.
21301
21302 * gnus-spec.el (gnus-update-format-specifications): Return a list
21303 of updated types.
21304
21305 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21306
21307 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21308 of boundp to check if display-warning is available.
21309
21310 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21311
21312 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21313
21314 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21315
21316 * nnspool.el (nnspool-spool-directory): Use news-path if the
21317 news-directory variable is not bound.
21318
21319 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21320 function instead of display-warning if it is not available.
21321
21322 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21323
21324 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21325 v5-10: Use `point-at-bol'.
21326
21327 2004-10-26 Simon Josefsson <jas@extundo.com>
21328
21329 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21330 <chenggao@gmail.com>.
21331
21332 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21333
21334 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21335 instead.
21336
21337 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21338
21339 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21340 to remove a server from the nnimap-server-buffer-alist.
21341 (nnimap-open-connection, nnimap-close-server): Use it.
21342
21343 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21344
21345 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21346
21347 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21348 running the major-mode function.
21349
21350 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21351
21352 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21353 dummy marks in the right way.
21354
21355 2004-10-18 David Edmondson <dme@dme.org>
21356
21357 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21358 excessively.
21359
21360 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21361
21362 * gnus-util.el (gnus-split-references): Accept a nil references
21363 string and go on blissfully.
21364
21365 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21366 cases where the references string is non-nil but has no references.
21367
21368 * encrypt.el: Add autoload tags.
21369
21370 * spam.el (spam-resolve-registrations-routine): Remove article
21371 from unregistration list too. Reported by David Hanak
21372 <dhanak@isis.vanderbilt.edu>
21373
21374 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21375
21376 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21377 nil. Change custom type.
21378
21379 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21380
21381 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21382
21383 * gnus-sum.el (gnus-summary-move-article): Use it.
21384
21385 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21386
21387 * encrypt.el: Add autoload cookies.
21388
21389 * spam.el (spam-backend-article-list-property)
21390 (spam-backend-get-article-todo-list)
21391 (spam-backend-put-article-todo-list)
21392 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21393 Resolve registrations separately.
21394 (spam-register-routine): Format comments.
21395 (spam-unregister-routine, spam-register-routine): Always call with
21396 specific-articles, no default list.
21397 (spam-summary-prepare-exit): Use the spam-classifications function.
21398
21399 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21400 gnus-encrypt.el.
21401
21402 * encrypt.el: Copied from gnus-encrypt.el.
21403
21404 * gnus-encrypt.el: Commented that it's obsolete.
21405
21406 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21407
21408 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21409 (gnus-score-save): Use it.
21410
21411 * message.el (message-bury): Use `window-dedicated-p'.
21412
21413 2004-10-15 Simon Josefsson <jas@extundo.com>
21414
21415 * pop3.el (top-level): Don't require nnheader.
21416 (pop3-read-timeout): Add.
21417 (pop3-accept-process-output): Add.
21418 (pop3-read-response, pop3-retr): Use it.
21419
21420 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
21421
21422 * spam.el (spam-register-routine): Move comment.
21423 (spam-verify-bogofilter): Use 'unknown for the initial
21424 spam-bogofilter-valid state, not 'never.
21425
21426 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21427 for netrc-machine.
21428
21429 * nnimap.el (nnimap-open-connection):
21430 Use netrc-machine-user-or-password.
21431
21432 2004-10-17 Richard M. Stallman <rms@gnu.org>
21433
21434 * gnus-registry.el (gnus-registry-unload-hook):
21435 Set as a variable with add-hook.
21436
21437 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21438 of news-path.
21439
21440 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21441
21442 * spam.el: Delete duplicate `provide'.
21443 (spam-unload-hook): Set as a variable with add-hook.
21444
21445 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21446
21447 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21448 in the doc string.
21449
21450 * message.el (message-ignored-news-headers)
21451 (message-ignored-supersedes-headers)
21452 (message-ignored-resent-headers)
21453 (message-forward-ignored-headers): Improve custom type.
21454
21455 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21456
21457 * message.el (message-tokenize-header): Fix 2004-09-06 change
21458 which used point-min in the wrong place.
21459
21460 2004-10-12 Simon Josefsson <jas@extundo.com>
21461
21462 * tls.el (tls-certtool-program): New variable.
21463 (tls-certificate-information): New function, based on
21464 ssl-certificate-information.
21465
21466 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21467
21468 * compface.el: Move the version of ELisp-based uncompface program
21469 to the contrib directory because of the copyright problem.
21470
21471 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21472
21473 * message.el (message-kill-buffer): Raise the current frame.
21474
21475 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21476
21477 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21478
21479 * gnus.el (message-y-or-n-p): Autoload.
21480
21481 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21482 (pop3-password-required, pop3-authentication-scheme)
21483 (pop3-leave-mail-on-server): Make customizable.
21484 (pop3): New custom group.
21485 (pop3-retr): Remove `sleep-for' statements.
21486 Suggested by Dave Love <fx@gnu.org>.
21487
21488 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21489 Windows/DOS.
21490
21491 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21492 (imap-parse-body): Fix incorrect use of `assert'.
21493 Suggested by Dave Love <fx@gnu.org>.
21494
21495 * mml.el (mml-minibuffer-read-disposition): Require match.
21496 Suggested by Dave Love <fx@gnu.org>.
21497
21498 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
21499
21500 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
21501 doc string.
21502
21503 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
21504
21505 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21506
21507 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21508
21509 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21510 instead of calling `mm-insert-inline', to decode text/* parts
21511 before displaying them.
21512
21513 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
21514
21515 * mm-uu.el (mm-uu-text-plain-type): New variable.
21516 (mm-uu-pgp-signed-extract-1): Use it.
21517 (mm-uu-pgp-encrypted-extract-1): Use it.
21518 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21519 bind mm-uu-text-plain-type with that value.
21520 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21521 mm-uu-dissect.
21522
21523 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21524
21525 * gnus-group.el (gnus-update-group-mark-positions):
21526 * gnus-sum.el (gnus-update-summary-mark-positions):
21527 * message.el (message-check-news-body-syntax):
21528 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21529 of string-as-multibyte.
21530
21531 2004-10-05 Juri Linkov <juri@jurta.org>
21532
21533 * gnus-group.el (gnus-update-group-mark-positions):
21534 * gnus-sum.el (gnus-update-summary-mark-positions):
21535 * message.el (message-check-news-body-syntax):
21536 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21537 8-bit unibyte values to a multibyte string for search functions.
21538
21539 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21540
21541 * mm-uu.el (mm-uu-dissect): Allow optional arg.
21542 (mm-uu-dissect-text-parts): New function.
21543
21544 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21545 dissect text parts.
21546
21547 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21548 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21549
21550 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21551
21552 * gnus-topic.el (gnus-topic-hierarchical-parameters):
21553 Use gnus-current-topics instead of gnus-current-topic.
21554
21555 2004-10-06 Jesper Harder <harder@ifa.au.dk>
21556
21557 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21558
21559 2004-10-05 Jesper Harder <harder@ifa.au.dk>
21560
21561 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21562 where appropriate.
21563
21564 * nnml.el (nnml-generate-active-info): do.
21565
21566 * nndiary.el (nndiary-generate-active-info): do.
21567
21568 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21569 (gnus-topic-move): do.
21570
21571 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21572 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21573
21574 * gnus-srvr.el (gnus-server-prepare)
21575 (gnus-server-open-all-servers): do.
21576
21577 * gnus-msg.el (gnus-summary-cancel-article)
21578 (gnus-summary-resend-message)
21579 (gnus-summary-mail-crosspost-complaint): do.
21580
21581 * gnus-move.el (gnus-change-server): do.
21582
21583 * gnus-group.el (gnus-group-unmark-all-groups)
21584 (gnus-group-set-current-level): do.
21585
21586 2004-10-04 Simon Josefsson <jas@extundo.com>
21587
21588 * message.el (message-generate-hashcash): Doc fix.
21589
21590 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
21591
21592 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21593 avoid infinite recursion via gnus-get-function.
21594
21595 2004-10-02 Jesper Harder <harder@ifa.au.dk>
21596
21597 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21598
21599 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21600
21601 * nnmail.el (nnmail-split-history): do.
21602
21603 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21604 (nnml-request-delete-group): do.
21605
21606 * nnslashdot.el (nnslashdot-read-groups): do.
21607
21608 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21609 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21610
21611 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21612 (nnspool-sift-nov-with-sed): Use last.
21613 (nnspool-retrieve-headers-with-nov): Use mapc.
21614 (nnspool-request-newgroups): Use dolist.
21615 (nnspool-request-group): Use last.
21616
21617 * nntp.el (nntp-read-server-type): Use dolist.
21618
21619 * nnvirtual.el (nnvirtual-create-mapping)
21620 (nnvirtual-update-read-and-marked): Use dolist.
21621 (nnvirtual-convert-headers): Simplify.
21622
21623 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21624
21625 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21626 Add support for sync'ing tick marks.
21627
21628 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
21629
21630 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21631 there's no visible header.
21632
21633 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21634
21635 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21636 When necessary, pass full group name to gnus-request-set-marks.
21637
21638 2004-10-01 Simon Josefsson <jas@extundo.com>
21639
21640 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
21641 acroread.
21642
21643 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21644
21645 * spam-report.el (spam-report-gmane): Fix interactive.
21646
21647 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21648
21649 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21650 when writing file.
21651 (gnus-agent-synchronize-flags): Don't default to being
21652 interactive.
21653
21654 2004-09-30 Simon Josefsson <jas@extundo.com>
21655
21656 * message.el (message-generate-hashcash): Add.
21657 (message-send-mail): Use it, call mail-add-payment.
21658
21659 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
21660
21661 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21662
21663 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
21664
21665 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21666 gnus-request-update-info with explicit code to sync the in-memory
21667 info read flags with the marks being sync'd to the backend.
21668
21669 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21670
21671 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21672
21673 * spam.el (spam-verify-bogofilter): Add new function.
21674 (spam-check-bogofilter)
21675 (spam-bogofilter-register-with-bogofilter): Use it.
21676 (spam-verify-bogofilter): Add small fixes.
21677
21678 2004-09-28 Simon Josefsson <jas@extundo.com>
21679
21680 * hashcash.el (hashcash-generate-payment): Revert.
21681
21682 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21683
21684 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21685 Use gnus-extract-references instead of gnus-split-references.
21686
21687 * gnus-util.el (gnus-extract-references): Add new function, analogous
21688 to gnus-split-references but extracts only the message-ID without
21689 anything extra.
21690
21691 * hashcash.el (hashcash-generate-payment)
21692 (hashcash-check-payment): Do the right thing if hashcash-path is
21693 nil (because the hashcash program could not be found).
21694
21695 * spam.el (spam-use-hashcash): Remove comment.
21696
21697 2004-09-27 Jesper Harder <harder@ifa.au.dk>
21698
21699 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21700 (gnus-cache-enter-article, gnus-cache-remove-article)
21701 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21702
21703 * gnus-async.el (gnus-async-prefetch-remove-group): do.
21704
21705 * gnus-art.el (article-hide-boring-headers)
21706 (article-translate-strings, article-display-face)
21707 (gnus-article-mime-match-handle-first)
21708 (gnus-article-highlight-headers)
21709 (gnus-article-add-buttons-to-head): do.
21710
21711 2004-09-27 Simon Josefsson <jas@extundo.com>
21712
21713 * hashcash.el: New version, from
21714 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
21715 ../contrib/.
21716
21717 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
21718
21719 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21720
21721 2004-09-26 Jesper Harder <harder@ifa.au.dk>
21722
21723 * gnus-dup.el (gnus-dup-open): Use mapc.
21724 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21725
21726 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21727 Reported by Stefan Wiens <s.wi@gmx.net>.
21728
21729 * gnus.el (gnus-shutdown): Use dolist.
21730
21731 * gnus-undo.el (gnus-undo): Use mapc.
21732
21733 * nnrss.el (nnrss-generate-active): do.
21734
21735 * message.el (message-cite-original-without-signature)
21736 (message-cite-original): Use mapc.
21737 (message-do-actions, message-make-forward-subject): Use dolist.
21738
21739 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21740
21741 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21742 deletion to remove entire duplicate line. Fixes merged article
21743 number bug.
21744
21745 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21746
21747 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21748 servers that are offline. Avoids having gnus-agent-toggle-plugged
21749 first ask if you want to open a server and then, even when you
21750 responded with no, asking if you want to synchronize the server's
21751 flags.
21752 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21753 multi-line expressions.
21754 (gnus-agent-synchronize-group-flags): New internal function.
21755 Updates marks in memory (in the info structure) AND in the
21756 backend.
21757
21758 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21759
21760 * nnagent.el (nnagent-request-set-mark):
21761 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21762 method, to ensure that synchronization updates marks in the
21763 backend and in the info (in memory) structure.
21764
21765 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
21766
21767 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21768 convention fully; don't miss the root article of a thread; make
21769 the X-Draft-From header with correct article numbers.
21770
21771 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
21772
21773 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21774 unless plugged. Disable the agent so that an open failure causes
21775 an error.
21776
21777 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21778 Revert 2004-09-21 change. The backend must be opened while
21779 synchronizing flags even when the backend stores the flags
21780 locally.
21781
21782 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
21783
21784 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21785 in `header' match. Reported by Svend Tollak Munkejord.
21786
21787 * message.el (message-cite-original): Fix use of
21788 `message-cite-articles-with-x-no-archive'.
21789
21790 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
21791
21792 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21793 (gnus-window-to-buffer): Ditto.
21794
21795 * mml.el (mml-preview-buffer): New variable.
21796 (mml-preview): Manage window layout with gnus-buffer-configuration.
21797
21798 * gnus-msg.el (gnus-setup-message): Put article numbers into the
21799 X-Draft-From header even if those articles aren't quoted.
21800
21801 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
21802
21803 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21804 (gnus-request-set-mark, gnus-request-update-mark): Use new
21805 g-s-t-u-l-m to decide to use backend even when unplugged.
21806
21807 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
21808
21809 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21810 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
21811
21812 2004-09-20 Simon Josefsson <jas@extundo.com>
21813
21814 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21815 "utf-16-le".
21816
21817 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21818
21819 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21820
21821 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
21822
21823 * uudecode.el (uudecode-use-external): Add :version.
21824
21825 * smime.el (smime-CA-file, smime-encrypt-cipher)
21826 (smime-dns-server): Add :version.
21827
21828 * smiley.el (gnus-smiley-file-types): Add :version.
21829
21830 * sha1.el (sha1-use-external): Add :version.
21831
21832 * pgg-def.el (pgg-query-keyserver): Add :version.
21833
21834 * nnmail.el (nnmail-fancy-expiry-targets)
21835 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21836 Add :version.
21837
21838 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21839 (nnimap-retrieve-groups-asynchronous): Add :version.
21840 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
21841
21842 * mml.el (mml-content-disposition-parameters)
21843 (mml-insert-mime-headers-always): Add :version.
21844
21845 * mm-util.el (mm-coding-system-priorities): Add :version.
21846
21847 * mm-decode.el (mm-inline-text-html-with-images)
21848 (mm-keep-viewer-alive-types, mm-external-terminal-program)
21849 (mm-verify-option): Add :version.
21850 (mm-text-html-renderer): Change :version.
21851
21852 * message.el (message-fcc-externalize-attachments)
21853 (message-required-headers, message-draft-headers)
21854 (message-subject-trailing-was-query)
21855 (message-subject-trailing-was-ask-regexp)
21856 (message-subject-trailing-was-regexp, message-mark-insert-begin)
21857 (message-mark-insert-end, message-archive-header)
21858 (message-archive-note, message-cross-post-default)
21859 (message-cross-post-note, message-followup-to-note)
21860 (message-cross-post-note-function, message-use-mail-followup-to)
21861 (message-subscribed-address-functions)
21862 (message-subscribed-address-file, message-subscribed-addresses)
21863 (message-subscribed-regexps, message-allow-no-recipients)
21864 (message-yank-cited-prefix, message-signature-insert-empty-line)
21865 (message-hidden-headers, message-hierarchical-addresses)
21866 (message-mail-user-agent, message-use-idna)
21867 (message-valid-fqdn-regexp)
21868 (message-strip-special-text-properties, message-header-synonyms)
21869 (message-beginning-of-line, message-tab-body-function): Add :version.
21870 (message-insert-canlock, message-wide-reply-confirm-recipients):
21871 Change :version.
21872
21873 * mail-source.el (mail-source-ignore-errors): Add :group, :type
21874 and :version.
21875 (mail-source-delete-old-incoming-confirm)
21876 (mail-source-movemail-program): Add :version.
21877
21878 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21879 (gnus-agent-cache, gnus-agent): Change :version.
21880
21881 * gnus-util.el (gnus-use-byte-compile): Change :version.
21882
21883 * gnus-sum.el (gnus-summary-make-false-root-always)
21884 (gnus-summary-default-high-score)
21885 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21886 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21887 (gnus-read-all-available-headers, gnus-article-emulate-mime)
21888 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21889 (gnus-sum-thread-tree-single-indent)
21890 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21891 (gnus-sum-thread-tree-leaf-with-other)
21892 (gnus-sum-thread-tree-single-leaf): Add :version.
21893 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21894 (gnus-article-loose-mime): Change :version.
21895
21896 * gnus-start.el (gnus-backup-startup-file)
21897 (gnus-save-startup-file-via-temp-buffer): Add :version.
21898
21899 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21900 (gnus-server-offline-face): Add :version.
21901
21902 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21903
21904 * gnus-msg.el (gnus-gcc-externalize-attachments)
21905 (gnus-debug-files, gnus-debug-exclude-variables)
21906 (gnus-discouraged-post-methods): Change :version.
21907 (gnus-confirm-mail-reply-to-news)
21908 (gnus-confirm-treat-mail-like-news): Add :version.
21909
21910 * gnus-int.el (gnus-server-unopen-status): Add :version.
21911
21912 * gnus-group.el (gnus-group-jump-to-group-prompt)
21913 (gnus-large-ephemeral-newsgroup)
21914 (gnus-fetch-old-ephemeral-headers): Add :version.
21915
21916 * gnus-fun.el (gnus-x-face-directory)
21917 (gnus-convert-pbm-to-x-face-command)
21918 (gnus-convert-image-to-x-face-command)
21919 (gnus-convert-image-to-face-command): Add :version.
21920
21921 * gnus-delay.el (gnus-delay-default-hour): Add :version.
21922
21923 * gnus-cite.el (gnus-cite-blank-line-after-header)
21924 (gnus-article-boring-faces): Add :version.
21925
21926 * gnus-art.el (gnus-buttonized-mime-types)
21927 (gnus-inhibit-mime-unbuttonizing)
21928 (gnus-treat-display-face)
21929 (gnus-treat-body-boundary): Change :version.
21930 (gnus-body-boundary-delimiter, gnus-picon-databases)
21931 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21932 (gnus-treat-date-english, gnus-treat-fold-headers)
21933 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21934 (gnus-treat-mail-picon, gnus-treat-wash-html)
21935 (gnus-article-encrypt-protocol)
21936 (gnus-use-idna, gnus-article-over-scroll)
21937 (gnus-mime-display-multipart-alternative-as-mixed)
21938 (gnus-mime-display-multipart-related-as-mixed)
21939 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21940 (gnus-ctan-url, gnus-button-ctan-handler)
21941 (gnus-button-handle-ctan-bogus-regexp)
21942 (gnus-button-ctan-directory-regexp)
21943 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21944 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21945 (gnus-button-man-level, gnus-button-emacs-level)
21946 (gnus-button-message-level, gnus-button-browse-level): Add :version.
21947
21948 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21949 (gnus-agent-go-online): Change :version.
21950 (gnus-agent-expire-unagentized-dirs)
21951 (gnus-agent-auto-agentize-methods): Add :version.
21952
21953 * flow-fill.el (fill-flowed-display-column)
21954 (fill-flowed-encode-column): Add :version.
21955
21956 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21957 (gnus-outlook-deuglify-unwrap-max)
21958 (gnus-outlook-deuglify-cite-marks)
21959 (gnus-outlook-deuglify-unwrap-stop-chars)
21960 (gnus-outlook-deuglify-no-wrap-chars)
21961 (gnus-outlook-deuglify-attrib-cut-regexp)
21962 (gnus-outlook-deuglify-attrib-verb-regexp)
21963 (gnus-outlook-deuglify-attrib-end-regexp)
21964 (gnus-outlook-display-hook): Add :version.
21965
21966 * binhex.el (binhex-use-external): Add :version.
21967
21968 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
21969
21970 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21971 and `invisible'.
21972
21973 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
21974
21975 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21976 in gnus-registry-trim.
21977
21978 2004-09-13 Simon Josefsson <jas@extundo.com>
21979
21980 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21981
21982 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21983
21984 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21985 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21986 <yamaoka@jpl.org>.
21987 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21988 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21989 <yamaoka@jpl.org>.
21990
21991 * sieve.el (sieve-manage-mode): Ditto.
21992
21993 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
21994
21995 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21996
21997 2004-09-11 Simon Josefsson <jas@extundo.com>
21998
21999 * dns-mode.el: Add.
22000
22001 * mm-view.el (mm-display-dns-inline): Add.
22002
22003 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22004 (mm-automatic-display): Ditto.
22005
22006 * mailcap.el (mailcap-mime-data): Add text/dns.
22007 (mailcap-mime-extensions): Map .soa to text/dns.
22008
22009 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22010
22011 * gnus-art.el (article-decode-mime-words, article-babel)
22012 (gnus-article-highlight-signature, gnus-article-add-buttons)
22013 (gnus-signature-toggle): Remove unnecessary bindings of
22014 `inhibit-read-only' inherited from v5.10 merge.
22015
22016 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22017
22018 * nntp.el (nntp): New customization group.
22019 (nntp-authinfo-file): Add customization group.
22020
22021 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22022
22023 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22024
22025 * gnus.el (to-address, to-list, subscribed)
22026 (large-newsgroup-initial): Ditto.
22027
22028 * flow-fill.el (fill-flowed-display-column)
22029 (fill-flowed-encode-column): Ditto.
22030
22031 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22032
22033 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22034 Use point-min rather than 1.
22035 (message-send-mail): Use buffer-size rather than point-max.
22036
22037 * gnus-sum.el (gnus-summary-search-article-forward):
22038 Signal a specific `search-failed' rather than a generic `error'.
22039
22040 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22041 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22042 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22043
22044 2004-09-10 Simon Josefsson <jas@extundo.com>
22045
22046 * nndb.el (require): Remove tcp and duplicate cl.
22047
22048 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22049
22050 * gnus-agent.el (directory-files-and-attributes): Move forward.
22051
22052 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22053
22054 * gnus-agent.el (directory-files-and-attributes):
22055 Optionally defined to support XEmacs.
22056
22057 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22058
22059 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22060 to avoid run-time CL dependencies.
22061 (gnus-agent-unfetch-articles): New function.
22062 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22063 article numbers even when local .overview file is missing.
22064 (gnus-agent-read-article-number): New function. Only accepts
22065 27-bit article numbers.
22066 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22067 Use gnus-agent-read-article-number.
22068 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22069 from backend while recognizing that article numbers in .overview
22070 must be valid.
22071 (gnus-agent-update-files-total-fetched-for):
22072 Use directory-files-and-attributes to improve performance.
22073 * gnus-int.el (gnus-request-move-article):
22074 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22075 improve performance.
22076
22077 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22078 some users confused by references to .newsrc when they only have a
22079 .newsrc.eld file.
22080 (gnus-convert-mark-converter-prompt)
22081 (gnus-convert-converter-needs-prompt): Fix use of property list.
22082 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22083 New function. Used internally to only display 'gnus converting
22084 files' message when actually necessary.
22085
22086 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22087 methods now autoloaded.
22088
22089 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22090
22091 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22092 identifiers.
22093
22094 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22095
22096 * gnus-picon.el: Fix indentation and closing parenthesis.
22097
22098 2004-09-01 Simon Josefsson <jas@extundo.com>
22099
22100 * message.el (message-canlock-generate): Require sha1, not
22101 sha1-el. (Can we get rid of this require altogether? It is ugly
22102 to require within a function. Sadly, if sha1.el isn't loaded, the
22103 let binding in m-c-g will hide the defcustom definition, which is
22104 bad.)
22105
22106 * canlock.el: Require sha1, not sha1-el.
22107
22108 * message.el: Don't autoload sha1 (there is a autoload cookie in
22109 sha1.el).
22110
22111 * sha1-el.el: Rename to sha1.el.
22112
22113 2004-08-30 Juanma Barranquero <lektu@terra.es>
22114
22115 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22116
22117 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22118
22119 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22120
22121 2004-08-30 Kim F. Storm <storm@cua.dk>
22122
22123 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22124
22125 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22126 Add :group 'nnimap.
22127
22128 2004-08-30 Andreas Schwab <schwab@suse.de>
22129
22130 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22131 ?* and ?\;.
22132
22133 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22134 and ?\' to symbol instead of whitespace.
22135
22136 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22137
22138 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22139
22140 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22141 instead of re-search-forward.
22142
22143 * gnus-uu.el (gnus-uu-save-article): Ditto.
22144 (gnus-uu-post-encode-uuencode): Ditto.
22145
22146 * html2text.el (html2text-clean-list-items): Ditto.
22147 (html2text-clean-dtdd): Ditto.
22148 (html2text-format-tags): Ditto.
22149
22150 * message.el (message-send-mail-with-sendmail): Fix regexp.
22151 (message-fill-field-general): Use search-forward instead of
22152 re-search-forward.
22153 (unbold-region): Ditto.
22154
22155 * nnrss.el (nnrss-request-article): Ditto.
22156
22157 * nnslashdot.el (nnslashdot-request-article): Ditto.
22158
22159 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22160
22161 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22162 "Unrecognized menu descriptor" error in XEmacs.
22163
22164 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22165
22166 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22167 parent article of a sparse article in the thread hashtb.
22168
22169 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22170
22171 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22172 (nnmail-expand-newtext): Lowercase expanded entries if
22173 nnmail-split-lowercase-expanded is non-nil.
22174
22175 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22176
22177 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22178
22179 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22180 of gnus-tmp-news-method into string under XEmacs. It will be
22181 passed to gnus-correct-length which takes only a string argument.
22182
22183 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22184
22185 * gnus-util.el (gnus-bind-print-variables): New macro.
22186 (gnus-prin1): Use it.
22187 (gnus-prin1-to-string): Use it.
22188 (gnus-pp): New function.
22189 (gnus-pp-to-string): New function.
22190
22191 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22192 Replace pp-to-string with gnus-pp-to-string.
22193 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22194 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22195 * gnus-msg.el (gnus-debug): Ditto.
22196 * gnus-score.el (gnus-score-save): Ditto.
22197 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22198 gnus-pp-to-string.
22199 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22200 with gnus-pp.
22201 * score-mode.el (gnus-score-pretty-print): Ditto.
22202 * webmail.el (webmail-debug): Ditto.
22203
22204 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22205
22206 * gnus-art.el (article-display-face, article-display-x-face):
22207 Use buffer-read-only.
22208
22209 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22210
22211 * gnus-art.el (article-hide-list-identifiers):
22212 Bind inhibit-read-only as t.
22213
22214 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22215
22216 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22217
22218 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22219
22220 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22221 (gnus-narrow-to-page): Don't assume point-min == 1.
22222 (gnus-article-edit-mode): Derive from message-mode.
22223
22224 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22225 point-min == 1.
22226
22227 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22228 Disable incorrect use of `assert'.
22229
22230 * message.el (message-mode): Set comment-start-skip.
22231
22232 2004-08-22 Sam Steingold <sds@gnu.org>
22233
22234 * pop3.el (pop3-leave-mail-on-server): New user variable.
22235 (pop3-movemail): Delete mail only when it is nil.
22236
22237 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22238
22239 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22240
22241 * mml.el (mml-preview): Use `pop-to-buffer'.
22242
22243 * message.el (message-goto-mail-followup-to): Insert after "To".
22244 (message-carefully-insert-headers): Add comment.
22245
22246 * gnus.el: Remove unused variable `gnus-article-check-size'.
22247
22248 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22249
22250 * gnus-art.el (gnus-button-alist):
22251 Improve `gnus-button-handle-library' entry.
22252
22253 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22254
22255 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22256 Use downcase, since XEmacs capitalizes error messages differently.
22257
22258 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22259
22260 * nntp.el: Add (require 'gnus) due to reference to
22261 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22262
22263 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22264
22265 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22266 Bind `mm-fill-flowed'.
22267
22268 * mm-decode.el (mm-dissect-singlepart): Check it.
22269
22270 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22271
22272 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22273 'imap' for netrc parsing.
22274
22275 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22276
22277 * mailcap.el (mailcap-mime-data): Mark as risky.
22278
22279 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22280
22281 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22282 may be included in the encoded word.
22283 (rfc2047-encode): Don't append a space if the encoded word
22284 includes close parenthesis.
22285
22286 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22287
22288 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22289 of text within parentheses.
22290
22291 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22292
22293 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22294 (gnus-encrypt-write-file-contents): Make the password key the file
22295 name PLUS the cipher, not just the cipher. Also remove failed
22296 passwords from the cache.
22297
22298 2004-08-06 Simon Josefsson <jas@extundo.com>
22299
22300 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22301 Doc fix.
22302
22303 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22304
22305 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22306 LWSP.
22307
22308 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22309
22310 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22311 Try to append in-reply-to: data to the references: header.
22312
22313 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22314 (netrc-parse): Use gnus-encrypt.el functions.
22315
22316 * gnus-encrypt.el: Add new file for encryption support; currently
22317 does only a few GPG ciphers and an internal XOR cipher.
22318
22319 * password.el: Add comments on using password-read-and-add.
22320 (password-read-and-add): Add function to read and add the
22321 password to the cache at once.
22322
22323 2004-07-28 Simon Josefsson <jas@extundo.com>
22324
22325 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22326 parameter (but don't use it, for now).
22327
22328 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22329 instead of hard coding to nil.
22330
22331 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22332
22333 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22334 as mm-inline-image-xemacs does.
22335
22336 2004-07-26 Simon Josefsson <jas@extundo.com>
22337
22338 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22339 Revert part of 2004-07-17 change below.
22340
22341 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22342
22343 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22344 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22345
22346 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22347
22348 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22349 quotes that actually start with ">" at the beginning of the
22350 lines.
22351
22352 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22353
22354 * rfc2047.el (rfc2047-encode-region): Fix last change.
22355 (rfc2047-encode-parameter): Remove useless concat.
22356
22357 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22358
22359 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22360 encode special characters; fix some kind of misconfigured headers;
22361 signal a real error if debug-on-quit or debug-on-error is non-nil.
22362 (rfc2047-encode-max-chars): New variable.
22363 (rfc2047-encode-1): Use it.
22364 (rfc2047-encode-parameter): New function.
22365
22366 * mml.el (mml-insert-parameter): Remove an excessive space.
22367
22368 2004-07-17 Simon Josefsson <jas@extundo.com>
22369
22370 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22371 Kai Grossjohann <kai@emptydomain.de>.
22372 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22373 (gnus-group-make-menu-bar): Ditto.
22374
22375 * gnus-util.el (gnus-group-server): Add.
22376
22377 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22378
22379 * message.el (message-clone-locals): Clone sendmail and smtp
22380 variables.
22381
22382 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22383
22384 * rfc2047.el (rfc2047-encode-region): Fix last change.
22385
22386 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22387
22388 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22389 characters as non-special.
22390
22391 2004-07-09 Simon Josefsson <jas@extundo.com>
22392
22393 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22394 Users will lose all flag changes made while unplugged with
22395 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22396 good default. See numerous reports on ding mailing list.
22397
22398 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22399
22400 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22401 add generate-head-function and generate-article-function to the
22402 rfc822-forward entry.
22403 (nndoc-rfc822-forward-generate-article): New function.
22404 (nndoc-rfc822-forward-generate-head): New function.
22405
22406 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22407
22408 2004-07-06 Dan Christensen <jdc@uwo.ca>
22409
22410 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22411 respect display group parameter and gnus-summary-expunge-below.
22412 (gnus-articles-to-read): Remove unused reference to display group
22413 parameter.
22414
22415 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22416
22417 * nnheader.el (nnheader-uniquify-message-id): New experimental
22418 variable.
22419 (nnheader-nov-read-message-id): Use it.
22420
22421 * spam-report.el (spam-report-gmane): Add interactive.
22422
22423 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
22424
22425 * mm-encode.el (mm-content-transfer-encoding-defaults):
22426 Use qp-or-base64 for the application/* types.
22427
22428 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
22429
22430 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22431
22432 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
22433
22434 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22435 trim value.
22436
22437 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22438
22439 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22440 New macro and function.
22441 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22442
22443 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22444
22445 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22446 after-load-alist.
22447
22448 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22449
22450 * gnus-group.el (gnus-group-get-new-news-this-group):
22451 Don't update info that isn't there.
22452
22453 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22454
22455 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22456 entry.
22457
22458 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22459
22460 * mm-view.el (mm-inline-render-with-function): Use multibyte
22461 buffer; decode html source by charset.
22462
22463 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22464
22465 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22466 Mule-UCS is loaded under XEmacs.
22467 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22468
22469 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22470
22471 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22472
22473 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22474
22475 * mm-util.el (mm-coding-system-p): Return a coding-system.
22476 (mm-mime-mule-charset-alist): Use shift_jis instead of
22477 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22478 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22479 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22480 instead of japanese-shift-jis and iso-latin-1 respectively in
22481 order to share the default value with both Emacs and XEmacs-mule.
22482 (mm-mule-charset-to-mime-charset):
22483 Make mm-coding-system-priorities effective.
22484 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22485 while predicating of candidates upon the priorities.
22486
22487 2004-06-27 Jesper Harder <harder@ifa.au.dk>
22488
22489 * gnus-sum.el (gnus-summary-make-menu-bar):
22490 Add gnus-uu-invert-processable.
22491
22492 * gnus.el: Autoload gnus-uu-invert-processable.
22493
22494 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
22495
22496 * mm-util.el (mm-with-multibyte-buffer): New macro.
22497
22498 * rfc2047.el (rfc2047-encode-string): Use it.
22499 (rfc2047-encode-region): Move point to the end of the region after
22500 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22501
22502 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22503
22504 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22505 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22506
22507 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22508
22509 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22510 (gnus-cite-parse): Ignore quoted envelope From_.
22511 Suggested by Karl Chen <quarl@nospam.quarl.org>.
22512
22513 2004-06-23 Jesper Harder <harder@ifa.au.dk>
22514
22515 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22516 invalid addresses.
22517
22518 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
22519
22520 * spam.el: Change section markers, revise TODO list.
22521 (spam-backends): Make new master list of all installed backends.
22522 (spam-summary-exit-behavior): Add new variable to determine how
22523 messages moves are done at summary exit.
22524 (spam-move-spam-nonspam-groups-only)
22525 (spam-process-ham-in-nonham-groups)
22526 (spam-process-ham-in-spam-groups): Remove variables, the
22527 spam-summary-exit-behavior variable should be used to manage this
22528 behavior.
22529 (spam-old-ham-articles, spam-old-spam-articles): Remove.
22530 (spam-old-articles): Add variable, replacing spam-old-ham-articles
22531 and spam-old-spam-articles.
22532 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22533 Add empty variables, placeholders for the backends they represent.
22534 (spam-set-difference): Move, unchanged.
22535 (spam-list-of-processors): Declare OBSOLETE, not used anymore
22536 unless the user has a processor variable.
22537 (spam-classifications, spam-classification-valid-p)
22538 (spam-backend-properties, spam-backend-property-valid-p)
22539 (spam-backend-function-type-valid-p)
22540 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22541 (spam-report-articles-gmane, spam-report-articles-resend):
22542 Remove functions, they are not needed.
22543 (spam-install-backend-super, spam-backend-list)
22544 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22545 (spam-backend-function, spam-backend-ham-registration-function)
22546 (spam-backend-spam-registration-function)
22547 (spam-backend-ham-unregistration-function)
22548 (spam-backend-spam-unregistration-function)
22549 (spam-backend-statistical-p, spam-backend-mover-p)
22550 (spam-install-backend-alias, spam-install-checkonly-backend)
22551 (spam-install-mover-backend, spam-install-nocheck-backend)
22552 (spam-install-backend, spam-install-statistical-backend)
22553 (spam-install-statistical-checkonly-backend): Add backend installation
22554 support.
22555 (spam-summary-prepare-exit): Rewrite to use the new backend code.
22556 (spam-group-processor-p): Use the new backend code and respect the
22557 summary exit behavior.
22558 (spam-mark-spam-as-expired-and-move-routine): Remove.
22559 (spam-summary-prepare): Change to use the new spam-old-articles
22560 variable.
22561 (spam-copy-or-move-routine, spam-copy-spam-routine)
22562 (spam-move-spam-routine, spam-copy-ham-routine)
22563 (spam-move-ham-routine): Add code to copy/move ham or spam.
22564 (spam-fetch-field-fast): Improve doc and code, plus allow the
22565 'number request.
22566 (spam-list-of-checks, spam-list-of-statistical-checks):
22567 Remove variables.
22568 (spam-split, spam-find-spam): Use the new backend code.
22569 (spam-registration-functions): Remove variable.
22570 (spam-unregister-routine): Add convenience wrapper.
22571 (spam-log-undo-registration, spam-register-routine)
22572 (spam-log-processing-to-registry)
22573 (spam-log-unregistration-needed-p): Rename "check" to "backend"
22574 where possible.
22575 (spam-check-gmane-xref, spam-check-regex-headers)
22576 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22577 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22578 (spam-check-bogofilter-headers, spam-check-spamoracle)
22579 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22580 (spam-check-crm114-headers): Use the spam-split-group that
22581 spam-split prepares, no need to determine it every time.
22582
22583 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22584 to the nnheader-parse-naked-head call.
22585
22586 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22587
22588 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22589 the nnheader-nov-read-message-id call.
22590
22591 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
22592
22593 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22594 gnus-activate-group twice. Suggested by Markus Peter
22595 <warp@spin.de>.
22596
22597 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
22598
22599 * gnus-art.el (gnus-article-time-format): Exchange the order of
22600 day and month in the default value; fix customization type.
22601 (article-date-ut): Use add-text-properties.
22602 (article-make-date-line): Use message-make-date instead of
22603 current-time-string.
22604
22605 * message.el (message-fetch-field): Don't use set-text-properties.
22606 (message-make-date): Simplify.
22607
22608 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
22609
22610 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22611 (rfc2047-encode-region): Treat text within parentheses as special;
22612 show the original text when error has occurred.
22613
22614 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22615 already-computed method to gnus-activate-group.
22616
22617 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22618 same select-methods identical Lisp objects.
22619
22620 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22621 object when modifying the info.
22622
22623 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
22624
22625 * gnus-srvr.el (gnus-server-set-info): Remove the server from
22626 gnus-opened-servers since it has never been opened with the new
22627 configuration yet.
22628
22629 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
22630
22631 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22632 arg to nnheader-generate-fake-message-id.
22633
22634 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
22635
22636 * nnheader.el (nnheader-generate-fake-message-id): Accept a
22637 number and build a fake message ID localized to a group and
22638 article number (so it's repeatable from that point on).
22639 (nnheader-fake-message-id-p): Change regex to accommodate new fake
22640 ID format.
22641
22642 * gnus-sum.el (gnus-get-newsgroup-headers):
22643 Call nnheader-generate-fake-message-id with the article number.
22644
22645 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
22646
22647 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22648 end-of-buffer.
22649
22650 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22651
22652 * message.el (message-ignored-supersedes-headers): Add Approved.
22653
22654 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
22655
22656 * rfc2047.el (rfc2047-encode-message-header): Remove useless
22657 goto-char.
22658 (rfc2047-encode): Fold the line before encoding.
22659
22660 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22661
22662 * rfc2047.el (rfc2047-encode-message-header): Disabled header
22663 folding -- not all headers can be folded, and this should be done
22664 by the message composition mode. Probably. I think.
22665
22666 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
22667
22668 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22669 fast.
22670
22671 * gnus-ems.el (gnus-remove-image): Don't use
22672 message-text-with-property; remove only the image found first.
22673
22674 2004-06-09 Jesper Harder <harder@ifa.au.dk>
22675
22676 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22677
22678 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
22679
22680 * message.el (message-text-with-property): Make it fast and accept
22681 optional arguments.
22682 (message-strip-forbidden-properties): Use it.
22683 (message-fix-before-sending): Follow the m-t-w-p change.
22684
22685 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22686
22687 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
22688
22689 * gnus-art.el (article-hide-headers): Don't change the buffer
22690 mistakenly when performing mml-preview even if
22691 gnus-single-article-buffer is nil.
22692
22693 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
22694
22695 * message.el (message-expand-name-databases): New user option.
22696 (message-expand-name): Use it.
22697
22698 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
22699
22700 * spam.el (spam-report-articles-resend)
22701 (spam-report-resend-register-routine): Allow ham reporting.
22702 (spam-report-resend-register-ham-routine): Add wrapper.
22703 (spam-registration-functions): Add ham resending functions.
22704 (spam-list-of-processors): Add ham resend processor.
22705
22706 * gnus.el (ham-resend-to): Add new group parameter.
22707 (spam-process): Add ham resend option.
22708
22709 * spam-report.el (spam-report-resend): Allow reporting ham.
22710 (spam-report-resend-ham): Add wrapper.
22711
22712 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22713
22714 * message.el (message-cite-articles-with-x-no-archive):
22715 New variable.
22716 (message-cite-original): Use it.
22717
22718 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22719
22720 * message.el (message-cite-original): Respect X-No-Archive.
22721
22722 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
22723
22724 * gnus-art.el (article-hide-headers): Refer to the values for
22725 gnus-ignored-headers and gnus-visible-headers in the summary
22726 buffer since a user may have set them as group parameters.
22727
22728 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
22729
22730 * assistant.el (assistant-node-name): Add convenience function.
22731 (assistant-render-text, assistant-render-node): Add error handling,
22732 plus handle multiple next nodes.
22733 (assistant-find-next-node): Comment out for now.
22734 (assistant-find-next-nodes): Add function, returns list of next
22735 nodes.
22736
22737 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
22738
22739 * mail-source.el (mail-source-directory): Fix doc-string.
22740
22741 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
22742
22743 * assistant.el (assistant-render-text, assistant-eval): Add :set
22744 widget type, which is different because it takes and returns a
22745 list. Much hilarity ensues.
22746
22747 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
22748
22749 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22750
22751 * gnus-group.el (gnus-group-get-new-news-this-group):
22752 Add doc-string.
22753
22754 * gnus-start.el (gnus-activate-group): Add doc-string.
22755
22756 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
22757
22758 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22759
22760 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
22761
22762 * assistant.el (assistant-render-text): Try to add a :set
22763 widget, more to come.
22764
22765 * spam.el (spam-group-spam-contents-p): Handle empty groupname
22766 strings.
22767 (spam-report-articles-resend)
22768 (spam-register-routine): Do registration iff any articles warrant
22769 it.
22770 (spam-summary-prepare-exit): Change log message for nil group
22771 destinations.
22772
22773 2004-05-27 Daniel Pittman <daniel@rimspace.net>
22774
22775 * spam.el (spam-report-resend-register-routine):
22776 Allow spam-report-resend-to to be a group parameter or a global value.
22777
22778 2004-05-26 Simon Josefsson <jas@extundo.com>
22779
22780 * starttls.el: Merge with my GnuTLS based starttls.el.
22781 (starttls-gnutls-program, starttls-use-gnutls)
22782 (starttls-extra-arguments, starttls-process-connection-type)
22783 (starttls-connect, starttls-failure, starttls-success):
22784 New variables.
22785 (starttls-program, starttls-extra-args): Doc fix.
22786 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22787 New functions.
22788 (starttls-negotiate, starttls-open-stream):
22789 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22790 function if it is set.
22791
22792 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
22793
22794 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22795 structured fields.
22796
22797 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22798
22799 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22800
22801 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
22802
22803 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22804 Add variable.
22805 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
22806 assigning the spam-mark to new messages.
22807
22808 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
22809
22810 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22811
22812 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22813
22814 * rfc2047.el (rfc2047-encodable-p): Don't move point.
22815 (rfc2047-decode): Treat the ascii coding-system as raw-text by
22816 default.
22817
22818 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
22819
22820 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22821 correct data.
22822
22823 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
22824
22825 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22826 (spam-group-processor-p): Fix function.
22827 (spam-group-processor-multiple-p)
22828 (spam-group-spam-processor-report-gmane-p)
22829 (spam-group-spam-processor-report-resend-p)
22830 (spam-group-spam-processor-bogofilter-p)
22831 (spam-group-spam-processor-blacklist-p)
22832 (spam-group-spam-processor-ifile-p)
22833 (spam-group-ham-processor-ifile-p)
22834 (spam-group-spam-processor-spamoracle-p)
22835 (spam-group-spam-processor-crm114-p)
22836 (spam-group-ham-processor-bogofilter-p)
22837 (spam-group-spam-processor-stat-p)
22838 (spam-group-ham-processor-stat-p)
22839 (spam-group-ham-processor-whitelist-p)
22840 (spam-group-ham-processor-BBDB-p)
22841 (spam-group-ham-processor-spamoracle-p)
22842 (spam-group-ham-processor-copy-p): Remove functions with some
22843 prejudice against unneeded code.
22844 (spam-report-articles-resend)
22845 (spam-report-resend-register-routine): Allow the group/topic
22846 spam-resend-to value to override spam-report-resend-to.
22847 (spam-summary-prepare-exit): Invoke spam-group-processor-p
22848 properly now.
22849
22850 * gnus.el (spam-resend-to): Add group/topic parameter.
22851 (spam-process): Move the OBSOLETE processors to the end of the
22852 choices.
22853
22854 2004-05-24 Daniel Pittman <daniel@rimspace.net>
22855
22856 * spam-report.el (spam-report-resend-to, spam-report-resend):
22857 Start with resend-to set to nil, and then ask the user if necessary.
22858 (spam-report-resend): spam-report-resend takes a list of articles, not
22859 separate article numbers.
22860
22861 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
22862
22863 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22864 addition to emacs-w3m.
22865
22866 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22867
22868 * assistant.el (assistant-authinfo-data): New function.
22869 (assistant-eval): Eval for entire assistant.
22870
22871 * netrc.el (netrc-services-file): New variable.
22872 (netrc-parse-services): New function.
22873 (netrc-find-service-name): New function.
22874 (netrc-find-service-number): New function.
22875 (netrc-port-equal): New function.
22876 (netrc-machine): Use it.
22877
22878 * nnimap.el (nnimap-open-connection): Use netrc.
22879
22880 * gnus-util.el (gnus-netrc-get): Remove aliases.
22881
22882 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22883
22884 * assistant.el (wid-edit): Fix compilation.
22885
22886 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22887
22888 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
22889
22890 * gnus-util.el (gnus-set-file-modes): New function. (small
22891 patch).
22892
22893 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22894
22895 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22896
22897 * assistant.el (assistant-render-node): Fix up rendering and
22898 read-only text.
22899 (assistant-render-node): Reset.
22900 (assistant-make-read-only): Not sticky.
22901
22902 2004-05-20 Danny Siu <dsiu@adobe.com>
22903
22904 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22905 centered even when gnus-auto-center-summary is t.
22906
22907 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22908
22909 * dns.el (dns-get-txt-answer): New function.
22910 (dns-read-txt): Ditto.
22911 (query-dns): Use it.
22912
22913 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
22914
22915 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22916 active for foreign groups even if the group level is higher than
22917 the specified value.
22918
22919 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22920
22921 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22922 non-active groups.
22923
22924 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22925
22926 2004-05-20 Magnus Henoch <mange@freemail.hu>
22927
22928 * dns.el (dns-read-type): Add support for SVR. (small patch)
22929
22930 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
22931
22932 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22933 (spam-crm114-header, spam-crm114-spam-switch)
22934 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22935 (spam-crm114-positive-spam-header)
22936 (spam-crm114-database-directory, spam-list-of-processors)
22937 (spam-group-spam-processor-crm114-p)
22938 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22939 (spam-generic-score, spam-list-of-checks)
22940 (spam-list-of-statistical-checks, spam-registration-functions)
22941 (spam-check-crm114-headers, spam-crm114-score)
22942 (spam-check-crm114, spam-crm114-register-with-crm114)
22943 (spam-crm114-register-spam-routine)
22944 (spam-crm114-unregister-spam-routine)
22945 (spam-crm114-register-ham-routine)
22946 (spam-crm114-unregister-ham-routine): Add CRM114 support.
22947
22948 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
22949
22950 * gnus.el: Add spam-use-crm114.
22951
22952 * spam.el (spam-list-of-processors, spam-registration-functions):
22953 Add spam-use-resend.
22954 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22955 (spam-report-articles-gmane): Add doc fix.
22956 (spam-report-articles-resend, spam-report-resend-register-routine):
22957 Add wrappers around spam-report-resend-to.
22958
22959 * spam-report.el (spam-report-resend-to, spam-report-resend):
22960 Add support for resending spam.
22961 (spam-report-gmane): Fix line length >80.
22962
22963 * gnus.el (spam-process): Add spam-use-resend.
22964
22965 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22966
22967 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22968 number of processed spam messages.
22969 (spam-ham-copy-or-move-routine): Return the number of processed
22970 ham messages.
22971 (spam-summary-prepare-exit): Use the above values to decide
22972 whether status messages shouled be displayed.
22973
22974 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
22975
22976 * rfc2047.el (rfc2047-encode-function-alist): Rename from
22977 `rfc2047-encoding-function-alist' in order to avoid conflicting
22978 with the old version.
22979 (rfc2047-encode-region): Concatenate words containing non-ASCII
22980 characters in structured fields; don't encode space-delimited
22981 ASCII words even in unstructured fields; don't break words at
22982 char-category boundaries.
22983 (rfc2047-encode-1): New function.
22984 (rfc2047-encode): Use it; encode text so that it occupies the
22985 maximum width within 76-column; work correctly on Q encoding for
22986 iso-2022-* charsets.
22987 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22988 sure not to break a line just after the header name.
22989 (rfc2047-b-encode-region): Remove.
22990 (rfc2047-b-encode-string): New function.
22991 (rfc2047-q-encode-region): Remove.
22992 (rfc2047-q-encode-string): New function.
22993
22994 * mm-util.el (mm-replace-in-string): New function.
22995
22996 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22997
22998 * gnus-msg.el (gnus-inews-make-draft-meta-information):
22999 Really get it right.
23000 (gnus-inews-make-draft): Really.
23001
23002 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23003
23004 * nnmh.el (nnmh-request-list-1): Don't check the link count
23005 before descending. (small patch)
23006
23007 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23008
23009 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23010 stuff.
23011
23012 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23013 Match on real group name.
23014
23015 * gnus-art.el (gnus-signature-limit): Doc fix.
23016
23017 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23018
23019 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23020
23021 * gnus-draft.el (gnus-draft-send):
23022 Bind rfc2047-encode-encoded-words.
23023
23024 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23025 (rfc2047-encodable-p): Say that =? needs encoding.
23026 (rfc2047-encode-encoded-words): New variable.
23027
23028 * gnus-group.el (gnus-group-select-group): Doc fix.
23029
23030 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23031
23032 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23033 to nil.
23034
23035 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23036
23037 * nnheader.el (nnheader-get-lines-and-char): New function.
23038
23039 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23040
23041 * gnus-msg.el (gnus-summary-followup-with-original):
23042 Document yanking of region when active.
23043
23044 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23045
23046 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23047 groups if the group level is higher than the specified value.
23048
23049 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23050
23051 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23052 (gnus-group-jump-to-group): Add prefix argument using
23053 `gnus-group-jump-to-group-prompt'. Query before jumping to
23054 non-active group.
23055
23056 * compface.el (uncompface): Be verbose when changing
23057 `uncompface-use-external'.
23058
23059 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23060 handle manual section.
23061
23062 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23063
23064 * gnus-art.el (gnus-button-alist): Revert previous change.
23065
23066 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23067
23068 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23069
23070 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23071
23072 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23073 whether backend can accept message.
23074
23075 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23076
23077 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23078
23079 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23080 Avoid creating directory when nntp-marks-is-evil is true.
23081 Reported by Reiner Steib.
23082
23083 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23084
23085 * gnus-picon.el (gnus-picon-insert-glyph):
23086 Add optional `nostring' argument.
23087
23088 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23089
23090 * gnus-picon.el (gnus-picon-style): New variable.
23091 (gnus-picon-transform-address): Support `gnus-picon-style'.
23092
23093 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23094
23095 * message.el (message-fill-field): Return point.
23096 (message-generate-headers): Go to end of field.
23097
23098 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23099 stuff for non-living groups.
23100
23101 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23102
23103 * gnus-art.el (gnus-article-followup-with-original)
23104 (gnus-article-reply-with-original): gnus-mark-active-p ->
23105 gnus-region-active-p.
23106
23107 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23108
23109 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23110 only when there is spam or ham to be processed.
23111
23112 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23113
23114 * mail-source.el (mail-source-delete-crash-box): Refactor.
23115 (mail-source-fetch): Use it.
23116 (mail-source-fetch-file): Ditto.
23117 (mail-source-fetch-directory): Run PostScript in loop.
23118 (mail-source-fetch-pop): Delete.
23119 (mail-source-fetch-maildir): Ditto.
23120 (mail-source-fetch-imap): Ditto.
23121
23122 * imap.el (imap-authenticators): Comment out sasl.
23123
23124 * message.el (message-skip-to-next-address): New function.
23125 (message-fill-header-address): Refactor.
23126 (message-fill-address): Use it.
23127 (message-delete-address): Use it.
23128 (message-fill-header-general): Refactor.
23129 (message-fill-field-address): Rename.
23130 (message-narrow-to-field): Find the start of the header.
23131 (message-header-format-alist): Don't pre-fill.
23132 (message-fill-header): Remove.
23133 (message-insert-header): New function.
23134 (message-shorten-references): Use it.
23135
23136 * rfc2047.el (rfc2047-field-value): Strip props.
23137
23138 * mail-parse.el (mail-header-make-address): New alias.
23139
23140 * ietf-drums.el (ietf-drums-make-address): New function.
23141
23142 * imap.el: Add compiler directives.
23143
23144 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23145
23146 * gnus-art.el (article-decode-idna-rhs): Don't use
23147 message-idna-inside-rhs-p.
23148
23149 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23150
23151 * message.el (message-idna-inside-rhs-p): Remove.
23152 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23153
23154 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23155 false positives.
23156
23157 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23158
23159 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23160
23161 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23162
23163 * nneething.el (nneething-file-name): Don't create spurious
23164 files.
23165
23166 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23167 (gnus-inews-do-gcc): Remove sleep.
23168
23169 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23170 part under point.
23171
23172 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23173 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23174
23175 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23176
23177 * spam.el (spam-summary-prepare-exit): Fix (length).
23178
23179 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23180
23181 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23182 as expired without moving it" message when there are spam
23183 messages left.
23184
23185 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23186
23187 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23188 header is not nil.
23189
23190 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23191
23192 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23193 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23194 (nntp-marks-changed-p): New arg SERVER.
23195 (nntp-request-update-info): Adjust caller.
23196
23197 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23198
23199 * nntp.el (nntp-save-marks): Pass missing arg.
23200
23201 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23202
23203 * nntp.el: Support marks.
23204 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23205 (nntp-marks-modtime, nntp-marks-directory): New variables.
23206 (nntp-request-set-mark, nntp-request-update-info)
23207 (nntp-possibly-create-directory, nntp-marks-changed-p)
23208 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23209 New functions.
23210
23211 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23212
23213 * gnus-score.el (gnus-score-insert-help):
23214 Use gnus-select-lowest-window.
23215
23216 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23217 appt-select-lowest-window and rename to gnus-select-lowest-window.
23218
23219 * gnus.el: do.
23220
23221 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23222
23223 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23224 encodings of MIME-encoded words, in order to improve
23225 interoperability with several broken MUAs.
23226
23227 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23228
23229 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23230 tags, only when charsets are not specified in headers.
23231 (mm-inline-text-html-render-with-w3m): Ditto.
23232
23233 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23234
23235 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23236 instead of MIME-decoded from fields when checking
23237 `gnus-article-address-banner-alist'.
23238
23239 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23240
23241 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23242 description rather than subject.
23243
23244 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23245
23246 * gnus.el (gnus-version-number): Bump.
23247
23248 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23249
23250 * gnus.el: No Gnus v0.2 is released.
23251
23252 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23253
23254 * gnus-agent.el (gnus-agent-read-agentview):
23255 Inline gnus-uncompress-range.
23256
23257 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23258
23259 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23260 `exec-installed-p'.
23261
23262 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23263
23264 * gnus.el (spam-process, spam-autodetect-methods):
23265 Add bsfilter and bsfilter-headers.
23266
23267 * spam.el (spam-bsfilter): New customize group.
23268 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23269 (spam-bsfilter-header, spam-bsfilter-probability-header)
23270 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23271 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23272 (spam-bsfilter-database-directory): New options.
23273 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23274 (spam-list-of-statistical-checks, spam-registration-functions):
23275 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23276 (spam-bsfilter-score): New command.
23277 (spam-check-bsfilter-headers, spam-check-bsfilter)
23278 (spam-bsfilter-register-with-bsfilter)
23279 (spam-bsfilter-register-spam-routine)
23280 (spam-bsfilter-unregister-spam-routine)
23281 (spam-bsfilter-register-ham-routine)
23282 (spam-bsfilter-unregister-ham-routine): New functions.
23283 (spam-generic-score): Support bsfilter; Accept an optional argument
23284 to recalcurate spam score even if scoring header has already been
23285 added.
23286 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23287 optional argument to recalcurate spam score even if scoring header
23288 has already been added.
23289
23290 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23291
23292 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23293 strings! Reported by David D. Smith <davidsmith@acm.org>.
23294 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23295 link is missing.
23296
23297 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23298
23299 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23300 (html2text-get-attr): Rewrite.
23301
23302 * message.el (message-setup-1): Remove redundant put-text-property
23303 on mail-header-separator.
23304
23305 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23306
23307 * gnus-registry.el (gnus-registry-cache-whitespace)
23308 (gnus-registry-action, gnus-registry-spool-action)
23309 (gnus-registry-split-fancy-with-parent): Change message levels
23310 from 5 to 3 or 7, as needed.
23311
23312 * spam.el (spam-summary-prepare-exit)
23313 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23314 (spam-split, spam-find-spam, spam-log-undo-registration)
23315 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23316 level from 5 to 6.
23317
23318 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23319
23320 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23321 2004-03-04 change).
23322
23323 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23324
23325 * sieve-manage.el (sieve-manage-open):
23326 * nnweb.el (nnweb-insert-html):
23327 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23328 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23329 * nnspool.el (nnspool-request-group):
23330 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23331 * nnml.el (nnml-request-update-info):
23332 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23333 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23334 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23335 (nnimap-request-set-mark):
23336 * nnfolder.el (nnfolder-request-update-info):
23337 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23338 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23339 * gnus-uu.el (gnus-uu-find-articles-matching):
23340 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23341 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23342 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23343 * gnus-nocem.el (gnus-nocem-scan-groups):
23344 * gnus-int.el (gnus-start-news-server):
23345 * gnus-group.el (gnus-group-make-kiboze-group)
23346 (gnus-group-browse-foreign-server):
23347 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23348 Use mapc when appropriate.
23349
23350 2004-04-22 Dan Christensen <jdc@uwo.ca>
23351 Adam Sjøgren <asjo@koldfront.dk>
23352 Wes Hardaker <wes@hardakers.net>
23353 Michael Shields <shields@msrl.com>
23354
23355 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23356 may need for spam sorting and scoring.
23357 (spam-user-format-function-S): Add user format function suitable for
23358 general use.
23359 (spam-article-sort-by-spam-status): Add sorting function for summary
23360 sorting.
23361 (spam-extra-header-to-number): Add function to get a score from a
23362 header.
23363 (spam-summary-score): Add function to get a numeric score from the
23364 headers.
23365 (spam-generic-score): Fix function doc, was in wrong place.
23366 (spam-initialize): Take symbols when it's run, and install the
23367 extra headers that spam-necessary-extra-headers thinks we need.
23368
23369 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23370
23371 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23372 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23373
23374 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23375
23376 * gnus-sum.el (gnus-set-global-variables)
23377 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23378 (gnus-article-get-xrefs, gnus-summary-best-group)
23379 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23380 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23381 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23382 Use with-current-buffer.
23383
23384 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23385
23386 * spam.el (spam-summary-prepare-exit): Simplify logic.
23387 (spam-fetch-article-header): Read the article header if it's not
23388 available.
23389 (spam-list-articles): Simplify logic.
23390 (spam-filelist-register-routine): Fix bug with unregister-list.
23391
23392 * gnus-registry.el: Fix comments at beginning.
23393
23394 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23395
23396 * message.el (message-cater-to-broken-inn): Remove.
23397 (message-shorten-references): Make sure the total folded length of
23398 References is shorter than 998 characters to cater to a bug in INN
23399 2.3. Also, don't pretend that references aren't folded -- this
23400 hasn't worked for a while.
23401
23402 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23403
23404 * gnus-agent.el (gnus-agentize):
23405 gnus-agent-send-mail-real-function no longer set to current value
23406 of message-send-mail-function but rather a lambda that calls
23407 message-send-mail-function. The change makes the agent real-time
23408 responsive to user changes to message-send-mail-function.
23409
23410 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23411
23412 * legacy-gnus-agent.el
23413 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23414 help from Florian Weimer <fw@deneb.enyo.de>
23415
23416 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
23417
23418 * nnmail.el (nnmail-cache-insert): Revert last change.
23419
23420 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
23421
23422 * nnmail.el (nnmail-cache-insert): Always check whether
23423 nnmail-cache-ignore-groups matches a group name.
23424
23425 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
23426
23427 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23428 (spam-find-spam, spam-log-processing-to-registry)
23429 (spam-log-registered-p, spam-log-unregistration-needed-p)
23430 (spam-log-undo-registration): Use gnus-message instead of
23431 gnus-error, none of these errors are fatal.
23432
23433 * gnus-registry.el (gnus-registry-clean-empty-function)
23434 (gnus-registry-clean-empty): Remove only empty entries without
23435 extra data.
23436
23437 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23438
23439 * spam-stat.el (spam-stat-buffer-change-to-spam)
23440 (spam-stat-buffer-change-to-non-spam): Change (error) to
23441 (gnus-message 8) invocation.
23442
23443 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23444
23445 * nntp.el (nntp-via-netcat-command): New variable.
23446 (nntp-via-netcat-switches): New variable.
23447 (nntp-open-via-rlogin-and-netcat): New function.
23448 (nntp-open-connection-function): Doc fix.
23449 (nntp-telnet-command): Doc fix.
23450 (nntp-end-of-line): Doc fix.
23451 (nntp-via-rlogin-command): Doc fix.
23452 (nntp-via-user-name): Doc fix.
23453 (nntp-via-address): Doc fix.
23454
23455 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23456
23457 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23458 error in Emacs 21.1.
23459
23460 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23461
23462 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23463
23464 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23465
23466 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23467 (gnus-agent-with-refreshed-group): New macro.
23468 (gnus-agent-rename-group): New function.
23469 (gnus-agent-delete-group): New function.
23470 (gnus-agent-save-group-info): Use gnus-command-method when
23471 `method' parameter is nil. Don't write nil entries into the
23472 active file.
23473 (gnus-agent-get-group-info): New function.
23474 (gnus-agent-fetch-articles):
23475 Use gnus-agent-update-files-total-fetched-for to increment disk space
23476 used.
23477 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23478 Use gnus-agent-update-view-total-fetched-for to increment disk space
23479 used.
23480 (gnus-agent-get-local): Add optional parameters to avoid calling
23481 gnus-group-real-name and gnus-find-method-for-group.
23482 (gnus-agent-set-local): Delete stored entry if either min, or max,
23483 are nil.
23484 (gnus-agent-fetch-session): Reworded error/quit messages.
23485 On quit, use gnus-agent-regenerate-group to record existence of any
23486 articles fetched to disk before the quit occurred.
23487 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23488 gnus-agent-update-view-total-fetched-for, and
23489 gnus-agent-update-files-total-fetched-for to decrement disk space
23490 used.
23491 (gnus-agent-retrieve-headers):
23492 Use gnus-agent-update-view-total-fetched-for to increment disk space
23493 used.
23494 (gnus-agent-regenerate-group): Replace gnus-group-update-group
23495 with gnus-agent-update-files-total-fetched-for to decrement disk
23496 space and fresh group buffer.
23497 (gnus-agent-inhibit-update-total-fetched-for): New variable.
23498 (gnus-agent-need-update-total-fetched-for): New variable.
23499 (gnus-agent-update-files-total-fetched-for): New function.
23500 (gnus-agent-update-view-total-fetched-for): New function.
23501 (gnus-agent-total-fetched-for): New function.
23502
23503 * gnus-cache.el (gnus-cache-save-buffers):
23504 Use gnus-cache-update-overview-total-fetched-for to change disk space
23505 used by this group.
23506 (gnus-cache-possibly-enter-article):
23507 Use gnus-cache-update-file-total-fetched-for to increment disk space
23508 used by this group.
23509 (gnus-cache-possibly-remove-article):
23510 Use gnus-cache-update-file-total-fetched-for to decrement disk space
23511 used by this group.
23512 (gnus-cache-generate-nov-databases): Purge total fetched cache.
23513 (gnus-cache-rename-group): New function.
23514 (gnus-cache-delete-group): New function.
23515 (gnus-cache-inhibit-update-total-fetched-for): New variable.
23516 (gnus-cache-need-update-total-fetched-for): New variable.
23517 (gnus-cache-with-refreshed-group): New macro.
23518 (gnus-cache-update-file-total-fetched-for): New function.
23519 (gnus-cache-update-overview-total-fetched-for): New function.
23520 (gnus-cache-rename-group-total-fetched-for): New function.
23521 (gnus-cache-delete-group-total-fetched-for): New function.
23522 (gnus-cache-total-fetched-for): New function.
23523
23524 * gnus-group.el: Require gnus-sum and autoload functions to
23525 resolve warnings when gnus-group.el compiled alone.
23526 (gnus-group-line-format): Documented new %F.
23527 (size of Fetched data) group line format; identifies disk space
23528 used by agent and cache.
23529 (gnus-group-line-format-alist): Defined new F format.
23530 (gnus-total-fetched-for): New function.
23531 (gnus-group-delete-group): No longer update
23532 gnus-cache-active-altered as gnus-request-delete-group now keeps
23533 the cache in sync.
23534 (gnus-group-list-active): Let the agent store a server's active
23535 list if currently plugged.
23536
23537 * gnus-int.el (gnus-request-delete-group):
23538 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23539 local disk in sync with the server.
23540 (gnus-request-rename-group):
23541 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23542 local disk in sync with the server.
23543
23544 * gnus-start.el (gnus-get-unread-articles):
23545 Cosmetic simplification to logic.
23546
23547 * gnus-util.el (gnus-rename-file): New function.
23548
23549 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
23550
23551 * mm-util.el (mm-image-load-path): Handle nil in load-path.
23552
23553 2004-04-07 Jesper Harder <harder@ifa.au.dk>
23554
23555 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23556 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
23557
23558 2004-04-06 Jesper Harder <harder@ifa.au.dk>
23559
23560 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23561 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
23562
23563 2004-04-03 Jesper Harder <harder@ifa.au.dk>
23564
23565 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23566
23567 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
23568
23569 * spam.el (spam-set-difference): Add function to replace
23570 gnus-set-difference in spam.el.
23571 (spam-summary-prepare-exit): Use spam-set-difference.
23572
23573 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
23574
23575 * gnus-registry.el (gnus-registry-cache-file): Update to use
23576 gnus-dribble-directory OR gnus-home-directory OR ~.
23577 (gnus-registry-split-fancy-with-parent): Fix doc.
23578
23579 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
23580
23581 * message.el (message-exchange-point-and-mark):
23582 Use message-mark-active-p. Suggested by Jesper Harder
23583 <harder@ifa.au.dk>.
23584
23585 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
23586
23587 * message.el (message-exchange-point-and-mark): Don't activate
23588 region if it was inactive. Suggested by Hiroshi Fujishima
23589 <pooh@nature.tsukuba.ac.jp>.
23590
23591 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
23592
23593 * gnus-art.el (article-display-face): Display Faces in the same
23594 order as X-Faces.
23595
23596 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
23597
23598 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23599
23600 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
23601
23602 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23603 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23604 (gnus-article-mime-hierarchy): Remove.
23605 (gnus-article-mime-hierarchy-next): Remove.
23606 (gnus-article-mode): Revert 2004-03-19 change.
23607 (gnus-article-setup-buffer): Revert 2004-03-19 change.
23608 (gnus-insert-mime-button): Revert 2004-03-19 change.
23609 (gnus-mime-accumulate-hierarchy): Remove.
23610 (gnus-mime-enter-multipart): Remove.
23611 (gnus-mime-leave-multipart): Remove.
23612 (gnus-mime-display-part): Revert 2004-03-19 change.
23613 (gnus-mime-display-alternative): Revert 2004-03-19 change.
23614
23615 * mml.el (mml-preview): Revert 2004-03-19 change.
23616
23617 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
23618
23619 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23620
23621 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
23622
23623 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23624 t while entering a file name using the mm-with-multibyte macro.
23625 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23626
23627 * mm-util.el (mm-with-multibyte): New macro.
23628
23629 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
23630
23631 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23632 New user option.
23633 (gnus-mime-multipart-functions): Doc and customization fix.
23634 (gnus-article-mime-hierarchy): New variable.
23635 (gnus-article-mime-hierarchy-next): New variable.
23636 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23637 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23638 gnus-article-mime-hierarchy-next to nil.
23639 (gnus-insert-mime-button): Show hierarchy numbers.
23640 (gnus-mime-accumulate-hierarchy): New function.
23641 (gnus-mime-enter-multipart): New function.
23642 (gnus-mime-leave-multipart): New function.
23643 (gnus-mime-display-part): Recompute hierarchical MIME structure.
23644 (gnus-mime-display-alternative): Show hierarchy numbers.
23645
23646 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23647 gnus-article-mime-hierarchy-next to nil.
23648
23649 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
23650
23651 * dns.el: Don't require gnus-xmas.
23652
23653 2004-03-17 Jesper Harder <harder@ifa.au.dk>
23654
23655 * mml.el (mml-generate-mime-1): Don't use format=flowed with
23656 inline PGP.
23657 (mml-menu): Disable mml-quote-region if mark is inactive.
23658
23659 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
23660
23661 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23662 when the group's active is not available.
23663
23664 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
23665
23666 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23667 error.
23668
23669 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
23670
23671 * imap.el (imap-store-password): New variable.
23672 (imap-interactive-login): Use it.
23673 Suggested by Mark Plaksin <happy@mcplaksin.org>.
23674
23675 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
23676
23677 * gnus-art.el (gnus-article-read-summary-keys): Restore new
23678 window-start and hscroll to summary window.
23679
23680 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
23681
23682 * gnus-start.el (gnus-convert-old-newsrc): Only write the
23683 conversion message to newsrc-dribble when an actual conversion is
23684 performed.
23685
23686 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
23687
23688 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23689
23690 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
23691
23692 * mm-decode.el (mm-complicated-handles): New function reviving
23693 former definition of mm-multiple-handles.
23694
23695 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23696 (gnus-mime-delete-part): Use it.
23697
23698 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
23699
23700 * gnus-agent.el (gnus-agent-read-local):
23701 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23702 avoid the implicit assumption that they will always be equal.
23703 (gnus-agent-save-local): Bind buffer-file-coding-system, not
23704 coding-system-for-write, as the with-temp-file macro first prints
23705 to a buffer then saves the buffer.
23706
23707 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
23708
23709 * gnus-art.el (gnus-article-edit-part): New function.
23710 (gnus-mime-save-part-and-strip): Use it; do query instead of
23711 signaling an error; don't use mm-multiple-handles.
23712 (gnus-mime-delete-part): Ditto.
23713
23714 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
23715
23716 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23717 old file versions.
23718 (gnus-group-prepare-hook): Remove function that converted list
23719 form of gnus-agent-expire-days to group properties.
23720
23721 * gnus-int.el: Autoload gnus-agent-regenerate-group.
23722 (gnus-request-accept-article): Re-indented.
23723
23724 * gnus-start.el (gnus-convert-old-newsrc): Registered new
23725 converters to handle old agent file formats. Add logic for a
23726 "backup before upgrading warning".
23727 (gnus-convert-mark-converter-prompt): Developers can mark
23728 functions as needing (default), or not needing,
23729 gnus-convert-old-newsrc's "backup before upgrading warning".
23730 (gnus-convert-converter-needs-prompt): Tests whether the user
23731 should be protected from potentially irreversable changes by the
23732 function.
23733
23734 * legacy-gnus-agent.el: New. Provides converters that are only
23735 loaded when gnus-convert-old-newsrc needs to call them.
23736
23737 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
23738
23739 * mail-source.el (mail-source-touch-pop): Doc fix.
23740
23741 * message.el (message-smtpmail-send-it): Doc fix.
23742
23743 2004-03-05 Jesper Harder <harder@ifa.au.dk>
23744
23745 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23746
23747 * nnmail.el (nnmail-split-fancy): do.
23748
23749 * gnus-kill.el (gnus-kill, gnus-execute): do.
23750
23751 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23752
23753 * gnus-sum.el (gnus-widget-reversible-match)
23754 (gnus-widget-reversible-to-internal)
23755 (gnus-widget-reversible-to-external): New functions.
23756 (gnus-widget-reversible): New widget.
23757 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23758
23759 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
23760
23761 * gnus-sum.el (gnus-thread-sort-functions)
23762 (gnus-article-sort-functions): Document `(not F)' items.
23763
23764 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
23765
23766 * spam.el (spam-use-gmane-xref): Add new backend.
23767 (spam-gmane-xref-spam-group): Add variable to control the name of the
23768 Gmane spam group.
23769 (spam-blackhole-servers, spam-blackhole-good-server-regex)
23770 (spam-regex-headers-spam, spam-regex-headers-ham)
23771 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23772 (spam-list-of-checks): Add spam-use-gmane-xref to list of
23773 backends and checks.
23774 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23775
23776 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23777 an autodetect method.
23778
23779 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23780
23781 * gnus-int.el (gnus-request-accept-article): Inform the agent that
23782 articles are being added to a group.
23783 (gnus-request-replace-article): Inform the agent that articles
23784 need to be uncached as the cached contents are no longer valid.
23785
23786 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23787
23788 * binhex.el: Don't autoload executable-find.
23789
23790 * canlock.el: Don't autoload mail-fetch-field.
23791
23792 * gnus-ems.el: Don't autoload appt-select-lowest-window.
23793
23794 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23795 rmail-dont-reply-to and rmail-output.
23796
23797 * gnus-score.el: Don't autoload ffap-string-at-point.
23798
23799 * gnus-setup.el: Don't autoload sc-cite-original.
23800
23801 * imap.el: Don't autoload base64-decode-string,
23802 base64-encode-string and md5.
23803
23804 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23805 and rmail-msg-restore-non-pruned-header.
23806
23807 * mm-decode.el: Don't autoload executable-find.
23808
23809 * mm-url.el: Don't autoload executable-find.
23810
23811 * mm-view.el: Don't autoload diff-mode.
23812
23813 * nndb.el: Don't autoload news-reply-mode, news-setup,
23814 cancel-timer and telnet.
23815
23816 * password.el: Don't autoload run-at-time for Emacs.
23817
23818 * sha1-el.el: Don't autoload executable-find.
23819
23820 * sieve-mode.el: Don't autoload c-mode.
23821
23822 * uudecode.el: Don't autoload executable-find.
23823
23824 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23825
23826 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23827 (gnus-agent-possibly-alter-active): Avoid null in numeric
23828 comparison.
23829 (gnus-agent-set-local): Refuse to save null in local object table.
23830 (gnus-agent-regenerate-group): The REREAD parameter can now be a
23831 list of articles that will be marked as unread.
23832
23833 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23834
23835 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23836
23837 2004-03-04 Jesper Harder <harder@ifa.au.dk>
23838
23839 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23840 language tags.
23841
23842 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
23843
23844 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23845 Don't bind "obarray".
23846
23847 * gnus-sum.el (gnus-thread-sort-functions):
23848 Add `gnus-thread-sort-by-most-recent-number' and
23849 `gnus-thread-sort-by-most-recent-date'.
23850 Reported by Kai Grossjohann <kai@emptydomain.de>.
23851
23852 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
23853
23854 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23855
23856 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
23857
23858 * gnus-cus.el (gnus-agent-customize-category):
23859 Remove ignore-errors macro reference that required cl to be loaded at
23860 run-time.
23861
23862 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23863 single-interval range of the form (min . max). Previously the
23864 range had to look like ((min . max)). Likewise, return
23865 (min . max) rather than ((min . max)).
23866 (gnus-range-map): Use gnus-range-normalize to accept
23867 single-interval range.
23868
23869 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23870 the cache, but not the agent, now appear with their usual face.
23871
23872 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
23873
23874 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23875 w3m-safe-url-regexp variable buffer-local.
23876
23877 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23878
23879 2004-02-27 Simon Josefsson <jas@extundo.com>
23880
23881 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23882 gnus-group-real-prefix.
23883 (gnus-summary-move-article): Use it, instead of
23884 gnus-group-real-prefix.
23885
23886 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
23887
23888 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23889 w3m-safe-url-regexp variable buffer-local and set it as the value
23890 of mm-w3m-safe-url-regexp.
23891
23892 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23893
23894 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23895 parsing gnus-posting-styles when the message is not for replying.
23896
23897 * nnrss.el (nnrss-opml-export):
23898 Use mm-set-buffer-file-coding-system instead of
23899 set-buffer-file-coding-system.
23900
23901 2004-02-27 Jesper Harder <harder@ifa.au.dk>
23902
23903 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23904 of checkdoc.el).
23905 * nnrss.el: do.
23906 * gnus-mlspl.el: do.
23907 * gnus-ml.el: do.
23908 * gnus-srvr.el: do.
23909
23910 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23911
23912 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
23913
23914 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23915 Corrections to custom-manual links.
23916
23917 * gnus-art.el (gnus-article): Ditto.
23918
23919 * mm-decode.el (mime-display, mime-security): Ditto.
23920
23921 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23922
23923 * flow-fill.el: Typo.
23924
23925 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
23926
23927 * spam-wash.el: New file.
23928
23929 2004-02-26 Mark A. Hershberger <mah@everybody.org>
23930
23931 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23932
23933 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
23934
23935 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23936 to be run with new-articles as LIST1, not LIST2.
23937 (spam-registration-functions): Add spam-use-ham-copy as a nil
23938 registration backend.
23939
23940 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23941
23942 * spam-stat.el (spam-stat-washing-hook): New option.
23943 (spam-stat-buffer-words): Use it.
23944 (spam-stat-process-directory, spam-stat-test-directory):
23945 Use insert-file-contents-literally.
23946 (spam-stat-coding-system): New variable.
23947 (spam-stat-load, spam-stat-save): Use it.
23948
23949 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
23950
23951 * spam-report.el (spam-report-plug-agent):
23952 Quote spam-report-url-to-file and spam-report-url-ping-plain.
23953
23954 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
23955
23956 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23957 Allow / in mailto URLs.
23958
23959 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
23960
23961 * spam-report.el (spam-report-process-queue): Fix interactive use.
23962 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23963 (spam-report-unplug-agent): Doc fixes.
23964 (spam-report-url-ping-mm-url, spam-report-url-to-file)
23965 (spam-report-agentize, spam-report-deagentize):
23966 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
23967
23968 * message.el (message-setup-fill-variables): Add mml tags to
23969 paragraph-start and paragraph-separate. Suggested by Andrew Korty
23970 <ajk@iu.edu>.
23971 (message-mode): Don't modify paragraph-separate there.
23972
23973 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
23974
23975 * compface.el (uncompface-use-external): Default to undecided.
23976 (uncompface-use-external-threshold): New variable.
23977 (uncompface-float-time): New macro.
23978 (uncompface): Determine whether to use the external decoder if
23979 uncompface-use-external is undecided.
23980
23981 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23982
23983 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23984 after images.
23985
23986 * gnus-art.el (gnus-mime-display-single): Remove dead code.
23987
23988 2004-02-14 Jesper Harder <harder@ifa.au.dk>
23989
23990 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23991
23992 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23993
23994 * gnus-sum.el (gnus-summary-limit-to-age)
23995 (gnus-summary-limit-children): do.
23996
23997 * gnus-int.el (gnus-request-scan): do.
23998
23999 * gnus-group.el (gnus-group-suspend): do.
24000
24001 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24002
24003 * gnus-cite.el (gnus-cite-parse-attributions): do.
24004
24005 * gnus-agent.el (gnus-summary-set-agent-mark)
24006 (gnus-agent-regenerate-group): do.
24007
24008 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24009
24010 * binhex.el (binhex-decode-region-internal): do.
24011
24012 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24013
24014 * gnus-fun.el (gnus-face-properties-alist): New user option.
24015 (gnus-display-x-face-in-from): Use it.
24016
24017 * gnus-art.el (article-display-face): Ditto.
24018
24019 * compface.el (uncompface-use-external): Default to nil.
24020
24021 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24022
24023 * nntp.el (nntp-erase-buffer): New function.
24024 (nntp-retrieve-data, nntp-send-command)
24025 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24026 (nntp-possibly-change-group): Use it.
24027
24028 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24029 Use with-current-buffer.
24030
24031 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24032
24033 * compface.el: Merge the ELisp-based uncompface program.
24034 (compface): New customization group.
24035 (uncompface-use-external): New user option.
24036 (uncompface): Call uncompface-internal if uncompface-use-external
24037 is nil.
24038 (uncompface-internal): New function. Note that there are also
24039 some other functions and variables added for this function.
24040
24041 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24042
24043 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24044 if necessary.
24045
24046 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24047
24048 * spam-report.el (spam-report-unplug-agent)
24049 (spam-report-plug-agent, spam-report-deagentize)
24050 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24051 Add support for the Agent in spam-report: when unplugged, report to a
24052 file; when plugged, submit all the requests.
24053
24054 * spam.el (spam-register-routine): Fix message about
24055 registration.
24056
24057 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24058
24059 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24060 dependencies.
24061 (rfc2047-encode): Use it.
24062
24063 * gnus-art.el (gnus-button-marker-list): Move before first
24064 reference.
24065
24066 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24067 (imap-parse-body): Fix format string mismatch.
24068
24069 * gnus-score.el (gnus-summary-increase-score): do.
24070
24071 * nnrss.el (nnrss-close): New function.
24072
24073 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24074
24075 * nnrss.el (nnrss-make-filename): New function.
24076 (nnrss-request-delete-group, nnrss-read-server-data)
24077 (nnrss-save-server-data, nnrss-read-group-data)
24078 (nnrss-save-group-data): Use it.
24079 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24080 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24081 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24082
24083 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24084
24085 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24086
24087 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24088
24089 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24090 files.
24091
24092 * message.el (message-generate-headers-first): Don't quote nil
24093 and t in docstrings.
24094
24095 * imap.el (imap-id): do.
24096
24097 * gnus-agent.el (gnus-agent-consider-all-articles)
24098 (gnus-agent-queue-mail): do.
24099
24100 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24101
24102 * spam-report.el (spam-report-process-queue): New function.
24103 Process requests from `spam-report-requests-file'.
24104 (spam-report-process-queue): Doc fix.
24105
24106 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24107
24108 * spam.el (spam-register-routine)
24109 (spam-log-processing-to-registry, spam-log-registered-p)
24110 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24111 Change "check" to "spam-check" for semi-clarity.
24112
24113 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24114
24115 * pop3.el: Require nnheader.
24116
24117 * mml-smime.el: Require cl. Autoload message-fetch-field.
24118
24119 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24120
24121 * gnus-picon.el: Require cl.
24122
24123 * gnus-fun.el: Require gnus-ems and gnus-util.
24124
24125 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24126
24127 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24128
24129 * gnus-art.el (gnus-article-edit-mode): Define before first
24130 reference.
24131
24132 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24133
24134 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24135 (gnus-uu-post-encoded): Use point-at-bol.
24136
24137 * gnus-topic.el (gnus-group-active-topic-p): do.
24138
24139 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24140
24141 * gnus-group.el (gnus-group-kill-region): do.
24142
24143 * gnus-art.el (article-date-ut): do.
24144
24145 * message.el (message-fetch-field): Remove redundant
24146 case-fold-search binding.
24147 (message-narrow-to-field): Simplify.
24148
24149 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24150
24151 * spam.el (spam-directory): Derive from `gnus-directory'.
24152
24153 * spam-report.el (spam-report-url-to-file)
24154 (spam-report-requests-file): New function and variable for offline
24155 reporting.
24156 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24157 and user defined function.
24158 (spam-report-url-ping-mm-url): Remove doubled slash.
24159
24160 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24161
24162 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24163
24164 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24165
24166 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24167 Fix format string mismatch.
24168
24169 * sieve.el (sieve-deactivate-all): do.
24170
24171 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24172
24173 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24174
24175 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24176
24177 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24178
24179 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24180
24181 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24182 the list of checks.
24183
24184 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24185
24186 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24187 padding.
24188
24189 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24190
24191 * mm-view.el (mm-fill-flowed): New variable.
24192 (mm-inline-text): Use it.
24193
24194 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24195
24196 * spam.el (spam-spamassassin-register-ham-routine)
24197 (spam-spamassassin-register-spam-routine): Fix function names.
24198
24199 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24200
24201 * gnus.el (gnus-tmp-grouplens): Remove.
24202 (gnus-summary-line-format): Remove grouplens.
24203
24204 * gnus-group.el (gnus-group-line-format): Ditto.
24205
24206 * gnus-spec.el (gnus-format-specs): Ditto.
24207 (gnus-update-format-specifications): Flush the group format spec
24208 cache if there's the grouplens stuff.
24209 (gnus-parse-simple-format): Replace %l with the empty string.
24210
24211 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24212
24213 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24214 omission.
24215
24216 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24217
24218 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24219 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24220
24221 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24222
24223 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24224 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24225 New macros and functions.
24226 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24227 Handle > NLINK_MAX messages.
24228 * nnmaildir.el (nnmaildir-request-set-mark):
24229 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24230
24231 2004-01-25 Alex Schroeder <alex@gnu.org>
24232
24233 * spam-stat.el (spam-stat-process-directory-age): New option.
24234 (spam-stat-process-directory): Use it.
24235
24236 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24237
24238 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24239 (spam-stat-save): Accept prefix argument.
24240
24241 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24242
24243 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24244 links" error.
24245
24246 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24247
24248 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24249 compatibility with old .newsrc.eld files.
24250
24251 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24252
24253 * gnus-start.el (gnus-1): do.
24254
24255 * gnus-group.el (gnus-group-line-format-alist): do.
24256
24257 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24258
24259 * gnus-gl.el: Remove.
24260
24261 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24262
24263 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24264 marks consisting of a single range {for example, (3 . 5)} rather
24265 than a list of a single range { ((3 . 5)) }.
24266
24267 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24268
24269 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24270 Use with-current-buffer.
24271 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24272 avoid consing a string.
24273
24274 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24275 Remove obsolete entries for big5 and gb2312.
24276
24277 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24278
24279 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24280 uncompressed list.
24281
24282 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24283
24284 * spam-stat.el (spam-stat-strip-xref): New function.
24285 (spam-stat-process-directory): Use it.
24286
24287 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24288 here -- it's done in message-fetch-field.
24289
24290 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24291
24292 * gnus-agent.el (gnus-agent-queue-mail)
24293 (gnus-agent-prompt-send-queue): New variables.
24294 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24295 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24296 "nndraft:queue" along to gnus-draft-send.
24297 Use gnus-agent-prompt-send-queue.
24298 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24299 is "nndraft:queue". Suggested by Gaute Strokkenes
24300 <gs234@srcf.ucam.org>
24301
24302 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24303 (agent-enable-undownloaded-faces): Add.
24304 (gnus-agent-cat-groups): Use eval-and-compile, not
24305 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24306 method of gnus-agent-cat-groups even when the buffer has been
24307 evalled.
24308 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24309 delete gnus-agent-save-active-1.
24310 (gnus-agent-save-groups): Delete. Identical to
24311 gnus-agent-save-active.
24312 (gnus-agent-write-active): No longer adjust agent's copy of active
24313 file as agent's adjustments are now stored in their own
24314 file. Remove optional parameter.
24315 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24316 servers. Add use of min/max range limits from server's local
24317 file.
24318 (gnus-agent-save-alist): Remove unused optional argument.
24319 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24320 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24321 (gnus-agent-set-local): A per-server file that keeps min/max range
24322 limits for articles known to the agent. Provides a fast mechanism
24323 for altering many active ranges.
24324 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24325 active file (local makes it unnecessary).
24326 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24327
24328 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24329 (agent-enable-undownloaded-faces): Add.
24330
24331 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24332 disable it when sending to "nndraft:queue".
24333 (gnus-group-send-queue): Add safety check to avoid sending queue
24334 when unplugged.
24335
24336 * gnus-group.el (gnus-group-catchup): Use new
24337 gnus-sequence-of-unread-articles, not
24338 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24339 numbers of articles. Use gnus-range-map to avoid having to
24340 uncompress the unread list.
24341 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24342 Fix invalid ange-ftp reference.
24343
24344 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24345 (gnus-sorted-range-intersection): Intersection of two ranges
24346 without requiring that they first be uncompressed.
24347
24348 * gnus-start.el (gnus-activate-group): Unless blocked by the
24349 caller, possibly expand the active range to include both cached
24350 and agentized articles.
24351 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24352 multiple version-dependent converters.
24353 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24354 gnus-agent-save-active.
24355 (gnus-save-newsrc-file): Save dirty agent range limits.
24356
24357 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24358 gnus-agent-possibly-alter-active.
24359 (gnus-adjust-marked-articles): Faster handling of simple lists.
24360
24361 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24362
24363 * spam-stat.el (spam-stat-test-directory): New optional argument
24364 displays a list of files detected. Suggested by Andrew Cohen
24365 <cohen@andy.bu.edu>.
24366 (spam-stat-buffer-words-with-scores): Don't narrow and change
24367 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24368
24369 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24370
24371 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24372 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24373 (spam-spamassassin-arguments)
24374 (spam-spamassassin-spam-flag-header)
24375 (spam-spamassassin-positive-spam-flag-header)
24376 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24377 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24378 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24379 (spam-list-of-processors, spam-list-of-checks)
24380 (spam-list-of-statistical-checks, spam-registration-functions)
24381 (spam-check-spamassassin-headers, spam-check-spamassassin)
24382 (spam-spamassassin-score)
24383 (spam-spamassassin-register-with-sa-learn)
24384 (spam-spamassassin-register-spam-routine)
24385 (spam-spamassassin-register-ham-routine)
24386 (spam-assassin-register-spam-routine)
24387 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24388 (spam-bogofilter-score): Fix to show article before scoring.
24389
24390 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24391
24392 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24393 default scoring function.
24394 (spam-generic-score): Call spam-spamassassin-score if
24395 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24396 spam-bogofilter-score otherwise.
24397
24398 * gnus.el (spam-process, spam-autodetect-methods):
24399 Add spamassassin and spamassassin-headers.
24400
24401 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24402
24403 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24404 Suppress unnecessary messages.
24405
24406 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24407
24408 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24409 make-hash-table.
24410
24411 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24412
24413 * canlock.el (base64-encode-string): Don't autoload it.
24414
24415 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24416
24417 * run-at-time.el: Remove useless (require 'itimer),
24418 eval-and-compile and (featurep 'xemacs).
24419
24420 2004-01-16 Jesper Harder <harder@ifa.au.dk>
24421
24422 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24423 GROUP is a virtual group.
24424
24425 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
24426
24427 * gnus.el: Autoload `message-y-or-n-p'.
24428
24429 2004-01-15 Jesper Harder <harder@ifa.au.dk>
24430
24431 * pgg-parse.el: Remove unnecessary (require 'custom).
24432
24433 * pgg-def.el: do.
24434
24435 * nnmail.el: do.
24436
24437 * gnus-undo.el: do.
24438
24439 * gnus-picon.el: do.
24440
24441 * gnus-util.el: do.
24442
24443 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24444
24445 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24446
24447 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24448
24449 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24450 handle, as well as a list.
24451
24452 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24453 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24454 (mm-w3m-cid-retrieve): Simplify.
24455
24456 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24457
24458 * message.el (message-kill-to-signature): Allow prefix arg to
24459 specify number of lines to keep before signature.
24460
24461 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24462
24463 * message.el (message-kill-to-signature): Change docstring.
24464
24465 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24466
24467 * canlock.el: Always require sha1-el.
24468 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24469
24470 * message.el: Autoload sha1 only when compiling.
24471
24472 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24473
24474 * message.el (message-canlock-generate): Require sha1-el.
24475
24476 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24477
24478 * message.el (message-expand-name): Silence the byte compiler.
24479
24480 2004-01-13 Simon Josefsson <jas@extundo.com>
24481
24482 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24483 Invoke gnus-score-mode.
24484 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24485
24486 * gnus-range.el (gnus-compress-sequence): Doc fix.
24487 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24488
24489 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24490
24491 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24492
24493 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
24494
24495 * spam.el (spam-get-article-as-string): Update to use
24496 gnus-request-article-this-buffer, much simpler.
24497 (spam-get-article-as-buffer): Remove.
24498
24499 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
24500
24501 * message.el (message-expand-name): Use EUDC if the user uses that.
24502
24503 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24504
24505 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24506 character for the encoding to avoid consing a string.
24507
24508 * rfc2047.el (rfc2047-decode-string): Don't cons a string
24509 unnecessarily.
24510
24511 * mm-util.el (mm-replace-chars-in-string): Remove.
24512
24513 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24514 of mm-replace-chars-in-string.
24515
24516 2004-01-11 Jesper Harder <harder@ifa.au.dk>
24517
24518 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24519
24520 * mm-util.el (mm-subst-char-in-string): Support inplace.
24521
24522 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24523 a new string in every iteration. Use shy groups.
24524
24525 2004-01-10 Jesper Harder <harder@ifa.au.dk>
24526
24527 * gnus-srvr.el (gnus-browse-unsubscribe-group):
24528 * gnus-soup.el (gnus-soup-group-brew):
24529 * gnus-msg.el (gnus-put-message):
24530 * gnus-move.el (gnus-group-move-group-to-server):
24531 * gnus-kill.el (gnus-batch-score):
24532 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24533 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24534 (gnus-group-update-group, gnus-group-read-group)
24535 (gnus-group-make-group, gnus-group-make-help-group)
24536 (gnus-group-make-archive-group, gnus-group-make-directory-group)
24537 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24538 (gnus-group-sort-by-unread, gnus-group-catchup)
24539 (gnus-group-unsubscribe-group, gnus-group-kill-group)
24540 (gnus-group-yank-group, gnus-group-set-info)
24541 (gnus-group-list-groups):
24542 * gnus.el (gnus-generate-new-group-name):
24543 * gnus-delay.el (gnus-delay-send-queue):
24544 * nnvirtual.el (nnvirtual-catchup-group):
24545 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24546 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24547 (gnus-group-prepare-topics, gnus-topic-check-topology):
24548 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24549 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24550 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24551 (gnus-group-make-articles-read):
24552 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24553 (gnus-group-change-level, gnus-kill-newsgroup)
24554 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24555 (gnus-get-unread-articles, gnus-make-articles-unread)
24556 (gnus-make-ascending-articles-unread): Use accessor
24557 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24558 to get group information for improved readability.
24559
24560 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24561
24562 * gnus-art.el (article-decode-mime-words, article-babel)
24563 (gnus-article-highlight-signature, gnus-article-add-buttons)
24564 (gnus-signature-toggle): Use gnus-with-article-buffer.
24565
24566 * gnus-art.el (gnus-article-highlight-headers)
24567 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24568
24569 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24570 (gnus-article-set-globals, gnus-request-article-this-buffer)
24571 (gnus-button-message-id, gnus-article-maybe-hide-headers)
24572 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24573 (gnus-mime-display-alternative): Use with-current-buffer.
24574
24575 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24576
24577 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24578 also under 80 char limit, and call gnus-error if needed.
24579 (spam-fetch-article-header): Fix - it was a
24580 buffer-local variable (gnus-newsgroup-data).
24581 (spam-find-spam): Use spam-generate-fake-headers, forget about
24582 spam-insert-fake-headers.
24583 (spam-insert-fake-headers): Remove.
24584
24585 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24586
24587 * deuglify.el (gnus-article-outlook-unwrap-lines)
24588 (gnus-outlook-rearrange-article)
24589 (gnus-outlook-repair-attribution-outlook)
24590 (gnus-outlook-repair-attribution-block)
24591 (gnus-outlook-repair-attribution-other): Remove redundant
24592 save-excursion.
24593
24594 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24595
24596 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24597 (spam-fetch-field-subject-fast)
24598 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24599 (spam-fetch-article-header): Add functions to deal with Gnus
24600 internals for fast retrieval of article header data.
24601 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24602
24603 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24604
24605 * pop3.el (pop3-md5): Remove.
24606 (pop3-apop): Replace pop3-md5 with md5.
24607
24608 * mm-bodies.el: base64 is always built-in.
24609
24610 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24611 Use with-current-buffer.
24612
24613 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
24614
24615 * canlock.el (canlock-insert-header): Remove excessive grouping in
24616 regexp.
24617
24618 * gnus-sum.el (gnus-summary-read-document): Ditto.
24619
24620 * gnus-uu.el (gnus-uu-part-number): Ditto.
24621
24622 * html2text.el (html2text-remove-tags): Ditto.
24623 (html2text-format-tags): Ditto.
24624 (html2text-format-single-elements): Ditto.
24625
24626 * mml.el (mml-parse-1): Ditto.
24627
24628 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24629
24630 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24631
24632 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24633
24634 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24635
24636 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24637
24638 2003-11-15 Simon Josefsson <jas@extundo.com>
24639
24640 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24641 (pgg-gpg-lookup-key): Use regexp match instead of
24642 split-string (split-string is different between emacs 21.2 and
24643 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
24644
24645 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24646
24647 * gnus-art.el (gnus-mime-view-all-parts)
24648 (gnus-article-part-wrapper, gnus-article-view-part):
24649 Use with-current-buffer.
24650
24651 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24652
24653 * spam.el (spam-disable-spam-split-during-ham-respool)
24654 (spam-spamoracle-database, spam-cache-lookups)
24655 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24656 (spam-group-ham-mark-p, spam-group-spam-mark-p)
24657 (spam-group-ham-marks, spam-group-spam-marks)
24658 (spam-group-spam-contents-p, spam-group-ham-contents-p)
24659 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24660 also add spam-use-blackholes to the statistical checks.
24661 (spam-fetch-field-fast): Add interface to fetching fields, may
24662 become a macro.
24663 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24664 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24665 (spam-insert-fake-headers): Fake an article when needed.
24666 (spam-find-spam): Fake article when possible.
24667 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24668 (spam-check-bogofilter-headers): Use message-fetch-field instead
24669 of nnmail-fetch-field.
24670
24671 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
24672
24673 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24674
24675 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24676
24677 * spam.el (spam-split): Do not require spam-use-CHECK to be
24678 enabled if that check is passed to spam-split explicitly; also
24679 fix so 'spam doesn't get converted to spam-split-group when
24680 spam-split-symbolic-return is t.
24681 (spam-find-spam): Find registrations of the article and use those
24682 instead of re-running spam-split to find the spam/ham
24683 classification of the article.
24684 (spam-log-processing-to-registry, spam-log-registered-p)
24685 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24686 Use gnus-error instead of gnus-message.
24687 (spam-log-registration-type): Add function to determine the
24688 classification of a message based on registry entries; will
24689 return nil if both 'spam and 'ham are found.
24690 (spam-check-BBDB): Expand all the BBDB macros here so we can have
24691 a reasonably fast local cache without the loading errors.
24692 (spam-cache-lookups): Set to t by default.
24693 (spam-find-spam): Don't try to guess spam-cache-lookups.
24694 (spam-enter-whitelist, spam-enter-blacklist): Clear the
24695 spam-caches entry.
24696 (spam-filelist-build-cache, spam-filelist-check-cache):
24697 Fix caching of whitelist/blacklist entries.
24698 (spam-check-whitelist, spam-check-blacklist):
24699 Invoke spam-from-listed-p with a type, not a cache variable.
24700 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24701
24702 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24703
24704 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24705
24706 * nnmail.el (nnmail-split-fancy): do.
24707
24708 * mml.el (mml-parse): do.
24709
24710 * gnus-score.el (gnus-enter-score-words-into-hashtb)
24711 (gnus-score-adaptive): do.
24712
24713 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24714
24715 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24716 (gnus-mime-button-map): Don't set keymap parent.
24717 (gnus-button-ctan-directory-regexp): Use shy grouping.
24718 (gnus-prev-page-map): Don't set keymap parent.
24719 (gnus-prev-page-map): Remove duplicated one.
24720 (gnus-next-page-map): Don't set keymap parent.
24721 (gnus-mime-security-button-map): Ditto.
24722
24723 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24724 version number.
24725
24726 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24727
24728 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24729
24730 * canlock.el (canlock-sha1-function): Remove.
24731 (canlock-sha1-function-for-verify): Remove.
24732 (canlock-openssl-program): Remove.
24733 (canlock-openssl-args): Remove.
24734 (canlock-ignore-errors): Remove.
24735 (canlock-sha1-with-openssl): Remove.
24736 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24737 (canlock-verify): Don't use canlock-ignore-errors.
24738
24739 * sha1-el.el (sha1-string-external): Make it can return a string
24740 in binary form.
24741 (sha1-region-external): Ditto.
24742 (sha1-string-internal): Ditto.
24743 (sha1-region-internal): Ditto.
24744 (sha1-region): Ditto.
24745 (sha1-string): Ditto.
24746 (sha1): Ditto.
24747
24748 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
24749
24750 * spam.el (spam-report-articles-gmane): New command.
24751
24752 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24753
24754 * gnus.el: Don't make unnecessary *Group* buffer when loading.
24755
24756 * run-at-time.el (run-at-time-saved): Remove.
24757 (run-at-time): Doc fix.
24758
24759 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24760
24761 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24762 (gnus-summary-limit-map): Add it.
24763 (gnus-summary-make-menu-bar): do.
24764
24765 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
24766
24767 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24768 Make attempt at some caching support (done for BBDB only now).
24769 (spam-find-spam): Set spam-cache-lookups if there are more than 2
24770 addresses to be checked.
24771 (spam-clear-cache-BBDB): Add function, to be invoked by
24772 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24773 (spam-check-BBDB): Check and use the caches, if
24774 spam-cache-lookups is on, remove superfluous (provide).
24775
24776 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
24777
24778 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24779
24780 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
24781
24782 * run-at-time.el (run-at-time-saved): Move to after the definition
24783 of `run-at-time'.
24784
24785 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
24786
24787 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24788 mm-w3m-local-map-property.
24789
24790 * mm-view.el (mm-w3m-mode-map): Remove.
24791 (mm-w3m-local-map-property): Remove.
24792 (mm-inline-text-html-render-with-w3m): Don't use
24793 mm-w3m-local-map-property.
24794
24795 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
24796
24797 * run-at-time.el: New file.
24798
24799 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24800 of gnus-set-text-properties.
24801
24802 * gnus-uu.el (gnus-uu-save-article): Ditto.
24803
24804 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24805
24806 * gnus-cite.el (gnus-cite-parse): Ditto.
24807
24808 * gnus-art.el (gnus-button-push): Use set-text-properties instead
24809 of gnus-.
24810
24811 * gnus.el: Change calls to nnheader-run-at-time and
24812 password-run-at-time throughout to use run-at-time directly.
24813
24814 * password.el: Remove definition of run-at-time.
24815
24816 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
24817
24818 * mml.el (mml-minibuffer-read-disposition): Show attachment type
24819 in prompt.
24820
24821 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24822
24823 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24824 XEmacs version.
24825
24826 * dns.el (dns-make-network-process): Use `open-network-stream'
24827 instead of `gnus-xmas-open-network-stream'.
24828
24829 * .cvsignore: Add auto-autoloads.el, custom-load.el.
24830
24831 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24832
24833 * gnus-art.el (gnus-mime-display-alternative)
24834 (gnus-insert-mime-button, gnus-insert-mime-security-button)
24835 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24836 Don't use gnus-local-map-property.
24837
24838 * gnus-util.el (gnus-local-map-property): Remove.
24839
24840 * mm-view.el (mm-view-pkcs7-decrypt):
24841 Replace gnus-completing-read-maybe-default with completing-read.
24842
24843 * gnus-util.el (gnus-completing-read): do.
24844 (gnus-completing-read-maybe-default): Remove.
24845
24846 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24847
24848 * password.el: Only autoload `run-at-time' if not XEmacs.
24849 Only autoload the itimer functions if XEmacs.
24850
24851 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24852
24853 * gnus-art.el (gnus-read-string): Remove.
24854 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24855 read-string.
24856
24857 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
24858
24859 * netrc.el: Autoload password-read.
24860 (netrc): Add configuration group.
24861 (netrc-encoding-method, netrc-openssl-path):
24862 Add variables for encoding and decoding of files with symmetric
24863 ciphers.
24864 (netrc-encode): Add assistant function to encode a file with
24865 netrc-encoding-method.
24866 (netrc-parse): Add interactive parameter, added optional
24867 decoding if netrc-encoding-method is non-nil but otherwise
24868 behavior is standard.
24869 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24870 Do s/encode/encrypt/ everywhere.
24871
24872 * spam.el: Remove executable-find autoload.
24873
24874 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24875
24876 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24877
24878 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24879
24880 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
24881
24882 * gnus-art.el (gnus-treat-ansi-sequences)
24883 (article-treat-ansi-sequences): New variable and function.
24884 Suggested by Dan Jacobson <jidanni@jidanni.org>.
24885
24886 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24887 Use it.
24888
24889 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24890
24891 * mm-util.el (mm-quote-arg): Remove.
24892
24893 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24894 shell-quote-argument.
24895
24896 * gnus-uu.el (gnus-uu-command): do.
24897
24898 * gnus-sum.el (gnus-summary-insert-pseudos): do.
24899
24900 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24901 with make-char.
24902
24903 * mm-util.el (mm-make-char): Remove.
24904
24905 * mml.el (mml-mode): Replace gnus-add-minor-mode with
24906 add-minor-mode.
24907
24908 * gnus-undo.el (gnus-undo-mode): do.
24909
24910 * gnus-topic.el (gnus-topic-mode): do.
24911
24912 * gnus-sum.el (gnus-dead-summary-mode): do.
24913
24914 * gnus-start.el (gnus-slave-mode): do.
24915
24916 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24917
24918 * gnus-ml.el (gnus-mailing-list-mode): do.
24919
24920 * gnus-gl.el (gnus-grouplens-mode): do.
24921
24922 * gnus-draft.el (gnus-draft-mode): do.
24923
24924 * gnus-dired.el (gnus-dired-mode): do.
24925
24926 * gnus-ems.el (gnus-add-minor-mode): Remove.
24927
24928 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24929 Replace gnus-char-width with char-width.
24930
24931 * gnus-ems.el (gnus-char-width): Remove.
24932
24933 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24934 Replace gnus-char-width with char-width.
24935
24936 * gnus-ems.el (gnus-char-width): Remove.
24937
24938 * spam-stat.el (with-syntax-table): Remove with-syntax-table
24939 definition.
24940 Remove Emacs 20 hash table compatibility code.
24941
24942 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24943 20 compatibility code.
24944
24945 * spam.el (spam-point-at-eol): Replace with point-at-eol.
24946
24947 * smime.el (smime-point-at-eol): Replace with point-at-eol.
24948
24949 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24950 Replace with point-at-{eol,bol}.
24951
24952 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24953
24954 * imap.el (imap-point-at-eol): Replace with point-at-eol.
24955
24956 * flow-fill.el (fill-flowed-point-at-bol)
24957 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24958
24959 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24960 Replace with point-at-{eol,bol} throughout all files.
24961
24962 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
24963
24964 * ntlm.el (ntlm-string-as-unibyte): New macro.
24965 (ntlm-build-auth-response): Use it.
24966
24967 Remove Emacs 20 stuff:
24968 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24969 of delq and copy-sequence.
24970 * gnus-art.el (popup-menu): Remove the compiler macro.
24971 * nnmail.el (nnmail-split-fancy): Don't support customizing with
24972 Emacs 20.
24973
24974 2004-01-05 Simon Josefsson <jas@extundo.com>
24975
24976 * ntlm.el: Fix namespace. Change smb-passwd-hash into
24977 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24978 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24979 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24980 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24981 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24982 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24983 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24984 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24985 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24986 ntlm-string-permute, string-lshift into ntlm-string-lshift,
24987 string-xor into ntlm-string-xor.
24988 Suggested by Jesper Harder <harder@myrealbox.com>.
24989
24990 * ntlm.el: Don't include poem.
24991
24992 * md4.el (print-int32, print-string-hexa): Remove.
24993 Suggested by Jesper Harder <harder@myrealbox.com>.
24994
24995 * sasl-ntlm.el, ntlm.el, md4.el: New files.
24996
24997 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
24998 probably breaks emacs with DL patch, but do we care? Is anyone
24999 still using the DL stuff?)
25000
25001 * sieve-manage.el: Use the password package.
25002 (sieve-manage-read-passwd): Remove.
25003 (sieve-manage-interactive-login): Use password. Re-add
25004 condition-case around loop.
25005
25006 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25007 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25008 Use the password package.
25009
25010 2003-02-19 Simon Josefsson <jas@extundo.com>
25011
25012 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25013 token.
25014
25015 2002-08-07 Simon Josefsson <jas@extundo.com>
25016
25017 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25018 (sieve-manage-authenticators):
25019 (sieve-manage-authenticator-alist): Add some SASL mechs.
25020 (sieve-sasl-auth): New function.
25021 (sieve-manage-cram-md5-auth):
25022 (sieve-manage-plain-auth): Rewrite using SASL library.
25023 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25024 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25025 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25026 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25027
25028 2004-01-05 Simon Josefsson <jas@extundo.com>
25029
25030 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25031 New files.
25032
25033 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25034
25035 * gnus-group.el (gnus-no-groups-message): Update.
25036
25037 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25038
25039 2003-11-09 Simon Josefsson <jas@extundo.com>
25040
25041 * imap.el: Support for ID IMAP extension (RFC 2971).
25042 (imap-local-variables): Add imap-id.
25043 (imap-id): New variable.
25044 (imap-id): New function.
25045 (imap-parse-response): Parse untagged ID response.
25046 * nnimap.el (nnimap-id): New variable.
25047 (nnimap-open-connection): Use it.
25048
25049 2003-12-28 Simon Josefsson <jas@extundo.com>
25050
25051 * gnus-score.el (gnus-score-edit-all-score): New.
25052 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25053
25054 2004-01-04 Simon Josefsson <jas@extundo.com>
25055
25056 * password.el: Add.
25057
25058 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25059
25060 * dns.el (dns-query-types): Fix typo.
25061 (dns-query-types): New function.
25062 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25063 PTR and SOA replies, see RFC 1035.
25064
25065 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25066
25067 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25068
25069 * Move to Changelog.2.
25070
25071 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25072
25073 * gnus.el (gnus-version-number): Bump version.
25074
25075 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25076
25077 * gnus.el: No Gnus v0.1 is released.
25078
25079 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25080
25081 * gnus.el: No Gnus v0.0 is released.
25082
25083 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25084
25085 * gnus.el (gnus-version-number): Bump.
25086 (gnus-version): No.
25087
25088 See ChangeLog.2 for earlier changes.
25089
25090 Copyright (C) 2004-2013 Free Software Foundation, Inc.
25091
25092 This file is part of GNU Emacs.
25093
25094 GNU Emacs is free software: you can redistribute it and/or modify
25095 it under the terms of the GNU General Public License as published by
25096 the Free Software Foundation, either version 3 of the License, or
25097 (at your option) any later version.
25098
25099 GNU Emacs is distributed in the hope that it will be useful,
25100 but WITHOUT ANY WARRANTY; without even the implied warranty of
25101 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25102 GNU General Public License for more details.
25103
25104 You should have received a copy of the GNU General Public License
25105 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25106
25107 ;; Local Variables:
25108 ;; coding: utf-8
25109 ;; fill-column: 79
25110 ;; add-log-time-zone-rule: t
25111 ;; End: