gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase with cond for backw...
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
2
3 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
4 with cond for backwards compatability.
5
6 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7
8 * mm-decode.el (mm-display-external): Bind process-connection-type to
9 nil; don't delete a temp file immediately even if a viewer finishes,
10 since it may be a shell script, like xdg-open, that launches a real
11 viewer program belatedly.
12
13 2013-08-05 Dave Abrahams <dave@boostpro.com>
14
15 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
16 that we can create nndoc groups that excerpt other groups.
17
18 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19
20 * gnus-delay.el (gnus-delay-article): Fix typo.
21
22 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
23 articles.
24
25 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
26 we can get spell-checking etc.
27
28 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
29
30 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
31 a single one used for encoding the whole text in a header.
32
33 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
34
35 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
36 before sending.
37
38 * mm-decode.el (mm-command-output): New face.
39 (mm-display-external): Use it.
40
41 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
42
43 * nnmbox.el (nnmbox-request-article): Don't change point.
44
45 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
46
47 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
48 Include `handle' parameter.
49
50 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
51
52 * gnus-icalendar.el: New file.
53
54 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
55
56 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
57
58 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
59 dummy roots, too.
60
61 2013-08-01 David Edmondson <dme@dme.org>
62
63 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
64 out on ttys.
65
66 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
67
68 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
69 not empty.
70
71 * nnrss.el (nnrss-discover-feed): Indent.
72
73 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
74
75 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
76
77 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
78
79 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
80 dirty to ensure nnimap data being saved.
81
82 2013-07-30 Tassilo Horn <tsdh@gnu.org>
83
84 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
85 menu entry.
86
87 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
88 the current thread's total score instead of the current article's
89 score.
90
91 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
92 (gnus-sort-threads-recursively): Delete defcustom.
93 (gnus-sort-threads-recursive): Adapt accordingly.
94
95 2013-07-30 Tassilo Horn <tsdh@gnu.org>
96
97 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
98 (gnus-sort-threads-recursive): Use it.
99 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
100 again. Now that determines how to sort subthreads.
101
102 2013-07-26 Tassilo Horn <tsdh@gnu.org>
103
104 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
105 (gnus-sort-threads): Use it.
106
107 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
108
109 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
110 punctuation characters follow parentheses (bug#14950).
111
112 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
113
114 * gnus.el (gnus-continuum-version):
115 * gnus-msg.el (gnus-extended-version): Simplify.
116
117 * gnus.el (gnus-continuum-version-1): Remove.
118 * gnus-msg.el (gnus-bug): Revert.
119
120 Calculate gnus-version correctly on Cygwin.
121
122 * gnus.el (gnus-continuum-version): Do main calculations in integers.
123 (gnus-continuum-version-1): New function, return a string.
124
125 * gnus-msg.el (gnus-extended-version, gnus-bug):
126 Use gnus-continuum-version-1 instead of gnus-continuum-version.
127
128 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
129
130 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
131 (bug#13384).
132
133 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
134
135 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
136 that were only relevant in a development version a long time ago.
137
138 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
139
140 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
141 that the old Emacs 24s bundle.
142
143 2013-07-10 David Engster <deng@randomsample.de>
144
145 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
146 if `gnus-newsrc-file-version' does not match `gnus-version'. This
147 fixes a bug in Emacs trunk where the 'unexist' marks were always
148 removed at startup because "Gnus v5.13" was considered smaller than "Ma
149 Gnus v0.03".
150
151 2013-07-10 Tassilo Horn <tsdh@gnu.org>
152
153 * gnus.el (gnus-summary-line-format): Reference
154 `gnus-user-date-format-alist' for the &user-date; format, not
155 `gnus-summary-user-date-format-alist'.
156
157 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
158
159 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
160 delete files (bug#13481).
161
162 2013-07-08 Tassilo Horn <tsdh@gnu.org>
163
164 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
165
166 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
167
168 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
169 display images.
170
171 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
172
173 * message.el (message-cancel-news): According to
174 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
175 preferred over "cmsg cancel" in the Subject.
176
177 * nnir.el (nnir-engines): Note that the group specs are regexps
178 (bug#13238).
179
180 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
181 gotten read-only text properties, ensure that those aren't heeded when
182 copying stuff over (bug#13434).
183
184 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
185 (bug#13762).
186
187 2013-07-05 David Kastrup <dak@gnu.org>
188
189 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
190 authinfo file again (important for blank passwords). This had been
191 broken with 2013-06-15 change.
192
193 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
194
195 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
196 Revert 2013-01-14 change.
197
198 2013-07-02 David Engster <deng@randomsample.de>
199
200 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
201 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
202 to see whether the group was synced before.
203
204 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
205
206 * nnimap.el (nnimap-request-move-article): Decode the group name when
207 doing internal moves to avoid charset issues.
208
209 2013-07-02 Julien Danjou <julien@danjou.info>
210
211 * nnimap.el (nnimap-request-list):
212 Revert change that made listing synchronous.
213 (nnimap-get-responses): Restore.
214
215 2013-07-02 Dave Abrahams <dave@boostpro.com>
216
217 * nnimap.el (nnimap-change-group): Document result value.
218
219 * nnimap.el (nnimap-find-article-by-message-id):
220 Account for the fact that nnimap-change-group can return t.
221
222 2013-07-02 Julien Danjou <julien@danjou.info>
223
224 * nnimap.el (nnimap-request-head):
225 Resture to-buffer parameter, used by `nnimap-request-move-article'.
226
227 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
228
229 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
230 supported by nnimap actually. Reverts previous change.
231
232 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
233 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
234 to-buffer argument that is already supported.
235
236 2013-07-02 Julien Danjou <julien@danjou.info>
237
238 * nnimap.el (nnimap-get-responses): Remove, unused.
239
240 2013-07-02 Julien Danjou <julien@danjou.info>
241
242 * nnimap.el (nnimap-request-articles-find-limit): Rename from
243 `nnimap-request-move-articles-find-limit' since we do not use it
244 only for move operations.
245 (nnimap-request-accept-article):
246 Use `nnimap-request-articles-find-limit' to limit search by message-id.
247
248 2013-07-02 Julien Danjou <julien@danjou.info>
249
250 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
251
252 * nnimap.el (nnimap-log-buffer):
253 Check that `window-point-insertion-type' is boundp, since it's not
254 available in XEmacs.
255
256 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
257
258 * nnimap.el (nnimap-log-buffer):
259 Add this, setting `window-point-insertion-type' in the buffer to t.
260 (nnimap-log-command): Use nnimap-log-buffer.
261
262 2013-07-02 Julien Danjou <julien@danjou.info>
263
264 * nnimap.el (nnimap-find-article-by-message-id):
265 Add an optional limit argument to be able to limit the search.
266 (nnimap-request-move-article):
267 Use `nnimap-request-move-articles-find-limit'.
268 (nnimap-request-move-articles-find-limit):
269 Add this to limit the search by Message-Id after a message move.
270 (nnimap): Add defgroup.
271
272 2013-07-02 Julien Danjou <julien@danjou.info>
273
274 * nnimap.el (nnimap-find-article-by-message-id):
275 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
276 (nnimap-possibly-change-group): Add read-only argument.
277 (nnimap-request-list): Use nnimap-possibly-change-group rather than
278 issuing EXAMINE manually.
279 (nnimap-find-article-by-message-id):
280 Use `nnimap-possibly-change-group' with read-only argument.
281 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
282 We cannot possibly change because we need to be sure that it's either
283 read-write or read-only.
284
285 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
286
287 * gnus-sum.el (gnus-summary-insert-old-articles):
288 Don't include unexisting messages.
289
290 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
291
292 * gnus-start.el (gnus-clean-old-newsrc):
293 Remove totally bogus `unexists' entries.
294 (gnus-clean-old-newsrc): Fix last checkin.
295
296 * nnimap.el (nnimap-update-info):
297 None of the articles below the active low-water mark exist.
298
299 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
300
301 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
302
303 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
304
305 * nnimap.el (nnimap-request-scan):
306 Allow `nnimap-inbox' to be a list of inboxes.
307
308 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
309
310 * gnus-group.el (gnus-group-expire-articles-1):
311 Don't try to expire messages that don't exist.
312
313 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
314
315 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
316
317 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
318
319 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
320
321 * gnus-start.el (gnus-clean-old-newsrc):
322 Delete `unexist' from pre-Ma Gnus 0.3.
323
324 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
325
326 * gnus-sum.el (gnus-summary-local-variables):
327 Make `gnus-newsgroup-unexist' into a local variable.
328
329 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
330
331 * gnus-sum.el (gnus-adjust-marked-articles):
332 Add to `gnus-newsgroup-unexist'.
333
334 * gnus.el (gnus-article-mark-lists):
335 Add `unexist' to the list of marks.
336 (gnus-article-special-mark-lists):
337 Put the `unexist' in the special marks list instead.
338
339 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
340 articles in the list of articles to be selected.
341
342 * nnimap.el (nnimap-retrieve-group-data-early):
343 Query for unexisting articles.
344 (nnimap-update-info): Keep track of unexisting articles.
345 (nnimap-update-qresync-info): Ditto.
346
347 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
348
349 * gnus-start.el (gnus-clean-old-newsrc): New function.
350 (gnus-read-newsrc-file): Use it.
351
352 2013-07-02 Daiki Ueno <ueno@gnu.org>
353
354 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
355 of 'create-image' for XEmacs compatibility; check errors when decoding
356 image. Reported by Uwe Brauer.
357
358 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
359
360 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
361 gnus-button-push revised at 2011-01-19.
362
363 2013-06-19 Glenn Morris <rgm@gnu.org>
364
365 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
366
367 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
368
369 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
370
371 2013-06-18 Glenn Morris <rgm@gnu.org>
372
373 * eww.el, shr.el, shr-color.el: Move to ../net.
374
375 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
376
377 * shr.el (shr-tag-table): Insert the images after the table, so that
378 they're not covered by the table colourisation, which often looked
379 awkward.
380 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
381 <dd>.
382
383 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
384
385 * eww.el (eww-detect-charset): Improve regexp; move backward.
386
387 2013-06-18 Glenn Morris <rgm@gnu.org>
388
389 * mm-decode.el (widget-convert-button): Autoload.
390
391 * sieve-manage.el (mm-enable-multibyte): Autoload.
392
393 * shr.el (libxml-parse-html-region): Declare.
394 (shr-render-buffer): Explicit error if no libxml2 support.
395
396 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
397
398 * auth-source.el (auth-source-current-line): New function.
399 (auth-source-netrc-parse-entries): When a data token is "machine",
400 assume we're in the wrong place and abort parsing the current line.
401
402 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
403
404 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
405 (eww-convert-widgets): Don't bug out if the first widget starts at the
406 beginning of the buffer.
407 (eww-convert-widgets): Fix last patch.
408 (eww-tag-input): Support <input type=image>.
409
410 * shr.el (shr-insert-table): Respect border-collapse: collapse.
411 (shr-tag-base): Protect against base specs that are degenerate.
412 (shr-ensure-paragraph): Don't delete empty lines that have text
413 properties, because these may be input fields.
414
415 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
416 we can navigate to them.
417
418 * shr.el (shr-colorize-region): Put the colours over the entire region.
419 (shr-inhibit-decoration): New variable.
420 (shr-add-font): Use it to inhibit text property decorations while doing
421 preliminary table renderings. This speeds up typical Wikipedia page
422 renderings by 15%.
423 (shr-tag-span): Don't respect the <title>, because that overwrites the
424 help-echo from links inside the spans.
425 (shr-next-link): Use `help-echo' for navigation, so that we can
426 navigate to form elements, too.
427
428 * eww.el (eww-button): New face.
429 (eww-convert-widgets): Use it to make submit buttons more button-like.
430
431 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
432 that Gnus commands work.
433
434 * shr.el (shr-render-td): Support horizontal alignment.
435
436 * eww.el (eww-put-color): Removed.
437 (eww-colorize-region): Use `add-face-text-property'.
438
439 * shr.el (shr-add-font): Append face data, so that we get the correct
440 precedence: The innermost value (which is applied first) wins.
441 (shr-make-overlay): Obsolete function.
442
443 * mm-decode.el (mm-convert-shr-links): New function to convert
444 new-style shr URL links into widgets.
445 (mm-shr): Use it.
446
447 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
448 widget commands, since we're no longer using widgets for links.
449
450 * shr.el (shr-next-link): New command.
451 (shr-previous-link): New command.
452 (shr-urlify): Don't use `widget-convert', because that's slow.
453 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
454 because collecting the overlays and reapplying them when generating
455 tables is slow.
456 (shr-insert-table): Ditto.
457
458 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
461 * shr.el (browse-url): Require `url'.
462 * eww.el (url): Require format-spec.
463
464 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
465
466 * eww.el (eww-display-html): Default to using the entire window width.
467 (eww-browse-url): Don't add a User-Agent header (twice), because that
468 makes Bing refuse connection.
469
470 * shr.el (shr-make-table): Cache the table rendering at the table
471 level, and not the <td> level. This is a bit faster.
472
473 * eww.el (eww-render): Go to the correct ID when given URLs ending with
474 #id.
475
476 * shr.el (shr-tag-li): Don't require a new paragraph, since other
477 browsers don't.
478 (shr-expand-url): Respect #anchor links.
479 (shr-parse-base): Chop off the anchor before using.
480 (shr-descend): Respect display: none.
481 (shr-descend): Allow marking elements that have certain IDs.
482
483 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
484
485 * shr.el (shr-expand-url): Don't bug out on zero-length links.
486
487 * eww.el (eww-tag-textarea): Support <textarea>.
488
489 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
490
491 * shr.el (shr-dom-to-xml): Fixed function call.
492
493 * eww.el (eww): New group.
494 (eww-header-line-format): New custom variable.
495 (eww-current-title): New variable.
496 (eww-display-html): Update header and handle title tag.
497 (eww-update-header-line-format): New function.
498 (eww-tag-title): New function.
499
500 * shr.el (shr-dom-to-xml): New function.
501 (shr-tag-svg): Add support for the SVG tag.
502 (shr-bullet): New custom variable.
503 (shr-tag-li): Support custom bullet in unordered lists.
504
505 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
506
507 * shr.el (shr-expand-url): Respect // URLs.
508
509 * eww.el (eww-tag-body): Override the shr body rendering so that we can
510 put a background colour onto the entire buffer.
511 (eww-render): When being redirected, use the redirect URL as the new
512 base URL.
513
514 * shr.el (shr-parse-base): Fix parsing error.
515
516 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
517
518 * shr.el (shr-parse-base): New function.
519 (shr-expand-url): Use it to expand relative URLs reliably.
520
521 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
522
523 * auth-source.el (auth-source-search-collection): Fix docstring.
524 (auth-source-netrc-parse): Refactor and improve netrc parser to support
525 single-quoted strings and multiline entries.
526 (auth-source-netrc-parse-next-interesting)
527 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
528 functions to support parser.
529
530 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
531
532 * eww.el (eww-submit): Get submit button logic right when hitting RET
533 on non-submit buttons.
534
535 * shr.el: Remove shr-preliminary-table-render, since that can't really
536 be used for anything in practice.
537
538 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
539
540 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
541 (sieve-manage-quit).
542
543 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
544
545 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
546 control the maximum size of photo ID image.
547 (mml2015-epg-key-image-to-string): Respect it.
548
549 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
550
551 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
552 instead of the final one so that we can more easily distinguish them.
553
554 * eww.el (eww-submit): Compute the submission URL correctly.
555
556 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
559 Use plist-get rather than CL's getf.
560 (sieve-manage-parse-capability): Avoid CL's remove-if.
561
562 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
563
564 * shr.el (shr-expand-url): Expansion should chop off the bits after the
565 last slash.
566
567 * eww.el (eww-tag-select): Use the first value as the default value.
568
569 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
570
571 * eww.el (eww): Prepend urls with http:// if scheme is missing.
572 (eww-mode): Use `define-derived-mode'.
573 (eww-parse-headers): Parse headers from beginning of buffer so that
574 file:// links work.
575
576 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
577
578 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
579
580 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
581
582 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
583 to handle them at all.
584
585 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
586
587 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
588 work, too.
589 (eww-tag-select): Implement <select>.
590
591 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
592
593 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
594 stream managing functions by using open-protocol-stream to do most of
595 the work. Has the nice benefit of enabling STARTTLS.
596 Wait for capabilities after STARTTLS: following RFC5804, the server
597 sends new capabilities after successfully establishing a TLS connection
598 with the client. The client should update the cached list of
599 capabilities, but we just ignore the answer for now.
600 (sieve-manage-network-p, sieve-manage-network-open)
601 (sieve-manage-starttls-p, sieve-manage-starttls-open)
602 (sieve-manage-forward, sieve-manage-streams)
603 (sieve-manage-stream-alist): Remove unneeded functions neither in the
604 API, nor called by any other function.
605 Enable Multibyte for SieveManage buffers: The parser won't properly
606 handle umlauts and line endings unless multibyte is turned on in the
607 process buffer.
608
609 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
610
611 * eww.el (eww-tag-input): Support password fields.
612 (eww-submit): Support POST.
613
614 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
615
616 * eww.el (eww-tag-form): Protect against degenerate forms.
617
618 * shr.el (shr-expand-url): Expand URLs that start with a slash
619 correctly.
620
621 * eww.el (eww-submit): Get submit button logic right.
622
623 * shr.el (shr-final-table-render): New variable to signal when we're
624 doing the final table rendering so that we can collect more data at
625 that point.
626
627 * eww.el (eww-submit): Make form submission work.
628 (eww-tag-input): Implement submit buttons.
629 (eww-click-radio): Implement radio and checkboxes.
630 (eww-submit): Handle hidden elements.
631
632 * shr.el (shr-descend): Allow other packages to override (or provide)
633 rendering of elements.
634 (shr-expand-url): Strip query strings from URLs before expanding them.
635
636 * eww.el: Don't require cl-lib.
637 (eww-tag-form): Start form support.
638
639 * eww.el: Start writing a new, tiny web browser.
640 (eww-previous-url): New command.
641 (eww-quit): New command.
642
643 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
644
645 * sieve.el: Put point at beginning of buffer when viewing a script.
646 (sieve-open-server): Respect the PORT parameter. Show the correct port
647 number in sieve-buffer's header. Fixed code to also work with a string
648 as port specifier. Properly close the connection on pressing 'q'. Make
649 sieve-manage-quit close the connection and process buffer. Also, remove
650 duplicate keybinding for 'q'.
651
652 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
653
654 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
655 make it easier to read.
656 (mm-pkcs7-enveloped-magic): Ditto.
657
658 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
659
660 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
661 before `image-type-available-p' to avoid loading the image libraries
662 needlessly.
663
664 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
665
666 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
667 assume Date header begins with "Date", that may be customized into
668 something like "X-Sent" using gnus-article-time-format.
669 (article-transform-date): Allow multi-line Date header.
670
671 2013-06-02 David Engster <deng@randomsample.de>
672
673 * registry.el (initialize-instance, registry-lookup)
674 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
675 (registry-lookup-secondary-value, registry-search, registry-delete)
676 (registry-insert, registry-reindex, registry-size, registry-prune): Do
677 not wrap methods in `eval-and-compile'. This breaks due to latest
678 changes in EIEIO (introduction of eieio-core.el).
679
680 2013-05-30 Glenn Morris <rgm@gnu.org>
681
682 * nnmail.el (nnmail-fancy-expiry-target):
683 Also bind mail-dont-reply-to-names.
684
685 * spam-stat.el (spam-stat-save):
686 No need to tweak font-lock in temp buffers.
687
688 * shr.el (shr-put-image): Silence compiler.
689
690 2013-05-29 Glenn Morris <rgm@gnu.org>
691
692 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
693
694 * gnus-group.el (gnus-sequence-of-unread-articles)
695 (gnus-summary-add-mark, gnus-mark-article-as-read)
696 (gnus-group-make-articles-read): Declare.
697
698 * gnus-sum.el (gnus-parameter-list-identifier)
699 (gnus-article-stop-animations, gnus-stop-downloads)
700 (gnus-article-only-boring-p, article-goto-body)
701 (gnus-flush-original-article-buffer, article-narrow-to-head)
702 (gnus-article-hidden-text-p, gnus-delete-wash-type)
703 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
704
705 * gnus.el: No need to eval-and-compile autoloads.
706
707 * gravatar.el (help-function-arglist): Autoload.
708
709 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
710
711 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
712
713 * spam.el: No need to load spam-report when compiling.
714 No need to eval-and-compile autoloads.
715 (spam-report-resend-to): Declare.
716 (spam-report-resend-register-routine): Require 'spam-report.
717
718 2013-05-24 Julien Danjou <julien@danjou.info>
719
720 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
721 setup.
722
723 2013-05-23 Glenn Morris <rgm@gnu.org>
724
725 * gnus-util.el (rmail-swap-buffers-maybe)
726 (rmail-maybe-set-message-counters, rmail-count-new-messages)
727 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
728 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
729
730 * mm-decode.el: No need to load term when compiling.
731 (term-mode, term-char-mode): Declare.
732
733 * mm-util.el: No need to load jka-compr when compiling.
734 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
735
736 * nnmaildir.el: Require is automatically eval-and-compile.
737 (nnmail): Require at run-time too.
738
739 * registry.el (registry-size): Move definition before use.
740
741 2013-05-22 Daiki Ueno <ueno@gnu.org>
742
743 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
744 signed data to conform the standard. (Bug#14232)
745
746 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
747
748 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
749 double angle quotation mark.
750
751 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
752
753 * message.el (message-insert-formatted-citation-line): Handle finding
754 first/lastname when more than 2 names appear.
755
756 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
757
758 * shr.el (shr-tag-span): New function.
759
760 2013-05-18 Glenn Morris <rgm@gnu.org>
761
762 * message.el (message-mode): Use message-mode-abbrev-table,
763 with text-mode-abbrev-table as parent. (Bug#14413)
764
765 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
766
767 * message.el (message-expand-group): Decode group names.
768
769 2013-05-16 Julien Danjou <julien@danjou.info>
770
771 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
772 app-icon.
773
774 2013-05-15 Glenn Morris <rgm@gnu.org>
775
776 * shr-color.el (shr-color-visible-luminance-min)
777 (shr-color-visible-distance-min): Use shr-color group.
778
779 2013-05-11 Glenn Morris <rgm@gnu.org>
780
781 * gnus-vm.el: Make it loadable without VM.
782 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
783 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
784
785 2013-05-09 Glenn Morris <rgm@gnu.org>
786
787 * mml1991.el: Make it loadable. (Bug#13456)
788
789 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
790 * gnus-async.el (gnus-async-post-fetch-function):
791 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
792 * gnus-html.el (gnus-html-image-cache-ttl):
793 * gnus-notifications.el (gnus-notifications-timeout):
794 * gnus-picon.el (gnus-picon-properties):
795 * gnus-util.el (gnus-completion-styles):
796 * gnus.el (gnus-other-frame-resume-function):
797 * message.el (message-user-organization-file)
798 (message-cite-reply-position):
799 * nnir.el (nnir-summary-line-format)
800 (nnir-retrieve-headers-override-function):
801 * shr-color.el (shr-color-visible-luminance-min):
802 * shr.el (shr-blocked-images):
803 * spam-report.el (spam-report-resend-to):
804 * spam.el (spam-summary-exit-behavior): Fix custom types.
805
806 * gnus-salt.el (gnus-selected-tree-face): Fix default.
807
808 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
809
810 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
811 because of let-binding help-xref-following. (Bug#14356)
812
813 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
814
815 * message.el (message-bury, message-send-and-exit):
816 Revert 2013-05-04 change.
817
818 2013-05-06 Glenn Morris <rgm@gnu.org>
819
820 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
821
822 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
823
824 * message.el (message-bury): Make `buffer' optional.
825 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
826 (bug#14085).
827
828 2013-05-04 Andrew Cohen <cohen@bu.edu>
829
830 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
831 entering into the registry.
832
833 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
834
835 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
836 (Bug#14304)
837
838 2013-04-27 Glenn Morris <rgm@gnu.org>
839
840 * gnus.el (gnus-list-debbugs):
841 Use require rather than autoload. (Bug#14262)
842
843 2013-04-27 Julien Danjou <julien@danjou.info>
844
845 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
846 port to "sieve" now that it has an official IANA port assigned.
847
848 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
849
850 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
851 Don't set the MAILHOST environment variable permanently (Bug#14271).
852
853 2013-04-26 Glenn Morris <rgm@gnu.org>
854
855 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
856
857 2013-04-25 Andrew Cohen <cohen@bu.edu>
858
859 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
860 string values of 'gcc-self. Thanks to Saroj Thirumalai.
861
862 2013-04-24 Andrew Cohen <cohen@bu.edu>
863
864 * nnir.el (nnir-close-group): Make sure we are in the right group.
865
866 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
867 dependency table from all newly retrieved headers.
868
869 2013-04-16 David Edmondson <dme@dme.org>
870
871 Support <img src="data:...">.
872
873 * shr.el (shr-image-from-data): New function.
874 (shr-tag-img): Use it.
875
876 2013-04-14 Andrew Cohen <cohen@bu.edu>
877
878 * nnir.el (nnir-request-set-mark): Make sure we are in the right
879 group.
880
881 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
882
883 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
884 corresponding to any existing group (Bug#14166).
885
886 2013-04-10 Andrew Cohen <cohen@bu.edu>
887
888 * nnir.el (number-sequence): No longer used.
889 (nnir-request-set-mark): New function.
890 (nnir-request-update-info): Improve marks updating.
891 (nnir-request-scan): Don't duplicate marks updating.
892 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
893 Use 'assq rather than 'assoc. Quote anonymous function.
894 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
895 Use 'gnus-group-prefixed-p.
896 (gnus-summary-create-nnir-group): Make sure server for method is open.
897
898 2013-04-04 Andrew Cohen <cohen@bu.edu>
899
900 * nnir.el (gnus-nnir-group-p): New function.
901 (nnir-possibly-change-group): Use it.
902
903 * gnus-msg.el (gnus-setup-message): Use it.
904
905 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
906
907 * mml.el (mml-minibuffer-read-description): Use `default' insted of
908 `initial-input' for the argument name.
909 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
910
911 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
912
913 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
914 (used by MH-E).
915
916 2013-04-01 Andrew Cohen <cohen@bu.edu>
917
918 * nnir.el (nnir-request-update-mark): Improve mark updating in original
919 group.
920
921 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
922 fix compilation.
923
924 2013-03-31 Andrew Cohen <cohen@bu.edu>
925
926 * nnir.el (nnir-method-default-engines): And another typo.
927
928 2013-03-30 Andrew Cohen <cohen@bu.edu>
929
930 * nnir.el (nnir-method-default-engines): Fix typo.
931
932 2013-03-29 Andrew Cohen <cohen@bu.edu>
933
934 * nnir.el: Define 'number-sequence for xemacs.
935 (gnus-summary-create-nnir-group): New function to create an nnir group
936 from an nnir summary buffer based on the current query.
937 (nnir-request-create-group): Update to allow nnir group creation based
938 on the current query.
939
940 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
941
942 * nndraft.el (nndraft-request-expire-articles):
943 Make expiry target always `delete'.
944
945 2013-03-27 Andrew Cohen <cohen@bu.edu>
946
947 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
948 buffer use the posting-style and gcc of the original article group.
949 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
950
951 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
952 after other deffoos.
953
954 2013-03-26 Andrew Cohen <cohen@bu.edu>
955
956 * nnir.el: Major rewrite. Cleaner separation between searches and group
957 management. Marks are now shown in nnir summary buffers. Rudimentary
958 support for real (i.e. not ephemeral) nnir groups.
959 (gnus-summary-make-nnir-group): New function for initiating searches
960 from a summary buffer.
961
962 2013-03-18 Sam Steingold <sds@gnu.org>
963
964 * message.el (message-bury): Minor cleanup.
965
966 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
967
968 * nndir.el (nndir-request-list): Remove 2nd argument passed to
969 nnml-request-list. (Bug#13873)
970 (nndir-request-newsgroups): Remove, unused.
971
972 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
973
974 2013-03-03 Ted Phelps <phelps@gnusto.com>
975
976 * shr.el: Make all the overlays set the `evaporate' property so that
977 they're removed properly.
978
979 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
980
981 * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
982 shell-quote-argument.
983
984 2013-02-22 David Engster <deng@randomsample.de>
985
986 * gnus-registry.el (gnus-registry-save): Provide class name when
987 calling `eieio-persistent-read' to avoid "unsafe call" warning. Use
988 `condition-case' to stay compatible with older EIEIO versions which
989 only accept one argument.
990
991 2013-02-17 Daiki Ueno <ueno@gnu.org>
992
993 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
994 (epg-user-id-validity): Autoload.
995 (mml2015-epg-check-user-id): New function.
996 (mml2015-epg-check-sub-key): New function split from
997 mml2015-epg-find-usable-key.
998 (mml2015-epg-find-usable-key): Accept context, name, usage, and
999 optional name-is-key-id, to handle the case when user-id is unusable.
1000 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1001
1002 2013-02-17 Glenn Morris <rgm@gnu.org>
1003
1004 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1005
1006 2013-02-16 Glenn Morris <rgm@gnu.org>
1007
1008 * shr.el (shr-put-image): Only animate images that specify a delay.
1009 This is consistent with the old image-animated-p behavior.
1010
1011 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1012
1013 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1014 for XEmacs.
1015
1016 2013-02-13 Juri Linkov <juri@jurta.org>
1017
1018 * gnus-art.el (gnus-article-mode-map):
1019 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1020 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1021
1022 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1023
1024 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1025 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1026
1027 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1028
1029 * auth-source.el (auth-source-format-prompt): Don't get confused by
1030 any "\" in replacement text. (Bug#13637)
1031
1032 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1033
1034 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1035 (gnus-backend-trace): Honor gnus-backend-trace.
1036
1037 * mml.el (mml-insert-part): Insert closing tag.
1038
1039 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1040
1041 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1042
1043 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1044 able to find the article, which can happen in debbugs groups,
1045 apparently.
1046
1047 2013-01-16 Glenn Morris <rgm@gnu.org>
1048
1049 * smiley.el (smiley-style): Make the file loadable in batch mode.
1050
1051 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1054 imap process running.
1055
1056 2013-01-14 Julien Danjou <julien@danjou.info>
1057
1058 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1059 Compare addresses against addresses, not against the full From field.
1060
1061 2013-01-13 Richard Stallman <rms@gnu.org>
1062
1063 * message.el (message-forward-make-body-mime): New args BEG, END
1064 specify what part of FORWARD-BUFFER to use. Do the work directly
1065 instead of calling `mml-insert-buffer'.
1066
1067 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1068
1069 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1070 cross-reference(s).
1071
1072 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1073 cross-reference(s).
1074
1075 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1076
1077 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1078 and point-max-marker.
1079 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1080
1081 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1082
1083 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1084 to mml2015-encrypt-to-self.
1085 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1086
1087 2013-01-09 Daiki Ueno <ueno@gnu.org>
1088
1089 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1090 mml-smime-epg-find-usable-secret-key.
1091
1092 2013-01-08 Glenn Morris <rgm@gnu.org>
1093
1094 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1095
1096 2013-01-07 Daiki Ueno <ueno@gnu.org>
1097
1098 * mml-smime.el: Support signing by sender.
1099 Requested by Uwe Brauer.
1100 (mml-smime-sign-with-sender): New user option analogous
1101 to mml2015-sign-with-sender.
1102 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1103 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1104 mml2015.el.
1105
1106 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1107
1108 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1109 isn't running, because Gnus will probably not know how to handle the
1110 Gcc header (bug#11941).
1111
1112 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1113 articles.
1114
1115 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1116
1117 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1118 (nnfolder-generate-active-file): Make this function work with recursive
1119 folder names.
1120
1121 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1122
1123 * nntp.el (nntp-open-connection): Use HELP as the capability command
1124 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1125 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1126
1127 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1128
1129 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1130 place holder since this gives `Invalid face reference: nil' messages.
1131 Use the `default' face instead. It has the same effect here, even
1132 though it is not no-op.
1133
1134 * gnus-util.el
1135 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1136
1137 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1138
1139 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1140 non-string posting styles (bug#13285).
1141
1142 2012-12-27 Glenn Morris <rgm@gnu.org>
1143
1144 * plstore.el (plstore-passphrase-callback-function):
1145 Use plstore-get-file.
1146
1147 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1148
1149 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1150 stderr.
1151
1152 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1153 group is nil.
1154
1155 * shr.el (shr-tag-em): Render as italic, not bold.
1156
1157 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1158
1159 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1160
1161 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1162
1163 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1164 temporary file to get PGP key image. Pass no-show-photos when
1165 extracting image to avoid having it pop up twice.
1166
1167 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1168
1169 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1170 eligible for treatment.
1171
1172 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1173 lines. This makes summary commands with hidden threads work more
1174 reliably.
1175
1176 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1177 button to mark the hidden citations (bug#9395).
1178
1179 2012-12-26 Daiki Ueno <ueno@gnu.org>
1180
1181 * mml2015.el (mml2015-epg-signature-to-string): New function.
1182 (mml2015-epg-verify-result-to-string): New function.
1183 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1184 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1185 instead of epg-verify-result-to-string.
1186 (epg-signature-key-id, epg-signature-to-string): Autoload.
1187 (epg-verify-result-to-string): Remove autoload.
1188
1189 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1190
1191 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1192 ID image from GPG public key.
1193 (mml2015-epg-key-image-to-string): New function.
1194
1195 2012-12-25 Leo Liu <sdl.web@gmail.com>
1196
1197 * plstore.el (plstore-passphrase-callback-function): Fix error when
1198 error when plstore-cache-passphrase-for-symmetric-encryption is set
1199 (bug#13264).
1200
1201 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1202
1203 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1204 buffer to the article buffer here, because that clobbers multiple
1205 article buffers.
1206
1207 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1208 buffer always points to the right summary buffer.
1209
1210 2012-12-25 John Wiegley <jwiegley@gmail.com>
1211
1212 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1213 the password (bug#12097).
1214
1215 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1216
1217 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1218 (bug#13263).
1219
1220 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1221 buffer exists before using it (bug#12475).
1222
1223 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1224 offline groups (bug#11937).
1225
1226 * message.el (message-yank-original): When using customize to set the
1227 value of `message-cite-style', the variable it set to a symbol that's
1228 the name of the variable, which must then be dereferenced (bug#12616).
1229
1230 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1231
1232 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1233 the `face' property with a list whose car is the face specified in the
1234 format string and whose cdr is (nil).
1235 * lisp/gnus-util.el
1236 (gnus-put-text-property-excluding-characters-with-faces):
1237 Change accordingly.
1238 (gnus-get-text-property-excluding-characters-with-faces): New function.
1239 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1240 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1241 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1242
1243 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1244
1245 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1246 login methods.
1247 (nnimap-login): Respect the `nnimap-authenticator' variable.
1248
1249 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1250 mark state when moving articles. Otherwise unticked articles will get
1251 their ticks back after moving.
1252
1253 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1254
1255 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1256
1257 * message.el (message-ignored-news-headers): Always remove
1258 X-Message-SMTP-Method to avoid information leakage if the user
1259 mistakenly inserts the header into news messages.
1260
1261 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1262
1263 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1264 right than four characters, this command would move point to
1265 `point-max'. Don't do that.
1266
1267 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1268 to nil to allow re-selecting groups that gain articles.
1269 (gnus-bug-group-download-format-alist): Update the URL.
1270
1271 2012-12-23 Andreas Schwab <schwab@suse.de>
1272
1273 * shr.el (shr-tag-em): Render em as italic, not bold.
1274
1275 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1276
1277 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1278 for reuse.
1279 (gnus-open-server): Use it to add more tracing.
1280 (gnus-finish-retrieve-group-infos): Add backend tracing.
1281 (gnus-backend-trace): Also note the elapsed seconds.
1282
1283 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1284
1285 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1286 Set epa-file-encrypt-to from variable to avoid querying.
1287
1288 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1289
1290 * sieve-mode.el (sieve-font-lock-keywords):
1291 Keywords should be word delimited. (Bug#13173)
1292
1293 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1294
1295 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1296 instead of <pre> to align message header.
1297
1298 2012-12-12 Sam Steingold <sds@gnu.org>
1299
1300 * gnus.el (gnus-other-frame-resume-function): Add user option.
1301 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1302
1303 2012-12-06 Sam Steingold <sds@gnu.org>
1304
1305 * gnus-start.el (gnus-before-resume-hook): Add.
1306 (gnus-1): Run it when Gnus is alive.
1307
1308 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1309
1310 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1311 * gnus-art.el (article-unsplit-urls)
1312 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1313 * gnus-registry.el (gnus-registry-get-article-marks)
1314 * message.el (message-goto-body): Use it.
1315 (message-called-interactively-p): Remove.
1316
1317 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1318 (spam-stat-score-buffer): Use it.
1319
1320 * spam.el: Silence the warnings against BBDB functions when compiling.
1321
1322 * gnus-score.el (gnus-score-decode-text-parts):
1323 Use append+mapcar instead of the cl function mapcan.
1324
1325 * gmm-utils.el (gmm-flet): Remove.
1326
1327 * gnus-sync.el (gnus-sync-lesync-call):
1328 Avoid overriding json-alist-p.
1329
1330 * message.el (message-read-from-minibuffer):
1331 Avoid overriding mail-abbrev-in-expansion-header-p.
1332
1333 2012-12-05 Sam Steingold <sds@gnu.org>
1334
1335 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1336 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1337 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1338
1339 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1340
1341 * gmm-utils.el (gmm-called-interactively-p): Revert.
1342 This seems to cause Emacs to get stuck!
1343 * gnus-art.el (article-unsplit-urls)
1344 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1345 * gnus-registry.el (gnus-registry-get-article-marks)
1346 * message.el (message-goto-body)
1347 (message-called-interactively-p): Revert.
1348
1349 * gmm-utils.el (gmm-called-interactively-p): New function.
1350 * gnus-art.el (article-unsplit-urls)
1351 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1352 * gnus-registry.el (gnus-registry-get-article-marks)
1353 * message.el (message-goto-body): Use it.
1354 (message-called-interactively-p): Remove.
1355
1356 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1357 * gnus-sync.el (gnus-sync-lesync-call)
1358 * message.el (message-read-from-minibuffer): Use it.
1359
1360 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1361
1362 * gmm-utils.el (gmm-flet): Remove.
1363 * gnus-sync.el (gnus-sync-lesync-call)
1364 * message.el (message-read-from-minibuffer): Don't use it.
1365
1366 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1367
1368 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1369
1370 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1371
1372 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1373
1374 * gnus-sync.el (gnus-sync-lesync-call)
1375 * message.el (message-read-from-minibuffer): Use gmm-flet.
1376
1377 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1378
1379 * gnus-util.el (gnus-macroexpand-all): Remove.
1380
1381 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1382
1383 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1384 to TAB, not [tab].
1385 (gnus-summary-article-map): Likewise.
1386
1387 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1388 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1389
1390 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1391
1392 * message.el (message-get-reply-headers):
1393 Make sure the reply goes to the author if it is a wide reply.
1394
1395 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1396
1397 * gnus-score.el (gnus-score-body):
1398 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1399 scoring by body.
1400
1401 2012-11-16 Glenn Morris <rgm@gnu.org>
1402
1403 * gnus-diary.el (nndiary-request-create-group-functions)
1404 (nndiary-request-update-info-functions)
1405 (gnus-subscribe-newsgroup-functions)
1406 (nndiary-request-accept-article-functions):
1407 Use new names for hooks rather than obsolete aliases.
1408
1409 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1410
1411 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1412 in meta tag with the one the part specifies in its header.
1413
1414 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1415
1416 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1417 by default.
1418
1419 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1420
1421 New UIDL implementation.
1422
1423 * mail-source.el (mail-sources, mail-source-keyword-map):
1424 Add :leave as a pop3 keyword.
1425 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1426
1427 * pop3.el (pop3-leave-mail-on-server): Allow number.
1428 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1429 (pop3-movemail): Add UIDL support.
1430 (pop3-send-streaming-command): Take a list of mail numbers instead of
1431 the number of mails.
1432 (pop3-write-to-file): Add X-UIDL header.
1433 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1434 (pop3-uidl-add-xheader): New functions.
1435
1436 * message.el (message-ignored-resent-headers):
1437 Add X-Content-Length and X-UIDL headers.
1438
1439 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * nndiary.el (nndiary-request-create-group-functions)
1442 (nndiary-request-update-info-functions)
1443 (nndiary-request-accept-article-functions):
1444 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1445 "-hooks" suffix.
1446
1447 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1448
1449 * starttls.el (starttls-extra-arguments): Doc fix.
1450
1451 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1452
1453 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1454 it.
1455
1456 2012-10-06 Glenn Morris <rgm@gnu.org>
1457
1458 * gnus-notifications.el (gnus-notifications):
1459 Add missing group :version tag.
1460 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1461 (gnus-gcc-post-body-encode-hook):
1462 * gnus-sync.el (gnus-sync-lesync-name)
1463 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1464
1465 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1466
1467 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1468 a user about whether to delete temp files if once a user answered as n.
1469
1470 2012-09-17 Richard Stallman <rms@gnu.org>
1471
1472 * message.el (message-in-body-p): Don't set mark or modify buffer.
1473
1474 * mml.el (mml-attach-file): Doc fix.
1475 (mml-attach-external, mml-attach-buffer, mml-attach-file):
1476 Set mail-encode-mml when in Mail mode.
1477 Simplify code to set HEAD and move back to HEAD.
1478 (mml-insert-multipart, mml-insert-part):
1479 Set mail-encode-mml when in Mail mode.
1480
1481 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1482
1483 * gnus-util.el (gnus-timer--function): New function.
1484
1485 * gnus-art.el (gnus-article-stop-animations): Use it.
1486
1487 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1488
1489 Fix glitches caused by addition of psec to timers.
1490 * gnus-art.el (gnus-article-stop-animations): Use timer--function
1491 rather than raw access to timer vector.
1492
1493 2012-09-11 Julien Danjou <julien@danjou.info>
1494
1495 * gnus-notifications.el (gnus-notifications): Check for nil values in
1496 ignored addresses check.
1497
1498 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1499
1500 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1501
1502 2012-09-07 Chong Yidong <cyd@gnu.org>
1503
1504 * gnus-util.el
1505 (gnus-put-text-property-excluding-characters-with-faces): Restore.
1506
1507 * gnus-salt.el (gnus-tree-highlight-node):
1508 * gnus-sum.el (gnus-summary-highlight-line):
1509 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1510
1511 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1512
1513 * gnus-util.el: Fix compilation error on XEmacs 21.4.
1514
1515 2012-09-06 Juri Linkov <juri@jurta.org>
1516
1517 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1518 scheme for buffer names to be more consistent with other group and
1519 article buffer names in Gnus.
1520
1521 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1522
1523 * gnus-util.el
1524 (gnus-put-text-property-excluding-characters-with-faces): Remove.
1525
1526 * gnus-compat.el: Define compat function `add-face' from Wolfgang
1527 Jenkner.
1528
1529 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1530
1531 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1532
1533 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1534
1535 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1536
1537 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1538 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1539
1540 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1541 string-prefix-p in Emacs >=23.2.
1542
1543 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1544 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1545 instead of string-match-p.
1546 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1547
1548 2012-09-06 Kenichi Handa <handa@gnu.org>
1549
1550 * qp.el (quoted-printable-decode-region): Fix previous change; handle
1551 lowercase a..f.
1552
1553 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1554
1555 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1556
1557 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
1558
1559 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1560 TIME is set.
1561
1562 2012-09-05 Juri Linkov <juri@jurta.org>
1563
1564 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1565 than one group at a time (bug#11961).
1566
1567 2012-09-05 Julien Danjou <julien@danjou.info>
1568
1569 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1570 this hide the real reason with a message giving absolutely no hint.
1571
1572 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
1573
1574 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1575 to the backend (bug#11804).
1576
1577 * message.el (message-insert-newsgroups): Don't insert newsgroup
1578 duplicates (bug#12275).
1579
1580 2012-09-05 John Wiegley <johnw@newartisans.com>
1581
1582 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1583 sieve rules.
1584
1585 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
1586
1587 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1588 function.
1589
1590 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1591
1592 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1593
1594 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1595
1596 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1597 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1598 This should make nnmaildir more usable with offlineimap.
1599
1600 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
1601
1602 * gnus-notifications.el (gnus-notifications-notify): Use it.
1603
1604 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1605 warnings on XEmacs.
1606
1607 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1608
1609 Better seeds for (random).
1610 * gnus-sync.el (gnus-sync-lesync-setup):
1611 * message.el (message-canlock-generate, message-unique-id):
1612 Change (random t) to (random), now that the latter is more random.
1613
1614 2012-08-31 Dave Abrahams <dave@boostpro.com>
1615
1616 * auth-source.el (auth-sources): Fix macos keychain access.
1617
1618 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1619 allow the backend `request-head' function to determine the group
1620 name on its own.
1621 (gnus-request-expire-articles): Filter out negative article numbers
1622 during expiry (Bug#11980).
1623
1624 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1625 O(N^2) to O(N). This makes warping into huge groups tolerable.
1626
1627 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1628 you've found the article when you haven't.
1629
1630 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1633
1634 2012-08-30 Julien Danjou <julien@danjou.info>
1635
1636 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1637 `gnus-notifications-timeout'.
1638 (gnus-notifications-timeout): Add.
1639 (gnus-notifications-action): New function.
1640 (gnus-notifications-notify): Add :action using
1641 `gnus-notifications-action'.
1642 (gnus-notifications-id-to-msg): New variable.
1643 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1644 notifications id to messages.
1645
1646 2012-08-30 Kenichi Handa <handa@gnu.org>
1647
1648 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1649 once.
1650
1651 2012-08-29 Julien Danjou <julien@danjou.info>
1652
1653 * gnus-notifications.el: New file.
1654 (gnus-notifications-notify): New function.
1655 (gnus-notifications): Use `gnus-notifications-notify'.
1656
1657 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1658
1659 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1660 transfer encoding first; bind gnus-newsgroup-charset to the charset
1661 that the article specifies (Bug#12209).
1662
1663 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1664
1665 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1666 (gnus-group-customize-done): Encode values posting-style holds.
1667
1668 * gnus-msg.el (gnus-summary-resend-message)
1669 (gnus-configure-posting-styles): Decode values posting-style group
1670 parameter holds.
1671
1672 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
1673
1674 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1675 `name' and `address' in Resent-From header.
1676
1677 2012-08-14 Chong Yidong <cyd@gnu.org>
1678
1679 * gnus-art.el (article-display-face): Handle failure in
1680 gnus-create-image (Bug#11802).
1681
1682 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1685 Use defsetf.
1686
1687 2012-08-10 Daiki Ueno <ueno@unixuser.org>
1688
1689 * auth-source.el (auth-source-plstore-search)
1690 (auth-source-secrets-search): Ignore :require and :type in search spec.
1691
1692 2012-08-06 Julien Danjou <julien@danjou.info>
1693
1694 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1695 Remove autoload, already handled by gnus.el.
1696
1697 2012-08-05 Julien Danjou <julien@danjou.info>
1698
1699 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1700 Add autoload.
1701
1702 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
1703
1704 * gnus.el (gnus-valid-select-methods): Fix custom type.
1705
1706 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
1707
1708 * auth-source.el (auth-sources, auth-source-backend-parse)
1709 (auth-source-macos-keychain-search)
1710 (auth-source-macos-keychain-search-items)
1711 (auth-source-macos-keychain-result-append)
1712 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1713 auth-source.el through the /usr/bin/security utility.
1714 (auth-sources): Fix syntax error.
1715 (auth-source-macos-keychain-result-append): Fix variable name.
1716 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1717
1718 2012-07-27 Julien Danjou <julien@danjou.info>
1719
1720 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1721 Emacs < 24.1
1722
1723 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
1724
1725 * message.el (message-kill-address): Don't kill last newline.
1726 (message-skip-to-next-address): Don't move to the next header.
1727 (message-fill-field-address): Work properly.
1728
1729 2012-07-25 Julien Danjou <julien@danjou.info>
1730
1731 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1732
1733 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
1734
1735 * nnimap.el (nnimap-get-responses): Don't remove, still used.
1736
1737 2012-07-24 Julien Danjou <julien@danjou.info>
1738
1739 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1740
1741 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1742 (nntp-async-timer-handler): Remove, unused.
1743
1744 * nnimap.el (nnimap-get-responses): Remove, unused.
1745
1746 * nnheader.el (mail-header-set-extra): Remove, unused.
1747
1748 * mm-view.el (mm-view-sound-file): Remove, unused.
1749
1750 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1751 (mm-url-encode-multipart-form-data): Remove, unused.
1752
1753 * message.el (message-remove-signature, message-make-host-name)
1754 (message-fill-address): Remove, unused.
1755
1756 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1757 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1758 unused.
1759
1760 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1761
1762 * gnus-util.el (gnus-extract-address-component-name)
1763 (gnus-extract-address-component-email, gnus-sortable-date)
1764 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1765 (gnus-process-live-p): Remove, unused.
1766
1767 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1768
1769 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1770 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1771 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1772 function.
1773
1774 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1775
1776 * gnus-score.el (gnus-summary-score-crossposting)
1777 (gnus-score-regexp-bad-p): Remove, unused.
1778
1779 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1780
1781 * gnus-range.el (gnus-sublist-p): Remove, unused.
1782
1783 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1784 unused.
1785
1786 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1787
1788 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1789 (gnus-request-associate-buffer): Remove, unused.
1790
1791 * gnus-group.el (gnus-group-set-method-info)
1792 (gnus-group-set-params-info): Remove, unused.
1793
1794 * gnus-fun.el (gnus-shell-command-to-string)
1795 (gnus-shell-command-on-region): Remove, unused.
1796
1797 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1798
1799 * gnus-art.el (gnus-article-text-type-exists-p)
1800 (article-translate-characters, gnus-article-hide-text-of-type)
1801 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1802 Remove, unused.
1803
1804 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1805
1806 * nnir.el ("nnir"): Revert last change, that's premature to merge from
1807 Gnus master.
1808
1809 2012-07-22 Andrew Cohen <cohen@bu.edu>
1810
1811 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1812
1813 2012-07-21 Julien Danjou <julien@danjou.info>
1814
1815 * message.el (message-dont-reply-to-names): Replace deprecated
1816 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1817 (message-get-reply-headers): Ditto.
1818
1819 2012-07-18 Julien Danjou <julien@danjou.info>
1820
1821 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1822 `sieve-upload-and-kill'.
1823
1824 * sieve.el (sieve-bury-buffer): Remove function.
1825 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1826 (sieve-upload-and-kill): New function, mapped to C-c C-c.
1827
1828 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1829
1830 * shr.el (shr-expand-url): Handle URL starting with `//'.
1831
1832 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1833 2012-07-13 Chong Yidong <cyd@gnu.org>
1834
1835 * smime.el (smime-certificate-info): Set buffer-read-only directly,
1836 instead of calling toggle-read-only with a (bogus) argument.
1837
1838 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
1839
1840 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1841 of initial input when reading the author to restrict the summary to.
1842
1843 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1844
1845 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1846 buffer exists, which it doesn't if we haven't started Gnus.
1847
1848 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
1849
1850 * mm-decode.el (mm-shr):
1851 Allow overriding charset by mm-charset-override-alist.
1852
1853 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1854
1855 * gnus-art.el (gnus-article-view-part):
1856 Toggle subparts of multipart/alternative part.
1857
1858 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1859
1860 * gnus-sync.el: Simply require json.
1861
1862 * registry.el: Simply require eieio and eieio-base.
1863
1864 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
1865
1866 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1867
1868 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * shr.el (shr-render-buffer): New command.
1871 (shr-visit-file): Use it.
1872
1873 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
1874
1875 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1876 Set no-byte-compile and no-update-autoloads.
1877
1878 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1879
1880 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1881
1882 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1883
1884 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1885 being bound to a lambda form.
1886
1887 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1888
1889 * gnus-picon.el (gnus-picon-properties): New defcustom.
1890 (gnus-picon-create-glyph): Use it.
1891
1892 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1893
1894 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1895 locales.
1896
1897 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1898 on a handle.
1899
1900 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1901 address as the default.
1902
1903 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1904 It makes no sense to query the user about internal files.
1905
1906 * gnus-spec.el: Remove all the byte-compilation stuff, since
1907 benchmarking shows that it doesn't help when entering large summary
1908 buffers.
1909
1910 * gnus-util.el (gnus-byte-code): Remove.
1911
1912 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1913 grouplens stuff.
1914
1915 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1916
1917 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1918 (bug#11514).
1919
1920 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1921
1922 * message.el (message-buffers): Return all buffers derived from Message
1923 to make `gnus-dired-attach' work with mu4e.
1924
1925 2012-06-26 Daiki Ueno <ueno@unixuser.org>
1926
1927 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1928 (mm-dissect-singlepart): Don't guess the MIME type of
1929 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1930 set.
1931 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1932 toplevel MIME type is multipart/encrypted.
1933
1934 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1935
1936 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1937 In particular, add an optional argument and a docstring.
1938
1939 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1940
1941 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1942 current before calling `gnus-groups-to-gnus-format'.
1943 Note that this was already the case for `gnus-active-to-gnus-format'.
1944
1945 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1946
1947 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1948
1949 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1950
1951 * mm-decode.el (mm-dissect-buffer): Doc fix.
1952
1953 * gnus-sum.el (gnus-handle-ephemeral-exit):
1954 Avoid creating the group buffer if it doesn't exist.
1955
1956 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1957 is given, mark the group as ephemeral with the current window conf.
1958
1959 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1960 buffer exists, which it doesn't if we haven't started Gnus.
1961 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1962
1963 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1964
1965 * mml.el (mml-generate-mime):
1966 Allow specifying what the top-level part type is.
1967
1968 * gnus-sum.el (gnus-auto-center-summary):
1969 `scroll-margin' isn't defined on XEmacs.
1970
1971 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1972
1973 * gnus-sum.el (gnus-auto-center-summary):
1974 Set default to respect `scroll-margin'.
1975
1976 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
1977
1978 * gnus-cite.el (gnus-dissect-cited-text): A single line without
1979 citation prefix within a block of cited text should be considered
1980 part of that block *only* if it is a blank line.
1981
1982 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1983
1984 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1985 before kinsoku-bol characters nor within kinsoku-eol characters.
1986
1987 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1988
1989 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1990 (gnus-topic-create-topic, gnus-topic-enter-dribble):
1991 Silence compiler.
1992 (gnus-sync-read): Use mapc instead of mapcar.
1993
1994 * mm-archive.el: Require mm-decode for some macros.
1995 (gnus-recursive-directory-files, mailcap-extension-to-mime):
1996 Silence the byte compiler.
1997 (mm-archive-decoders): New function that returns the value of
1998 the mm-archive-decoders variable.
1999
2000 * mm-decode.el:
2001 Don't require mm-archive; autoload mm-archive functions instead.
2002 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2003
2004 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2005
2006 2012-06-26 Peter Münster <pmrb@free.fr>
2007
2008 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2009 (gnus-demon-cancel): Ditto.
2010 (gnus-demon-run-callback): When function cannot be called due to low
2011 idleness, call it when idleness reaches the expected value, instead
2012 of waiting another timer period.
2013 (gnus-demon-init): Add `time' to arguments of call-back.
2014
2015 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2016
2017 * gnus.el: Register gnus-registry functions.
2018
2019 * gnus-registry.el (gnus-try-warping-via-registry):
2020 Move here and indent.
2021
2022 * gnus-int.el (gnus-warp-to-article):
2023 Check whether the registry is enabled before warping.
2024
2025 2012-06-26 Dave Abrahams <dave@boostpro.com>
2026
2027 * gnus-sum.el (gnus-summary-insert-subject): Record information
2028 in the registry about each article retrieved.
2029
2030 * gnus-int.el (gnus-select-group-with-message-id): New function.
2031 (gnus-try-warping-via-registry): Ditto.
2032 (gnus-warp-to-article): Fall back on the registry.
2033
2034 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2035
2036 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2037
2038 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2039
2040 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2041 gnus-gcc-self-resent-messages may be a group parameter.
2042 (gnus-summary-resend-message):
2043 Don't encode encoded words in header when Gcc'ing resent message.
2044
2045 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2046
2047 * shr.el (shr-insert): Treat non-breaking space just like normal
2048 space. This seems to produce more pleasing results.
2049 (shr-insert):
2050 Only insert a blank line if we're starting from an image.
2051 (shr-tag-br):
2052 Allow <br> to end lines or to make a single blank line.
2053 (shr-ensure-paragraph): Consider lines with white space to be blank.
2054
2055 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2056
2057 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2058 and gnus-gcc-post-body-encode-hook.
2059
2060 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2061
2062 * mm-decode.el (mm-dissect-singlepart):
2063 Guess what the type of application/octet-stream parts really is.
2064
2065 * gnus-sum.el (gnus-propagate-marks): Remove.
2066
2067 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2068
2069 * nntp.el (nntp-coding-system-for-read): Remove.
2070 (nntp-coding-system-for-write): Ditto.
2071 (nntp-open-connection): Just use `binary' directly.
2072
2073 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2074
2075 * registry.el (registry-usage-test, registry-persistence-test):
2076 Move to tests/gnustest-registry.el.
2077 (registry-make-testable-db, registry-match-test)
2078 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2079
2080 * gnus-registry.el (gnus-registry-misc-test)
2081 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2082
2083 * tests/gnustest-registry.el:
2084 New file with the registry and gnus-registry ERT tests.
2085
2086 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2087
2088 * gnus-msg.el (gnus-summary-resend-message):
2089 Make gnus-summary-resend-message-insert-gcc be last item in
2090 message-header-setup-hook.
2091
2092 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2093
2094 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2095 (nnfolder-marks, nnfolder-marks-file-suffix)
2096 (nnfolder-marks-modtime): Remove.
2097 (nnfolder-open-server): Don't use marks.
2098 (nnfolder-request-delete-group): Ditto.
2099 (nnfolder-request-rename-group): Ditto.
2100 (nnfolder-request-set-mark, nnfolder-request-marks)
2101 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2102 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2103
2104 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2105 (nnml-marks-modtime): Remove.
2106 (nnml-request-delete-group): Don't use marks.
2107 (nnml-request-rename-group): Ditto.
2108 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2109 (nnml-save-marks, nnml-open-marks): Remove.
2110
2111 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2112 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2113 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2114 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2115 (nntp-server-to-method-cache): Remove.
2116
2117 * shr.el (shr-rescale-image): Fix wrong merge.
2118
2119 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2120
2121 * shr.el (shr-remove-trailing-whitespace):
2122 Really delete the padding on too-wide lines.
2123
2124 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2125
2126 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2127 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2128
2129 * mm-decode.el (mm-display-external): Output the text from
2130 the command in the buffer after the command finished.
2131 This makes text-based commands behave better.
2132
2133 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2134
2135 * message.el (smtpmail-smtp-user): Silence compiler warning.
2136
2137 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2138
2139 * message.el (message-multi-smtp-send-mail): Also allow specifying
2140 the SMTP user name.
2141
2142 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2143
2144 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2145
2146 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2147
2148 * message.el (message-multi-smtp-send-mail): New function.
2149 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2150 header to implement multi-SMTP functionality.
2151
2152 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2153 (gnus-agentize): Don't set it.
2154 (gnus-agent-send-mail): Don't use it.
2155
2156 * gnus-sum.el (gnus-summary-widget-backward):
2157 New function and keystroke.
2158
2159 * shr.el (shr-put-image): Remove underlines from sliced images.
2160 (shr-zoom-image): Compute the region to be replaced more correctly.
2161
2162 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2163
2164 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2165 (gnus-summary-resend-message-insert-gcc): New function.
2166 (gnus-summary-resend-message): Modify message-header-setup-hook and
2167 message-sent-hook to make it work for Gcc.
2168 (gnus-inews-do-gcc): Update the number of unread articles of groups
2169 that messages are Gcc'd to.
2170
2171 * message.el (message-resend): Run message-sent-hook to do Gcc.
2172
2173 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2174
2175 * gnus-registry.el (gnus-registry-fixup-registry):
2176 Move the message to a higher level to silence compilation.
2177
2178 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2179 parameter to allow controlling the scaling.
2180
2181 * shr.el (shr-zoom-image): New command and keystroke.
2182 (shr-put-image): Take a `size' flag to say how to scale the image.
2183
2184 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2185 Use recursive deletion.
2186 (mm-dissect-archive): Add support for zip files.
2187
2188 * gnus-util.el (gnus-recursive-directory-files): New function.
2189
2190 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2191 (mm-archive-decoders): Add tgz support.
2192
2193 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2194 Otherwise inserting text into the Gnus buffer can look odd.
2195
2196 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2197
2198 * mm-archive.el (mm-archive-decoders): Add support for tar.
2199
2200 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2201
2202 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2203
2204 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2205
2206 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2207
2208 * mm-archive.el: New file.
2209
2210 * mm-decode.el (mm-dissect-singlepart):
2211 Use it to decode ms-tnef files.
2212
2213 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2214
2215 * message.el (message-goto-*): Make all the `message-goto-*' commands
2216 push the mark before moving point. This makes it easier to go back
2217 to where you came from after editing whatever you jumped to.
2218
2219 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2220
2221 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2222 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2223 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2224
2225 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2226
2227 * spam.el: Move BBDB autoloads.
2228 (spam-exists-in-BBDB-p):
2229 New function to do the BBDB search directly in BBDB 2 and 3.
2230 (spam-check-BBDB): Use it.
2231 (spam-enter-ham-BBDB): Use it.
2232
2233 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2234
2235 * gnus-group.el (gnus-group-get-new-news):
2236 New parameter `one-level' for scanning exactly one level.
2237
2238 * gnus-start.el (gnus-get-unread-articles): Ditto.
2239
2240 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2241
2242 * gnus-sync.el: More commentary about setup.
2243
2244 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2245
2246 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2247
2248 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2249
2250 * gnus-sync.el: Improve docs about CouchDB admins.
2251
2252 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2253
2254 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2255 not needed. Provide xmlplistread list function to produce XML plist
2256 output for non-Gnus LeSync clients.
2257
2258 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2259
2260 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2261 and save against it. Group subscriptions, read marks, other marks,
2262 subscription levels, topic names, and topic offsets (the group's
2263 position within the topic) are saved. This is an experimental
2264 backend and may change significantly. Load json.el from
2265 the gnus-fallback-lib if it's not available otherwise.
2266 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2267
2268 2012-06-26 David Engster <dengste@eml.cc>
2269
2270 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2271
2272 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2273
2274 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2275
2276 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2277
2278 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2279 is an integer to avoid later problems.
2280
2281 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2282
2283 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2284 locales.
2285
2286 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2287
2288 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2289 articles when fetch-old is non-nil (bug#11370).
2290
2291 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2292
2293 * gnus-group.el (gnus-group-get-new-news):
2294 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2295
2296 2012-06-10 Dave Abrahams <dave@boostpro.com>
2297
2298 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2299 groups (bug#11641).
2300
2301 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2302
2303 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2304 (bug#11514).
2305
2306 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * nntp.el: Stop the `letf' madness.
2309 (nntp--report-1): New var.
2310 (nntp-report): Merge nntp-report-1 into it.
2311 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2312 the nntp-report function.
2313
2314 * auth-source.el: Fix comment-style to follow the convention.
2315
2316 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2317
2318 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2319 a string so that Gcc works (bug#11514).
2320
2321 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2324 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2325
2326 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2329 jumping to *Server* from a dedicated *Group* window.
2330 (gnus-configure-frame): CSE.
2331
2332 * gnus-registry.el: Minor style cleanup.
2333 (gnus-registry--set/remove-mark): New function, extracted from
2334 gnus-registry-install-shortcuts.
2335 (gnus-registry-install-shortcuts): Use it.
2336
2337 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2338
2339 * nnspool.el (news-path): Use eval-and-compile.
2340
2341 2012-05-24 Glenn Morris <rgm@gnu.org>
2342
2343 * nnspool.el (news-directory, news-path, news-inews-program):
2344 Move here from paths.el. Don't see a need for these to be autoloaded.
2345
2346 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2347 Merge in doc from paths.el version. Don't see any need for this to be
2348 autoloaded, or for the warning about users not setting it.
2349
2350 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2351
2352 Fix minor Y10k bug.
2353 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2354
2355 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2356
2357 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2358 message once it's actually open.
2359
2360 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * auth-source.el (auth-source--aput-1, auth-source--aput)
2363 (auth-source--aget): New functions and macros.
2364 Use them instead of aput/aget.
2365
2366 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2367
2368 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2369
2370 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2371
2372 * plstore.el (plstore-called-interactively-p): New compat macro copied
2373 from message.el.
2374 (plstore-mode): Use it.
2375
2376 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2377
2378 * plstore.el: Revive the editing feature.
2379 (plstore-mode): New mode to edit plstore file.
2380 (plstore-mode-toggle-display, plstore-mode-original)
2381 (plstore-mode-decoded): New command.
2382 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2383 (plstore--insert-buffer, plstore--make): New function.
2384 (plstore-open, plstore-save): Simplify by using them.
2385
2386 2012-04-16 Glenn Morris <rgm@gnu.org>
2387
2388 * nndraft.el (nndraft-request-list): Fix declaration.
2389
2390 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2391
2392 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2393 don't have a current group.
2394
2395 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2396 have a group name.
2397
2398 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2399 a multibyte buffer (bug#7410).
2400 (article-wash-html): Parse the original article buffer to get the
2401 unencoded data (bug#7410).
2402
2403 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2404 .newsrc.el files.
2405
2406 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2407
2408 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2409 would have gotten if we posted to the group, and use that to compare
2410 against the message we want to cancel (bug#10808).
2411
2412 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2413
2414 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2415 "#" to avoid having them interpreted as comments.
2416
2417 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2418
2419 * shr.el (shr-insert): Update the text state properly to avoid
2420 inserting spurious paragraph starts.
2421
2422 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2423
2424 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2425 requested (bug#10961).
2426
2427 * shr.el (shr-table-widths): Divide the extra width more fairly over
2428 the TDs (bug#10973).
2429 (shr-render-td): Don't delete too much padding.
2430 (shr-natural-width): Compute the natural width more correctly.
2431 (shr-insert): Allow the natural width to be computed for tables again.
2432 (shr-tag-table-1): Rework how the natural widths are computed by
2433 rendering the table a third time.
2434 (shr-natural-width): Remove.
2435 (shr-buffer-width): New function.
2436 (shr-expand-newlines): Use it.
2437
2438 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
2439 using a `gnus-use-full-window' setup (bug#11013).
2440
2441 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2442
2443 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2444 24.1 release.
2445
2446 2012-03-10 David Edmondson <dme@dme.org>
2447
2448 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2449 'Forwarded Message' header and the start of the message.
2450
2451 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2452
2453 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2454 isn't running (bug#10897).
2455
2456 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2457
2458 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2459
2460 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2461
2462 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2463
2464 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2465
2466 * mm-decode.el (mm-shr): Remove "soft hyphens".
2467
2468 * nnimap.el (nnimap-request-list): Return the group names encoded as
2469 utf8. Otherwise non-European group names don't work.
2470 (nnimap-request-newgroups): Ditto.
2471
2472 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2473 the default in `read-string' (bug#10757).
2474
2475 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2476 topics (bug#10843).
2477
2478 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2479 buffer. Suggested by Herbert Valerio Riedel.
2480 (nnimap-request-move-article): Delete the message from the correct IMAP
2481 server.
2482
2483 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
2484
2485 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2486 Reported by Peter Münster.
2487
2488 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2489
2490 * shr.el (shr-image-fetched): Make sure we really kill the right
2491 buffer.
2492
2493 2012-02-16 Leo Liu <sdl.web@gmail.com>
2494
2495 * gnus-start.el (gnus-1): Avoid duplicate entries.
2496
2497 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
2498
2499 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2500 too-wide lines.
2501
2502 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
2503
2504 * shr.el (shr-rescale-image): Undo previous change; see
2505 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2506
2507 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2508
2509 * nnimap.el (nnimap-record-commands): New variable.
2510 (nnimap-log-command): Use it.
2511 (nnimap-make-process-buffer): Add a space to the process buffer.
2512 (nnimap-transform-headers): Don't bug out on header lines containing
2513 stuff that look like IMAP length encodings.
2514
2515 * shr.el (shr-rescale-image): Allow viewing large images.
2516
2517 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2518
2519 * nnml.el (nnml-request-compact-group): Delete the marks file after
2520 compaction (bug#10800).
2521
2522 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2523 group exit.
2524
2525 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2526 QRESYNC/FETCH output.
2527
2528 2012-02-11 Glenn Morris <rgm@gnu.org>
2529
2530 * sieve-manage.el (sieve-manage-default-stream):
2531 * shr.el (shr):
2532 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2533 (nnir-retrieve-headers-override-function)
2534 (nnir-imap-default-search-key, nnir-notmuch-program)
2535 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2536 (nnir-method-default-engines):
2537 * message.el (message-cite-reply-position):
2538 * gssapi.el (gssapi-program):
2539 * gravatar.el (gravatar):
2540 * gnus-sum.el (gnus-refer-thread-use-nnir):
2541 * gnus-registry.el (gnus-registry-unfollowed-addresses)
2542 (gnus-registry-max-pruned-entries):
2543 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2544 * gnus-int.el (gnus-after-set-mark-hook)
2545 (gnus-before-update-mark-hook):
2546 * gnus-async.el (gnus-async-post-fetch-function):
2547 * auth-source.el (auth-source-cache-expiry):
2548 Add missing :version tags to new defcustoms and defgroups.
2549
2550 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2551
2552 * message.el (message-default-send-mail-function): Made into own
2553 function for reuse by emacsbug.el.
2554
2555 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
2556
2557 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2558 `gnus-sloppily-equal-method-parameters' to avoid a warning.
2559
2560 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2561
2562 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2563 running.
2564
2565 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2566
2567 * gnus.el (gnus-server-extend-method): Don't add an -address component
2568 if the method already has one (bug#9676).
2569
2570 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2571
2572 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2573 of an initial-input for consistency (bug#10757).
2574
2575 * shr.el: Inhibit getting and sending cookies when fetching pictures.
2576
2577 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2578
2579 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2580
2581 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2582 lines that are narrower than the window width. Otherwise background
2583 "blocks" will look less readable.
2584
2585 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2586
2587 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2588
2589 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2590
2591 * nnimap.el (nnimap-transform-headers): Remove unused variable.
2592 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2593 have newlines within the strings, and where the UID comes after the
2594 BODYSTRUCTURE element (bug#10537).
2595
2596 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2597 (bug#10732).
2598
2599 * shr.el (shr-insert-document): Add doc string.
2600 (shr-visit-file): Ditto.
2601 (shr-remove-trailing-whitespace): New function.
2602 (shr-insert-document): Use it to clean up trailing whitespace as the
2603 final step (bug#10714).
2604
2605 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2606
2607 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2608 buffer if `gnus-kill-summary-on-exit' is nil.
2609
2610 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
2611
2612 * gnus-sum.el (gnus-summary-show-thread):
2613 next-single-char-property-change may return nil in XEmacs.
2614
2615 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2616
2617 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2618 when just reading a single group from "without" Gnus.
2619
2620 2012-02-06 Chong Yidong <cyd@gnu.org>
2621
2622 * gnus-sum.el (gnus-summary-show-thread):
2623 next-single-char-property-change never returns nil (Bug#8657).
2624
2625 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2626
2627 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2628 without reconnecting.
2629 (nnimap-possibly-change-group): Ditto.
2630 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2631 connection has died before being called.
2632
2633 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
2634
2635 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2636 an initial sync unless we're really doing one.
2637
2638 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2639 address parameter if one already exists (bug#9676).
2640
2641 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2642 not the prefix, as documented (bug#10689).
2643
2644 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2645
2646 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2647 the "server".
2648
2649 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2650 the real error message with the useless "previously known to be down".
2651 Which isn't even correct.
2652
2653 * nntp.el (nntp-open-connection): Report the error message if the nntp
2654 server can't be reached.
2655
2656 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2657 groups we do a total scan for.
2658 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2659 doing that.
2660
2661 2012-01-31 Jim Meyering <jim@meyering.net>
2662
2663 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2664 Correct a comment (insert "not") and hide nominally-doubled "to".
2665
2666 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2667
2668 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2669 section in the manual.
2670
2671 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2672
2673 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2674 words.
2675 (rfc2047-encode-string): Ditto.
2676 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
2677 understand folded filename="..." parameters, for instance.
2678
2679 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2680 the message for greater debuggability.
2681
2682 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2683
2684 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2685 instead of setting it locally, since the latter doesn't seem to have
2686 any effect (most of the time).
2687
2688 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
2689
2690 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2691 function call.
2692
2693 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
2694
2695 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2696 seconds, and make the repeat clause with HH:MM specs work as
2697 documented.
2698
2699 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2700
2701 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2702 so that previous errors don't prohibit getting new news.
2703
2704 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2705
2706 * nntp.el (nntp-retrieve-group-data-early): Ditto.
2707
2708 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2709
2710 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2711 bound globally in old Emacsen and XEmacsen.
2712
2713 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
2714
2715 * gnus.el (gnus-group-find-parameter): Check for liveness of the
2716 buffer, not of the string which is its name.
2717
2718 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2719
2720 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2721 non-server-marks groups.
2722 (gnus-group-make-articles-read): Ditto.
2723
2724 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2725 methods (bug#9676).
2726
2727 * gnus.el (gnus-method-ephemeral-p): New function.
2728
2729 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2730
2731 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2732 left-to-right.
2733
2734 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2735
2736 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2737 warning.
2738
2739 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2740
2741 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2742 macroexpand the nnir things, since they haven't been defined yet, and
2743 nnir requires gnus-sum.
2744
2745 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2746
2747 * mm-decode.el (mm-interactively-view-part): Fix prompt.
2748
2749 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
2750
2751 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2752 logical server name in addition to the actual machine address.
2753
2754 * auth-source.el (auth-source-user-and-password): Add convenience
2755 wrapper to search by just host and optionally user.
2756
2757 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2758
2759 * shr.el (shr-visit-file): Move point to the beginning of the buffer
2760 after rendering.
2761
2762 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2763
2764 * gnus-sum.el (gnus-summary-read-group): Document more parameters
2765 (bug#9693).
2766 (gnus-summary-setup-buffer): Document return value (bug#9697).
2767
2768 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2769 since ido doesn't work on symbols (bug#9632).
2770
2771 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2772 when getting a single value as when getting all the values. This means
2773 that atoms like `gcc-self' work cumulatively, like variable settings,
2774 instead of getting the value from the last matching clause.
2775 (gnus-group-find-parameter): Protect against the group buffer not
2776 existing (bug#9585).
2777
2778 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2779
2780 * gnus-start.el (gnus-activate-group): Document more parameters
2781 (bug#9694).
2782
2783 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2784 (bug#9692).
2785
2786 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2787 article was fetched, so that it can be expired later (bug#9958).
2788 (gnus-agent-summary-fetch-series): Add doc string.
2789 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2790 (bug#9517).
2791
2792 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2793 retrieval is happening.
2794
2795 * gnus.el (gnus-parameters): Doc fix.
2796
2797 2012-01-06 Dave Abrahams <dave@boostpro.com>
2798
2799 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2800 show the thread after expansion.
2801
2802 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2803
2804 * gnus-art.el (article-narrow-to-head): If the head is completely
2805 empty, narrow to the empty region (bug#9764).
2806
2807 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2808 read, and then mark them as unread only when the unread mark is used.
2809 This makes `C-- T k' actually work, even though it's confusing.
2810
2811 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2812 alive before we try to find its window.
2813
2814 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
2815
2816 * mm-decode.el (mm-display-external): Use a longer timeout for the
2817 deletion to allow slow programs to display the file.
2818
2819 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2820
2821 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2822 prompt to be less confusing.
2823
2824 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2825 argument to `message-reply'. This broke `special-display-*' frame
2826 pop-uping (bug#10238).
2827
2828 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2829
2830 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2831 systems, since these allegedly don't work there.
2832
2833 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
2834
2835 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2836 live buffer.
2837
2838 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2839
2840 * nnir.el (nnir-retrieve-headers): Protect against the article not
2841 existing on the server (bug#10335).
2842
2843 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2844
2845 * gnus-agent.el (gnus-agent-load-local):
2846 Recompute gnus-agent-article-local on changing method.
2847
2848 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2849
2850 * gnus.el (gnus-parameters): Note precedence.
2851
2852 2012-01-04 Leo Liu <sdl.web@gmail.com>
2853
2854 * nndraft.el (nndraft-update-unread-articles): Don't move point around
2855 in the group buffer.
2856
2857 2012-01-04 Julien Danjou <julien@danjou.info>
2858
2859 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2860 change.
2861
2862 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2863
2864 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2865 too.
2866
2867 * nntp.el (nntp-retrieve-group-data-early): Use it.
2868
2869 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2870
2871 * nntp.el (nntp-retrieval-in-progress): New variable.
2872 (nntp-make-process-buffer): Make it buffer-local.
2873
2874 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2875 2010.
2876 (gnus-demon-init): Use it to compute the time if time is on the form
2877 "04:23".
2878
2879 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2880
2881 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2882 status in the correct buffer.
2883
2884 2012-01-03 Leo Liu <sdl.web@gmail.com>
2885
2886 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2887 when opening topics (bug#10407).
2888
2889 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
2890
2891 * mm-view.el (mm-display-inline-fontify): Add comment.
2892
2893 2011-12-15 Juri Linkov <juri@jurta.org>
2894
2895 * mm-decode.el (mm-inline-media-tests): Add missing
2896 `mm-handle-media-subtype'.
2897
2898 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
2899
2900 * message.el (message-valid-fqdn-regexp): Update with newly approved
2901 top-level domain names ".tel" and ".asia".
2902
2903 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
2904
2905 * gnus-sum.el (gnus-summary-show-article): Don't load shr
2906 unconditionally.
2907
2908 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2909
2910 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2911 pop-to-buffer-same-window for old Emacsen.
2912
2913 2011-12-04 Chong Yidong <cyd@gnu.org>
2914
2915 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2916 change (Bug#10200).
2917
2918 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
2919
2920 * compface.el (uncompface):
2921 * gnus-art.el (gnus-article-x-face-command): Update the header format
2922 of icon data for the most recent icontopbm program.
2923
2924 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2925
2926 * gnus-msg.el (gnus-inews-do-gcc):
2927 * message.el (message-send-mail):
2928 * mml.el (mml-generate-mime): Share the value of the buffer-local
2929 `message-options' variable between a draft buffer and temprary working
2930 buffers.
2931
2932 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2935
2936 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2937
2938 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2939 for Cygwin.
2940
2941 2011-11-24 Glenn Morris <rgm@gnu.org>
2942
2943 * starttls.el: Fix case of "GnuTLS".
2944
2945 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * gnus-group.el (gnus-group-highlight): Fix typo.
2948
2949 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
2950
2951 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2952 value of `delete-file', that returns nil for a local file but returns t
2953 for a remote file using ssh.
2954
2955 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2956
2957 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2958 avoid later breakage.
2959
2960 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
2961
2962 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2963 article buffers' name.
2964
2965 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2966
2967 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2968 by Paul Eggert's spellfixes two days ago.
2969
2970 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2971
2972 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2973 buffer-local instead of binding them to avoid warnings. Also demote
2974 errors (bug#10063).
2975 (font-lock-mode-hook): Shut up byte compiler.
2976
2977 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * mm-util.el (mm-charset-after): Fix typo.
2980
2981 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2982
2983 * gnus-sum.el (gnus-summary-make-menu-bar):
2984 * gnus-uu.el (gnus-uu-decode-postscript)
2985 (gnus-uu-decode-postscript-and-save):
2986 * mailcap.el (mailcap-print-command):
2987 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2988 Fix typos.
2989
2990 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2991
2992 * gnus-art.el (gnus-article-part-wrapper):
2993 * shr-color.el (shr-color-visible-distance-min)
2994 (shr-color-relative-to-absolute, set-minimum-interval)
2995 (shr-color-visible): Fix typos.
2996
2997 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2998
2999 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3000 slightly clearer.
3001
3002 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3003
3004 * message.el (message-send-and-exit): Document `arg'.
3005
3006 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3009
3010 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3011
3012 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3013 we don't use `bound-and-true-p'.
3014
3015 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3016
3017 * gnus-util.el (gnus-bound-and-true-p): Remove.
3018 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3019 * nnir.el: Use it.
3020 * nnmairix.el: Use it.
3021
3022 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3023
3024 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3025 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3026 for reasons unknown.
3027 * nnir.el: Use it.
3028 * nnmairix.el: Use it.
3029
3030 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3031 * nnir.el: Ditto.
3032 * nnmairix.el: Ditto.
3033
3034 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3035
3036 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * message.el (message-completion-function): Make sure
3039 message-tab-body-function is not attempted if one of
3040 message-completion-alist fails to find a completion (bug#9158).
3041
3042 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3043
3044 * mml.el (mml-quote-region): Quote <#secure> tag.
3045 (mml-generate-mime-1): Unquote <#secure> tag.
3046
3047 2011-10-20 Chong Yidong <cyd@gnu.org>
3048
3049 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3050 calling a minor mode from Lisp with nil arg enables it, so we have to
3051 make the wording a bit ambiguous here).
3052
3053 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3054
3055 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3056 * nnir.el (nnir-mode): Use it.
3057 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3058 Use it.
3059
3060 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3061 * nnmairix.el (gnus-registry-enabled): Ditto.
3062
3063 2011-10-17 Dave Abrahams <dave@boostpro.com>
3064
3065 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3066 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3067 only while we need to find out if it should be t or nil.
3068 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3069 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3070 the registry is installed. Set it to nil when it's unloaded.
3071 (gnus-registry-install-p): Provide user guidance for the initial value
3072 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3073 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3074 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3075 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3076 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3077 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3078 `gnus-registry-install'.
3079
3080 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3081
3082 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3083 previous change.
3084 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3085 primary key is marked as disabled.
3086
3087 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3088
3089 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3090 primary key is marked as disabled.
3091
3092 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3093
3094 * html2text.el (html2text-clean-anchor): Check for quotes around
3095 `href' value.
3096
3097 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3098
3099 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3100 searching. Drop `bbdb-cache'.
3101
3102 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3103
3104 * message.el (message-signed-or-encrypted-p): Exclude header when
3105 checking if there is signed or encrypted body in text/plain message.
3106
3107 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3108
3109 * html2text.el (html2text-get-attr): Correctly handle attribute values
3110 containing "=".
3111
3112 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3113
3114 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3115 handle bindings.
3116
3117 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3118
3119 * gnus-win.el (gnus-configure-windows): Protect against reading
3120 ephemeral groups outside of Gnus.
3121
3122 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3123
3124 * shr.el (shr-tag-img): Don't get images displayed in tables.
3125
3126 2011-10-03 Glenn Morris <rgm@gnu.org>
3127
3128 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3129 the "maintainer" version of debbugs.gnu.org reports.
3130
3131 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3132
3133 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3134 make asynchronous adjacent image insertion work better.
3135
3136 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3137
3138 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3139 Clarify documentation.
3140
3141 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3142
3143 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3144 `gnus-asynchronous' isn't shadowed.
3145
3146 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3147
3148 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3149 (nnimap-insert-partial-structure): The charset parameter isn't
3150 case-sensitive.
3151
3152 * nnheader.el (nnheader-message-maybe): New function.
3153
3154 * shr.el (shr-tag-table): Render totally broken tables better.
3155
3156 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3157 computing the boundary.
3158
3159 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3160
3161 * pop3.el (pop3-number-of-responses): Remove.
3162 (pop3-wait-for-messages): Rewrite to take linear time instead of
3163 exponential time.
3164
3165 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3166
3167 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3168 re-fetch images.
3169
3170 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3171 re-fetch images when hitting `g' in Gnus.
3172
3173 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3174
3175 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3176 (mml-compute-boundary): Don't check collision if it is non-nil.
3177 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3178 before checking collision.
3179
3180 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3181
3182 * message.el (message-indent-citation): Really make sure there's a
3183 newline at the end.
3184
3185 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3186 Fix suggested by John Wiegley.
3187
3188 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3189
3190 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3191
3192 * message.el (message-default-send-rename-function): Break out into its
3193 own function.
3194
3195 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3196 doesn't work under XEmacs.
3197
3198 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3199 of "imaps" to word around Windows problems.
3200 (nnimap-open-connection-1): Use it.
3201
3202 * message.el (message-indent-citation): Revert last change which made
3203 `F' not work.
3204
3205 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3206
3207 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3208 terminal as well.
3209
3210 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3211
3212 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3213 because it displays images using overlays that aren't easy to copy to
3214 the article buffer.
3215
3216 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3217
3218 * message.el (message-indent-citation): Fix empty line removal at the
3219 end of the citation.
3220
3221 2011-09-20 Julien Danjou <julien@danjou.info>
3222
3223 * auth-source.el (auth-source-netrc-create): Use default value for
3224 password if specified. Evaluate default.
3225 (auth-source-plstore-create): Ditto.
3226 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3227 value evaluation.
3228 (auth-source-netrc-create): Typo fix.
3229 (auth-source-plstore-create): Ditto.
3230
3231 * auth-source.el (auth-source-format-cache-entry): New function.
3232
3233 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3234
3235 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3236
3237 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3238
3239 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3240
3241 2011-09-19 Julien Danjou <julien@danjou.info>
3242
3243 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3244 which work with things that are not ASCII.
3245
3246 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3247
3248 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3249
3250 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3251
3252 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3253 message level.
3254
3255 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3256
3257 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3258
3259 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3260
3261 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3262
3263 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3266 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3267
3268 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3269
3270 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3271 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3272 articles.
3273
3274 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3277 (message-mail-other-window, message-mail-other-frame)
3278 (message-news-other-window, message-news-other-frame):
3279 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3280 instead of setting buffer display variables.
3281
3282 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3283
3284 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3285
3286 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3287
3288 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3289
3290 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3291 duplicates" to a higher level.
3292
3293 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3294 most egregious messages.
3295
3296 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3297
3298 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3299
3300 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3301
3302 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3303 up the file (bug#9351).
3304
3305 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3306
3307 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3308 it does with all other backends, but decode the names immediately after
3309 getting them.
3310
3311 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3312 decoding nnimap groups.
3313
3314 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3315 newsrc file. It doesn't seem like an important optimization any more.
3316
3317 2011-09-10 Dave Abrahams <dave@boostpro.com>
3318
3319 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3320 overflows.
3321
3322 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3323
3324 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3325 (gnus-interactive-exit): Extend to `quiet'.
3326
3327 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3328
3329 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3330 string.
3331
3332 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3333 renaming function arguments from `this'.
3334
3335 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3336
3337 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3338 has been renamed.
3339 (gnus-lrm-string-p): Include RLM and PDF, too.
3340
3341 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3342 (bug#9225).
3343
3344 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3345
3346 Add autoload cookies for functions used by sendmail.el.
3347 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3348
3349 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3350
3351 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3352
3353 * gnus-art.el (article-date-ut): Work properly even when there are
3354 things like Date header in the body; work for forwarded parts.
3355
3356 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3357
3358 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3359 original-article-buffer.
3360
3361 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3362
3363 * nnir.el (nnir-compose-result): Fix matching of server type.
3364 (nnir-run-swish++): Ditto.
3365 (nnir-run-namazu): Ditto.
3366 (nnir-run-notmuch): Ditto.
3367
3368 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3369
3370 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3371 (bug#9405).
3372
3373 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3374 (bug#9421).
3375
3376 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3377 (bug#9425).
3378
3379 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3380 thing (bug#9426).
3381
3382 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3383
3384 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3385 the error message.
3386
3387 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3388
3389 * message.el (message-setup-1): Return t (Bug#9392).
3390
3391 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3392
3393 * gnus-sum.el: When adding article headers to a summary buffer also
3394 update gnus-newsgroup-articles (bug#9386).
3395
3396 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3397
3398 * auth-source.el: Autoload help-mode.
3399
3400 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3401
3402 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3403 names.
3404
3405 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3406
3407 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3408 mm-replace-in-string for compatibility issues.
3409 * mml2015.el (mml2015-epg-verify): Ditto.
3410
3411 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3412
3413 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3414
3415 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3416
3417 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3418
3419 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3420 continue on and do the clean-up phase (bug#9188).
3421
3422 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3423 just ignore groups that can't be opened instead of erroring out
3424 (bug#9225).
3425
3426 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3427 nil since some many people are fuddy-duddies.
3428
3429 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3430 images.
3431
3432 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3433 instead.
3434
3435 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3436
3437 * gnus-util.el (gnus-process-live-p): Copy over compat function.
3438
3439 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3440 processing.
3441
3442 * nntp.el (nntp-kill-buffer): Kill the process before killing the
3443 buffer to avoid warnings.
3444
3445 2011-08-20 Simon Josefsson <simon@josefsson.org>
3446
3447 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3448 specified to reduce precision.
3449
3450 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3451
3452 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3453 bodystructures (bug#9314).
3454
3455 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3456
3457 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3458 Make button keymap non-sticky after buttons.
3459
3460 2011-08-18 David Engster <dengste@eml.cc>
3461
3462 * nnmairix.el (nnmairix-request-set-mark)
3463 (nnmairix-goto-original-article): Remove adding of article to registry,
3464 since `gnus-registry-add-group' isn't available anymore.
3465 (nnmairix-determine-original-group-from-registry):
3466 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3467 available anymore.
3468
3469 2011-08-12 Simon Josefsson <simon@josefsson.org>
3470
3471 * starttls.el (starttls-any-program-available): Define as obsolete
3472 function.
3473
3474 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3475
3476 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3477 versions which Gnus use when appropriate.
3478
3479 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3480 a pretty destructive command.
3481
3482 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3483
3484 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3485
3486 * message.el (message-fix-before-sending): Make a different warning
3487 about NUL characters (bug#9270).
3488
3489 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3490 from custom (bug#9260).
3491
3492 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3493 things work in Emacs 22 and XEmacs, too.
3494
3495 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3496 default From.
3497
3498 * gnus-spec.el (gnus-lrm-string-p): New macro.
3499 (gnus-lrm-string): New constant.
3500 (gnus-summary-line-format-spec): LRM-ify the from.
3501 (gnus-tilde-max-form): LRM-ify string chopping.
3502
3503 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3504
3505 * message.el (message-is-yours-p): Allow disabling canlock checking
3506 (bug#9295).
3507 (message-shoot-gnksa-feet): Add `canlock-verify'.
3508 (message-auto-save-directory): Use ~/ as the auto-save directory if the
3509 message directory isn't writable (bug#9304).
3510
3511 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3512 non-world-readable.
3513
3514 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3515
3516 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3517 articles.
3518
3519 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
3520
3521 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3522 copy-list.
3523
3524 2011-08-12 Sam Steingold <sds@gnu.org>
3525
3526 * gnus-score.el (gnus-score-find-alist): Keep the score files already
3527 in the reverse order to avoid modifying the cache with `nreverse'.
3528 (gnus-all-score-files): Do not modify the value returned by
3529 `gnus-score-find-alist' because it lives in a cache variable.
3530 (gnus-current-home-score-file): No need to `nreverse' the return value
3531 of `gnus-score-find-alist', it is already in the correct order.
3532
3533 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
3534
3535 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3536 type MESSAGE and subtype RFC822 is slightly different from those of
3537 type TEXT.
3538
3539 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
3540
3541 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3542 This allows article-referral to work from an nnir group.
3543
3544 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
3545
3546 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3547
3548 2011-08-04 Daiki Ueno <ueno@unixuser.org>
3549
3550 * mml1991.el (mml1991-epg-find-usable-key)
3551 (mml1991-epg-find-usable-secret-key): New function.
3552 (mml1991-epg-sign): Check if signing key is usable.
3553 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3554
3555 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
3556
3557 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3558 server-variables only. This should fix a bug introduced with commit
3559 e1889675b7f4adf057833c5513c9374134c4e053.
3560 (nnir-run-query): 'nnir-search-engine should not be set from the global
3561 environment.
3562
3563 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
3564
3565 * nnir.el (nnir-search-thread): Position point on referring article
3566 line.
3567 (nnir-warp-to-article): Clean up summary buffers.
3568
3569 * nnimap.el (nnimap-request-thread): Whitespace fix.
3570
3571 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
3572
3573 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3574
3575 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3576
3577 * starttls.el (starttls-available-p): Rename from
3578 `starttls-any-program-available' and changed return convention.
3579
3580 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
3581
3582 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3583 `unix-sync' unless it's defined.
3584
3585 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
3586
3587 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3588 `aref' for XEmacs compatibiltiy.
3589
3590 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3591
3592 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3593
3594 2011-07-31 Dave Abrahams <dave@boostpro.com>
3595
3596 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3597 closures, quote the form properly (bug#9194).
3598
3599 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3600
3601 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3602 (gnus-summary-insert-new-articles): Protect against servers that are
3603 down.
3604
3605 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3606
3607 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3608 in mm handle if none is specified.
3609
3610 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
3611
3612 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3613
3614 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
3615
3616 * nnir.el (nnir-search-thread): New function to make an nnir group
3617 based on a thread query.
3618
3619 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3620 of nnir in thread referral.
3621 (gnus-summary-refer-thread): Use it.
3622
3623 * nnimap.el (nnimap-request-thread): Use it.
3624
3625 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3626
3627 * shr.el (shr-tag-comment): Ignore HTML comments.
3628
3629 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
3630
3631 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3632 argument.
3633 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3634 Use `nnir-address' to handle server info rather than passing an arg.
3635
3636 * nnimap.el (nnimap-make-thread-query): New utility function to format
3637 an imap thread search query.
3638 (nnimap-request-thread): Use it.
3639
3640 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3641 right select-method if we are not going back to the group buffer.
3642
3643 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3644
3645 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3646 enter invalid buffer configurations into the quit form (bug#9107).
3647 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3648 unplugged/plugged.
3649
3650 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3651 keep track of which ones are unread (bug#9061).
3652
3653 * gnus.el (gnus-refer-article-method): Allow entering any sexp
3654 (bug#9055).
3655
3656 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3657 (bug#9041).
3658
3659 * gnus-html.el (mm-util): Require (bug#9073).
3660
3661 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3662 (gnus-summary-refer-thread): Use it to remove duplicates in the
3663 un-threaded view (bug#9053).
3664 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3665
3666 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
3667
3668 * nnir.el (nnir-read-server-parm): Use default value from global
3669 variable. Without this the default search engine parameters aren't
3670 used at all.
3671
3672 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3673
3674 * message.el (message-unique-id): Don't use the undocumented return
3675 value from (random t) (bug#9118).
3676
3677 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3678
3679 * message.el (message-auto-save-directory): If the ~/Mail directory
3680 doesn't exist, use ~ as the auto-save directory (bug#4432).
3681
3682 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3683 hasn't already been started.
3684
3685 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3686
3687 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3688
3689 * message.el (message-reply): Work around mysterious bug where
3690 `message-mode' seems to overwrite the locally bound `subject' variable.
3691
3692 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
3693
3694 * nnimap.el (nnimap-request-thread): Ensure search is performed in
3695 correct group.
3696
3697 * gnus-int.el (gnus-request-thread): Add group argument.
3698
3699 * gnus-sum.el (gnus-summary-refer-thread): Use it.
3700
3701 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3702
3703 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3704 renamed to `debbugs-gnu-*'.
3705
3706 2011-07-08 Daiki Ueno <ueno@unixuser.org>
3707
3708 * plstore.el: Revert the editing feature since it is not urgent.
3709 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3710 (plstore-mode-decoded): Remove.
3711
3712 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3713
3714 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
3715 isn't very interesting any more, and it leaks potentially secret data.
3716 (gnus-debug): Remove.
3717
3718 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3719 use of :custom-show.
3720
3721 2011-07-07 Daiki Ueno <ueno@unixuser.org>
3722
3723 * plstore.el: Add documentation.
3724 (plstore-mode): New mode to edit plstore file.
3725 (plstore-mode-toggle-display, plstore-mode-original)
3726 (plstore-mode-decoded): New command.
3727 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3728 (plstore--insert-buffer, plstore--make): New function.
3729 (plstore-open, plstore-save): Simplify by using them.
3730
3731 2011-07-06 Glenn Morris <rgm@gnu.org>
3732
3733 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3734
3735 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3736
3737 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3738 no longer is much used.
3739 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3740 Articles".
3741
3742 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
3743
3744 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3745 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3746 `notmuch' backend.
3747
3748 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3749
3750 * mm-decode.el (mm-text-html-renderer): Doc fix.
3751
3752 * gnus-msg.el (gnus-bug): Fix the MML tag.
3753
3754 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3755
3756 2011-07-05 Daiki Ueno <ueno@unixuser.org>
3757
3758 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3759 secondary methods if started with `gnus-no-server'.
3760
3761 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3762
3763 * message.el (message-return-action): Fix typo in docstring.
3764
3765 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
3767 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3768 bug reports at once.
3769
3770 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3771
3772 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3773
3774 * nndraft.el: Require gnus-group.
3775 (nndraft-request-list): Declare.
3776
3777 * nndraft.el (nndraft-update-unread-articles): Don't show group having
3778 no unread article unless it matches gnus-permanently-visible-groups.
3779
3780 * nndraft.el (nndraft-update-unread-articles): New function.
3781 (nndraft-request-associate-buffer): Use it to update the number of
3782 unread articles for the nndraft groups in the group buffer when saving
3783 or killing a draft message.
3784
3785 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3786
3787 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3788 systems to binary before writing and reading the mbox files.
3789
3790 * gnus.el (gnus-summary-line-format): Link to the info node for %U
3791 instead of trying to list them all (bug#8978).
3792
3793 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3794
3795 * pop3.el (pop3-open-server): Use :end-of-capability.
3796
3797 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3798
3799 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3800 the id is always a number.
3801
3802 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3803 debbugs mode, if possible.
3804
3805 2011-07-02 Daiki Ueno <ueno@unixuser.org>
3806
3807 * auth-source.el (auth-source-token-passphrase-callback-function):
3808 Reindent.
3809 (epg-context-operation): Remove unnecessary autoload.
3810
3811 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3812
3813 * gnus.el (gnus-list-debbugs): New command.
3814
3815 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3816 mboxstat instead of the maintbox, since the stat seems to be fuller.
3817
3818 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3819 summary buffers.
3820
3821 * message.el (message-get-reply-headers): Delete all duplicates,
3822 instead of the first.
3823 (message-get-reply-headers): Ensure that we have progress while
3824 deleting duplicates.
3825
3826 * gnus-msg.el (gnus-configure-posting-styles): Get the local
3827 gnus-posting-style value from the summary buffer to make it easier to
3828 make that a per-buffer conf.
3829
3830 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
3831
3832 * nnir.el (nnir-run-imap): Allow halting a search when an article is
3833 found by setting `shortcut' in 'query.
3834 (nnir-request-article): Use `shortcut' setting when requesting article
3835 by Message-ID.
3836
3837 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
3838
3839 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3840 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3841 Bring the pseudo-headers back too.
3842
3843 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3844
3845 * auth-source.el (auth-source-token-passphrase-callback-function):
3846 Simplify and remove EPA dependency.
3847
3848 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
3849
3850 * nnir.el (nnir-request-article): Fix error message text.
3851
3852 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3853
3854 * auth-source.el (plstore-delete): Autoload.
3855 (auth-source-plstore-search): Support delete operation.
3856 * plstore.el (plstore-delete): New function.
3857
3858 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3859
3860 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3861 mark actually existing articles as unread rather than the ones that
3862 active asserts.
3863
3864 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3865
3866 * nntp.el (nntp-record-command):
3867 * gnus-util.el (gnus-message-with-timestamp-1):
3868 Use format-time-string rather than decoding time stamps by hand.
3869 This is simpler and insulates the code from potential changes to
3870 current-time format.
3871
3872 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3873
3874 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3875
3876 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3877
3878 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3879 (plstore-save): Support public key encryption.
3880 (plstore--init-from-buffer): New function.
3881 (plstore-open): Use it; fix error when opening a non-existent file.
3882 (plstore-revert): Use plstore--init-from-buffer.
3883
3884 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3885
3886 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3887
3888 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3889
3890 * mml2015.el (mml2015-use): Replace string-match-p with string-match
3891 for old Emacsen.
3892
3893 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3894
3895 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3896 is not fully working.
3897
3898 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3899
3900 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3901 quit window configuration.
3902
3903 * auth-source.el (epg-context-set-passphrase-callback):
3904 Remove duplicate autoload.
3905
3906 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3907
3908 * nnir.el (nnir-request-article): Allow requesting articles by
3909 Message-ID with nnimap.
3910
3911 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3912 current server.
3913
3914 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3915
3916 * auth-source.el: Autoload EPA/EPG functions.
3917 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3918 changed when EPA/EPG is not available.
3919 (auth-source-backend): Rename "arg" member to "data".
3920 (auth-source-backend-parse, auth-source-plstore-search)
3921 (auth-source-plstore-create): Use it.
3922
3923 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3924
3925 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3926 `gnus-refer-article-methods'.
3927
3928 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3929
3930 * auth-source.el: Require EPA and EPG.
3931 (auth-source-passphrase-alist): New variable.
3932 (auth-source-passphrase-callback-function)
3933 (auth-source-token-passphrase-callback-function): Callbacks for the
3934 netrc field encryption (GPG tokens).
3935 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3936 Symmetric encryption and decryption of the netrc GPG tokens.
3937 (auth-source-netrc-normalize): Use them, simplifying the closure.
3938
3939 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3940
3941 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3942 non-nil, and `nnimap-split-methods' is nil, use the former.
3943
3944 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3945
3946 * plstore.el (plstore-revert): New function.
3947 (plstore-open): Use it; hide the buffer from user.
3948
3949 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3950
3951 * auth-source.el (auth-source-backend): New member "arg".
3952 (auth-source-backend-parse): Handle new backend 'plstore.
3953 * plstore.el: New file.
3954
3955 2011-06-30 Glenn Morris <rgm@gnu.org>
3956
3957 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3958
3959 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3960
3961 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3962
3963 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3964 expiring articles to.
3965
3966 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3967 variations as ASCII (bug#5458).
3968
3969 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3970
3971 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3972
3973 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3974
3975 * message.el (message-point-in-header-p): Tweak the function to default
3976 to saying that we're not in the headers if there is no separator at
3977 all. This makes it possible to use the Message version of `M-q' in
3978 buffers with no headers (bug#7987).
3979 (message-point-in-header-p): Fix last checkin to work with an empty
3980 mail-header-separator, too.
3981
3982 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3983 again, save the choice via customize.
3984
3985 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3986
3987 * message.el (message-send-mail-function): Add `sendmail-query-once'.
3988
3989 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3990 ended the connection, bail out before waiting infinitely on a new
3991 connection.
3992
3993 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
3994
3995 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3996 reports.
3997
3998 * gnus.el (gnus-bug-package): Use "gnus."
3999 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4000
4001 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4002
4003 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4004 animations going on at article exit time.
4005
4006 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4007 since removing it breaks people upgrading.
4008
4009 * shr.el (shr-put-image): Use the new interface for animating images.
4010 (shr-put-image): Animate for 60 seconds.
4011
4012 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4013 error with `find-file-hooks' on Emacs 22.
4014 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4015 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4016 on all architectures.
4017
4018 * spam.el (spam-stat): Require in a normal fashion without binding
4019 `spam-stat-install-hooks' to avoid compilation warnings.
4020
4021 * spam-stat.el (spam-stat-install-hooks): Remove.
4022 (spam-stat-install-hooks): Don't run automatically.
4023
4024 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4025
4026 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4027 and keystroke.
4028
4029 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4030
4031 * auth-source.el (auth-source-netrc-cache): Move forward.
4032
4033 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4034
4035 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4036 we already know.
4037 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4038 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4039
4040 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4041
4042 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4043 %S format, since that looks odd.
4044 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4045 file, especially when saving.
4046
4047 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4048
4049 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4050 article found.
4051
4052 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4053
4054 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4055 `auth-source-save-secrets' with a more sensitive alist that can be
4056 configured per file. Experimental, so defaults to 'never.
4057 (auth-source-netrc-create): Use it. Still experimental code.
4058 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4059 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4060
4061 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4062
4063 * auth-source.el (auth-source-save-secrets): New variable to control if
4064 secret tokens should be saved encrypted.
4065 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4066 to `auth-source-netrc-normalize'.
4067 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4068 on the EPA variables being defined.
4069 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4070 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4071 the lexical-let closure.
4072 (auth-source-netrc-create): Create "gpg:" tokens according to
4073 `auth-source-save-secrets'.
4074
4075 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4076
4077 * gnus-group.el (gnus-group-update-group): Add new argument
4078 `info-unchanged' that stops updating dribble buffer.
4079
4080 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4081 deletes lines matching to it in dribble buffer.
4082
4083 * gnus-agent.el (gnus-agent-fetch-group-1):
4084 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4085 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4086 * gnus-start.el (gnus-group-change-level):
4087 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4088
4089 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4090 if newsgroup info is not changed.
4091
4092 * gnus-group.el (gnus-group-get-new-news-this-group):
4093 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4094 Don't update dribble buffer.
4095
4096 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4097
4098 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4099 remove entries with groups we ignore.
4100
4101 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4102
4103 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4104 the underline comes at the bottom.
4105
4106 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4107
4108 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4109 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4110 (gnus-registry-article-marks-to-names): Rename from
4111 `gnus-registry-user-format-function-M2'.
4112
4113 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4114
4115 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4116 ephemeral group.
4117
4118 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4119
4120 * shr.el (shr-browse-image): Copy the URL if called interactively.
4121
4122 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4123
4124 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4125 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4126 done, then unselected articles may be marked as read.
4127
4128 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4129 since not doing this seems to lead to a race condition in pop3-logon.
4130
4131 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4132 so that the call chain it correct when we call "upwards".
4133
4134 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4135 in read-only groups.
4136
4137 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4138
4139 * message.el (message-cite-reply-position): Doc string fix.
4140
4141 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4142 avoid regexp overflow.
4143 (nnimap-transform-split-mail): Ditto.
4144
4145 * pop3.el (pop3-retr): Error out if the server closes the connection.
4146
4147 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4150 mm-with-unibyte-current-buffer. The buffer should not contain any
4151 multibyte chars anyway at this stage.
4152
4153 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4154
4155 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4156 at the end of lines.
4157
4158 2011-05-29 Julien Danjou <julien@danjou.info>
4159
4160 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4161
4162 2011-05-27 Glenn Morris <rgm@gnu.org>
4163
4164 * gnus-group.el (gnus-bug-group-download-format-alist):
4165 Use the "maintainer" version of debian reports as well.
4166
4167 2011-05-26 Glenn Morris <rgm@gnu.org>
4168
4169 * gnus-group.el (gnus-bug-group-download-format-alist):
4170 Use the "maintainer" version of debbugs.gnu.org reports.
4171
4172 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4173
4174 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4175
4176 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4177
4178 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4179 the thread moves us backwards and so we loop forever.
4180
4181 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4182
4183 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4184 whitespace in base64 data lines.
4185
4186 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4187
4188 * gnus-registry.el (gnus-registry-user-format-function-M):
4189 Use `mapconcat'.
4190 (gnus-registry-user-format-function-M2): Use to see the full text of
4191 the marks. Make "," the mark text separator.
4192
4193 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4194 authentication with auth-source.
4195
4196 2011-05-17 Glenn Morris <rgm@gnu.org>
4197
4198 * gnus-group.el (gnus-import-other-newsrc-file):
4199 Use insert-file-contents.
4200
4201 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4202
4203 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4204 1000 iterations.
4205
4206 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4207
4208 * nntp.el (nntp-open-connection): Check if process-type is available.
4209
4210 2011-05-16 Julien Danjou <julien@danjou.info>
4211
4212 * shr.el (shr-tag-del): Add support for del tag.
4213
4214 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4215
4216 * gnus-html.el (gnus-html-put-image): Register a displayer.
4217
4218 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4219
4220 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4221
4222 * registry.el (prune-factor): New initialization parameter defaulting
4223 to 0.1.
4224 (registry-prune-hard): Use it.
4225
4226 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4227 0.1 expicitly.
4228
4229 2011-05-13 Glenn Morris <rgm@gnu.org>
4230
4231 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4232 is bound, since this function requires sendmail.
4233
4234 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4235
4236 * registry.el (registry-usage-test): Disable pruning test.
4237
4238 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4239
4240 * registry.el (registry-prune-hard-candidates)
4241 (registry-prune-soft-candidates): Helper methods for registry pruning.
4242 (registry-prune): Use them. Make the sort function optional.
4243
4244 2011-05-10 Jim Meyering <meyering@redhat.com>
4245
4246 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4247
4248 2011-05-10 Julien Danjou <julien@danjou.info>
4249
4250 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4251 symbol and not a list.
4252
4253 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4254
4255 * gnus-art.el (gnus-article-mode): Move binding of
4256 shr-put-image-function here from gnus-article-prepare-display.
4257
4258 * shr.el (shr-put-image-function): New variable.
4259 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4260 (shr-put-image): Return scaled image.
4261
4262 * gnus-art.el (gnus-shr-put-image): New function.
4263 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4264
4265 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4266 original ones, as deletable.
4267
4268 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4271
4272 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4273
4274 * registry.el (registry-full): Add convenience method. Fix logic.
4275 (registry-insert): Use it. Fix logic here too.
4276
4277 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4278 `registry-prune' if `registry-full' returns t.
4279 (gnus-registry-handle-action)
4280 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4281 (gnus-registry-usage-test): Use it.
4282
4283 2011-05-07 Julien Danjou <julien@danjou.info>
4284
4285 * shr.el (shr-link): Make shr-link inherit from link by default.
4286
4287 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4288
4289 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4290
4291 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4292
4293 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4294 error out because the face is not a list.
4295
4296 2011-05-05 Glenn Morris <rgm@gnu.org>
4297
4298 * gnus-start.el (gnus-propagate-marks): Declare.
4299
4300 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4301
4302 * registry.el (registry-reindex): Fix percentage message.
4303
4304 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4305
4306 * shr.el: Add shr-link face for links.
4307 (shr-urlify): Use it.
4308
4309 * registry.el (registry-insert): Make error message more helpful.
4310
4311 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4312
4313 * gnus-html.el (gnus-html-schedule-image-fetching):
4314 Use url-queue-retrieve, if it exists.
4315
4316 * shr.el (shr-tag-img): Ditto.
4317
4318 * gnus.el: Autoload more gnus-agent functions.
4319
4320 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4321 agent if we haven't already (bug#8502).
4322
4323 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4324 into the Agent, too.
4325
4326 * gnus-agent.el (gnus-agent-store-article): New function.
4327
4328 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4329 and moved from that file for reuse.
4330
4331 * pop3.el (pop3-open-server): Error messages are "-ERR".
4332
4333 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4334
4335 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4336 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4337
4338 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4341 buffer has moved to a different frame.
4342
4343 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4344
4345 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4346 to get the conversion from unibyte to multibyte buffers to work on
4347 Emacs 22.
4348
4349 * nntp.el (nntp-request-article): Slight clean-up.
4350
4351 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4352
4353 * shr.el (shr-strike-through): New face.
4354 (shr-tag-s): Use it to provide <s> support.
4355 (shr-tag-s): Remove duplicate definition.
4356
4357 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4358
4359 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4360 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4361
4362 2011-04-23 Glenn Morris <rgm@gnu.org>
4363
4364 * gnus-sum.el (gnus-extra-headers): Bump :version.
4365
4366 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4367
4368 * shr.el (shr-tag-sup): New function.
4369 (shr-tag-sub): Ditto.
4370
4371 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4372
4373 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4374 for the case where `gnus-registry-ignored-groups' is a list of lists,
4375 and don't call `gnus-parameter-registry-ignore' otherwise.
4376
4377 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4378
4379 * nnimap.el (nnimap-user): New backend variable.
4380 (nnimap-open-connection-1): Use it.
4381 (nnimap-credentials): Accept user parameter so it's explicit what user
4382 name is desired.
4383
4384 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4385 default.
4386
4387 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4388 not gnus-registry.el.
4389
4390 * gnus-registry.el: Mention in comments how to modify
4391 `gnus-extra-headers' for proper recipient tracking and that it may
4392 already have To and Cc recently, which it does as of this commit.
4393 (gnus-registry-ignored-groups): Remove defcustom.
4394 Explain why in comments.
4395 (gnus-registry-action): Fix data-header reference to use the extra
4396 headers. Explain in package commentary how to add To and Cc headers to
4397 the gnus-extra-headers.
4398 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4399 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4400 parameter list or a string list in `gnus-registry-ignored-groups'.
4401 Fix logic error.
4402
4403 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4404
4405 * shr.el (shr-expand-url): Protect against null urls.
4406
4407 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4408
4409 * shr.el (shr-base): New binding.
4410 (shr-tag-base): Keep track of <base>.
4411 (shr-expand-url): New function used throughout.
4412
4413 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
4414
4415 * gnus-registry.el
4416 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4417 (gnus-registry-ignored-groups): New variable.
4418 (gnus-registry-ignore-group-p): Use it.
4419 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4420 set the destination group to nil (same as delete) if it's ignored.
4421
4422 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4423
4424 * gnus-registry.el (gnus-registry-action)
4425 (gnus-registry-fetch-header-fast):
4426 Don't use mail-header that looks an internal function of mailheader.el.
4427
4428 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4429
4430 * gnus-registry.el: Eliminate cl functions.
4431 (gnus-registry-sort-addresses): New function that replaces mapcan.
4432 (gnus-registry-action, gnus-registry-spool-action)
4433 (gnus-registry-split-fancy-with-parent)
4434 (gnus-registry-fetch-recipients-fast): Use it.
4435 (gnus-registry-import-eld): Replace delete* with dolist + delq.
4436
4437 * registry.el (initialize-instance, registry-lookup)
4438 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4439 (registry-lookup-secondary-value, registry-search, registry-delete)
4440 (registry-insert, registry-reindex, registry-size, registry-prune):
4441 Use eval-and-compile.
4442
4443 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
4444
4445 * registry.el (registry-reindex): New method to recreate the secondary
4446 registry indices.
4447
4448 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4449 tracked field changes.
4450 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4451 (gnus-registry-action, gnus-registry-spool-action)
4452 (gnus-registry-handle-action)
4453 (gnus-registry--split-fancy-with-parent-internal)
4454 (gnus-registry-split-fancy-with-parent)
4455 (gnus-registry-register-message-ids): Add recipient tracking on spool,
4456 move, and delete actions, and for fancy splitting with parent.
4457 (gnus-registry-extract-addresses)
4458 (gnus-registry-fetch-recipients-fast)
4459 (gnus-registry-fetch-header-fast): Convenience functions.
4460 (gnus-registry-misc-test): ERT test of
4461 `gnus-registry-extract-addresses'.
4462
4463 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
4464
4465 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4466 Track by subject first, then sender.
4467
4468 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4471
4472 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4473 Lisp.
4474
4475 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4476 (gnus-draft-send): Use it to avoid popping
4477 up frames from gnus-group-send-queue.
4478
4479 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4480
4481 * gnus-registry.el: Updated gnus-registry docs.
4482
4483 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
4484
4485 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4486 Fix logic bug.
4487 (gnus-registry-post-process-groups): Fix logging of no results and
4488 quote sender and subject.
4489
4490 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4491
4492 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4493 (gnus-read-active-for-groups): Don't try to finish getting stuff where
4494 we had no early-data returned.
4495 (gnus-get-unread-articles): Add a sanity check so that we don't issue
4496 two async commands to the same server at the same time.
4497
4498 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
4499
4500 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4501
4502 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4503
4504 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4505 "warning" level.
4506
4507 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4508 (mm-url-insert-file-contents): Don't set the package names.
4509
4510 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
4511
4512 * gnus-registry.el (gnus-registry-action): Remove properties and
4513 simplify subject in `gnus-registry-handle-action'.
4514 (gnus-registry-spool-action): Get subject and sender from message if
4515 they are not passed in.
4516 (gnus-registry-handle-action): Remove properties and simplify subject
4517 consistently.
4518
4519 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4520
4521 * registry.el: Require CL before using defmacro*.
4522
4523 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
4524
4525 * gnus-art.el (article-treat-date): Assume that
4526 gnus-article-date-headers may be a group parameter.
4527
4528 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
4529
4530 * gnus-registry.el (gnus-registry-handle-action): More debugging.
4531
4532 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4533 interactively so the newsrc file can contain foreign groups too.
4534 Useful for debugging but not much for users.
4535
4536 2011-04-07 David Engster <dengste@eml.cc>
4537
4538 * registry.el (registry-usage-test): Only do
4539 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4540 lexical binding.
4541
4542 2011-04-06 David Engster <dengste@eml.cc>
4543
4544 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4545 argument NOERROR for `require', since XEmacs 21.4 does not support it.
4546
4547 2011-04-06 David Engster <dengste@eml.cc>
4548
4549 * registry.el (initialize-instance): Change :after to :AFTER to be
4550 compatible with old EIEIO version in XEmacs.
4551
4552 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4553
4554 * gnus-registry.el (gnus-registry-post-process-groups)
4555 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4556 and provide better messaging.
4557
4558 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4559
4560 * gnus-registry.el: Don't use ERT if it's not available. Load it
4561 unconditionally anyway, discarding errors.
4562 (gnus-registry-delete-entries): New convenience function.
4563 (gnus-registry-import-eld): Import from old .eld registry.
4564
4565 * registry.el: Don't use ERT if it's not available. Load it
4566 unconditionally anyway, discarding errors.
4567
4568 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4569 version from the Claudio Bley GnuTLS patch (extra optional parameters
4570 and host name).
4571
4572 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
4573
4574 * gnus-registry.el (gnus-registry-fixup-registry): New function to
4575 fixup the parameters that can be customized by the user between
4576 save/read cycles.
4577 (gnus-registry-read): Use it.
4578 (gnus-registry-make-db): Use it.
4579 (gnus-registry-spool-action, gnus-registry-handle-action):
4580 Fix messaging.
4581 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4582 Map references to actual group names with sender and subject tracking.
4583 (gnus-registry-post-process-groups): Use `cond' for better messaging.
4584 (gnus-registry-usage-test): Add subject lookup test.
4585
4586 * registry.el (registry-db, initialize-instance): Set up constructor
4587 instead of :initform arguments for the sake of older Emacsen.
4588 (registry-lookup-breaks-before-lexbind): New method to demonstrate
4589 pre-lexbind merge bug.
4590 (registry-usage-test): Use it.
4591 (initialize-instance, registry-db): Move the non-function initforms
4592 back to the class definition.
4593
4594 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
4595
4596 * registry.el: New library to manage gnus-registry-style data.
4597
4598 * gnus-registry.el: Use it (major rewrite).
4599
4600 * nnregistry.el: Use it.
4601
4602 * spam.el: Use it.
4603
4604 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4605
4606 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4607 marks on non-selected articles.
4608
4609 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
4610
4611 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4612
4613 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4614 parameter to open-protocol-stream.
4615
4616 2011-04-01 Julien Danjou <julien@danjou.info>
4617
4618 * mm-view.el (mm-display-inline-fontify): Do not fontify with
4619 fundamental-mode.
4620
4621 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4622
4623 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4624 servers.
4625
4626 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4627
4628 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4629 made marks not propagate, again.
4630
4631 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
4632
4633 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4634 Make this the default type.
4635 (proto-stream-open-plain): Rename from proto-stream-open-default.
4636 (open-protocol-stream, proto-stream-open-starttls)
4637 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4638 with `plain'.
4639
4640 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4641 value.
4642
4643 * nntp.el (nntp-open-connection-function): Document the fact that some
4644 values are not functions but are instead handled specially.
4645 Recognize nntp-open-plain-stream value.
4646 (nntp-open-connection): Recognize that value.
4647
4648 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4649
4650 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4651 stuff.
4652
4653 * gnus-score.el (gnus-score-string): Fix calling convention of
4654 `gnus-simplify-buffer-fuzzy' after last patches.
4655
4656 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4657 server for articles we didn't get any headers for. This is a sanity
4658 check.
4659
4660 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
4661
4662 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4663 new CAPABILITY, use it.
4664
4665 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4666
4667 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4668 downloading anything.
4669
4670 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4671
4672 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
4673
4674 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4675 colors.
4676 (gnus-splash-svg-color-symbols): New function.
4677
4678 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4679
4680 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4681 instead of using the global gnus-simplify-subject-fuzzy-regexp.
4682 (gnus-simplify-subject-fuzzy): Use the local
4683 gnus-simplify-subject-fuzzy-regex instead of the global one.
4684 This makes using this variable in group parameters work.
4685
4686 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4687
4688 * gnus-registry.el (gnus-registry-unfollowed-groups):
4689 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4690 archive:sent-YYYY-MM-DD groups).
4691 (gnus-registry-split-fancy-with-parent): Bail out early in sender
4692 tracking if there are more than `gnus-registry-max-track-groups'
4693 matches.
4694
4695 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * message.el (message--yank-original-internal): New function to do the
4698 insertion cleanly inside eval in `message-yank-original'.
4699 (message-yank-original): Use it.
4700
4701 2011-03-29 Julien Danjou <julien@danjou.info>
4702
4703 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4704 local variables disabled rather than `normal-mode'.
4705
4706 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
4707
4708 * proto-stream.el: Changes preparatory to merging open-protocol-stream
4709 with open-network-stream.
4710 (proto-stream-always-use-starttls): Option removed.
4711 (open-protocol-stream): Return a process object by default. Provide a
4712 new parameter :return-list specifying a list-type return value, which
4713 now has the form (PROP . PLIST) instead of a fixed-length list. Change
4714 :type `network' to `try-starttls', and `network-only' to `default'.
4715 Make `default' the default, for compatibility with open-network-stream.
4716 Handle the no-parameter case exactly as open-network-stream, with no
4717 additional stream processing. Search plists using plist-get.
4718 Explicitly add :end-of-commend parameter if it is missing.
4719 (proto-stream-open-default): Rename from
4720 proto-stream-open-network-only. Return 'default as the type.
4721 (proto-stream-open-starttls): Rename from proto-stream-open-network.
4722 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
4723 failed. Always return a list with a (possibly dead) process as the
4724 first element, for compatibility with open-network-stream.
4725 (proto-stream-open-tls): Use plist-get. Always return a list.
4726 (proto-stream-open-shell): Return `default' as connection type.
4727 (proto-stream-capability-open): Use plist-get.
4728 (proto-stream-eoc): Function deleted.
4729
4730 * nnimap.el (nnimap-stream, nnimap-open-connection)
4731 (nnimap-open-connection-1): Handle renaming of :type parameter for
4732 open-protocol-stream.
4733 (nnimap-open-connection-1): Pass a :return-list parameter
4734 open-protocol-stream to obtain a list return value. Parse this list
4735 using plist-get.
4736
4737 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4738 for open-protocol-stream. Accept open-protocol-stream return value
4739 that is a subprocess object instead of a list. Handle the case of a
4740 dead returned process.
4741
4742 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
4743
4744 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4745
4746 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4747
4748 2011-03-21 Julien Danjou <julien@danjou.info>
4749
4750 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4751 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
4752 query.
4753 (mm-inline-text): Render normal text with fontification whenever
4754 possible.
4755
4756 * gnus-sum.el (gnus-summary-save-parts-1):
4757 * gnus-art.el (gnus-article-browse-html-save-cid-content)
4758 (gnus-article-browse-html-parts, gnus-mime-delete-part)
4759 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4760 Use `mm-handle-filename'.
4761
4762 * mm-util.el (mm-handle-filename): New function, return the filename of
4763 an handle.
4764
4765 2011-03-18 Julien Danjou <julien@danjou.info>
4766
4767 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4768 (gnus-buffer-live-p): Check that buffer is not nil.
4769
4770 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4771
4772 * gnus-art.el: Require mouse, which the build bot seems to say is
4773 needed.
4774
4775 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4776 XEmacs, since it doesn't have url-retrieve-synchronously.
4777
4778 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
4779
4780 * gnus-group.el (gnus-group-list-ticked): New function.
4781 (gnus-group-make-menu-bar): Provide a menu entry for it.
4782 (gnus-group-list-map): Provide a binding for it.
4783
4784 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4785
4786 * shr.el (shr-visit-file): New command.
4787
4788 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4789
4790 2011-03-17 Bjørn Mork <bjorn@mork.no>
4791
4792 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4793 servers.
4794
4795 2011-03-16 Julien Danjou <julien@danjou.info>
4796
4797 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4798 inline.
4799
4800 * gnus-art.el (article-hide-list-identifiers):
4801 Use gnus-group-get-list-identifiers.
4802
4803 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4804 (gnus-summary-remove-list-identifiers):
4805 Use gnus-group-get-list-identifiers to get regexp.
4806 (gnus-select-newsgroup, gnus-summary-insert-subject)
4807 (gnus-summary-insert-articles):
4808 Call gnus-summary-remove-list-identifiers unconditionally.
4809
4810 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4811
4812 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4813 we're selecting a group with unread articles.
4814
4815 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4816
4817 * gssapi.el: New file separated out from imap.el to provide a general
4818 Kerberos 5 connection facility for Emacs.
4819
4820 * message.el (message-elide-ellipsis): Document the format spec
4821 ellipsis.
4822
4823 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4824
4825 * message.el (message-elide-region): Allow the ellipsis to say how many
4826 lines were removed.
4827
4828 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4829
4830 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4831 window configurations containing buffers that are now dead.
4832
4833 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4834 parsing to avoid integer overflows.
4835 (nnimap-parse-flags): Simplify the last change.
4836 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4837 too large for 32-bit Emacsen.
4838
4839 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * auth-source.el (auth-source-netrc-create):
4842 * message.el (message-yank-original): Fix use of `case'.
4843
4844 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
4845
4846 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4847 XEmacs, which was one character too wide.
4848
4849 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
4850
4851 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4852 default number of articles to display.
4853 (gnus-articles-to-read): Use pretty names for prompt.
4854
4855 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4856
4857 * gnus-int.el (gnus-open-server): Ditto.
4858
4859 * gnus-start.el (gnus-activate-group): Give a backtrace if
4860 debug-on-quit is set and the user hits `C-g'.
4861 (gnus-read-active-file): Ditto.
4862
4863 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4864
4865 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
4866
4867 * message.el (message-yank-original): Use cond instead of CL case.
4868
4869 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4870
4871 * auth-source.el (auth-source-netrc-create): Use usual format for the
4872 default in prompts.
4873
4874 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4875
4876 * auth-source.el (auth-source-netrc-create): Show the default in the
4877 prompt when prompting for token creation.
4878
4879 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4880
4881 * auth-source.el (auth-source-format-prompt): Always convert the value
4882 to a string to avoid evaluating non-string arguments.
4883 (auth-source-netrc-create): Offer default properly, not as initial
4884 content in `read-string'.
4885 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4886 of line to determine if we've been run before. If so, don't run again,
4887 but print a trivial message to indicate the cache was hit instead.
4888
4889 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
4890
4891 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4892 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
4893 The user will have to run `gnus-sync-read' manually and wait for Cloudy
4894 Gnus.
4895
4896 2011-03-11 Julien Danjou <julien@danjou.info>
4897
4898 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4899 modified file".
4900
4901 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
4902
4903 * auth-source.el (auth-source-read-char-choice): New function to read a
4904 character choice using `dropdown-list', `read-char-choice', or
4905 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
4906 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
4907 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
4908 (auth-source-netrc-saver): Use it.
4909 (auth-source-pick-first-password): New convenience function.
4910
4911 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
4912
4913 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4914 parameter in the credentials.
4915 (nnimap-open-connection-1): Use it after a successful login.
4916 (nnimap-credentials): Add IMAP-specific user and password prompt.
4917
4918 * auth-source.el (auth-source-search): Add :require parameter, taking a
4919 list. Document it and the :save-function return token. Pass :require
4920 down. Change the CREATED message from a warning to a debug statement.
4921 (auth-source-search-backends): Pass :require down.
4922 (auth-source-netrc-search): Pass :require down.
4923 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4924 Change save prompt to indicate all modifications saved here are
4925 deletions.
4926 (auth-source-netrc-create): Take user login name as default in user
4927 prompt. Move all the save functionality to a lexically bound function
4928 under the :save-function token in the returned list. Set up clearer
4929 default prompts for user, host, port, and secret.
4930 (auth-source-netrc-saver): New function, intended to be wrapped for
4931 :save-function.
4932
4933 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4934
4935 * Version 23.3 released.
4936
4937 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4938
4939 * shr.el (shr-table-horizontal-line): Change the defaults for the table
4940 lines to be spaces instead.
4941
4942 2011-03-07 Julien Danjou <julien@danjou.info>
4943
4944 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4945 (sieve-sasl-auth): Check that auth-source-search did return something,
4946 or just return an empty string.
4947
4948 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4949
4950 * gnus.el (gnus-interactive): Use read-directory-name.
4951
4952 * gnus-uu.el (gnus-uu-decode-uu-and-save)
4953 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4954 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4955 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4956 Likewise.
4957
4958 * gnus-group.el (gnus-group-make-directory-group): Likewise.
4959
4960 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4961
4962 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4963 onto the list of killed groups, too. This makes killed nnimap groups,
4964 for instance, more reliably not reappear.
4965
4966 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4967 the parent.
4968
4969 * gnus-sum.el (gnus-update-read-articles): Fix typo.
4970
4971 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4972 really have server-side marks.
4973
4974 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4975 since most backends do not usefully have server-side marks.
4976 (gnus-update-read-articles): Propagate marks to all backends that
4977 really have server-side marks.
4978
4979 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4980
4981 * message.el (message-cite-reply-position, message-cite-style):
4982 New variables.
4983 (message-yank-original): Use the new citation styles.
4984
4985 2011-03-04 Daiki Ueno <ueno@unixuser.org>
4986
4987 * message.el (message-options): Revert the change that's a workaround
4988 for XEmacs buffer-local issue; don't mark it buffer-local when running
4989 under XEmacs.
4990
4991 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
4992
4993 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4994 numbers too big to be `read'.
4995
4996 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
4997
4998 * message.el (message-options): Make buffer-local two ways to attempt
4999 to fix a XEmacs bug.
5000
5001 2011-03-02 Julien Danjou <julien@danjou.info>
5002
5003 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5004
5005 2011-03-01 Julien Danjou <julien@danjou.info>
5006
5007 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5008 group.
5009 (article-hide-list-identifiers): Use list-identifier group parameter.
5010
5011 2011-02-28 Julien Danjou <julien@danjou.info>
5012
5013 * sieve.el (sieve-buffer-script-name): New local variable to store
5014 sieve script name.
5015 (sieve-edit-script): Store sieve script name.
5016 (sieve-upload): Use sieve script name when uploading.
5017 (sieve-upload): Use substitute-command-keys.
5018 (sieve-edit-script): Use substitute-command-keys.
5019 (sieve-refresh-scriptlist): Use substitute-command-keys.
5020 (sieve-manage-mode-map): Define keymap properly.
5021 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5022 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5023 Remove commented code about cvs.
5024 (sieve-manage-quit): New function.
5025 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5026
5027 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5028
5029 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5030
5031 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5032
5033 * auth-source.el (auth-source-search): Cache empty result sets.
5034
5035 * auth-source.el (auth-source-save-behavior): New variable to replace
5036 `auth-source-never-create'.
5037 (auth-source-netrc-create): Use it.
5038 (auth-source-never-save): Remove.
5039
5040 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5041
5042 * nnimap.el (nnimap-stream): Doc fix.
5043 (nnimap-open-connection-1): Reverse the order of the ports to that the
5044 prompted-for port is first.
5045
5046 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5047 retrieval by the no-group selection.
5048
5049 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5050 numerical parameters.
5051
5052 2011-02-25 Julien Danjou <julien@danjou.info>
5053
5054 * gnus-gravatar.el: Use gnus-with-article-buffer.
5055
5056 * gnus-art.el (gnus-with-article-buffer): Check that the
5057 gnus-article-buffer is alive.
5058
5059 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5060
5061 * auth-source.el (auth-source-creation-prompts): New variable to manage
5062 creation-time prompts.
5063 (auth-source-search): Document it.
5064 (auth-source-format-prompt): Add utility function.
5065 (auth-source-netrc-create): Don't default the user name to
5066 user-login-name. Use `auth-source-creation-prompts' and some default
5067 prompts for user, host, port, and password (the default generic prompt
5068 remains ugly).
5069 (auth-source-never-save): Add customizable option to never save info.
5070 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5071 mode excursion.
5072
5073 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5074
5075 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5076 argument that XEmacs doesn't support.
5077
5078 2011-02-23 Julien Danjou <julien@danjou.info>
5079
5080 * gnus-art.el (article-make-date-line): Ignore errors if time is
5081 invalid and not convertible.
5082 (article-make-date-line): Only add lapsed time if time is not nil.
5083
5084 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5085
5086 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5087 `read-char-choice' for backwards compatibility.
5088 (auth-source-netrc-element-or-first): New function to DTRT for
5089 parameter extraction.
5090 (auth-source-netrc-create): Use it and fix multiple parameter print
5091 bug. Use the default passed from above (given-default) or the
5092 built-in (user-login-name for :user).
5093
5094 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5095
5096 * gnus-start.el (gnus-dribble-read-file):
5097 Set buffer-save-without-query, since we always want to save the dribble
5098 file, probably.
5099
5100 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5101 nnimap.
5102
5103 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5104 -summary- since it's a user-visible variable.
5105
5106 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5107 first time you use the new Gnus.
5108
5109 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5110
5111 * auth-source.el: Don't load netrc.el.
5112 (auth-sources): Search ~/.netrc as well by default.
5113 (auth-source-debug): Add 'trivia option for extra output.
5114 (auth-source-do-trivia): Use it.
5115 (auth-source-search): Simplify logic to use
5116 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5117 appropriate. Don't keep a running count at this level. Layer :create
5118 and :delete options appropriately on the first and second passes.
5119 Don't track the backend with the search results.
5120 (auth-source-search-backends): New function to search a list of
5121 backends for a processed spec.
5122 (auth-source-netrc-parse): Cache all netrc files, making
5123 auth-source-netrc-cache an alist keyed by the file name and using the
5124 file mtime as the caching criterion. Keep the obfuscated data secret
5125 with a lexical bind.
5126 (auth-source-netrc-search): Don't calculate the length of the results
5127 unnecessarily.
5128 (auth-source-search-backends): Fix bug.
5129 (auth-source-netrc-create): Rework prompts.
5130
5131 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5132
5133 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5134 Lower case names of search constraints.
5135 (nnir-run-query): Cache and reuse search constraints for all imap
5136 servers.
5137
5138 2011-02-22 Sam Steingold <sds@gnu.org>
5139
5140 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5141
5142 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5143
5144 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5145 after exit.
5146 (gnus-setup-message): Define missing variable from last checkin.
5147
5148 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5149 value, show the raw article.
5150
5151 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5152
5153 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5154 auth-source now accepts numbers.
5155
5156 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5157 spec, too.
5158 (auth-source-ensure-strings): New function.
5159
5160 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5161 (gnus-article-setup-buffer): Always restart the date timer so that user
5162 changes to the frequency is respected.
5163
5164 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5165 port numbers, so make sure it gets that if nnimap-server-port is
5166 explicit.
5167
5168 2011-02-21 Simon Josefsson <simon@josefsson.org>
5169
5170 * nnimap.el (nnimap-inbox): Doc fix.
5171
5172 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5173
5174 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5175 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5176 color-lab-to-srgb.
5177
5178 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5179
5180 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5181 given method as in the group name if we're using an extended method.
5182 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5183 command, if we're using that, instead of waiting for the beginning.
5184
5185 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5186 we're sure to get unique server names, and we don't output two async
5187 commands in the same buffer. This fixes an NNTP hang for some users.
5188
5189 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5190
5191 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5192 summary buffer before reading going to the next buffer. This avoids
5193 putting the point in the group buffer if you `C-g' the command.
5194
5195 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5196 cache (for now) to make ~/.authinfo.gpg files usable.
5197
5198 * nnfolder.el (copyright-update): Define for the compiler.
5199
5200 * auth-source.el (auth-source-search): Fix unbound variable.
5201
5202 2011-02-19 Glenn Morris <rgm@gnu.org>
5203
5204 * gnus.el (gnus-meta): Doc fix.
5205
5206 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5207
5208 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5209 in case it's not yet loaded.
5210
5211 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5212
5213 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5214 line we're waiting for.
5215
5216 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5217
5218 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5219 face with line-width greater than zero will cause RET in gnus summary
5220 buffer to scroll down article page-wise because auto vscroll happens,
5221 it should be temporally disabled when doing a scroll-up.
5222
5223 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5224
5225 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5226 outputs from the server.
5227
5228 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5229
5230 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5231 later so that bbdb can hook in easier.
5232
5233 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5234
5235 * auth-source.el (auth-source-search): Don't try to create credentials
5236 if the caller doesn't want that.
5237 (auth-source-search): If we don't find a match, don't bug out on
5238 non-bound variables.
5239 (auth-source-search): Only ask a single backend to create the
5240 credentials.
5241
5242 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5243 logging.
5244 (nnimap-credentials): Protect against auth-source-search returning nil.
5245 (nnimap-request-list): Protect against not being able to open the
5246 server.
5247
5248 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5249
5250 * auth-source.el (auth-source-search): Do a two-phase search, one with
5251 no :create to get the responses from all backends.
5252
5253 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5254 when getting credentials.
5255
5256 * gnus-util.el (gnus-delete-duplicates): New function.
5257
5258 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5259
5260 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5261 a creation default, pass the whole port list down. It will be
5262 completed.
5263
5264 * auth-source.el (auth-source-search): Updated docs to talk about
5265 multiple creation choices.
5266 (auth-source-netrc-create): Accept a list as a value (from the search
5267 parameters) and do completion on that list. Keep a separate netrc line
5268 with the password obscured for showing the user.
5269
5270 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5271 first choice to `auth-source-search' so it will be used for entry
5272 creation instead of the server's Gnus-specific name.
5273 (nnimap-credentials): Rely on the auth-source library to select which
5274 port is actually wanted in the new netrc entry, so don't override
5275 `auth-source-creation-defaults'.
5276
5277 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5278 :protocol and accept a missing user, host, or port as a wildcard match.
5279 (auth-source-debug): Default to off.
5280
5281 (auth-source-netrc-search, auth-source-netrc-create)
5282 (auth-source-secrets-search, auth-source-secrets-create)
5283 (auth-source-user-or-password, auth-source-backend, auth-sources)
5284 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5285 instead of :protocol.
5286
5287 * nnimap.el (nnimap-credentials): Pass a port default to
5288 `auth-source-search' in case an entry needs to be created.
5289 (nnimap-open-connection-1): Use :port instead of :protocol.
5290
5291 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5292
5293 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5294 instead of delete-dups that is not available in XEmacs 21.4.
5295
5296 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5297
5298 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5299 nil means that nnimap doesn't get updated.
5300
5301 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5302
5303 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5304 result when the user doesn't want to write to the file.
5305 (auth-source-netrc-search): Expect a synthetic result and proceed
5306 accordingly.
5307 (auth-source-cache-expiry): New variable to override
5308 `password-cache-expiry'.
5309 (auth-source-remember): Use it.
5310
5311 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5312 parameter. Create entry if necessary by using :create t.
5313 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5314
5315 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5316
5317 * auth-source.el (auth-source-debug): Enable by default and don't
5318 mention the obsolete `auth-source-hide-passwords'.
5319 (auth-source-do-warn): New function to debug unconditionally.
5320 (auth-source-do-debug): Use it.
5321 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5322 and for Secrets API entries when the secrets.el library is not
5323 available.
5324
5325 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5326
5327 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5328 (gnus-summary-exit): Kill the correct article buffer on exit from a
5329 `C-d' group.
5330
5331 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5332 gnus-propagate-marks.
5333
5334 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5335 before killing the buffers so that a non-full window conf gets handled
5336 correctly.
5337 (gnus-summary-exit): Ditto.
5338 (gnus-summary-read-group-1): Ditto.
5339
5340 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5341 async code again so that we can debug it properly.
5342
5343 * message.el (message-reply): Take an optional switch-buffer parameter
5344 so that Gnus window confs are respected better.
5345
5346 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5347
5348 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5349 `plist-get' to accept non-list parameters (XEmacs issue).
5350 Fix docstring.
5351 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5352 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5353 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5354 Login collection is "Login" and not "login".
5355
5356 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5357
5358 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5359 multiple headers.
5360
5361 * nnimap.el (nnimap-inhibit-logging): New variable.
5362 (nnimap-log-command): Don't log login commands.
5363
5364 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5365 to have more parameters.
5366
5367 * nnimap.el (nnimap-send-command): Mark the command time for each
5368 command, so that we don't get NOOPs stepping on our toes.
5369
5370 * gnus-art.el (article-date-ut): Get the date from the Date header on
5371 `t'.
5372
5373 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5374
5375 * auth-source.el (auth-source-search): Use copy-sequence instead of
5376 the cl.el copy-list.
5377
5378 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5379
5380 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5381 Improve prompt.
5382
5383 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5384
5385 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5386 washing status from the default format. It isn't very informative.
5387
5388 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5389
5390 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5391 Fix Gcc processing on imap.
5392
5393 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * message.el (message-bury): Don't pop up a new window when selected
5396 window is dedicated.
5397
5398 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5399
5400 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5401
5402 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5403
5404 * sieve-manage.el: Autoload `auth-source-search'.
5405 (sieve-sasl-auth): Use it.
5406
5407 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5408
5409 * nnimap.el: Autoload `auth-source-forget+'.
5410 (nnimap-open-connection-1): Use it if the connection fails.
5411
5412 * auth-source.el: Require `password-cache'.
5413 (auth-source-hide-passwords, auth-source-cache): Remove and mark
5414 obsolete.
5415 (auth-source-magic): Marker for `password-cache' keys.
5416 (auth-source-do-cache): Update docstring.
5417 (auth-source-search): Use and check cache.
5418 (auth-source-forget-all-cached, auth-source-remember)
5419 (auth-source-recall, auth-source-forget, auth-source-forget+)
5420 (auth-source-specmatchp): Caching support functions.
5421 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5422 Remove and obsolete.
5423 (auth-source-user-or-password): Remove caching to further discourage
5424 using it. Always hide passwords.
5425
5426 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5427
5428 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5429 code for now, since it doesn't work for all users.
5430
5431 2011-02-09 Julien Danjou <julien@danjou.info>
5432
5433 * message.el (message-options): Make message-options really buffer
5434 local.
5435
5436 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
5437
5438 * mail-source.el: Autoload `auth-source-search'.
5439 (mail-source-keyword-map): Note order matters.
5440 (mail-source-set-1): Get all the mail-source source values and
5441 defaults and search auth-source on those if needed. This can all
5442 probably be simplified.
5443
5444 * nnimap.el: Autoload `auth-source-search'.
5445 (nnimap-credentials): Use it.
5446 (nnimap-open-connection-1): Ask for the virtual server and physical
5447 address in one shot.
5448
5449 * nntp.el: Autoload `auth-source-search'.
5450 (nntp-send-authinfo): Use it. Note TODO.
5451
5452 2011-02-08 Julien Danjou <julien@danjou.info>
5453
5454 * shr.el (shr-tag-body): Add support for text attribute in body
5455 markups.
5456
5457 * message.el (message-options): Make message-options a local variable.
5458
5459 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
5460
5461 * auth-source.el (auth-source-secrets-search)
5462 (auth-source-user-or-password): Use `append' instead of `nconc'.
5463 (auth-source-user-or-password): Build return list better and protect
5464 against nil :secret.
5465
5466 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
5467
5468 * nnimap.el (nnimap-update-info): Refactor slightly.
5469 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5470 (nnimap-update-info): Clean up slightly.
5471 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5472 characters.
5473 (nnimap-process-quirk): Rename function to avoid collision.
5474 (nnimap-update-info): Fix macrology bug-out.
5475 (nnimap-update-info): Simplify split history test.
5476
5477 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
5478
5479 * auth-source.el (top): Require 'eieio unconditionally.
5480 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5481 (auth-source-secrets-search): Limit search when `max' is greater than
5482 number of results.
5483
5484 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5485
5486 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5487 part not returning any data.
5488
5489 * proto-stream.el (open-protocol-stream): Document the return value.
5490
5491 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5492
5493 * auth-source.el (auth-source-secrets-search): Add examples.
5494
5495 2011-02-06 Julien Danjou <julien@danjou.info>
5496
5497 * message.el (message-setup-1): Handle message-generate-headers-first
5498 set to t.
5499
5500 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5501
5502 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5503 API with a string "secrets:collection-name" and with 'default.
5504 (auth-source-backend-parse): Parse "secrets:collection-name" and
5505 'default. Recurse on parses instead of repeating code. Use the
5506 Secrets API is the source is not nil and 'ignore otherwise. Emit a
5507 message when ignoring a source.
5508 (auth-source-search): List ignored search keys at the top level.
5509 (auth-source-netrc-create): Use `case' instead of `cond'.
5510 (auth-source-secrets-search): Created with TODOs.
5511 (auth-source-secrets-create): Created with TODOs.
5512 (auth-source-retrieve, auth-source-create, auth-source-delete)
5513 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5514 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5515 (auth-source-user-or-password-sftp)
5516 (auth-source-user-or-password-smtp): Remove.
5517 (auth-source-user-or-password): Deprecated and modified to be a wrapper
5518 around `auth-source-search'. Not tested thoroughly.
5519
5520 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
5521
5522 * auth-source.el: Bring in assoc and eioeio libraries.
5523 (secrets-enabled): New variable to track the status of the Secrets API.
5524 (auth-source-backend): New EIOEIO class to represent a backend.
5525 (auth-source-creation-defaults): New variable to set prompt defaults
5526 during token creation (see the `auth-source-search' docstring for
5527 details).
5528 (auth-sources): Simplify to allow a simple string as a netrc backend
5529 spec.
5530 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5531 (auth-source-backend-parse-parameters): Fill in the backend parameters.
5532 (auth-source-search): Main auth-source API entry point.
5533 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5534 (auth-source-search-collection): Helper function for searching.
5535 (auth-source-netrc-parse, auth-source-netrc-normalize)
5536 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5537 Supports search, create, and delete.
5538 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5539 backend stubs.
5540 (auth-source-user-or-password): Call `auth-source-search' but it's not
5541 ready yet.
5542
5543 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
5544
5545 * message.el (message-setup-1): Remove the read-only stuff, since it
5546 doesn't work under XEmacs, for some reason.
5547
5548 * gnus-sum.el (gnus-user-date): Rename back from
5549 gnus-summary-user-date since user code refers to it.
5550
5551 * shr.el (shr-render-td): Store the actual background color used.
5552
5553 * message.el (message-setup-1): Don't bind the constant
5554 -forbidden-properties.
5555 (message-setup-1): Revert previous change, since it needs to bind the
5556 props to insert them.
5557 (message-resend): Allow removing the read-only separator line.
5558
5559 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5560
5561 * nnimap.el (nnimap-request-accept-article): Give an error message if
5562 the APPEND wasn't successful.
5563
5564 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
5565
5566 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5567 that have no groups.
5568
5569 2011-02-03 Julien Danjou <julien@danjou.info>
5570
5571 * gnus-draft.el: Remove progn around gnus-draft-setup.
5572
5573 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5574
5575 * gnus-start.el (gnus-read-active-for-groups): This function is never
5576 called with a nil `infos', so clean that up.
5577 (gnus-get-unread-articles): Request active files from primary/secondary
5578 methods that have no groups (yet).
5579
5580 2011-02-03 Julien Danjou <julien@danjou.info>
5581
5582 * message.el (message-setup-1): Always generate References first.
5583 (message-mail): Return the return value of message-setup, not always t.
5584 (message-setup-1): Insert mail-header-separator with read-only and
5585 intangible properties set.
5586
5587 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5588 user-date in docstring.
5589
5590 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5591
5592 * gnus.el (gnus-summary-line-format): Mention &user-date format in
5593 docstring.
5594
5595 * gnus.el (gnus-user-date-format-alist): Change default value.
5596 Use defcustom, with type and group. Move from gnus-util.el.
5597 Rename to gnus-summary-user-date-format-alist.
5598
5599 2011-02-03 Glenn Morris <rgm@gnu.org>
5600
5601 * nnimap.el (gnus-fetch-headers): Declare.
5602
5603 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5604
5605 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5606
5607 * message.el (message-forward-make-body-digest-plain)
5608 (message-followup, message-reply): Clean up things noted by Stefan.
5609
5610 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5611 gnus-article-update-date-headers is nil.
5612 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5613 it didn't really work with defcustom.
5614 (article-update-date-lapsed): Make sure the window start doesn't move,
5615 either.
5616
5617 2011-02-01 Julien Danjou <julien@danjou.info>
5618
5619 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5620 format.
5621
5622 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5623 standard in Emacs nowadays.
5624
5625 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5626
5627 * message.el (message-expand-name): Don't trust the return value of
5628 bbdb-complete-name.
5629 (message-check-news-header-syntax): Remove unused var `start'.
5630 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5631 (message-inhibit-body-encoding): Move to before first use.
5632 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5633 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5634 (Organization, Message-ID, Date, mh-previous-window-config):
5635 Defvar the vars using dynamic scoping.
5636
5637 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5638
5639 * shr.el (shr-render-td): Only do colors at the final rendering.
5640 Should be slightly faster.
5641 (shr-insert-table): Fix up TD background colors when doing the
5642 vertical padding.
5643
5644 * gnus-art.el (article-date-ut): Protect against articles with no Date
5645 header.
5646 (article-update-date-lapsed): Don't use current-column to find the
5647 horizontal position. It's fragile in the presence of \003 characters.
5648
5649 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5650
5651 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5652
5653 * gnus-art.el (article-transform-date): Rewrite to still work when
5654 there are several rfc2822 parts.
5655 (article-transform-date): Fix infinite recursion.
5656 (article-date-ut): Replace infinitely many Date headers with a single
5657 one when called interactively.
5658
5659 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5660 secure manner.
5661
5662 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5663 move around by not using save-window-excursion. It seems to work...
5664
5665 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5666
5667 * gnus-art.el (article-make-date-line): Work for user-defined format.
5668
5669 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5670
5671 * nntp.el (nntp-retrieve-group-data-early)
5672 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5673 fetching functions.
5674
5675 * gnus-start.el (gnus-read-active-for-groups): Read the active files
5676 thoroughly for all backends that have no known groups. This should
5677 allow new nnml methods to retrieve mail.
5678
5679 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5680 that Gnus doesn't know exists again.
5681
5682 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5683 (gnus-treat-date-ut): Ditto.
5684 (gnus-article-update-date-header): Rename.
5685 (gnus-treat-date-local): Remove.
5686 (gnus-treat-date-english): Remove.
5687 (gnus-treat-date-lapsed): Remove.
5688 (gnus-treat-date-combined-lapsed): Remove.
5689 (gnus-treat-date-original): Remove.
5690 (gnus-treat-date-iso8601): Remove.
5691 (gnus-treat-date-user-defined): Remove.
5692 (gnus-article-date-headers): New variable to control all the date
5693 header options.
5694 (article-date-ut): Rewrite to allow using the new way to format date
5695 headers(s).
5696
5697 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
5698
5699 * nnmail.el (nnmail-article-group): Check for a direct fancy split
5700 method.
5701 (nnmail-article-group): A better test for fanciness.
5702
5703 * nnimap.el (nnimap-request-head): Protect against not finding the
5704 article by Message-ID.
5705
5706 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
5707
5708 * gnus-art.el (article-update-date-lapsed): Try a better way to really
5709 keep point at the "same place".
5710
5711 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5712
5713 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5714 data if the group is inactive.
5715
5716 2011-01-28 Julien Danjou <julien@danjou.info>
5717
5718 * gnus-win.el: Remove dead function gnus-window-configuration-element.
5719 (gnus-all-windows-visible-p): Remove old compatibility code.
5720 (gnus-window-top-edge): Add docstring.
5721
5722 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5723
5724 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5725
5726 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5727 older request-update-info.
5728
5729 * gnus-art.el (article-make-date-line): Limit the length a bit more.
5730
5731 2011-01-28 Daiki Ueno <ueno@unixuser.org>
5732
5733 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5734 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5735
5736 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5737
5738 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5739 groups. This makes the nndraft:queue group pop up if it's not already
5740 there.
5741
5742 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5743 messages" logic, which was reversed.
5744
5745 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5746 the "same place" even if point is on the line being replaced.
5747 (article-update-date-lapsed): Allow updating both the combined lapsed
5748 and the lapsed headers.
5749 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5750 (article-make-date-line): Limit the number of segments dynamically to
5751 avoid too-long lines.
5752
5753 2011-01-27 Julien Danjou <julien@danjou.info>
5754
5755 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5756 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5757
5758 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
5759
5760 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5761 Use plist-get instead of the cl function getf.
5762
5763 2011-01-27 Glenn Morris <rgm@gnu.org>
5764
5765 * gnus-util.el (float-time): Get rid of compiler warning, again.
5766
5767 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5768
5769 * shr.el (shr-put-color): Special-case background colors: Do put them
5770 at the blank parts at the front of the lines.
5771
5772 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5773 exit hook to nix out all data on readedness on group exit.
5774
5775 * gnus-util.el (float-time): If float-time is bound, always use it on
5776 all Emacsen. It's unclear why the subrp check was there.
5777 (time-date): Require to make some autoload issues on XEmacs go away.
5778
5779 * shr.el (shr-put-color): Don't do the box padding in tables, since
5780 they're already padded.
5781
5782 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
5783
5784 * gnus-art.el (gnus-article-next-page): When the last line of the
5785 article is displayed, scroll down once more instead of going to the
5786 next article at once.
5787 (article-lapsed-string): Refactor out and allow specifying how many
5788 segments you want.
5789 (gnus-article-setup-buffer): Start updating the lapsed header directly.
5790 (gnus-article-update-lapsed-header): New variable.
5791
5792 * shr.el: Revert change that made headings use different-sized faces.
5793 The Emacs display engine isn't advanced enough that, for instance,
5794 tables can comfortably use differently-sized faces.
5795
5796 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5797
5798 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5799 used.
5800 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5801 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5802 we're using an encrypted connection.
5803
5804 * proto-stream.el: Alter the interface functions to also return the
5805 actual stream type used: network or TLS.
5806
5807 2011-01-25 Julien Danjou <julien@danjou.info>
5808
5809 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5810 (mm-display-javascript-inline): New function.
5811
5812 * mm-decode.el (mm-inline-media-tests): Add application/javascript
5813 viewing function.
5814
5815 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5816
5817 * shr.el (shr-expand-newlines): Fix variable name.
5818
5819 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5820
5821 * shr.el (shr-expand-newlines): Make nested boxes work.
5822
5823 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5824
5825 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5826 backgrounds.
5827 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5828 in a more sensible manner.
5829
5830 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
5831
5832 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5833 if EPG is loaded.
5834
5835 2011-01-24 Julien Danjou <julien@danjou.info>
5836
5837 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5838 tags.
5839
5840 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5841
5842 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5843 commands.
5844
5845 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5846 in the article buffer.
5847 (gnus-gravatar-insert): Use blank space from the current buffer to
5848 avoid breaking text properties. This makes X-Sent updating work again.
5849
5850 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5851
5852 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
5853
5854 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5855 fix the bug in url-http.el instead.
5856
5857 * shr.el (shr-image-fetched): Ditto.
5858
5859 * shr.el (shr-image-fetched): Avoid having point move in the article
5860 buffer.
5861
5862 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5863 buffer after being called. It's apparently being killed by url.el, and
5864 killing it made point move to end-of-buffer in a random buffer.
5865
5866 * shr.el (shr-image-fetched): Ditto.
5867
5868 2011-01-23 Julien Danjou <julien@danjou.info>
5869
5870 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5871
5872 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5873 text/x-org.
5874
5875 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5876
5877 * gnus-sum.el (gnus-summary-move-article): Protect against backends
5878 (i.e., nnimap) returning nil as the article number.
5879
5880 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5881
5882 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5883 "DelSp" parameter in RFC3676.
5884
5885 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5886
5887 * message.el (message-check-recipients): Display the encoded version of
5888 the bogus address if they differ.
5889
5890 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5891 after sending.
5892
5893 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5894
5895 * gnus-group.el (gnus-group-refresh-group): New convenience function.
5896
5897 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5898 group buffer after sending the queue.
5899
5900 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5901
5902 2011-01-22 Julien Danjou <julien@danjou.info>
5903
5904 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5905
5906 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5907
5908 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5909 nested related parts.
5910
5911 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5912 unexpired articles. This fixes the regression that led expiry marks to
5913 disappear from nnfolder groups.
5914
5915 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5918 Don't confuse the "ret" of "retrograde" with RET.
5919
5920 2011-01-21 Julien Danjou <julien@danjou.info>
5921
5922 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5923 than mm-insert-inline.
5924
5925 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5926
5927 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5928 Widen article buffer.
5929
5930 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5933 the temp buffer.
5934 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5935
5936 2011-01-20 Julien Danjou <julien@danjou.info>
5937
5938 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5939
5940 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5941 than mm-insert-inline to insert inline part: this respect
5942 mm-inline-media-tests displayers.
5943
5944 * mm-view.el (mm-display-shell-script-inline): New function.
5945
5946 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5947
5948 * mm-uu.el (mm-uu-type-alist): Add org block.
5949 (mm-uu-org-src-code-block-extract): New function.
5950
5951 * mm-view.el (mm-display-org-inline): New function.
5952
5953 * mm-decode.el (mm-automatic-display): Add text/org.
5954
5955 * mailcap.el (mailcap-mime-extensions): Add .org.
5956
5957 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5958
5959 * gnus-art.el (gnus-article-highlight): Remove argument passed to
5960 gnus-article-add-buttons.
5961
5962 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
5963
5964 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5965 From header with a date and "nobody" as the sender.
5966
5967 2011-01-19 Julien Danjou <julien@danjou.info>
5968
5969 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5970 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5971 if you have the same regexp several times.
5972 (gnus-button-push): Fix matching when regexp is symbol.
5973
5974 2011-01-15 Glenn Morris <rgm@gnu.org>
5975
5976 * message.el (message-mail): A compose-mail function should
5977 accept headers as strings.
5978
5979 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
5980
5981 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5982 Add :vert-only tags.
5983 (message-mail): New arg RETURN-ACTION.
5984 (message-return-action): New var.
5985 (message-bury): Use it.
5986 (message-mode): Make it buffer-local.
5987 (message-send-and-exit): Always call message-bury.
5988
5989 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
5990 message-mail.
5991
5992 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5993
5994 * nnimap.el (nnimap-convert-partial-article): Protect against
5995 zero-length body parts.
5996
5997 * mm-decode.el (mm-preferred-alternative-precedence):
5998 Discourage showing empty parts.
5999
6000 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6001 and stuff if the backend didn't return the article number. This fixes
6002 an Exchange-related nnimap bug.
6003
6004 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6005 group window, because it does the wrong thing when a separate frame
6006 displays the group buffer.
6007
6008 * proto-stream.el (open-protocol-stream): Protect against the low-level
6009 transport functions returning nil.
6010
6011 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6012
6013 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6014 (mml2015-epg-find-usable-secret-key): New function.
6015 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6016 mml2015-epg-find-usable-key (Bug#7797).
6017 (mml2015-epg-encrypt): Ditto.
6018
6019 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6020
6021 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6022
6023 2011-01-03 Glenn Morris <rgm@gnu.org>
6024
6025 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6026
6027 * sieve.el (sieve-open-server): Give a more explicit error if
6028 sieve-manage-open returns nil. (Bug#7720)
6029
6030 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6031
6032 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6033
6034 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6035
6036 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6037 This avoids sending passwords in plain text over non-encrypted
6038 channels.
6039
6040 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6041
6042 * nnimap.el (nnimap-login): Refactored out into own function, and
6043 implement CRAM-MD5.
6044 (nnimap-wait-for-line): Refactored out.
6045
6046 * mm-view.el (mml-smime): Require.
6047
6048 2010-12-20 David Engster <deng@eml.cc>
6049
6050 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6051 use EPG to decrypt S/MIME messages instead of openssl.
6052
6053 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6054
6055 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6056
6057 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6058 status is the group clearly is unreachable.
6059
6060 * auth-source.el (auth-source-create): Add the optional second
6061 parameter to `local-variable-p' to be compatible with XEmacs.
6062
6063 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6064
6065 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6066 work when using a compressed nnml folder.
6067
6068 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6069
6070 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6071 backends after sanitising on entry, because this never makes sense:
6072 If the articles have gone missing, then the data no longer exists on
6073 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6074 overwrite anything anyway.
6075
6076 * shr.el (shr-insert-document): Bind shr-width dynamically to
6077 window-width if it's nil.
6078
6079 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6080
6081 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6082 with the meaning of using the full emacs window width for rendering.
6083
6084 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6085
6086 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6087 case when sender is not given.
6088
6089 2010-12-23 Julien Danjou <julien@danjou.info>
6090
6091 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6092 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6093 the addresses, otherwise we might misplaced the gravatar.
6094
6095 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6096
6097 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6098 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6099 obsolete in Emacs.
6100
6101 2010-12-20 Julien Danjou <julien@danjou.info>
6102
6103 * gnus-util.el (gnus-rescale-image): Revert last change.
6104
6105 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6106
6107 * gnus-group.el (gnus-group-delete-articles): New command.
6108
6109 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6110
6111 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6112
6113 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6114
6115 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6116 here, since it's up to the backends to do CRLF removal if their
6117 protocol has it.
6118
6119 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6120
6121 2010-12-17 Julien Danjou <julien@danjou.info>
6122
6123 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6124 they are from file. Can also scale up.
6125
6126 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6127
6128 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6129 Restore gnus-use-agent.
6130 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6131
6132 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6133
6134 2010-12-17 Julien Danjou <julien@danjou.info>
6135
6136 * gravatar.el (gravatar-retrieve-synchronously): New function.
6137 (gravatar-get-data): Make more robust.
6138
6139 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6140
6141 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6142 to really consider the last line.
6143
6144 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6145
6146 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6147 list of recipient keys, or use symmetric encryption if not a list.
6148 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6149 EPA override, replacing the call to `netrc-store-data'.
6150
6151 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6152
6153 * gnus-srvr.el: Avoid passing nil regexp argument to
6154 delete-matching-lines.
6155
6156 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6157
6158 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6159 fetching stops when Gnus exits.
6160
6161 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6162 function.
6163 (nnfolder-request-expire-articles): Save all the buffers after doing
6164 expiry.
6165
6166 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6167 the last article", since that led to serious performance regressions
6168 when expiring nnml groups.
6169
6170 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6171
6172 * nnir.el: Improve customizations.
6173
6174 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6175
6176 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6177
6178 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6179 group has been killed.
6180 (gnus-group-yank-group): Ditto.
6181
6182 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6183
6184 * nnimap.el (nnimap-request-update-group-status): New function.
6185
6186 * gnus-int.el (gnus-request-update-group-status): New interface
6187 function.
6188
6189 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6190 copying read-ness to the backends.
6191
6192 * nnimap.el (nnimap-quirk): New function.
6193 (nnimap-retrieve-group-data-early): Use it.
6194 (nnimap-quirks): New alist.
6195
6196 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6197
6198 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6199 don't delete it within indentation.
6200
6201 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6202
6203 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6204 previous line.
6205
6206 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6207
6208 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6209 QRESYNC command by deleting a superfluous space which broke Cyrus
6210 servers. This change will break other servers that are buggy the other
6211 way around.
6212
6213 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6214
6215 * spam.el: Reindent and fix long lines.
6216 (spam-copy-or-move-routine): Exclude invalid move destinations.
6217
6218 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6219
6220 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6221 installed the registry.
6222
6223 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6224
6225 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6226 groupname doesn't contain "gmane".
6227
6228 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6229
6230 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6231 (gnus-1): Don't create the nndrafts group twice.
6232 (gnus-setup-news): There's no need to read the active file here, since
6233 that's done again later on a per-backend basis.
6234 (gnus-start-draft-setup): Make sure that the new group is started out
6235 empty.
6236
6237 * gnus-agent.el (gnus-agentize): Don't create the queue group
6238 automatically on startup. It'll be created later, if needed.
6239
6240 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6241 of automatically subscribed groups.
6242 (gnus-auto-subscribed-categories): New variable.
6243 (gnus-matches-options-n): Use it.
6244 (gnus-default-subscribed-newsgroups): Remove unused variable.
6245 (gnus-start-draft-setup): Message a bit less.
6246
6247 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6248
6249 * nnir.el (nnir-run-imap): Return article list in order of increasing
6250 UID.
6251
6252 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6253
6254 * gnus-sum.el (gnus-summary-enter-digest-group):
6255 Mention gnus-auto-select-on-ephemeral-exit.
6256
6257 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6258 convention of the network-only option.
6259
6260 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6261
6262 * proto-stream.el (proto-stream-open-network-only): New function to
6263 have a way to specify non-STARTTLS upgrade connections.
6264
6265 2010-12-10 Julien Danjou <julien@danjou.info>
6266
6267 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6268 email address is nil.
6269
6270 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6271
6272 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6273
6274 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6275 deletion.
6276 (nnir-run-imap): Only need to parse list once.
6277
6278 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6279
6280 * shr.el (shr-tag-script): Ignore <script>.
6281 (shr-tag-label): Add <label> support.
6282
6283 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6284
6285 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6286
6287 * shr.el (shr-image-displayer): Work for images lined side by side.
6288
6289 2010-12-08 Robert Pluim <rpluim@gmail.com>
6290
6291 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6292 parameter, since XEmacs doesn't accept t as a parameter.
6293
6294 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6295
6296 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6297 ids.
6298 (nnir-run-gmane): Simplify groupspec formatting.
6299 (nnir-request-expire-articles): New function.
6300
6301 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6302
6303 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6304 overflow, possibly.
6305
6306 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6307 (shr-render-td): Handle td style="" better.
6308 (shr-tag-table): Use the color from the style sheet.
6309 (shr-render-td): Make sure we copy over all the overlays, too.
6310
6311 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6312
6313 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6314 (nnir-request-article): Improve article retrieval.
6315
6316 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6317
6318 * mm-util.el (mm-extra-numeric-entities): New variable.
6319
6320 * mm-url.el (mm-url-decode-entities):
6321 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6322
6323 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * message.el: Use completion-at-point.
6326 (message-completion-function): New fun, extracted from message-tab.
6327 (message-mode): Use it for completion-at-point-functions.
6328 (message-tab): Use it and completion-at-point.
6329
6330 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6331
6332 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6333 character if a non-breakable character follows.
6334
6335 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6336
6337 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6338 any stream.
6339
6340 * shr.el (shr-tag-font): Colorize the region.
6341 (shr-tag-body): Ditto.
6342 (shr-tag-font): Actually let the styles be inherited instead of
6343 overwriting them.
6344 (shr-tag-font): Get the background color right.
6345 (shr-tag-style): Ignore all <style> tags for the moment.
6346
6347 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6348 a Message-ID to avoid having nnimap depend on gnus-sum.
6349
6350 * shr.el (shr-descend): Only colorize something if we have a node that
6351 sets colors.
6352
6353 2010-12-06 Julien Danjou <julien@danjou.info>
6354
6355 * shr.el (shr-render-td): Render td content with shr-descend, so style
6356 will be applied to <td> too.
6357 (shr-colorize-region): Colorize region even if we only have a background.
6358 (shr-tag-body): Fix color and background color inheritance.
6359 Do not recolorize after shr-generic.
6360 (shr-tag-font): Let shr-generic colorize via inheritance.
6361
6362 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6363
6364 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6365
6366 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6367
6368 * nnir.el (nnir-request-move-article): Remove obsolete code.
6369
6370 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6371
6372 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6373
6374 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6375
6376 * gnus-sum.el (gnus-summary-respool-article): The completion function
6377 expects a list instead of an alist.
6378
6379 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6380 string as the parameter.
6381
6382 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6383
6384 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6385 styles.
6386 (shr-colorize-region): New function.
6387 (shr-insert-background-overlay): Remove.
6388 (shr-render-td): Background setting should be taken care of on a higher
6389 level.
6390 (shr-tag-body): Use post-hoc colorizations.
6391 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6392 (shr-put-color-1): Don't overwrite old colors.
6393 (shr-colorize-region): When the background color isn't explicit, use
6394 a fixed background.
6395
6396 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6397 nnmail variables.
6398
6399 2010-12-05 Bjørn Mork <bjorn@mork.no>
6400
6401 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6402 unless necessary.
6403
6404 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6405
6406 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6407 server.
6408
6409 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6410
6411 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6412 so that TAB works.
6413
6414 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6415 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6416
6417 * shr.el (shr-urlify): Show the URL before the title to avoid
6418 misleading URLs.
6419
6420 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
6421
6422 * shr.el (shr-urlify): Display the title in <a> tags.
6423
6424 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
6425
6426 * nnir.el (nnir-categorize): Replace mapcar with mapc.
6427
6428 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
6429
6430 * nnir.el: Rearrange code to allow macros to be autoloaded by
6431 gnus-sum.el.
6432 (nnir-retrieve-headers-override-function): Make this variable
6433 customizable.
6434 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6435
6436 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6437 from nnir.el.
6438
6439 2010-12-03 Julien Danjou <julien@danjou.info>
6440
6441 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6442
6443 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6444
6445 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6446 allow optional argument `environment'.
6447
6448 2010-12-03 Glenn Morris <rgm@gnu.org>
6449
6450 * mm-extern.el (message-goto-body): Update declaration.
6451
6452 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6453
6454 * gnus-util.el (gnus-macroexpand-all): New function.
6455
6456 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6457 instead of macroexpand-all that is unavailable in XEmacs.
6458
6459 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
6460
6461 * nnir.el (nnir-summary-line-format): New variable.
6462 (nnir-mode): Use it.
6463 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6464 (nnir-article-ids): Reimplement as defsubst.
6465 (nnir-retrieve-headers): Don't mangle the subject header.
6466 (nnir-run-imap): Use 100 as RSV score.
6467 (nnir-run-find-grep): Fix for full server searching.
6468 (nnir-run-gmane): Better restriction to gmane groups.
6469
6470 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6471 summary buffers.
6472
6473 2010-12-02 Julien Danjou <julien@danjou.info>
6474
6475 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6476
6477 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6478
6479 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6480 support.
6481
6482 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
6483
6484 * nnir.el: Update to handle the registry better.
6485 (autoload): Silence byte-compiler.
6486 (nnir-open-server): Add a hook for nnir groups.
6487 (nnir-request-move-article): Don't mangle the header. Better to use
6488 formatting variables (which will be added in the future).
6489 (nnir-registry-action): Update the registry using the original article
6490 group name.
6491 (nnir-mode): Install nnir-specific hooks for updating the registry.
6492
6493 * gnus-sum.el
6494 (gnus-article-original-subject,gnus-newsgroup-original-name):
6495 Remove obsolete variables.
6496 (gnus-summary-move-article): Remove use of obsolete variables.
6497 (gnus-summary-local-variables): Make move and delete hooks local to
6498 summary buffers.
6499
6500 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6501
6502 * rtree.el: New file.
6503
6504 2010-12-01 Julien Danjou <julien@danjou.info>
6505
6506 * message.el (message-user-organization): Do not use
6507 gnus-local-organization.
6508
6509 * gnus.el: Remove gnus-local-organization.
6510
6511 * gnus-msg.el: Remove nastygram thing.
6512
6513 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
6514
6515 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6516 funcall.
6517
6518 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
6519
6520 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6521 names.
6522
6523 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6524 characters.
6525
6526 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6527 to t of inhibit-read-only since it is inside gnus-with-article-headers.
6528 Suggested by Štěpán Němec <stepnem@gmail.com>.
6529 (gnus-gravatar-transform-address): Use mail-extract-address-components
6530 that supports non-ASCII names rather than mail-header-parse-addresses.
6531
6532 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6533
6534 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6535 handled by the network handler.
6536
6537 2010-11-30 Julien Danjou <julien@danjou.info>
6538
6539 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6540 (nnimap-open-connection-1): Fix PREAUTH.
6541
6542 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6543
6544 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6545
6546 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6547 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6548 (shr-insert): Use them.
6549 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6550
6551 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6552
6553 * nnir.el (nnir-request-move-article): Bail out if original group
6554 doesn't support article moves.
6555 (nnir-get-active): Improve active list retrieval.
6556
6557 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6558
6559 * shr.el (shr-find-fill-point): Don't break before apostrophes.
6560
6561 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
6562
6563 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6564 seem to accept strings-with-numbers as port numbers.
6565
6566 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6567
6568 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6569 change the registry.
6570
6571 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6572
6573 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6574 delete-dups that is not available in XEmacs 21.4.
6575
6576 * mm-util.el (mm-delete-duplicates): Add comment.
6577
6578 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
6579
6580 * nnir.el (nnir-ignored-newsgroups): New variable.
6581 (nnir-get-active): Use it.
6582
6583 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6584
6585 * proto-stream.el (proto-stream-open-network): Add some comments.
6586
6587 * nntp.el (nntp-open-connection): Provide a :success condition.
6588
6589 * nnimap.el (nnimap-open-connection-1): Ditto.
6590
6591 * proto-stream.el (proto-stream-open-network): See what the response to
6592 the STARTTLS command is.
6593
6594 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6595 backwards compatibility).
6596 (nnimap-open-connection-1): Really respect nnimap-server-port.
6597
6598 * proto-stream.el (proto-stream-open-network): When doing opportunistic
6599 TLS upgrades we don't really care about the identity of the peer.
6600 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6601 that what we've checked for.
6602 (proto-stream-always-use-starttls): Only default to t if
6603 open-gnutls-stream exists.
6604 (proto-stream-open-network): If STARTTLS failed, then just open a
6605 normal connection.
6606 (proto-stream-open-network): Wait until the greeting before doing
6607 STARTTLS.
6608
6609 * nntp.el (nntp-open-connection): Report what the connection error is.
6610
6611 * proto-stream.el (open-protocol-stream): Rename from
6612 open-proto-stream.
6613
6614 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6615
6616 * nnimap.el (nnimap-stream): Change default to `undecided'.
6617 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6618 first, and then network.
6619 (nnimap-open-connection-1): Respect nnimap-server-port.
6620 (nnimap-open-connection): Be more backwards-compatible.
6621
6622 * proto-stream.el (proto-stream-always-use-starttls): New variable.
6623 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6624 (proto-stream-open-starttls): Folded back into the main function.
6625 (proto-stream-open-network): Fix typo in the GnuTLS path.
6626 (proto-stream-command): Refactor out.
6627
6628 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6629
6630 * proto-stream.el (proto-stream-open-starttls): Actually implement the
6631 starttls.el STARTTLS.
6632
6633 * color.el (color-lab->srgb): Fix function call name.
6634
6635 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6636 if we're using tls.el.
6637 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6638 built in, then don't try to establish a STARTTLS connection.
6639
6640 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6641 servers.
6642
6643 * proto-stream.el (open-proto-stream): Use network, not stream.
6644 (open-proto-stream): Add a way to specify what the end of a command is.
6645
6646 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6647 connections types.
6648 (nntp-open-network-stream): Remove.
6649 (nntp-open-ssl-stream): Remove.
6650 (nntp-open-tls-stream): Remove.
6651 (nntp-ssl-program): Remove.
6652
6653 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6654
6655 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
6656
6657 * nnir.el: Fix typos.
6658 (nnir-retrieve-headers-override-function): Rename variable to reflect
6659 new semantics.
6660 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6661 macros.
6662 (nnir-request-article, nnir-request-move-article): Use them.
6663 (nnir-categorize): New function.
6664 (nnir-run-query): Use it.
6665 (nnir-retrieve-headers): Rewrite to batch header retrieval.
6666 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6667 sorted.
6668 (nnir-group-full-name): Use gnus-group-full-name instead.
6669 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6670 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6671
6672 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6673
6674 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6675
6676 * proto-stream.el: New library to provide protocol-specific
6677 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6678 protocols.
6679 (open-proto-stream): Complete the documentation.
6680 (proto-stream-open-network): Fix some typos.
6681
6682 * nnimap.el (nnimap-open-connection): Use it.
6683
6684 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
6685
6686 * pop3.el (pop3-open-server): Read server greeting before starting TLS
6687 negotiation.
6688
6689 2010-11-26 Julien Danjou <julien@danjou.info>
6690
6691 * color.el: Rename various rgb functions to srgb.
6692
6693 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6694
6695 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6696 names.
6697
6698 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
6699
6700 * shr.el (shr-insert): Revert last change.
6701 (shr-find-fill-point): Never leave point being at bol;
6702 relax the kinsoku limitation when rendering tables.
6703
6704 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6705
6706 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6707 results from -accept-article.
6708
6709 * shr-color.el: Require cl when compiling.
6710
6711 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6712 checkin.
6713
6714 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6715
6716 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6717
6718 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6719 'add and 'delete to set backend marks.
6720
6721 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6722
6723 * nnheader.el (nnheader-update-marks-actions): Refactor out.
6724
6725 * nntp.el (nntp-request-set-mark): Use it.
6726
6727 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6728
6729 * nnml.el (nnml-request-set-mark): Ditto.
6730
6731 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6732 introduces regressions in article selection.
6733 (nnimap-find-uid-response): New function.
6734 (nnimap-request-accept-article): Use the UID returned, if any.
6735 (nnimap-request-move-article): Use the UID returned, if any.
6736 (nnimap-get-groups): Reimplement to work with folded lines.
6737 (nnimap-find-uid-response): The UID is the last element in the list.
6738 (nnimap-request-set-mark): Extend syntax with 'set.
6739
6740 * nnml.el (nnml-request-set-mark): Ditto.
6741
6742 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6743
6744 * nntp.el (nntp-request-set-mark): Ditto.
6745
6746 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6747
6748 * message.el (message-called-interactively-p): A temporary macro.
6749 (message-goto-body): Use it temporarily.
6750
6751 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6752
6753 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6754 (nnimap-last-response-string): Unfold quoted lines, if they exist.
6755 (nnimap-last-response-string): Fix last unfolding fix.
6756
6757 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6758
6759 * shr.el (shr-insert): Fix the way to fold lines.
6760
6761 2010-11-25 Julien Danjou <julien@danjou.info>
6762
6763 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6764
6765 * color.el: Rename from color-lab.el
6766 (color-rgb->hex): Add.
6767 (color-complement): Add.
6768 (color-complement-hex): Add.
6769
6770 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6771
6772 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6773
6774 * shr-color.el (shr-color-visible): Don't bug out if the color names
6775 don't exist.
6776
6777 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6778
6779 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6780 assuming that article displaying or another mml-preview may be
6781 interrupted for an error or for the like.
6782
6783 * shr.el (shr-get-background): Fix argument name.
6784
6785 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6786
6787 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6788
6789 * gnus-sum.el (gnus-summary-include-articles): New function.
6790
6791 * message.el (message-goto-body): called-interactively-p needs a
6792 parameter, so use `any'.
6793
6794 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6795 clear marks before moving, since they're synced from the Gnus side
6796 first.
6797
6798 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6799 (gnus-summary-move-article): Copy over all marks before moving, so that
6800 IMAP doesn't think a new article has arrived.
6801
6802 2010-11-24 Julien Danjou <julien@danjou.info>
6803
6804 * shr.el (shr-insert-background-overlay): Fix typo.
6805 (shr-render-td): Copy the background before rendering.
6806
6807 * shr-color.el (shr-color-visible): Fix docstring.
6808
6809 * shr.el (shr-tag-table): Add bgcolor support.
6810 (shr-render-td): Add bgcolor support.
6811 (shr-get-background): Add.
6812 (shr-insert-foreground-overlay): Use shr-get-background.
6813
6814 * message.el (message-goto-body): Use called-interactively-p.
6815 (message-in-body-p): message-goto-body returns point.
6816
6817 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6818
6819 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
6820 Fixes something or other in Emacs 23, and is backwards compatible.
6821
6822 * message.el (message-goto-body): Remove the <#secure special-casing,
6823 which is too special.
6824
6825 * shr.el (shr-parse-style): Drop !important from styles.
6826
6827 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
6828
6829 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6830 this function to return incorrect results when calling it with an
6831 explicit article argument different from
6832 (gnus-summary-article-number).
6833
6834 2010-11-24 Julien Danjou <julien@danjou.info>
6835
6836 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6837 (shr-tag-body): Add background support.
6838 (shr-descend): Add background support.
6839 (shr-tag-title): Add.
6840
6841 * shr-color.el (shr-color-visible): Really return original background
6842 if fixed.
6843
6844 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6845
6846 * shr.el (shr-color-check): Protect against non-existent color names.
6847
6848 2010-11-24 Julien Danjou <julien@danjou.info>
6849
6850 * color-lab.el: Require 'cl when compiling.
6851
6852 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6853
6854 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6855 matched part.
6856
6857 * color-lab.el: Fix all expt calls to use float type.
6858
6859 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6860
6861 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6862 expression to shr-color-check as is.
6863
6864 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6865
6866 * color-lab.el: Add coding cookie.
6867 (float-pi): Use eval-and-compile.
6868
6869 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6870
6871 * shr.el (shr-insert-color-overlay): Split stuff like
6872 "#444444 !important" to find the real color.
6873 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6874 parse <font color="red"> entries.
6875
6876 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
6877
6878 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
6879 point when parsing headers.
6880
6881 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
6882 is positioned properly when parsing headers.
6883
6884 2010-11-23 Julien Danjou <julien@danjou.info>
6885
6886 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6887
6888 * shr-color.el (shr-color->hexadecimal): Add support for color names.
6889
6890 * shr.el (shr-parse-style): Replace \n with space in style parsing.
6891
6892 * shr-color.el (shr-color-hsl-to-rgb-fractions):
6893 Use shr-color-hue-to-rgb.
6894 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6895
6896 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6897
6898 * shr.el (shr-color->hexadecimal): Autoload.
6899 (shr-descend): Add color to all tags.
6900
6901 2010-11-22 Julien Danjou <julien@danjou.info>
6902
6903 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6904 shr-color->hexadecimal.
6905
6906 * shr-color.el (shr-color->hexadecimal): Add converting functions for
6907 RGB() or HSL() color representation.
6908
6909 * shr.el (shr-tag-font): Add.
6910 (shr-tag-color-check): New function to get better colors.
6911 (shr-tag-insert-color-overlay): Factorize code between tag-font and
6912 tag-span.
6913
6914 * shr-color.el: New file.
6915
6916 * color-lab.el: New file.
6917
6918 * gnus-art.el (gnus-url-mailto): Do not downcase args.
6919
6920 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
6921
6922 * nnir.el: Fix typo in comments.
6923 (nnir-run-imap): Simplify code. No need to reverse artlist.
6924 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6925
6926 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6927
6928 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6929
6930 * nnimap.el (nnimap-get-capabilities): Refactor out.
6931 (nnimap-open-connection): Re-request capabilities after STARTTLS.
6932
6933 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
6934
6935 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6936 appearing when `mm-uu-hide-markers' is nil.
6937
6938 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6939
6940 * nnimap.el (nnimap-unselect-group): Make into its own function.
6941 (nnimap-request-rename-group): Unselect group before renaming.
6942 This had gotten lost somewhere.
6943 (nnimap-request-accept-article): Keep track of examined groups, and
6944 unselect the group before APPENDing to read-only groups.
6945 (nnimap-request-move-article): Clear flags before moving so that they
6946 can be re-set later.
6947
6948 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
6949
6950 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6951 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6952
6953 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
6954
6955 * gnus-art.el (gnus-mime-display-single):
6956 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6957 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6958 parameter.
6959
6960 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6961
6962 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6963 (shr-table-vertical-line): New variable.
6964 (shr-insert-table): Use it.
6965
6966 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
6967
6968 * gnus-html.el (gnus-html-wash-images): Don't display images if
6969 gnus-inhibit-images is non-nil; register displayer for cid images.
6970 (gnus-html-display-image): Work for cid image.
6971 (gnus-html-insert-image): Allow arguments.
6972 (gnus-html-put-image): Inhibit read-only.
6973 (gnus-html-prefetch-images): Don't prefetch images if
6974 gnus-inhibit-images is non-nil.
6975
6976 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6977
6978 * shr.el (shr-put-image): Break lines when inserting big pictures.
6979
6980 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6981
6982 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6983 sender, thanks Katsumi Yamaoka.
6984
6985 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
6986
6987 * nnir.el (nnir-run-imap): Reverse the article list for each group
6988 rather than the whole list.
6989
6990 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6991
6992 * shr.el (shr-image-displayer): Protect function against non-existent
6993 image source.
6994
6995 * gnus-art.el (gnus-inhibit-images): New user option.
6996 (gnus-mime-display-single): Don't display image if it is non-nil.
6997
6998 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6999 gnus-inhibit-images.
7000
7001 * shr.el (shr-image-displayer): New function.
7002 (shr-tag-img): Use it.
7003
7004 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7005
7006 * mml2015.el (mml2015-epg-sign): Use From header.
7007
7008 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7009
7010 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7011
7012 * gnus-util.el (gnus-find-text-property-region): Return markers.
7013
7014 * shr.el (shr-tag-img): Put a displayer in the text property.
7015
7016 * gnus-util.el (gnus-find-text-property-region): New utility function.
7017
7018 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7019 (gnus-html-show-images): Remove.
7020
7021 * gnus-art.el (gnus-article-show-images): New, more general function.
7022
7023 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7024 image url text properties.
7025
7026 * shr.el: Ditto.
7027
7028 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7029 gnus-agent-auto-agentize-methods is set. Which it isn't.
7030
7031 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7032
7033 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7034 work for two or more articles.
7035
7036 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7037
7038 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7039 divide an image that's in an html article to two or more when washing
7040 non-ASCII characters in alt text of it.
7041
7042 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7043
7044 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7045 smime-decrypt-region using function argument.
7046 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7047
7048 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7049
7050 * smime.el (smime-decrypt-region): Catch it.
7051
7052 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * smime.el (smime-mode-map): Move initialization into declaration.
7055 (gnus-run-mode-hooks): Don't autoload.
7056 (smime-mode): Use define-derived-mode.
7057
7058 2010-11-11 Glenn Morris <rgm@gnu.org>
7059
7060 * smime.el (from): Restrict declaration to XEmacs.
7061
7062 * nnir.el (gnus-group-topic-name): Autoload.
7063
7064 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7065
7066 * shr.el (shr-insert): Don't break long line if it is because of
7067 kinsoku-bol characters in the line end.
7068
7069 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7070
7071 * nnir.el (nnir-request-move-article): Fix to provide original group
7072 and subject.
7073 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7074 been retrieved.
7075
7076 * gnus-sum.el (gnus-summary-move-article): Use original group and
7077 subject for virtual articles such as those in an nnir summary buffer.
7078
7079 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7080
7081 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7082 least 21.5).
7083
7084 * smime.el (from): Declare it again for XEmacs.
7085
7086 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7087
7088 * message.el (message-resend): Don't disable encoding unless it's
7089 already encoded.
7090
7091 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7092 low-numbered articles.
7093
7094 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7095
7096 * rfc2047.el (rfc2047-syntax-table): Simplify.
7097
7098 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7099 set-char-table-range for XEmacs.
7100
7101 2010-11-10 Glenn Morris <rgm@gnu.org>
7102
7103 * smime.el (from): Remove unused declaration.
7104
7105 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7106 (gnus-float-time): On Emacs, always an alias.
7107
7108 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7109 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7110
7111 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7112
7113 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7114
7115 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7116
7117 * shr.el (browse-url-mailto): Autoload.
7118
7119 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7120
7121 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7122 regexp doesn't need quoting.
7123
7124 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7125
7126 * message.el (message-subject-trailing-was-ask-regexp)
7127 (message-subject-trailing-was-regexp): Match was: in addition to was.
7128
7129 2010-11-09 Glenn Morris <rgm@gnu.org>
7130
7131 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7132 (nnbabyl-check-mbox): Use point-at-bol.
7133
7134 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7135
7136 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7137
7138 * message.el (message-mailto): New function.
7139 (message-mailto): Should accept other parameters.
7140 (message-mailto): Remove since it duplicates browse-url-mailto
7141 functionality.
7142
7143 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7144
7145 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7146 methods.
7147 (gnus-read-active-file): Ditto.
7148
7149 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7150 ": " from the prompt.
7151 (gnus-group-make-group): Ditto.
7152
7153 2010-11-07 Glenn Morris <rgm@gnu.org>
7154
7155 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7156 (gnus-bookmark-kill-line): Use point-at-eol.
7157
7158 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7159
7160 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7161 asterisks in From header.
7162
7163 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7164
7165 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7166 string to avoid making the From headers syntactically invalid.
7167
7168 * message.el (message-send-mail): Don't insert courtesy messages if the
7169 message already has List-Post and List-ID messages.
7170
7171 2010-11-06 Glenn Morris <rgm@gnu.org>
7172
7173 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7174 `condition', `type', `length' a prefix.
7175 (gnus-treat-predicate): Update for above name changes.
7176
7177 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7178
7179 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7180 binding. Handled by `gnus-summary-refer-thread' instead.
7181 (nnir-warp-to-article): New backend function.
7182
7183 * nnimap.el (nnimap-request-thread): Force dependency updating.
7184
7185 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7186 (gnus-summary-refer-thread): Rework to improve thread-referral.
7187
7188 * gnus-int.el (gnus-warp-to-article): New function.
7189
7190 * gnus-sum.el (gnus-summary-article-map): Bind it.
7191
7192 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7193
7194 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7195 gnus-summary-refer-thread.
7196
7197 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7198 headers.
7199 (gnus-summary-limit-include-thread): Prevent articles in thread from
7200 being cut in gnus-cut-threads.
7201 (gnus-summary-refer-thread): Limit retrieved headers to those in
7202 thread.
7203
7204 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7205
7206 * message.el (message-send-mail): Use the value of
7207 message-courtesy-message from the message buffer.
7208
7209 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7210
7211 * shr.el (shr-browse-url): Implement mailto: URLs.
7212
7213 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7214 "raw".
7215
7216 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7217 if it's already selected.
7218
7219 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7220
7221 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7222
7223 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7224 to measure the length and truncate alt text.
7225
7226 2010-11-03 Glenn Morris <rgm@gnu.org>
7227
7228 * nndiary.el (nndiary-generate-nov-databases-1)
7229 (nndiary-generate-active-info): Rename dynamic variable `files' to
7230 something less generic.
7231
7232 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7233
7234 * nnir.el (nnir-request-move-article): Call the underlying backend to
7235 move articles from nnir.
7236
7237 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7238
7239 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7240
7241 2010-11-02 Julien Danjou <julien@danjou.info>
7242
7243 * nnir.el: Remove wais support.
7244
7245 2010-11-02 Glenn Morris <rgm@gnu.org>
7246
7247 * gnus-html.el: Reorder requirements to quieten compiler.
7248
7249 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7250
7251 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7252 properly for XEmacs as well.
7253 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7254 (gnus-article-natural-long-line-p): Use window-width rather than
7255 frame-width.
7256
7257 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7258
7259 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7260 (nnir-read-parms): Don't modify query.
7261 (nnir-run-query): Add ability to search topic on current line.
7262 (nnir-get-active): Clean up.
7263
7264 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7265
7266 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7267 degenerate articles.
7268
7269 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7270 (gnus-print-buffer): Just print the buffer as is, without any copying
7271 to a buffer and then re-highlighting.
7272
7273 * nnimap.el (nnimap-request-group): Store the new updated info.
7274 (nnimap-request-group): Select the group when we don't know whether it
7275 exists or not.
7276
7277 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7278 groups.
7279
7280 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7281 groups.
7282
7283 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7284 groups.
7285
7286 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7287 long-lines case by only filling the long lines.
7288
7289 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7290 (bug #7311).
7291
7292 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7293
7294 * shr.el: No need to declare `declare-function' since shr.el is for
7295 only Emacsen that provide `libxml-parse-html-region'.
7296
7297 2010-11-01 Glenn Morris <rgm@gnu.org>
7298
7299 * mm-util.el (gnus-completing-read): Autoload.
7300 (mm-read-coding-system): Simplify Emacs definition.
7301
7302 * nnmail.el (gnus-activate-group):
7303 * nnimap.el (gnutls-negotiate):
7304 * nntp.el (netrc-parse): Fix declarations.
7305
7306 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7309 string-match-p in Emacs >=23.
7310
7311 * gnus-msg.el (gnus-configure-posting-styles):
7312 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7313
7314 2010-11-01 Glenn Morris <rgm@gnu.org>
7315
7316 * nnir.el (declare-function): Add compat stub.
7317 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7318 (nnir-run-gmane): Require 'mm-url.
7319
7320 * mm-util.el (mm-string-to-multibyte): Simplify.
7321
7322 * shr.el (declare-function): Add compat stub.
7323 (url-cache-create-filename): Declare.
7324 (mm-disable-multibyte, widget-convert-button): Autoload.
7325
7326 * smime.el (ldap-search): Declare.
7327 (smime-cert-by-ldap-1): Require ldap on Emacs.
7328
7329 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7330 (nnimap-keepalive): Use gnus-float-time.
7331
7332 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7333 (mail-source-delete-crash-box): Use gnus-float-time.
7334
7335 * gnus-dired.el (gnus-completing-read): Autoload.
7336
7337 * mm-view.el (gnus-rescale-image): Autoload.
7338
7339 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7340
7341 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7342
7343 * sieve-manage.el: Require 'cl when compiling.
7344
7345 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7346 (gnus-iswitchb-completing-read): Require iswitchb.
7347 (gnus-select-frame-set-input-focus): Silence compiler.
7348
7349 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7350
7351 * message.el (message-subject-trailing-was-query): Change default to t,
7352 since I think that's what most people want.
7353
7354 * nnimap.el (nnimap-request-accept-article): Erase buffer before
7355 appending for easier debugging.
7356 (nnimap-wait-for-connection): Take a regexp.
7357 (nnimap-request-accept-article): Wait for the continuation line before
7358 sending anything unless we're streaming.
7359
7360 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7361 leave the header washing to take place.
7362
7363 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7364
7365 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7366 regular expression match and replace in posting styles.
7367
7368 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7369
7370 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7371 an entire server.
7372 (nnir-get-active): New function.
7373 (nnir-run-imap): Use it.
7374 (nnir-run-gmane): Who knew, gmane search returns an article score!
7375
7376 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7377 server on the current line with nnir.
7378
7379 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7380
7381 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7382 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7383 left edge.
7384 (gnus-article-foldable-buffer): Skip past the prefix when determining
7385 raggedness.
7386
7387 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7388 the raw article, and change `C-u g' to show the article without doing
7389 treatments.
7390
7391 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7392 on to `gnus-treat-article'.
7393 (gnus-inhibit-article-treatments): New variable.
7394
7395 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7396
7397 * gnus-art.el (gnus-treatment-function-alist): Have
7398 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7399 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7400 sections.
7401
7402 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7403 parameter.
7404 (gnus-article-fill-cited-long-lines): New function.
7405 (gnus-article-fill-cited-article): Allow filling only long sections.
7406
7407 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7408 and non-punctuation (like after the apostrophe in "'We").
7409
7410 * gnus-sum.el (gnus-summary-select-article): Make sure
7411 gnus-original-article-buffer is alive.
7412
7413 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7414 reflect the order they are in the digest.
7415
7416 * gnus.el (gnus-group-startup-message): Move point to the start of the
7417 buffer.
7418
7419 * nnimap.el (nnimap-capability): New function.
7420 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7421 is set.
7422
7423 2010-10-31 David Engster <dengste@eml.cc>
7424
7425 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7426 conform with changes to gnus-completing-read.
7427
7428 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7429
7430 * shr.el (shr-tag-img): Output "*" instead of "[img]".
7431
7432 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7433
7434 * nnir.el: Move defvar, defcustom around to keep file organized
7435 and keep byte-compiler quiet.
7436 (nnir-read-parms): Accept search-engine as arg.
7437 (nnir-run-query): Pass search-engine as arg.
7438 (nnir-search-engine): Remove.
7439
7440 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7441
7442 * shr.el (shr-generic): The text nodes should be text, not :text.
7443
7444 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7445 later in the file.
7446
7447 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7448
7449 * nnir.el: General clean up. Allow searching with multiple engines.
7450 Allow separate extra-parameters for each engine.
7451 Batch queries when possible.
7452 (nnir-imap-default-search-key,nnir-method-default-engines):
7453 Add customize interface.
7454 (nnir-run-gmane): New engine.
7455 (nnir-engines): Use it. Qualify all prompts with engine name.
7456 (nnir-search-engine): Remove global variable.
7457 (nnir-run-hyrex): Restore for now.
7458 (nnir-extra-parms,nnir-search-history): New variables.
7459 (gnus-group-make-nnir-group): Use them.
7460 (nnir-group-server): Remove in favor of gnus-group-server.
7461 (nnir-request-group): Avoid searching twice.
7462 (nnir-sort-groups-by-server): New function.
7463
7464 2010-10-30 Julien Danjou <julien@danjou.info>
7465
7466 * gnus-group.el: Remove gnus-group-fetch-control.
7467
7468 * gnus-start.el (gnus-find-new-newsgroups):
7469 Remove gnus-check-first-time-used.
7470
7471 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7472
7473 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7474
7475 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7476 set on groups that don't have \* permanentflags.
7477
7478 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7479
7480 * shr.el (shr-tag-span): Drop colorization of regions since we don't
7481 control the background color.
7482 (shr-tag-img): Ignore very small web bug type images.
7483 (shr-put-image): Add help-echo alt texts to the images.
7484 (shr-tag-video): Show the video poster image.
7485
7486 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7487
7488 * shr.el (shr-table-depth): New variable.
7489 (shr-tag-table-1): Only insert the images after the top-level table.
7490
7491 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7492
7493 * gnus-util.el (gnus-list-memq-of-list): New function.
7494
7495 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7496 selected.
7497 (nnimap-unsplittable-articles): New slot.
7498 (nnimap-new-articles): Use it.
7499
7500 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
7501
7502 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7503 move to the previous line on `M-g'.
7504
7505 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7506
7507 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7508 *-request-group, which seems unnecessary.
7509
7510 * nnimap.el (nnimap-quote-specials): Function copied over from
7511 imap.el.
7512 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7513 they support that. Suggested by Tom Regner.
7514
7515 2010-10-29 Julien Danjou <julien@danjou.info>
7516
7517 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7518 defalias.
7519 (gnus-summary-delete-marked-with): Remove obsolete defalias.
7520
7521 * gnus.el: Remove `gnus-nntp-service' variable.
7522 (gnus-secondary-servers): Make obsolete.
7523 (gnus-nntp-server): Make obsolete.
7524
7525 * gnus-start.el (gnus-1): Remove x-splash calls.
7526
7527 * gnus-ems.el (gnus-x-splash): Remove.
7528
7529 * gnus.el (gnus-group-startup-message): Simplify/update code.
7530
7531 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7532 capability before doing anything.
7533 (gnus-group-insert-group-line): Remove useless
7534 gnus-group-remove-excess-properties.
7535
7536 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7537
7538 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7539
7540 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7541
7542 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7543 config after reselecting.
7544
7545 2010-10-28 Julien Danjou <julien@danjou.info>
7546
7547 * shr.el (shr-put-image): Use point even if only inserting text.
7548 (shr-put-image): Save excursion when inserting alt text on non-graphic
7549 display, so the behavior is the same when we are on a graphic display.
7550
7551 * nnir.el (nnir-run-swish-e): Remove hyrex support.
7552
7553 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7554
7555 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7556 (gnus-mime-copy-part): Check coding system, not charset.
7557 (gnus-mime-view-part-externally): Never remove part.
7558 (gnus-mime-view-part-internally): Don't remove part here.
7559 (gnus-article-part-wrapper): Make sure MIME tag is visible.
7560 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7561 multipart/alternative.
7562
7563 * mm-decode.el (mm-display-part): Take optional arg `force'.
7564
7565 2010-10-26 Julien Danjou <julien@danjou.info>
7566
7567 * gnus-group.el (gnus-group-default-list-level): Add this function to
7568 compute the default list level.
7569 (gnus-group-default-list-level): Add possibility to use a function.
7570
7571 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
7572
7573 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7574
7575 * gnus-group.el (gnus-group-completing-read)
7576 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7577 gnus-replace-in-string.
7578
7579 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7580
7581 * shr.el (shr-tag-div): Add.
7582
7583 2010-10-25 Julien Danjou <julien@danjou.info>
7584
7585 * gnus-util.el: Remove `gnus-with-local-quit'.
7586
7587 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7588
7589 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7590
7591 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7592 the original article buffer.
7593
7594 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7595
7596 * nnimap.el (nnimap-request-head): New function.
7597 (nnimap-request-move-article): Try to be slightly faster by not
7598 requesting the entire message when moving.
7599 (nnimap-transform-headers): Don't bug out on bodiless articles.
7600 (nnimap-send-command): Have no outstanding messages if the IMAP server
7601 doesn't support streaming.
7602 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7603
7604 2010-10-24 Julien Danjou <julien@danjou.info>
7605
7606 * message.el (message-default-headers): Fix type.
7607
7608 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7609
7610 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7611 prefetching images.
7612
7613 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7614 backend for unknown groups. This is mainly useful for nnimap groups.
7615
7616 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7617 group isn't covered by the agent.
7618
7619 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
7620
7621 * nnir.el (nnir-method-default-engines): New variable.
7622 (nnir-run-query): Use it.
7623 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7624 (gnus-summary-nnir-goto-thread): Change group if needed.
7625
7626 * gnus-group.el (gnus-group-group-map): Add key binding for
7627 gnus-group-make-nnir-group.
7628
7629 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7630
7631 * shr.el (shr-tag-object): Add.
7632
7633 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7634 original article buffer live.
7635 (gnus-summary-select-article-buffer):
7636 Mention gnus-widen-article-buffer.
7637
7638 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7639
7640 * shr.el (shr-tag-strong): Add.
7641
7642 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7643
7644 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7645 group names. They mess up the group buffer badly.
7646
7647 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7648
7649 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7650 instead of the summary one.
7651
7652 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
7653
7654 * mml.el (mml-preview): Work properly when editing article.
7655
7656 * gnus-start.el (gnus-read-active-file-1): Don't add method to
7657 gnus-have-read-active-file if it's already been in.
7658
7659 2010-10-22 Tom Tromey <tromey@redhat.com>
7660
7661 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7662 gnus-group-completing-read.
7663
7664 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7665
7666 * message.el (message-mode-map): Don't bind M-; to comment region, to
7667 allow the global comment-dwim to work.
7668
7669 2010-10-21 Julien Danjou <julien@danjou.info>
7670
7671 * message.el (message-setup-1): Allow message-default-headers to be a
7672 function.
7673
7674 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7675
7676 * shr.el (shr-tag-table): Simplify.
7677
7678 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7679
7680 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7681 to avoid trying to snarf invalid stuff.
7682
7683 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7684
7685 * gnus.el (gnus-message-archive-group): Quote value.
7686 (gnus-message-archive-group): Mark as changed.
7687
7688 * shr.el (shr-add-font): Don't put the font properties on the newline
7689 or the indentation.
7690
7691 * message.el (message-fix-before-sending): Change options when sending
7692 non-printable characters.
7693
7694 * gnus.el (gnus-message-archive-method): Change the default to
7695 monthly outgoing groups.
7696
7697 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7698 that have gotten new numbers.
7699
7700 * nnimap.el (nnimap-request-replace-article): New function.
7701
7702 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7703
7704 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7705 (nnrss-request-article): Don't use special html washing code.
7706
7707 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7708
7709 * shr.el (shr-tag-table): Remove useless nconc.
7710
7711 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7712
7713 * gnus-art.el (article-wash-html): Simplify and remove the charset
7714 stuff. Use the normal html rendering code instead of the special html
7715 washing code.
7716
7717 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7718 `gnus-w3m' symbols.
7719 (mm-text-html-washer-alist): Remove.
7720
7721 * mm-decode.el (mm-inline-text-html-renderer): Remove.
7722 (mm-inline-media-tests): Remove use.
7723 (mm-text-html-renderer): Change default to the `shr' symbol.
7724
7725 * mm-view.el (mm-inline-text-html): Remove use.
7726
7727 * gnus-art.el (gnus-blocked-images): New function. Allow the
7728 `gnus-blocked-images' to be a function.
7729 (gnus-article-wash-function): Remove.
7730
7731 2010-10-20 Julien Danjou <julien@danjou.info>
7732
7733 * spam.el (spam-list-of-processors): Mark as obsolete.
7734
7735 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7736 (nnimap-insert-partial-structure): Fix boundary detection.
7737
7738 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
7739
7740 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7741 run file-truename on remote files. This can be expensive and even
7742 prevent one from editing drafts if some unrelated buffer has a stale
7743 connection.
7744
7745 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7746
7747 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7748 kinsoku-eol regardless of shr-kinsoku-shorten.
7749 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7750 (shr-tag-table): Support caption, thead, and tfoot.
7751
7752 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7753
7754 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7755 lines.
7756 (shr-save-contents): New command and keystroke.
7757
7758 * nndoc.el (nndoc-type-alist): Add git support.
7759 (nndoc-git-type-p): New function.
7760 (nndoc-transform-git-article): Ditto.
7761 (nndoc-transform-git-headers): Ditto.
7762 (nndoc-transform-git-headers): Generate Subject headers.
7763
7764 * shr.el (shr-parse-style): New function.
7765 (shr-tag-span): Ditto.
7766
7767 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7768 to `G G' to avoid collisions.
7769
7770 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7771
7772 * shr.el: Load kinsoku if necessary.
7773 (shr-kinsoku-shorten): New internal variable.
7774 (shr-find-fill-point): Make kinsoku shorten text line if
7775 shr-kinsoku-shorten is bound to non-nil.
7776 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7777 shr-indentation too when testing if table is wider than frame width.
7778 (shr-insert-table): Use `string-width' instead of `length' to measure
7779 text width.
7780 (shr-insert-table-ruler): Make sure indentation is done at bol.
7781
7782 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7785 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7786 undecoded network data.
7787
7788 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7789
7790 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7791 name in the mode line spec so that the mode line menu works
7792 (bug #2431).
7793
7794 * message.el (message-get-reply-headers): If we're fed `to-address',
7795 then always use that.
7796
7797 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7798 aren't so wide as to need to switch off the edit menu.
7799
7800 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7801 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7802
7803 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7804 `M-g'.
7805 (nnimap-update-info): Update flags/read marks even if \* isn't part of
7806 the permanent marks.
7807
7808 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
7809
7810 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7811 Splitting according to references/in-reply-to obeys the ignore-groups
7812 variable, while splitting by sender and subject do not.
7813
7814 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7815
7816 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7817 alist, so that we can look for non-Unicode chars.
7818 (article-translate-strings): Allow both character and string maps.
7819
7820 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7821
7822 * shr.el (shr-insert): Don't insert space behind a wide character
7823 categorized as kinsoku-bol, or between characters both categorized as
7824 nospace.
7825
7826 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
7827
7828 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
7829 headers to gnus-newsgroup-headers.
7830
7831 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7832
7833 * shr.el (shr-tag-img): Don't align images -- since we're not
7834 rescaling, this often leads to ugly displays.
7835
7836 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
7837
7838 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7839 duplicates.
7840
7841 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7842
7843 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7844 call.
7845
7846 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7847
7848 * gnus.el: Autoload gnus-html-show-images.
7849
7850 * nnimap.el: Use nnheader-message throughout.
7851
7852 * shr.el (shr-tag-img): Ignore images with no data.
7853
7854 2010-10-15 Julien Danjou <julien@danjou.info>
7855
7856 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7857 a possibility to disable format=flow encoding when using hard newlines.
7858
7859 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7860
7861 * shr.el (shr-insert): Remove space inserted before or after a
7862 breakable character or at the beginning or the end of a line.
7863 (shr-find-fill-point): Do kinsoku; find the second best point or give
7864 it up if there's no breakable point.
7865
7866 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7867
7868 * nnimap.el (nnimap-open-connection): Message when opening connection
7869 for debugging purposes.
7870
7871 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7872 on every setup buffer call to allow this to change from article to
7873 article.
7874
7875 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7876 buffers where we have a wide table.
7877
7878 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
7879
7880 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7881 uses *-request-thread.
7882
7883 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7884
7885 * nnimap.el (nnimap-open-connection): Remove %s from openssl
7886 incantation, which is no longer valid.
7887
7888 2010-10-14 Julien Danjou <julien@danjou.info>
7889
7890 * shr.el: Fix defcustom type (char -> character).
7891
7892 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7893
7894 * nnimap.el (nnimap-open-connection): tls-program should be a list of
7895 programs.
7896
7897 2010-10-14 Julien Danjou <julien@danjou.info>
7898
7899 * shr.el (shr-tag-a): Use url-link as widget type.
7900
7901 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7902 `gnus-group-get-icon'.
7903
7904 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7905
7906 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7907 This should make server editing work better.
7908
7909 * shr.el (shr-find-fill-point): Don't inloop on indented text.
7910
7911 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7912 (nnimap-parse-flags): Fix regexp.
7913
7914 * shr.el (shr-find-fill-point): Use a filling algorithm that should
7915 probably work for CJVK text, too.
7916
7917 * nnimap.el (nnimap-extend-tls-programs): Remove.
7918 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7919
7920 2010-10-13 Julien Danjou <julien@danjou.info>
7921
7922 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7923 responses.
7924
7925 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7926
7927 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7928
7929 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7930 anything in Emacs.
7931
7932 * shr.el (shr-current-column): Remove buggy and unnecessary function.
7933
7934 2010-10-13 Julien Danjou <julien@danjou.info>
7935
7936 * shr.el (shr-width): Make shr-width a defcustom with default to
7937 fill-column.
7938 (shr-tag-img): Use shr-width rather than fill-column.
7939
7940 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7941
7942 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7943
7944 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7945 position when (X-)Faces exist.
7946 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7947 avatars when called interactively.
7948
7949 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7950
7951 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7952 gnus-article-x-face-too-ugly is bound.
7953
7954 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7955
7956 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7957
7958 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7959 mailbox that doesn't exist.
7960
7961 2010-10-12 Julien Danjou <julien@danjou.info>
7962
7963 * shr.el (shr-tag-img): Encode URL properly when retrieving.
7964 (shr-get-image-data): Encode URL properly when fetching from cache.
7965 (shr-tag-img): Use aligned-to spaces to align correctly images.
7966
7967 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7968 before inserting the Gravatar.
7969
7970 * shr.el (shr-tag-img): Add align attribute support for <img>.
7971
7972 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7973
7974 * gnus-gravatar.el (gnus-art): Require.
7975
7976 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7977 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7978 Remove long obsoleted functions.
7979
7980 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7981
7982 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7983
7984 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7985 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7986 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7987 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7988 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7989 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7990 Fix comment for declare-function.
7991
7992 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7993
7994 * nnimap.el (nnimap-request-rename-group): Select group read-only
7995 before renaming it.
7996
7997 * shr.el (shr-insert): Fix up the white space only regexp.
7998
7999 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8000 bodies. Protect against this. Reported by Michael Welsh Duggan.
8001
8002 * shr.el (shr-current-column): New function.
8003 (shr-find-fill-point): New function.
8004
8005 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8006
8007 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8008 numbers.
8009
8010 2010-10-11 Julien Danjou <julien@danjou.info>
8011
8012 * shr.el (shr-hr-line): Add.
8013 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8014 display hr lines.
8015 (shr-max-columns): Do not change state to nil if we just inserting
8016 spaces.
8017
8018 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8019
8020 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8021 select the last group.
8022
8023 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8024
8025 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8026
8027 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8028
8029 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8030 for Gnus.
8031 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8032 (nnimap-update-qresync-info): Mark \Seen articles as read.
8033
8034 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8035 non-variable, too.
8036
8037 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8038 available.
8039 (nnimap-update-info): Rely more on the current active than the param
8040 active to avoid marking articles as read too much.
8041
8042 * auth-source.el (auth-source-create): Use (user-login-name) for the
8043 user name default.
8044
8045 * nnimap.el (nnimap-update-info): If the server doesn't return any
8046 useful info, just use the previous info.
8047 (nnimap-update-info): Prefer old info over start-article.
8048 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8049
8050 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8051
8052 * nnir.el (autoload): Clean up autoloads.
8053 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8054 Use key rather than value.
8055 (nnir-imap-search-other): New variable.
8056 (nnir-read-parm): Use it.
8057 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8058 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8059
8060 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8061
8062 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8063 the process, too.
8064
8065 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8066
8067 * spam.el (gnus-summary-mode-map): Bind to "$".
8068 Suggested by Russ Allbery.
8069
8070 * shr.el: Rework the way things are indented by <li> slightly.
8071
8072 * gnus.el (gnus-group-set-parameter): Fix typo.
8073
8074 * nnimap.el: Start implementing QRESYNC support.
8075
8076 2010-10-09 Julien Danjou <julien@danjou.info>
8077
8078 * nnir.el (nnir-engines): Fix too many arguments.
8079
8080 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8081
8082 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8083 group is the "last", so that the backends like nnfolder actually save
8084 their folders.
8085
8086 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8087 try to use that for the TLS stream.
8088 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8089 UIDVALIDITY and find out which groups are read-only and not.
8090 (nnimap-get-flags): Use the same marks parsing code as the rest of
8091 nnimap.
8092
8093 2010-10-09 Julien Danjou <julien@danjou.info>
8094
8095 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8096
8097 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8098 retrieving gravatars.
8099
8100 * shr.el (shr-table-corner): Add.
8101 (shr-table-line): Add.
8102 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8103
8104 2010-10-08 Julien Danjou <julien@danjou.info>
8105
8106 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8107
8108 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8109
8110 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8111
8112 * gnus-sum.el (gnus-mark-article-as-unread)
8113 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8114 (gnus-summary-set-bookmark): Use it.
8115
8116 * gnus-msg.el (gnus-setup-message): Use it.
8117
8118 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8119
8120 * gnus.el (gnus-group-remove-parameter): Use it.
8121
8122 * gnus-group.el (gnus-group-make-web-group): Use it.
8123
8124 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8125
8126 * nnregistry.el: Update docs to mention manual.
8127
8128 * gnus-registry.el: Update docs to mention nnregistry.el.
8129 (gnus-registry-initialize): Don't install nnregistry refer method
8130 automatically.
8131 (gnus-registry-install-nnregistry): Remove it.
8132
8133 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8134
8135 * shr.el (shr-insert): Don't insert double spaces.
8136
8137 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8138
8139 * gnus-gravatar.el (gnus-treat-from-gravatar)
8140 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8141 called interactively.
8142
8143 * gnus-art.el (gnus-mime-view-part-externally)
8144 (gnus-mime-view-part-internally): Make predicate function passed to
8145 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8146 of a mime type.
8147
8148 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8149
8150 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8151
8152 * shr.el (require): Require cl when compiling.
8153 (shr-tag-hr): New function.
8154
8155 * nnimap.el (nnimap-update-info): Remove double setting of high.
8156 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8157 This makes nnimap work properly on Courier again.
8158
8159 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8160 the variable for backwards compatibility.
8161
8162 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8163 the file name before using to avoid setting mm-default-directory to
8164 nil.
8165
8166 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8167 bidning gnus-agent variables.
8168
8169 * shr.el (shr-render-td): Use a cache for the table rendering function
8170 to avoid getting an exponential rendering behavior in nested tables.
8171 (shr-insert): Rework the line-breaking algorithm.
8172 (shr-insert): Don't leave trailing spaces.
8173 (shr-insert-table): Also insert empty TDs.
8174 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8175
8176 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * gnus-sum.el (gnus-number): Rename from `number'.
8179 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8180 (gnus-summary-limit-children): Update uses correspondingly.
8181
8182 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8183
8184 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8185 (gnus-gravatar-transform-address): Don't show avatars of people of
8186 which mail addresses match gnus-gravatar-too-ugly.
8187
8188 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8189
8190 * shr.el (shr-table-widths): Expand TD elements to fill available
8191 space.
8192
8193 2010-10-07 Julien Danjou <julien@danjou.info>
8194
8195 * nnimap.el (nnimap-request-rename-group): Add this method.
8196
8197 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8198
8199 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8200 name from XEmacs' function-arglist.
8201
8202 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8203 gravatar under XEmacs.
8204
8205 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8206
8207 * auth-source.el: Update docs with TODO items.
8208
8209 * gnus-sync.el: Update docs to explain state and plans.
8210
8211 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8212 Hooks for mark updates.
8213 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8214
8215 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8216 hooks with arguments, which is needed for mark update hooks.
8217
8218 2010-10-06 Julien Danjou <julien@danjou.info>
8219
8220 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8221 was matched.
8222
8223 * sieve-manage.el: Update example in `Commentary'.
8224
8225 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8226
8227 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8228 not 2000.
8229 (sieve-manage-authenticate): Re-add function.
8230
8231 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8232
8233 * shr.el (shr-insert): Get 'space transition right.
8234 (shr-render-td): Only delete space at the end of the TD.
8235
8236 * nnimap.el (nnimap-open-connection): Prepare to support
8237 open-gnutls-stream.
8238
8239 * shr.el: Rearrange function order to be more logical.
8240
8241 2010-10-06 Julien Danjou <julien@danjou.info>
8242
8243 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8244 (nnrss-discover-feed): Remove 404 URL in docstring.
8245
8246 * nnir.el: Fix Swish-E URL.
8247 Fix Namazu URL.
8248
8249 * message.el (message-change-subject): Remove 404 URL in a comment.
8250
8251 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8252
8253 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8254 called interactively.
8255
8256 * gnus-util.el (gnus-remove-if): Allow hash table.
8257 (gnus-remove-if-not): New function.
8258
8259 * gnus-art.el (gnus-mime-view-part-as-type):
8260 * gnus-score.el (gnus-summary-score-effect):
8261 * gnus-sum.el (gnus-read-move-group-name):
8262 Replace remove-if-not with gnus-remove-if-not.
8263
8264 * gnus-group.el (gnus-group-completing-read):
8265 Regard collection as a hash table if it is not a list.
8266
8267 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8268
8269 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8270
8271 * shr.el: Document the table-rendering algorithm.
8272
8273 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8274 invalid URLs.
8275
8276 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8277 line-broken.
8278 (shr-tag-img): Ignore image fetching errors.
8279 (shr-overlays-in-region): Compute overlay positions correctly.
8280
8281 * mm-decode.el (mm-shr): Require shr.
8282
8283 * gnus-art.el (gnus-blocked-images): Move variable here.
8284
8285 * shr.el (shr-insert-table): Bind free variable.
8286
8287 * mm-decode.el (mm-shr): Bind shr-content-function.
8288
8289 * shr.el (shr-content-function): New variable.
8290
8291 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8292 added for symmetry.
8293
8294 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8295
8296 * gnus-group.el (gnus-group-make-group): Doc fix.
8297
8298 * nnimap.el (nnimap-request-newgroups): Return success.
8299
8300 * shr.el (shr-find-elements): New function.
8301 (shr-tag-table): Put all the images after the table.
8302 (shr-tag-table): Really inhibit images inside the table.
8303 (shr-collect-overlays): Copy over overlays from the TD elements to the
8304 main document.
8305
8306 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8307 gnus-blocked-images.
8308
8309 2010-10-05 Julien Danjou <julien@danjou.info>
8310
8311 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8312
8313 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8314 (gnus-html-maximum-image-size): Add this function.
8315 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8316
8317 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8318 server-value of the capability is nil.
8319
8320 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8321
8322 * shr.el (shr-tag-em): Add <EM> tag.
8323
8324 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8325
8326 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8327 customizable.
8328
8329 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8330 handing broken links to browse-url.
8331
8332 2010-10-05 Julien Danjou <julien@danjou.info>
8333
8334 * gnus-util.el (gnus-emacs-completing-read)
8335 (gnus-iswitchb-completing-read): Use autoload rather than require.
8336
8337 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
8338
8339 * gnus-util.el (gnus-completing-read-function): Exclude
8340 gnus-icompleting-read and gnus-ido-completing-read from candidates for
8341 XEmacs since iswitchb.el is very old and ido.el is unavailable in
8342 XEmacs.
8343
8344 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8345 not to use `delete-dups' that is unavailable in XEmacs 21.4.
8346
8347 * gnus-html.el: Don't require help-fns under XEmacs.
8348 (gnus-html-schedule-image-fetching): Work for XEmacs.
8349
8350 * mm-decode.el (mm-shr): Decode contents by charset.
8351
8352 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8353
8354 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8355 unknown.
8356
8357 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8358 (shr-get-image-data): Ensure against the cache file missing.
8359
8360 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8361 for data.
8362
8363 * spam-report.el (spam-report-url-ping-plain): Don't query about
8364 killing the process.
8365
8366 * shr.el (shr-render-td): Protect against too-wide text.
8367
8368 2010-10-04 Julien Danjou <julien@danjou.info>
8369
8370 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8371 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8372
8373 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8374 retrieved.
8375
8376 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8377
8378 * shr.el (browse-url): Require.
8379 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8380 lines.
8381 (shr-show-alt-text, shr-browse-image): New commands.
8382 (shr-browse-url, shr-copy-url): New commands.
8383
8384 * gnus-sum.el (gnus-widen-article-window): New variable.
8385 (gnus-summary-select-article-buffer): Use it.
8386
8387 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8388 without @ signs.
8389
8390 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8391
8392 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8393
8394 2010-10-04 Julien Danjou <julien@danjou.info>
8395
8396 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8397 for XEmacs.
8398
8399 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8400
8401 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8402
8403 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8404 (nnimap-close-server): Implement.
8405
8406 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8407 (shr-insert): Tweak line breaking.
8408 (shr-insert): Handle <pre> better.
8409 (shr-tag-li): Get <li> indentation right.
8410 (shr-tag-li): Get <li> indentation even righter.
8411 (shr-tag-blockquote): Ensure paragraph start.
8412 (shr-make-table): Tweak table generation.
8413 (shr-make-table): Fix typo.
8414
8415 * shr.el: Implement table rendering.
8416
8417 2010-10-04 Julien Danjou <julien@danjou.info>
8418
8419 * gnus-html.el (gnus-html-put-image): Fix resize image code.
8420
8421 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8422
8423 * shr.el (shr-insert): Use string anchors instead of line anchors.
8424
8425 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8426
8427 * shr.el: Add headings.
8428 (shr-ensure-paragraph): Actually work.
8429 (shr-tag-li): Make <ul> prettier.
8430 (shr-insert): Get white space at the beginning/end of elements right.
8431 (shr-tag-p): Collapse subsequent <p>s.
8432 (shr-ensure-paragraph): Don't insert double line feeds after blank
8433 lines.
8434 (shr-insert): \t is also space.
8435 (shr-tag-s): Fix "s" tag name function.
8436 (shr-tag-s): Fix face prop name.
8437
8438 2010-10-03 Julien Danjou <julien@danjou.info>
8439
8440 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8441
8442 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8443 gnus-window-inside-pixel-edges.
8444
8445 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8446 gnus-ems.
8447
8448 * mm-view.el (mm-inline-image-emacs): Support image resizing.
8449
8450 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8451 function.
8452
8453 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8454 resize choice.
8455
8456 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8457
8458 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8459 beginning of the buffer.
8460
8461 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8462 article buffer again.
8463
8464 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8465
8466 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8467 when it's at the start of the buffer.
8468
8469 * shr.el (shr-tag-blockquote): Convert name.
8470 (shr-rescale-image): Use the right image-size variant.
8471
8472 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8473 buffer isn't shown, then select the current article first instead of
8474 bugging out.
8475 (gnus-summary-select-article-buffer): Show both the article and summary
8476 buffers again.
8477
8478 * shr.el (shr-fontize-cont): Protect against regions with no text.
8479 Rename tag functions to shr-tag-* for enhanced security.
8480 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8481
8482 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * shr.el (shr-insert):
8485 * pop3.el (pop3-movemail):
8486 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8487 loaded.
8488
8489 2010-10-03 Glenn Morris <rgm@gnu.org>
8490
8491 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8492
8493 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8494
8495 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8496
8497 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8498
8499 * gnus-util.el (gnus-make-local-hook): Simplify.
8500
8501 2010-10-02 Julien Danjou <julien@danjou.info>
8502
8503 * gnus-util.el (gnus-iswitchb-completing-read): New function.
8504 (gnus-ido-completing-read): New function.
8505 (gnus-emacs-completing-read): New function.
8506 (gnus-completing-read): Use gnus-completing-read-function.
8507 Add gnus-completing-read-function.
8508
8509 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8510
8511 * shr.el (shr-insert-document): Autoload.
8512 (shr-img): Be silent.
8513 (shr-insert): Add a newline after every picture before text.
8514 (shr-add-font): Use overlays for combining faces.
8515 (shr-insert): Pass upwards the text start point.
8516
8517 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8518 possible.
8519 (mm-shr): New function.
8520
8521 2010-10-02 Julien Danjou <julien@danjou.info>
8522
8523 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8524 should go backward.
8525
8526 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
8527
8528 * shr.el (shr): Fix typo in provide call.
8529
8530 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8531
8532 * shr.el: New file.
8533
8534 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8535
8536 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8537 completing read.
8538
8539 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8540
8541 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8542 we're being queried about. Suggested by Dan Jacobson.
8543
8544 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8545 Suggested by Jason Eisner.
8546
8547 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8548 table, too. Suggested by Stefan Wiens.
8549 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8550 the table unnecessary. Suggested by Stefan Wiens.
8551
8552 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8553 longer needed, and probably doesn't work either, as pointed out by
8554 Stefan Wiens.
8555 (gnus-summary-exit): Remove call to the clearing function.
8556 (gnus-summary-exit-no-update): Ditto.
8557
8558 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8559 instead of gnus-eval-in-buffer-window to avoid popping up frames.
8560 Reported by Stefan Monnier.
8561 (gnus-summary-save-in-rmail): Ditto.
8562
8563 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8564 article buffer, instead of both the article buffer and the summary
8565 buffer. Sort of suggested by Dan Jacobson.
8566
8567 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8568
8569 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8570 Suggested by Dan Jacobson.
8571
8572 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8573 documentation clearer.
8574
8575 * message.el (message-shorten-references): Comment on the number "21".
8576 Suggested by Stefan Monnier.
8577
8578 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8579 Suggested by Dan Jacobson.
8580
8581 * gnus.el (gnus-large-newsgroup):
8582 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
8583
8584 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8585 externalize attachments. Bug reported by Steve Wen.
8586
8587 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8588 really message anything to the user.
8589
8590 * nnmail.el (nnmail-article-group): Allow using the fancy split method
8591 directly.
8592
8593 * nnimap.el (nnimap-request-group): Low higher than high to signal no
8594 messages in empty groups.
8595
8596 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8597
8598 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8599 non-UIDNEXT group.
8600
8601 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8602
8603 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8604 not the value from the collection.
8605
8606 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8607 values. This sometimes happens on some groups that have no info.
8608 (nnimap-request-newgroups): New function.
8609
8610 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8611
8612 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8613 check into `gnus-registry-initialize'.
8614 (gnus-registry-initialize): Ditto.
8615 Fix and extend header docs.
8616
8617 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8618
8619 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8620 regexp backtrace overflows.
8621
8622 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8623 for starttls that tls.el implements; i.e. openssl.
8624
8625 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8626
8627 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8628 (gravatar-create-image): New function that's an alias to
8629 gnus-xmas-create-image, gnus-create-image, or create-image.
8630 (gravatar-data->image): Use it.
8631
8632 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
8633
8634 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8635 install the nnregistry refer method.
8636 (gnus-registry-install-hooks): Use it.
8637 (gnus-registry-unfollowed-groups): Add nnmairix to the default
8638 unfollowed groups.
8639
8640 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
8641
8642 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8643 expanding threads.
8644
8645 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8646
8647 * nnir.el: Use the server names without suffixes (bug #7009).
8648
8649 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8650 unencrypted to STARTTLS, if possible.
8651
8652 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8653
8654 * message.el (message-ignored-supersedes-headers): Strip Injection-*
8655 headers before superseding.
8656
8657 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8658
8659 * nnrss.el (nnrss-use-local): Add documentation.
8660
8661 * nnimap.el (nnimap-extend-tls-programs): New function.
8662 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8663 (nnimap-wait-for-connection): Accept the greeting from the stupid
8664 output from openssl s_client -starttls, too.
8665
8666 * nnimap.el (nnimap-find-article-by-message-id): Really return the
8667 article number.
8668 (nnimap-split-fancy): New variable.
8669 (nnimap-split-incoming-mail): Use it.
8670
8671 * nntp.el (nntp-server-list-active-group): Document.
8672
8673 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8674 SELECT to get the message-id.
8675
8676 * mail-source.el (mail-sources): Remove webmail support.
8677 (defvar): Ditto.
8678 (mail-source-fetcher-alist): Ditto.
8679 (mail-source-fetch-webmail): Remove.
8680
8681 * webmail.el: Remove -- doesn't seem relevant any more.
8682
8683 * gnus.el: Fix up make-obsolete-variable declarations throughout.
8684
8685 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8686 the \r.
8687
8688 2010-09-30 Julien Danjou <julien@danjou.info>
8689
8690 * gnus-agent.el (gnus-agent-add-group): Fix call to
8691 gnus-completing-read.
8692
8693 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8694
8695 * nndoc.el (nndoc-retrieve-groups): New function.
8696
8697 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8698 `default', use nnmail-split-methods.
8699 (nnimap-request-article): Downcase the NILs so that they are nil.
8700
8701 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8702 symbol.
8703
8704 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8705 code, since if the user has requested network, that's what they ought
8706 to get.
8707 (nnimap-request-set-mark): Erase the buffer before issuing commands.
8708 (nnimap-split-rule): Mark as obsolete.
8709
8710 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8711 New variable.
8712
8713 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8714 correct slot, too.
8715
8716 2010-09-29 Julien Danjou <julien@danjou.info>
8717
8718 * gnus.el (gnus-local-domain): Declare variable obsolete.
8719
8720 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8721 Fix history computing.
8722 (gnus-ido-completing-read): Require ido.
8723
8724 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8725
8726 * gnus-registry.el: Don't prompt on load, which makes it impossible to
8727 build Gnus.
8728
8729 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8730 when interpreting the structures.
8731 (nnimap-request-accept-article): Add \r\n to the lines to make this
8732 work with Cyrus.
8733
8734 * nndraft.el (nndraft-request-expire-articles): Use the group name
8735 instead if "nndraft". Fix found by Nils Ackermann.
8736
8737 2010-09-29 Ludovic Courtès <ludo@gnu.org>
8738
8739 * nnregistry.el: Add.
8740
8741 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8742
8743 * nnmail.el (group, group-art-list, group-art):
8744 Remove unneeded directives.
8745
8746 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8747
8748 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8749 (mm-mime-charset):
8750 * rfc2047.el (rfc2047-syntax-table):
8751 * utf7.el (utf7-utf-16-coding-system): Comment fix.
8752
8753 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8754 rather than `insert-file-contents' and `eval-region'.
8755
8756 2010-09-29 Julien Danjou <julien@danjou.info>
8757
8758 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8759 replacement of `gnus-gravatar-relief' to mimic
8760 `gnus-faces-properties-alist'.
8761 Add :version property.
8762
8763 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8764
8765 * mail-source.el (mail-source-report-new-mail):
8766 * message.el (message-default-mail-headers):
8767 * mm-decode.el (mm-valid-image-format-p): Comment fix.
8768
8769 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8770
8771 2010-09-28 Julien Danjou <julien@danjou.info>
8772
8773 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8774 mail-address contains the same string as real-name.
8775
8776 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8777 non-blank in header, otherwise it'll get stripped.
8778
8779 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8780 real-name, and then for mail address rather than doing : or , search.
8781
8782 2010-09-27 Julien Danjou <julien@danjou.info>
8783
8784 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8785 right completing-read function.
8786 (gnus-use-ido): New variable
8787 (gnus-completing-read-with-default): Remove.
8788 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8789 (gnus-agent-add-group):
8790 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8791 * mm-view.el (mm-view-pkcs7-decrypt):
8792 * mm-util.el (mm-codepage-setup):
8793 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8794 * mml-smime.el (mml-smime-openssl-sign-query):
8795 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8796 (mml-insert-multipart):
8797 * gnus-msg.el (gnus-summary-yank-message):
8798 * gnus-int.el (gnus-start-news-server):
8799 * mm-decode.el (mm-interactively-view-part):
8800 * gnus-dired.el (gnus-dired-attach):
8801 * gnus.el (gnus-read-method):
8802 * gnus-bookmark.el (gnus-bookmark-jump):
8803 * gnus-art.el (gnus-mime-view-part-as-type)
8804 (gnus-mime-action-on-part, gnus-article-encrypt-body):
8805 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8806 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8807 * nnmairix.el (nnmairix-create-server-and-default-group)
8808 (nnmairix-update-groups, nnmairix-get-server)
8809 (nnmairix-backend-to-server, nnmairix-goto-original-article)
8810 (nnmairix-get-group-from-file-path):
8811 * nnrss.el (nnrss-find-rss-via-syndic8):
8812 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8813 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8814 (gnus-group-browse-foreign-server):
8815 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8816 (gnus-summary-execute-command, gnus-summary-respool-article)
8817 (gnus-read-move-group-name):
8818 * gnus-score.el (gnus-summary-increase-score)
8819 (gnus-summary-score-effect):
8820 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8821
8822 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8823
8824 * nnimap.el (auth-source-forget-user-or-password)
8825 (auth-source-user-or-password): Autoload.
8826
8827 * message.el (message-from-style, message-interactive)
8828 (message-signature): Remove comment.
8829 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8830 always.
8831 (message-sendmail-envelope-from): Comment fix.
8832 (message-yank-prefix): Default to mail-yank-prefix always.
8833 (message-indentation-spaces):
8834 Default to mail-indentation-spaces always.
8835 (message-signature-file): Default to mail-signature-file always.
8836
8837 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8838
8839 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8840 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8841 new articles.
8842
8843 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8844 parts.
8845 (nnimap-request-article): Work with the t setting, too.
8846
8847 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8848 that you don't get flashes of other buffers.
8849 (gnus-summary-show-complete-article): Intern before setting.
8850
8851 2010-09-27 David Engster <dengste@eml.cc>
8852
8853 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8854 well as HEADERS.
8855 (nnmairix-retrieve-headers): Provide new argument for the above.
8856
8857 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8858
8859 * gnus-sum.el (gnus-summary-move-article): Don't alter
8860 gnus-newsgroup-active. This makes `/ N' work after copying to the same
8861 group.
8862
8863 * nnimap.el (nnimap-update-info): Don't destructively alter active.
8864
8865 * message.el (message-cite-prefix-regexp): Revert my last edit.
8866
8867 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8868 variable instead of the Gnus variable.
8869
8870 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8871
8872 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8873
8874 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8875 since some servers don't like it.
8876 (nnimap-open-connection): Forget credentials if the server says the
8877 password was wrong.
8878 (nnimap-parse-line): Protect against invalid data.
8879
8880 * gnus-sum.el (gnus-summary-move-article): Add comment.
8881 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8882 nothing alters it while scanning for new messages.
8883
8884 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8885 which may or may not help.
8886 (nnimap-open-connection): If we're doing a stream connection, and then
8887 discover we're on a STARTTLS-capable server, then open a STARTTLS
8888 connection instead.
8889
8890 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8891
8892 * nnimap.el (utf7): Require.
8893
8894 * message.el (message-cite-prefix-regexp): Remove "}" from citation
8895 prefix.
8896
8897 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
8898
8899 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8900
8901 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8902
8903 * nnimap.el (nnimap-request-accept-article): Message the error on
8904 error.
8905
8906 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8907
8908 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8909
8910 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8911
8912 * nndoc.el (nndoc-request-list): Return success always.
8913
8914 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8915 `fetch-old' -- we only want to fetch the articles we've requested.
8916 The rest are in the agent, probably.
8917 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8918 disappeared server" to something low. It's not important.
8919
8920 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8921 arrived before the FETCH data.
8922
8923 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8924 target here, because we don't know the Gnus name of the group.
8925
8926 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8927 for the correct group.
8928
8929 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8930
8931 * gnus.el (gnus): Give a final warning after startup.
8932
8933 * gnus-util.el (gnus-action-message-log): New variable.
8934 (gnus-message): Use it.
8935 (gnus-final-warning): New function.
8936
8937 * nnimap.el (nnimap-open-connection): Record the greeting.
8938 (nnimap): Add greeting.
8939
8940 2010-09-26 Julien Danjou <julien@danjou.info>
8941
8942 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8943 arguments.
8944 (gnus-html-wash-images): Fix spec computing to include start/end.
8945
8946 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8947
8948 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8949
8950 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8951 deletion.
8952 (nnimap-retrieve-headers): Don't select the group, because that's
8953 already done by nnimap-possibly-change-group.
8954
8955 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8956 (gnus-picon-transform-address): Use it.
8957
8958 * mail-source.el (mail-source-value): Revert previous patch.
8959
8960 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8961 on failure.
8962 (nnimap-open-connection): Look up both virtual and physical server name
8963 credentials.
8964
8965 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8966
8967 2009-02-08 Dave Love <fx@gnu.org>
8968
8969 * gnus-win.el (gnus-window-to-buffer-helper)
8970 (gnus-all-windows-visible-p): Function needn't be a symbol.
8971
8972 * mail-source.el (mail-source-value): Function needn't be a symbol.
8973
8974 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8975
8976 * message.el (message-cite-prefix-regexp): Remove } from the cite
8977 prefix.
8978
8979 * gnus-art.el (gnus-treatment-function-alist): Do picons before
8980 highlight again, so that the highlight is correct.
8981
8982 * gnus-picon.el (gnus-picon): Remove again.
8983 (gnus-picon-create-glyph): Set the background XPM color explicitly.
8984
8985 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8986 doing the header highlightling, so that the background color of the
8987 picon is correct.
8988
8989 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8990 (gnus-picon): Ditto.
8991 (gnus-picon): Reinstate. The background color for picons is white.
8992 (gnus-picon-insert-glyph): Make the background white.
8993
8994 * nnml.el (nnml-open-nov): Don't return dead buffers.
8995
8996 * auth-source.el (auth-source-create): Query the user for whether to
8997 store the credentials.
8998
8999 * auth-source.el (auth-source-user-or-password): Use the existing auth
9000 sources, if any, for creation.
9001
9002 * gnus.el (gnus-group-fast-parameter): Return the last matching
9003 parameter instead of the first matching parameter.
9004
9005 2010-09-26 Julien Danjou <julien@danjou.info>
9006
9007 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9008
9009 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9010
9011 * mml2015.el (mml2015-use): Remove gpg support.
9012
9013 * mml1991.el (mml1991-function-alist): Remove gpg function.
9014 (mml1991-gpg-sign): Remove.
9015
9016 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9017
9018 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9019 (gnus-browse-unsubscribe-current-group): Document it.
9020 (gnus-browse-unsubscribe-group): Use it.
9021
9022 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9023
9024 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9025 address to the To list for easier response.
9026
9027 * gnus.el (gnus-play-startup-jingle): Remove.
9028 (gnus-splash): Don't play jingle.
9029 (gnus): Silence gnus-load message.
9030
9031 * gnus-art.el (gnus-treat-play-sounds): Remove.
9032
9033 * gnus.el (gnus-play-jingle): Remove audio support.
9034
9035 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9036
9037 * earcon.el: Remove -- no users.
9038
9039 * gnus-audio.el: Remove -- no users of this package.
9040
9041 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9042
9043 * gnus-start.el (gnus-setup-news): Remove nocem support.
9044
9045 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9046
9047 * gnus.el (gnus-use-nocem): Remove.
9048
9049 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9050 Remove.
9051
9052 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9053 uses NoCeM any more.
9054
9055 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9056 (gnus-button-ctan-handler): Ditto.
9057 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9058 (gnus-button-ctan-directory-regexp): Ditto.
9059 (gnus-button-handle-ctan): Ditto.
9060 (gnus-button-tex-level): Ditto.
9061 (gnus-button-alist): Remove CTAN stuff.
9062
9063 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9064
9065 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9066 nnimap-streaming test.
9067
9068 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9069 servers twice.
9070
9071 * nnimap.el (nnimap-open-connection): Add more error reporting when
9072 nnimap fails early.
9073
9074 * nnheader.el (nnheader-get-report-string): New function.
9075 (nnheader-get-report): Use it.
9076
9077 * gnus-int.el (gnus-check-server): Say what the error was when opening
9078 failed.
9079
9080 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9081 using streaming.
9082
9083 2010-09-25 Julien Danjou <julien@danjou.info>
9084
9085 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9086 gnus-window-inside-pixel-edges.
9087
9088 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9089
9090 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9091
9092 * mm-decode.el (mm-save-part): Allow saving to other directories the
9093 normal Emacs way.
9094
9095 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9096 Suggested by Jay Berkenbilt.
9097
9098 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9099 there isn't a single byte.
9100
9101 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9102 just do it. It doesn't really seem to matter what the user responds
9103 here, I think, so it's just a confusing question.
9104
9105 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9106 non-streaming case.
9107
9108 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9109 (gnus-article-encrypt-body): Use it.
9110
9111 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9112 keystroke.
9113
9114 * nnimap.el (nnimap-find-wanted-parts-1):
9115 Use gnus-fetch-partial-articles.
9116
9117 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9118
9119 * nnimap.el (nnimap-insert-partial-structure): New function.
9120 (nnimap-get-partial-article): New function.
9121 (nnimap-request-article): Use it.
9122 (nnimap-wait-for-response): Return whether the wait was successful.
9123 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9124 retrieval wasn't successful.
9125 (nnimap-retrieve-group-data-early): Allow throttling servers.
9126 (nnimap-streaming): New variable.
9127 (nnimap-fetch-partial-articles): Remove.
9128
9129 * mm-decode.el (mm-with-part): Protect against killed buffers.
9130
9131 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9132 for prettier summary display.
9133
9134 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9135
9136 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9137
9138 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9139
9140 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9141 apparently third-party libraries depend on it.
9142
9143 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9144 before starting negotiation.
9145
9146 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9147 privacy reasons.
9148 (gnus-treat-mail-gravatar): Ditto.
9149
9150 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9151 buffer when inserting images. Inserting text into the headers, for
9152 instance, can make them invalid.
9153
9154 2010-09-25 Julien Danjou <julien@danjou.info>
9155
9156 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9157 variables.
9158
9159 * nnheader.el: Remove useless variables news-reply-yank-from and
9160 news-reply-yank-message-id.
9161
9162 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9163 variables.
9164
9165 * mml1991.el: Remove useless mml1991-verbose.
9166
9167 * gnus.el: Remove useless variable gnus-use-generic-from.
9168 Remove obsolete variable gnus-topic-indentation.
9169
9170 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9171
9172 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9173
9174 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9175
9176 * gnus-group.el: Remove useless gnus-group-icon-cache.
9177 Remove useless gnus-ephemeral-group-server.
9178
9179 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9180
9181 * mml2015.el: Remove useless mml2015-verbose.
9182
9183 * mml-smime.el: Remove useless mml-smime-verbose.
9184
9185 * gnus.el: Remove useless gnus-local-domain.
9186
9187 * gnus-gravatar.el (gnus-gravatar-transform-address):
9188 Use gnus-gravatar-size.
9189
9190 * gnus-art.el: Remove useless gnus-treat-translate.
9191
9192 2010-09-24 Julien Danjou <julien@danjou.info>
9193
9194 * gnus-sum.el: Add support for Gravatars.
9195
9196 * gnus-art.el: Add support for Gravatars.
9197
9198 * gnus-gravatar.el: Add this file.
9199
9200 * gravatar.el: Add this file.
9201
9202 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9203
9204 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9205
9206 * gnus-group.el (gnus-group-fetch-faq): Remove.
9207
9208 * gnus.el (gnus-group-faq-directory): Remove.
9209
9210 * gnus-group.el (gnus-group-fetch-charter): Remove.
9211
9212 * gnus.el (gnus-group-charter-alist): Remove.
9213
9214 * gnus-group.el (gnus-group-archive-directory): Remove.
9215 (gnus-group-recent-archive-directory): Ditto.
9216 (gnus-group-make-archive-group): Remove.
9217
9218 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9219
9220 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9221 use the same article number for all the cached articles.
9222
9223 * nnimap.el (nnimap-command): Register the last command time so
9224 that we can use it for idling NOOPs.
9225 (nnimap-open-connection): Start the keeplive timer.
9226 (nnimap-make-process-buffer): Store all the process buffers.
9227 (nnimap-keepalive): New function.
9228
9229 * starttls.el (starttls-open-stream): Add autoload cookie.
9230
9231 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9232
9233 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9234 handling.
9235
9236 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9237
9238 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9239 its data structures.
9240
9241 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9242 instead of the cl.el copy-list.
9243 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9244 equalp.
9245
9246 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9247
9248 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9249 and tool-bar-local-item-from-menu.
9250
9251 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9252 mode-line-highlight face for Emacs.
9253
9254 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9255 loading gnus-sum.elc; fix comment for canlock-verify.
9256 (gnus-article-jump-to-part): Use read-number.
9257 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9258 Remove Emacs pre-21 compatible code for help-echo.
9259 (gnus-article-next-page-1): No need to adjust the number of lines.
9260 (gnus-article-describe-bindings): Always use help-buffer.
9261
9262 * gnus-audio.el (gnus-audio-inline-sound):
9263 * gnus-cus.el (gnus-custom-mode):
9264 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9265
9266 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9267
9268 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9269 compatible code.
9270
9271 2010-09-24 Glenn Morris <rgm@gnu.org>
9272
9273 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9274 visiting the fcc file in rmail-mode.
9275
9276 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9277
9278 * nnir.el: Silence the byte compiler.
9279
9280 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9281 alias to browse-url-url-encode-chars if any.
9282 (gnus-html-encode-url): Use it.
9283
9284 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9285
9286 * gnus-start.el (gnus-use-backend-marks): New variable.
9287 (gnus-get-unread-articles-in-group): Use it.
9288
9289 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9290 makeover.
9291
9292 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9293
9294 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9295
9296 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9297
9298 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9299 Remove.
9300 (gnus-setup-news-hook):
9301 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9302
9303 * gnus-int.el (gnus-request-update-info): Protect against backends not
9304 having the function.
9305
9306 * nnimap.el (nnimap-stream): Mention STARTTLS.
9307 (nnimap-open-connection): Add STARTTLS support.
9308
9309 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9310
9311 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9312
9313 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9314
9315 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9316 BODYSTRUCTUREs.
9317 (nnimap-transform-headers): Unfold quoted {42} headers.
9318
9319 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9320 the info.
9321 (gnus-get-unread-articles): Only call updatep on backends that support
9322 it.
9323
9324 * nnweb.el (nnweb-request-update-info): NOOP.
9325
9326 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9327
9328 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9329 since it only deals with marks.
9330
9331 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9332 gnus-request-marks, and make a new gnus-request-update-info.
9333
9334 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9335 the active instead of the high number, which is usually too low.
9336
9337 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
9338
9339 * encrypt.el: Remove.
9340
9341 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9342
9343 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9344 server in symbolic form.
9345
9346 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9347
9348 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9349
9350 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9351 (nnimap-update-info): Fix up code slightly.
9352
9353 * gnus-int.el (gnus-open-server): Add tracing for performance
9354 debugging.
9355
9356 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9357 (gnus-group-insert-group-line): Pass the real group name so that it
9358 gets the right data.
9359
9360 * gnus-start.el (gnus-get-unread-articles): Don't have
9361 `gnus-get-unread-articles-in-group' update info, since that can be
9362 really slow and doesn't seem to be needed?
9363
9364 2010-09-22 Julien Danjou <julien@danjou.info>
9365
9366 * gnus-group.el (gnus-group-insert-group-line):
9367 Call gnus-group-highlight-line.
9368 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9369 default hook list.
9370 (gnus-group-update-eval-form): Add new function.
9371 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9372 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9373
9374 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9375
9376 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9377 immediate, then expire all articles.
9378 (nnimap-update-info): Fix off-by-one errors.
9379 (nnimap-flags-to-marks): Would return no marks lists for group with no
9380 flags. Instead return the other data.
9381
9382 2010-09-22 Julien Danjou <julien@danjou.info>
9383
9384 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9385 Only return an icon.
9386 (gnus-group-insert-group-line): Compute icon to return.
9387
9388 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9389 (gnus-html-image-fetched): Only cache if
9390 gnus-html-image-automatic-caching is set.
9391 (gnus-html-image-fetched): Check for errors.
9392
9393 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9394
9395 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9396 once per method on `g'. This ensures that backends like nnfolder don't
9397 open all their folders.
9398
9399 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9400 (nnimap-request-list): Nix out group in the correct buffer.
9401 (nnimap-parse-flags): Implement by using `read' instead of
9402 hand-parsing.
9403 (nnimap-flags-to-marks): Pass on permanent-flags.
9404 (nnimap-make-process-buffer): Record the server name.
9405 (nnimap-parse-flags): Fix typo.
9406 (nnimap-request-scan): Run split on the server in general, not just a
9407 single group.
9408
9409 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9410 parameter, and propagate this downwards.
9411
9412 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9413 since EXAMINE changes it on the server.
9414
9415 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9416 this command might take a while.
9417
9418 2010-09-22 Julien Danjou <julien@danjou.info>
9419
9420 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
9421 harmful if you have 2 images side-by-side, they can't be properly
9422 update on text deletion. Using text-property is safer here.
9423 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9424 data.
9425
9426 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9427
9428 * nnimap.el (nnimap-expunge-inbox): Remove.
9429 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9430 (nnimap-expunge): Flip default to t.
9431
9432 * gnus.el (gnus-method-to-server): Don't push things to the cache
9433 unless it's unique.
9434 (gnus-server-to-method): Ditto.
9435
9436 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9437
9438 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9439
9440 2010-09-22 Julien Danjou <julien@danjou.info>
9441
9442 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9443 get the start of data.
9444 (gnus-html-encode-url): Add this function to encode special chars in
9445 URL.
9446 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9447 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9448
9449 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9450 default.
9451 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9452
9453 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9454 images alt-text.
9455 (gnus-html-put-image): Put alt-text as help-echo.
9456
9457 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9458
9459 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9460 * mm-util.el (mm-decompress-buffer):
9461 * nnir.el (nnir-run-find-grep):
9462 * pop3.el (pop3-list): Use 3rd arg of split-string.
9463
9464 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9465
9466 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9467 outside the active range. Suggested by Dan Christensen.
9468
9469 * gnus-start.el (gnus-get-unread-articles): Get the extended method
9470 slightly later to avoid double-getting it.
9471
9472 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9473 previous patch.
9474
9475 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9476
9477 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
9478
9479 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9480
9481 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9482
9483 * gnus-int.el (gnus-open-server): Give a better error message in the
9484 "go offline" case.
9485
9486 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9487 marks for nnimap, which is seldom the right thing to do.
9488
9489 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9490 (gnus-same-method-different-name): New function.
9491
9492 * nnimap.el (parse-time): Require.
9493
9494 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9495 method in the presence of many similar methods.
9496
9497 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9498
9499 * nnimap.el (nnimap-find-expired-articles): Don't refer to
9500 nnml-inhibit-expiry.
9501
9502 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9503 find out whether methods are equal.
9504
9505 * nnimap.el (nnimap-find-expired-articles): New function.
9506 (nnimap-process-expiry-targets): New function.
9507 (nnimap-request-move-article): Request the article before looking at
9508 what the Message-ID is. Fix found by Andrew Cohen.
9509 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9510
9511 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9512 for oldness in addition to being a predicate.
9513
9514 * nnimap.el (nnimap-request-group): When we have zero articles, return
9515 the right data to Gnus.
9516 (nnimap-request-expire-articles): Only delete articles immediately if
9517 the target is 'delete.
9518
9519 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9520 method, this would bug out.
9521
9522 * gnus-group.el (gnus-group-expunge-group): Rename from
9523 gnus-group-nnimap-expunge, and implemented as a normal interface
9524 function.
9525
9526 * gnus-int.el (gnus-request-expunge-group): New function.
9527
9528 * nnimap.el (nnimap-request-create-group): Implement.
9529 (nnimap-request-expunge-group): New function.
9530
9531 2010-09-21 Julien Danjou <julien@danjou.info>
9532
9533 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9534 (gnus-html-cache-expired): Add new function.
9535 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9536 wethever we should display image for fetch it.
9537 Compute alt-text earlier to pass it to the fetching function too.
9538 (gnus-html-schedule-image-fetching): Change function argument to only
9539 get one image at a time, not a list.
9540 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9541 cache.
9542 (gnus-html-get-image-data): New function to retrieve image data from
9543 cache.
9544 (gnus-html-put-image): Change buffer argument to use image data rather
9545 than file, and place image above region rather than inserting a new
9546 one. Do not take alt-text as argument, since it's useless now: we place
9547 the image above alt-text.
9548 (gnus-html-prune-cache): Remove.
9549 (gnus-html-show-images): Start to fetch image when we find one, do not
9550 push into a temporary list.
9551 (gnus-html-prefetch-images): Only fetch image if they have expired.
9552 (gnus-html-browse-image): Fix, use 'gnus-image-url.
9553 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9554
9555 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9556
9557 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9558
9559 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9560
9561 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9562 spec inser "*" if the group isn't active instead of 0.
9563
9564 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9565 opening the server.
9566 (nnimap-request-delete-group): Implement group deletion.
9567 (nnimap-transform-headers): Return the size of the entire message in
9568 the Bytes header, not just the size of the first part.
9569 (nnimap-request-move-article): When moving an article from nnimap,
9570 request the article first so the accepting form has an article to
9571 accept. Reported by Dan Christensen.
9572 (nnimap-command): Make sure that the error message doesn't error out.
9573
9574 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
9575
9576 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9577 we haven't requested anything.
9578
9579 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9580
9581 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9582 "". Fix found by Andrew Cohen.
9583
9584 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9585 instead of -encode-string.
9586
9587 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9588
9589 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9590
9591 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9592 by mm-subst-char-in-string.
9593
9594 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9595
9596 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9597 waiting for the connection string.
9598
9599 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9600 arriving.
9601
9602 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9603 bogus characters. This allows selecting certain Gmail groups.
9604
9605 * nnimap.el (nnimap-find-wanted-parts-1): New function.
9606 (nnimap-fetch-partial-articles): New variable.
9607 (nnimap-open-connection): When looking for credentials, also use the
9608 nnimap-server-port.
9609 (nnimap-request-article): Return the group/article number, so that Gnus
9610 `^' works as expected.
9611 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9612
9613 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9614 comments.
9615 (gnus-methods-sloppily-equal): New function.
9616 (gnus): When using the development version of Gnus, load the gnus-load
9617 file.
9618
9619 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9620 `gnus-open-server' on each method before trying to scan them etc.
9621 This ensures that all the backend parameters are set correctly.
9622
9623 * nnimap.el (nnimap-authenticator): New variable.
9624 (nnimap-open-connection): Allow anonymous login.
9625 (nnimap-transform-headers): The chars header is called Chars not Bytes.
9626 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9627
9628 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9629 patch, found by Knut Anders Hatlen.
9630
9631 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
9632
9633 * gnus-agent.el (gnus-agent-batch-confirmation)
9634 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9635 to gnus-message.
9636 * gnus-art.el (gnus-article-describe-briefly): Likewise.
9637 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9638 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9639 * gnus-int.el (gnus-open-server): Likewise.
9640 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9641 (gnus-score-check-syntax): Likewise.
9642 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9643 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9644 Likewise.
9645 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9646
9647 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9648
9649 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9650 calling conventions so that prefetch doesn't bug out.
9651
9652 2010-09-19 Julien Danjou <julien@danjou.info>
9653
9654 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9655 rather than `subst-char-in-region' in order to be able to replace ASCII
9656 char by UTF-8 ones.
9657
9658 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9659 than curl.
9660 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9661 the right URL and ALT text on images.
9662 (gnus-html-wash-tags): Fix tag case.
9663 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
9664 (gnus-article-html): Add -o display_ins_del=2 option.
9665 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9666
9667 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9668
9669 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9670 the extra mail headers, which sometimes seem to happen for unknown
9671 reasons.
9672
9673 * mail-parse.el (mail-header-encode-parameter): Define as
9674 rfc2045-encode-string instead of as rfc2231-encode-string, since some
9675 (or most, perhaps?) mail readers don't understand the latter, but do
9676 understand the former.
9677
9678 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9679 to nil, so that no methods are automatically agentized. I think this
9680 is probably what most users want.
9681
9682 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9683 from url-retrieve, for instance about invalid URLs.
9684
9685 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9686 groups that have no articles.
9687 (nnimap-request-article): Check that we really got an article when we
9688 requested one.
9689
9690 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9691 doesn't exist.
9692
9693 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9694 nntp buffer so the agent can save it.
9695 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9696 that CRLF doesn't get translated to \n.
9697 (nnimap-open-connection): Don't make 'shell commands only send \n.
9698
9699 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9700
9701 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9702 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9703 Update var name.
9704 (nnml-generate-nov-file): Use dolist.
9705 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9706 Use with-current-buffer.
9707
9708 2010-09-18 Julien Danjou <julien@danjou.info>
9709
9710 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9711 parallel.
9712
9713 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9714
9715 * nnimap.el (nnimap-update-info): When doing partial marks update, get
9716 the range update right.
9717 (nnimap-request-group): Don't make `M-g' bug out on group with no
9718 marks.
9719 (nnoo): Require, so that other packages can require nnimap.
9720 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9721 command we're looking for. This helps when the server sends more
9722 responses after we've gotten everything we expected.
9723 (nnimap): Add a `newlinep' field to keep track of end-of-line
9724 conventions.
9725 Don't send CRLF to things that don't want it.
9726 (nnimap-request-accept-article): Ditto.
9727
9728 2010-09-18 Julien Danjou <julien@danjou.info>
9729
9730 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9731 than curl to retrieve images.
9732
9733 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9734
9735 * nnimap.el (nnimap-update-info): Extend the info so that we can set
9736 the marks.
9737 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9738 (nnimap-wait-for-connection): New function.
9739 (nnimap-open-connection): If we have PREAUTH, don't query for login
9740 credentials.
9741 (nnimap-update-info): Fix off-by-one error when concatenating ranges
9742 when doing a partial update.
9743
9744 2010-09-18 Julien Danjou <julien@danjou.info>
9745
9746 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9747 tags.
9748
9749 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9750
9751 * nnimap.el (nnimap-credentials): New function.
9752 (nnimap-open-connection): Use the new function to look for credentials
9753 also on the numeric equivalents of "imap" and "imaps".
9754
9755 * gnus-start.el (gnus-activate-group): Send the info to
9756 gnus-request-group.
9757
9758 * nnimap.el (nnimap-request-group): Have the "check" version of the
9759 function parse flags and update the info, so that a `M-g' get a total
9760 resync of all flags from the group.
9761
9762 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9763 to allow backends to alter the info on group selection. Also alter all
9764 the backend -request-group functions to take the parameter.
9765
9766 * nnimap.el (nnimap-store-info): New function.
9767 (nnimap-update-info): Store the info for later usage.
9768 (nnimap-request-group): Use the stored info for the dont-check case, so
9769 that we don't retrieve all marks when we enter a group.
9770
9771 * nnimap.el: Use deffoo instead of defun for interface functions.
9772
9773 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9774 update the group info. This makes the nndraft groups, for instance, go
9775 back to their old behavior.
9776
9777 * gnus-sum.el (gnus-select-newsgroup): Indent.
9778
9779 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9780 in.
9781 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9782 nothing.
9783
9784 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9785 from methods that are denied.
9786
9787 * gnus-int.el (gnus-method-denied-p): New function.
9788
9789 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9790 store the password instead of netrc.
9791 (nnimap-open-connection): Don't error out when we can't make a
9792 connections.
9793
9794 * auth-source.el (auth-source-create): In the password prompt, say what
9795 we're querying for. Also prompt for user name if that hasn't been
9796 given.
9797
9798 * nnimap.el (nnimap-with-process-buffer): Remove.
9799
9800 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9801
9802 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9803 method when we're reading from the agent.
9804
9805 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9806
9807 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9808 that's probably most useful for users.
9809
9810 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9811 "failed" all the time.
9812
9813 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9814 ...)) with (with-current-buffer ...).
9815
9816 * nntp.el (nntp-open-server): Return whether the open was successful or
9817 not.
9818
9819 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9820 select an unread unseen article first.
9821
9822 * nnimap.el (nnimap-open-connection): If the user doesn't have a
9823 /etc/services, supply some sensible port defaults.
9824
9825 2010-09-17 Julien Danjou <julien@danjou.info>
9826
9827 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9828
9829 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9830
9831 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9832 doesn't have any parameters.
9833
9834 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9835
9836 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9837 only upcased checks.
9838
9839 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9840
9841 * nnimap.el (nnimap-open-shell-stream): New function.
9842 (nnimap-open-connection): Use it.
9843 (nnimap-transform-headers): Get the number of lines in each message.
9844 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9845 number of lines.
9846 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
9847 problem.
9848
9849 * utf7.el (utf7-encode): Autoload.
9850
9851 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9852 to allow the mail splitting to not return a default group. This is
9853 useful for nnimap, which will leave unmatched mail in the inbox.
9854
9855 * nnimap.el: Rewritten.
9856
9857 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9858 nnimap usage.
9859
9860 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9861 if the move is internal, so that nnimap can do fast internal moves.
9862
9863 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9864 data.
9865 (gnus-read-active-for-groups): Support finishing the early retrieval of
9866 data.
9867
9868 * gnus-range.el (gnus-range-nconcat): New function.
9869
9870 * gnus-int.el (gnus-finish-retrieve-group-infos)
9871 (gnus-retrieve-group-data-early): New functions.
9872
9873 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9874
9875 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9876 (nnrss-retrieve-groups):
9877 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9878 (pop3-quit): Use with-current-buffer.
9879
9880 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
9881
9882 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9883 instead of nnheader-accept-process-output.
9884
9885 * gnus-html.el (gnus-html-schedule-image-fetching)
9886 (gnus-html-prefetch-images): Replace process-kill-without-query by
9887 gnus-set-process-query-on-exit-flag.
9888
9889 2010-09-16 Romain Francoise <romain@orebokech.com>
9890
9891 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9892
9893 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9894
9895 * gnus-registry.el (gnus-registry-install-shortcuts): The second
9896 parameter to unintern is mandatory-ish in Emacs 24.
9897
9898 * gnus-html.el (gnus-html-schedule-image-fetching)
9899 (gnus-html-prefetch-images): Check for curl before using it.
9900
9901 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9902 depend on curl, which isn't essential.
9903
9904 * imap.el: Revert back to version
9905 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9906 seem problematic.
9907
9908 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9909
9910 * gnus-registry.el (gnus-registry-install-shortcuts):
9911 Explicitly pass `obarray' to `unintern' to avoid a warning.
9912
9913 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9914
9915 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9916 change.
9917
9918 * nnrss.el (nnrss-request-list): Remove this function and related
9919 functions, including the moreover stuff.
9920
9921 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9922
9923 * nnrss.el (nnrss-retrieve-groups): New function.
9924
9925 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9926
9927 * .dir-locals.el: Add no-byte-compile cookie.
9928
9929 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
9930
9931 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9932 for back end that doesn't support request-scan.
9933
9934 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9935
9936 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9937 then do request scans from the backends.
9938
9939 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9940 avoid running a hook per line, since this takes a lot of time,
9941 profiling shows.
9942 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9943 directly if gnus-visual-p is true.
9944
9945 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9946
9947 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9948 groups; replace mapcar with dolist which is a bit faster; pass groups
9949 info to gnus-read-active-file-1.
9950 (gnus-read-active-file-1): Scan only specified groups if the new
9951 optional arg `infos' is given.
9952
9953 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9954
9955 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9956
9957 * pop3.el (pop3-movemail): Remove.
9958 (pop3-streaming-movemail): Rename to pop3-movemail.
9959
9960 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9961 don't restrict end-tag searches to the end of the line.
9962
9963 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9964
9965 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9966 articles of every unchecked group to t, which means unknown since the
9967 server has never been opened.
9968
9969 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9970
9971 * gnus-html.el (gnus-html-show-alt-text): New command.
9972 (gnus-html-browse-image): Ditto.
9973 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9974 to browse the image directly.
9975 (gnus-html-wash-tags): Search for images first, so that <a><img> works
9976 better.
9977
9978 * gnus-async.el (gnus-async-article-callback):
9979 Call `gnus-html-prefetch-images' unconditionally.
9980
9981 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9982 before feeding URLs to curl.
9983
9984 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9985
9986 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9987 internal images as deletable by `W D D'.
9988
9989 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9990 (gnus-async-article-callback): Fix typo.
9991
9992 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9993
9994 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9995 current line to work around bugs in the output from w3m.
9996
9997 * gnus-async.el (gnus-async-article-callback): Always prefetch images
9998 for groups that want that.
9999
10000 * nntp.el (nntp-wait-for-string): Supply a timeout for
10001 accept-process-output to ensure progress.
10002
10003 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10004 level to get unread articles from, then use that for foreign groups,
10005 too.
10006
10007 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10008 confuses the rest of the function.
10009
10010 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10011 for the methods that support -retrieve-groups, too.
10012
10013 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10014
10015 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10016
10017 * pop3.el: Require cl when compiling.
10018 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10019
10020 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10021
10022 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10023 that aren't going to be activated.
10024 (gnus-get-unread-articles): Fix up the last commit.
10025
10026 * gnus-html.el (gnus-article-html): Allow calling without specifying
10027 the handle. In that case, dissect the buffer first.
10028
10029 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10030
10031 * nnimap.el (nnimap-open-connection): Revert the change that would look
10032 into authinfo for imaps instead of imap.
10033
10034 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10035 say that you don't want to call gnus-request-group with don-check, but
10036 do check the response. This is for virtual groups only.
10037 (gnus-get-unread-articles): Count the archive groups as secondary, so
10038 that they're activated the same way as before.
10039
10040 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10041 case-insensitively.
10042 (nnimap-debug): Remove.
10043
10044 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10045 mail from a file, and the file doesn't exist.
10046
10047 * pop3.el (pop3-streaming-movemail): Return t for success.
10048
10049 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10050 .authinfo if we're using ssl connection.
10051
10052 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10053 already have if we're in a main Gnus `g' run.
10054
10055 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10056
10057 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10058
10059 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10060
10061 * nnmh.el (nnmh-request-list-1): Bind `file'.
10062
10063 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10064 alias to set-process-query-on-exit-flag or process-kill-without-query.
10065 (pop3-open-server): Use it.
10066
10067 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10068
10069 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10070 box to the Incoming file. Fixes mistake in previous checkin.
10071
10072 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10073 request loop (for debugging purposes) removed.
10074
10075 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10076 culprit is more visible.
10077 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10078 (nnml-add-incremental-nov): New functions to do "incremental" nov
10079 updates, where we just append to the end of the existing nov files
10080 without reading/writing them in full.
10081
10082 * mail-source.el (mail-source-delete-crash-box): Really only check the
10083 incoming files once in a while.
10084
10085 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10086
10087 * mail-source.el (mail-source-delete-crash-box): Only check the
10088 incoming files for deletion once per day to save a lot of file
10089 accesses.
10090
10091 * pop3.el (pop3-logon): Fix up unbound variable typo.
10092
10093 * mail-source.el (pop3-streaming-movemail): Autoload.
10094
10095 * pop3.el (pop3-streaming-movemail):
10096 Respect pop3-leave-mail-on-server.
10097
10098 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10099 retrieval.
10100
10101 * pop3.el (pop3-process-filter): Remove unused function.
10102 (pop3-streaming-movemail, pop3-send-streaming-command)
10103 (pop3-wait-for-messages, pop3-write-to-file)
10104 (pop3-number-of-responses): New functions for streaming pop3
10105 retrieval.
10106
10107 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10108 come from no known methods.
10109 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10110 list.
10111
10112 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10113 message sizes.
10114 (pop3-movemail): Use erase-buffer instead of looping and deleting
10115 regions, which seems rather odd.
10116
10117 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10118 file once per `g' run.
10119
10120 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10121 directories. This makes the draft queue directory work.
10122
10123 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10124 data from the backends, so that we only request the list of groups from
10125 each method once. This should speed things up considerably.
10126
10127 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10128 detect that it's not implemented.
10129
10130 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10131 we actually do recurse down into the tree, but don't stat all leaf
10132 nodes.
10133
10134 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10135 then say so instead of bugging out.
10136
10137 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10138 files exist before trying to read them.
10139
10140 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10141 around <pre_int>.
10142
10143 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10144
10145 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10146
10147 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10148
10149 * mm-util.el (mm-image-load-path): Just return the image directories,
10150 not all directories in the path in addition to the image directories.
10151 (mm-image-load-path): Maintain a cache of the image directories so that
10152 the `g' command in Gnus doesn't have to stat dozens of directories each
10153 time.
10154
10155 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10156 (gnus-html-wash-tags): Add a new `i' command to insert images.
10157 (gnus-html-insert-image): New command and keystroke.
10158 (gnus-html-redisplay-with-images): New command and keystroke.
10159 (gnus-html-show-images): Rename command.
10160 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10161 spacers.
10162 (gnus-html-wash-tags): Decode entities at the end, so that entities
10163 inside the tags don't mess up the rest of the "parsing".
10164
10165 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10166 so that nnimap methods aren't agentized by default. There's apparently
10167 many problems related to agent/imap behavior.
10168
10169 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10170
10171 * gnus-html.el: Doc fix.
10172
10173 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10174
10175 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10176 glyph-width and glyph-height instead of display-graphic-p and
10177 image-size; make avoidance of displaying small images work for XEmacs.
10178
10179 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10180 for XEmacs.
10181
10182 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10183 of symbol that holds plist data.
10184 (gnus-process-plist): Remove plist of process after getting it.
10185
10186 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10187
10188 * message.el (message-generate-hashcash): Change default to
10189 'opportunistic if hashcash is installed.
10190
10191 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10192 (gnus-html-put-image): Only call image-size once, since it's somewhat
10193 time-consuming on remote X servers.
10194
10195 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10196
10197 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10198 decoded contents.
10199 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10200
10201 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10202
10203 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10204 group line format, since it isn't very interesting.
10205
10206 * gnus-agent.el (gnus-agent-short-article),
10207 (gnus-agent-long-article): Increase values for these two variables,
10208 since most people are likely to have more network connection and
10209 storage than before.
10210
10211 * gnus.el (gnus-refer-article-method): Change default to 'current.
10212 When referring an article, the common behavior is to refer it from the
10213 current select method, not the native select method. The chances of
10214 the native select method having the message in question is rather slim
10215 these days.
10216
10217 * gnus-sum.el (gnus-auto-select-subject): Change default to
10218 `unseen-or-unread'. I think it's likely that most people want to
10219 select an unseen article over a previously seen, but unread one.
10220
10221 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10222 means that in the article buffer none of the minor mode elements will
10223 be shown, usually, and this is not desirable in most cases.
10224
10225 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10226 that commands like `d' (and the like) go to the next line in the
10227 buffer, instead of the next unread article. I think this is the
10228 behavior that is most natural for most users.
10229 (gnus-single-article-buffer): Change default to nil, so that people can
10230 have as many article buffers open as they have summary buffer. I think
10231 this is the most natural way for the groups to behave.
10232
10233 * message.el (message-generate-new-buffers): Change default to
10234 `unsent', so that all new message buffers start their names with the
10235 string "*unsent", and it's easier to find the buffers if you move from
10236 them.
10237
10238 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10239
10240 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10241 small. They're probably tracking images.
10242 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10243 (gnus-html-rescale-image): Yet another try at getting the image sizing
10244 right.
10245
10246 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10247 nntp-marks-file-name is nil.
10248
10249 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10250
10251 * gnus-html.el (gnus-html-wash-tags)
10252 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10253 Better logging.
10254
10255 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10256
10257 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10258
10259 * gnus-html.el (gnus-html-wash-tags): Check the value of
10260 gnus-blocked-images in the summary buffer.
10261
10262 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10263
10264 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10265
10266 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10267
10268 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10269 like "a", it seems like.
10270 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10271 since it needs to be picked from the correct buffer.
10272
10273 * nnwfm.el: Remove.
10274
10275 * nnlistserv.el: Remove.
10276
10277 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10278
10279 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10280 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10281
10282 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10283
10284 * nnkiboze.el: Remove.
10285
10286 * nndb.el: Remove.
10287
10288 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10289 alt text.
10290 (gnus-html-rescale-image): Try to get the rescaling logic right for
10291 images that are just wide and not tall.
10292
10293 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10294 overshadow variable bindings.
10295
10296 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10297
10298 * gnus-html.el (gnus-html-wash-tags)
10299 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10300 Add extra logging.
10301
10302 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10303
10304 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10305 (gnus-max-image-proportion): New variable.
10306 (gnus-html-rescale-image): New function.
10307 (gnus-html-put-image): Rescale images.
10308
10309 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 Fix up some byte-compiler warnings.
10312 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10313 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10314 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10315 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10316 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10317 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10318 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10319
10320 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10321
10322 * gnus-html.el (gnus-article-html): Decode contents by charset.
10323
10324 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10325
10326 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10327 (gnus-html-frame-width, gnus-blocked-images):
10328 * message.el (message-prune-recipient-rules): Add custom version.
10329 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10330
10331 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10332 functions.
10333
10334 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10335 gnus-process-get.
10336
10337 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
10338
10339 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10340 instead of lsub directly.
10341
10342 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10343
10344 * nnwarchive.el: Remove.
10345
10346 * gnus-soup.el: Remove.
10347
10348 * nnsoup.el: Remove.
10349
10350 * nnultimate.el: Remove.
10351
10352 * gnus-html.el (gnus-blocked-images): New variable.
10353
10354 * message.el (message-prune-recipients): New function.
10355 (message-prune-recipient-rules): New variable.
10356
10357 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10358 guess whether a long line is natural text or not.
10359
10360 * gnus-html.el (gnus-html-schedule-image-fetching):
10361 Use gnus-process-plist and friends for compatibility.
10362
10363 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10364
10365 * gnus-html.el: Require packages that define macros used in this file.
10366 (gnus-article-mouse-face): Declare to silence byte-compiler.
10367 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10368 process-get.
10369 (gnus-html-put-image): Use plist-get to avoid getf.
10370 (gnus-html-prefetch-images): Use with-current-buffer.
10371
10372 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10373
10374 * gnus-ems.el: Provide compatibility functions for
10375 gnus-set-process-plist.
10376
10377 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10378 * gnus.el (gnus-valid-select-methods):
10379 * message.el (message-send-mail-partially-limit):
10380 * mm-decode.el (mm-text-html-renderer):
10381 * mml.el (mml-insert-mime-headers-always):
10382 * smiley.el (smiley-regexp-alist): Bump custom version.
10383
10384 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10385
10386 * gnus-html.el: Require mm-url.
10387 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10388 with the url to `url'.
10389 (gnus-html-wash-tags): Support cid: URLs/images.
10390
10391 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10392
10393 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10394 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10395 bindings, as they aren't useful at all. `w' is moved to `W w'.
10396
10397 * gnus-move.el: Remove file, since it doesn't really work.
10398
10399 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10400 UTF-8. This seems to fix problems with some German web feeds.
10401
10402 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10403 at the top so that the proper colors are applied.
10404
10405 * gnus-art.el (gnus-article-view-part): Doc fix.
10406
10407 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10408 XEmacs-compatible.
10409 (gnus-html-put-image): Don't do images on non-graphic displays.
10410
10411 * nnslashdot.el: Remove this unused backend.
10412
10413 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10414 actions.
10415 (gnus-undo-register-1): Revert last change.
10416
10417 * gnus-group.el (gnus-group-completing-read): Protect against not
10418 having completion-styles bound.
10419
10420 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10421 make broken recipients happier.
10422
10423 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10424
10425 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10426 point parameter.
10427
10428 * gnus-group.el (gnus-group-completing-read): Add 'substring to
10429 completion-styles for group selection.
10430
10431 2009-02-04 Andreas Schwab <schwab@suse.de>
10432
10433 * gnus-score.el (gnus-score-string): Fix regex for matching extra
10434 headers and regexp-quote the match if necessary.
10435
10436 2009-03-24 Miles Bader <miles@gnu.org>
10437
10438 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10439 the blinking smiley.
10440
10441 2009-03-24 Simon Josefsson <simon@josefsson.org>
10442
10443 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10444 blink smiley.
10445
10446 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10447
10448 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10449 where the dribbel file lives exists.
10450
10451 * message.el (message-send-mail-partially-limit): Change the default to
10452 nil, since most people don't want this.
10453
10454 * mm-url.el (mm-url-decode-entities): Also decode entities like
10455 &#x3212.
10456
10457 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
10458
10459 * gnus-sum.el (gnus-summary-idna-message):
10460 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10461 Hyperlink urls in docstrings with URL `...'.
10462
10463 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
10464
10465 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10466 functions.
10467
10468 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10469
10470 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10471 say what the mouseover text should be.
10472
10473 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10474 version of the mm-w3m-safe-url-regexp variable to only download images
10475 in the groups where we want that to happen.
10476
10477 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10478
10479 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10480 easier debugging.
10481 (gnus-article-beginning-of-window): Add kludge to allow spacing past
10482 big pictures in the article buffer.
10483
10484 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10485 gnus-article-html.
10486 (mm-text-html-renderer): gnus-article-html needs curl in addition to
10487 w3m.
10488
10489 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10490
10491 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10492
10493 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10494 which doesn't exist.
10495
10496 * message.el (message-inhibit-ecomplete): New variable to allow some
10497 function to inhibit ecomplete address storage.
10498 (message-resend): Disable ecomplete message storage when resending
10499 messages.
10500
10501 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10502
10503 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
10504
10505 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10506 Save excursion while copying, moving, and deleting articles in order to
10507 prevent the cursor from jumping to unforeseen place.
10508
10509 2010-08-17 Glenn Morris <rgm@gnu.org>
10510
10511 * gnus-sync.el: Require gnus components whose functions are used.
10512
10513 * gnus-art.el (bookmark-make-record-function):
10514 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10515 Declare for compiler.
10516
10517 * mm-url.el (mml-compute-boundary): Autoload.
10518
10519 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10520
10521 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10522
10523 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
10524
10525 Typo fix "hoo4a" -> "hook".
10526
10527 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10528
10529 2010-08-14 Glenn Morris <rgm@gnu.org>
10530
10531 * gnus-sync.el (gnus-sync): Fix defgroup version.
10532
10533 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
10534
10535 Doc fixes and keep unknown groups (ammended for nunion bug fix).
10536
10537 * gnus-sync.el: Fix docs.
10538 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10539 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10540
10541 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10542
10543 Optimizations for gnus-sync.el.
10544
10545 * gnus-sync.el: Add docs about gnus-sync-backend
10546 possibilities.
10547 (gnus-sync-save): Remove unnecessary message.
10548 (gnus-sync-read): Optimize and show what groups were skipped.
10549
10550 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10551
10552 Minor bug fixes for gnus-sync.el.
10553
10554 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10555 Don't read the sync on get-new-news.
10556
10557 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10558 quiet.
10559
10560 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10561 (fix typo).
10562
10563 2010-07-30 Lawrence Mitchell <wence@gmx.li>
10564
10565 Make saving and restoring of hidden threads work with overlays.
10566 Patch applied by Ted Zlatanov.
10567
10568 * gnus-sum.el (gnus-hidden-threads-configuration)
10569 (gnus-restore-hidden-threads-configuration): Update to deal with text
10570 properties, rather than searching for a magic character.
10571
10572 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10573
10574 New gnus-sync.el library for synchronization of marks.
10575
10576 * gnus-sync.el: New library for synchronization of marks.
10577
10578 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10579 renamed from `gnus-registry-grep-in-list'.
10580
10581 * gnus-registry.el (gnus-registry-follow-group-p):
10582 Use `gnus-grep-in-list'.
10583
10584 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10585
10586 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10587
10588 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10589 determining charset of text fails.
10590
10591 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10592
10593 * nnmail.el (nnmail-get-new-mail-1): Revert.
10594
10595 * nnml.el (nnml-active-number): Make sure names of newly created groups
10596 in nnml-group-alist are encoded.
10597
10598 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10599
10600 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10601 containing non-ASCII characters in active file for nnml back end.
10602
10603 2010-07-24 David Engster <dengste@eml.cc>
10604
10605 * mml-smime.el (mml-smime-epg-verify): Also accept the older
10606 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10607
10608 2010-07-21 Daiki Ueno <ueno@unixuser.org>
10609
10610 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10611 tag (Bug#6654).
10612
10613 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10614
10615 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10616 the article buffer, not the summary buffer.
10617
10618 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
10619
10620 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10621 Emacs 23 as well.
10622
10623 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10624
10625 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10626 Patch applied by Karl Fogel.
10627
10628 * gnus-sum.el (gnus-summary-bookmark-make-record):
10629 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10630
10631 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10632
10633 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10634 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
10635 C-w still not working correctly from Article buffers; Thierry's
10636 patch to fix that will be applied after this.
10637
10638 * gnus-art.el (bookmark-make-record-function): New local variable.
10639
10640 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10641 article buffer.
10642 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10643
10644 2010-07-13 Karl Fogel <kfogel@red-bean.com>
10645
10646 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10647 on changes in bookmark.el.
10648
10649 2010-06-22 Mark A. Hershberger <mah@everybody.org>
10650
10651 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10652 the *other* type of HTML form submission.
10653
10654 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
10655
10656 * auth-source.el (auth-source-pick): If choice does not contain a
10657 questioned keyword, set the check to t.
10658
10659 2010-06-12 Romain Francoise <romain@orebokech.com>
10660
10661 * gnus-util.el (gnus-date-get-time): Move up before first use.
10662
10663 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10664
10665 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10666 (gnus-article-edit-part): Bind it to make last part that is substituted
10667 or deleted visible.
10668 (gnus-mime-display-single): Buttonize part of which id equals to
10669 gnus-mime-buttonized-part-id.
10670
10671 2010-06-10 Dan Christensen <jdc@uwo.ca>
10672
10673 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10674 (gnus-dd-mmm): Use gnus-date-get-time.
10675 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10676 simplify logic.
10677 (gnus-summary-limit-to-age): Use gnus-date-get-time.
10678 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10679
10680 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
10681
10682 * auth-source.el (top): Autoload `secrets-list-collections',
10683 `secrets-create-item', `secrets-delete-item'.
10684 (auth-sources): Fix tag string.
10685 (auth-get-source, auth-source-retrieve, auth-source-create)
10686 (auth-source-delete): New defuns.
10687 (auth-source-pick): Rewrite in order to avoid 2 passes.
10688 (auth-source-forget-user-or-password): New parameter USERNAME.
10689 (auth-source-user-or-password): New parameters CREATE-MISSING and
10690 DELETE-EXISTING. Retrieve password interactively, if needed.
10691
10692 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
10693
10694 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10695 deleting unused directories when gnus-expert-user is t.
10696
10697 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10698
10699 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10700 for each temp file when gnus-article-browse-delete-temp is ask.
10701
10702 2010-05-20 Kevin Ryde <user42@zip.com.au>
10703
10704 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
10705
10706 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
10707
10708 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10709 article unless decoding article to be saved.
10710
10711 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10712
10713 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10714 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10715 generated within the mm-with-unibyte-current-buffer macro.
10716
10717 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10718
10719 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10720 to nil when we're in a mml-preview buffer and no group is selected.
10721
10722 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
10723
10724 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10725 when catching the `C-g'. Reported by "Leo".
10726
10727 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10728
10729 * message.el (message-forward-make-body-plain)
10730 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10731 multibyte-string-p.
10732
10733 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10734
10735 * message.el (message-forward-make-body-mml): Assume original message
10736 is multibyte string; error on unibyte.
10737 (message-forward-make-body-plain): Ditto; don't add excessive newline
10738 in body end.
10739
10740 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
10741
10742 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10743 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
10744
10745 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
10746
10747 * mm-extern.el (mm-extern-url): Don't use
10748 mm-with-unibyte-current-buffer.
10749 (mm-extern-cache-contents): Use with-current-buffer instead of
10750 save-excursion + set-buffer.
10751
10752 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10753
10754 * mm-util.el (mm-emacs-mule): Remove.
10755
10756 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
10757
10758 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10759 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10760 change.
10761
10762 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10763
10764 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10765 bind the default value of enable-multibyte-characters to nil.
10766
10767 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10768
10769 * message.el (message-forward-make-body-plain)
10770 (message-forward-make-body-mml):
10771 Don't use mm-with-unibyte-current-buffer.
10772
10773 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10774
10775 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10776 (Bug#5592).
10777
10778 2010-05-07 Julien Danjou <julien@danjou.info>
10779
10780 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10781 it to mm-pipe-part.
10782
10783 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10784 it is given.
10785
10786 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10787
10788 * nnweb.el (nnweb-gmane-search):
10789 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10790 XEmacs.
10791
10792 * gnus-art.el (gnus-article-browse-html-parts):
10793 * gnus-group.el (gnus-read-ephemeral-gmane-group)
10794 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10795 make-temp-file.
10796
10797 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10798 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10799 compiling.
10800
10801 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10802 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10803 XEmacs when compiling.
10804
10805 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10806 gnus-pick-mode-off-hook for XEmacs when compiling.
10807 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10808 gnus-binary-mode-off-hook for XEmacs when compiling.
10809
10810 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10811 Return nil if char-charset is not available.
10812
10813 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10814 macro.
10815
10816 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10817 instead of encode-coding-string.
10818
10819 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10820 'xemacs) instead of mm-emacs-mule to switch function definitions.
10821 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10822
10823 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
10824
10825 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10826
10827 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
10828
10829 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10830 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10831
10832 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
10833
10834 * mm-util.el (mm-decompress-buffer): Use `delete-file';
10835 alias `jka-compr-delete-temp-file' no longer exists.
10836
10837 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10838
10839 Use define-minor-mode in Gnus where applicable.
10840 * mml.el (mml-mode): Use define-minor-mode.
10841 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10842 (gnus-undo-mode): Use define-minor-mode.
10843 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10844 (gnus-dead-summary-mode): Use define-minor-mode.
10845 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10846 Initialize in declaration.
10847 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10848 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10849 (gnus-mailing-list-mode): Use define-minor-mode.
10850 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10851 (gnus-draft-mode): Use define-minor-mode.
10852 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10853 (gnus-dired-mode): Use define-minor-mode.
10854
10855 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
10856
10857 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10858 handles on recursive mml-to-mime translation and check them for
10859 boundary delimiter collisions. Reported by Greg Troxel.
10860
10861 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10862
10863 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10864
10865 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10866
10867 * mm-util.el (mm-find-buffer-file-coding-system):
10868 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10869
10870 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
10871
10872 * message.el (message-generate-headers): Record insertion of optional
10873 headers as well. Otherwise the check to prevent repeated insertion of
10874 optional headers is a no-op.
10875
10876 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
10877
10878 * smime.el: Don't mention CVS.
10879
10880 * nnrss.el (nnrss-fetch): Don't mention CVS.
10881
10882 * nnir.el: Don't mention CVS.
10883
10884 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * gnus-sum.el (gnus-summary-bookmark-make-record):
10887 Add `location' field.
10888
10889 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10890
10891 * gnus-sum.el: Add bookmark declarations to silence the compiler.
10892 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10893 Use with-current-buffer to silence the byte-compiler.
10894 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10895 bother to require `gnus'.
10896 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
10897
10898 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10899
10900 * gnus-sum.el (gnus-summary-bookmark-make-record)
10901 (gnus-summary-bookmark-jump): New functions.
10902 (gnus-summary-mode): Setup bookmark support.
10903
10904 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
10905
10906 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10907 if set.
10908
10909 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
10910
10911 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10912 gnus-article-browse-html-save-cid-image; make it work recursively for
10913 forwarded messages as well.
10914 (gnus-article-browse-html-parts): Work when prefix arg is given.
10915 (gnus-article-browse-html-article): Doc fix.
10916
10917 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
10918
10919 * message.el (message-default-mail-headers):
10920 (message-default-headers): Carry the value mail-default-headers over
10921 into message-default-mail-headers, rather than message-default-headers.
10922
10923 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
10924
10925 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10926 charset.
10927
10928 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10929 charset into the <meta> tag when the article is encoded to utf-8.
10930
10931 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
10932
10933 * gnus-art.el (gnus-article-browse-delete-temp-files):
10934 Delete directories as well.
10935 (gnus-article-browse-html-parts): Work for images that do not specify
10936 file names; delete temp directory when quitting; insert header at the
10937 right place; use file: scheme for image files.
10938
10939 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
10940
10941 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10942 (gnus-article-browse-html-parts): Use it to make temporary cid image
10943 files in addition to html file so that browser may display them.
10944
10945 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
10946
10947 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10948
10949 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10950
10951 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10952
10953 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10954
10955 * auth-source.el (auth-sources): Change default to be simpler.
10956 Explain about Secret Service API sources. Improve Customize options.
10957 (auth-source-pick): Change to accept any number of search parameters.
10958 Implement fallbacks iteratively, not recursively. Add scoring on the
10959 second pass and sort by score. Call Secret Service API when needed.
10960 (auth-source-user-or-password): Use it. Call Secret Service API
10961 directly when needed to get the user name and the password.
10962
10963 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10964
10965 * message.el (message-interactive): Doc fix.
10966 (message-qmail-inject-args): Reflow.
10967 (message-kill-to-signature): Fix typo in docstring.
10968
10969 * smiley.el (smiley-buffer): Fix typo in docstring.
10970
10971 2010-03-24 Glenn Morris <rgm@gnu.org>
10972
10973 * mail-source.el (gnus-message): Declare.
10974 (mail-source-delete-old-incoming): Require gnus-util.
10975
10976 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10977
10978 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10979
10980 * message.el (ecomplete-setup): Autoload it for Emacs <23.
10981
10982 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10983 password-cache's default if it is not bound.
10984 (mml-secure-passphrase-cache-expiry): Default to 16 that is
10985 password-cache-expiry's default if it is not bound.
10986
10987 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10988 available in Emacs 21.
10989
10990 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
10991
10992 * auth-source.el (auth-sources): Fix up definition so extra parameters
10993 are always inline.
10994
10995 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
10996
10997 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10998 wasn't updated after mismatch. Clear cached mailbox info correctly
10999 when uidvalidity changes.
11000 (nnimap-group-prefixed-name): New function to avoid some code
11001 duplication.
11002 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11003 (nnimap-request-group): Use it.
11004 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11005 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11006 with many imap folders. This is done by caching the group status from
11007 the imap server persistently in a group parameter `imap-status'. (This
11008 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11009 but not persistently, so every Gnus startup was still very slow.)
11010
11011 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11012
11013 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11014 secrets.el dependency.
11015 (auth-sources): Add optional user name. Add secrets.el configuration
11016 choice (unused right now).
11017
11018 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11019
11020 * gnus-sum.el (gnus-summary-make-menu-bar):
11021 Let `gnus-registry-install-shortcuts' fill in the functions.
11022
11023 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11024 warnings.
11025 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11026 (gnus-registry-install-shortcuts): Populate and use it in a
11027 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11028
11029 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11030
11031 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11032 In-place substitutions for the group name encoding/decoding.
11033 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11034 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11035 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11036 (nnimap-update-unseen, nnimap-request-list)
11037 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11038 (nnimap-request-set-mark, nnimap-split-to-groups)
11039 (nnimap-split-articles, nnimap-request-newgroups)
11040 (nnimap-request-create-group, nnimap-request-accept-article)
11041 (nnimap-request-delete-group, nnimap-request-rename-group)
11042 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11043 `encoded-mbx' for consistency.
11044 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11045 variable `imap-current-mailbox'.
11046
11047 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11048 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11049
11050 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11051
11052 * pop3.el (pop3-display-message-size-flag): Display message size byte
11053 counts during POP3 download.
11054 (pop3-movemail): Use it.
11055 (pop3-list): Implement listing of available messages.
11056
11057 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11058
11059 * nnir.el (nnir-get-article-nov-override-function): New function to
11060 override the normal NOV retrieval.
11061 (nnir-retrieve-headers): Use it.
11062
11063 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11064
11065 * auth-source.el (netrc-machine-user-or-password): Autoload.
11066
11067 2010-03-19 Glenn Morris <rgm@gnu.org>
11068
11069 Stop message.el from loading about 40 libraries it doesn't always need.
11070 The general approach is to autoload rather than require, and to
11071 require in the specific functions rather than the file. (Bug#5642)
11072
11073 * gmm-utils.el: Don't require wid-edit.
11074 (widget-create-child-value, widget-convert, widget-default-get):
11075 Autoload.
11076
11077 * gnus-util.el: Don't require time-date, netrc.
11078 (message-fetch-field, gnus-group-name-decode): Declare rather than
11079 autoloading.
11080 (gnus-fetch-field): Require message.
11081 (gnus-decode-newsgroups): Require gnus-group.
11082
11083 * ietf-drums.el: Don't require time-date.
11084
11085 * message.el: Don't require hashcash, canlock, ecomplete.
11086 Do require mail-utils. Require nnheader only when compiling.
11087 (smtpmail-default-smtp-server): Remove declaration.
11088 (message-send-mail-function): Check smtpmail-default-smtp-server
11089 is bound rather than requiring smtpmail.
11090 (message-auto-save-directory, message-insert-signature):
11091 Use expand-file-name rather than nnheader-concat.
11092 (nnheader-insert-file-contents): Autoload.
11093 (hashcash-wait-async): Declare.
11094 (message-send-mail): Only call gnus-setup-posting-charset if
11095 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11096 (message-send-mail-with-sendmail): Require sendmail.
11097 (canlock-password, canlock-password-for-verify): Declare.
11098 (message-canlock-password): Require canlock.
11099 (nnheader-get-report): Autoload.
11100 (gnus-setup-posting-charset): Declare.
11101 (message-send-news): Require gnus-msg.
11102 (message-make-references, message-make-in-reply-to): Use mail-header-id
11103 rather than the alias mail-header-message-id.
11104 (ecomplete-add-item, ecomplete-save): Declare.
11105 (message-put-addresses-in-ecomplete): Require ecomplete.
11106 (ecomplete-display-matches): Autoload.
11107
11108 * mm-decode.el: Don't require mailcap, gnus-util.
11109 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11110 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11111 Autoload.
11112 (mailcap-mime-extensions): Declare.
11113
11114 * mm-encode.el: Don't require mailcap.
11115 (mailcap-extension-to-mime): Autoload.
11116
11117 * mml-sec.el: Don't require password-cache.
11118
11119 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11120 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11121 (mml-minibuffer-read-type): Require mailcap.
11122 (mml-preview): Require gnus-msg.
11123
11124 * mml1991.el: Require password-cache.
11125 (password-cache-expiry): Remove declaration.
11126
11127 * mml2015.el: Require password-cache.
11128 (password-cache-expiry): Remove declaration.
11129
11130 * nneething.el (mailcap): Require mailcap.
11131
11132 * nnheader.el (declare-function): Add compatibility stub.
11133 (message-remove-header): Declare rather than autoload.
11134 (nnheader-replace-header): Require message.
11135
11136 * nnimap.el (declare-function): Add compatibility stub.
11137 (netrc-parse, netrc-machine-user-or-password): Declare.
11138 (nnimap-open-connection): Require netrc.
11139
11140 * nntp.el (declare-function): Add compatibility stub.
11141 (netrc-parse, netrc-machine, netrc-get): Declare.
11142 (nntp-send-authinfo): Require netrc.
11143
11144 * rfc2047.el: Don't require qp.
11145 (quoted-printable-encode-region, quoted-printable-decode-string):
11146 Autoload.
11147
11148 * sieve-mode.el: Don't require easymenu.
11149 (easy-menu-add-item): Autoload it.
11150
11151 * spam-stat.el (time-to-number-of-days): Autoload it.
11152
11153 2010-03-17 Kevin Ryde <user42@zip.com.au>
11154
11155 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11156 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11157 value if any backslash escapes).
11158
11159 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11160
11161 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11162 if it is available. (bug#5647)
11163
11164 2010-02-26 Glenn Morris <rgm@gnu.org>
11165
11166 * message.el (message-send-mail-function): Change the default, so that
11167 it inherits from a customized send-mail-function. (Bug#5643)
11168
11169 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11172 shell-command-to-string signals an error (bug#5299).
11173
11174 2010-02-24 Glenn Morris <rgm@gnu.org>
11175
11176 * message.el (message-smtpmail-send-it)
11177 (message-send-mail-with-mailclient): Doc fixes.
11178
11179 2010-02-16 Glenn Morris <rgm@gnu.org>
11180
11181 * message.el (message-default-mail-headers): Change the default value
11182 to ease the transition from mail-mode to message-mode. (Bug#5555)
11183
11184 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11185
11186 * message.el (message-mail): Just pass yank-action on to message-setup.
11187 (message-setup): Handle (FUN . ARGS) form of yank-action.
11188 (message-with-reply-buffer, message-widen-reply)
11189 (message-yank-original): Handle non-buffer values of
11190 message-reply-buffer (Bug#4080).
11191 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11192
11193 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11194
11195 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11196 Fix typo in docstring.
11197
11198 2010-01-08 Jason Rumney <jasonr@gnu.org>
11199
11200 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11201 response.
11202
11203 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11204
11205 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11206
11207 * message.el (message-check-news-header-syntax): Protect against a
11208 string that `rfc822-addresses' returns when parsing fails.
11209
11210 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11211
11212 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11213 (gnus-previous-char-property-change): New functions.
11214
11215 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11216
11217 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11218
11219 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11220 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11221
11222 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11223
11224 * message.el (message-exchange-point-and-mark): Rework last change to
11225 avoid using optional arg of exchange-point-and-mark, for backward
11226 compatibility.
11227
11228 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11229
11230 * message.el (message-exchange-point-and-mark):
11231 Call exchange-point-and-mark with an argument rather than setting
11232 mark-active by hand (Bug#5175).
11233
11234 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11235
11236 * nntp.el (nntp-service-to-port): Work for service expressed with
11237 numeric string; replace [:digit:] with [0-9] for XEmacs.
11238
11239 2009-12-17 Glenn Morris <rgm@gnu.org>
11240
11241 * gnus-group.el (gnus-bug-group-download-format-alist):
11242 Change emacs entry to debbugs.gnu.org. Bump :version.
11243
11244 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11245
11246 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11247
11248 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11249
11250 * message.el (message-info): Explain why we use `Info-goto-node'.
11251
11252 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11253
11254 * message.el (message-completion-in-region): New compatibility function.
11255 (message-expand-group): Use it.
11256
11257 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11258
11259 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11260 with no unread article should be listed if the 2nd arg `predicate' is
11261 given.
11262
11263 2009-11-29 Juri Linkov <juri@jurta.org>
11264
11265 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11266 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11267 on `gnus-recenter'. (Bug#4698, Bug#4981)
11268
11269 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11270
11271 * message.el (message-from-style, message-interactive)
11272 (message-signature): Always set default values from the corresponding
11273 mail-* variables.
11274 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11275 (message-yank-prefix, message-indentation-spaces)
11276 (message-signature-file, message-default-headers): Use boundp rather
11277 than (featurep 'xemacs) to check if the corresponding mail-* variables
11278 exist.
11279
11280 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11281
11282 * message.el (message-send-mail-with-sendmail): Revert last change.
11283
11284 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11285
11286 * message.el (message-from-style, message-interactive)
11287 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11288 (message-yank-prefix, message-indentation-spaces, message-signature)
11289 (message-signature-file, message-default-headers): For GNU Emacs, set
11290 default values from the corresponding mail-* variables.
11291 (message-send-mail-with-sendmail): Use envelope-from only if
11292 mail-specify-envelope-from is non-nil.
11293
11294 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11295
11296 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11297 containing tspecial characters if they have been already quoted.
11298
11299 2009-10-24 Glenn Morris <rgm@gnu.org>
11300
11301 * gnus-art.el (help-xref-stack-item): Define for compiler.
11302
11303 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11304
11305 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11306
11307 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11308
11309 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11310 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11311
11312 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11313
11314 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11315 (gnus-overlays-in): New alias to overlays-in.
11316
11317 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11318 gnus-overlay-get, and gnus-delete-overlay.
11319 (gnus-summary-show-thread): Make it work as well for systems in which
11320 next-single-char-property-change is not available.
11321 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11322
11323 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11324
11325 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11326
11327 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11328
11329 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11330 and XEmacs that don't have `remove-overlays'.
11331
11332 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11333
11334 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11335 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11336 selective display. Use overlays instead.
11337
11338 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11339
11340 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11341
11342 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11343
11344 * spam-stat.el (spam-stat-load): Fix typo in message.
11345
11346 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
11347
11348 * gnus-art.el (gnus-article-encrypt-body):
11349 * message.el (message-check-recipients):
11350 * mm-util.el (mm-codepage-setup):
11351 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11352 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11353
11354 2009-09-22 Daiki Ueno <ueno@unixuser.org>
11355
11356 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11357 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11358 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11359 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11360 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11361
11362 2009-09-18 Glenn Morris <rgm@gnu.org>
11363
11364 * gnus-diary.el (gnus-diary-check-message):
11365 * message.el (message-insert-formatted-citation-line):
11366 * nnbabyl.el (top-level):
11367 * nndiary.el (nndiary-schedule):
11368 Fix typos in condition-case handlers.
11369
11370 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11371
11372 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11373 configuration that provides the sole article window in a frame;
11374 position point correctly after deleting a part.
11375
11376 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11377
11378 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11379 (spam-resolve-registrations-routine): Use it to unregister articles
11380 that change status.
11381
11382 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11383
11384 * nnrss.el (nnrss-request-article): Remove binding of
11385 default-enable-multibyte-characters that has gotten needless by
11386 the 2007-07-13 change in rfc2047-encode-message-header.
11387
11388 * mml.el (mml-insert-multipart): Error on the message header.
11389 (mml-insert-part): Error on the message header; position point at
11390 the end of a MIME tag.
11391
11392 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11393
11394 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11395 (gnus-float-time): Alias to float-time if it exists.
11396
11397 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11398 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11399 float-time is available; suppress compile warning for time-to-seconds.
11400
11401 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11402
11403 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11404 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11405 Add the optional argument `encoding' that overrides the default.
11406
11407 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11408 mm-encode-buffer.
11409
11410 2009-09-04 Glenn Morris <rgm@gnu.org>
11411
11412 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11413 mm-disable-multibyte, rather than default-enable-multibyte-characters.
11414 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11415 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11416 * mm-util.el (mm-with-unibyte-current-buffer)
11417 (mm-find-buffer-file-coding-system):
11418 * yenc.el (yenc-decode-region): Use default-value rather than
11419 default-enable-multibyte-characters.
11420
11421 2009-09-03 Glenn Morris <rgm@gnu.org>
11422
11423 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11424 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11425 than default-enable-multibyte-characters.
11426
11427 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
11428
11429 * gnus-art.el (gnus-article-read-summary-keys):
11430 Fix gnus-buffer-configuration's value temporarily used.
11431
11432 2009-09-02 Glenn Morris <rgm@gnu.org>
11433
11434 * gnus-util.el (gnus-float-time): New function.
11435 * gnus-delay.el (gnus-delay-article):
11436 * gnus-sum.el (gnus-thread-latest-date):
11437 * gnus-util.el (gnus-user-date): Use gnus-float-time.
11438 * nnspool.el (nnspool-request-newgroups):
11439 Use gnus-float-time rather than time-to-seconds.
11440 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11441
11442 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11443 (gnus-header-subject-face, gnus-header-newsgroups-face)
11444 (gnus-header-name-face, gnus-header-content-face):
11445 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11446 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11447 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11448 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11449 (gnus-cite-face-11):
11450 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11451 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11452 (gnus-server-closed-face, gnus-server-denied-face)
11453 (gnus-server-offline-face):
11454 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11455 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11456 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11457 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11458 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11459 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11460 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11461 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11462 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11463 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11464 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11465 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11466 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11467 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11468 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11469 (gnus-summary-high-undownloaded-face)
11470 (gnus-summary-low-undownloaded-face)
11471 (gnus-summary-normal-undownloaded-face)
11472 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11473 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11474 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11475 (gnus-splash-face):
11476 * message.el (message-header-to-face, message-header-cc-face)
11477 (message-header-subject-face, message-header-newsgroups-face)
11478 (message-header-other-face, message-header-name-face)
11479 (message-header-xheader-face, message-separator-face)
11480 (message-cited-text-face, message-mml-face):
11481 * sieve-mode.el (sieve-control-commands-face)
11482 (sieve-action-commands-face, sieve-test-commands-face)
11483 (sieve-tagged-arguments-face):
11484 * spam.el (spam-face):
11485 Mark face aliases with "-face" in the name as obsolete.
11486
11487 2009-09-01 Glenn Morris <rgm@gnu.org>
11488
11489 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11490 than goto-line.
11491
11492 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11493
11494 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11495 Don't move point if the command is invoked inside the message header.
11496
11497 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11498
11499 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11500 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11501 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11502 * nnir.el (nnir-swish-e-index-file):
11503 * gnus-sum.el (gnus-summary-delete-marked-as-read)
11504 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11505 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11506 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11507 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11508 (gnus-treat-display-xface): Add Emacs version of obsolescence.
11509
11510 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
11511
11512 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11513 Don't save excursion.
11514
11515 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11516
11517 * nnheader.el (nnheader-find-file-noselect):
11518 * mm-util.el (mm-insert-file-contents):
11519 Use (default-value 'major-mode) instead of default-major-mode.
11520
11521 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11524
11525 2009-08-25 Glenn Morris <rgm@gnu.org>
11526
11527 * nnir.el (top-level): Don't require cl at run-time.
11528 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11529 Replace cl-function substitute with gnus-replace-in-string.
11530 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11531 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11532 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11533 simplified expansions.
11534
11535 2009-08-22 Glenn Morris <rgm@gnu.org>
11536
11537 * gnus-art.el (gnus-button-patch): Use forward-line rather than
11538 goto-line.
11539
11540 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11541
11542 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11543
11544 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11545 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11546 (gnus-mm-display-part, gnus-mime-display-single)
11547 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11548 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11549
11550 * gnus-sum.el
11551 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11552 (gnus-summary-move-article): Add expirable mark to articles copied or
11553 moved to group that has auto-expire turned on if the option is non-nil.
11554
11555 2009-07-24 Glenn Morris <rgm@gnu.org>
11556
11557 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11558 Fix typo. (Bug#3903)
11559
11560 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11561
11562 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11563 gnus-article-read-summary-keys rather than gnus-summary-edit-article
11564 that should not be used for draft articles.
11565 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11566 that has no concern in minor mode keys.
11567 (gnus-article-summary-command, gnus-article-summary-command-nosave):
11568 Abolish.
11569
11570 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11571
11572 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11573 article without making inquiry to a user for unknown encoding.
11574
11575 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11576 (nnmaildir--scan): Assume i-node and device number that file-attributes
11577 returns might be cons-cell.
11578
11579 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
11580
11581 * auth-source.el: Remove docs now in auth.texi. Don't use
11582 `gnus-message' for logging. Add new variables `auth-source-debug' and
11583 `auth-source-hide-passwords' and use them.
11584
11585 2009-07-15 Glenn Morris <rgm@gnu.org>
11586
11587 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11588
11589 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11590
11591 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11592 excessive whitespace from the default values of title and description.
11593
11594 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11595
11596 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11597 mail-fetch-field to fetch Content-Description header in order to
11598 exclude newlines.
11599
11600 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11601
11602 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11603 to deleted part.
11604
11605 2009-05-30 David Engster <dengste@eml.cc>
11606
11607 * nnmairix.el: Remove old documentation in the commentary block.
11608 (nnmairix-request-group): Do not update active file for nnml back ends.
11609 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11610 end so that overview files are ignored.
11611 (nnmairix-update-groups): Make updating the groups more robust by using
11612 marks.
11613 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11614 with dollar characters in message-id.
11615
11616 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
11617
11618 * spam.el: Use dns-query instead of query-dns. Was renamed on
11619 2008-12-25 in dns.el.
11620
11621 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11622
11623 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11624 could happen if the text is only composed of spaces and/or tabs.
11625
11626 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
11627
11628 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11629 when sending a queued message to avoid extra mml tags.
11630
11631 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11632
11633 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11634
11635 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11636
11637 * gnus-dired.el: Remove autoload for gnus-setup-message.
11638 (gnus-dired-attach): Fake this-command value to prevent Gnus from
11639 displaying Gnus logo; always use compose-mail.
11640
11641 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11642
11643 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11644
11645 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
11646
11647 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11648 (gnus-nocem-issuers): List currently active issuers; fix custom type.
11649 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11650 available.
11651 (gnus-nocem-epg-verify): New function.
11652
11653 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
11654
11655 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11656
11657 2009-02-15 Glenn Morris <rgm@gnu.org>
11658
11659 * gnus-util.el (rmail-insert-rmail-file-header)
11660 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11661 autoloads.
11662 (rmail-default-rmail-file): Remove unnecessary declaration.
11663 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11664
11665 2009-02-14 Glenn Morris <rgm@gnu.org>
11666
11667 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11668 variable (only used in gnus-util, which declares it anyway).
11669 (rmail-output-to-rmail-file): Remove autoload of deleted function,
11670 which was only needed by gnus-art (changed to not use it any more).
11671 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11672 only used in gnus-util, which autoloads it itself.
11673 (rmail-update-summary): Fix autoload.
11674
11675 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11676 rather than rmail-output-to-rmail-file.
11677
11678 2009-02-07 Glenn Morris <rgm@gnu.org>
11679
11680 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11681 autoload of function that no longer exists.
11682 (rmail-toggle-header): Declare.
11683 (message-forward-rmail-make-body): Handle mbox Rmail.
11684
11685 2009-01-31 Glenn Morris <rgm@gnu.org>
11686
11687 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11688 2009-01-09 change.
11689
11690 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
11691
11692 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11693 (auth-source-forget-all-cached): New convenience function.
11694 (auth-source-user-or-password): Accept list of modes or a single mode.
11695
11696 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11697 auth-source modes.
11698
11699 * nnimap.el (nnimap-open-connection): Use list of
11700 auth-source modes.
11701
11702 * nntp.el (nntp-send-authinfo): Use list of
11703 auth-source modes.
11704
11705 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11706
11707 * auth-source.el: Update docs to reflect epa-file-enable is to be used
11708 now.
11709
11710 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11711
11712 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11713 coding system in XEmacs; add a workaround for XEmacs.
11714
11715 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11716
11717 * mm-util.el (mm-coding-system-priorities): Protect against nil value
11718 of current-language-environment.
11719
11720 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11721
11722 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11723 available at runtime.
11724
11725 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11726
11727 * gnus-art.el (article-date-ut): Fix end point of narrowing.
11728
11729 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
11730
11731 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11732 the greatest positive fixnum value doesn't work under an XEmacs with
11733 bignum support; use the most-positive-fixnum constant instead,
11734 available since Emacs 21.1 with cl and XEmacs 21.1.
11735
11736 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11737
11738 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11739 XEmacs gets not to work.
11740
11741 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11742
11743 * mm-util.el (mm-coding-system-priorities): Allow the value like
11744 "Japanese (UTF-8)" of current-language-environment.
11745
11746 2009-01-09 Glenn Morris <rgm@gnu.org>
11747
11748 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11749 with last-command-event.
11750
11751 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11752
11753 * message.el (message-fix-before-sending): Amend comment.
11754
11755 2009-01-07 David Engster <dengste@eml.cc>
11756
11757 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11758 simplified server definitions by converting it via
11759 gnus-server-to-method.
11760
11761 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11762
11763 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11764 parameter's operands.
11765
11766 2009-01-06 David Engster <dengste@eml.cc>
11767
11768 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11769 primary select method (for gnus-group-mark-article-as-read).
11770
11771 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
11772
11773 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11774 `(gnus)Face', not `(gnus)X-Face'.
11775
11776 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11777
11778 * mm-util.el (mm-ucs-to-char): New function.
11779
11780 * mm-url.el (mm-url-decode-entities): Use it.
11781
11782 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11783
11784 * message.el (message-fix-before-sending): Add `eight-bit' to
11785 illegible-text check.
11786
11787 2009-01-03 Michael Olson <mwolson@gnu.org>
11788
11789 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11790 `headers' is nil. This can occur if the IMAP server does not have
11791 permissions to read messages from a folder, but can write new messages
11792 to the folder.
11793 (nnimap-request-article-part): Do not insert `data' if it is nil.
11794
11795 2009-01-01 Dave Love <fx@gnu.org>
11796
11797 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11798
11799 * nnimap.el: Fix author email.
11800 (nnimap-split-rule): Add FIXME comment.
11801 (nnimap-debug): Fix doc string.
11802
11803 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
11804
11805 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11806 overlay-arrow-position and overlay-arrow-string buffer-local; no need
11807 to check if those variables exist (first appeared in Emacs 18.50).
11808
11809 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
11810
11811 * mm-util.el (mm-line-number-at-pos): New function.
11812
11813 * spam-report.el (spam-report-process-queue): Use it.
11814
11815 2008-12-24 David Engster <dengste@eml.cc>
11816
11817 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11818 parameters that haven't existed as variables as buffer-local variables.
11819
11820 2008-12-23 Dave Love <fx@gnu.org>
11821
11822 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11823 cadar.
11824
11825 * sieve-manage.el (sieve-manage-starttls-p): Rename from
11826 imap-starttls-p.
11827 (sieve-manage-starttls-open): Rename from imap-starttls-open.
11828
11829 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
11830
11831 * spam-report.el (spam-report-gmane-max-requests): New constant.
11832 (spam-report-gmane-wait): New variable.
11833 (spam-report-gmane-ham, spam-report-gmane-spam)
11834 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11835 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11836 the server.
11837
11838 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11839 Add explanations.
11840
11841 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11842 nnheader-accept-process-output and nnheader-read-timeout if available.
11843 (pop3-movemail): Use it.
11844
11845 * message.el (message-check-news-body-syntax): Fix signature check if
11846 there's an attachment.
11847
11848 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11849
11850 * mm-util.el: Add comments to the mm- emulating functions.
11851
11852 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
11853
11854 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11855 Reported by Stephen Berman <stephen.berman@gmx.net>.
11856
11857 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11858
11859 * mm-util.el (mm-substring-no-properties): New function.
11860 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11861 (mm-special-display-p): Enable those lambda forms to be byte compiled.
11862 (mm-string-to-multibyte): Doc fix.
11863
11864 * mml.el (mml-attach-file): Use mm-substring-no-properties.
11865
11866 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11867
11868 * mml.el (mml-attach-file): Strip text properties from file name.
11869 (Bug#1574)
11870
11871 2008-12-16 Glenn Morris <rgm@gnu.org>
11872
11873 * mm-util.el (mm-charset-override-alist): Declare for compiler.
11874
11875 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11876
11877 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11878 knows since the charset specified might be a bogus alias that
11879 mm-charset-synonym-alist provides.
11880
11881 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11882
11883 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11884 "ISO_8859-1".
11885
11886 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11887
11888 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11889
11890 * mm-util.el (mm-charset-eval-alist):
11891 Define it before mm-charset-to-coding-system.
11892 (mm-charset-to-coding-system): Add optional argument `silent';
11893 define it before mm-charset-override-alist.
11894 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11895 default value if it can be used in Emacs currently running;
11896 silence mm-charset-to-coding-system.
11897
11898 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11899
11900 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11901 `allow-override' which says whether to use `mm-charset-override-alist'.
11902 (rfc2047-decode-encoded-words): Use it.
11903
11904 * mm-util.el (mm-charset-override-alist): Fix custom type;
11905 add `(gb2312 . gbk)' to choices.
11906
11907 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
11908
11909 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11910 fast.
11911
11912 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11913
11914 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
11915
11916 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11917 on links.
11918
11919 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11920
11921 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
11922
11923 * message.el (message-idna-to-ascii-rhs-1): Protect against local
11924 users' addresses that don't have domain parts.
11925 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11926 rather than message-narrow-to-head since there will be the message
11927 header separator.
11928
11929 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11930
11931 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11932 since the result is inserted in a unibyte buffer anyway.
11933 (nnimap-demule-use-string-to-multibyte): Remove.
11934 (nnimap-demule): Alias it to mm-string-to-multibyte.
11935
11936 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11937
11938 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11939 variable for debugging bug#464 and bug#1174.
11940 (nnimap-demule): Use it.
11941
11942 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
11943
11944 * gnus-score.el (gnus-score-find-trace): Handle default score in total
11945 score calculation correctly.
11946
11947 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11948
11949 * message.el (message-send-mail): Just set the buffer to unibyte
11950 rather than use mm-with-unibyte-current-buffer which does a lot more.
11951 (message-send-mail-partially): Don't bother with
11952 mm-with-unibyte-current-buffer since it's already been made unibyte by
11953 message-send-mail.
11954
11955 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
11956
11957 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11958
11959 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
11960
11961 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11962
11963 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
11964
11965 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11966 require itself and to remove `with-no-warnings'.
11967
11968 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
11969
11970 * starttls.el (starttls-any-program-available): Get the name of the
11971 available TLS layer program.
11972 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11973 well as the host name in the "opening" message.
11974
11975 * auth-source.el (auth-source-cache, auth-source-do-cache)
11976 (auth-source-user-or-password): Cache passwords and logins by default,
11977 allow override with `auth-source-do-cache'.
11978 (auth-source-forget-user-or-password): Allow users to remove cache
11979 entries if needed.
11980
11981 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11982
11983 * ietf-drums.el (ietf-drums-remove-comments): Localize second
11984 condition-case to only the forward-sexp call.
11985
11986 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11987
11988 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11989 quotes contained. Make it more robust regardless by an extra
11990 condition-case wrapper.
11991
11992 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11993
11994 * nnml.el (nnml-request-expire-articles): Check if the function set to
11995 `nnmail-expiry-target' returns the symbol `delete'.
11996
11997 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11998
11999 * nnmail.el (nnmail-expiry-target): Fix custom type.
12000
12001 2008-10-02 Glenn Morris <rgm@gnu.org>
12002
12003 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12004 Silence compiler warning.
12005
12006 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12007
12008 * mml.el (mml-menu): Don't assume mml2015 is bound.
12009
12010 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12011
12012 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12013 exists.
12014
12015 2008-09-27 Glenn Morris <rgm@gnu.org>
12016
12017 * gnus-util.el (mail-header-remove-comments): Autoload it.
12018
12019 2008-09-27 Andreas Schwab <schwab@suse.de>
12020
12021 * gnus-util.el (gnus-split-references): Strip comments.
12022 (gnus-parent-id): Likewise.
12023
12024 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12025
12026 * message.el (message-confirm-send): Fix version.
12027
12028 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12029
12030 * message.el (message-idna-to-ascii-rhs-1): Use
12031 mail-extract-address-components rather than mail-header-parse-addresses
12032 that is an alias by default to ietf-drums-parse-addresses that does not
12033 support non-ASCII names in headers' contents.
12034
12035 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12036
12037 * message.el (message-confirm-send): Fix variable documentation to
12038 avoid the "y/n" wording.
12039
12040 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12041
12042 * message.el (message-set-auto-save-file-name): Save to a different
12043 filename so multiple messages (especially drafts) can be recovered.
12044
12045 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12046
12047 * message.el (message-confirm-send): Add appropriate version.
12048
12049 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12050
12051 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12052 defvar.
12053
12054 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12055
12056 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12057 (mm-pkcs7-enveloped-magic): Ditto.
12058
12059 2008-09-17 Simon Josefsson <simon@josefsson.org>
12060
12061 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12062 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12063
12064 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12065
12066 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12067 default, it's better.
12068
12069 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12070
12071 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12072 summary line gnus-number property and ignore them (with a warning
12073 message).
12074
12075 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12076
12077 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12078 macro caddr in the interactive form since it won't be expanded.
12079
12080 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12081
12082 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12083 `charset'; fix name of function called recursively.
12084 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12085
12086 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12087
12088 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12089 (gnus-mime-set-charset-parameters): New function.
12090 (gnus-mime-view-part-as-charset): Use it to correctly display part
12091 specifying wrong charset.
12092
12093 2008-09-08 David Engster <dengste@eml.cc>
12094
12095 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12096 in completing-read for back end server.
12097
12098 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12099
12100 * message.el (message-confirm-send): New variable to confirm sending a
12101 message.
12102 (message-send): Use it.
12103
12104 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12105
12106 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12107
12108 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12109
12110 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12111
12112 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12113
12114 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12115 prevent tracking too many groups.
12116 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12117 Use it.
12118
12119 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12120
12121 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12122 moving point to the bottom of the window in order to avoid recentering.
12123
12124 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12125
12126 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12127 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12128 (gnus-article-beginning-of-window): Fix calculation.
12129
12130 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12131
12132 * gnus-msg.el (gnus-summary-supersede-article)
12133 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12134 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12135 message header.
12136
12137 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12138
12139 * message.el:
12140 * gnus-start.el:
12141 * gnus-registry.el: Remove VMS support.
12142
12143 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12144
12145 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12146 macro.
12147 (rfc2104-hash): Use it.
12148
12149 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12150
12151 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12152 (gnus-summary-sort-by-most-recent-date): New commands.
12153 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12154 and menu entries.
12155
12156 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12157
12158 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12159 don't redisplay article for raw contents; remove plural articles stuff.
12160
12161 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12162 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12163 on gnus-summary-save-article; display results properly.
12164
12165 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12166
12167 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12168
12169 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12170
12171 * gnus-art.el (gnus-summary-save-in-pipe):
12172 Consider gnus-save-all-headers.
12173
12174 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12175
12176 * gnus-util.el (ns-focus-frame): Remove declaration.
12177 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12178 like x.
12179
12180 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12181
12182 * rfc2104.el (rfc2104-zero): Delete defconst.
12183 (rfc2104-hex-alist): Likewise.
12184 (rfc2104-hex-to-int): Delete func.
12185 (rfc2104-hexstring-to-bitstring): Likewise.
12186 (rfc2104-nybbles): New defconst.
12187 (rfc2104-hash): Rewrite for speed.
12188
12189 2008-07-16 Glenn Morris <rgm@gnu.org>
12190
12191 * gnus-util.el (ns-focus-frame): Declare for compiler.
12192
12193 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12194
12195 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12196 set as a group parameter.
12197 (gnus-summary-save-in-pipe): Work when it is called independently.
12198 (gnus-summary-pipe-to-muttprint): Don't modify
12199 gnus-summary-pipe-output-default-command.
12200
12201 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * message.el (message-send-mail-with-sendmail):
12204 Display the error message.
12205
12206 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12207
12208 * gnus-art.el (gnus-default-article-saver):
12209 Add gnus-summary-save-in-pipe to choices.
12210 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12211 gnus-summary-pipe-output-default-command as the default command.
12212 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12213 instead of gnus-last-shell-command.
12214
12215 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12216 New user option.
12217 (gnus-summary-muttprint-program): Mention the value will be changed.
12218 (gnus-summary-save-article): Force showing of all headers.
12219 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12220
12221 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12222
12223 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12224
12225 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12226
12227 * nnimap.el (nnimap-id):
12228 * sieve-manage.el (sieve-manage-open): Doc fixes.
12229
12230 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12231
12232 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12233 if available.
12234
12235 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12236
12237 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12238
12239 * nnkiboze.el (nnkiboze-generate-group):
12240 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12241
12242 * nnmairix.el: Require CL.
12243
12244 2008-06-15 David Engster <dengste@eml.cc>
12245
12246 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12247
12248 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12249
12250 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12251 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12252 runtime choice under XEmacs.
12253
12254 * gnus-sum.el (gnus-summary-set-display-table):
12255 Use `gnus-put-display-table', `gnus-get-display-table',
12256 `gnus-set-display-table' for the display table, instead of `aset'.
12257
12258 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12259
12260 * nnmairix.el: Add autoloads.
12261
12262 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12263
12264 * nnmairix.el (nnmairix-delete-recreate-group)
12265 (nnmairix-update-and-clear-marks): Fix error messages.
12266
12267 2008-06-14 David Engster <dengste@eml.cc>
12268
12269 * nnmairix.el: Upgrade to version 0.6.
12270 (nnmairix-group-toggle-propmarks-this-group)
12271 (nnmairix-group-toggle-readmarks-this-group)
12272 (nnmairix-group-delete-recreate-this-group)
12273 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12274 (nnmairix-remove-tick-mark-original-article): New commands.
12275 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12276 (nnmairix-propagate-marks-to-nnmairix-groups)
12277 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12278 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12279 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12280 functions needed for marks propagation and manipulation of read marks.
12281 (nnmairix-update-groups): New function.
12282 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12283 (nnmairix-determine-original-group-from-registry)
12284 (nnmairix-determine-original-group-from-path)
12285 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12286 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12287 New helper functions.
12288 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12289 keystrokes for new commands.
12290 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12291 (nnmairix-request-group): Check allow-fast group parameter.
12292 (nnmairix-request-create-group): Set allow-fast group parameter if
12293 nnmairix-allowfast-default is set.
12294 (nnmairix-close-group): Propagate marks upon closing if needed.
12295 (nnmairix-group-toggle-threads-this-group): Use new.
12296 nnmairix-group-toggle-parameter helper function.
12297 (nnmairix-search): Better check for empty search result.
12298 (nnmairix-goto-original-article): Use new helper functions for
12299 determining original article.
12300 (nnmairix-show-original-article): Make sure message-id is in brackets.
12301 (nnmairix-call-mairix-binary): Change variable name.
12302 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12303 helper function.
12304 (nnmairix-widget-toggle-activate): Fix doc string.
12305
12306 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12307
12308 * nnir.el: Require edmacro when compiling with XEmacs.
12309 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12310 available in Emacs 21.
12311
12312 2008-06-11 Glenn Morris <rgm@gnu.org>
12313
12314 * gnus-util.el (x-focus-frame):
12315 * gnus.el (image-size):
12316 * mm-decode.el (image-size): Declare.
12317
12318 * gnus-picon.el (declare-function): Add compat definition.
12319 (image-size): Declare.
12320
12321 * gnus-group.el (tool-bar-map):
12322 * gnus-sum.el (tool-bar-map): Define for compiler.
12323
12324 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12325
12326 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12327
12328 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12329 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12330 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12331 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12332 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12333 * sieve-manage.el, spam-report.el, spam.el:
12334 Remove unnecessary eval-and-compile of autoloads.
12335
12336 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12337
12338 * auth-source.el: Precise Tramp doc.
12339
12340 2008-06-07 Glenn Morris <rgm@gnu.org>
12341
12342 * nnmairix.el: Remove unnecessary eval-when-compile.
12343
12344 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
12345
12346 * nnir.el: New file.
12347
12348 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12349
12350 * gnus-util.el (gnus-read-shell-command): New function.
12351 * mm-decode.el (mm-pipe-part):
12352 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12353
12354 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12355
12356 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12357
12358 2008-06-03 Glenn Morris <rgm@gnu.org>
12359
12360 * pop3.el (nnheader-accept-process-output): Autoload it.
12361
12362 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12363
12364 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12365 are not 2-digit hexadecimal characters that follow `%'s.
12366
12367 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12368
12369 * message.el (message-bogus-recipient-p): Fix type in doc string.
12370 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12371 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12372 Improve custom options.
12373 (message-bogus-recipient-p): Adjust accordingly.
12374
12375 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12376
12377 * nnmairix.el: Require edmacro when compiling with XEmacs.
12378
12379 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12380
12381 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12382 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12383
12384 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12385
12386 * auth-source.el: Add more docs.
12387
12388 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12389
12390 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12391 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12392 retrieval faster in some cases, but might make CPU usage larger.
12393 If this has any bad side effects, we might revert this change.
12394
12395 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12396 seems to make mail retrieval much, much faster.
12397 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12398 unconditionally.
12399
12400 * gnus-draft.el (gnus-group-send-queue):
12401 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12402
12403 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12404
12405 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12406
12407 * message.el (message-bogus-address-regexp): Fix and improve custom
12408 type.
12409 (message-setup-hook): Add message-check-recipients as custom option.
12410
12411 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
12412
12413 * message.el (message-cite-function): Remove bogus autoload which crept
12414 in during merge from v5-10.
12415
12416 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12417
12418 * nnimap.el (nnimap-open-connection): Fix login/password bug.
12419
12420 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12421
12422 * auth-source.el: Preliminary Tramp docs.
12423 (auth-sources): Change the default auth-sources to use
12424 EPA .gpg files.
12425
12426 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
12427
12428 * nntp.el: Autoload `auth-source-user-or-password'.
12429 (nntp-send-authinfo): Use it.
12430
12431 * nnimap.el: Autoload `auth-source-user-or-password'.
12432 (nnimap-open-connection): Use it.
12433
12434 * auth-source.el: Add docs on using with url-auth. Import gnus-util
12435 for the gnus-message function.
12436 (auth-source-user-or-password): Use it.
12437
12438 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12441 rfc2104-hexstring-to-byte-list. Return a unibyte string.
12442 (rfc2104-hash): Use it.
12443
12444 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12445
12446 * gnus-art.el (gnus-article-toggle-truncate-lines):
12447 Don't use `iff' in docstring.
12448
12449 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
12450
12451 * gnus-registry.el: Adjusted copyright dates and added a keyword.
12452
12453 * gnus-util.el (gnus-extract-address-component-name)
12454 (gnus-extract-address-component-email): Convenience functions around
12455 `gnus-extract-address-components'.
12456
12457 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12458 Use `gnus-extract-address-component-email' to fix bug of comparing full
12459 sender name to `user-mail-address'.
12460
12461 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12462
12463 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12464 catch/throw to optimize.
12465 (gnus-registry-find-keywords): Just use member to find a keyword.
12466
12467 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12468
12469 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12470 is current before calling gnus-server-prepare.
12471 (gnus-server-setup-buffer, gnus-server-update-server)
12472 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12473
12474 2008-05-04 Juri Linkov <juri@jurta.org>
12475
12476 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12477 (mailcap-file-default-commands): Use mailcap-replace-in-string
12478 instead of replace-regexp-in-string, and mailcap-delete-duplicates
12479 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
12480
12481 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
12482
12483 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12484
12485 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12486
12487 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12488 hooks.
12489 (gnus-update-read-articles): Speed up non-marks-using users.
12490 (gnus-use-marks): Define gnus-use-marks.
12491 (gnus-propagate-marks): Rename variable to something more sensible.
12492
12493 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12494
12495 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12496 (gmm-image-load-path-for-library): Fix typos in docstrings.
12497 (gmm-message): Reflow docstring.
12498
12499 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
12500
12501 * mail-source.el (mail-source-set-1, mail-source-bind):
12502 Move auth-source code out of the macro to clean it up and fix bugs.
12503
12504 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
12505
12506 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12507 by sender if it's equal to user-mail-address, it's likely to be
12508 useless.
12509
12510 * mail-source.el (mail-source-bind): Don't use user or password if they
12511 are not bound. Unintern them if they are nil. Don't use server unless
12512 it's bound, and default it to empty string otherwise.
12513
12514 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
12515
12516 * mail-source.el: Load auth-source.el.
12517 (mail-source-bind): Add comments. Call auth-source-user-or-password to
12518 get user name or password, if auth-sources is set up.
12519
12520 * gnus-registry.el (gnus-registry-split-strategy): New variable for
12521 strategy of splitting with parent.
12522 (gnus-registry-split-fancy-with-parent)
12523 (gnus-registry-post-process-groups): Use it and fix prior
12524 bug (returning a list as the split result).
12525
12526 * auth-source.el (auth-sources): Remove server parameter.
12527 (auth-source-pick, auth-source-user-or-password)
12528 (auth-source-user-or-password-imap)
12529 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12530 (auth-source-user-or-password-sftp)
12531 (auth-source-user-or-password-smtp): Remove server parameter.
12532
12533 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
12534
12535 * smime.el (smime-sign-region, smime-encrypt-region)
12536 (smime-decrypt-region):
12537 Remove redundant calls to `generate-new-buffer-name'.
12538
12539 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
12540
12541 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12542 Don't use QP for message/rfc822.
12543 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12544
12545 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 * sieve-manage.el (sieve-string-bytes): Remove.
12548 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12549 correct byte-length only if the process's coding-system is the same as
12550 the one used internally by Emacs to represent strings.
12551
12552 2008-04-22 Juri Linkov <juri@jurta.org>
12553
12554 * mailcap.el (mailcap-file-default-commands): New function.
12555
12556 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12557
12558 * message.el (message-signature-separator, message-cite-function):
12559 Change custom version.
12560
12561 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12562
12563 * mm-decode.el (mm-display-external): Make temp file read-only.
12564
12565 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12566
12567 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12568 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
12569 `C-c C-f d'.
12570
12571 2008-04-12 Adrian Aichner <adrian@xemacs.org>
12572
12573 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12574
12575 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12576
12577 * auth-source.el: Add docs.
12578 (auth-sources): Modify format to support server.
12579 (auth-source-pick, auth-source-user-or-password)
12580 (auth-source-user-or-password-imap)
12581 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12582 (auth-source-user-or-password-sftp)
12583 (auth-source-user-or-password-smtp): Add server parameter.
12584
12585 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
12586
12587 * gnus-registry.el: Initialize the registry when gnus-registry-install
12588 is t.
12589
12590 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
12591
12592 * compface.el (uncompface): Make buffer unibyte.
12593
12594 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12595
12596 * mail-source.el (mail-source-value):
12597 Prefer fboundp to functionp so it works with macros as well.
12598
12599 2008-04-05 Glenn Morris <rgm@gnu.org>
12600
12601 * gnus-ems.el (mm-disable-multibyte): Autoload it.
12602
12603 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12604
12605 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12606 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12607
12608 * nnheader.el (nnheader-init-server-buffer): Change buffer's
12609 multibyteness after rather than before erasing it.
12610
12611 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12612 mm-with-multibyte.
12613 (gnus-request-article-this-buffer): Make sure the proper decoding is
12614 used if gnus-original-article-buffer happens to be unibyte.
12615
12616 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12617 default-enable-multibyte-characters.
12618
12619 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12620 default-enable-multibyte-characters.
12621
12622 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12623
12624 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12625
12626 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12627
12628 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12629 Fix last change in case the element is not even a symbol.
12630
12631 2008-04-02 Simon Josefsson <simon@josefsson.org>
12632
12633 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12634 imap-enable-exchange-bug-workaround.
12635 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12636
12637 2008-04-01 Simon Josefsson <simon@josefsson.org>
12638
12639 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12640 a 100 byte status-checks into a 2-3MB transfer for each group.
12641 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12642 to enable bug workaround or not.
12643 (nnimap-find-minmax-uid): Only enable workaround conditionally.
12644
12645 2008-03-31 Glenn Morris <rgm@gnu.org>
12646
12647 * message.el (mml2015-use): Declare for compiler.
12648 (message-info): Require mml2015 when appropriate.
12649
12650 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12651
12652 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12653 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12654 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12655 (nntp-service-to-port): New function.
12656 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12657 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12658 (nntp-open-netcat-stream): New function.
12659 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12660
12661 2008-03-29 Sven Joachim <svenjoac@gmx.de>
12662
12663 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12664
12665 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12666
12667 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12668
12669 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
12670
12671 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12672
12673 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12674
12675 * message.el (message-signature-separator): Change default.
12676 Improve custom type.
12677 (message-cite-function): Change default to
12678 message-cite-original-without-signature.
12679
12680 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12681 toggle.
12682
12683 * message.el (message-check-news-body-syntax): Fix signature check.
12684 (message-setup-1): Mark buffer as unmodified _after_ running
12685 message-setup-hook and handling message-alternative-emails.
12686 (message-shorten-references): Be more strict when building list of
12687 valid references to comply with GNKSA.
12688
12689 * gnus-group.el (gnus-read-ephemeral-bug-group)
12690 (gnus-read-ephemeral-debian-bug-group)
12691 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12692
12693 * message.el (message-info): Don't use booleanp which isn't supported
12694 in Emacs 21 and XEmacs.
12695
12696 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
12697
12698 * gnus-group.el (gnus-gmane-group-download-format): Rename from
12699 gnus-group-gmane-group-download-format.
12700 (gnus-group-read-ephemeral-gmane-group): Rename from
12701 gnus-group-read-ephemeral-gmane-group.
12702 (gnus-read-ephemeral-gmane-group-url): Rename from
12703 gnus-group-read-ephemeral-gmane-group-url.
12704 (gnus-bug-group-download-format-alist): New variable.
12705 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12706 (gnus-read-ephemeral-emacs-bug-group): New commands.
12707
12708 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12709
12710 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12711 (gnus-visible-headers): Improve custom type.
12712
12713 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12714
12715 * mml.el (mml-menu): Add workarounds for XEmacs.
12716
12717 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12718 X-Boundary header.
12719
12720 * message.el (message-simplify-recipients): Fix previous commit.
12721
12722 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12723
12724 * mm-util.el (mm-set-buffer-multibyte): New function.
12725 * mm-decode.el (mm-copy-to-buffer): Use it.
12726
12727 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12728 Prefer fboundp to functionp so it works with macros as well.
12729
12730 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12731
12732 * message.el (message-alter-recipients-discard-bogus-full-name):
12733 New function.
12734 (message-alter-recipients-function): New variable.
12735 (message-get-reply-headers): Use it.
12736 (message-replace-header): New helper function.
12737 (message-recipients-without-full-name): New variable.
12738 (message-simplify-recipients): New command.
12739
12740 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12741
12742 * message.el (message-info): Handle EasyPG manual.
12743
12744 * mml.el (mml-menu): Add entry for EasyPG.
12745
12746 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
12747
12748 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12749 parameter.
12750
12751 * message.el (message-disassociate-draft): Specify drafts group name
12752 fully.
12753
12754 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
12755
12756 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12757 Eliminate unnecessary duplicates from the match list.
12758
12759 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12760
12761 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12762 args of `how-many' of which the XEmacs version doesn't take; declare
12763 Info-index-next as function.
12764
12765 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12766
12767 * gnus-score.el (gnus-score-headers): Fix handling of
12768 gnus-inhibit-slow-scoring.
12769
12770 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12771 string.
12772 (gnus-button-url-regexp): Improve handling of parenthesis.
12773 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12774 (gnus-button-handle-info-keystrokes): Handle index entries.
12775
12776 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
12777
12778 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12779 Incoming* files.
12780
12781 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12782
12783 * auth-source.el (auth-sources): Rename from auth-source-choices.
12784 (auth-source-pick): Use it.
12785
12786 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12787
12788 * auth-source.el (auth-source-protocols)
12789 (auth-source-protocols-customize, auth-source-choices): Add and
12790 modified variable customizations and defaults.
12791 (auth-source-pick, auth-source-user-or-password)
12792 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12793 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12794 (auth-source-user-or-password-sftp)
12795 (auth-source-user-or-password-smtp): Use new variables and provide an
12796 interface to netrc.el.
12797
12798 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
12799
12800 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12801 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12802 Make sure the nntp port to specify is a string.
12803
12804 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * nntp.el: Use with-current-buffer.
12807 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12808 dubious mm-with-unibyte-current-buffer.
12809 (nntp-with-open-group-function): New function extracted from
12810 nntp-with-open-group macro.
12811 (nntp-with-open-group): Use the function, so it's easier to debug.
12812 Add indentation and debugging info.
12813 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12814 Recommend the use of the netcat alternatives.
12815
12816 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12817 Avoid mm-string-as-multibyte as well.
12818
12819 * nnweb.el (nnweb-insert-html):
12820 Remove use of nnheader-string-as-multibyte.
12821
12822 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12823 (nnheader-string-as-multibyte): Remove.
12824
12825 * mm-view.el: Use inhibit-read-only.
12826 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12827 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12828 or unibyte-string.
12829
12830 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12831 (mm-uu-yenc-extract): Use with-current-buffer.
12832
12833 * gnus-soup.el (gnus-soup-send-packet): Don't use
12834 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12835
12836 * nnmh.el: Use with-current-buffer.
12837 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12838 mm-string-as-multibyte on the output of mm-encode-coding-string.
12839
12840 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12841 (nnimap-request-move-article): Use with-current-buffer.
12842
12843 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12844 inserting the handle-buffer's text, so the implicit multibyte->unibyte
12845 conversion uses string-make-unibyte rather than string-as-unibyte.
12846
12847 * gnus-msg.el: Use with-current-buffer.
12848
12849 * message.el (message-ignored-resent-headers): Add "Delivered-To".
12850
12851 2008-03-10 Daiki Ueno <ueno@unixuser.org>
12852
12853 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12854 string for caching if it is 'PIN.
12855
12856 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12857
12858 * mail-source.el (mail-source-delete-old-incoming-confirm):
12859 Change default to nil.
12860 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12861
12862 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
12863
12864 * gnus-art.el (gnus-narrow-to-page): Position point properly.
12865 (gnus-article-goto-prev-page): Work for articles having ^L's.
12866
12867 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12868
12869 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12870
12871 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12872
12873 * gnus-bookmark.el: Adjust for renames in bookmark.el.
12874 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12875 (gnus-bookmark-jump): Adjust some variable names.
12876
12877 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
12878
12879 * auth-source.el: New package.
12880 (auth-source-choices): Add customization entry point variable.
12881
12882 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12883 bug.
12884
12885 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
12886
12887 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12888 (gnus-registry-initialize, gnus-registry-install-p): Use it.
12889 (gnus-registry-install-shortcuts): Rename from
12890 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
12891 the `gnus-registry-mark-map' keymap dynamically from
12892 `gnus-registry-marks'. The generated functions update the summary line
12893 when a registry mark is added or deleted, and will call
12894 `gnus-registry-install-p' (see the comments in the code).
12895 (gnus-registry-user-format-function-M): Use concat intelligently.
12896
12897 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12898 the registry mark functions.
12899
12900 2008-03-05 Glenn Morris <rgm@gnu.org>
12901
12902 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12903 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12904 gnus-art.
12905 (top-level): No need to load own source when compiling.
12906
12907 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12908
12909 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12910 Suggested by <chris.anderton@zetnet.co.uk>.
12911
12912 2008-03-04 Glenn Morris <rgm@gnu.org>
12913
12914 * gnus-sum.el (top-level): No need to require gnus when compiling,
12915 since unconditionally required near start of file.
12916 (gnus-summary-display-while-building): Move definition before use.
12917
12918 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
12919
12920 * gnus-registry.el (gnus-registry-user-format-function-M):
12921 Add formatting function.
12922
12923 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12924
12925 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12926 with plists.
12927 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12928 Use new format.
12929
12930 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12931
12932 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12933 `where-is-internal' that returns a range of key sequences.
12934
12935 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12936
12937 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12938
12939 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12940 (gnus-summary-jump-to-group): Consider windows on other displayed
12941 frames as well. Similar changes might be needed elsewhere, but that's
12942 the one I've bumped into during my use.
12943
12944 * nndoc.el (nndoc-oe-dbx-type-p):
12945 * gnus-msg.el (gnus-debug):
12946 * gnus-group.el (gnus-update-group-mark-positions):
12947 Use mm-string-to-multibyte.
12948
12949 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12950
12951 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12952 doesn't handle NotDashEscaped.
12953
12954 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
12955 (mml-dnd-attach-options): Fix typo in custom choice.
12956
12957 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12958 Change nndoc-article-type to mbox.
12959 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12960
12961 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
12962 to nil, instead of html2text.
12963
12964 * imap.el (imap-debug): Add `imap-ping-server'.
12965
12966 * gnus-bookmark.el: Add FIXMEs.
12967
12968 * message.el (message-form-letter-separator)
12969 (message-send-form-letter-delay): New variables.
12970 (message-send-form-letter): Use them. New command to send form
12971 letters. Requested by Uwe Siart.
12972 (message-send-mail-function): Doc fix. Add "Other" custom option.
12973
12974 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
12975
12976 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12977 empty author.
12978
12979 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
12980
12981 * gnus-registry.el (gnus-registry-marks): Add variable for
12982 customization of marks and their appearance.
12983 (gnus-registry-read-mark): Use it.
12984 (gnus-registry-do-marks): Add utility function to loop through
12985 `gnus-registry-marks'.
12986 (gnus-registry-install-shortcuts-and-menus): Add function to install
12987 shortcuts and menus.
12988 (gnus-registry-initialize): Use it.
12989 (gnus-registry-default-mark): Clarify documentation.
12990
12991 2008-02-29 Glenn Morris <rgm@gnu.org>
12992
12993 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12994 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12995 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12996 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12997 Change defcustom :version from 23.0 to 23.1.
12998
12999 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13000
13001 * gnus-registry.el (gnus-registry-follow-group-p)
13002 (gnus-registry-post-process-groups): Add functions to aid registry
13003 splitting and improve logging. Clarify behavior in function
13004 documentation.
13005 (gnus-registry-split-fancy-with-parent): Use them.
13006
13007 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13008
13009 * gnus-art.el: Use with-current-buffer.
13010
13011 2008-02-27 David Engster <dengste@eml.cc>
13012
13013 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13014 Express real group name in the response.
13015
13016 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13017
13018 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13019 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13020 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13021 autoload gnus-registry-fetch-group when compiling.
13022 (nnmairix-request-group-with-article-number-correction):
13023 Remove unreferenced argument passed to nnmairix-call-backend.
13024
13025 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13026
13027 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13028 (mm-uu-extract): Improve face for low color ttys.
13029 Reported by Sascha Wilde.
13030
13031 2008-02-27 Glenn Morris <rgm@gnu.org>
13032
13033 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13034 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13035 variables to defconsts. Convert comments to doc-strings.
13036 (nnmairix-last-server, nnmairix-current-server): Convert from free
13037 variables to defvars. Convert comments to doc-strings.
13038 (gnus-registry-fetch-group): Autoload.
13039 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13040 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13041 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13042 caddr.
13043 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13044 nnmairix-request-group-with-article-number-correction call.
13045 (nnmairix-fast, nnmairix-group): New, less general names, for free
13046 variables passed from nnmairix-request-group to
13047 nnmairix-request-group-with-article-number-correction. Declare.
13048 (nnmairix-request-group-with-article-number-correction):
13049 Use nnmairix-fast, nnmairix-group rather than fast, group.
13050
13051 2008-02-26 David Engster <dengste@eml.cc>
13052
13053 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13054 version 0.5.
13055
13056 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13057
13058 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13059 instead of making an extra function call. Don't add the current group
13060 to articles only when they have the group. Use
13061 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13062 Reported by David <de_bb@arcor.de>.
13063
13064 2008-02-24 Miles Bader <miles@gnu.org>
13065
13066 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13067 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13068 (mm-find-mime-charset-region):
13069 * mm-bodies.el (mm-encode-body):
13070 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13071
13072 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13073
13074 * mail-source.el (mail-source-delete-incoming): Change default.
13075 Supplement doc string.
13076
13077 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13078
13079 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13080
13081 * nnmail.el (nnmail-message-id-cache-file): Derive from
13082 `gnus-home-directory'.
13083
13084 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13085
13086 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13087 Document negative prefix.
13088
13089 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13090
13091 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13092
13093 * message.el (message-unsent-separator): Add the Exim bounce
13094 separator.
13095
13096 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13097
13098 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13099 list.
13100 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13101 recipient/signer list.
13102
13103 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13104
13105 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13106 fbound (Emacs 23 unicode), signal an error.
13107
13108 2008-02-08 Glenn Morris <rgm@gnu.org>
13109
13110 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13111
13112 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13113
13114 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13115 ports to the calls to `netrc-machine-user-or-password' in addition to
13116 "imap" and "imaps".
13117
13118 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13119
13120 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13121 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13122 <hanche@math.ntnu.no>.
13123
13124 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13125
13126 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13127
13128 2008-02-01 Zhang Wei <id.brep@gmail.com>
13129
13130 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13131
13132 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13133
13134 2008-02-01 Miles Bader <miles@gnu.org>
13135
13136 * mml.el (mml-parse-1): Remove apparently vestigial use of
13137 `mm-hack-charsets'.
13138 * mm-bodies.el (mm-encode-body): Likewise.
13139
13140 2008-02-01 Kenichi Handa <handa@m17n.org>
13141
13142 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13143 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13144 (rfc2104-hash): Convert the result of concat to unibyte string.
13145
13146 2008-02-01 Dave Love <fx@gnu.org>
13147
13148 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13149 coding-system-for-read.
13150 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13151
13152 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13153 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13154 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13155
13156 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13157
13158 * mail-source.el (mail-sources): Add `group' choice.
13159
13160 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13161 parameter `in-group' to control into which group the articles go.
13162 Add treatment of `group' mail-source.
13163
13164 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13165
13166 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13167 * message.el (message-beginning-of-line): Use featurep instead of bound
13168 tests in order to resolve conditionals at compile time.
13169
13170 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13171
13172 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13173
13174 * mm-decode.el (mm-dissect-buffer): Decode description.
13175
13176 * mml.el (mml-to-mime): Encode message header first.
13177
13178 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13179
13180 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13181 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13182
13183 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13184
13185 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13186
13187 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13188
13189 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13190 prefix keys.
13191 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13192 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13193 gnus-xmas.el.
13194
13195 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13196
13197 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13198 Add new variables for article mark management.
13199 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13200 list of extra data entries which, when present, will indicate that the
13201 article ID should not be trimmed from the registry.
13202 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13203 functions.
13204 (gnus-registry-read-mark): New function to read a mark name from the
13205 user.
13206 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13207 (gnus-registry-set-article-mark-internal): New functions to add and
13208 remove marks.
13209 (gnus-registry-get-article-marks): New function to show the marks for
13210 an article, or retrieve them for further use.
13211
13212 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13213
13214 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13215 keys when no argument is given.
13216
13217 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13218
13219 * gnus-sum.el (gnus-article-sort-by-random)
13220 (gnus-thread-sort-by-random): Fix doc strings.
13221 Reported by jidanni@jidanni.org.
13222
13223 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13224
13225 * gnus-art.el (gnus-article-describe-bindings): New function.
13226 (gnus-article-read-summary-keys): Use it.
13227 (gnus-article-mode-map): Bind `C-h b' to it.
13228
13229 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13230
13231 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13232 XEmacs.
13233 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13234 Protect against non-character events.
13235
13236 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13237
13238 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13239 New command.
13240 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13241 instead of END. Change name of the temp file.
13242 (gnus-group-gmane-group-download-format): Add doc string. Make it
13243 customizable.
13244
13245 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13246
13247 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13248 bind `S W' to gnus-article-wide-reply-with-original; set default
13249 binding to gnus-article-read-summary-send-keys.
13250 (gnus-article-read-summary-keys): Fix the order of keys; display
13251 continuation keys correctly in the echo area; describe bindings
13252 correctly when keys end with `C-h'.
13253 (gnus-article-read-summary-send-keys): New function.
13254 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13255 Work for gnus-article-read-summary-send-keys; display continuation keys
13256 correctly in the echo area.
13257 (gnus-article-reply-with-original): Ignore prefix argument.
13258 (gnus-article-wide-reply-with-original): New function.
13259
13260 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13261
13262 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13263 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13264
13265 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13266
13267 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13268 (gnus-group-read-ephemeral-gmane-group): New command.
13269
13270 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13271
13272 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13273
13274 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13275
13276 * message.el (message-send-mail-function): Increase custom version.
13277
13278 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13279 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13280
13281 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13282
13283 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13284 html parts correctly; support forwarded messages.
13285 (gnus-article-browse-html-article): Remove work buffers.
13286
13287 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13288 compiling.
13289 (netrc-bound-and-true-p): New macro.
13290 (netrc-parse): Use it instead of bound-and-true-p that is not available
13291 in XEmacs 21.4.
13292
13293 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13294
13295 * gnus-registry.el (gnus-registry-mark-article)
13296 (gnus-registry-article-marks): Add functionality to mark articles
13297 through the Gnus registry.
13298
13299 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13300 (netrc-parse): Use encrypt-file-alist to determine if
13301 encrypt-find-model or encrypt-insert-file-contents should be used.
13302
13303 2007-12-19 Glenn Morris <rgm@gnu.org>
13304
13305 * mml.el (message-options-set, message-narrow-to-head)
13306 (message-in-body-p, message-mail-p, message-encode-message-body):
13307 Autoload.
13308 (message-remove-header, message-narrow-to-headers-or-head)
13309 (message-subscribed-p, message-make-mail-followup-to)
13310 (message-position-on-field, message-news-p)
13311 (message-options-set-recipient, message-generate-headers)
13312 (message-sort-headers): Declare as functions.
13313
13314 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13315
13316 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13317 convention in doc string.
13318
13319 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13320
13321 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13322 title to html parts.
13323 (gnus-article-browse-html-article): Pass message header to it.
13324
13325 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13326
13327 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13328
13329 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13330 or password compatible with XEmacs.
13331
13332 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13333
13334 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13335 format document.
13336 (gnus-mime-delete-part): Don't write description line if empty.
13337 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13338
13339 2007-12-14 Johan Bockgård <bojohan@gnu.org>
13340
13341 * gnus-sum.el (gnus-summary-mark-unread-as-read)
13342 (gnus-summary-mark-read-and-unread-as-read)
13343 (gnus-summary-mark-current-read-and-unread-as-read)
13344 (gnus-summary-mark-unread-as-ticked): Doc fix.
13345 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13346
13347 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13348
13349 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13350 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13351
13352 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13353
13354 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13355 yes-or-no-p.
13356
13357 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13358
13359 * mm-decode.el (mm-add-meta-html-tag): New function.
13360 (mm-save-part-to-file, mm-pipe-part): Use it.
13361
13362 * gnus-art.el (gnus-article-browse-delete-temp-files):
13363 Use gnus-y-or-n-p instead of y-or-n-p.
13364 (gnus-article-browse-html-parts): Work with message/external-body; use
13365 mm-add-meta-html-tag.
13366
13367 2007-12-11 Glenn Morris <rgm@gnu.org>
13368
13369 * gnus-cache.el: Require gnus-sum not just when compiling.
13370
13371 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13372
13373 * gnus-int.el (gnus-server-opened, gnus-status-message):
13374 Move definitions before use.
13375
13376 * mm-decode.el: Require gnus-util.
13377 (mm-remove-part): Only call delete-annotation on XEmacs.
13378
13379 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13380
13381 * nnmail.el: Require gnus-int.
13382
13383 * spam.el: Move `require's before `eval-when-compile's.
13384
13385 * gnus-ems.el (gnus-alive-p):
13386 * gnus-fun.el (message-goto-eoh):
13387 * gnus-util.el (gnus-group-name-decode):
13388 * mail-source.el (gnus-compress-sequence):
13389 * message.el (Info-goto-node, format-spec):
13390 * mm-bodies.el (message-options-get):
13391 * mm-decode.el (mm-view-pkcs7):
13392 * mm-util.el (gmm-write-region):
13393 * mml-smime.el (mml-compute-boundary)
13394 (gnus-completing-read-with-default):
13395 * mml.el (widget-button-press, gnus-make-hashtable):
13396 * mml1991.el (mm-decode-content-transfer-encoding)
13397 (mm-encode-content-transfer-encoding)
13398 (message-options-get, message-options-set):
13399 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13400 * nnfolder.el (gnus-request-group):
13401 * nnheader.el (ietf-drums-unfold-fws):
13402 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13403 * smime.el (gnus-run-mode-hooks):
13404 * spam-stat.el (gnus-message): Autoload.
13405
13406 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13407 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13408 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13409 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13410 Add declare-function compatibility definition.
13411
13412 * gnus-cache.el (nnvirtual-find-group-art):
13413 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13414 (gnus-add-image, gnus-add-wash-type):
13415 * gnus-group.el (nnkiboze-score-file):
13416 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13417 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13418 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13419 (message-tokenize-header, gnus-get-buffer-create)
13420 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13421 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13422 * gnus.el (gnus-group-decoded-name):
13423 * mail-source.el (imap-capability):
13424 * mm-bodies.el (message-options-set):
13425 * mm-decode.el (gnus-configure-windows):
13426 * mm-extern.el (message-goto-body):
13427 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13428 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13429 (epg-sub-key-validity, message-options-set):
13430 * mml.el (widget-event-point, gnus-configure-windows):
13431 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13432 * mml2015.el (epg-check-configuration, epg-configuration)
13433 (message-options-set):
13434 * nndb.el (nndb-request-article):
13435 * nnfolder.el (gnus-request-create-group):
13436 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13437 * nnmaildir.el (gnus-group-mark-article-read):
13438 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13439 * rfc1843.el (message-fetch-field):
13440 * spam.el (gnus-extract-address-components):
13441 Declare as functions.
13442
13443 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13444
13445 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13446
13447 2007-12-09 Glenn Morris <rgm@gnu.org>
13448
13449 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13450
13451 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13452 * message.el, mm-view.el, sieve-manage.el, smime.el:
13453 Add declare-function compatibility definition.
13454
13455 * gnus-art.el (w3-region, w3m-region, Info-menu):
13456 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13457 * gnus-sum.el (gnus-get-predicate):
13458 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13459 * message.el (mail-abbrev-in-expansion-header-p):
13460 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13461 (w3m-detect-meta-charset, w3m-region):
13462 * sieve-manage.el (password-read, password-cache-add)
13463 (password-cache-remove):
13464 * smime.el (password-read-and-add): Declare as functions.
13465
13466 2007-12-08 David Kastrup <dak@gnu.org>
13467
13468 * gnus-sum.el (gnus-summary-simplify-subject-query):
13469 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13470 `message'.
13471
13472 2007-12-07 Glenn Morris <rgm@gnu.org>
13473
13474 * gnus-art.el (article-make-date-line): Revert previous change.
13475
13476 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13477
13478 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13479
13480 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
13481
13482 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13483 Call gnus-add-to-range ranges only once with a prepared article-list.
13484
13485 2007-12-06 Paul Jarc <prj@po.cwru.edu>
13486
13487 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13488 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13489 group names with backslashes.
13490 Reported by Tassilo Horn <tassilo@member.fsf.org>.
13491
13492 2007-12-06 Deepak Goel <deego3@gmail.com>
13493
13494 * gnus-art.el (article-make-date-line):
13495 * gnus-start.el (gnus-load):
13496 * pop3.el (pop3-read-response): Fix buggy call to `error'.
13497
13498 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13499
13500 * gnus-art.el (gnus-use-idna):
13501 * gnus-start.el (gnus-site-init-file):
13502 * message.el (message-use-idna):
13503 * mm-uu.el (mm-uu-hide-markers):
13504 * smiley.el (smiley-style): Revert changes that suppress warnings.
13505
13506 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13507
13508 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13509 specify charset to html source.
13510 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13511
13512 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13513
13514 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13515 idna-program in order to suppress byte compile warning issued by XEmacs
13516 that came to byte compile the default value section of defcustom forms
13517 recently.
13518
13519 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13520 value of installation-directory.
13521
13522 * message.el (message-use-idna): Don't directly refer to the value of
13523 idna-program.
13524
13525 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13526
13527 * smiley.el (smiley-style): Don't directly call face-attribute.
13528
13529 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
13530
13531 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13532
13533 * gnus-dired.el: Reduce Gnus dependencies.
13534 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13535 Don't require. Use autoloads instead.
13536 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13537 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13538 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13539 (gnus-dired-mode): Adjust doc string.
13540 (gnus-dired-mail-mode): New variable.
13541 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13542 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13543 (gnus-dired-mail-buffers): New function. Return mail or message
13544 composition buffers.
13545 (gnus-dired-attach): Use it.
13546 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13547 NO-DECODE.
13548 (gnus-dired-print): Use `gnus-print-buffer' depending on
13549 `gnus-dired-mail-mode'.
13550
13551 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13552
13553 * rfc2047.el (rfc2047-encoded-word-regexp)
13554 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13555 explaining what regexp patterns are for.
13556
13557 2007-12-04 Glenn Morris <rgm@gnu.org>
13558
13559 * password.el: Move to ../password-cache.el.
13560
13561 * mml1991.el (password-read, password-cache-add, password-cache-remove):
13562 * mml2015.el (password-read, password-cache-add, password-cache-remove):
13563 * mml-smime.el (password-read, password-cache-add)
13564 (password-cache-remove):
13565 No need to autoload, since mml-sec requires password.
13566
13567 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13568 * message.el (gnus-extract-address-components):
13569 * mml-smime.el (gnus-extract-address-components): Define for compiler.
13570
13571 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13572 password.
13573
13574 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13575
13576 * mailcap.el: Reduce dependencies.
13577 (mail-header-parse-content-type): Autoload.
13578 (mailcap-delete-duplicates): New alias.
13579 (mailcap-mime-info): Add optional argument NO-DECODE.
13580 (mailcap-mime-types): Use mailcap-delete-duplicates.
13581
13582 * message.el (message-ignored-supersedes-headers): Add "X-ID".
13583
13584 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13585
13586 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13587 function.
13588
13589 * gnus-uu.el (gnus-uu-decode-yenc): New command.
13590 (gnus-uu-yenc-article): New function.
13591
13592 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13593
13594 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13595
13596 2007-12-02 Glenn Morris <rgm@gnu.org>
13597
13598 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13599 Move to ../net.
13600
13601 * binhex.el, uudecode.el: Move to ../mail.
13602
13603 * encrypt.el: Remove file.
13604
13605 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
13606
13607 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13608 matches on patches.
13609
13610 * gnus-art.el (gnus-article-browse-html-article):
13611 Mention `mm-text-html-renderer' in the doc string.
13612
13613 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13614 string. Add comments.
13615
13616 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13617 if rhs is ASCII.
13618
13619 2007-12-01 Glenn Morris <rgm@gnu.org>
13620
13621 * dig.el, dns.el: Move to ../net.
13622 * format-spec.el, hex-util.el, sha1.el: Move to ../.
13623
13624 * mail-source.el (top-level): Require format-spec before
13625 eval-when-compile.
13626
13627 2007-11-30 Glenn Morris <rgm@gnu.org>
13628
13629 * encrypt.el: Require password, rather than autoloading password-read.
13630
13631 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
13632
13633 * gnus.el (gnus-method-to-server): Add an optional parameter so the
13634 caller can indicate whether the cache should be disregarded for this
13635 call. This way the result of the call is reproducible at all times and
13636 can be considered a canonical server name for the supplied method.
13637 (gnus-agent-method-p): Canonicalize server names by pushing their
13638 method through `gnus-method-to-server' using the no-cache argument.
13639
13640 * gnus-srvr.el (gnus-server-insert-server-line):
13641 Call `gnus-method-to-server' with `no-cache' argument.
13642
13643 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13644 gnus-agent-possibly-synchronize-flags as this should be called when the
13645 server is actually being opened.
13646 (gnus-agent-possibly-synchronize-flags)
13647 (gnus-agent-possibly-synchronize-flags-server): Move check for the
13648 flags file of an agentized server to the latter function.
13649
13650 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13651 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13652 after a connection has been established successfully.
13653
13654 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13655
13656 * gnus-art.el (article-display-face): Force to display face if called
13657 interactively; check if gnus-article-x-face-too-ugly matches author.
13658 (article-display-x-face): Display face even if From header is missing
13659 as article-display-face does.
13660
13661 2007-11-28 Richard Stallman <rms@gnu.org>
13662
13663 * md4.el: Move to ../.
13664 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13665
13666 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
13667
13668 * mail-source.el (mail-sources): Default to fetch from file for
13669 compatibility with default of nnmail-spool-file.
13670
13671 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
13672
13673 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13674 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13675 to look for encoded word that should be encoded again.
13676 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13677 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13678 encoding pattern.
13679 (rfc2047-decode-region): Switch strict regexp and loose one according
13680 to rfc2047-allow-irregular-q-encoded-words.
13681
13682 2007-11-26 Simon Josefsson <simon@josefsson.org>
13683
13684 * imap.el: Move to ../net directory.
13685
13686 2007-11-25 Romain Francoise <romain@orebokech.com>
13687
13688 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13689
13690 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13691
13692 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13693 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13694
13695 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13696 `nnmail-spool-file'.
13697
13698 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13699 `nnmail-spool-file'.
13700
13701 * gnus-move.el (gnus-change-server): Ditto.
13702
13703 * gnus-kill.el (gnus-batch-score): Ditto.
13704
13705 * gnus-cache.el (gnus-jog-cache): Ditto.
13706
13707 * gnus-msg.el (gnus-summary-reply):
13708 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13709
13710 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13711
13712 * gnus-cache.el (gnus-cache-generate-nov-databases):
13713 Use nnml-generate-nov-databases-directory instead of
13714 nnml-generate-nov-databases-1.
13715
13716 2007-11-24 Glenn Morris <rgm@gnu.org>
13717
13718 * message.el (message-tool-bar-retro): Update for rename
13719 mail_send.xpm->mail-send.xpm.
13720
13721 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13722
13723 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13724 `smime-ldap-search' for Emacs 22 and up.
13725
13726 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13727
13728 * hashcash.el: Move to ../mail directory.
13729
13730 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
13731
13732 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13733 `smime-ldap-search' for Emacs 22 and up.
13734
13735 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13736
13737 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13738
13739 * message.el (message-send-mail-function): Fix error convention.
13740 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13741 (message-widen-reply, message-send-mail, message-talkative-question)
13742 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13743 (message-clone-locals, message-send-news): Use with-current-buffer.
13744 (message-insert-or-toggle-importance): Remove unused var `valid'.
13745 (message-make-references): Remove unused var `new-references'.
13746 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13747
13748 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13749
13750 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13751 (spam-split-symbolic-return-positive): Reflow docstring.
13752 (spam-backends, spam-summary-exit-behavior)
13753 (spam-mark-ham-unread-before-move-from-spam-group)
13754 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13755 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13756 (spam-clear-cache, spam-backend-check, spam-install-backend)
13757 (spam-install-statistical-backend, spam-list-of-processors)
13758 (spam-group-processor-p, spam-split, spam-bogofilter-score)
13759 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13760 (spam-check-crm114, spam-initialize, spam-unload-hook):
13761 Fix typos in docstrings.
13762
13763 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13764
13765 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13766 been checked if they have never been read and those group levels are
13767 higher than the one that a user specified.
13768
13769 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13770
13771 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13772 foreign groups unless a group level is specified by a user.
13773 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13774
13775 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
13776
13777 * message.el (message-send-mail-function): Require sendmail.
13778
13779 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
13780
13781 * message.el (message-send-mail-function): Check for smtpmail too.
13782
13783 * utf7.el (utf7-encode, utf7-decode): Use coding system
13784 `utf-7'/`utf-7-imap' from utf-7.el' if available.
13785
13786 * message.el (message-send-mail-function): New function.
13787 (message-send-mail-function): Set default using
13788 message-send-mail-function. Adjust doc string.
13789 (message-send-mail-with-mailclient): New function.
13790
13791 2007-11-17 Richard Stallman <rms@gnu.org>
13792
13793 * assistant.el: Remove file.
13794
13795 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13796
13797 * smime.el (from):
13798 * rfc2047.el (message-posting-charset):
13799 * qp.el (mm-use-ultra-safe-encoding):
13800 * pop3.el (parse-time-months):
13801 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13802 * nnml.el (files):
13803 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13804 (jka-compr-compression-info-list, ange-ftp-path-format)
13805 (efs-path-regexp):
13806 * nndiary.el (files):
13807 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13808 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13809 (epg-digest-algorithm-alist, inhibit-redisplay)
13810 (password-cache-expiry):
13811 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13812 (pgg-output-buffer, password-cache-expiry):
13813 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13814 (efs-path-regexp):
13815 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13816 (inhibit-redisplay):
13817 * mm-uu.el (file-name, start-point, end-point, entry)
13818 (gnus-newsgroup-name, gnus-newsgroup-charset):
13819 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13820 (latin-unity-ucs-list):
13821 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13822 (mm-uu-binhex-decode-function):
13823 * message.el (gnus-message-group-art, gnus-list-identifiers)
13824 (rmail-enable-mime-composing, gnus-local-organization)
13825 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13826 (gnus-read-active-file, facemenu-add-face-function)
13827 (facemenu-remove-face-function, gnus-article-decoded-p)
13828 (tool-bar-mode):
13829 * mail-source.el (display-time-mail-function):
13830 * gnus-util.el (nnmail-pathname-coding-system)
13831 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13832 (gnus-original-article-buffer, gnus-user-agent)
13833 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13834 (xemacs-codename, sxemacs-codename, emacs-program-version):
13835 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13836 * gnus-start.el (gnus-agent-covered-methods)
13837 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13838 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13839 (gnus-newsgroup-headers, gnus-group-list-mode)
13840 (gnus-group-mark-positions, gnus-newsgroup-data)
13841 (gnus-newsgroup-unreads, nnoo-state-alist)
13842 (gnus-current-select-method, mail-sources)
13843 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13844 (nnmail-spool-file, gnus-cache-active-hashtb):
13845 * gnus-mh.el (mh-lib-progs):
13846 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13847 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13848 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13849 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13850 (gnus-group-buffer):
13851 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13852 (font-lock-set-defaults):
13853 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13854 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13855 (gnus-summary-post-menu, total-parts, type, condition, length):
13856 * gnus-agent.el (gnus-agent-read-agentview):
13857 * flow-fill.el (show-trailing-whitespace):
13858 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13859 eval-and-compile wrappers for byte compiler pacifiers.
13860
13861 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13862 (mm-display-inline-fontify): Check for featurep 'xemacs not
13863 extent-list.
13864
13865 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13866 itimer-list.
13867 (mm-create-image-xemacs): Only do something for XEmacs.
13868 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13869
13870 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13871
13872 * gnus-registry.el (gnus-adaptive-word-syntax-table):
13873 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13874
13875 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13876
13877 * nnimap.el (nnimap-split-download-body):
13878 * gnus-demon.el (gnus-demon):
13879 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13880
13881 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13882
13883 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13884 New macros.
13885 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13886 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13887 copy data from unibyte buffer to multibyte current buffer.
13888 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13889 to copy data from unibyte current buffer to multibyte buffer.
13890 (nntp-make-process-buffer): Make process buffer unibyte.
13891
13892 * pop3.el (pop3-open-server): Fix typo in Lisp code.
13893
13894 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
13895
13896 * pop3.el (pop3-open-server): Accept and process data more robustly at
13897 connection start to avoid spurious "POP SSL connection failed" errors.
13898
13899 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13900
13901 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13902 read group names.
13903
13904 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
13905
13906 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13907
13908 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
13909
13910 * nnmail.el (nnmail-parse-active): Make group names unibyte.
13911 (nnmail-save-active): Use a unibyte buffer when saving active file,
13912 which may contain non-ASCII group names.
13913
13914 * nnml.el (nnml-request-group): Decode group names in messages.
13915
13916 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
13917
13918 * message.el (message-citation-line-function)
13919 (message-insert-formatted-citation-line): Fix spelling of
13920 `message-insert-formated-citation-line'.
13921
13922 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
13923
13924 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13925
13926 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13927
13928 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13929 nnmail-pathname-coding-system.
13930
13931 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13932 that a user enters; decode group names in messages.
13933
13934 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13935
13936 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13937
13938 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13939
13940 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13941
13942 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13943 risky local variable.
13944
13945 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13946
13947 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
13948
13949 * encrypt.el: Improve documentation to fix function name typo.
13950 Reported by Daiki Ueno <ueno@unixuser.org>.
13951
13952 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13953
13954 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13955 even if the point is not in the last page of an article.
13956 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13957 back to the previous page.
13958
13959 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
13960
13961 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13962
13963 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
13964
13965 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13966
13967 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 * message.el (message-check-news-body-syntax):
13970 Avoid mm-string-as-multibyte.
13971 (message-hide-headers): Don't assume (point-min)==1.
13972
13973 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13974
13975 * message.el (message-remove-blank-cited-lines): Fix if remove is
13976 given.
13977 (message-bogus-address-regexp): New variable.
13978 (message-bogus-recipient-p): New function.
13979 (message-check-recipients): New command.
13980 (message-syntax-checks): Add `bogus-recipient'.
13981 (message-fix-before-sending): Add `bogus-recipient'.
13982
13983 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13984 (gnus-treat-body-boundary): Don't test window-system.
13985
13986 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
13987
13988 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13989
13990 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13991
13992 * gnus.el: Bump version to Gnus v5.13.
13993
13994 2007-10-28 Miles Bader <miles@gnu.org>
13995
13996 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13997 at compile-time too.
13998
13999 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14000
14001 * gnus-msg.el (gnus-message-setup-hook):
14002 Add `message-remove-blank-cited-lines' to options.
14003
14004 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14005
14006 * message.el (message-remove-blank-cited-lines): New function.
14007 Suggested by Karl Plästerer.
14008
14009 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14010
14011 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14012 mapc.
14013
14014 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14015 (top-level): Use mapc to set functions to be traced for debugging.
14016
14017 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14018 called for effect with while loop.
14019
14020 * message.el (message-talkative-question): Replace mapcar called for
14021 effect with mapc.
14022
14023 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14024 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14025 called for effect with dolist.
14026
14027 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14028
14029 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14030 gnus-extra-headers and nnmail-extra-headers.
14031
14032 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14033 called for effect with dolist.
14034 (top-level): Use mapc to set functions to be traced for debugging.
14035
14036 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14037 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14038 dolist.
14039
14040 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14041 Replace mapcar called for effect with mapc.
14042 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14043 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14044 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14045 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14046
14047 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14048 remove-if that's a cl function.
14049
14050 * webmail.el (webmail-debug): Replace mapcar called for effect with
14051 dolist.
14052
14053 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14054
14055 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14056 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14057 with while loop.
14058
14059 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14060 functions from article-* functions.
14061 (gnus-multi-decode-header): Replace mapcar called for effect with
14062 dolist.
14063
14064 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14065 (gnus-bookmark-show-details): Replace mapcar called for effect with
14066 while loop.
14067
14068 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14069 called for effect with while loop.
14070
14071 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14072 with dolist.
14073
14074 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14075 Replace mapcar called for effect with dolist.
14076
14077 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14078
14079 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14080 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14081 Replace mapcar called for effect with dolist.
14082 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14083 mapc.
14084
14085 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14086 Replace mapcar called for effect with dolist.
14087 (gnus-topic-list): Replace mapcar called for effect with mapc.
14088
14089 * gnus.el: Use mapc instead of mapcar to add autoloads.
14090
14091 2007-10-23 Richard Stallman <rms@gnu.org>
14092
14093 * gnus-group.el (gnus-group-highlight): Mark as risky.
14094
14095 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14096
14097 * gnus.el (gnus-server-to-method): Return method found first in
14098 gnus-newsrc-alist.
14099
14100 * gnus-art.el (gnus-article-highlight-signature)
14101 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14102 button overlay without the front stickiness.
14103
14104 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14105
14106 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14107 overview buffer needed a catch to receive its throw.
14108 (gnus-agent-flush-cache): Declare as interactive to make this function
14109 easier to use.
14110
14111 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14112
14113 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14114 `next-line'.
14115
14116 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14117
14118 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14119 exclude address matching message-dont-reply-to-names.
14120
14121 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14122
14123 * gnus-util.el (gnus-string<): New function.
14124
14125 * gnus-sum.el (gnus-article-sort-by-author)
14126 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14127
14128 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14129
14130 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14131 the frame-focus tag is set in gnus-buffer-configuration.
14132
14133 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14134
14135 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14136 the front stickiness.
14137
14138 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14139
14140 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14141 url pattern; remove duplicate one.
14142 (gnus-article-extend-url-button): New function.
14143 (gnus-article-add-buttons): Use it.
14144 (gnus-button-push): Use concatenated url that it makes.
14145
14146 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14147
14148 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14149 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14150
14151 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14154 Don't hardcode point-min==1.
14155
14156 2007-09-30 David Kastrup <dak@gnu.org>
14157
14158 * gnus-art.el (gnus-article-reply-with-original)
14159 (gnus-article-followup-with-original): When `transient-mark-mode' is
14160 off, refrain from active-region behavior for followups.
14161
14162 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14163
14164 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14165 Fix comment about "iso8859-1".
14166
14167 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14168
14169 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14170 ones returned from the verify-function.
14171
14172 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14173 Call mml2015-extract-cleartext-signature if extraction failed.
14174
14175 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14176
14177 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14178 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14179 failed.
14180
14181 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14182
14183 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14184
14185 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14186
14187 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14188 to mark a thread as expirable. Add variable `hide' to handle hiding of
14189 thread for both the null and zero (kill/expire thread) universal prefix
14190 cases.
14191 (gnus-summary-expire-thread): Add new function to expire a thread,
14192 using gnus-summary-kill-thread.
14193 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14194 shortcuts for gnus-summary-expire-thread.
14195 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14196 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14197
14198 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14199
14200 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14201 extras value, so an extras entry can be deleted.
14202 (gnus-registry-delete-extra-entry): Use it.
14203 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14204 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14205 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14206 storage through the gnus-registry, and provide an appropriate API for
14207 it.
14208
14209 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14210
14211 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14212 Suggested by Leo <sdl.web@gmail.com>.
14213
14214 * gnus.el: Do.
14215
14216 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14217
14218 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14219 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14220
14221 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14222
14223 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14224 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14225
14226 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14227
14228 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14229 newline.
14230 (nnmbox-request-accept-article): Don't change article in source buffer;
14231 narrow to header to use message-fetch-field rather than
14232 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14233 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14234 as delimiters; make sure article ends with newline.
14235 (nnmbox-delete-mail): Correct last position of article to be deleted;
14236 ignore X-Gnus-Newsgroup header in article body.
14237 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14238 positions; make sure article ends with newline.
14239
14240 * message.el (message-display-abbrev): Don't infloop when a user
14241 inserts SPC in the beginning of header.
14242
14243 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14244
14245 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14246 list of groups not followed by default. Fix type to be regexp.
14247 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14248
14249 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14250
14251 * hmac-def.el (define-hmac-function): Switch from old-style to
14252 new-style backquotes.
14253
14254 * md4.el (md4-make-step): Likewise.
14255
14256 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14257
14258 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14259 raw-text coding system when saving .newsrc file, which may contain
14260 non-ASCII group names.
14261
14262 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14263
14264 * gnus-cus.el (gnus-score-extra): New widget.
14265 (gnus-score-extra-convert): New function.
14266 (gnus-score-customize): Use it for Extra.
14267
14268 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14269
14270 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14271 (mml2015-mailcrypt-clear-verify): Use it.
14272 (mml2015-gpg-clear-verify): Use it.
14273 (mml2015-pgg-clear-verify): Use it.
14274 (mml2015-epg-clear-verify): Replace the current part with the output
14275 from GnuPG; don't extract the plaintext by itself.
14276
14277 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14278 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14279 mml2015-clear-verify-function; don't touch the armor headers or
14280 dash-escaped text here.
14281
14282 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14283
14284 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14285 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14286 parts, or application/octet-stream as a last resort.
14287 (gnus-mime-view-part-as-type): Don't toggle display.
14288 (gnus-mime-view-part-as-charset): Don't turn off display before
14289 querying charset.
14290
14291 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14292 stuff to undisplayer function in Emacs.
14293 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14294
14295 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14296 text/calendar parts.
14297
14298 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14299
14300 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14301 decoding text/calendar parts.
14302
14303 * message.el (message-forward-make-body-mime): Always mark body as
14304 having no illegible text; remove signed-or-encrypted argument.
14305 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14306
14307 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14308 (mml-generate-mime-1): Don't encode body if it is specified to be in
14309 raw form; don't make buffer be unibyte when inserting multibyte string.
14310
14311 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14312
14313 * sha1.el: Fix up comment style.
14314 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14315 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14316
14317 * hex-util.el: Fix up comment style.
14318 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14319
14320 * gnus-salt.el: Use with-current-buffer.
14321 (gnus-pick-setup-message): Fix long-standing typo.
14322
14323 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14324
14325 * imap.el (imap-logout-timeout): New variable.
14326 (imap-logout, imap-logout-wait): New functions.
14327 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14328
14329 * nnimap.el (nnimap-logout-timeout): New server variable.
14330 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14331 nnimap-logout-timeout.
14332
14333 * gnus-art.el (gnus-article-summary-command-nosave)
14334 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14335
14336 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14337
14338 * gnus.el (gnus-maximum-newsgroup): New variable.
14339
14340 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14341 according to gnus-maximum-newsgroup.
14342
14343 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14344 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14345 Limit the range of articles according to gnus-maximum-newsgroup.
14346
14347 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
14348
14349 * gnus-art.el (gnus-sticky-article): Fix problems described in
14350 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
14351 Don't perform gnus-configure-windows here; reuse existing sticky
14352 article buffer.
14353
14354 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14355 it doesn't exist in gnus-article-mode.
14356
14357 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14358
14359 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14360 (gnus-agent-decoded-group-name): New function.
14361 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14362 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14363
14364 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14365
14366 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14367 Add binding for gnus-sticky-article.
14368 (gnus-summary-exit): Don't kill sticky article buffers.
14369
14370 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14371 article buffer.
14372 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14373 (gnus-kill-sticky-article-buffers): New commands.
14374
14375 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14376
14377 * nntp.el (nntp-xref-number-is-evil): New server variable.
14378 (nntp-find-group-and-number): If it is non-nil, don't trust article
14379 numbers in the Xref header.
14380
14381 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14382
14383 * gnus-agent.el (gnus-agent-read-group): New function.
14384 (gnus-agent-flush-group, gnus-agent-expire-group)
14385 (gnus-agent-regenerate-group): Use it.
14386 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14387 nnmail-pathname-coding-system.
14388
14389 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14390
14391 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14392
14393 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14394 that are unread as unread, and also as selected so that information of
14395 marks having been changed by a user may be updated when exiting group.
14396
14397 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14398
14399 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14400
14401 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14402
14403 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14404 calculated ignoring signature parts to gnus-treat-article.
14405
14406 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14407
14408 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14409 a point here in order to keep the window start.
14410 (gnus-insert-mime-security-button): Make a button overlay without the
14411 front stickiness.
14412 (gnus-mime-display-security): Goto the end of a button.
14413
14414 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14415
14416 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14417
14418 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14419 group-name-at-point.
14420 (gnus-group-completing-read): New function that offers decoded
14421 non-ASCII group names for completion.
14422 (gnus-fetch-group, gnus-group-read-ephemeral-group)
14423 (gnus-group-jump-to-group, gnus-group-make-group-simple)
14424 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14425 (gnus-group-fetch-control): Use it.
14426 (gnus-fetch-group): Use group-name-at-point for the initial value
14427 rather than the default value; use gnus-alive-p.
14428
14429 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14430 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14431 (gnus-summary-post-news): Use gnus-group-completing-read.
14432
14433 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14434 (gnus-read-move-group-name): Decode group name for completion.
14435
14436 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
14437
14438 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14439 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14440 Yamaoka slightly modified the code).
14441
14442 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
14443
14444 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14445 (nnmail-split-incoming): Bind it.
14446
14447 * nnml.el (nnml-group-name-charset): New function.
14448 (nnml-decoded-group-name): Use it; don't decode group name if
14449 nnmail-group-names-not-encoded-p is non-nil.
14450 (nnml-encoded-group-name): New function.
14451 (nnml-group-pathname): Inline nnml-decoded-group-name.
14452 (nnml-request-expire-articles): Decode group name in message.
14453 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14454 nnmail-pathname-coding-system.
14455 (nnml-save-mail, nnml-active-number): Work with decoded group names and
14456 not decoded ones according to nnmail-group-names-not-encoded-p.
14457 (nnml-generate-active-info): Use nnml-encoded-group-name.
14458
14459 2007-08-08 Glenn Morris <rgm@gnu.org>
14460
14461 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14462 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14463 doc-strings and comments.
14464
14465 2007-07-25 Glenn Morris <rgm@gnu.org>
14466
14467 * Relicense all FSF files to GPLv3 or later.
14468
14469 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14470
14471 * gnus-sum.el (gnus-summary-move-article):
14472 Make gnus-summary-respool-article work.
14473
14474 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
14475
14476 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14477 string.
14478
14479 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
14480
14481 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
14482 that should be ignored when comparing distant RSS articles with local
14483 ones.
14484 (nnrss-make-hash-index): New function. Create a hash index according
14485 to the ignored fields.
14486 (nnrss-check-group): Use it.
14487
14488 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
14489
14490 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14491
14492 * gnus-art.el (article-decode-group-name): Decode Xref header too.
14493
14494 * gnus-group.el (gnus-group-make-group): Encode group name here unless
14495 the new optional argument ENCODED is non-nil.
14496 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14497 coding system for encoding group name.
14498 (gnus-group-make-rss-group): Pass un-encoded group name to
14499 gnus-group-make-group.
14500 (gnus-group-set-info): Tell gnus-group-make-group that group name is
14501 encoded.
14502
14503 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14504 Encode group name to which articles are moved or copied.
14505 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14506 coding system for encoding Newsgroup, Followup-To and Xref headers.
14507
14508 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14509 marks; use nnheader-file-coding-system to write a file.
14510 (nnagent-retrieve-headers): Bind file-name-coding-system to
14511 nnmail-pathname-coding-system.
14512
14513 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14514
14515 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14516 (nnml-request-article, nnml-request-create-group)
14517 (nnml-request-rename-group, nnml-find-id)
14518 (nnml-possibly-change-directory, nnml-possibly-create-directory)
14519 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14520 (nnml-save-marks): Use nnml-group-pathname instead of
14521 nnmail-group-pathname.
14522
14523 (nnml-request-create-group, nnml-request-expire-articles)
14524 (nnml-request-move-article, nnml-request-delete-group)
14525 (nnml-deletable-article-p, nnml-possibly-create-directory)
14526 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14527 (nnml-open-marks): Bind file-name-coding-system to
14528 nnmail-pathname-coding-system.
14529
14530 (nnml-request-article): Pass server argument to nnml-find-group-number.
14531 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14532 Pass server argument to nnml-possibly-create-directory.
14533 (nnml-request-accept-article): Pass server argument to
14534 nnml-active-number and nnml-save-mail.
14535 (nnml-find-group-number): Pass server argument to nnml-find-id.
14536 (nnml-request-update-info): Pass server argument to
14537 nnml-marks-changed-p.
14538
14539 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14540 (nnml-save-mail, nnml-active-number): Add server argument.
14541
14542 (nnml-request-delete-group): Warn if group is missing.
14543 (nnml-get-nov-buffer): Decode group name.
14544 (nnml-generate-active-info): Encode group name.
14545 (nnml-open-marks): Decode group name in messages.
14546
14547 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14548
14549 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14550 if it is not specified.
14551 (gnus-article-pipe-part, gnus-article-save-part)
14552 (gnus-article-interactively-view-part, gnus-article-copy-part)
14553 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14554 (gnus-article-inline-part, gnus-article-save-part-and-strip)
14555 (gnus-article-replace-part, gnus-article-delete-part)
14556 (gnus-article-view-part-as-type): Pass raw prefix argument to
14557 gnus-article-part-wrapper.
14558
14559 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
14560
14561 * gnus-agent.el (gnus-agent-save-active):
14562 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14563
14564 * gnus-cache.el (gnus-cache-save-buffers)
14565 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14566 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14567 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14568 (gnus-cache-braid-nov, gnus-cache-braid-heads)
14569 (gnus-cache-generate-active, gnus-cache-rename-group)
14570 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14571 (gnus-cache-update-overview-total-fetched-for):
14572 Bind file-name-coding-system to nnmail-pathname-coding-system.
14573 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14574 New variables.
14575 (gnus-cache-decoded-group-name): New function.
14576 (gnus-cache-file-name): Use it.
14577 (gnus-cache-generate-active): Use non-decoded group name for active.
14578
14579 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14580 right place.
14581 (gnus-write-active-file): Don't break non-ASCII group names.
14582
14583 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14584 nnmail-pathname-coding-system.
14585
14586 * gnus-uu.el (gnus-uu-decode-save): Typo.
14587
14588 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
14589
14590 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14591
14592 2007-07-14 David Kastrup <dak@gnu.org>
14593
14594 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14595 finishing actions if we did not edit the article.
14596
14597 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14598
14599 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14600 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14601 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14602 (gnus-agent-flush-group, gnus-agent-flush-cache)
14603 (gnus-agent-fetch-headers, gnus-agent-load-alist)
14604 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14605 (gnus-agent-retrieve-headers, gnus-agent-request-article)
14606 (gnus-agent-regenerate-group)
14607 (gnus-agent-update-files-total-fetched-for)
14608 (gnus-agent-update-view-total-fetched-for):
14609 Bind file-name-coding-system to nnmail-pathname-coding-system.
14610 (gnus-agent-group-pathname): Don't encode file names by
14611 nnmail-pathname-coding-system.
14612 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14613 coding-system-for-write instead of buffer-file-coding-system to
14614 gnus-agent-file-coding-system.
14615
14616 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14617 Decode group name.
14618
14619 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14620
14621 * gnus-start.el (gnus-update-active-hashtb-from-killed)
14622 (gnus-read-newsrc-el-file): Make group names unibyte.
14623
14624 * nnmail.el (nnmail-group-pathname): Don't encode file names by
14625 nnmail-pathname-coding-system.
14626
14627 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14628 (nnrss-request-delete-group): Bind file-name-coding-system to
14629 nnmail-pathname-coding-system.
14630 (nnrss-read-server-data, nnrss-read-group-data):
14631 Bind file-name-coding-system correctly.
14632 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14633
14634 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14635 (nntp-server-to-method-cache): New variable.
14636 (nntp-group-pathname): New function that decodes non-ASCII group names.
14637 (nntp-possibly-create-directory, nntp-marks-changed-p)
14638 (nntp-save-marks, nntp-open-marks): Use it.
14639 (nntp-possibly-create-directory, nntp-open-marks):
14640 Bind file-name-coding-system to nnmail-pathname-coding-system.
14641 (nntp-open-marks): Decode group names when bootstrapping marks.
14642
14643 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14644 Newsgroups and Followup-To headers.
14645
14646 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14647
14648 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14649 (gnus-server-closed-face, gnus-server-denied-face)
14650 (gnus-server-offline-face): Remove variable.
14651 (gnus-server-font-lock-keywords): Use faces that are not aliases.
14652
14653 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14654 of modifying message-stack directly for XEmacs.
14655
14656 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14657 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14658 if the coding-system argument is nil for XEmacs.
14659
14660 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14661 mm-charset-override-alist.
14662
14663 * rfc2047.el: Don't require base64; require rfc2045 for the function
14664 rfc2045-encode-string.
14665 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14666 to quote the parameter value.
14667
14668 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
14669
14670 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14671 form in gnus-group-name-charset-method-alist.
14672
14673 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14674 overrides the default layout edit-form.
14675
14676 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14677
14678 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14679
14680 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
14681
14682 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14683 as unfetched articles.
14684
14685 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
14686
14687 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14688
14689 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14690
14691 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14692 original back end that keeps marks in the local system.
14693
14694 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
14695
14696 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14697 arg of pop-to-buffer for XEmacs.
14698 (gnus-article-read-summary-keys): Ditto; don't restore window
14699 configuration if summary command ends up with neither article buffer
14700 nor summary buffer; describe bindings if summary keys end with C-h.
14701
14702 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
14703
14704 * message.el (message-fix-before-sending): Skip raw message part to be
14705 forwarded while checking illegible text.
14706 (message-forward-make-body-mime, message-forward-make-body):
14707 Mark signed or encrypted raw message as having no illegible text.
14708
14709 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14710
14711 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14712 (gnus-message-with-timestamp-1): New macro.
14713 (gnus-message-with-timestamp): New function.
14714 (gnus-message): Use them.
14715
14716 * nnheader.el (nnheader-message): Use them.
14717
14718 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
14719
14720 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14721 .newsrc.eld file.
14722
14723 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14724
14725 * gnus-agent.el (gnus-agent-fetch-headers)
14726 (gnus-agent-retrieve-headers):
14727 Bind gnus-decode-encoded-address-function to identity.
14728
14729 * nntp.el (nntp-send-xover-command): Recognize an xover command is
14730 available also when the server returns simply a dot.
14731
14732 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14733
14734 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14735
14736 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14737
14738 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14739
14740 * gnus-ems.el (gnus-x-splash): Make it work.
14741
14742 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14743 from being used.
14744
14745 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
14746
14747 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14748 the front stickiness.
14749 (gnus-article-summary-command-nosave): Correct the order of the
14750 arguments passed to pop-to-buffer.
14751 (gnus-article-read-summary-keys): Ditto; make it work properly when the
14752 summary command ends up with the article buffer.
14753
14754 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14755 the same faces.
14756
14757 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
14758
14759 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14760
14761 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
14762
14763 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14764 * gnus-sum.el (gnus-summary-highlight):
14765 * mail-source.el (mail-source-delete-old-incoming-confirm):
14766 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14767
14768 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14769
14770 * gnus-art.el (gnus-mime-view-part-externally)
14771 (gnus-mime-view-part-internally): Fix predicate function passed to
14772 completing-read.
14773
14774 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14775
14776 * gnus.el (gnus-update-message-archive-method): Add :version.
14777
14778 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
14779
14780 * gnus.el (gnus-update-message-archive-method): New variable.
14781
14782 * gnus-start.el (gnus-setup-news): Update saved "archive" method
14783 according to gnus-message-archive-method if
14784 gnus-update-message-archive-method is non-nil.
14785
14786 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
14787
14788 * gnus-sum.el (gnus-summary-limit-to-address): New function.
14789 Suggested by Loic Dachary <loic@dachary.org>.
14790 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14791
14792 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14793
14794 * message.el (message-pop-to-buffer): Add switch-function argument.
14795 (message-mail): Pass switch-function argument to it.
14796
14797 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
14798
14799 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14800 Improve doc string.
14801
14802 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
14803
14804 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14805 (gnus-header-content):
14806 * gnus-cite.el (gnus-cite-10):
14807 * gnus-srvr.el (gnus-server-closed):
14808 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14809 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14810 (gnus-group-mail-3-empty, gnus-group-mail-low)
14811 (gnus-group-mail-low-empty, gnus-splash):
14812 * message.el (message-header-to, message-header-cc)
14813 (message-header-subject, message-header-other, message-header-name)
14814 (message-header-xheader, message-separator, message-cited-text)
14815 (message-mml): Lighten colors of faces used for dark background.
14816
14817 2007-05-24 Simon Josefsson <simon@josefsson.org>
14818
14819 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14820 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
14821
14822 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
14823
14824 * message.el (message-narrow-to-headers-or-head):
14825 Ignore mail-header-separator in the body.
14826
14827 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14828
14829 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14830 same as window size.
14831
14832 2007-05-22 Kevin Ryde <user42@zip.com.au>
14833
14834 * message.el (message-font-lock-keywords): Use message-header-xheader
14835 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
14836 ahead of the anything pattern, to get it recognized.
14837
14838 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
14839
14840 * gnus-sum.el (gnus-articles-to-read)
14841 (gnus-summary-insert-old-articles): Don't truncate group name for
14842 `read-string'.
14843
14844 * gnus-util.el (gnus-limit-string): Delete this function.
14845
14846 * gnus-sum.el (gnus-simplify-subject-fully):
14847 Use `truncate-string-to-width' instead.
14848
14849 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
14850
14851 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14852 Tell if, on summary exit, the next group has to be selected.
14853 (gnus-summary-exit): Use it.
14854
14855 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
14856
14857 * gnus-art.el (gnus-article-mode): Fix comment about displaying
14858 non-break space.
14859
14860 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
14861
14862 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14863 Check if group is not a directory.
14864 (nnfolder-request-expire-articles): Don't delete articles if the target
14865 group is not available.
14866
14867 * nnml.el (nnml-request-create-group): Properly check if group is not a
14868 file.
14869 (nnml-request-expire-articles): Don't delete articles if the target
14870 group is not available.
14871
14872 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14873 Don't quote characters that are within parentheses.
14874
14875 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
14876
14877 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14878 (gnus-handle-ephemeral-exit): Select article according to it.
14879
14880 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
14881
14882 * message.el (message-insert-formated-citation-line): Remove newline.
14883 (message-citation-line-format): Add final \n here so that the user can
14884 avoid a blank line.
14885
14886 2007-05-03 Dan Christensen <jdc@uwo.ca>
14887
14888 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14889 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14890 Update lanl/arXiv support.
14891
14892 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14893
14894 * gnus.el: Bump version number.
14895
14896 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14897
14898 * gnus.el (gnus-version-number): Bump version.
14899
14900 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14901
14902 * gnus.el: No Gnus v0.6 is released.
14903
14904 2007-04-27 Didier Verna <didier@xemacs.org>
14905
14906 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14907 * gmm-utils.el (gmm-regexp-concat): ... here.
14908 * message.el: Don't require 'gnus-util.
14909 (message-dont-reply-to-names): Handle name change above.
14910 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14911
14912 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
14913
14914 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14915 since the initial value varies according to the system.
14916
14917 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14918
14919 * mm-util.el (mm-charset-synonym-alist): Defcustom.
14920
14921 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
14922
14923 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14924
14925 2007-04-24 Didier Verna <didier@xemacs.org>
14926
14927 Improve the type of gnus-ignored-from-addresses.
14928 * gnus-util.el (gnus-orify-regexp): New function.
14929 * message.el (gnus-util): Require it.
14930 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14931 * gnus-sum.el (gnus-ignored-from-addresses): New function.
14932 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14933
14934 2007-04-24 Didier Verna <didier@xemacs.org>
14935
14936 * gnus-sum.el:
14937 * gnus-utils.el: Fix some trailing whitespaces.
14938
14939 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
14940
14941 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14942 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14943 article's Message-ID; refer parent article in summary buffer.
14944
14945 * message.el (message-bounce): Call mime-to-mml.
14946
14947 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
14948
14949 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14950
14951 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14952
14953 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14954 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14955 displayed of multipart/alternative part if it is invoked from summary
14956 buffer.
14957
14958 * mm-view.el (mm-inline-text-html-render-with-w3m)
14959 (mm-inline-text-html-render-with-w3m-standalone)
14960 (mm-inline-render-with-function): Use mail-parse-charset by default.
14961
14962 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
14963
14964 * parse-time.el (parse-time-string-chars): Check if CHAR
14965 is less than the length of parse-time-syntax.
14966
14967 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
14968
14969 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14970 from gnus-newsgroup-processable.
14971
14972 2007-04-16 Didier Verna <didier@xemacs.org>
14973
14974 * gnus-msg.el (gnus-configure-posting-styles):
14975 Handle message-signature-directory properly with :file syntax.
14976 Reported by "Leo".
14977
14978 2007-04-11 Didier Verna <didier@xemacs.org>
14979
14980 New user option: message-signature-directory.
14981 * gnus-msg.el (gnus-configure-posting-styles): Support it.
14982 * message.el (message-insert-signature): Ditto.
14983 * message.el (message-signature-file): Doc update.
14984 * message.el (message-signature-directory): New.
14985
14986 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
14987
14988 * gnus-msg.el (gnus-inews-yank-articles):
14989 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14990
14991 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
14992
14993 * message.el (message-yank-original): Make sure cited text ends with
14994 newline; don't exchange point and mark.
14995
14996 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
14997
14998 * tls.el (open-tls-stream): Properly handle case where there
14999 is no associated buffer.
15000
15001 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15002
15003 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15004 message-yank-original, make sure (< mark TEXT point).
15005
15006 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15007
15008 * message.el (message-fill-column): New variable.
15009 (message-mode): Use it. Add comment on a possible new hook.
15010
15011 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15012 (nnmail-get-new-mail): Reformat.
15013
15014 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15015
15016 * gmm-utils.el: Fix Commentary.
15017 (gmm-tool-bar-from-list): Fix typo in doc string.
15018
15019 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15020
15021 * message.el (message-yank-original): Don't switch point and mark
15022 unnecessarily to put point and mark as documented.
15023
15024 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15025
15026 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15027 from the message heads.
15028
15029 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15030
15031 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15032 article buffer does not have a window. This may not be the best
15033 solution but is certainly better than setting the start of the null,
15034 that is the current, window.
15035
15036 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15037
15038 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15039 (gnus-draft-setup): Run it.
15040
15041 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15042 gnus-score-fast-scoring. Allow regexp.
15043 (gnus-score-headers): Use it.
15044
15045 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15046 XEmacs.
15047
15048 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15049 string.
15050 (gnus-button-alist): Also catch `<f1> k ...'.
15051 (gnus-treat-display-x-face): Fix doc string.
15052
15053 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15054
15055 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15056 evaluation of gnus-extended-version to ensure correct generation of the
15057 User-Agent header when message-generate-headers-first is used.
15058
15059 2007-03-24 Simon Josefsson <simon@josefsson.org>
15060
15061 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15062 hashcash-path is nil. Don't call callback with incorrect number of
15063 parameters if val is 0.
15064
15065 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15066
15067 * message.el (message-required-news-headers):
15068 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15069
15070 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15071
15072 * message.el (message-generate-new-buffers): Change the meaning of the
15073 nil value; add `standard' to the choices; treat t as `unique'; improve
15074 doc string.
15075 (gnus-select-frame-set-input-focus): Autoload.
15076 (message-buffer-name): Search for the existing message buffer if
15077 message-generate-new-buffers is nil or `standard'; treat the value t of
15078 message-generate-new-buffers as `unique'.
15079 (message-pop-to-buffer): Raise the frame already displaying the message
15080 buffer; clear the echo area after querying.
15081 (message-setup): Pass the `continue' argument to compose-mail.
15082 (message-mail): Prefer `switch-function' if it is given; search for the
15083 existing message buffer if the `continue' argument is non-nil; pass
15084 continue and switch-function arguments to compose-mail by way of
15085 message-setup.
15086 (message-mail-other-window): Adjust argument of message-setup.
15087 (message-mail-other-frame): Ditto.
15088
15089 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15090
15091 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15092 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15093 to turn font-lock on when turning gnus-message-citation-mode on.
15094
15095 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15096
15097 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15098 (mml-smime-function-alist): New variable; add epg as the backend.
15099 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15100 mml-smime- functions instead.
15101 * mm-view.el: Require smime.
15102
15103 2007-03-05 Didier Verna <didier@xemacs.org>
15104
15105 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15106 instead of just inheritance for posting styles.
15107 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15108
15109 2007-02-24 John Paul Wallington <jpw@pobox.com>
15110
15111 * tls.el (tls-certtool-program): Fix custom type.
15112
15113 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15114
15115 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15116 and point-at-eol instead of line-(beginning|end)-position.
15117
15118 * assistant.el (assistant-parse-buffer): Ditto.
15119
15120 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15121
15122 * mml2015.el (mml2015-epg-find-usable-key): New function.
15123 (mml2015-epg-sign): Use it.
15124 (mml2015-epg-encrypt): Use it.
15125
15126 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15127
15128 * message.el (message-make-in-reply-to): Quote name containing
15129 non-ASCII characters. It will make the RFC2047 encoder cause an error
15130 if there are special characters. Reported by NAKAJI Hiroyuki
15131 <nakaji@jp.freebsd.org>.
15132
15133 2007-02-27 Didier Verna <didier@xemacs.org>
15134
15135 Include the group parameters as well as the topic ones in the
15136 inheritance filter process.
15137 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15138 argument GROUP-PARAMS-LIST.
15139 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15140
15141 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15142
15143 * nntp.el (nntp-never-echoes-commands)
15144 (nntp-open-connection-functions-never-echo-commands): New variables.
15145 (nntp-send-command): Use them.
15146
15147 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15148
15149 * mml2015.el (mml2015-epg-verify): Simplify.
15150
15151 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15152
15153 * mml.el (mml-content-disposition-alist): New user option.
15154 (mml-content-disposition): New function.
15155 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15156 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15157
15158 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15159
15160 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15161 verification.
15162
15163 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15164
15165 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15166 articles posted in the last 24 hours.
15167
15168 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15169
15170 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15171
15172 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15173
15174 * nntp.el (nntp-send-command): Don't wait for echoes when
15175 nntp-open-ssl-stream is used.
15176
15177 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15178
15179 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15180 (gnus-message-add-citation-keywords)
15181 (gnus-message-remove-citation-keywords): Remove.
15182 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15183 directly, make the variables in font-lock-defaults buffer-local, add
15184 gnus-message-citation-keywords to them and then update the value of
15185 font-lock-keywords.
15186
15187 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15188
15189 * message.el (message-cite-original-1): Don't call
15190 gnus-article-highlight-citation.
15191
15192 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15193 citations; fix line count.
15194
15195 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15196
15197 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15198 (gnus-message-add-citation-keywords)
15199 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15200 versions of font-lock-add-keywords and font-lock-remove-keywords to
15201 work with XEmacs correctly.
15202
15203 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15204
15205 * gnus-cite.el (gnus-cite-face-list): Set the values of
15206 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15207 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15208 (gnus-message-cite-prefix-regexp): New variable.
15209 (gnus-message-search-citation-line): Use it; protect against long
15210 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15211 the 0th match data for Emacs.
15212 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15213 (gnus-message-add-citation-keywords): Append keywords rather than
15214 prepending; emulate font-lock-add-keywords if it is not available.
15215 (gnus-message-remove-citation-keywords):
15216 Emulate font-lock-remove-keywords if it is not available.
15217
15218 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15219
15220 * message.el (message-cite-prefix-regexp): Set the value of
15221 gnus-message-cite-prefix-regexp.
15222
15223 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15224
15225 * nnweb.el (nnweb-google-parse-1): Update parser.
15226
15227 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15228
15229 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15230
15231 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15232
15233 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15234 regexp.
15235
15236 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15237
15238 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15239 string-to-multibyte.
15240 (uudecode-decode-region-internal): Use it.
15241
15242 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15243
15244 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15245 Fix custom choice.
15246
15247 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15248
15249 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15250
15251 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15252
15253 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15254 `write-region' to respect `mm-inhibit-file-name-handlers'.
15255
15256 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15257
15258 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15259 Use gnus-home-directory instead of "~/" or "$HOME".
15260
15261 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15262
15263 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15264 to mention filename.
15265 Add comments at beginning regarding usage.
15266 (encrypt-write-file-contents): Change interactive so a string is
15267 acceptable. If the file has no associated model, show an error instead
15268 of a nonsense prompt.
15269
15270 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15271
15272 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15273 Thanks to Yoshihiko Yamada for kind notification of this typo.
15274
15275 2007-01-12 Kenichi Handa <handa@m17n.org>
15276
15277 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15278 multibyte buffer.
15279
15280 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15281
15282 * gnus-score.el (gnus-score-fast-scoring): New variable.
15283 (gnus-score-headers): Use it.
15284
15285 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15286
15287 * message.el (message-cite-original-1):
15288 Call gnus-article-highlight-citation if requested.
15289 (message-make-from): Allow name and address as optional arguments.
15290
15291 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15292
15293 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15294 bugs to doc string.
15295 (gnus-button-alist): Add mid\\|message-id.
15296 (gnus-button-fetch-group): Extend for use in
15297 `browse-url-browser-function'.
15298 (gnus-button-url-regexp): Try to catch paired parentheses like in
15299 Wikipedia URLs.
15300
15301 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15302 Suggested by Simon Krahnke <overlord@gmx.li>.
15303
15304 2007-01-13 Romain Francoise <romain@orebokech.com>
15305
15306 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15307 Update copyright.
15308
15309 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15310
15311 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15312
15313 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15314
15315 * gnus-registry.el (gnus-registry-unfollowed-groups)
15316 (gnus-registry-split-fancy-with-parent): Fix documentation.
15317
15318 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15319
15320 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15321 from nnweb groups.
15322
15323 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15324
15325 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15326 Xref urls. Erase buffer before requesting head.
15327
15328 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15329
15330 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15331
15332 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15333 customizable.
15334
15335 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15336
15337 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15338 no signing key is found.
15339 (mml2015-epg-encrypt): Ask user whether to skip or abort if
15340 no encrypting and/or signing key is found.
15341
15342 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15343
15344 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15345
15346 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15347
15348 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15349 headers read from disk with the ones newly found in the current search.
15350 This should no longer cause problems, because the article numbers in
15351 Gmane's `nov.php' output are ignored since the previous change.
15352
15353 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15354
15355 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15356
15357 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15358
15359 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15360
15361 2007-01-01 Romain Francoise <romain@orebokech.com>
15362
15363 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15364
15365 2006-12-31 Steve Youngs <steve@sxemacs.org>
15366
15367 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15368 `define-minor-mode' macro definition expanded properly.
15369 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15370 exclude it there.
15371
15372 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15373 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15374 `fboundp' test.
15375 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15376 This is OK to autoload in (S)XEmacs now.
15377
15378 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15379
15380 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15381 keystroke.
15382 (gnus-summary-limit-to-singletons): Fix typo.
15383
15384 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15385 else fails.
15386
15387 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15388
15389 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15390 docstring.
15391
15392 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15393 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15394 (gnus-summary-insert-dormant-articles): Fix typo in message.
15395
15396 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15397
15398 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15399 nil for XEmacs.
15400 (gnus-message-citation-mode): Don't autoload in XEmacs.
15401
15402 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15403
15404 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15405
15406 * nnimap.el (nnimap-expunge-search-string):
15407 Mention nnimap-search-uids-not-since-is-evil in docstring.
15408
15409 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
15410
15411 * spam.el: Revert to make-obsolete-variable because
15412 define-obsolete-variable-alias is not supported in Emacs 21.
15413
15414 * spam.el (spam-ifile-path, spam-ifile-database-path)
15415 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15416 make-obsolete-variable.
15417 (spam-bsfilter-path, spam-bsfilter-program)
15418 (spam-spamassassin-path, spam-spamassassin-program)
15419 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15420 Don't use "path" inappropriately.
15421 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15422 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15423 variable names.
15424
15425 2006-12-28 Daiki Ueno <ueno@unixuser.org>
15426
15427 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15428 summary buffer.
15429
15430 * password.el (password-cache-remove): Use clear-string to burn
15431 password, if available.
15432
15433 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15434
15435 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15436
15437 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15438
15439 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15440 (gnus-message-highlight-citation): Move defcustom here from
15441 gnus-cite.el.
15442 (gnus-message-citation-mode): Autoload.
15443
15444 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
15445 checks to make it compile with XEmacs.
15446 (gnus-message-citation-mode): New minor mode.
15447 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15448 (gnus-message-highlight-citation): New variables.
15449 (gnus-message-search-citation-line)
15450 (gnus-message-add-citation-keywords)
15451 (gnus-message-remove-citation-keywords)
15452 (turn-on-gnus-message-citation-mode)
15453 (turn-off-gnus-message-citation-mode): New functions.
15454
15455 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
15456
15457 * gnus-cite.el: Enable highlighting of different citation levels in
15458 message-mode.
15459
15460 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15461
15462 * message.el (message-make-fqdn): Fix comment.
15463 (message-bogus-system-names): Add ".local".
15464
15465 * spam.el (spam-ifile-path, spam-ifile-program)
15466 (spam-ifile-database-path, spam-ifile-database)
15467 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15468 Don't use "path" inappropriately.
15469 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15470 strings.
15471 (spam-check-ifile, spam-ifile-register-with-ifile)
15472 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15473 Use new variable names.
15474
15475 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15476 (gnus-treat-display-smileys): Simplify using
15477 gnus-image-type-available-p.
15478
15479 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15480 available.
15481
15482 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15483
15484 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15485 one after turning on the buffer's multibyteness instead of decoding
15486 them directly in the unibyte buffer that causes unexpected conversion
15487 in Emacs 23 (unicode).
15488
15489 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15490
15491 * message.el (message-generate-hashcash): Fix custom type.
15492
15493 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15494
15495 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15496
15497 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15498
15499 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15500 disconnect icons. Add help text.
15501
15502 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
15503
15504 * spam.el (spam-extra-header-to-number): CRM114 spam score is
15505 negated to be consistent with the others we handle.
15506
15507 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15508
15509 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15510 version of gnus-summary-buffer to something, so that we can use two
15511 article buffers at the same time.
15512
15513 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
15514
15515 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15516 trigger all the extra headers.
15517 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15518 sorting.
15519
15520 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15521
15522 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15523 solid groups.
15524
15525 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
15526
15527 * legacy-gnus-agent.el: Add Copyright notice.
15528
15529 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
15530
15531 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15532
15533 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15534
15535 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15536
15537 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15538 to make it work reliably in CVS Emacs.
15539 (gnus-summary-limit-strange-charsets-predicate)
15540 (gnus-summary-limit-to-predicate): New functions.
15541
15542 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
15543
15544 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15545 specifying array size.
15546 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15547 array if it is too small.
15548 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15549 (gnus-sort-threads-loop): New function.
15550
15551 2006-12-06 Chris Moore <dooglus@gmail.com>
15552
15553 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15554 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15555
15556 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
15557
15558 * mm-url.el (mm-url-predefined-programs): Call curl with correct
15559 options.
15560
15561 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15562
15563 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15564 DOS-ing the recipient.
15565
15566 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15567 the headers when creating the mapping to avoid mismappings.
15568 (nnweb-gmane-create-mapping): Always nix out old mapping.
15569
15570 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15571
15572 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15573 and mm-verify-option to never.
15574
15575 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15576
15577 * message.el (message-signed-or-encrypted-p): New function.
15578 (message-forward-make-body): Use it.
15579
15580 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15581 Replace encode-coding-string with mm-encode-coding-string.
15582
15583 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
15584
15585 * nneething.el (nneething-decode-file-name):
15586 Replace decode-coding-string with mm-decode-coding-string.
15587
15588 * gnus-int.el (gnus-open-server): Say failed server's name.
15589
15590 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
15591
15592 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15593 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15594
15595 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15596 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15597 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15598 (gnus-group-make-directory-group, gnus-group-transpose-groups):
15599 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15600 (gnus-subscribe-newsgroup, gnus-1):
15601 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15602 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15603 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15604 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15605
15606 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15607
15608 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15609 keystroke.
15610 (gnus-summary-limit-to-bodies): Implement headersp.
15611
15612 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15613
15614 * dns.el (query-dns): Protect against "Process dns deleted" strings.
15615
15616 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15617
15618 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15619
15620 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15621
15622 * message.el (message-generate-hashcash): Expand range of values to
15623 include `opportunistic'.
15624 (message-send-mail): Use it.
15625
15626 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15627
15628 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15629 and comment it.
15630
15631 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15632
15633 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
15634
15635 * gnus-util.el (gnus-extract-address-components): Improve comment.
15636
15637 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15638
15639 * gnus-util.el (gnus-extract-address-components): Work with address in
15640 which the name portion contains @.
15641
15642 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15643
15644 * gnus.el (gnus-start): Move custom group up.
15645 (gnus-select-method): Don't autoload, but make it available for
15646 `customize-variable'.
15647 (gnus-getenv-nntpserver): Don't autoload.
15648
15649 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
15650
15651 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15652
15653 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15654
15655 * message.el (message-sendmail-extra-arguments): New variable.
15656 (message-send-mail-with-sendmail): Use it.
15657
15658 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15659
15660 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15661 mm-with-unibyte-current-buffer to make string unibyte.
15662
15663 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15664 mm-string-as-multibyte.
15665
15666 2006-11-14 Daiki Ueno <ueno@unixuser.org>
15667
15668 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15669 Reported by Werner Koch <wk@gnupg.org>.
15670
15671 2006-11-14 Daiki Ueno <ueno@p360>
15672
15673 * mml2015.el: Autoload epa-select-keys when compiling.
15674
15675 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15676
15677 * mml2015.el (mml2015-epg-sign): Save the signing keys in
15678 message-options.
15679 (mml2015-epg-encrypt): Save the recipient keys in message-options.
15680
15681 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15682
15683 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15684 EasyPG (< 0.0.6).
15685 (mml2015-always-trust): New user option.
15686 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15687 prompt.
15688
15689 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15690
15691 * nntp.el (nntp-authinfo-force): New variable.
15692 (nntp-send-authinfo): Use it.
15693
15694 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
15695
15696 * message.el (message-strip-subject-encoded-words): Allow _not_ to
15697 decode encoded words. Improve prompt. Add comment about forwarding.
15698 (message-replacement-char): Move up.
15699
15700 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15701
15702 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15703 instead of gnus-intersection because arguments of gnus-sorted-nunion
15704 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
15705
15706 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
15707
15708 * message.el (message-strip-subject-encoded-words): Reformat prompt.
15709 (message-simplify-subject-functions):
15710 Enable message-strip-subject-encoded-words by default.
15711
15712 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
15713
15714 * message.el (message-strip-subject-encoded-words): New function.
15715 (message-simplify-subject-functions): New variable.
15716 (message-simplify-subject): Use it. Fix typo in doc string.
15717 Support message-strip-subject-encoded-words.
15718
15719 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
15720
15721 * gnus-diary.el (gnus-diary-delay-format-function):
15722 * nndiary.el (nndiary-reminders):
15723 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15724
15725 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15726
15727 * gnus-art.el (article-hide-boring-headers): Fetch date from
15728 gnus-original-article-buffer to avoid problems with localized date
15729 strings.
15730
15731 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15732
15733 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15734
15735 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
15736
15737 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15738 New variables.
15739 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15740 (mm-charset-synonym-alist): Move some entries to
15741 mm-codepage-iso-8859-list.
15742 (mm-charset-synonym-alist, mm-charset-override-alist):
15743 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15744
15745 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15746
15747 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15748
15749 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15750
15751 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15752 with Emacs 21 and XEmacs.
15753
15754 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
15755
15756 * spam.el (spam-parse-address): New function for better parsing,
15757 catching errors, etc.
15758 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15759
15760 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15761
15762 * mm-view.el: Add interactive arg to html2text autoload.
15763
15764 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15765
15766 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15767
15768 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
15769
15770 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15771 New variables.
15772 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15773 (mm-charset-synonym-alist): Move some entries to
15774 mm-codepage-iso-8859-list.
15775
15776 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15777
15778 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
15779
15780 * message.el (message-citation-line-format)
15781 (message-insert-formated-citation-line): Fix implementation of %E, %N
15782 and %n according to the doc string.
15783
15784 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
15785
15786 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15787 Use car-safe to avoid bad parses.
15788
15789 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15790
15791 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15792 names.
15793
15794 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15795
15796 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15797
15798 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15799 header.
15800
15801 * message.el (message-draft-headers): Add Date.
15802 (message-headers-to-generate): Fix typo in docstring.
15803
15804 * nndraft.el (nndraft-required-headers): New variable.
15805 (nndraft-generate-headers): Use it.
15806
15807 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15808
15809 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15810
15811 * gnus-registry.el (gnus-registry-wash-for-keywords)
15812 (gnus-registry-find-keywords): New functions to allow easy searching of
15813 articles that are in the registry.
15814
15815 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15816
15817 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15818 Use ietf-drums-parse-address instead of gnus-extract-address-components.
15819 Reported by Damien Elmes <damien@repose.cx>.
15820
15821 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15822
15823 * gnus.el (gnus-mime): Remove unused custom group.
15824
15825 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15826
15827 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15828 "blank line" when searching for end of armor headers.
15829
15830 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15831
15832 * gmm-utils.el (gmm-write-region): Fix variable name.
15833
15834 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15835
15836 * gmm-utils.el (gmm-write-region): New function based on compatibility
15837 code from `mm-make-temp-file'.
15838
15839 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15840
15841 * nnmaildir.el (nnmaildir--update-nov)
15842 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15843 Use `gmm-write-region'.
15844
15845 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15846
15847 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15848 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15849
15850 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15851
15852 * message.el (message-replacement-char): New variable.
15853 (message-fix-before-sending): Use it.
15854 (message-simplify-subject): New function to remove duplicate code.
15855 (message-reply, message-followup): Use it.
15856
15857 * gnus-sum.el (gnus-summary-make-menu-bar):
15858 Clarify gnus-summary-limit-to-articles.
15859
15860 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
15861
15862 * gnus-util.el (gnus-with-local-quit): New macro.
15863
15864 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15865
15866 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
15867
15868 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15869 ignore non-string data.
15870
15871 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15872
15873 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15874 non-string data (needs to be done in the registry too).
15875
15876 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15877
15878 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15879 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15880 (gnus-registry-split-fancy-with-parent)
15881 (gnus-registry-fetch-simplified-message-subject-fast)
15882 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15883 Remove text properties on ingress into the registry and when it's saved.
15884 (gnus-registry-clean-empty-function): Fix bug with cleaning the
15885 registry from entries with no groups.
15886
15887 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15888
15889 * gnus-util.el (gnus-string-remove-all-properties): Add utility
15890 function to remove string properties.
15891
15892 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15893
15894 * gmm-utils.el (gmm): Adjust custom version.
15895
15896 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15897 Adjust custom version.
15898
15899 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15900
15901 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15902
15903 * gnus-art.el (gnus-insert-prev-page-button)
15904 (gnus-insert-next-page-button): Simplify. Reformat.
15905
15906 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15907
15908 * gnus-art.el (gnus-insert-prev-page-button)
15909 (gnus-insert-next-page-button): Apply gnus-article-button-face.
15910
15911 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
15912
15913 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15914
15915 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15916
15917 * gnus-art.el (gnus-insert-mime-button)
15918 (gnus-insert-mime-security-button):
15919 Apply gnus-article-button-face to MIME and security buttons.
15920
15921 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
15922
15923 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15924 readable.
15925
15926 2006-09-20 Steve Youngs <steve@sxemacs.org>
15927
15928 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15929 `browse-url-of-file' instead of `browse-url'.
15930
15931 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15932
15933 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15934 regexp. Articles containing quotation were cut prematurely.
15935
15936 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15937
15938 * message.el (message-cite-original-1): Use nobody by default for the
15939 value of From header.
15940 (message-reply): Ditto.
15941
15942 2006-09-11 Daiki Ueno <ueno@unixuser.org>
15943
15944 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15945 to the gnus-info. This fixes a bug of inline-PGP message verification.
15946 Reported by Michael Piotrowski <mxp@dynalabs.de>.
15947
15948 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
15949
15950 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15951 mails in the doc string. Add some URLs in comment.
15952 (pop3-movemail): Warn about pop3-leave-mail-on-server.
15953
15954 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
15955
15956 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15957 backslashes handling and the way to find boundaries of quoted strings.
15958
15959 2006-09-07 Daiki Ueno <ueno@unixuser.org>
15960
15961 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15962 mml1991-encrypt-to-self is set and mml1991-signers is not set.
15963 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15964 mml2015-encrypt-to-self is set and mml2015-signers is not set.
15965
15966 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15967
15968 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
15969 doc string.
15970 (gnus-button-regexp, gnus-button-last): Remove unused variables.
15971
15972 2006-09-06 Simon Josefsson <jas@extundo.com>
15973
15974 * mml2015.el (mml2015-use): Doc fix, mention epg.
15975
15976 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15977
15978 * mml2015.el (mml2015-use): Default to epg, if available.
15979
15980 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15981
15982 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15983 message-sender.
15984 (mml1991-epg-encrypt): Ditto.
15985 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15986 message-sender.
15987 (mml2015-epg-encrypt): Ditto.
15988
15989 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
15990
15991 * message.el (message-send-mail-with-sendmail): Look for sendmail in
15992 several common directories.
15993
15994 2006-09-05 Daiki Ueno <ueno@unixuser.org>
15995
15996 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15997 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15998
15999 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16000
16001 * gnus-art.el (article-decode-encoded-words): Make it fast.
16002
16003 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16004
16005 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16006
16007 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16008 in quoted string into `\'.
16009
16010 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16011
16012 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16013 Use standard-syntax-table.
16014
16015 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16016
16017 * gnus-art.el (gnus-decode-address-function): New variable.
16018 (article-decode-encoded-words): Use it to decode headers which are
16019 assumed to contain addresses.
16020 (gnus-mime-delete-part): Remove useless `or'.
16021
16022 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16023 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16024 (gnus-nov-parse-line): Use it to decode From header.
16025 (gnus-get-newsgroup-headers): Ditto.
16026 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16027
16028 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16029 (mail-decode-encoded-address-string): New alias.
16030
16031 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16032 New function.
16033 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16034 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16035 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16036 (rfc2047-decode-string): Ditto.
16037 (rfc2047-decode-address-region): New function.
16038 (rfc2047-decode-address-string): New function.
16039
16040 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16041
16042 * message.el (message-caesar-buffer-body): Allow rotating headers.
16043
16044 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16045
16046 * message.el (message-insert-formated-citation-line): Fix %f.
16047 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16048
16049 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16050
16051 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16052 (gnus-bookmark-mouse-available-p): New macro.
16053 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16054 (gnus-bookmark-bmenu-show-infos): Use it.
16055 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16056 (gnus-bookmark-bmenu-hide-infos): Ditto.
16057 (gnus-bookmark-remove-properties): New function.
16058 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16059 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16060 (gnus-bookmark-write-file): Bind coding-system-for-write.
16061 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16062 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16063 group before selecting it.
16064 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16065 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16066 quit-window if it is not available; use gnus-mouse-2 and bind it to
16067 gnus-bookmark-bmenu-select-by-mouse.
16068 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16069 (gnus-bookmark-bmenu-select-by-mouse): New function.
16070
16071 2006-08-13 Romain Francoise <romain@orebokech.com>
16072
16073 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16074 space.
16075
16076 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16077
16078 * compface.el (uncompface): Use binary rather than raw-text-unix.
16079
16080 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16081
16082 * compface.el (uncompface): Make sure the eol conversion doesn't take
16083 place when communicating with the external programs.
16084 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16085
16086 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16087
16088 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16089
16090 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16091
16092 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16093 Make it more robust by parsing author and date independently.
16094
16095 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16096
16097 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16098
16099 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16100
16101 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16102 first matching secret key.
16103 (mml2015-epg-encrypt): Ditto.
16104
16105 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16106 first matching secret key.
16107 (mml1991-epg-encrypt): Ditto.
16108
16109 * mml2015.el (mml2015-encrypt-to-self): New user option.
16110 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16111 mml2015-epg-encrypt-to-self is set.
16112
16113 * mml1991.el (mml1991-encrypt-to-self): New variable.
16114 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16115 mml1991-epg-encrypt-to-self is set.
16116
16117 * mml2015.el (mml2015-signers): New user option.
16118 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16119 (mml2015-epg-encrypt): Allow to select signing keys.
16120
16121 * mml1991.el (mml1991-signers): New variable.
16122 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16123 (mml1991-epg-encrypt): Allow to select signing keys.
16124
16125 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16126
16127 * nnheader.el (nnheader-insert-head): Make it work even if the file
16128 uses CRLF for the line-break code.
16129
16130 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16131
16132 * mml2015.el: Require mml-sec instead of password.
16133 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16134 (mml2015-cache-passphrase): Inherit the default value from
16135 mml-secure-cache-passphrase.
16136 (mml2015-passphrase-cache-expiry): Inherit the default value from
16137 mml-secure-passphrase-cache-expiry.
16138
16139 * mml1991.el: Require mml-sec instead of password.
16140 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16141 (mml1991-cache-passphrase): Inherit the default value from
16142 mml-secure-cache-passphrase.
16143 (mml1991-passphrase-cache-expiry): Inherit the default value from
16144 mml-secure-passphrase-cache-expiry.
16145
16146 * mml-sec.el: Require password.
16147 (mml-secure-verbose): New user option.
16148 (mml-secure-cache-passphrase): New user option.
16149 (mml-secure-passphrase-cache-expiry): New user option.
16150
16151 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16152 Andreas Vögele <andreas@altroot.de> (tiny change)
16153
16154 * pgg-def.el (pgg-truncate-key-identifier):
16155 Truncate the key ID to 8 letters from the end.
16156
16157 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16158
16159 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16160 workaround for the url package included with Emacs.
16161
16162 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16163
16164 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16165
16166 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16167 correctly. This fixes a bug caused by the 2006-05-12 change.
16168
16169 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16170
16171 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16172 some information about the error when saying that the `bogus' mail
16173 group will be used.
16174
16175 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16176
16177 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16178 string.
16179
16180 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16181
16182 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16183
16184 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16185
16186 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16187
16188 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16189
16190 * mml1991.el (mml1991-function-alist): Add epg.
16191 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16192 (mml1991-epg-encrypt): New functions.
16193
16194 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16195
16196 * mml2015.el (mml2015-verbose): New variable.
16197 (mml2015-cache-passphrase): Ditto.
16198 (mml2015-passphrase-cache-expiry): Ditto.
16199 (mml2015-function-alist): Add epg.
16200 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16201 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16202 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16203 New functions.
16204
16205 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16206
16207 * message.el (message-cite-original-1): Preserve region when removing
16208 quoted text due to X-No-Archive in order to avoid bogus attribution
16209 when citing multiple messages.
16210
16211 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16212
16213 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16214 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16215
16216 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16217
16218 * gnus-diary.el (gnus-user-format-function-d)
16219 (gnus-user-format-function-D): Autoload.
16220
16221 * imap.el (Commentary): Fix typo.
16222
16223 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16224 2006-04-22 contribution.
16225
16226 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16227
16228 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16229 It didn't really fix the bogosity I'm seeing with solid web groups.
16230
16231 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16232
16233 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16234 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16235 created using server names. If we use the feature without declaring
16236 it, Gnus does not properly manage server and group state.
16237
16238 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16239 bound.
16240
16241 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16242
16243 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16244 looking up the method using GROUP's prefix before inventing a new one.
16245 It is used on killed/unknown groups in various places where returning
16246 an all-new method isn't expected by the caller.
16247
16248 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16249 and match semantics of gnus-group-real-prefix.
16250
16251 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16252
16253 * nnmail.el (nnmail-broken-references-mailers): New variable.
16254 (nnmail-ignore-broken-references): New function generalizing
16255 nnmail-fix-eudora-headers.
16256 (nnmail-fix-eudora-headers): Now obsolete.
16257
16258 * gnus-art.el (gnus-button-handle-custom):
16259 Support `customize-apropos*'.
16260
16261 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16262
16263 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16264
16265 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16266 articles.
16267
16268 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16269
16270 * message.el (message-cite-reply-above): New variable.
16271 (message-yank-original): Use it.
16272
16273 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16274
16275 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16276
16277 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16278
16279 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16280 as read.
16281
16282 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16283
16284 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16285
16286 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16287 (gnus-bookmark-default-file): Use gnus-directory.
16288 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16289 Remove "*" in doc string.
16290 (gnus-bookmark-write-file): Simplify.
16291 (gnus-bookmark-maybe-sort-alist): Use `when'.
16292 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16293 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16294 Add FIXME about Emacs 21 and XEmacs compatibility.
16295 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16296 compatibility.
16297 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16298 compatibility.
16299 (gnus-bookmark-menu-heading): Fix version.
16300
16301 2006-06-19 Bastien Guerry <bzg@altern.org>
16302
16303 * gnus-bookmark.el: New file.
16304
16305 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16306
16307 * message.el (message-syntax-checks): Doc fix.
16308
16309 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16310
16311 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16312 unsubscribed groups as if they were killed ones. It causes duplicate
16313 entries in gnus-newsrc-alist.
16314
16315 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16316
16317 * message.el (message-syntax-checks): Doc fix.
16318 (message-send-mail): Add check for continuation headers.
16319 (message-check-news-header-syntax): Fix regexp used to check for
16320 continuation headers.
16321
16322 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16323
16324 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16325
16326 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16327
16328 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16329
16330 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16331
16332 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16333 default-truncate-lines.
16334
16335 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16336
16337 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16338 to fill the utf-8 entry.
16339
16340 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16341
16342 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16343
16344 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
16345
16346 * gnus-agent.el (directory-files-and-attributes): Move all the way
16347 forward (the third and final move).
16348 (gnus-agent-read-agentview): Trap reconstruction errors due to
16349 nonexistent directory. Handle by returning nil.
16350
16351 2006-05-30 Didier Verna <didier@xemacs.org>
16352
16353 * message.el (message-dont-reply-to-names): Update the custom type.
16354 * message.el (message-dont-reply-to-names): New defsubst: potentially
16355 convert a list of regexps into a single one.
16356 * message.el (message-get-reply-headers): Use it.
16357 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16358
16359 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16360
16361 * gnus-agent.el (directory-files-and-attributes): Move forward.
16362
16363 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16364
16365 * gnus-ml.el (gnus-mailing-list-subscribe)
16366 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16367 (gnus-mailing-list-message): Fix doc strings.
16368
16369 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16370
16371 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16372 of doing it manually.
16373
16374 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16375
16376 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16377 comment.
16378
16379 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16380
16381 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16382 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16383 (gnus-agent-read-local): All symbols allocated in my-obarray.
16384 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16385 (gnus-agent-regenerate-group): Check numeric names to see if they are
16386 messages or groups.
16387 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16388 better way of do this...)
16389
16390 * gnus-cache.el (gnus-agent-total-fetched-for):
16391 Ignore 'dummy.group' (there should be a better way of do this...)
16392
16393 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16394
16395 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16396 (gnus-saved-headers): Ditto.
16397 (gnus-default-article-saver): Mention functions may have properties.
16398 (gnus-article-save): Override gnus-save-all-headers and
16399 gnus-saved-headers by :headers property which saver function may have.
16400 (gnus-summary-save-in-file): Add :headers property.
16401 (gnus-summary-write-to-file): Ditto.
16402
16403 * gnus-sum.el (gnus-summary-save-article): Bind
16404 gnus-prompt-before-saving to t when saving many articles in a file;
16405 always show all headers.
16406
16407 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16408
16409 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16410 marks.
16411
16412 * message.el (message-indent-citation): Add optional arguments to allow
16413 using it outside of message buffers.
16414
16415 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16416 (gnus-article-treat-unfold-headers): Use it.
16417 (gnus-article-truncate-lines): New variable.
16418 (gnus-article-mode): Use it.
16419 (gnus-article-toggle-truncate-lines): New function.
16420
16421 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16422 Add gnus-article-toggle-truncate-lines.
16423
16424 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16425 coding system in XEmacs, use binary.
16426
16427 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16428
16429 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16430 after-load-alist.
16431
16432 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16433 this function should save decoded articles.
16434 (gnus-summary-write-to-file): Use property to specify this function
16435 should save decoded articles and specify gnus-summary-save-in-file
16436 should be used to save articles other than the first one when saving
16437 many articles.
16438 (gnus-summary-save-body-in-file): Use property to specify this
16439 function should save decoded articles.
16440 (gnus-summary-write-body-to-file): Use property to specify this
16441 function should save decoded articles and specify
16442 gnus-summary-save-body-in-file should be used to save articles other
16443 than the first one when saving many articles.
16444
16445 * gnus-sum.el (gnus-summary-save-article): Simplify.
16446
16447 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16448
16449 * gnus-art.el (gnus-default-article-saver):
16450 Add gnus-summary-write-body-to-file.
16451 (gnus-article-save-coding-system): Don't use coding system object
16452 in XEmacs.
16453 (gnus-read-save-file-name): Add optional `dir-var' argument which
16454 specifies directory in which files are saved; work even if optional
16455 `variable' argument is not specified.
16456 (gnus-summary-write-to-file): Read file name.
16457 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16458 (gnus-summary-write-body-to-file): New function.
16459
16460 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16461 (gnus-summary-local-variables): Add it.
16462 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16463 (gnus-summary-save-article): Remove optional `decode' argument;
16464 determine whether to decode articles by the value of
16465 gnus-default-article-saver; when saving many files using
16466 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16467 it first and use gnus-summary-save-in-file or
16468 gnus-summary-save-body-in-file thereafter unless
16469 gnus-prompt-before-saving is always; move point to article which
16470 will be saved.
16471 (gnus-summary-save-article-file): Revert.
16472 (gnus-summary-write-article-file): Revert.
16473 (gnus-summary-save-article-body-file): Revert.
16474 (gnus-summary-write-article-body-file): New function.
16475
16476 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16477
16478 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16479
16480 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16481
16482 * gnus-art.el (gnus-default-article-saver): Doc fix.
16483 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16484 from gnus-summary-save-article-coding-system, and default to a
16485 certain coding system.
16486 (gnus-output-to-file): Add coding cookie and encode text according
16487 to gnus-article-save-coding-system; don't use mm-append-to-file.
16488
16489 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16490 gnus-art.el and rename to gnus-article-save-coding-system.
16491 (gnus-summary-save-article): Require gnus-art; don't show all
16492 headers if it decodes articles; don't add coding cookie here;
16493 don't bind mm-text-coding-system-for-write.
16494 (gnus-summary-save-article-file): Save decoded articles.
16495 (gnus-summary-write-article-file): When saving many files, use
16496 gnus-summary-write-to-file first and gnus-summary-save-in-file
16497 thereafter unless gnus-prompt-before-saving is always.
16498 (gnus-summary-save-article-body-file): Save decoded articles.
16499
16500 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16501
16502 * nnrss.el (nnrss-check-group): Bind hash-index.
16503
16504 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
16505
16506 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16507 its hash index. Store this hash in `nnrss-group-data'.
16508 (nnrss-read-group-data): Update accordingly.
16509
16510 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16511
16512 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16513 entry.
16514
16515 * gnus-sum.el (gnus-summary-make-menu-bar):
16516 Add gnus-article-browse-html-article.
16517
16518 2006-05-23 Hynek Schlawack <hynek@ularx.de>
16519
16520 * gnus-sum.el (gnus-summary-mime-map):
16521 Add gnus-article-browse-html-article.
16522
16523 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16524
16525 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16526 suitable coding systems in customize.
16527
16528 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
16529
16530 * mail-source.el (mail-sources): Fix custom type.
16531
16532 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16533
16534 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16535 (gnus-summary-expire-articles-now): Shorten prompt.
16536
16537 * gmm-utils.el (wid-edit): Require.
16538 (defun-gmm): Rename from `gmm-defun-compat'.
16539 (gmm-image-search-load-path): Use it.
16540 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
16541
16542 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16543
16544 * gnus-sum.el (gnus-summary-save-article-coding-system):
16545 New variable.
16546 (gnus-summary-save-article): Add optional `decode' argument.
16547 If it is set and gnus-summary-save-article-coding-system is non-nil,
16548 save decoded article.
16549 (gnus-summary-write-article-file): Save decoded article if
16550 gnus-summary-save-article-coding-system is non-nil.
16551
16552 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16553 type.
16554
16555 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16556
16557 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16558
16559 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
16560
16561 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16562 first to test gnus-single-article-buffer which may be buffer-local.
16563
16564 * gnus-sum.el (gnus-summary-setup-buffer):
16565 Make gnus-single-article-buffer buffer-local and nil in ephemeral
16566 group; make gnus-article-buffer, gnus-article-current, and
16567 gnus-original-article-buffer always buffer-local.
16568 (gnus-summary-exit): Kill article buffer belonging to ephemeral
16569 group.
16570 (gnus-handle-ephemeral-exit): Don't move to next summary line.
16571
16572 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16573
16574 * nnml.el (nnml-request-compact-group): Compressed files might not
16575 have .gz extension.
16576
16577 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16578
16579 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16580 (mm-copy-to-buffer): Use with-current-buffer.
16581 (mm-display-part): Simplify.
16582 (mm-inlinable-p): Add optional arg `type'.
16583
16584 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16587 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16588 Try harder to show the attachment internally or externally using
16589 gnus-mime-view-part-as-type.
16590
16591 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16592
16593 * message.el (message-from-style, message-signature-separator)
16594 (message-user-organization-file, message-send-mail-function)
16595 (message-citation-line-function, message-yank-prefix)
16596 (message-indent-citation-function, message-signature)
16597 (message-signature-file, message-signature-insert-empty-line):
16598 Remove autoloads.
16599
16600 * gnus-art.el (gnus-buttonized-mime-types):
16601 Remove "multipart/signed". Revert 2006-04-26 change.
16602
16603 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16604
16605 * gnus.el (gnus-version-number): Bump version.
16606
16607 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16608
16609 * gnus.el: No Gnus v0.5 is released.
16610
16611 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16612
16613 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16614 fetching articles by message-id.
16615
16616 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16617
16618 * message.el (hashcash): Require hashcash as normal.
16619
16620 * ecomplete.el (ecomplete-highlight-match-line):
16621 Use point-at-eol.
16622 (ecomplete-highlight-match-line): Use `highlight', because that
16623 face exists in both Emacs and XEmacs.
16624
16625 * message.el (message-display-abbrev): Use point-at-bol.
16626
16627 * mail-source.el: Don't require timer/timer-funcs.
16628
16629 * gnus-async.el: Ditto.
16630
16631 * password.el: Ditto.
16632
16633 * mm-url.el: Ditto.
16634
16635 * mm-util.el: Require timer/timer-funcs.
16636
16637 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16638
16639 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16640 Close.
16641
16642 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16643
16644 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16645 unibyte after clear-decrypt function runs.
16646
16647 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16648 returns as a unibyte string.
16649
16650 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
16651
16652 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16653 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16654 (mml1991-pgg-encrypt): Ditto.
16655
16656 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
16657
16658 * message.el (message-user-organization-file): Check several
16659 locations of the organization file.
16660
16661 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16662 Add gnus-article-view-part-as-type.
16663
16664 * gnus-art.el (gnus-article-view-part-as-type): New function.
16665
16666 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16667 .mobi and .travel. Remove .nato, .bitnet and .uucp.
16668
16669 * mml.el: Simplify autoload.
16670 (mml-mode): defvar dnd-protocol-alist instead of using
16671 symbol-value.
16672 (mml-default-directory): New variable.
16673 (mml-minibuffer-read-file): Use it.
16674 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16675
16676 * message.el (message-citation-line-format): New variable.
16677 (message-insert-formated-citation-line): New function.
16678 (message-citation-line-function):
16679 Add `message-insert-formated-citation-line' to custom type.
16680
16681 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16682 to doc string.
16683
16684 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16685 depending on mm-verify-option.
16686
16687 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16688
16689 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16690 binding pgg-* variables; reimplement the section which prevents
16691 MIME header from being signed.
16692 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16693 pgg-text-mode; remove a blank line at the top of body.
16694
16695 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16696 lines at the top of body; use gnus-newsgroup-charset if there's no
16697 Charset header.
16698
16699 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16700
16701 * message.el (message-self-insert-commands): Doc fix.
16702
16703 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16704 (mm-uu-pgp-encrypted-test): Ditto.
16705 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16706 between header and body; return application/pgp-encrypted handle
16707 if decryption failed; decode decrypted body by charset.
16708
16709 * mm-decode.el (mm-automatic-display): Don't make application/pgp
16710 element match to application/pgp-*.
16711
16712 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16713
16714 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16715 HTML.
16716
16717 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16718
16719 * mail-source.el (mail-source-call-script): Message the error
16720 string.
16721
16722 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16723
16724 * gnus-util.el (gnus-byte-compile): Use it.
16725
16726 2006-04-22 xyblor <fake@invalid.email> (tiny change)
16727
16728 * gnus-util.el (kill-empty-logs): New function.
16729
16730 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16731
16732 * message.el (message-mail-alias-type): Doc fix.
16733 (message-mail-alias-type-p): New function.
16734 (message-send): Use it.
16735 (message-mode): Ditto.
16736 (message-strip-forbidden-properties): Ditto.
16737
16738 * ecomplete.el (ecomplete-database-file-coding-system):
16739 New variable.
16740 (ecomplete-save): Use it.
16741 (ecomplete-setup): Use it.
16742
16743 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16744
16745 * message.el (message-self-insert-commands): New variable.
16746 (message-strip-forbidden-properties): Use it.
16747
16748 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16749
16750 * message.el (message-put-addresses-in-ecomplete): Use a regexp
16751 that doesn't make XEmacs choke.
16752
16753 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
16754
16755 * gnus-util.el (gnus-replace-in-string):
16756 Prefer replace-regexp-in-string over of replace-in-string.
16757
16758 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16759
16760 * gnus-util.el (gnus-select-frame-set-input-focus):
16761 Use select-frame-set-input-focus if it is available in XEmacs; use
16762 definition defined in Emacs 22 for old Emacsen.
16763
16764 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16765
16766 * mm-view.el (mm-inline-text): Use equal instead of equalp.
16767
16768 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
16769
16770 * gnus-registry.el (gnus-registry-cache-save): Remove text
16771 properties when saving via the temp buffer.
16772
16773 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16774
16775 * message.el (message-generate-hashcash): Honor custom type.
16776
16777 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16778
16779 * message.el (message-generate-hashcash): Default to non-nil when
16780 hashcash is found.
16781
16782 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16783 (gnus-refer-thread-limit): Increase default to 500.
16784
16785 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16786
16787 * flow-fill.el (fill-flowed): Allow delete-space.
16788
16789 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16790
16791 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16792 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16793 Remove autoloads.
16794
16795 2006-04-18 Simon Josefsson <jas@extundo.com>
16796
16797 * message.el (message-generate-hashcash): Default to.
16798
16799 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16800
16801 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16802 concatenating segments rather than before concatenating them.
16803
16804 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16805
16806 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16807
16808 * imap.el (imap-quote-specials): New function.
16809 (imap-login-auth): Quote specials.
16810
16811 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16812
16813 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16814
16815 * message.el (message-forward-make-body-plain):
16816 Allow message-forward-ignored-headers to be a list.
16817 (message-remove-ignored-headers): Factor out into function.
16818 (message-forward-make-body-mml): Use it.
16819 * rfc2231.el (rfc2231-parse-string): Remove dead code.
16820 (rfc2231-parse-string): Allow concatanation of parameters that
16821 aren't contiguous. The test case is
16822 (mail-header-parse-content-type "message/external-body;
16823 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16824 access-type=LOCAL-FILE;
16825 name*1*=plugh%2fhello-sailor%2fbing.pdf")
16826
16827 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16828
16829 * nntp.el (nntp-accept-process-output): Return the value of
16830 `nnheader-accept-process-output'.
16831
16832 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16833
16834 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16835 (gnus-button-alist): Recognize more diff formats.
16836 (gnus-button-patch): Strip directory.
16837
16838 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16839
16840 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16841 Emacs 22 when setting focus.
16842
16843 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16844
16845 * gnus-art.el (gnus-article-treat-types): Do treatment of
16846 text/x-verbatim parts.
16847 (gnus-button-patch): New command.
16848
16849 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16850 addresses that contain invalid characters.
16851
16852 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16853
16854 * message.el (message-put-addresses-in-ecomplete):
16855 Use gnus-replace-in-string.
16856 (message-is-yours-p): Use the more correct
16857 mail-header-parse-address instead of
16858 mail-extract-address-components.
16859 (message-put-addresses-in-ecomplete): Fix typo.
16860
16861 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16862 keystroke.
16863
16864 * gnus-art.el (gnus-treatment-function-alist): Change order of
16865 newsgroups/generic header folding to avoid double-folding.
16866
16867 * message.el (message-hidden-headers): Add X-Draft-From.
16868
16869 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16870 New command.
16871 (gnus-summary-repeat-search-article-backward): New command.
16872
16873 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16874 groups in the parent topic.
16875
16876 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
16877
16878 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16879 (spam-extra-header-to-number): Return the CRM114 number as a
16880 number instead of a string.
16881
16882 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16883
16884 * gnus-art.el (gnus-face-properties-alist): Move here from
16885 gnus-fun.
16886
16887 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16888
16889 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16890
16891 * message.el (message-strip-forbidden-properties): Only display on
16892 self-insert-command.
16893
16894 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16895 reindent.
16896 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16897
16898 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
16899
16900 * smiley.el (smiley-style): Fix typo.
16901
16902 2006-03-23 Kenichi Handa <handa@m17n.org>
16903
16904 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16905 instead of set-buffer-multibyte.
16906
16907 2006-03-23 Kenichi Handa <handa@m17n.org>
16908
16909 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16910 buffer and then decode the buffer text if necessary.
16911 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16912 first, and after mm-encode-body, change the buffer to unibyte.
16913
16914 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16915
16916 * hashcash.el (hashcash-insert-payment-async-2):
16917 Use message-goto-eoh instead of doing it manually.
16918 (mail-add-payment): Use message-narrow-to-header instead of trying
16919 to do the same itself.
16920
16921 * message.el (message-hidden-headers): Add Face.
16922
16923 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16924 reparenting code.
16925 (gnus-summary-reparent-children): Refactored out code.
16926 (gnus-summary-thread-map): New keystroke.
16927 (gnus-summary-reparent-children): Make into command.
16928
16929 * smiley.el (smiley-style): Default to `medium' if using a large
16930 font.
16931
16932 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16933 does it itself.
16934
16935 * message.el (message-point-in-header-p): Simplify definition.
16936
16937 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16938
16939 * nnagent.el (nnagent-request-set-mark): Silence log file
16940 writing.
16941 (nnagent-request-set-mark): Use write-region instead of
16942 append-to-file.
16943
16944 * gnus-sum.el (gnus-read-header): Fudge article number if using a
16945 strange select method.
16946
16947 * ecomplete.el (ecomplete-display-matches): Get highlightling
16948 right.
16949 (ecomplete-display-matches): Use literals.
16950 (ecomplete-display-matches): Disable message logging.
16951
16952 * message.el (message-display-abbrev): Small optimization.
16953
16954 * ecomplete.el (ecomplete-display-matches): Allow automatic
16955 display.
16956
16957 * message.el (message-strip-forbidden-properties):
16958 Display abbrevs.
16959 (message-display-abbrev): Get automatic display right.
16960
16961 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16962 keystrokes.
16963
16964 2006-04-13 Romain Francoise <romain@orebokech.com>
16965
16966 TODO: Backport to v5-10!
16967
16968 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16969 Move here (and rename) from gnus-registry.el.
16970
16971 * gnus-registry.el: Require gnus-util.
16972 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16973
16974 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16975
16976 * gnus-group.el (gnus-group-catchup-current):
16977 Change if-then-else-if-then-else into cond.
16978 (gnus-group-catchup): Indent.
16979 (group-name-at-point): New function.
16980 (gnus-fetch-group): Provide default from thing at point.
16981
16982 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16983
16984 * message.el (message-display-abbrev): Fix regexp.
16985
16986 * ecomplete.el (ecomplete-highlight-match-line):
16987 Reimplement choosing.
16988 (ecomplete-highlight-match-line): Fix up code rewrite, remove
16989 dead variables.
16990
16991 * message.el (message-newline-and-indent): Remove debugging.
16992 (message-display-abbrev): Use new implementation.
16993
16994 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
16995
16996 * gnus-art.el (gnus-article-mode):
16997 Set cursor-in-non-selected-windows to nil.
16998
16999 * smiley.el: Revert previous change.
17000 (smiley-data-directory): defvar it before using it in the
17001 defcustom of `smiley-style'.
17002
17003 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17004
17005 * message.el (message-newline-and-indent): New function.
17006
17007 * ecomplete.el: Implement more bits.
17008
17009 * message.el (message-put-addresses-in-ecomplete): Clean up the
17010 string.
17011
17012 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17013
17014 * gnus-sum.el (gnus-summary-save-parts):
17015 Bind gnus-summary-save-parts-counter and use it to make unique file
17016 names.
17017
17018 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17019
17020 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17021 parameter to say whether to actually parse the individual
17022 addresses.
17023
17024 * message.el (message-put-addresses-in-ecomplete): New function.
17025 (ecomplete): Require.
17026 (message-mail-alias-type): Add ecomplete as an option.
17027
17028 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17029
17030 * flow-fill.el (fill-flowed): Remove trailing space from blank
17031 quoted lines.
17032
17033 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17034
17035 * smiley.el (smiley-style): Move definition later to avoid a
17036 compilation warning.
17037
17038 2006-04-12 Kenichi Handa <handa@m17n.org>
17039
17040 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17041 buffer and then decode the buffer text if necessary.
17042 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17043 first, and after mm-encode-body, change the buffer to unibyte.
17044 Use mm-disable-multibyte instead of set-buffer-multibyte.
17045
17046 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17047
17048 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17049 Content-Type header instead of Content-Disposition header.
17050 (gnus-mime-inline-part): Ditto.
17051 (gnus-mime-view-part-as-charset): Ignore charset that the part
17052 specifies.
17053
17054 * mm-decode.el (mm-display-part): Work with external parts and
17055 usual parts similarly.
17056
17057 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17058 instead of gnus-display-mime.
17059
17060 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17061 instead of with-temp-buffer.
17062
17063 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17064 tag to summarized topics part in order to encode non-ASCII text.
17065
17066 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17067
17068 * smiley.el (smiley-style): New variable.
17069 (smiley-directory): New function.
17070 (smiley-data-directory): Derive from `smiley-style' using
17071 `smiley-directory'.
17072 (smiley-regexp-alist): Add new entries.
17073
17074 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17075 (gnus-article-browse-delete-temp): Add :version.
17076
17077 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17078
17079 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17080 the sieve region.
17081
17082 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17083
17084 * gnus.el (gnus-version-number): Bump version.
17085
17086 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17087
17088 * gnus.el: No Gnus v0.4 is released.
17089
17090 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17091
17092 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17093 layout.
17094
17095 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17096 unknown charset.
17097
17098 * message.el (message-header-synonyms): Add Original-To to the
17099 default.
17100
17101 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17102 optional parameter.
17103
17104 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17105
17106 * gnus-fun.el (gnus): Require it for gnus-directory.
17107
17108 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17109
17110 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17111
17112 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17113
17114 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17115
17116 2006-04-05 Simon Josefsson <jas@extundo.com>
17117
17118 * password.el (password-reset): New function.
17119
17120 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17121
17122 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17123 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17124
17125 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17126
17127 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17128 Some whitespace was matched into the url, which broke browsing hits
17129 > 100 when mm-url-use-external was nil.
17130
17131 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17132
17133 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17134 Check gnus-extra-headers for 'Newsgroups.
17135
17136 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17137 bound.
17138
17139 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17140
17141 * pgg-gpg.el: Clean up process buffers every time gpg processes
17142 complete.
17143
17144 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17145
17146 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17147 doc string.
17148
17149 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17150
17151 * pgg-gpg.el (pgg-gpg-process-filter)
17152 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17153
17154 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17155 lines, temporary fix.
17156
17157 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17158
17159 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17160
17161 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17162
17163 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17164 default-enable-multibyte-characters. This reverts the change from
17165 revision 6.17 which is no longer necessary because the passphrase
17166 is sent separately now. GnuPG messages are unreadable under
17167 multibyte locales with default-enable-multibyte-characters set to
17168 nil.
17169
17170 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17171
17172 * message.el (message-tool-bar-gnome): Move "spell".
17173
17174 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17175
17176 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17177 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17178 instead.
17179
17180 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17181
17182 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17183 Improve newsgroups handling for NNTP overviews which don't include
17184 Newsgroups.
17185
17186 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17187
17188 * message.el (message-resend): Bind message-generate-hashcash to nil.
17189
17190 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17191
17192 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17193 when searching for already-paid recipients.
17194
17195 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17196
17197 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17198 passphrases when it is not needed.
17199 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17200 passphrase stuff from gpg, should only be necessary when you use
17201 gpg with a smartcard.
17202
17203 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17204
17205 * mml.el (mml-insert-mime): Ignore cached contents of
17206 message/external-body part.
17207
17208 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17209 (mm-insert-part): Ditto.
17210
17211 2006-03-23 Simon Josefsson <jas@extundo.com>
17212
17213 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17214 Reiner.
17215 (pgg-gpg-use-agent-p): Use it again.
17216
17217 2006-03-23 Simon Josefsson <jas@extundo.com>
17218
17219 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17220 older emacsen.
17221 (pgg-gpg-use-agent-p): Don't use it.
17222
17223 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17224
17225 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17226 if we can.
17227
17228 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17229
17230 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17231 (pgg-gpg-update-agent): New function.
17232 (pgg-gpg-use-agent-p): New function.
17233 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17234 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17235 (pgg-gpg-sign-region): Use it.
17236
17237 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17238
17239 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17240 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17241
17242 2006-03-21 Simon Josefsson <jas@extundo.com>
17243
17244 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17245 <wilde@sha-bang.de>.
17246 (pgg-gpg-use-agent): New variable.
17247 (pgg-gpg-process-region): Use it.
17248 (pgg-gpg-encrypt-region): Likewise.
17249 (pgg-gpg-encrypt-symmetric-region): Likewise.
17250 (pgg-gpg-decrypt-region): Likewise.
17251 (pgg-gpg-sign-region): Likewise.
17252 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17253
17254 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17255
17256 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17257
17258 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17259 Add comment on version.
17260
17261 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17262
17263 * smiley.el: Add missing test smiley.
17264
17265 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17266
17267 * mm-decode.el (mm-with-part): New macro.
17268 (mm-get-part): Use it; work with message/external-body as well.
17269 (mm-save-part): Treat name and filename equally.
17270
17271 * mm-extern.el (mm-extern-cache-contents): New function.
17272 (mm-inline-external-body): Use it; force the part to be displayed;
17273 move undisplayer added to the cached handle to the parent.
17274
17275 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17276 (gnus-mime-view-part-as-type): Work with message/external-body.
17277
17278 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17279
17280 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17281
17282 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17283 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17284 Emacs.]
17285
17286 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17287
17288 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17289 path rather than symbol. Always return list of directories.
17290 Guarantee that image directory comes first. [Sync with image.el,
17291 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17292
17293 * message.el (message-make-tool-bar): Adjust to new API of
17294 `gmm-image-load-path-for-library'.
17295
17296 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17297
17298 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17299
17300 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17301
17302 * gnus-art.el (gnus-article-only-boring-p):
17303 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17304 intangible text.
17305 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17306
17307 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17308
17309 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17310 Use `defun' instead of `gmm-defun-compat'.
17311
17312 2006-03-14 Simon Josefsson <jas@extundo.com>
17313
17314 * message.el (message-unique-id): Don't use message-number-base36
17315 if (user-uid) is a float.
17316 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17317
17318 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17319
17320 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17321
17322 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17323 empty line between a part and a message part.
17324
17325 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17326
17327 * smiley.el: Add more test smileys.
17328 (smiley-data-directory, smiley-regexp-alist)
17329 (gnus-smiley-file-types): Fix doc strings.
17330 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17331 adding new elements.
17332 (smiley-mouse-map): Unused code. Make it a comment.
17333
17334 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17335
17336 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17337 scan latest NoCeM messages instead of old ones.
17338 (gnus-nocem-check-article): Fix regexps so as to match to PGP
17339 delimiters that are recently used.
17340 (gnus-nocem-load-cache): Add autoload cookie.
17341
17342 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17343
17344 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17345 level which is larger than gnus-use-nocem is specified.
17346
17347 * gnus-group.el (gnus-group-get-new-news): Ditto.
17348
17349 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
17350
17351 * gnus-util.el (gnus-tool-bar-update): New function.
17352
17353 * gnus-group.el (gnus-group-update-tool-bar): New variable.
17354 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17355
17356 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17357
17358 * gnus-group.el (gnus-group-redraw-when-idle)
17359 (gnus-group-redraw-check): Remove.
17360 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17361
17362 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17363
17364 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17365 if optional last element is specified in splits (FIELD VALUE...).
17366
17367 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17368
17369 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17370 to gmm-image-load-path-for-library. Call with no-error argument.
17371 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17372
17373 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17374
17375 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17376
17377 * gmm-utils.el (gmm-image-load-path): Remove alias.
17378
17379 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17380
17381 * gmm-utils.el (gmm-image-load-path): Add alias.
17382
17383 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17384 nnml-generate-nov-databases-1.
17385 (nnml-generate-nov-databases): Use it.
17386 (nnml-generate-nov-databases-directory): Document no-active
17387 argument.
17388
17389 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17390 directory if path is t. Add no-error.
17391
17392 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17393 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17394
17395 * gnus-art.el (gnus-article-browse-delete-temp-files):
17396 Simplify resetting gnus-article-browse-html-temp-list.
17397
17398 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17399 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17400 Add example to docstring. Rename local variables. Move error
17401 checks to default case in cond and simplify.
17402
17403 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17404
17405 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17406 handle is multipart when calling it recursively.
17407 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17408
17409 2006-03-03 Daniel Pittman <daniel@rimspace.net>
17410
17411 * nnimap.el (nnimap-request-update-info-internal): Optimize.
17412 Don't `gnus-uncompress-range' to avoid excessive memory usage.
17413
17414 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17415
17416 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17417 is loaded.
17418
17419 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17420 loaded.
17421
17422 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17423
17424 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17425 to "Emacs 23 (unicode)" in doc string.
17426
17427 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17428 "Emacs 23 (unicode)" in comment.
17429
17430 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17431
17432 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17433
17434 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17435 characters 160 through 255 in Emacs 23.
17436
17437 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17438
17439 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17440 gnus-article-browse-html-temp.
17441 (gnus-article-browse-delete-temp): Make it customizable.
17442 Add `file'. Adjust doc string.
17443 (gnus-article-browse-delete-temp-files): Add argument.
17444 Allow query for each file. Adjust doc string.
17445 (gnus-article-browse-html-parts):
17446 Add `gnus-article-browse-delete-temp-files' to
17447 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17448
17449 2006-03-02 Hynek Schlawack <hynek@ularx.de>
17450
17451 * gnus-art.el (gnus-article-browse-html-temp)
17452 (gnus-article-browse-delete-temp): New variables.
17453 (gnus-article-browse-delete-temp-files): New function.
17454 (gnus-article-browse-html-parts): Use it.
17455
17456 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17457
17458 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17459
17460 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17461 string.
17462
17463 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17464 gnus-summary-insert-new-articles when unplugged.
17465 Remove gnus-summary-search-article-forward.
17466
17467 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17468 display-visual-class instead of display-color-cells.
17469
17470 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
17471
17472 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17473 message/* containing non-ASCII text properly.
17474
17475 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
17476
17477 * message.el: Require gmm-utils, remove autoloads.
17478 (message-tool-bar): Set default based on
17479 gmm-tool-bar-style.
17480 (message-tool-bar-gnome): Add gmm-customize-mode.
17481
17482 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17483 gmm-tool-bar-style.
17484 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17485
17486 * gnus-group.el (gnus-group-tool-bar): Set default based on
17487 gmm-tool-bar-style.
17488 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17489
17490 * gmm-utils.el (gmm-image-directory): Rename variable from
17491 gmm-image-load-path.
17492 (gmm-image-load-path): Use gmm-image-directory.
17493 (gmm-customize-mode): New function.
17494 (gmm-tool-bar-style): New variable.
17495
17496 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17497 gnus-group-redraw-line-number.
17498 (gnus-group-redraw-check): Simplify.
17499 (gnus-group-tool-bar-update): Remove redraw check.
17500 (gnus-group-make-tool-bar): Add redraw check.
17501
17502 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17503
17504 * gnus-art.el (gnus-button): Add missing parentheses.
17505
17506 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
17507
17508 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17509
17510 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17511
17512 * gnus-art.el (gnus-button): New face.
17513 (gnus-article-button-face): Use it.
17514
17515 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17516 Add gnus-summary-next-page. Re-order.
17517
17518 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17519 next-node are now included.
17520 (gnus-group-redraw-line-number): New internal variable.
17521 (gnus-group-redraw-check): Helper function for updating the tool
17522 bar.
17523 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17524
17525 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17526
17527 * spam.el (spam-spamassassin-score-regexp): New internal variable.
17528 (spam-extra-header-to-number, spam-check-spamassassin-headers):
17529 Use it to match format of Spamassassin 3.0 and later.
17530 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17531 (spam-check-bogofilter)
17532 (spam-bogofilter-register-with-bogofilter): Fix args of
17533 `gnus-error' calls.
17534
17535 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17536
17537 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17538 unnecessary interaction when sending queued mails.
17539 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17540
17541 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
17542
17543 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17544 first or last are nil.
17545
17546 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17547
17548 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17549
17550 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17551
17552 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17553
17554 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17555
17556 * dns.el (query-dns): Protect more against buggy tcp output.
17557
17558 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17559
17560 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17561 nov.php.
17562
17563 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17564
17565 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17566 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17567 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
17568 output on the server side.
17569 (nnweb-google-create-mapping): Update regexps and add some
17570 progress indication.
17571
17572 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
17573
17574 * gnus-group.el (gnus-group-tool-bar-gnome):
17575 Fix gnus-agent-toggle-plugged. Re-order icons.
17576 (gnus-group-tool-bar-gnome):
17577 Add gnus-group-{prev,next}-unread-group.
17578 (gnus-group-tool-bar-gnome): Re-order icons.
17579
17580 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17581 Move gnus-summary-insert-new-articles.
17582
17583 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17584 Fix comments.
17585
17586 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
17587 also available in Emacs 21.3.
17588
17589 * message.el (message-fix-before-sending): Change "Emacs 22" to
17590 "Emacs 23 (unicode)" in comment.
17591
17592 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17593 "Emacs 23 (unicode)" in comment.
17594
17595 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17596 comment.
17597 (mm-coding-system-p): Add comment about no-MULE XEmacs.
17598
17599 * mm-view.el (mm-fill-flowed): Add :version.
17600
17601 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
17602
17603 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17604 and load-path.
17605
17606 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
17607
17608 * message.el: Autoload gmm-image-load-path.
17609 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17610 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
17611 consitency.
17612
17613 * gmm-utils.el (gmm-image-load-path): Also search in
17614 "../etc/images". Don't set gmm-image-load-path if we don't find
17615 the image.
17616
17617 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
17618
17619 * gmm-utils.el (gmm-image-load-path): Don't make
17620 `gmm-image-load-path' include subdirectories which the second arg
17621 `image' might specify.
17622
17623 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17624 subdirectory to icon file names.
17625
17626 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17627
17628 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17629
17630 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17631 gmm-image-load-path calls.
17632
17633 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17634
17635 * message.el (message-make-tool-bar): Ditto.
17636
17637 * mml.el (mml-preview): Add comment concerning tool bar icons.
17638
17639 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17640 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17641
17642 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17643 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17644
17645 * message.el (message-tool-bar-gnome): Use new icon names.
17646 (message-make-tool-bar): Use `gmm-image-load-path'.
17647
17648 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17649 New functions from MH-E.
17650 (gmm-image-load-path): New variable from MH-E.
17651 (gmm-image-load-path): New function from MH-E. Add arguments
17652 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
17653 *-image-load-path-called-flag.
17654
17655 2006-02-21 Milan Zamazal <pdm@brailcom.org>
17656
17657 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17658
17659 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
17660
17661 * nnimap.el (nnimap-request-move-article): Change folder back to
17662 source group before deleting.
17663
17664 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
17665
17666 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17667
17668 * gnus-art.el (mm-url-insert-file-contents-external):
17669 Autoload mm-url.
17670
17671 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17672
17673 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
17674
17675 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17676 coding system which mm-charset-to-coding-system returns for a
17677 given charset is valid.
17678
17679 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17680
17681 * html2text.el (html2text-remove-tag-list):
17682 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17683
17684 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17685
17686 * gnus-cus.el: Revert 2005-10-17 change.
17687
17688 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17689
17690 * gnus-art.el (article-strip-banner):
17691 Call article-really-strip-banner only when the regexp match is made.
17692
17693 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
17694
17695 * gnus-art.el (article-strip-banner):
17696 Use gnus-extract-address-components instead of
17697 mail-header-parse-addresses to make it work with non-ASCII text;
17698 remove mail-encode-encoded-word-string.
17699
17700 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17701 values which are surrounded with \"...\"; make it never cause a
17702 Lisp error; give up parsing of parameters if it failed in
17703 extracting type.
17704
17705 2006-02-14 Arne Jørgensen <arne@arnested.dk>
17706
17707 * smime.el (smime-cert-by-ldap-1): Fix bug where
17708 `smime-ldap-search' returns results without userCertificates.
17709
17710 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17711
17712 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17713
17714 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17715
17716 * spam.el (spam-check-spamassassin-headers): Adapt format for
17717 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
17718 <ari@mbf.ocn.ne.jp>.
17719 (spam-list-of-processors): Add spam-use-gmane.
17720
17721 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17722
17723 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17724 make-temp-file; make it work with XEmacs as well.
17725
17726 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17727 mm-make-temp-file.
17728
17729 * mm-decode.el (mm-display-external): Use the 3rd arg of
17730 mm-make-temp-file.
17731 (mm-create-image-xemacs): Ditto.
17732
17733 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17734
17735 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17736 with message-narrow-to-headers.
17737 (gnus-draft-setup): Narrow to header to run message-fetch-field.
17738 (gnus-draft-check-draft-articles): New function.
17739 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17740
17741 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17742
17743 * gnus-art.el (gnus-article-browse-html-parts):
17744 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17745 Don't use suffix argument for mm-make-temp-file for Emacs 21
17746 compatibility. Remove useless `format'.
17747
17748 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17749
17750 * nnweb.el (nnweb-google-wash-article): Update regexps.
17751 (nnweb-group-alist): Use defvoo instead of defvar.
17752
17753 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17754
17755 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17756 re-loading nn* modules.
17757
17758 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
17759
17760 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17761 for `tool-bar-mode' and don't check it's default-value.
17762
17763 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17764
17765 * message.el (message-make-tool-bar): Ditto.
17766
17767 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17768 `substring'. Shorten tmp-file name.
17769
17770 * gnus.el: Remove bogus comment.
17771
17772 2006-02-10 Hynek Schlawack <hynek@ularx.de>
17773
17774 * gnus-art.el (gnus-article-browse-html-parts): New function.
17775 (gnus-article-browse-html-article): New function for viewing html
17776 articles with a browser.
17777
17778 2006-02-09 Daiki Ueno <ueno@unixuser.org>
17779
17780 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17781 (mml2015-pgg-encrypt): Ditto.
17782
17783 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17784 (mml1991-pgg-encrypt): Ditto.
17785
17786 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17787
17788 * nnfolder.el (nnfolder-insert-newsgroup-line):
17789 Use message-make-date instead of current-time-string.
17790
17791 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17792 to gnus-decoded which mm-uu might set.
17793
17794 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17795
17796 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17797 don't decode quoted parameters; remove misimported Emacs code.
17798 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17799 (rfc2231-decode-encoded-string): Don't use split-string which
17800 behaves differently according to Emacs version; use
17801 mm-decode-coding-region to convert charset to coding-system.
17802 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17803 (rfc2231-encode-string): Remove misimported Emacs code.
17804
17805 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17806
17807 * gnus-art.el (article-decode-charset): Don't use ignore-errors
17808 when calling mail-header-parse-content-type.
17809 (article-de-quoted-unreadable): Ditto.
17810 (article-de-base64-unreadable): Ditto.
17811 (article-wash-html): Ditto.
17812
17813 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17814 calling mail-header-parse-content-type and
17815 mail-header-parse-content-disposition.
17816 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17817 mail-header-parse-content-type.
17818
17819 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17820 insert charset and format parameters; encode description after
17821 inserting it to buffer.
17822 (mml-insert-parameter): Fold lines properly even if a parameter is
17823 segmented into two or more lines; change the max column to 76.
17824
17825 * rfc1843.el (rfc1843-decode-article-body): Don't use
17826 ignore-errors when calling mail-header-parse-content-type.
17827
17828 * rfc2231.el (rfc2231-parse-string): Return at least type if
17829 possible; don't cause an error even if it fails in parsing of
17830 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17831 (rfc2231-encode-string): Don't break lines at the beginning, leave
17832 it to mml-insert-parameter.
17833
17834 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17835 calling mail-header-parse-content-type.
17836
17837 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
17838
17839 * spam-report.el (spam-report-gmane-use-article-number):
17840 Improve doc string.
17841 (spam-report-gmane-internal): Check if a suitable header was found
17842 in the article.
17843
17844 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
17845
17846 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17847 (rfc2231-encode-string): Make param*=value always begin with LWSP.
17848
17849 2006-02-05 Romain Francoise <romain@orebokech.com>
17850
17851 Update copyright notices of all files in the gnus directory.
17852
17853 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17854
17855 * nnweb.el (nnweb-request-group): Avoid growing overview files.
17856
17857 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17858
17859 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17860 segmented lines of parameter value to cope with Thunderbird 1.5
17861 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17862 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17863 (rfc2231-encode-string): Don't make lines exceeding 76 column.
17864
17865 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
17866
17867 * mml.el (mml-generate-mime-1): Correct the order of inline signed
17868 parts.
17869
17870 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17871
17872 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17873 there's only one active file for all servers.
17874 (nnweb-request-scan): Make sure nnweb-articles is initialized on
17875 solid groups. Gnus might have used a FAST request to select the group.
17876 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17877 and nnweb-search redundantly in the active file.
17878 (nnweb-request-list): Don't list bogus groups. There can only be one.
17879 (nnweb-request-create-group): Don't use ARGS.
17880 (nnweb-possibly-change-server, nnweb-request-group): Remove some
17881 initializations. Let nnoo do the work.
17882
17883 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
17884
17885 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17886 Say the part has been decoded.
17887
17888 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17889
17890 2006-01-31 Kevin Ryde <user42@zip.com.au>
17891
17892 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17893 mailcap-viewer-test-cache when there's no 'test clause, since that
17894 will invert the meaning of a "nil" test previously determined by
17895 mailcap-mailcap-entry-passes-test.
17896
17897 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
17898
17899 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17900 compiling.
17901
17902 * gnus-sum.el: Ditto.
17903
17904 * message.el: Don't bind tool-bar-map when compiling.
17905
17906 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
17907
17908 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17909
17910 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17911
17912 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17913 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17914 current Google Groups.
17915
17916 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
17917
17918 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17919 and tool-bar-mode.
17920
17921 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17922 and tool-bar-mode.
17923
17924 * message.el (message-tool-bar-update): Simplify.
17925 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17926
17927 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17928 gnus-summary-buffer.
17929 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17930 gnus-summary-reply.
17931
17932 * gmm-utils.el (gmm): Add :version.
17933
17934 2006-01-26 Steve Youngs <steve@sxemacs.org>
17935
17936 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17937 Don't autoload.
17938
17939 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
17940
17941 * gmm-utils.el (gmm-verbose): Add :group.
17942
17943 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
17944
17945 * message.el: Change some comments WRT tool-bars.
17946
17947 * gnus-sum.el (gnus-summary-tool-bar)
17948 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17949 (gnus-summary-tool-bar-zap-list): New variables.
17950 (gnus-summary-make-tool-bar): Complete rewrite using
17951 `gmm-tool-bar-from-list'.
17952
17953 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17954 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17955 New variables.
17956 (gnus-group-make-tool-bar): Complete rewrite using
17957 `gmm-tool-bar-from-list'.
17958 (gnus-group-tool-bar-update): New function.
17959
17960 * message.el (message-mode-field-menu): Add "Show hidden Headers".
17961
17962 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
17963
17964 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17965 is dissected into a single part of which the type is the same as
17966 the given one; decode charset.
17967
17968 2006-01-21 Kevin Ryde <user42@zip.com.au>
17969
17970 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17971 into alists as symbol not string, since that's what
17972 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17973 look for.
17974
17975 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
17976
17977 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17978 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17979
17980 * message.el (message-tool-bar-gnome): Use gmm-ignore.
17981
17982 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17983
17984 * gnus-art.el (gnus-mime-security-button-commands): New variable.
17985 (gnus-mime-security-button-menu): New definition.
17986 (gnus-mime-security-button-map): Use them.
17987 (gnus-mime-security-button-menu): New function.
17988 (gnus-insert-mime-security-button): Addition to help echo.
17989 (gnus-mime-security-run-function, gnus-mime-security-save-part)
17990 (gnus-mime-security-pipe-part): New functions.
17991
17992 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17993 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17994
17995 * mm-decode.el (mm-handle-set-disposition): Remove.
17996 (mm-handle-set-description): Remove.
17997
17998 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17999
18000 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18001 (mm-w3m-standalone-supports-m17n-p): New function.
18002 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18003 w3m usage.
18004
18005 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18006 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18007
18008 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18009
18010 * message.el (message-tool-bar-zap-list):
18011 Use gmm-tool-bar-zap-list as custom type.
18012 (message-tool-bar-update): New function.
18013 (message-tool-bar, message-tool-bar-gnome)
18014 (message-tool-bar-retro): Add message-tool-bar-update.
18015 (message-tool-bar-gnome): Add flyspell-buffer.
18016
18017 * gnus-util.el (gnus-error): Describe `args'.
18018
18019 * gmm-utils.el (gmm-error): Describe `args'.
18020 (gmm-tool-bar-zap-list): New widget.
18021 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18022
18023 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18024
18025 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18026 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18027 the number of recursive calls.
18028
18029 * mm-decode.el (mm-handle-set-disposition): New macro.
18030 (mm-handle-set-description): New macro.
18031
18032 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18033
18034 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18035 encoding.
18036
18037 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18038
18039 * message.el (message-tool-bar-zap-list, message-tool-bar)
18040 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18041 (message-tool-bar-local-item-from-menu): Remove.
18042 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18043 (message-make-tool-bar): New function.
18044 (message-mode): Use `message-make-tool-bar'.
18045
18046 * gmm-utils.el: New file.
18047 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18048 (gmm-lazy): New widget copied from `nnmail.el'.
18049 (gmm-tool-bar-from-list): New function for creating customizable
18050 tool bars.
18051 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18052 output.
18053 (gmm): Add :prefix to defgroup.
18054
18055 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18056
18057 * gmm-utils.el (gmm-widget-p): New function.
18058
18059 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18060
18061 * mml.el (mml-attach-file): Describe `description' in doc string.
18062 (mml-menu): Add Emacs MIME manual and PGG manual.
18063
18064 2006-01-20 Richard M. Stallman <rms@gnu.org>
18065
18066 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18067
18068 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18069
18070 * nntp.el (nntp-end-of-line): Doc fix.
18071
18072 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18073
18074 * imap.el (imap-open): Handle case where buffer is a buffer
18075 object.
18076
18077 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18078
18079 * gnus-delay.el (gnus-delay): Don't autoload.
18080 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18081 to be re-loaded when customizing the `gnus-delay' group.
18082
18083 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18084
18085 * message.el (message-insert-citation-line): Use newlines.
18086
18087 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18088
18089 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18090
18091 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18092
18093 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18094
18095 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18096
18097 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18098
18099 * mm-decode.el (mm-inlined-types): Add application/pgp.
18100 (mm-automatic-display): Ditto.
18101
18102 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18103 part as text.
18104
18105 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18106
18107 * nnrss.el: Update copyright.
18108 (nnrss-opml-import): Query whether to subscribe to each entry.
18109
18110 * gnus-art.el:
18111 * gnus-sum.el:
18112 * mm-uu.el:
18113 * mm-view.el: Update copyright.
18114
18115 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18116
18117 * message.el (message-info): New function.
18118 (message-mode-menu): Add it.
18119 Update copyright.
18120
18121 * ChangeLog: Fix and update copyright.
18122
18123 2006-01-13 Romain Francoise <romain@orebokech.com>
18124
18125 * message.el (message-forward-subject-name-subject): Prefer the
18126 address to 'nowhere' if the sender has no name.
18127 Fix typo. Update copyright year.
18128
18129 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18130
18131 * gnus-art.el (article-wash-html):
18132 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18133 (gnus-article-wash-html-with-w3m-standalone): New function.
18134
18135 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18136 mm-inline-text-html-render-with-w3m-standalone.
18137 (mm-text-html-washer-alist): Map w3m-standalone to
18138 gnus-article-wash-html-with-w3m-standalone.
18139 (mm-inline-text-html-render-with-w3m-standalone): New function.
18140
18141 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18142
18143 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18144 Improve LaTeX.
18145
18146 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18147
18148 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18149 (nnrss-request-article): Render text/plain parts as HTML.
18150
18151 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18152 the buffer.
18153
18154 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18155
18156 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18157 custom definition of `gnus-posting-styles'.
18158
18159 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18160 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18161
18162 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18163
18164 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18165 Use nntp for bug archive.
18166
18167 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18168
18169 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18170 parts.
18171 (nnrss-normalize-date): New function converts ISO 8601 date into
18172 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18173 (nnrss-check-group): Use it.
18174
18175 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18176
18177 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18178
18179 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18180 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18181 (nnrss-insert-w3): Ditto.
18182
18183 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18184
18185 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18186 the articles to be forwarded including the case where neither a
18187 number of articles nor a region is specified.
18188
18189 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18190
18191 * nnrss.el (nnrss-request-article): Fix last change; fill
18192 text/plain parts.
18193
18194 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18195
18196 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18197 in text/plain part.
18198 (nnrss-check-group): Don't add excessive newline to dc:subject.
18199
18200 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18201
18202 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18203 article.
18204
18205 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18206
18207 * nnml.el: Don't require gnus-bcklg. Autoload it.
18208 (nnml-use-compressed-files, nnml-save-mail): Support other
18209 comression programs such as bzip2.
18210
18211 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18212
18213 * dns.el (query-dns): Make sure we check the buffer size before
18214 removing tcp headers.
18215
18216 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18217
18218 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18219 remove MIME buttons associated with multipart/alternative parts.
18220 (gnus-mime-display-alternative): Tag buttons using `article-type'
18221 text property.
18222
18223 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18224 associated with multipart/alternative parts.
18225
18226 * gnus-art.el (gnus-signature-separator): Fix custom type.
18227
18228 * mm-decode.el (mm-inlined-types): Fix custom type.
18229 (mm-keep-viewer-alive-types): Ditto.
18230 (mm-automatic-display): Ditto.
18231 (mm-attachment-override-types): Ditto.
18232 (mm-inline-override-types): Ditto.
18233 (mm-automatic-external-display): Ditto.
18234
18235 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18236
18237 * spam-report.el (spam-report-user-mail-address)
18238 (spam-report-user-agent): New variables.
18239 (spam-report-url-ping-plain): Use spam-report-user-agent.
18240
18241 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18242
18243 * gnus-art.el (gnus-button-handle-custom): Do not just use
18244 `customize-apropos' for any "M-x customize-*" button but the
18245 function called for. Accept both the function name and its
18246 argument in order to achieve this.
18247 (gnus-button-alist): Remove support for "custom:" URL's.
18248 Pass function name to `gnus-button-handle-custom' in case of "M-x
18249 customize-*" buttons.
18250
18251 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18252
18253 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18254 multipart/alternative and add xref to mm-discouraged-alternatives
18255 in doc string.
18256
18257 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18258 gnus-buttonized-mime-types in doc string.
18259
18260 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18261
18262 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18263 Suggest image/.* in the doc string.
18264
18265 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18266
18267 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18268 message-marks (Debian bug #342521).
18269
18270 2005-12-12 Simon Josefsson <jas@extundo.com>
18271
18272 * password.el (password-read-from-cache): Add.
18273 (password-read): Use it.
18274
18275 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18276
18277 * rfc2047.el (rfc2047-charset-to-coding-system):
18278 Recognize us-ascii as a MIME charset.
18279
18280 * mm-bodies.el (mm-decode-content-transfer-encoding):
18281 Protect against the case where the 2nd arg TYPE is nil.
18282
18283 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18284
18285 * pop3.el (pop3-stream-type): Fix custom version.
18286
18287 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18288
18289 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18290
18291 * mm-decode.el (mm-display-external): Add missing cdr.
18292
18293 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18294
18295 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18296 RFC1524) if it is in mailcap or add a suffix according to
18297 mailcap-mime-extensions when generating a temp filename; postpone
18298 deleting a temp file for 2 seconds for some wrappers, shell
18299 scripts, and so on, which might exit right after having started a
18300 viewer command as a background job.
18301
18302 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18303
18304 * nntp.el (nntp-marks-directory): Fix custom group.
18305
18306 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18307 steps when < 10.
18308
18309 * gnus-start.el (gnus-no-server-1):
18310 Mention `gnus-level-default-subscribed' in doc string.
18311
18312 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18313
18314 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18315 parens.
18316
18317 2005-11-26 Dave Love <fx@gnu.org>
18318
18319 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18320 (tls-program, tls-success): Provide openssl alternative.
18321
18322 * starttls.el: Doc fixes.
18323 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18324 SERVICE to PORT.
18325
18326 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18327 port null or service name.
18328 (starttls-negotiate): Autoload.
18329
18330 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18331
18332 * message.el (message-kill-to-signature): Fix interactive spec.
18333
18334 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18335
18336 * pop3.el (pop3-open-server): Recognize a string as a service name.
18337
18338 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
18339
18340 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18341
18342 2005-11-23 Dave Love <fx@gnu.org>
18343
18344 Add pop3s, pop3/starttls.
18345
18346 * pop3.el (pop3-authentication-scheme): Clarify doc.
18347 (open-tls-stream, starttls-open-stream): Autoload.
18348 (pop3-stream-type): New.
18349 (pop3-open-server): Use it.
18350
18351 * mail-source.el (mail-sources): Fix some :types. Add stream type
18352 for POP.
18353 (mail-source-keyword-map): Add :stream for POP.
18354 (mail-source-fetch-pop): Use pop3-stream-type.
18355
18356 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18357
18358 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18359 of current-time-string.
18360
18361 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18362
18363 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18364 date header.
18365
18366 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18367
18368 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18369 it can seriously impact performance as it bypasses the agent's
18370 local caches.
18371
18372 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18373
18374 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18375 must be explicitly online rather than "not explicitly offline" for
18376 its flags to be synchronized.
18377
18378 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18379 that gnus-uu-unmark-thread will function correctly.
18380
18381 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18382 1024K is instead displayed as 1M.
18383
18384 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18385
18386 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18387
18388 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18389
18390 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18391
18392 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18393
18394 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18395 error message to display actual error condition.
18396 (gnus-agent-save-local): Avoid saving symbols that are bound to
18397 nil as they simply result in a warning message in
18398 gnus-agent-read-local.
18399
18400 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18401
18402 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18403 rather than make-variable-buffer-local for file-precious-flag.
18404
18405 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18406
18407 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18408 for duplicates which are removed. The invalid sort check then
18409 triggers a rescan after the sort as sorting may have moved
18410 duplicate entries such that they can be cheaply detected.
18411
18412 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18413
18414 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18415
18416 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18417
18418 * gnus-agent.el (gnus-agent-article-alist-save-format):
18419 Change internal variable to a custom variable. Change default value
18420 from compressed(2) to uncompressed(1).
18421 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18422 support for uncompressed agentview files. Taken together, reading
18423 the agentview file should now be 6-7 times faster.
18424
18425 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
18426
18427 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18428 as a buffer-local variable. This avoids creating truncated
18429 dribble files as a result of a hang up, eg.
18430
18431 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18432
18433 * gnus-start.el (gnus-start-draft-setup):
18434 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18435
18436 * gnus.el (gnus-splash): Change custom group.
18437 (gnus-group-get-parameter, gnus-group-parameter-value):
18438 Describe allow-list argument.
18439
18440 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18441 string.
18442
18443 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18444
18445 * gnus-art.el (gnus-default-article-saver): Add user-defined
18446 `function' to custom type.
18447
18448 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18449
18450 * imap.el (imap-open): Handle case where buffer is a buffer
18451 object.
18452
18453 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18454
18455 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18456 long lines.
18457 (gnus-cache-delete-group): Wrap doc strings.
18458
18459 * gnus-agent.el (gnus-agent-rename-group)
18460 (gnus-agent-delete-group): Wrap doc strings.
18461
18462 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18463
18464 * gnus-start.el (gnus-1): Add "native" to
18465 gnus-predefined-server-alist.
18466
18467 * gnus.el (gnus-method-to-server): Don't add "native" to the
18468 lists here, because that leads to problems when
18469 gnus-select-method is bound.
18470
18471 2005-11-09 Simon Josefsson <jas@extundo.com>
18472
18473 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18474 use (not sort-by-date) instead.
18475
18476 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18477
18478 * gnus-delay.el (gnus-delay-group): Don't autoload.
18479 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18480 to be re-loaded when customizing the `gnus-delay' group.
18481
18482 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18483
18484 * message.el: Revert last changes.
18485 (message-insert-citation-line): Use newlines.
18486
18487 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18488
18489 * message.el (message-courtesy-message)
18490 (message-mark-insert-begin, message-mark-insert-end)
18491 (message-elide-ellipsis, message-cancel-message)
18492 (message-add-header, message-change-subject)
18493 (message-cross-post-followup-to-header)
18494 (message-cross-post-insert-note, message-reduce-to-to-cc)
18495 (message-widen-reply, message-delete-not-region)
18496 (message-kill-to-signature, message-insert-signature)
18497 (message-insert-importance-high, message-insert-importance-low)
18498 (message-insert-or-toggle-importance)
18499 (message-insert-disposition-notification-to)
18500 (message-indent-citation, message-yank-original)
18501 (message-cite-original-without-signature, message-cite-original)
18502 (message-insert-citation-line, message-position-on-field)
18503 (message-fix-before-sending, message-send-mail-partially)
18504 (message-send-mail, message-send-mail-with-sendmail)
18505 (message-send-mail-with-qmail, message-send-news)
18506 (message-check-news-header-syntax, message-generate-headers)
18507 (message-insert-courtesy-copy, message-fill-address)
18508 (message-fill-header, message-shorten-references)
18509 (message-setup-1, message-cancel-news)
18510 (message-forward-make-body-plain, message-forward-make-body-mime)
18511 (message-forward-make-body-mml, message-encode-message-body)
18512 (message-forward-make-body-digest-plain)
18513 (message-forward-make-body-digest-mime)
18514 (message-use-alternative-email-as-from): Insert `hard-newline'
18515 instead of ordinary newlines.
18516
18517 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
18518
18519 * message.el (message-generate-headers): Downcase the argument
18520 given to message-check-element.
18521
18522 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
18523
18524 * nntp.el (nntp-authinfo-rejected): New error condition.
18525 (nntp-wait-for): Use new error condition to signal authentication
18526 error.
18527 (nntp-retrieve-data): Rethrow new error condition to break out of
18528 recursive call to nntp-send-authinfo.
18529
18530 2005-11-08 Romain Francoise <romain@orebokech.com>
18531
18532 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18533 (gnus-summary-exit-map): Bind to `Z p'.
18534 (gnus-summary-make-menu-bar): Add menu item.
18535
18536 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
18537
18538 * gnus-art.el (gnus-article-treat-custom): Add `first'.
18539 (gnus-treat-*): Add `first' in all doc strings.
18540
18541 * gnus-group.el (gnus-group-compact-group): Fix typo.
18542
18543 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
18544
18545 * gnus.el (gnus-parameters-case-fold-search): New variable.
18546 (gnus-parameters-get-parameter): Use it.
18547
18548 * gnus-score.el (gnus-home-score-file): Doc fix.
18549
18550 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
18551
18552 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18553
18554 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
18555
18556 * mm-util.el (mm-special-display-p): New function.
18557
18558 * mml.el (mml-preview): Use it; doc fix.
18559
18560 2005-10-29 Romain Francoise <romain@orebokech.com>
18561
18562 * message.el (message-fix-before-sending): Fix comment.
18563
18564 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18565
18566 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18567
18568 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18569
18570 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18571 Used in gnus-score.el.
18572
18573 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
18574
18575 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18576
18577 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
18578
18579 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18580 whitespace removed in revision 7.8. Use concatenated string to
18581 protect trailing whitespace.
18582
18583 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
18584
18585 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18586 (nnimap-request-expire-articles): Use it to avoid sending 'UID
18587 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18588 Courier IMAP ("some version from 2004"). Mostly based on similar
18589 code in the same function.
18590
18591 2005-10-26 Didier Verna <didier@xemacs.org>
18592
18593 * gnus-group.el (gnus-group-compact-group): Invalidate original
18594 article buffer.
18595 * gnus-srvr.el (gnus-server-compact-server): Ditto.
18596 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18597 NOV database and in article itself.
18598 Invalidate article backlog.
18599
18600 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18601
18602 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18603
18604 2005-10-26 Simon Josefsson <jas@extundo.com>
18605
18606 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18607 part of 2004-07-25 change.
18608
18609 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18610
18611 * message.el (message-display-completion-list): New function.
18612 (message-expand-group): Use it; make sure the Completions buffer
18613 is modifiable.
18614
18615 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18616
18617 * imap.el (imap-open): Handle case where buffer is a buffer object.
18618
18619 2005-10-24 Eli Zaretskii <eliz@gnu.org>
18620
18621 * pgg-def.el:
18622 * pgg-gpg.el:
18623 * pgg-parse.el:
18624 * pgg-pgp.el:
18625 * pgg-pgp5.el:
18626 * pgg.el: Move to the parent lisp directory.
18627
18628 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18629
18630 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18631 user-mail-name is an empty string.
18632
18633 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18634
18635 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18636 depending on gnus-score-decay-constant.
18637
18638 * encrypt.el (encrypt-insert-file-contents)
18639 (encrypt-write-file-contents): Don't use `gnus-message'.
18640
18641 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18642 arguments.
18643 (mm-uu-type-alist): Add message-marks and insert-marks.
18644 Pass arguments to mm-uu-verbatim-marks-extract.
18645 (mm-uu-hide-markers): New variable.
18646 (mm-uu-extract): Use face similar to `gnus-cite-3'.
18647
18648 * gnus-fun.el (gnus-convert-image-to-x-face-command)
18649 (gnus-convert-image-to-face-command): Use "convert" by default to
18650 allow other input image formats.
18651 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18652 accordingly.
18653
18654 2005-10-23 Simon Josefsson <jas@extundo.com>
18655
18656 * imap.el (imap-gssapi-program): Align command line parameters
18657 with latest GNU SASL.
18658 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18659
18660 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18661
18662 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18663 HTML.
18664 (nnslashdot-request-article): Ditto.
18665
18666 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18667
18668 * mail-source.el (mail-source-fetch-pop): Require pop3.
18669 (mail-source-check-pop): Ditto.
18670
18671 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
18672
18673 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18674 errors.
18675
18676 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
18677
18678 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18679 (gnus-treat-strip-leading-blank-lines): Improve doc string.
18680
18681 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18682
18683 * mm-bodies.el (mm-decode-string):
18684 Call `mm-charset-to-coding-system' with allow-override argument.
18685
18686 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18687
18688 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18689 (rfc2047-charset-to-coding-system): New function.
18690 (rfc2047-decode-encoded-words): New function.
18691 (rfc2047-decode-region): Use them.
18692 (rfc2047-decode-cte): Remove.
18693 (rfc2047-parse-and-decode): Remove.
18694 (rfc2047-decode): Remove.
18695
18696 2005-10-15 Kenichi Handa <handa@m17n.org>
18697
18698 * rfc2047.el (rfc2047-decode-cte): New function.
18699 (rfc2047-decode-region): Change the way to decode successive
18700 encoded-words: decode B- or Q-encoding in each encoded-word,
18701 concatenate them, and decode it as charset.
18702
18703 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18704
18705 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
18706 widget-move-and-invoke.
18707 (gnus-custom-mode): Use gnus-custom-map.
18708
18709 2005-10-15 Bill Wohler <wohler@newt.com>
18710
18711 * message.el (message-tool-bar-map): Rename image file from
18712 mail_send to mail/send.
18713
18714 2005-10-16 Masatake YAMATO <jet@gyve.org>
18715
18716 * message.el (message-expand-group): Pass the common
18717 prefix substring of completion to `display-completion-list'.
18718
18719 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
18720
18721 * mml-sec.el (mml-secure-method): New internal variable.
18722 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18723 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18724 New functions using mml-secure-method.
18725
18726 * mml.el (mml-mode-map): Add key bindings for those functions.
18727 (mml-menu): Simplify security menu entries. Suggested by Jesper
18728 Harder <harder@myrealbox.com>.
18729 (mml-attach-file, mml-attach-buffer, mml-attach-external):
18730 Goto end of message if point is the headers of the message.
18731
18732 * message.el (message-in-body-p): New function.
18733
18734 * assistant.el: Autoload gnus-util and netrc.
18735
18736 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18737 Use `mm-charset-override-alist' only when decoding.
18738
18739 * mm-bodies.el (mm-decode-body):
18740 Call `mm-charset-to-coding-system' with allow-override argument.
18741
18742 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18743 `filename' from Content-Disposition if Content-Type doesn't
18744 provide `name'.
18745 (gnus-mime-view-part-as-type): Set default instead of
18746 initial-input.
18747
18748 2005-10-09 Daniel Brockman <daniel@brockman.se>
18749
18750 * format-spec.el (format-spec): Propagate text properties of % spec.
18751
18752 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18753
18754 * gnus-art.el (gnus-treat-predicate): Add `first'.
18755
18756 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18757
18758 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18759 (mm-charset-override-alist): New variable.
18760 (mm-charset-to-coding-system): Use it.
18761 (mm-codepage-setup): New helper function.
18762 (mm-charset-eval-alist): New variable.
18763 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18764 Warn about unknown charsets.
18765
18766 2005-10-04 David Hansen <david.hansen@gmx.net>
18767
18768 * nnrss.el (nnrss-request-article): Add support for the comments tag.
18769 (nnrss-check-group): Ditto.
18770
18771 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
18772
18773 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18774 Rename x-gnus-verbatim to x-verbatim.
18775 (mm-uu-type-alist): Fix regexp for verbatim-marks.
18776
18777 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18778 x-verbatim.
18779
18780 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18781
18782 * gnus-util.el (gnus-remove-duplicates): Remove.
18783
18784 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18785 instead of gnus-remove-duplicates.
18786
18787 * message.el (message-remove-duplicates): Remove.
18788 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18789 message-remove-duplicates.
18790
18791 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18792 available, else use implementation from `delete-dups'.
18793
18794 * message.el (message-insert-expires): New function.
18795 (message-mode-map): Add key binding.
18796 (message-mode-field-menu): Add menu entry.
18797 (message-mode): Document it.
18798 (message-make-expires-date): Use `message-make-date'.
18799
18800 2005-10-04 Josh Huber <huber@alum.wpi.edu>
18801
18802 * message.el (message-make-expires-date): New function.
18803
18804 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
18805
18806 * time-date.el: Autoload parse-time-string, XEmacs needs it.
18807
18808 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18809
18810 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18811 function rather than the diff-mode.el package.
18812 (mm-display-external): Use with-current-buffer.
18813 (mm-viewer-completion-map, mm-viewer-completion-map):
18814 Move initialization inside declaration.
18815
18816 2005-09-29 Simon Josefsson <jas@extundo.com>
18817
18818 * spam.el: Load hashcash when compiling, to avoid warnings.
18819 Don't autoload mail-check-payment.
18820 (spam-check-hashcash): Define unconditionally, since hashcash.el
18821 is part of Gnus now. Ignore errors from payment checking.
18822
18823 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
18824
18825 * message.el (message-bold-region, message-unbold-region):
18826 Rename from `bold-region' and `unbold-region'.
18827
18828 * message.el: Remove useless autoloads.
18829
18830 2005-09-28 Simon Josefsson <jas@extundo.com>
18831
18832 * message.el (message-use-idna): Default to t.
18833 (message-use-idna): Test whether encoding works too. Doc fix.
18834
18835 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
18836
18837 * nntp.el (nntp-warn-about-losing-connection): Remove.
18838
18839 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
18840
18841 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18842 customizable. Change default value.
18843 (mm-uu-diff-groups-regexp): Change default value.
18844 (mm-uu-type-alist): Add doc string.
18845 (mm-uu-configure): Add doc string. Make it interactive.
18846 (mm-uu-tex-groups-regexp): New variable.
18847 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18848 (mm-uu-type-alist): Add LaTeX documents.
18849 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18850 of "text/verbatim".
18851 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18852
18853 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18854 instead of "text/verbatim".
18855
18856 * message.el (message-mark-inserted-region)
18857 (message-mark-insert-file): Use slrn style marks when called with
18858 prefix argument.
18859
18860 2005-09-27 Simon Josefsson <jas@extundo.com>
18861
18862 * message.el (message-idna-to-ascii-rhs-1): Reformat.
18863
18864 2005-09-27 Arne Jørgensen <arne@arnested.dk>
18865
18866 * message.el (message-remove-duplicates): New function.
18867 Implementation borrowed from `gnus-remove-duplicates'.
18868 (message-idna-to-ascii-rhs): Also encode idna addresses in
18869 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18870 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18871 only ask about the same idna domain once per header and also tell
18872 in what header to replace the idna domain.
18873
18874 * gnus-art.el (article-decode-idna-rhs): Also decode idna
18875 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18876 (article-decode-idna-rhs): Fix regexp so that all idna-address in
18877 a header is decoded and not just the last one.
18878
18879 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18880
18881 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18882 has been decoded.
18883
18884 * mm-decode.el (mm-automatic-display): Add text/verbatim.
18885 (mm-insert-part): Don't modify text if it has been decoded.
18886
18887 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18888 decoded.
18889
18890 * mm-view.el (mm-inline-text): Don't strip text props unless
18891 decoding enriched or richtext parts.
18892
18893 2005-09-25 Romain Francoise <romain@orebokech.com>
18894
18895 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18896 * gnus-start.el (gnus-subscribe-interactively):
18897 * gnus-uu.el (gnus-uu-grab-articles):
18898 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18899 space.
18900
18901 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18902
18903 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18904 * mm-view.el (mm-view-pkcs7-decrypt):
18905 * gnus-sum.el (gnus-summary-limit-to-extra)
18906 (gnus-summary-respool-article, gnus-read-move-group-name):
18907 * gnus-score.el (gnus-summary-increase-score):
18908 * gnus-util.el (gnus-completing-read-with-default):
18909 * gnus-art.el (gnus-read-save-file-name)
18910 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18911 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18912 * message.el (message-check-news-header-syntax):
18913 Follow convention for reading with the minibuffer.
18914
18915 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
18916
18917 * spam-report.el (spam-report-url-ping-plain):
18918 Use gnus-extended-version as User-Agent.
18919
18920 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18921 default value is nil.
18922
18923 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18924 (mm-uu-verbatim-marks-extract): New function.
18925 (mm-uu-extract): New face.
18926 (mm-uu-copy-to-buffer): Use it.
18927
18928 * spam-report.el (spam-report-gmane-ham): Rename from
18929 `spam-report-gmane-unspam'.
18930 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18931 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
18932
18933 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18934 Autoload.
18935 (spam-report-gmane-unregister-routine):
18936 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18937
18938 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
18939
18940 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18941 (spam-report-gmane-unregister-routine): Add support for gmane
18942 unregistration.
18943
18944 * spam-report.el (spam-report-gmane-unspam)
18945 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18946 (spam-report-gmane): Change to take a single article and do unspam
18947 registration.
18948
18949 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18950
18951 * mm-url.el (mm-url-decode-entities): Fix regexp.
18952
18953 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18954
18955 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18956 default to nil, to be able to use Gnus at all. If the default
18957 switches to something else, then the function should be fixed not
18958 be exceedingly slow.
18959
18960 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
18961
18962 * gnus-start.el (gnus-activate-group): If the server is nil, don't
18963 fail hard.
18964
18965 * spam-report.el: Add better Keywords line.
18966
18967 * spam.el: Add Maintainer and better Keywords line.
18968
18969 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18970
18971 * gnus-art.el (gnus-article-replace-part)
18972 (gnus-mime-replace-part): New functions.
18973 (gnus-mime-action-alist, gnus-mime-button-commands)
18974 (gnus-mime-save-part-and-strip): Add file argument.
18975 (gnus-article-part-wrapper): Add interactive argument.
18976
18977 * gnus-sum.el (gnus-summary-mime-map):
18978 Add `gnus-article-replace-part'.
18979
18980 2005-09-19 Didier Verna <didier@xemacs.org>
18981
18982 The nnml compaction feature:
18983 * nnml.el (nnml-request-compact-group): New function.
18984 * nnml.el (nnml-request-compact): New function.
18985 * gnus-int.el (gnus-request-compact-group): New function.
18986 * gnus-int.el (gnus-request-compact): New function.
18987 * gnus-group.el (gnus-group-compact-group): New function.
18988 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18989 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18990 * gnus-srvr.el (gnus-server-compact-server): New function.
18991 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18992 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18993
18994 2005-09-18 Deepak Goel <deego@gnufans.org>
18995
18996 * sieve.el (sieve-help): Fix `message' call: first arg should be a
18997 format spec.
18998
18999 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19000
19001 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19002
19003 2005-09-15 Romain Francoise <romain@orebokech.com>
19004
19005 * message.el (message-fill-paragraph): Clarify docstring.
19006
19007 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19008
19009 * gnus-art.el (gnus-mime-display-part): Protect against broken
19010 MIME messages.
19011
19012 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19013
19014 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19015 before parsing header.
19016
19017 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19018
19019 * html2text.el (html2text-replace-list): Add new entities.
19020
19021 2005-09-11 Romain Francoise <romain@orebokech.com>
19022
19023 * message.el (message-alternative-emails): Improve docstring.
19024 (message-setup-1): Call `message-use-alternative-email-as-from'
19025 after `message-setup-hook' to give it precedence over posting
19026 styles, etc.
19027 (message-use-alternative-email-as-from): Add docstring.
19028 Remove the original From header if present.
19029
19030 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19031 (nnml-save-mail): Use it.
19032
19033 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19034 articles. Add new argument `silent'.
19035 (gnus-uu-mark-all): Report the total number of marked articles.
19036
19037 2005-09-10 Romain Francoise <romain@orebokech.com>
19038
19039 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19040 (gnus-uu-mark-series): Likewise.
19041
19042 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19043
19044 * spam-report.el (spam-report-gmane): Fix generation of spam
19045 report URL.
19046
19047 2005-09-10 Simon Josefsson <jas@extundo.com>
19048
19049 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19050 t, based on discussion on the ding list with Robert Epprecht
19051 <epprecht@solnet.ch>.
19052
19053 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19054
19055 * spam-report.el (spam-report-gmane): Make it work without
19056 X-Report-Spam header. Gmane now only provides Archived-At.
19057 This is only used if `spam-report-gmane-use-article-number' is nil.
19058 (spam-report-gmane-spam-header): Remove. Not used anymore.
19059
19060 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19061 make `gnus-summary-sort-by-recipient' work with threading.
19062
19063 * nnweb.el (nnweb-google-wash-article): Print a message if article
19064 is not available.
19065
19066 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19067
19068 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19069 change. Decode text/* parts content before displaying.
19070
19071 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19072
19073 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19074
19075 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19076
19077 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19078
19079 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19080
19081 * message.el (message-tab-body-function): Fix mismatched custom type.
19082
19083 * gnus.el (gnus-group-change-level-function): Ditto.
19084
19085 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19086
19087 * gnus-art.el (gnus-signature-limit)
19088 (gnus-article-mime-part-function): Ditto.
19089
19090 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19091
19092 * mml.el (mml-mode): Silence the byte compiler.
19093
19094 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19095 using `(sit-for 0)' before moving the point to the specified part;
19096 skip unbuttonized parts.
19097 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19098 return to the summary window if gnus-auto-select-part is non-nil.
19099
19100 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19101
19102 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19103 New variables.
19104 (mml-dnd-attach-file, mml-mode): Use them.
19105
19106 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19107 Make fetching article by MID work again for Google Groups.
19108 Add FIXME concerning gnus-group-make-web-group.
19109
19110 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19111 Don't depend on Gnus by using mail-extract-address-components if
19112 gnus-extract-address-components is not bound.
19113
19114 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19115
19116 * gnus-art.el (gnus-mime-display-security): Don't display the
19117 signature, but only the signed part.
19118
19119 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19120
19121 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19122
19123 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19124 list, not listp.
19125
19126 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19127
19128 * mm-encode.el (mm-encode-content-transfer-encoding):
19129 Likewise when encoding.
19130
19131 * mm-bodies.el (mm-decode-content-transfer-encoding):
19132 De-canonicalize CRLF for all text content types, not just
19133 text/plain.
19134
19135 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19136
19137 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19138 valid article; point arrow and cursor at the MIME button.
19139
19140 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19141
19142 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19143 Suggested by Dan Christensen <jdc@uwo.ca>.
19144
19145 * mm-decode.el (mm-save-part): Enable change of prompt.
19146
19147 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19148
19149 * gnus-msg.el (gnus-inews-add-send-actions):
19150 Make `message-post-method' lambda parameter ARG `&optional'.
19151
19152 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19153
19154 * gnus-sum.el (gnus-summary-mime-map):
19155 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19156 gnus-article-jump-to-part.
19157
19158 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19159 (gnus-article-edit-part): Use it.
19160 (gnus-article-part-wrapper): Add no-handle argument.
19161 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19162 New functions.
19163
19164 2005-08-29 Romain Francoise <romain@orebokech.com>
19165
19166 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19167 docstring.
19168 (gnus-face-from-file): Likewise.
19169
19170 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19171
19172 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19173 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19174 non-nil.
19175 (gnus-auto-select-part): New variable.
19176 (gnus-article-jump-to-part): New function.
19177 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19178 (gnus-mime-delete-part): Allow selecting specified part after
19179 deleting or stripping parts.
19180 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19181 part if argument is bogus.
19182
19183 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19184
19185 * gnus-art.el (w3m-minor-mode-map):
19186 * gnus-spec.el (gnus-newsrc-file-version):
19187 * gnus-util.el (nnmail-active-file-coding-system)
19188 (gnus-original-article-buffer, gnus-user-agent):
19189 * gnus.el (gnus-ham-process-destinations)
19190 (gnus-parameter-ham-marks-alist)
19191 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19192 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19193 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19194 * mm-decode.el (gnus-current-window-configuration):
19195 * mm-extern.el (gnus-article-mime-handles):
19196 * mm-url.el (url-current-object, url-package-name)
19197 (url-package-version):
19198 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19199 (smime-keys, w3m-cid-retrieve-function-alist)
19200 (w3m-current-buffer, w3m-display-inline-images)
19201 (w3m-minor-mode-map):
19202 * mml-smime.el (gnus-extract-address-components):
19203 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19204 (gnus-newsrc-hashtb, message-default-charset)
19205 (message-deletable-headers, message-options)
19206 (message-posting-charset, message-required-mail-headers)
19207 (message-required-news-headers):
19208 * mml1991.el (mc-pgp-always-sign):
19209 * mml2015.el (mc-pgp-always-sign):
19210 * nnheader.el (nnmail-extra-headers):
19211 * rfc1843.el (gnus-decode-encoded-word-function)
19212 (gnus-decode-header-function, gnus-newsgroup-name):
19213 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19214
19215 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19216
19217 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19218 the end of the date treatments.
19219
19220 2005-08-15 Simon Josefsson <jas@extundo.com>
19221
19222 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19223 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19224 Capello and Romain Francoise.
19225 (pgg-fetch-key-function): Remove, not used?
19226 (pgg-insert-url-with-w3): Require url, to get
19227 url-insert-file-contents regardless of where it is defined.
19228
19229 2005-08-13 Romain Francoise <romain@orebokech.com>
19230
19231 * message.el (message-cite-original-1): New function.
19232 (message-cite-original): Use it.
19233 (message-cite-original-without-signature): Ditto.
19234
19235 2005-08-08 Romain Francoise <romain@orebokech.com>
19236
19237 * message.el (message-yank-empty-prefix): New variable.
19238 (message-indent-citation): Use it.
19239 (message-cite-original-without-signature): Respect X-No-Archive.
19240
19241 2005-08-08 Simon Josefsson <jas@extundo.com>
19242
19243 * pgg.el: Autoload url-insert-file-contents instead of loading
19244 w3/url.
19245 (pgg-insert-url-with-w3): Don't load url here.
19246
19247 2005-08-07 Jesper Harder <harder@phys.au.dk>
19248
19249 * message.el (message-kill-to-signature): Don't insert newline at
19250 bol.
19251 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19252
19253 2005-08-06 Romain Francoise <romain@orebokech.com>
19254
19255 * message.el (message-user-fqdn): Fix typo in docstring.
19256
19257 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19258
19259 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19260
19261 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19262
19263 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19264
19265 * mm-bodies.el (mm-encode-body): Use coding system rather than
19266 charset to encode text.
19267
19268 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19269 number of charsets if utf-8 is available (XEmacs).
19270
19271 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19272
19273 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19274 taken from `gnus-button-mid-or-mail-regexp'.
19275 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19276 (gnus-button-alist): Improve regexp for domain part of the MIDs
19277 for news:localpart@domain buttons.
19278 (gnus-button-ctan-directory-regexp): Update.
19279
19280 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19281
19282 * sieve-manage.el (sieve-manage-interactive-login):
19283 Use make-local-variable rather than make-variable-buffer-local.
19284 (sieve-manage-open): Ditto.
19285 (sieve-manage-authenticate): Ditto.
19286
19287 * mml.el (mml-generate-mime-1): Make the content type default to
19288 text/plain if the filename is not specified.
19289
19290 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19291
19292 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19293 instead of insert-buffer.
19294
19295 * message.el (message-yank-original): Ditto; set the mark at the
19296 end of the yanked message.
19297
19298 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19299
19300 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19301 lines to scroll rather than to stop it.
19302
19303 * mml.el (mml-generate-default-type): Add doc string.
19304 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19305 default to application/octet-stream when determining the content
19306 type if it is not specified for the part or the mml contents; add
19307 a comment about mml-generate-default-type.
19308
19309 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19310
19311 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19312 make it default to application/octet-stream when determining the
19313 content type if it is not specified for the external contents.
19314
19315 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19316
19317 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19318 segmented parameter but also other parameters might be there.
19319
19320 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19321
19322 * mm-decode.el (mm-display-external): Delete temp file, directory
19323 and buffer immediately if the external process is exited.
19324
19325 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19326
19327 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19328 fewer lines than that of scroll-margin.
19329 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19330
19331 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19332
19333 * gnus-art.el (gnus-article-next-page): Revert.
19334 (gnus-article-beginning-of-window): New macro.
19335 (gnus-article-next-page-1): Use it.
19336 (gnus-article-prev-page): Ditto.
19337 (gnus-article-edit-part): Use insert-buffer-substring instead of
19338 insert-buffer.
19339 (gnus-article-edit-exit): Ditto.
19340
19341 * gnus-util.el (gnus-beginning-of-window): Remove.
19342 (gnus-end-of-window): Remove.
19343
19344 2005-07-25 Simon Josefsson <jas@extundo.com>
19345
19346 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19347 to have the url package without w3. Reported by Daiki Ueno
19348 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19349
19350 2005-07-20 Didier Verna <didier@xemacs.org>
19351
19352 * gnus-diary.el: Remove the description comment (nndiary is now
19353 properly documented in the Gnus manual).
19354 Fix the spelling of "Back End".
19355 * nndiary.el: Ditto.
19356 Fix the copyright notice.
19357
19358 2005-07-18 Romain Francoise <romain@orebokech.com>
19359
19360 * gnus-sum.el (gnus-summary-to-prefix)
19361 (gnus-summary-newsgroup-prefix): New variables.
19362 (gnus-summary-from-or-to-or-newsgroups): Use them.
19363
19364 2005-07-17 Romain Francoise <romain@orebokech.com>
19365
19366 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19367 space as it's generally not especially interesting to the user.
19368
19369 2005-07-16 Romain Francoise <romain@orebokech.com>
19370
19371 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19372 nil to avoid prompting and file modification if one of the
19373 messages at the top of the nnfolder file contains a copyright
19374 notice.
19375 Update copyright notice.
19376
19377 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19378 instead of `current-time-string' as the latter creates a time
19379 string that is not RFC 2822 compliant (it lacks the zone).
19380 Update copyright notice.
19381
19382 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19383
19384 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19385 for text/rtf. Display default in prompt. Pass default for M-n.
19386
19387 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19388
19389 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19390
19391 * gnus-msg.el (gnus-button-mailto):
19392 Remove save-selected-window-window hackery because it relies on
19393 save-selected-window internals.
19394
19395 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19396
19397 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19398 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19399 (gnus-article-prev-page): Ditto.
19400
19401 * gnus-util.el (gnus-beginning-of-window): New function.
19402 (gnus-end-of-window): New function.
19403
19404 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19405
19406 * gnus-score.el (gnus-score-edit-all-score):
19407 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19408 gnus-message.
19409
19410 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19411
19412 * gnus-msg.el (gnus-button-mailto):
19413 Remove save-selected-window-window hackery because it relies on
19414 save-selected-window internals.
19415
19416 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
19417
19418 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19419 add-minor-mode.
19420 (gnus-binary-mode): Ditto.
19421
19422 * gnus-topic.el (gnus-topic-mode): Ditto.
19423
19424 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
19425
19426 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19427 (gnus-article-prev-page): Take scroll-margin into consideration.
19428
19429 2005-07-04 Lute Kamstra <lute@gnu.org>
19430
19431 Update FSF's address in GPL notices.
19432
19433 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19434
19435 * gnus.el (gnus-exit):
19436 * gnus-group.el (gnus-group-icons):
19437 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19438
19439 * gnus-nocem.el (gnus-nocem):
19440 * message.el (message-various, message-buffers, message-sending)
19441 (message-interface, message-forwarding, message-insertion)
19442 (message-headers, message-news, message-mail):
19443 * pgg-gpg.el (pgg-gpg):
19444 * pgg-parse.el (pgg-parse):
19445 * pgg-pgp.el (pgg-pgp):
19446 * pgg-pgp5.el (pgg-pgp5):
19447 * pop3.el (pop3): Finish `defgroup' description with period.
19448
19449 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
19450
19451 * gnus-art.el (article-display-face): Improve the efficiency.
19452 (article-display-x-face): Ditto; remove gray x-face stuff.
19453
19454 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
19455
19456 * gnus-art.el (article-display-face): Correct the position in
19457 which Faces are inserted.
19458
19459 2005-06-29 Didier Verna <didier@xemacs.org>
19460
19461 * gnus-art.el (article-display-face): Display faces in correct
19462 order.
19463
19464 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19465
19466 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19467 (gnus-fill-real-hashtb): Use hash table instead of obarray.
19468 (gnus-nocem-check-article): Fetch the Type header.
19469 (gnus-nocem-message-wanted-p): Fix the way to examine types.
19470 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19471 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19472 make sure gnus-nocem-hashtb is initialized.
19473 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19474 (gnus-nocem-unwanted-article-p): Ditto.
19475
19476 * pgg.el (pgg-verify): Return the verification result.
19477
19478 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19479
19480 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19481 is ascii.
19482
19483 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19484
19485 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19486 `show-nonbreak-escape'.
19487
19488 2005-06-23 Lute Kamstra <lute@gnu.org>
19489
19490 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19491
19492 * dig.el (dig-mode):
19493 * smime.el (smime-mode): Use gnus-run-mode-hooks.
19494
19495 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19496
19497 * nnimap.el (nnimap-split-download-body): Fix spellings.
19498
19499 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19500
19501 * gnus-art.el (gnus-article-encrypt-body):
19502 * gnus-cus.el (gnus-score-customize):
19503 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19504 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19505
19506 2005-06-16 Arne Jørgensen <arne@arnested.dk>
19507
19508 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19509 header by looking for magic "MII" at the beginning.
19510
19511 2005-06-16 Miles Bader <miles@gnu.org>
19512
19513 * assistant.el (assistant-field): Remove "-face" suffix from face name.
19514 (assistant-field-face): New backward-compatibility alias for renamed
19515 face.
19516 (assistant-render-text): Use renamed assistant-field face.
19517
19518 * spam.el (spam): Remove "-face" suffix from face name.
19519 (spam-face): New backward-compatibility alias for renamed face.
19520 (spam-face, spam-initialize): Use renamed spam face.
19521
19522 * message.el (message-header-to, message-header-cc)
19523 (message-header-subject, message-header-newsgroups)
19524 (message-header-other, message-header-name)
19525 (message-header-xheader, message-separator, message-cited-text)
19526 (message-mml): Remove "-face" suffix from face names.
19527 (message-header-to-face, message-header-cc-face)
19528 (message-header-subject-face, message-header-newsgroups-face)
19529 (message-header-other-face, message-header-name-face)
19530 (message-header-xheader-face, message-separator-face)
19531 (message-cited-text-face, message-mml-face):
19532 New backward-compatibility aliases for renamed faces.
19533 (message-font-lock-keywords): Use renamed message faces.
19534
19535 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19536 (sieve-test-commands, sieve-tagged-arguments):
19537 Remove "-face" suffix from face names.
19538 (sieve-control-commands-face, sieve-action-commands-face)
19539 (sieve-test-commands-face, sieve-tagged-arguments-face):
19540 New backward-compatibility aliases for renamed faces.
19541 (sieve-control-commands-face, sieve-action-commands-face)
19542 (sieve-test-commands-face, sieve-tagged-arguments-face):
19543 Use renamed sieve faces.
19544
19545 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19546 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19547 (gnus-group-news-3-empty, gnus-group-news-4)
19548 (gnus-group-news-4-empty, gnus-group-news-5)
19549 (gnus-group-news-5-empty, gnus-group-news-6)
19550 (gnus-group-news-6-empty, gnus-group-news-low)
19551 (gnus-group-news-low-empty, gnus-group-mail-1)
19552 (gnus-group-mail-1-empty, gnus-group-mail-2)
19553 (gnus-group-mail-2-empty, gnus-group-mail-3)
19554 (gnus-group-mail-3-empty, gnus-group-mail-low)
19555 (gnus-group-mail-low-empty, gnus-summary-selected)
19556 (gnus-summary-cancelled, gnus-summary-high-ticked)
19557 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19558 (gnus-summary-high-ancient, gnus-summary-low-ancient)
19559 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19560 (gnus-summary-low-undownloaded)
19561 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19562 (gnus-summary-low-unread, gnus-summary-normal-unread)
19563 (gnus-summary-high-read, gnus-summary-low-read)
19564 (gnus-summary-normal-read, gnus-splash):
19565 Remove "-face" suffix from face names.
19566 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19567 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19568 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19569 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19570 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19571 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19572 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19573 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19574 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19575 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19576 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19577 (gnus-summary-selected-face, gnus-summary-cancelled-face)
19578 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19579 (gnus-summary-normal-ticked-face)
19580 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19581 (gnus-summary-normal-ancient-face)
19582 (gnus-summary-high-undownloaded-face)
19583 (gnus-summary-low-undownloaded-face)
19584 (gnus-summary-normal-undownloaded-face)
19585 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19586 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19587 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19588 (gnus-splash-face):
19589 New backward-compatibility aliases for renamed faces.
19590 (gnus-group-startup-message): Use renamed gnus faces.
19591
19592 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19593 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19594 (gnus-server-agent): Remove "-face" suffix from face names.
19595 (gnus-server-agent-face, gnus-server-opened-face)
19596 (gnus-server-closed-face, gnus-server-denied-face)
19597 (gnus-server-offline-face):
19598 New backward-compatibility aliases for renamed faces.
19599 (gnus-server-agent-face, gnus-server-opened-face)
19600 (gnus-server-closed-face, gnus-server-denied-face)
19601 (gnus-server-offline-face): Use renamed gnus faces.
19602
19603 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19604 Remove "-face" suffix from face names.
19605 (gnus-picon-xbm-face, gnus-picon-face):
19606 New backward-compatibility aliases for renamed faces.
19607
19608 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19609 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19610 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19611 (gnus-cite-11): Remove "-face" suffix from face names.
19612 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19613 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19614 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19615 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19616 New backward-compatibility aliases for renamed faces.
19617 (gnus-cite-attribution-face, gnus-cite-face-list)
19618 (gnus-article-boring-faces): Use renamed gnus faces.
19619
19620 * gnus-art.el (gnus-signature, gnus-header-from)
19621 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19622 (gnus-header-content): Remove "-face" suffix from face names.
19623 (gnus-signature-face, gnus-header-from-face)
19624 (gnus-header-subject-face, gnus-header-newsgroups-face)
19625 (gnus-header-name-face, gnus-header-content-face):
19626 New backward-compatibility aliases for renamed faces.
19627 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19628
19629 * gnus-sum.el (gnus-summary-selected-face)
19630 (gnus-summary-highlight): Use renamed gnus faces.
19631 * gnus-group.el (gnus-group-highlight): Likewise.
19632
19633 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19634
19635 * gnus-sieve.el (gnus-sieve-article-add-rule):
19636 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19637 * spam-stat.el (spam-stat-buffer-change-to-spam)
19638 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19639
19640 * message.el (message-is-yours-p):
19641 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19642
19643 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
19644
19645 * mm-view.el (mm-inline-text): Withdraw the last change.
19646
19647 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19648
19649 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19650 executing enriched-decode.
19651
19652 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
19653
19654 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19655 charset of tar files.
19656
19657 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19658
19659 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19660
19661 2005-06-04 Lute Kamstra <lute@gnu.org>
19662
19663 * nnfolder.el (nnfolder-read-folder): Make sure that undo
19664 information is never recorded.
19665
19666 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19667
19668 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19669
19670 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
19671
19672 * pop3.el (pop3-apop): Run md5 in the binary mode.
19673
19674 * starttls.el (starttls-set-process-query-on-exit-flag):
19675 Use eval-and-compile.
19676
19677 2005-05-31 Simon Josefsson <jas@extundo.com>
19678
19679 * smime.el (smime-replace-in-string): Define.
19680 (smime-cert-by-ldap-1): Use it.
19681
19682 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
19683
19684 * gnus-art.el (article-display-x-face): Replace
19685 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19686
19687 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19688 set-process-query-on-exit-flag or process-kill-without-query.
19689
19690 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19691 loop instead of replace-regexp.
19692
19693 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19694 instead of process-kill-without-query if it is available.
19695
19696 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19697 instead of find-file-hooks if it is available.
19698
19699 * mml1991.el: Bind pgg-default-user-id when compiling.
19700
19701 * mml2015.el: Bind pgg-default-user-id when compiling.
19702
19703 * nndraft.el (nndraft-request-associate-buffer):
19704 Use write-contents-functions instead of write-contents-hooks if it is
19705 available.
19706
19707 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19708 instead of find-file-hooks if it is available.
19709
19710 * nntp.el (nntp-open-connection): Replace
19711 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19712 (nntp-open-ssl-stream): Ditto.
19713 (nntp-open-tls-stream): Ditto.
19714
19715 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19716 set-process-query-on-exit-flag or process-kill-without-query.
19717 (starttls-open-stream-gnutls): Use it instead of
19718 process-kill-without-query.
19719 (starttls-open-stream): Ditto.
19720
19721 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
19722
19723 * smime.el (smime-cert-by-ldap-1): Don't use
19724 replace-regexp-in-string.
19725
19726 2005-05-31 Arne Jørgensen <arne@arnested.dk>
19727
19728 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19729
19730 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19731 in PEM format. Adjust to the XEmacs compatibility.
19732
19733 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
19734
19735 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19736 by `string-to-number'.
19737 * gnus-agent.el (gnus-agent-regenerate-group)
19738 (gnus-agent-fetch-articles): Ditto.
19739 * gnus-art.el (gnus-button-fetch-group): Ditto.
19740 * gnus-cache.el (gnus-cache-generate-active)
19741 (gnus-cache-articles-in-group): Ditto.
19742 * gnus-group.el (gnus-group-set-current-level)
19743 (gnus-group-insert-group-line): Ditto.
19744 * gnus-score.el (gnus-score-set-expunge-below)
19745 (gnus-score-set-mark-below, gnus-summary-score-effect)
19746 (gnus-summary-score-entry): Ditto.
19747 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19748 (gnus-soup-pack): Ditto.
19749 * gnus-spec.el (gnus-xmas-format): Ditto.
19750 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19751 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19752 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19753 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19754 * nndb.el (nndb-get-remote-expire-response): Ditto.
19755 * nndiary.el (nndiary-parse-schedule-value)
19756 (nndiary-string-to-number, nndiary-request-replace-article)
19757 (nndiary-request-article): Ditto.
19758 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19759 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19760 * nneething.el (nneething-make-head): Ditto.
19761 * nnfolder.el (nnfolder-request-article)
19762 (nnfolder-retrieve-headers): Ditto.
19763 * nnheader.el (nnheader-file-to-number): Ditto.
19764 * nnkiboze.el (nnkiboze-request-article): Ditto.
19765 * nnmail.el (nnmail-process-unix-mail-format)
19766 (nnmail-process-babyl-mail-format): Ditto.
19767 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19768 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19769 (nnmh-request-create-group, nnmh-request-list-1)
19770 (nnmh-request-group, nnmh-request-article): Ditto.
19771 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19772 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19773 * nnsoup.el (nnsoup-make-active): Ditto.
19774 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19775 * nntp.el (nntp-find-group-and-number)
19776 (nntp-retrieve-headers-with-xover): Ditto.
19777 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19778 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19779 (pgg-format-key-identifier): Ditto.
19780 * pop3.el (pop3-last, pop3-stat): Ditto.
19781 * qp.el (quoted-printable-decode-region): Ditto.
19782
19783 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19784 of concat.
19785
19786 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
19787
19788 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19789
19790 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19791
19792 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19793
19794 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19795
19796 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19797
19798 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19799
19800 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19801 (gnus-carpal-mode): Ditto.
19802
19803 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19804 (gnus-browse-mode): Ditto.
19805
19806 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19807
19808 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19809
19810 2005-05-29 Richard M. Stallman <rms@gnu.org>
19811
19812 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19813
19814 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19815
19816 * gnus-util.el (gnus-run-mode-hooks): New function.
19817
19818 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19819
19820 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19821
19822 * gnus-agent.el (gnus-agent-make-mode-line-string):
19823 Use mode-line-highlight as mouse-face.
19824
19825 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
19826
19827 * canlock.el (canlock): Change the parent group to news.
19828
19829 * deuglify.el (gnus-outlook-deuglify): Add :group.
19830
19831 * dig.el (dig): Add :group.
19832
19833 * dns-mode.el (dns-mode): Add :group.
19834
19835 * encrypt.el (encrypt): Add :group.
19836
19837 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19838 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19839 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19840 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19841 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19842
19843 * gnus-diary.el (gnus-diary): Add :group.
19844
19845 * gnus.el (gnus-group-news-1-face): Add :group.
19846 (gnus-group-news-1-empty-face): Ditto.
19847 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19848 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19849 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19850 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19851 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19852 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19853 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19854 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19855 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19856 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19857 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19858 (gnus-summary-high-ticked-face): Ditto.
19859 (gnus-summary-low-ticked-face): Ditto.
19860 (gnus-summary-normal-ticked-face): Ditto.
19861 (gnus-summary-high-ancient-face): Ditto.
19862 (gnus-summary-low-ancient-face): Ditto.
19863 (gnus-summary-normal-ancient-face): Ditto.
19864 (gnus-summary-high-undownloaded-face): Ditto.
19865 (gnus-summary-low-undownloaded-face): Ditto.
19866 (gnus-summary-normal-undownloaded-face): Ditto.
19867 (gnus-summary-high-unread-face): Ditto.
19868 (gnus-summary-low-unread-face): Ditto.
19869 (gnus-summary-normal-unread-face): Ditto.
19870 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19871 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19872
19873 * hashcash.el (hashcash): New custom group.
19874 (hashcash-default-payment): Add :group.
19875 (hashcash-payment-alist): Ditto.
19876 (hashcash-default-accept-payment): Ditto.
19877 (hashcash-accept-resources): Ditto.
19878 (hashcash-path): Ditto.
19879 (hashcash-extra-generate-parameters): Ditto.
19880 (hashcash-double-spend-database): Ditto.
19881 (hashcash-in-news): Ditto.
19882
19883 * message.el (message-minibuffer-local-map): Add :group.
19884
19885 * netrc.el (netrc): Add :group.
19886
19887 * sieve-manage.el (sieve-manage-log): Add :group.
19888 (sieve-manage-default-user): Diito.
19889 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19890 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19891 (sieve-manage-authenticators): Ditto.
19892 (sieve-manage-authenticator-alist): Ditto.
19893 (sieve-manage-default-port): Ditto.
19894
19895 * sieve-mode.el (sieve-control-commands-face): Add :group.
19896 (sieve-action-commands-face): Ditto.
19897 (sieve-test-commands-face): Ditto.
19898 (sieve-tagged-arguments-face): Ditto.
19899
19900 * smime.el (smime): Add :group.
19901
19902 * spam-report.el (spam-report): Add :group.
19903
19904 * spam.el (spam, spam-face): Add :group.
19905
19906 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19907
19908 * nntp.el (nntp-next-result-arrived-p): Some news servers may
19909 return \n.\n.\n at the end of articles. Protect against that.
19910 (nntp-with-open-group): Allow debugging.
19911
19912 * nnheader.el (mail-header-set-extra): Make into a function
19913 because I just could't understand how to quote the list properly.
19914
19915 * dns.el (query-dns-cached): New function.
19916
19917 2005-05-26 Lute Kamstra <lute@gnu.org>
19918
19919 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19920
19921 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
19922
19923 * gnus-art.el: Don't autoload mail-extract-address-components.
19924
19925 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19926 eval-and-compile to evaluate it.
19927
19928 * hashcash.el: Don't autoload executable-find.
19929
19930 * nndb.el: Don't declare the nndb back end two or more times; don't
19931 autoload news-reply-mode, news-setup, cancel-timer and telnet.
19932
19933 * nntp.el: Autoload format-spec instead of format; use
19934 eval-and-compile to evaluate autoload forms.
19935
19936 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
19937
19938 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19939
19940 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19941
19942 * gnus.el (gnus-version-number): Bump version.
19943
19944 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19945
19946 * gnus.el: No Gnus v0.3 is released.
19947
19948 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
19949
19950 * gnus-art.el (gnus-article-edit-part): Disable undo.
19951
19952 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
19953
19954 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19955 gnus-article-date-lapsed-new-header is t if date timer is active;
19956 skip headers in which the original date value is empty.
19957 (gnus-article-save-original-date): Redefine it as a macro.
19958 (gnus-display-mime): Use it.
19959
19960 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
19961
19962 * gnus-art.el (article-date-ut): Support converting date in
19963 forwarded parts as well.
19964 (gnus-article-save-original-date): New function.
19965 (gnus-display-mime): Use it.
19966
19967 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
19968
19969 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19970 enclosure element of <item>.
19971
19972 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
19973
19974 * message.el (message-kill-buffer-query): Rename from
19975 `message-kill-buffer-query-if-modified'. Add :version.
19976
19977 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
19978
19979 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19980 window layout.
19981
19982 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19983
19984 * mml.el: Autoload dnd when compiling.
19985
19986 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
19987
19988 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19989 x-dnd-*.
19990
19991 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19992
19993 * qp.el (quoted-printable-encode-region): Save excursion.
19994
19995 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
19996
19997 * message.el (message-kill-buffer-query-if-modified): Add new variable
19998 so the user can kill a modified message buffer quickly.
19999 (message-kill-buffer): Use it.
20000
20001 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20002
20003 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20004 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20005
20006 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20007
20008 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20009 contained in text because xml.el decodes entities) with LFs.
20010
20011 2005-04-11 Lute Kamstra <lute@gnu.org>
20012
20013 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20014 differently.
20015
20016 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20017
20018 * mm-util.el (mm-detect-coding-region): Typo.
20019
20020 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20021
20022 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20023
20024 2005-04-06 Deepak Goel <deego@gnufans.org>
20025
20026 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20027 user-function allow user modifications of the scores.
20028 (spam-stat-score-buffer-user): New function, to allow
20029 user-computed modifications to the score.
20030 (spam-stat-score-buffer-user-functions): List of additional
20031 scoring functions.
20032 (spam-stat-error-holder): Global temporary error holder.
20033 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20034 variable.
20035
20036 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20037
20038 * gnus-registry.el (gnus-registry-clean-empty-function)
20039 (gnus-registry-trim, gnus-registry-fetch-groups)
20040 (gnus-registry-delete-group): Groups that match
20041 `gnus-registry-ignored-groups' are removed from the registry
20042 entries, not just ignored for splitting. This helps clean up the
20043 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20044 to get all the groups a message ID is in.
20045
20046 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20047 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20048 (spam-stat-score-buffer-user-functions): Add :number custom type.
20049
20050 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20051
20052 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20053 argument in XEmacs.
20054
20055 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20056 (nnrss-request-group): Decode group name first.
20057 (nnrss-request-article): Make a text/plain article if mml-to-mime
20058 failed.
20059 (nnrss-get-encoding): Return a compatible encoding according to
20060 nnrss-compatible-encoding-alist.
20061 (nnrss-find-el): Use consp instead of listp.
20062 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20063
20064 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20065
20066 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20067 which Emacs 20 doesn't support.
20068 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20069
20070 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20071
20072 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20073 silence the byte compiler inside the defun.
20074
20075 * gnus-demon.el (parse-time-string): Add autoload.
20076
20077 * gnus-delay.el (parse-time-string): Add autoload.
20078
20079 * gnus-art.el (parse-time-string): Add autoload.
20080
20081 * nnultimate.el (parse-time): Require for `parse-time-string'.
20082
20083 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20084
20085 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20086
20087 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20088
20089 * smime.el (smime-ldap-host-list): Add :version.
20090
20091 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20092
20093 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20094 pass it to `gnus-browse-read-group'.
20095 (gnus-browse-read-group): Add NUMBER argument and pass it to
20096 `gnus-group-read-ephemeral-group'.
20097
20098 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20099 argument and pass it to `gnus-group-read-group'.
20100
20101 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20102
20103 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20104 mm-xemacs-find-mime-charset-1 if we have the mule feature
20105 available at runtime.
20106
20107 2005-03-25 Werner Lemberg <wl@gnu.org>
20108
20109 * nnmaildir.el: Replace `illegal' with `invalid'.
20110
20111 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20112
20113 * gnus-start.el (gnus-display-time-event-handler):
20114 Check display-time-timer at runtime rather than only at load time
20115 in case display-time-mode is turned off in the mean time.
20116
20117 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20118
20119 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20120 used.
20121
20122 * nneething.el (nneething-map-file-directory): Derive from
20123 `gnus-directory'.
20124
20125 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20126 the To/Cc button.
20127
20128 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20129
20130 * nnmaildir.el (nnmaildir-request-accept-article):
20131 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20132
20133 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20134
20135 * gnus-async.el: Require timer-funcs at compile time when in
20136 XEmacs for `run-with-idle-timer'.
20137
20138 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20139
20140 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20141 autoloaded function.
20142
20143 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20144
20145 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20146
20147 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20148
20149 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20150
20151 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20152
20153 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20154 Add gnus-expert-user to default.
20155
20156 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20157
20158 * nnimap.el (nnimap-open-server): Ditto.
20159
20160 * imap.el (imap-authenticate): Fix typo.
20161
20162 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20163
20164 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20165 buffer (since IMAP server might return FETCH response out of
20166 order, and the nntp buffer must be sorted).
20167
20168 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20169
20170 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20171 comparison on string.
20172
20173 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20174 (gnus-agent-score): Rename category keywords to match gnus-cus.
20175 (gnus-agent-summary-fetch-series): Modify to protect against
20176 gnus-agent-summary-fetch-group clearing processable flags.
20177 (gnus-agent-synchronize-group-flags): Update live group buffer as
20178 synchronization may occur due to the user toggle the plugged
20179 status.
20180 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20181 successfully downloaded.
20182 (gnus-agent-expire-group-1): Avoid using markers when the overview
20183 is in ascending order; greatly improves performance.
20184 (gnus-agent-regenerate-group):
20185 Use gnus-agent-synchronize-group-flags to reset read status in both
20186 gnus and server.
20187 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20188
20189 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20190
20191 * message.el: Don't autoload former message-utils variables.
20192 (message-strip-subject-trailing-was): Change doc string.
20193
20194 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20195 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20196 (nnweb-google-search): Add "hl=en" here.
20197 (nnweb-google-parse-1, nnweb-google-create-mapping):
20198 Don't hardcode URL.
20199
20200 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20201
20202 * message.el (message-get-reply-headers, message-followup):
20203 Mention related variables `message-use-followup-to' and
20204 `message-use-mail-followup-to', in the information buffer.
20205
20206 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20207 of broken groups(-beta).google.com.
20208
20209 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20210
20211 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20212 parameter to invoked gnus-request-move-article; remove the
20213 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20214 all at once instead of once per article.
20215 (gnus-summary-remove-process-mark): Accept a list of articles as
20216 well as a single article for processing.
20217
20218 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20219 parameter.
20220
20221 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20222
20223 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20224
20225 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20226 parameter.
20227
20228 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20229 parameter.
20230
20231 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20232 parameter and remove the gnus-sum-hint-move-is-internal variable.
20233
20234 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20235 parameter.
20236
20237 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20238 parameter.
20239
20240 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20241 parameter.
20242
20243 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20244
20245 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20246 parameter.
20247
20248 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20249 parameter.
20250
20251 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20252
20253 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20254 a more conservative way.
20255
20256 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20257
20258 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20259 buffer, so it moves the window's cursor.
20260
20261 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20262
20263 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20264 `mm-dissect-multipart' and receive the from field as an (optional)
20265 argument from `mm-dissect-multipart'.
20266 (mm-dissect-multipart): Receive the from field as an argument and
20267 pass it on when we call `mm-dissect-buffer' on MIME parts.
20268 Fixes verification/decryption of signed/encrypted MIME parts.
20269
20270 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20271
20272 * gnus-sum.el (gnus-summary-move-article):
20273 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20274 whatever it calls (right now, only nnimap-request-move article
20275 respects it).
20276
20277 * nnimap.el (nnimap-request-move-article):
20278 When gnus-sum-hint-move-is-internal is set, don't do the extra
20279 nnimap-request-article.
20280
20281 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20282
20283 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20284
20285 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20286 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20287
20288 * gnus-sum.el (gnus-summary-caesar-message):
20289 Apply `gnus-treat-article' after rotation.
20290
20291 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20292 doc string.
20293
20294 2005-02-22 Simon Josefsson <jas@extundo.com>
20295
20296 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20297 `password-cache-expiry' instead). Reported by Arne Jørgensen
20298 <arne@arnested.dk>.
20299 (encrypt): Add password-cache and password-cache-expiry as group
20300 members.
20301
20302 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20303
20304 * smime.el (smime-ldap-host-list): Doc fix.
20305 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20306 cache) password.
20307 (smime-sign-region): Use it.
20308 (smime-decrypt-region): Use it.
20309 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20310 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20311 fails.
20312 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20313 certificate from DER to PEM format rather than calling openssl.
20314
20315 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20316
20317 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20318 for signing/encryption.
20319
20320 * mml.el (mml-parse-1): Use them.
20321
20322 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20323
20324 * nnrss.el (nnrss-verbose): Remove.
20325 (nnrss-request-group): Use `nnheader-message' instead.
20326
20327 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20328
20329 * nnrss.el (nnrss-verbose): New variable.
20330 (nnrss-request-group): Make it say nnrss is requesting a group.
20331
20332 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20333
20334 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20335 Handle news URL with given port correctly.
20336
20337 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20338
20339 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20340 containing special characters.
20341
20342 * gnus-sum.el (gnus-summary-edit-article): Ditto.
20343
20344 * mml.el (mime-to-mml): Ditto.
20345
20346 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20347 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20348 (rfc2047-decode-region): Quote decoded words containing special
20349 characters when rfc2047-quote-decoded-words-containing-tspecials
20350 is non-nil.
20351
20352 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
20353
20354 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20355
20356 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20357
20358 2005-02-15 Simon Josefsson <jas@extundo.com>
20359
20360 * nnimap.el (nnimap-debug): Doc fix.
20361
20362 * imap.el (imap-debug): Doc fix.
20363
20364 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20365
20366 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20367
20368 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20369
20370 * gnus.el (spam-contents): Improve docs for spam-contents
20371 parameter in its variable incarnation.
20372
20373 2005-02-14 Simon Josefsson <jas@extundo.com>
20374
20375 * smime-ldap.el: Use require instead of load-library for ldap.
20376 (smime-ldap-search): Indent.
20377 (smime-ldap-search-internal): Shorten line.
20378
20379 * smime.el (smime-cert-by-dns): Add doc-string.
20380 (smime-cert-by-ldap-1): Indent.
20381
20382 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20383 mml-smime-get-dns-ldap.
20384 (mml-smime-encrypt-query): Use new function. Default to ldap.
20385
20386 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20387
20388 * smime.el: Require smime-ldap.
20389 (smime-ldap-host-list): New variable.
20390 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20391
20392 * mml-smime.el (mml-smime-encrypt-query): New function.
20393 (mml-smime-encrypt-query): Use it.
20394
20395 * smime-ldap.el: New file.
20396
20397 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20398
20399 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20400
20401 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20402
20403 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20404 argument in doc string. Make query for type more clear.
20405
20406 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20407
20408 * gnus.el (gnus-group-startup-message): Search for gnus images in
20409 etc/images/gnus.
20410 * mm-util.el (mm-image-load-path): Likewise.
20411 * smiley.el (smiley-data-directory): Search for smilies in
20412 etc/images/smilies.
20413
20414 2005-02-09 Kim F. Storm <storm@cua.dk>
20415
20416 Change Emacs release version from 21.4 to 22.1 throughout.
20417 Change Emacs development version from 21.3.50 to 22.0.50.
20418
20419 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20420
20421 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20422
20423 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20424 non-Mule XEmacs as well.
20425 (mm-decompress-buffer): Signal an error intentionally if it does
20426 not decompress compressed data because auto-compression-mode is
20427 disabled.
20428
20429 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
20430
20431 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20432 an ID in the registry even if it has no groups.
20433
20434 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
20435
20436 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20437 merge it into mm-decompress-buffer.
20438 (gnus-mime-copy-part): Use the MIME part charset, the value which
20439 a user specified or gnus-newsgroup-charset for decoding, like
20440 gnus-mime-inline-part does; set buffer-file-coding-system to tell
20441 save-buffer what was used. Suggested by Kevin Ryde
20442 <user42@zip.com.au>.
20443 (gnus-mime-inline-part): Allow the name parameter as well as the
20444 filename parameter; force decompressing of compressed data; always
20445 display contents being not decoded as unibyte.
20446
20447 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20448 as well as the filename parameter.
20449
20450 * mm-util.el (mm-decompress-buffer):
20451 Merge gnus-mime-jka-compr-maybe-uncompress.
20452 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20453 of compressed data.
20454
20455 2005-02-08 Simon Josefsson <jas@extundo.com>
20456
20457 * imap.el (imap-log): Doc fix.
20458
20459 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20460
20461 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20462 the coding cookies; decompress compressed parts.
20463
20464 * mml.el (mml-generate-mime-1): Add the charset parameter according
20465 to the value which a user specified manually or the coding cookie.
20466
20467 * mm-util.el (mm-string-to-multibyte): New function.
20468 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20469 (mm-coding-system-to-mime-charset): New function.
20470 (mm-decompress-buffer): New function.
20471 (mm-find-buffer-file-coding-system): New function.
20472
20473 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20474 (mm-display-inline-fontify): Rewrite for decoding and decompressing
20475 parts.
20476
20477 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20478
20479 * mm-view.el (mm-display-inline-fontify): Decode a part according
20480 to the charset parameter.
20481
20482 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
20483
20484 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20485 prefix arg is neither nil nor a number, as info specifies.
20486
20487 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
20488
20489 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20490 timestamps.
20491
20492 2005-02-02 Jari Aalto <jari.aalto@cante.net>
20493
20494 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20495 groups error checking and notify user.
20496
20497 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
20498
20499 * message.el (message-send-mail-function): Check existence of
20500 sendmail-program first before using default value
20501 `message-send-mail-with-sendmail'. Otherwise use more generic
20502 `smtpmail-send-it'.
20503
20504 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
20505
20506 * nntp.el (nntp-request-update-info): Always return nil.
20507
20508 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
20509
20510 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20511
20512 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20513
20514 * message.el (message-beginning-of-line): Change the behavior when
20515 invoked between BOL and : so that it first moves backward.
20516
20517 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20518
20519 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20520 article buffer when editing of the article is discarded.
20521 (gnus-article-prepare): Revert.
20522
20523 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20524
20525 * gnus-art.el (gnus-article-prepare):
20526 Remove message-strip-forbidden-properties from the local hook.
20527
20528 2005-01-27 Simon Josefsson <jas@extundo.com>
20529
20530 * password.el (password-cache-add): Only start one timer per key.
20531 Reported by Derek Atkins <warlord@MIT.EDU>.
20532
20533 2005-01-26 Steve Youngs <steve@sxemacs.org>
20534
20535 * run-at-time.el: Remove. It is no longer needed as
20536 timer-funcs.el in the xemacs-base package has a working version of
20537 `run-at-time'.
20538
20539 * password.el: Require timer-funcs instead of run-at-time in
20540 XEmacs.
20541 Remove `password-run-at-time' macro.
20542 (password-cache-add): Use `run-at-time' instead of
20543 `password-run-at-time'.
20544
20545 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20546 for `run-with-idle-timer'.
20547
20548 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20549 for `run-at-time'.
20550
20551 * mm-url.el: Require timer-funcs at compile time when in XEmacs
20552 for `with-timeout'.
20553
20554 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
20555
20556 * mml.el (mml-generate-mime-1): Convert string into unibyte when
20557 inserting " *mml*" buffer's contents into a unibyte temp buffer.
20558
20559 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
20560
20561 * mail-source.el (mail-source-fetch-imap): Search for ^From case
20562 sensitively.
20563
20564 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
20565
20566 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20567
20568 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
20569
20570 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20571 which will be inserted according to the multibyteness of a buffer
20572 rather than the type of contents. Suggested by ARISAWA Akihiro
20573 <ari@mbf.ocn.ne.jp>.
20574
20575 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20576 of string which old xml.el may return rather than a string.
20577
20578 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
20579
20580 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20581
20582 2005-01-16 Simon Josefsson <jas@extundo.com>
20583
20584 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20585 idn/idna.el isn't available.
20586 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
20587 <michael@waxrat.com>.
20588
20589 * hashcash.el: Remove non-FSF copyright header.
20590
20591 * hashcash.el (hashcash-extra-generate-parameters): New variable.
20592 (hashcash-generate-payment): Use it.
20593 (hashcash-generate-payment-async): Use it.
20594
20595 2005-01-15 Simon Josefsson <jas@extundo.com>
20596
20597 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20598 Suggested by Raymond Scholz <ray-2005@zonix.de>.
20599
20600 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20601 gnus-summary-idna-message.
20602 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20603 (gnus-summary-idna-message): New function.
20604
20605 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
20606
20607 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20608 gnus-novice-user.
20609
20610 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
20611
20612 * nnrss.el (nnrss-request-delete-group): Delete entries in
20613 nnrss-group-alist as well.
20614 (nnrss-save-server-data): Insert newline.
20615
20616 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
20617
20618 * gnus.el (gnus-user-agent): Use list of symbols instead of
20619 symbols. Display full version number for (S)XEmacs.
20620 Optionally display (S)XEmacs codename.
20621
20622 * gnus-util.el (gnus-emacs-version): Update for new
20623 `gnus-user-agent'.
20624
20625 * gnus-msg.el (gnus-extended-version): Make it possible to omit
20626 Gnus version.
20627
20628 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20629
20630 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
20631 which is unreadable in some setups.
20632
20633 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20634
20635 * gnus-spec.el (gnus-update-format-specifications): Flush the
20636 group format spec cache if it doesn't support decoded group names.
20637
20638 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
20639
20640 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20641 Allow to apply decay on score files matching a regexp.
20642
20643 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
20644
20645 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20646 compatibility in %g and %c.
20647
20648 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
20649
20650 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20651 name for only %g and %c.
20652 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20653 of gnus-tmp-group to decoded group name.
20654 (gnus-group-make-rss-group): Exclude `/'s from group names.
20655
20656 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
20657
20658 * nnrss.el (nnrss-get-encoding): Fix regexp.
20659
20660 2004-12-27 Simon Josefsson <jas@extundo.com>
20661
20662 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20663 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20664 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
20665
20666 2004-12-17 Kim F. Storm <storm@cua.dk>
20667
20668 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20669
20670 * gnus-sum.el (gnus-summary-mode-map): Likewise.
20671
20672 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20673
20674 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20675
20676 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
20677
20678 * nnrss.el: Require rfc2047 and mml.
20679 (nnrss-file-coding-system): New variable.
20680 (nnrss-format-string): Redefine it as an inline function.
20681 (nnrss-decode-group-name): New function.
20682 (nnrss-string-as-multibyte): Remove.
20683 (nnrss-retrieve-headers): Decode group name; don't use
20684 nnrss-format-string.
20685 (nnrss-request-group): Decode group name.
20686 (nnrss-request-article): Decode group name; allow a Message-ID as
20687 well as an article number; don't use nnrss-format-string; encode a
20688 Message-ID string which may contain non-ASCII characters; use
20689 mml-to-mime to compose a MIME article.
20690 (nnrss-request-expire-articles): Decode group name.
20691 (nnrss-request-delete-group): Decode group name.
20692 (nnrss-fetch): Clarify error message.
20693 (nnrss-read-server-data): Use insert-file-contents instead of load;
20694 bind file-name-coding-system; use multibyte buffer.
20695 (nnrss-save-server-data): Bind coding-system-for-write to the
20696 value of nnrss-file-coding-system; bind file-name-coding-system;
20697 add coding cookie.
20698 (nnrss-read-group-data): Use insert-file-contents instead of load;
20699 bind file-name-coding-system; use multibyte buffer.
20700 (nnrss-save-group-data): Bind coding-system-for-write to the
20701 value of nnrss-file-coding-system; bind file-name-coding-system.
20702 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20703 make it work with non-ASCII text.
20704 (nnrss-find-el): Make it work with old xml.el as well.
20705
20706 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20707
20708 * nnrss.el (nnrss-get-encoding): New function.
20709 (nnrss-fetch): Use unibyte buffer initially; bind
20710 coding-system-for-read while performing mm-url-insert; remove ^Ms;
20711 decode contents according to the encoding attribute.
20712 (nnrss-save-group-data): Add coding cookie.
20713 (nnrss-mime-encode-string): New function.
20714 (nnrss-check-group): Use it to encode subject and author.
20715
20716 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
20717
20718 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20719 imaginary variable.
20720
20721 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20722
20723 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20724 correctly even if there are wide characters.
20725
20726 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
20727
20728 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20729 downcased symbol names; make a new cache instead of reusing
20730 bbdb-hashtable.
20731
20732 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
20733
20734 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20735 concatenating segments rather than before concatenating them.
20736 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20737
20738 * message.el (message-get-reply-headers): Bind `extra'.
20739
20740 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20741
20742 * message.el (message-extra-wide-headers): New variable.
20743 (message-get-reply-headers): Use it.
20744
20745 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
20746
20747 * gnus-agent.el (gnus-agent-group-path): Decode group name.
20748 (gnus-agent-group-pathname): Ditto.
20749
20750 * gnus-cache.el (gnus-cache-file-name): Decode group name.
20751
20752 * gnus-group.el (gnus-group-make-group): Decode group name.
20753 (gnus-group-make-rss-group): Register the group data after opening
20754 the nnrss group.
20755
20756 2004-12-17 Paul Jarc <prj@po.cwru.edu>
20757
20758 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20759 by expiry now get marked as read.
20760
20761 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20762
20763 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20764
20765 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
20766
20767 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20768 unify Latin characters in XEmacs.
20769 (mm-find-mime-charset-region): Use it.
20770
20771 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20772
20773 * gnus-util.el (gnus-delete-directory): New function.
20774
20775 * gnus-agent.el (gnus-agent-delete-group): Use it.
20776
20777 * gnus-cache.el (gnus-cache-delete-group): Use it.
20778
20779 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
20780
20781 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20782 names.
20783
20784 2004-12-16 Simon Josefsson <jas@extundo.com>
20785
20786 * hashcash.el (hashcash-payment-alist): Fix custom :type.
20787
20788 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
20789
20790 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20791
20792 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20793 (gnus-group-set-current-level): Decode group name.
20794
20795 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
20796
20797 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20798 failed.
20799
20800 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
20801
20802 * gnus-group.el (gnus-group-delete-group): Decode group name.
20803 (gnus-group-make-rss-group): Encode group name.
20804 (gnus-group-catchup-current): Decode group name.
20805 (gnus-group-kill-group): Decode group name.
20806
20807 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
20808
20809 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20810
20811 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
20812
20813 * gnus-group.el (gnus-group-make-rss-group):
20814 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20815
20816 * gnus-start.el (gnus-setup-news): Honor user's setting to
20817 gnus-message-archive-method. Suggested by Lute Kamstra
20818 <lute@gnu.org>.
20819
20820 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
20821
20822 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20823 global counterparts of the buffer-local variables.
20824
20825 2004-11-16 Romain Francoise <romain@orebokech.com>
20826
20827 * gnus-sum.el (gnus-summary-exit): Don't clear the global
20828 counterparts of the buffer-local variables.
20829
20830 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20831
20832 * message.el (message-forbidden-properties): Fix typo in doc
20833 string.
20834
20835 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20836
20837 * gnus-util.el (gnus-replace-in-string): Add doc string.
20838
20839 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20840 to avoid problems when splitting mails with many recipients.
20841
20842 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
20843
20844 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20845 pop-to-buffer, covered by the subsequent gnus-configure-windows.
20846
20847 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
20848
20849 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20850 if there is no hashtable in memory or file modification time is
20851 newer than cached timestamp.
20852
20853 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
20854
20855 * gnus-sum.el (gnus-summary-limit-to-recipient):
20856 Implement not-matching option.
20857
20858 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
20859
20860 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20861 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20862 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20863 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20864 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
20865 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20866
20867 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
20868
20869 * message.el (message-forward-make-body-mml): Remove headers
20870 according to message-forward-ignored-headers if a message is decoded.
20871
20872 2004-12-02 Romain Francoise <romain@orebokech.com>
20873
20874 * message.el (message-forward-make-body-plain): Always remove
20875 headers according to message-forward-ignored-headers.
20876
20877 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
20878
20879 * spam.el (spam-summary-prepare-exit): Remove the
20880 gnus-summary-limit pop for now, it has problems with ham marks for
20881 me.
20882
20883 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
20884
20885 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20886 correctly.
20887
20888 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
20889
20890 * format-spec.el (format-spec): Message the char.
20891
20892 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
20893
20894 * gnus-art.el (gnus-split-methods): Reformat comments.
20895
20896 * spam.el (spam-summary-prepare-exit): Remove article limits
20897 before exiting the summary buffer.
20898
20899 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20900
20901 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20902 order to silence the byte compiler.
20903
20904 * spam.el: Fix the way to silence the byte compiler, which
20905 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20906 bbdb-search-simple, spam-BBDB-register-routine,
20907 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20908 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20909 spam-stat-buffer-is-spam, spam-stat-load,
20910 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20911 spam-stat-save and spam-stat-split-fancy.
20912
20913 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20914
20915 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20916 which may confuse users.
20917 (canlock-password-for-verify): Ditto.
20918
20919 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20920
20921 * gnus-art.el (gnus-emphasis-alist): Ditto.
20922
20923 * gnus-registry.el (gnus-registry-max-entries): Ditto.
20924
20925 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20926
20927 * gnus-start.el (gnus-save-killed-list): Ditto.
20928
20929 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20930 (gnus-sum-thread-tree-root): Ditto.
20931 (gnus-sum-thread-tree-false-root): Ditto.
20932 (gnus-sum-thread-tree-single-indent): Ditto.
20933
20934 * message.el (message-courtesy-message): Ditto.
20935 (message-archive-note): Ditto.
20936 (message-subscribed-address-file): Ditto.
20937 (message-user-fqdn): Ditto.
20938
20939 * spam-report.el (spam-report-gmane-regex): Ditto.
20940
20941 * spam.el (spam-blackhole-good-server-regex): Ditto.
20942
20943 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20944
20945 * mml.el (mml-preview): Widen the message buffer before copying
20946 the contents to the preview buffer; sort headers before previewing.
20947
20948 * message.el (message-hidden-headers): Fix the way to avoid a bug
20949 in the `repeat' widget in Emacs 21.3 or earlier.
20950
20951 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20952
20953 * message.el (message-hidden-headers): Default to "^References:".
20954 Improve customization type. Suggested by Reiner Steib
20955 <Reiner.Steib@gmx.de>.
20956
20957 2004-11-25 Romain Francoise <romain@orebokech.com>
20958
20959 * message.el (message-strip-forbidden-properties): Remove check for
20960 obsolete `message-hidden' text property, hidden headers are not
20961 accessible in the buffer anymore.
20962
20963 2004-11-22 Romain Francoise <romain@orebokech.com>
20964
20965 * message.el (message-header-format-alist): Add `From' in list
20966 so that it can be sorted.
20967 (message-fix-before-sending): Widen and sort headers before
20968 sending.
20969 (message-hide-headers): Use narrowing to hide headers by moving
20970 them to the top of the buffer and narrowing to the region
20971 underneath.
20972
20973 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20974
20975 * message.el (message-strip-forbidden-properties):
20976 Bind buffer-read-only (etc) to nil.
20977
20978 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
20979
20980 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20981 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20982
20983 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
20984
20985 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20986
20987 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20988
20989 * dns.el (query-dns): Use sit-for to time instead of
20990 accept-process-output, since that doesn't seem to work on udp
20991 sockets.
20992
20993 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
20994
20995 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20996
20997 2004-11-15 Jesper Harder <harder@ifa.au.dk>
20998
20999 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21000 doc string. Improve doc string.
21001
21002 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21003
21004 * nntp.el (nntp-request-update-info): Return nil if
21005 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21006 may not call gnus-activate-group which uselessly issues the GROUP
21007 commands for all nntp groups and wastes time. Reported by Romain
21008 Francoise <romain@orebokech.com>.
21009
21010 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21011
21012 2004-11-15 Simon Josefsson <jas@extundo.com>
21013
21014 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21015 headers separately.
21016 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21017 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21018
21019 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21020
21021 * gnus-start.el (gnus-convert-old-newsrc):
21022 Assign legacy-gnus-agent to 5.10.7.
21023
21024 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21025
21026 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21027 start of the lines.
21028
21029 2004-11-14 Magnus Henoch <mange@freemail.hu>
21030
21031 * hashcash.el (hashcash-default-payment): Change default to 20.
21032 (hashcash-default-accept-payment): Change default to 20.
21033 (hashcash-process-alist): New variable.
21034 (hashcash-generate-payment-async): Add.
21035 (hashcash-already-paid-p): Add.
21036 (hashcash-insert-payment): Don't generate payments twice.
21037 (hashcash-insert-payment-async): Add.
21038 (hashcash-insert-payment-async-2): Add.
21039 (hashcash-cancel-async): Add.
21040 (hashcash-wait-async): Add.
21041 (hashcash-processes-running-p): Add.
21042 (hashcash-wait-or-cancel): Add.
21043 (mail-add-payment): New optional argument. Conditionally start
21044 asynchronous calculation.
21045 (mail-add-payment-async): Add.
21046
21047 * message.el (message-send-mail): Wait for asynchronous hashcash
21048 results. Don't clobber existing X-Hashcash headers.
21049 (message-setup-1): Call mail-add-payment-async when
21050 message-generate-hashcash is non-nil.
21051
21052 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21053
21054 * message.el (message-use-alternative-email-as-from): Examine the
21055 From header as well; use message-make-from in order to include a
21056 user's full name.
21057
21058 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21059
21060 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21061 default; improve customization type.
21062 (gnus-emphasis-custom-with-format): New macro.
21063 (gnus-emphasis-custom-value-to-external): New function.
21064 (gnus-emphasis-custom-value-to-internal): New function.
21065
21066 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21067
21068 * dns.el (query-dns): Resolve reverse addresses.
21069
21070 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21071
21072 * gnus-group.el (gnus-group-get-new-news): Use it.
21073
21074 * gnus-start.el (gnus-check-reasonable-setup): New function.
21075
21076 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21077
21078 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21079 "Args out of range" error. Reported by Arnaud Giersch
21080 <arnaud.giersch@free.fr>.
21081
21082 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21083
21084 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21085
21086 2004-11-04 Richard M. Stallman <rms@gnu.org>
21087
21088 * spam.el (spam group): Add :version.
21089
21090 * pgg-def.el (pgg group): Add :version.
21091
21092 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21093
21094 * gnus-art.el (gnus-article-edit-article): Don't associate the
21095 article buffer with a draft file. This is a temporary measure
21096 against the 2004-08-22 change to gnus-article-edit-mode.
21097
21098 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21099
21100 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21101 (html2text-format-tags): Remove unused variable `attr'.
21102
21103 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21104
21105 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21106
21107 * spam-stat.el (spam-stat): Add :version.
21108
21109 * sieve.el (sieve): Add :version.
21110
21111 * sha1.el (sha1): Add :version.
21112 (sha1-use-external): Remove redundant version.
21113
21114 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21115 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21116 (nnmail-split-fancy-match-partial-words)
21117 (nnmail-split-lowercase-expanded): Add :version.
21118
21119 * nndiary.el (nndiary): Add :version.
21120
21121 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21122
21123 * mml-sec.el (mml-default-sign-method)
21124 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21125 Add :version.
21126
21127 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21128
21129 * mm-url.el (mm-url-use-external, mm-url-program)
21130 (mm-url-arguments): Add :version.
21131
21132 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21133 (mm-attachment-file-modes, mm-decrypt-option)
21134 (mm-w3m-safe-url-regexp): Add :version.
21135
21136 * message.el (message-cite-prefix-regexp)
21137 (message-sendmail-envelope-from, message-minibuffer-local-map)
21138 (message-user-fqdn, message-completion-alist): Add :version.
21139
21140 * gnus-win.el (gnus-configure-windows-hook)
21141 (gnus-use-frames-on-any-display): Add :version.
21142
21143 * gnus-art.el (gnus-article-address-banner-alist)
21144 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21145 (gnus-treat-from-picon, gnus-treat-mail-picon)
21146 (gnus-treat-x-pgp-sig): Add :version.
21147
21148 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21149 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21150 (gnus-summary-article-delete-hook)
21151 (gnus-summary-display-while-building): Add :version.
21152
21153 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21154 (gnus-get-top-new-news-hook): Add :version.
21155
21156 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21157 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21158
21159 * gnus-registry.el (gnus-registry): Add :version.
21160
21161 * gnus-spec.el (gnus-use-correct-string-widths)
21162 (gnus-make-format-preserve-properties): Add :version.
21163
21164 * gnus.el (gnus-group-charter-alist)
21165 (gnus-group-fetch-control-use-browse-url)
21166 (gnus-install-group-spam-parameters): Add :version.
21167
21168 * gnus-diary.el (gnus-diary): Add :version.
21169
21170 * gnus-delay.el (gnus-delay): Add :version.
21171
21172 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21173 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21174 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21175 Add :version.
21176
21177 * gnus-agent.el (gnus-agent-max-fetch-size)
21178 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21179 (gnus-agent-prompt-send-queue): Add :version.
21180
21181 * deuglify.el (gnus-outlook-deuglify): Add :version.
21182
21183 * html2text.el: Beautify code. Improve doc strings.
21184 Some checkdoc cleanup.
21185 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21186
21187 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21188
21189 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21190
21191 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21192
21193 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21194 when package is loaded.
21195
21196 * spam.el (spam-summary-score-preferred-header): Add global preference
21197 for people who want to override the default SpamAssassin over
21198 Bogofilter preference (when both are set).
21199 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21200 (spam-user-format-function-S):
21201 Check spam-summary-score-preferred-header.
21202 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21203 (spam-user-format-function-S): Format the score correctly.
21204
21205 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21206
21207 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21208 signature file. Suggested by Manoj Srivastava
21209 <srivasta@golden-gryphon.com>.
21210
21211 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21212 iso-2022-jp even in the Japanese language environment.
21213 Suggested by Jason Rumney <jasonr@gnu.org>.
21214
21215 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21216
21217 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21218 use the same characters as the dummy marks; make it free from
21219 getting affected by the language environment.
21220 (gnus-summary-read-group-1): Update mark positions only when the
21221 format spec is updated.
21222
21223 * gnus-spec.el (gnus-update-format-specifications): Return a list
21224 of updated types.
21225
21226 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21227
21228 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21229 of boundp to check if display-warning is available.
21230
21231 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21232
21233 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21234
21235 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21236
21237 * nnspool.el (nnspool-spool-directory): Use news-path if the
21238 news-directory variable is not bound.
21239
21240 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21241 function instead of display-warning if it is not available.
21242
21243 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21244
21245 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21246 v5-10: Use `point-at-bol'.
21247
21248 2004-10-26 Simon Josefsson <jas@extundo.com>
21249
21250 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21251 <chenggao@gmail.com>.
21252
21253 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21254
21255 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21256 instead.
21257
21258 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21259
21260 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21261 to remove a server from the nnimap-server-buffer-alist.
21262 (nnimap-open-connection, nnimap-close-server): Use it.
21263
21264 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21265
21266 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21267
21268 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21269 running the major-mode function.
21270
21271 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21272
21273 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21274 dummy marks in the right way.
21275
21276 2004-10-18 David Edmondson <dme@dme.org>
21277
21278 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21279 excessively.
21280
21281 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21282
21283 * gnus-util.el (gnus-split-references): Accept a nil references
21284 string and go on blissfully.
21285
21286 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21287 cases where the references string is non-nil but has no references.
21288
21289 * encrypt.el: Add autoload tags.
21290
21291 * spam.el (spam-resolve-registrations-routine): Remove article
21292 from unregistration list too. Reported by David Hanak
21293 <dhanak@isis.vanderbilt.edu>
21294
21295 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21296
21297 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21298 nil. Change custom type.
21299
21300 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21301
21302 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21303
21304 * gnus-sum.el (gnus-summary-move-article): Use it.
21305
21306 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21307
21308 * encrypt.el: Add autoload cookies.
21309
21310 * spam.el (spam-backend-article-list-property)
21311 (spam-backend-get-article-todo-list)
21312 (spam-backend-put-article-todo-list)
21313 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21314 Resolve registrations separately.
21315 (spam-register-routine): Format comments.
21316 (spam-unregister-routine, spam-register-routine): Always call with
21317 specific-articles, no default list.
21318 (spam-summary-prepare-exit): Use the spam-classifications function.
21319
21320 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21321 gnus-encrypt.el.
21322
21323 * encrypt.el: Copied from gnus-encrypt.el.
21324
21325 * gnus-encrypt.el: Commented that it's obsolete.
21326
21327 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21328
21329 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21330 (gnus-score-save): Use it.
21331
21332 * message.el (message-bury): Use `window-dedicated-p'.
21333
21334 2004-10-15 Simon Josefsson <jas@extundo.com>
21335
21336 * pop3.el (top-level): Don't require nnheader.
21337 (pop3-read-timeout): Add.
21338 (pop3-accept-process-output): Add.
21339 (pop3-read-response, pop3-retr): Use it.
21340
21341 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
21342
21343 * spam.el (spam-register-routine): Move comment.
21344 (spam-verify-bogofilter): Use 'unknown for the initial
21345 spam-bogofilter-valid state, not 'never.
21346
21347 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21348 for netrc-machine.
21349
21350 * nnimap.el (nnimap-open-connection):
21351 Use netrc-machine-user-or-password.
21352
21353 2004-10-17 Richard M. Stallman <rms@gnu.org>
21354
21355 * gnus-registry.el (gnus-registry-unload-hook):
21356 Set as a variable with add-hook.
21357
21358 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21359 of news-path.
21360
21361 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21362
21363 * spam.el: Delete duplicate `provide'.
21364 (spam-unload-hook): Set as a variable with add-hook.
21365
21366 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21367
21368 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21369 in the doc string.
21370
21371 * message.el (message-ignored-news-headers)
21372 (message-ignored-supersedes-headers)
21373 (message-ignored-resent-headers)
21374 (message-forward-ignored-headers): Improve custom type.
21375
21376 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21377
21378 * message.el (message-tokenize-header): Fix 2004-09-06 change
21379 which used point-min in the wrong place.
21380
21381 2004-10-12 Simon Josefsson <jas@extundo.com>
21382
21383 * tls.el (tls-certtool-program): New variable.
21384 (tls-certificate-information): New function, based on
21385 ssl-certificate-information.
21386
21387 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21388
21389 * compface.el: Move the version of ELisp-based uncompface program
21390 to the contrib directory because of the copyright problem.
21391
21392 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21393
21394 * message.el (message-kill-buffer): Raise the current frame.
21395
21396 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21397
21398 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21399
21400 * gnus.el (message-y-or-n-p): Autoload.
21401
21402 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21403 (pop3-password-required, pop3-authentication-scheme)
21404 (pop3-leave-mail-on-server): Make customizable.
21405 (pop3): New custom group.
21406 (pop3-retr): Remove `sleep-for' statements.
21407 Suggested by Dave Love <fx@gnu.org>.
21408
21409 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21410 Windows/DOS.
21411
21412 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21413 (imap-parse-body): Fix incorrect use of `assert'.
21414 Suggested by Dave Love <fx@gnu.org>.
21415
21416 * mml.el (mml-minibuffer-read-disposition): Require match.
21417 Suggested by Dave Love <fx@gnu.org>.
21418
21419 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
21420
21421 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
21422 doc string.
21423
21424 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
21425
21426 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21427
21428 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21429
21430 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21431 instead of calling `mm-insert-inline', to decode text/* parts
21432 before displaying them.
21433
21434 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
21435
21436 * mm-uu.el (mm-uu-text-plain-type): New variable.
21437 (mm-uu-pgp-signed-extract-1): Use it.
21438 (mm-uu-pgp-encrypted-extract-1): Use it.
21439 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21440 bind mm-uu-text-plain-type with that value.
21441 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21442 mm-uu-dissect.
21443
21444 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21445
21446 * gnus-group.el (gnus-update-group-mark-positions):
21447 * gnus-sum.el (gnus-update-summary-mark-positions):
21448 * message.el (message-check-news-body-syntax):
21449 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21450 of string-as-multibyte.
21451
21452 2004-10-05 Juri Linkov <juri@jurta.org>
21453
21454 * gnus-group.el (gnus-update-group-mark-positions):
21455 * gnus-sum.el (gnus-update-summary-mark-positions):
21456 * message.el (message-check-news-body-syntax):
21457 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21458 8-bit unibyte values to a multibyte string for search functions.
21459
21460 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21461
21462 * mm-uu.el (mm-uu-dissect): Allow optional arg.
21463 (mm-uu-dissect-text-parts): New function.
21464
21465 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21466 dissect text parts.
21467
21468 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21469 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21470
21471 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21472
21473 * gnus-topic.el (gnus-topic-hierarchical-parameters):
21474 Use gnus-current-topics instead of gnus-current-topic.
21475
21476 2004-10-06 Jesper Harder <harder@ifa.au.dk>
21477
21478 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21479
21480 2004-10-05 Jesper Harder <harder@ifa.au.dk>
21481
21482 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21483 where appropriate.
21484
21485 * nnml.el (nnml-generate-active-info): do.
21486
21487 * nndiary.el (nndiary-generate-active-info): do.
21488
21489 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21490 (gnus-topic-move): do.
21491
21492 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21493 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21494
21495 * gnus-srvr.el (gnus-server-prepare)
21496 (gnus-server-open-all-servers): do.
21497
21498 * gnus-msg.el (gnus-summary-cancel-article)
21499 (gnus-summary-resend-message)
21500 (gnus-summary-mail-crosspost-complaint): do.
21501
21502 * gnus-move.el (gnus-change-server): do.
21503
21504 * gnus-group.el (gnus-group-unmark-all-groups)
21505 (gnus-group-set-current-level): do.
21506
21507 2004-10-04 Simon Josefsson <jas@extundo.com>
21508
21509 * message.el (message-generate-hashcash): Doc fix.
21510
21511 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
21512
21513 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21514 avoid infinite recursion via gnus-get-function.
21515
21516 2004-10-02 Jesper Harder <harder@ifa.au.dk>
21517
21518 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21519
21520 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21521
21522 * nnmail.el (nnmail-split-history): do.
21523
21524 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21525 (nnml-request-delete-group): do.
21526
21527 * nnslashdot.el (nnslashdot-read-groups): do.
21528
21529 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21530 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21531
21532 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21533 (nnspool-sift-nov-with-sed): Use last.
21534 (nnspool-retrieve-headers-with-nov): Use mapc.
21535 (nnspool-request-newgroups): Use dolist.
21536 (nnspool-request-group): Use last.
21537
21538 * nntp.el (nntp-read-server-type): Use dolist.
21539
21540 * nnvirtual.el (nnvirtual-create-mapping)
21541 (nnvirtual-update-read-and-marked): Use dolist.
21542 (nnvirtual-convert-headers): Simplify.
21543
21544 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21545
21546 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21547 Add support for sync'ing tick marks.
21548
21549 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
21550
21551 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21552 there's no visible header.
21553
21554 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21555
21556 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21557 When necessary, pass full group name to gnus-request-set-marks.
21558
21559 2004-10-01 Simon Josefsson <jas@extundo.com>
21560
21561 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
21562 acroread.
21563
21564 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21565
21566 * spam-report.el (spam-report-gmane): Fix interactive.
21567
21568 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21569
21570 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21571 when writing file.
21572 (gnus-agent-synchronize-flags): Don't default to being
21573 interactive.
21574
21575 2004-09-30 Simon Josefsson <jas@extundo.com>
21576
21577 * message.el (message-generate-hashcash): Add.
21578 (message-send-mail): Use it, call mail-add-payment.
21579
21580 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
21581
21582 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21583
21584 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
21585
21586 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21587 gnus-request-update-info with explicit code to sync the in-memory
21588 info read flags with the marks being sync'd to the backend.
21589
21590 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21591
21592 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21593
21594 * spam.el (spam-verify-bogofilter): Add new function.
21595 (spam-check-bogofilter)
21596 (spam-bogofilter-register-with-bogofilter): Use it.
21597 (spam-verify-bogofilter): Add small fixes.
21598
21599 2004-09-28 Simon Josefsson <jas@extundo.com>
21600
21601 * hashcash.el (hashcash-generate-payment): Revert.
21602
21603 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21604
21605 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21606 Use gnus-extract-references instead of gnus-split-references.
21607
21608 * gnus-util.el (gnus-extract-references): Add new function, analogous
21609 to gnus-split-references but extracts only the message-ID without
21610 anything extra.
21611
21612 * hashcash.el (hashcash-generate-payment)
21613 (hashcash-check-payment): Do the right thing if hashcash-path is
21614 nil (because the hashcash program could not be found).
21615
21616 * spam.el (spam-use-hashcash): Remove comment.
21617
21618 2004-09-27 Jesper Harder <harder@ifa.au.dk>
21619
21620 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21621 (gnus-cache-enter-article, gnus-cache-remove-article)
21622 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21623
21624 * gnus-async.el (gnus-async-prefetch-remove-group): do.
21625
21626 * gnus-art.el (article-hide-boring-headers)
21627 (article-translate-strings, article-display-face)
21628 (gnus-article-mime-match-handle-first)
21629 (gnus-article-highlight-headers)
21630 (gnus-article-add-buttons-to-head): do.
21631
21632 2004-09-27 Simon Josefsson <jas@extundo.com>
21633
21634 * hashcash.el: New version, from
21635 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
21636 ../contrib/.
21637
21638 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
21639
21640 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21641
21642 2004-09-26 Jesper Harder <harder@ifa.au.dk>
21643
21644 * gnus-dup.el (gnus-dup-open): Use mapc.
21645 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21646
21647 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21648 Reported by Stefan Wiens <s.wi@gmx.net>.
21649
21650 * gnus.el (gnus-shutdown): Use dolist.
21651
21652 * gnus-undo.el (gnus-undo): Use mapc.
21653
21654 * nnrss.el (nnrss-generate-active): do.
21655
21656 * message.el (message-cite-original-without-signature)
21657 (message-cite-original): Use mapc.
21658 (message-do-actions, message-make-forward-subject): Use dolist.
21659
21660 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21661
21662 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21663 deletion to remove entire duplicate line. Fixes merged article
21664 number bug.
21665
21666 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21667
21668 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21669 servers that are offline. Avoids having gnus-agent-toggle-plugged
21670 first ask if you want to open a server and then, even when you
21671 responded with no, asking if you want to synchronize the server's
21672 flags.
21673 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21674 multi-line expressions.
21675 (gnus-agent-synchronize-group-flags): New internal function.
21676 Updates marks in memory (in the info structure) AND in the
21677 backend.
21678
21679 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21680
21681 * nnagent.el (nnagent-request-set-mark):
21682 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21683 method, to ensure that synchronization updates marks in the
21684 backend and in the info (in memory) structure.
21685
21686 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
21687
21688 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21689 convention fully; don't miss the root article of a thread; make
21690 the X-Draft-From header with correct article numbers.
21691
21692 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
21693
21694 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21695 unless plugged. Disable the agent so that an open failure causes
21696 an error.
21697
21698 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21699 Revert 2004-09-21 change. The backend must be opened while
21700 synchronizing flags even when the backend stores the flags
21701 locally.
21702
21703 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
21704
21705 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21706 in `header' match. Reported by Svend Tollak Munkejord.
21707
21708 * message.el (message-cite-original): Fix use of
21709 `message-cite-articles-with-x-no-archive'.
21710
21711 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
21712
21713 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21714 (gnus-window-to-buffer): Ditto.
21715
21716 * mml.el (mml-preview-buffer): New variable.
21717 (mml-preview): Manage window layout with gnus-buffer-configuration.
21718
21719 * gnus-msg.el (gnus-setup-message): Put article numbers into the
21720 X-Draft-From header even if those articles aren't quoted.
21721
21722 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
21723
21724 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21725 (gnus-request-set-mark, gnus-request-update-mark): Use new
21726 g-s-t-u-l-m to decide to use backend even when unplugged.
21727
21728 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
21729
21730 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21731 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
21732
21733 2004-09-20 Simon Josefsson <jas@extundo.com>
21734
21735 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21736 "utf-16-le".
21737
21738 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21739
21740 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21741
21742 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
21743
21744 * uudecode.el (uudecode-use-external): Add :version.
21745
21746 * smime.el (smime-CA-file, smime-encrypt-cipher)
21747 (smime-dns-server): Add :version.
21748
21749 * smiley.el (gnus-smiley-file-types): Add :version.
21750
21751 * sha1.el (sha1-use-external): Add :version.
21752
21753 * pgg-def.el (pgg-query-keyserver): Add :version.
21754
21755 * nnmail.el (nnmail-fancy-expiry-targets)
21756 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21757 Add :version.
21758
21759 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21760 (nnimap-retrieve-groups-asynchronous): Add :version.
21761 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
21762
21763 * mml.el (mml-content-disposition-parameters)
21764 (mml-insert-mime-headers-always): Add :version.
21765
21766 * mm-util.el (mm-coding-system-priorities): Add :version.
21767
21768 * mm-decode.el (mm-inline-text-html-with-images)
21769 (mm-keep-viewer-alive-types, mm-external-terminal-program)
21770 (mm-verify-option): Add :version.
21771 (mm-text-html-renderer): Change :version.
21772
21773 * message.el (message-fcc-externalize-attachments)
21774 (message-required-headers, message-draft-headers)
21775 (message-subject-trailing-was-query)
21776 (message-subject-trailing-was-ask-regexp)
21777 (message-subject-trailing-was-regexp, message-mark-insert-begin)
21778 (message-mark-insert-end, message-archive-header)
21779 (message-archive-note, message-cross-post-default)
21780 (message-cross-post-note, message-followup-to-note)
21781 (message-cross-post-note-function, message-use-mail-followup-to)
21782 (message-subscribed-address-functions)
21783 (message-subscribed-address-file, message-subscribed-addresses)
21784 (message-subscribed-regexps, message-allow-no-recipients)
21785 (message-yank-cited-prefix, message-signature-insert-empty-line)
21786 (message-hidden-headers, message-hierarchical-addresses)
21787 (message-mail-user-agent, message-use-idna)
21788 (message-valid-fqdn-regexp)
21789 (message-strip-special-text-properties, message-header-synonyms)
21790 (message-beginning-of-line, message-tab-body-function): Add :version.
21791 (message-insert-canlock, message-wide-reply-confirm-recipients):
21792 Change :version.
21793
21794 * mail-source.el (mail-source-ignore-errors): Add :group, :type
21795 and :version.
21796 (mail-source-delete-old-incoming-confirm)
21797 (mail-source-movemail-program): Add :version.
21798
21799 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21800 (gnus-agent-cache, gnus-agent): Change :version.
21801
21802 * gnus-util.el (gnus-use-byte-compile): Change :version.
21803
21804 * gnus-sum.el (gnus-summary-make-false-root-always)
21805 (gnus-summary-default-high-score)
21806 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21807 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21808 (gnus-read-all-available-headers, gnus-article-emulate-mime)
21809 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21810 (gnus-sum-thread-tree-single-indent)
21811 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21812 (gnus-sum-thread-tree-leaf-with-other)
21813 (gnus-sum-thread-tree-single-leaf): Add :version.
21814 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21815 (gnus-article-loose-mime): Change :version.
21816
21817 * gnus-start.el (gnus-backup-startup-file)
21818 (gnus-save-startup-file-via-temp-buffer): Add :version.
21819
21820 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21821 (gnus-server-offline-face): Add :version.
21822
21823 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21824
21825 * gnus-msg.el (gnus-gcc-externalize-attachments)
21826 (gnus-debug-files, gnus-debug-exclude-variables)
21827 (gnus-discouraged-post-methods): Change :version.
21828 (gnus-confirm-mail-reply-to-news)
21829 (gnus-confirm-treat-mail-like-news): Add :version.
21830
21831 * gnus-int.el (gnus-server-unopen-status): Add :version.
21832
21833 * gnus-group.el (gnus-group-jump-to-group-prompt)
21834 (gnus-large-ephemeral-newsgroup)
21835 (gnus-fetch-old-ephemeral-headers): Add :version.
21836
21837 * gnus-fun.el (gnus-x-face-directory)
21838 (gnus-convert-pbm-to-x-face-command)
21839 (gnus-convert-image-to-x-face-command)
21840 (gnus-convert-image-to-face-command): Add :version.
21841
21842 * gnus-delay.el (gnus-delay-default-hour): Add :version.
21843
21844 * gnus-cite.el (gnus-cite-blank-line-after-header)
21845 (gnus-article-boring-faces): Add :version.
21846
21847 * gnus-art.el (gnus-buttonized-mime-types)
21848 (gnus-inhibit-mime-unbuttonizing)
21849 (gnus-treat-display-face)
21850 (gnus-treat-body-boundary): Change :version.
21851 (gnus-body-boundary-delimiter, gnus-picon-databases)
21852 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21853 (gnus-treat-date-english, gnus-treat-fold-headers)
21854 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21855 (gnus-treat-mail-picon, gnus-treat-wash-html)
21856 (gnus-article-encrypt-protocol)
21857 (gnus-use-idna, gnus-article-over-scroll)
21858 (gnus-mime-display-multipart-alternative-as-mixed)
21859 (gnus-mime-display-multipart-related-as-mixed)
21860 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21861 (gnus-ctan-url, gnus-button-ctan-handler)
21862 (gnus-button-handle-ctan-bogus-regexp)
21863 (gnus-button-ctan-directory-regexp)
21864 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21865 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21866 (gnus-button-man-level, gnus-button-emacs-level)
21867 (gnus-button-message-level, gnus-button-browse-level): Add :version.
21868
21869 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21870 (gnus-agent-go-online): Change :version.
21871 (gnus-agent-expire-unagentized-dirs)
21872 (gnus-agent-auto-agentize-methods): Add :version.
21873
21874 * flow-fill.el (fill-flowed-display-column)
21875 (fill-flowed-encode-column): Add :version.
21876
21877 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21878 (gnus-outlook-deuglify-unwrap-max)
21879 (gnus-outlook-deuglify-cite-marks)
21880 (gnus-outlook-deuglify-unwrap-stop-chars)
21881 (gnus-outlook-deuglify-no-wrap-chars)
21882 (gnus-outlook-deuglify-attrib-cut-regexp)
21883 (gnus-outlook-deuglify-attrib-verb-regexp)
21884 (gnus-outlook-deuglify-attrib-end-regexp)
21885 (gnus-outlook-display-hook): Add :version.
21886
21887 * binhex.el (binhex-use-external): Add :version.
21888
21889 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
21890
21891 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21892 and `invisible'.
21893
21894 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
21895
21896 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21897 in gnus-registry-trim.
21898
21899 2004-09-13 Simon Josefsson <jas@extundo.com>
21900
21901 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21902
21903 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21904
21905 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21906 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21907 <yamaoka@jpl.org>.
21908 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21909 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21910 <yamaoka@jpl.org>.
21911
21912 * sieve.el (sieve-manage-mode): Ditto.
21913
21914 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
21915
21916 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21917
21918 2004-09-11 Simon Josefsson <jas@extundo.com>
21919
21920 * dns-mode.el: Add.
21921
21922 * mm-view.el (mm-display-dns-inline): Add.
21923
21924 * mm-decode.el (mm-inline-media-tests): Add text/dns.
21925 (mm-automatic-display): Ditto.
21926
21927 * mailcap.el (mailcap-mime-data): Add text/dns.
21928 (mailcap-mime-extensions): Map .soa to text/dns.
21929
21930 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
21931
21932 * gnus-art.el (article-decode-mime-words, article-babel)
21933 (gnus-article-highlight-signature, gnus-article-add-buttons)
21934 (gnus-signature-toggle): Remove unnecessary bindings of
21935 `inhibit-read-only' inherited from v5.10 merge.
21936
21937 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21938
21939 * nntp.el (nntp): New customization group.
21940 (nntp-authinfo-file): Add customization group.
21941
21942 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21943
21944 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21945
21946 * gnus.el (to-address, to-list, subscribed)
21947 (large-newsgroup-initial): Ditto.
21948
21949 * flow-fill.el (fill-flowed-display-column)
21950 (fill-flowed-encode-column): Ditto.
21951
21952 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21953
21954 * message.el (message-tokenize-header, message-send-mail-with-qmail):
21955 Use point-min rather than 1.
21956 (message-send-mail): Use buffer-size rather than point-max.
21957
21958 * gnus-sum.el (gnus-summary-search-article-forward):
21959 Signal a specific `search-failed' rather than a generic `error'.
21960
21961 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21962 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21963 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21964
21965 2004-09-10 Simon Josefsson <jas@extundo.com>
21966
21967 * nndb.el (require): Remove tcp and duplicate cl.
21968
21969 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
21970
21971 * gnus-agent.el (directory-files-and-attributes): Move forward.
21972
21973 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21974
21975 * gnus-agent.el (directory-files-and-attributes):
21976 Optionally defined to support XEmacs.
21977
21978 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21979
21980 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21981 to avoid run-time CL dependencies.
21982 (gnus-agent-unfetch-articles): New function.
21983 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21984 article numbers even when local .overview file is missing.
21985 (gnus-agent-read-article-number): New function. Only accepts
21986 27-bit article numbers.
21987 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21988 Use gnus-agent-read-article-number.
21989 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21990 from backend while recognizing that article numbers in .overview
21991 must be valid.
21992 (gnus-agent-update-files-total-fetched-for):
21993 Use directory-files-and-attributes to improve performance.
21994 * gnus-int.el (gnus-request-move-article):
21995 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21996 improve performance.
21997
21998 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21999 some users confused by references to .newsrc when they only have a
22000 .newsrc.eld file.
22001 (gnus-convert-mark-converter-prompt)
22002 (gnus-convert-converter-needs-prompt): Fix use of property list.
22003 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22004 New function. Used internally to only display 'gnus converting
22005 files' message when actually necessary.
22006
22007 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22008 methods now autoloaded.
22009
22010 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22011
22012 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22013 identifiers.
22014
22015 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22016
22017 * gnus-picon.el: Fix indentation and closing parenthesis.
22018
22019 2004-09-01 Simon Josefsson <jas@extundo.com>
22020
22021 * message.el (message-canlock-generate): Require sha1, not
22022 sha1-el. (Can we get rid of this require altogether? It is ugly
22023 to require within a function. Sadly, if sha1.el isn't loaded, the
22024 let binding in m-c-g will hide the defcustom definition, which is
22025 bad.)
22026
22027 * canlock.el: Require sha1, not sha1-el.
22028
22029 * message.el: Don't autoload sha1 (there is a autoload cookie in
22030 sha1.el).
22031
22032 * sha1-el.el: Rename to sha1.el.
22033
22034 2004-08-30 Juanma Barranquero <lektu@terra.es>
22035
22036 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22037
22038 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22039
22040 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22041
22042 2004-08-30 Kim F. Storm <storm@cua.dk>
22043
22044 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22045
22046 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22047 Add :group 'nnimap.
22048
22049 2004-08-30 Andreas Schwab <schwab@suse.de>
22050
22051 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22052 ?* and ?\;.
22053
22054 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22055 and ?\' to symbol instead of whitespace.
22056
22057 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22058
22059 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22060
22061 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22062 instead of re-search-forward.
22063
22064 * gnus-uu.el (gnus-uu-save-article): Ditto.
22065 (gnus-uu-post-encode-uuencode): Ditto.
22066
22067 * html2text.el (html2text-clean-list-items): Ditto.
22068 (html2text-clean-dtdd): Ditto.
22069 (html2text-format-tags): Ditto.
22070
22071 * message.el (message-send-mail-with-sendmail): Fix regexp.
22072 (message-fill-field-general): Use search-forward instead of
22073 re-search-forward.
22074 (unbold-region): Ditto.
22075
22076 * nnrss.el (nnrss-request-article): Ditto.
22077
22078 * nnslashdot.el (nnslashdot-request-article): Ditto.
22079
22080 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22081
22082 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22083 "Unrecognized menu descriptor" error in XEmacs.
22084
22085 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22086
22087 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22088 parent article of a sparse article in the thread hashtb.
22089
22090 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22091
22092 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22093 (nnmail-expand-newtext): Lowercase expanded entries if
22094 nnmail-split-lowercase-expanded is non-nil.
22095
22096 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22097
22098 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22099
22100 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22101 of gnus-tmp-news-method into string under XEmacs. It will be
22102 passed to gnus-correct-length which takes only a string argument.
22103
22104 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22105
22106 * gnus-util.el (gnus-bind-print-variables): New macro.
22107 (gnus-prin1): Use it.
22108 (gnus-prin1-to-string): Use it.
22109 (gnus-pp): New function.
22110 (gnus-pp-to-string): New function.
22111
22112 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22113 Replace pp-to-string with gnus-pp-to-string.
22114 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22115 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22116 * gnus-msg.el (gnus-debug): Ditto.
22117 * gnus-score.el (gnus-score-save): Ditto.
22118 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22119 gnus-pp-to-string.
22120 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22121 with gnus-pp.
22122 * score-mode.el (gnus-score-pretty-print): Ditto.
22123 * webmail.el (webmail-debug): Ditto.
22124
22125 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22126
22127 * gnus-art.el (article-display-face, article-display-x-face):
22128 Use buffer-read-only.
22129
22130 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22131
22132 * gnus-art.el (article-hide-list-identifiers):
22133 Bind inhibit-read-only as t.
22134
22135 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22136
22137 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22138
22139 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22140
22141 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22142 (gnus-narrow-to-page): Don't assume point-min == 1.
22143 (gnus-article-edit-mode): Derive from message-mode.
22144
22145 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22146 point-min == 1.
22147
22148 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22149 Disable incorrect use of `assert'.
22150
22151 * message.el (message-mode): Set comment-start-skip.
22152
22153 2004-08-22 Sam Steingold <sds@gnu.org>
22154
22155 * pop3.el (pop3-leave-mail-on-server): New user variable.
22156 (pop3-movemail): Delete mail only when it is nil.
22157
22158 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22159
22160 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22161
22162 * mml.el (mml-preview): Use `pop-to-buffer'.
22163
22164 * message.el (message-goto-mail-followup-to): Insert after "To".
22165 (message-carefully-insert-headers): Add comment.
22166
22167 * gnus.el: Remove unused variable `gnus-article-check-size'.
22168
22169 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22170
22171 * gnus-art.el (gnus-button-alist):
22172 Improve `gnus-button-handle-library' entry.
22173
22174 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22175
22176 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22177 Use downcase, since XEmacs capitalizes error messages differently.
22178
22179 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22180
22181 * nntp.el: Add (require 'gnus) due to reference to
22182 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22183
22184 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22185
22186 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22187 Bind `mm-fill-flowed'.
22188
22189 * mm-decode.el (mm-dissect-singlepart): Check it.
22190
22191 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22192
22193 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22194 'imap' for netrc parsing.
22195
22196 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22197
22198 * mailcap.el (mailcap-mime-data): Mark as risky.
22199
22200 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22201
22202 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22203 may be included in the encoded word.
22204 (rfc2047-encode): Don't append a space if the encoded word
22205 includes close parenthesis.
22206
22207 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22208
22209 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22210 of text within parentheses.
22211
22212 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22213
22214 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22215 (gnus-encrypt-write-file-contents): Make the password key the file
22216 name PLUS the cipher, not just the cipher. Also remove failed
22217 passwords from the cache.
22218
22219 2004-08-06 Simon Josefsson <jas@extundo.com>
22220
22221 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22222 Doc fix.
22223
22224 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22225
22226 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22227 LWSP.
22228
22229 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22230
22231 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22232 Try to append in-reply-to: data to the references: header.
22233
22234 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22235 (netrc-parse): Use gnus-encrypt.el functions.
22236
22237 * gnus-encrypt.el: Add new file for encryption support; currently
22238 does only a few GPG ciphers and an internal XOR cipher.
22239
22240 * password.el: Add comments on using password-read-and-add.
22241 (password-read-and-add): Add function to read and add the
22242 password to the cache at once.
22243
22244 2004-07-28 Simon Josefsson <jas@extundo.com>
22245
22246 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22247 parameter (but don't use it, for now).
22248
22249 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22250 instead of hard coding to nil.
22251
22252 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22253
22254 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22255 as mm-inline-image-xemacs does.
22256
22257 2004-07-26 Simon Josefsson <jas@extundo.com>
22258
22259 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22260 Revert part of 2004-07-17 change below.
22261
22262 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22263
22264 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22265 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22266
22267 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22268
22269 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22270 quotes that actually start with ">" at the beginning of the
22271 lines.
22272
22273 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22274
22275 * rfc2047.el (rfc2047-encode-region): Fix last change.
22276 (rfc2047-encode-parameter): Remove useless concat.
22277
22278 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22279
22280 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22281 encode special characters; fix some kind of misconfigured headers;
22282 signal a real error if debug-on-quit or debug-on-error is non-nil.
22283 (rfc2047-encode-max-chars): New variable.
22284 (rfc2047-encode-1): Use it.
22285 (rfc2047-encode-parameter): New function.
22286
22287 * mml.el (mml-insert-parameter): Remove an excessive space.
22288
22289 2004-07-17 Simon Josefsson <jas@extundo.com>
22290
22291 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22292 Kai Grossjohann <kai@emptydomain.de>.
22293 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22294 (gnus-group-make-menu-bar): Ditto.
22295
22296 * gnus-util.el (gnus-group-server): Add.
22297
22298 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22299
22300 * message.el (message-clone-locals): Clone sendmail and smtp
22301 variables.
22302
22303 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22304
22305 * rfc2047.el (rfc2047-encode-region): Fix last change.
22306
22307 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22308
22309 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22310 characters as non-special.
22311
22312 2004-07-09 Simon Josefsson <jas@extundo.com>
22313
22314 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22315 Users will lose all flag changes made while unplugged with
22316 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22317 good default. See numerous reports on ding mailing list.
22318
22319 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22320
22321 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22322 add generate-head-function and generate-article-function to the
22323 rfc822-forward entry.
22324 (nndoc-rfc822-forward-generate-article): New function.
22325 (nndoc-rfc822-forward-generate-head): New function.
22326
22327 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22328
22329 2004-07-06 Dan Christensen <jdc@uwo.ca>
22330
22331 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22332 respect display group parameter and gnus-summary-expunge-below.
22333 (gnus-articles-to-read): Remove unused reference to display group
22334 parameter.
22335
22336 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22337
22338 * nnheader.el (nnheader-uniquify-message-id): New experimental
22339 variable.
22340 (nnheader-nov-read-message-id): Use it.
22341
22342 * spam-report.el (spam-report-gmane): Add interactive.
22343
22344 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
22345
22346 * mm-encode.el (mm-content-transfer-encoding-defaults):
22347 Use qp-or-base64 for the application/* types.
22348
22349 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
22350
22351 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22352
22353 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
22354
22355 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22356 trim value.
22357
22358 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22359
22360 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22361 New macro and function.
22362 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22363
22364 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22365
22366 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22367 after-load-alist.
22368
22369 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22370
22371 * gnus-group.el (gnus-group-get-new-news-this-group):
22372 Don't update info that isn't there.
22373
22374 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22375
22376 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22377 entry.
22378
22379 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22380
22381 * mm-view.el (mm-inline-render-with-function): Use multibyte
22382 buffer; decode html source by charset.
22383
22384 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22385
22386 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22387 Mule-UCS is loaded under XEmacs.
22388 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22389
22390 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22391
22392 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22393
22394 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22395
22396 * mm-util.el (mm-coding-system-p): Return a coding-system.
22397 (mm-mime-mule-charset-alist): Use shift_jis instead of
22398 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22399 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22400 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22401 instead of japanese-shift-jis and iso-latin-1 respectively in
22402 order to share the default value with both Emacs and XEmacs-mule.
22403 (mm-mule-charset-to-mime-charset):
22404 Make mm-coding-system-priorities effective.
22405 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22406 while predicating of candidates upon the priorities.
22407
22408 2004-06-27 Jesper Harder <harder@ifa.au.dk>
22409
22410 * gnus-sum.el (gnus-summary-make-menu-bar):
22411 Add gnus-uu-invert-processable.
22412
22413 * gnus.el: Autoload gnus-uu-invert-processable.
22414
22415 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
22416
22417 * mm-util.el (mm-with-multibyte-buffer): New macro.
22418
22419 * rfc2047.el (rfc2047-encode-string): Use it.
22420 (rfc2047-encode-region): Move point to the end of the region after
22421 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22422
22423 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22424
22425 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22426 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22427
22428 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22429
22430 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22431 (gnus-cite-parse): Ignore quoted envelope From_.
22432 Suggested by Karl Chen <quarl@nospam.quarl.org>.
22433
22434 2004-06-23 Jesper Harder <harder@ifa.au.dk>
22435
22436 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22437 invalid addresses.
22438
22439 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
22440
22441 * spam.el: Change section markers, revise TODO list.
22442 (spam-backends): Make new master list of all installed backends.
22443 (spam-summary-exit-behavior): Add new variable to determine how
22444 messages moves are done at summary exit.
22445 (spam-move-spam-nonspam-groups-only)
22446 (spam-process-ham-in-nonham-groups)
22447 (spam-process-ham-in-spam-groups): Remove variables, the
22448 spam-summary-exit-behavior variable should be used to manage this
22449 behavior.
22450 (spam-old-ham-articles, spam-old-spam-articles): Remove.
22451 (spam-old-articles): Add variable, replacing spam-old-ham-articles
22452 and spam-old-spam-articles.
22453 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22454 Add empty variables, placeholders for the backends they represent.
22455 (spam-set-difference): Move, unchanged.
22456 (spam-list-of-processors): Declare OBSOLETE, not used anymore
22457 unless the user has a processor variable.
22458 (spam-classifications, spam-classification-valid-p)
22459 (spam-backend-properties, spam-backend-property-valid-p)
22460 (spam-backend-function-type-valid-p)
22461 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22462 (spam-report-articles-gmane, spam-report-articles-resend):
22463 Remove functions, they are not needed.
22464 (spam-install-backend-super, spam-backend-list)
22465 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22466 (spam-backend-function, spam-backend-ham-registration-function)
22467 (spam-backend-spam-registration-function)
22468 (spam-backend-ham-unregistration-function)
22469 (spam-backend-spam-unregistration-function)
22470 (spam-backend-statistical-p, spam-backend-mover-p)
22471 (spam-install-backend-alias, spam-install-checkonly-backend)
22472 (spam-install-mover-backend, spam-install-nocheck-backend)
22473 (spam-install-backend, spam-install-statistical-backend)
22474 (spam-install-statistical-checkonly-backend): Add backend installation
22475 support.
22476 (spam-summary-prepare-exit): Rewrite to use the new backend code.
22477 (spam-group-processor-p): Use the new backend code and respect the
22478 summary exit behavior.
22479 (spam-mark-spam-as-expired-and-move-routine): Remove.
22480 (spam-summary-prepare): Change to use the new spam-old-articles
22481 variable.
22482 (spam-copy-or-move-routine, spam-copy-spam-routine)
22483 (spam-move-spam-routine, spam-copy-ham-routine)
22484 (spam-move-ham-routine): Add code to copy/move ham or spam.
22485 (spam-fetch-field-fast): Improve doc and code, plus allow the
22486 'number request.
22487 (spam-list-of-checks, spam-list-of-statistical-checks):
22488 Remove variables.
22489 (spam-split, spam-find-spam): Use the new backend code.
22490 (spam-registration-functions): Remove variable.
22491 (spam-unregister-routine): Add convenience wrapper.
22492 (spam-log-undo-registration, spam-register-routine)
22493 (spam-log-processing-to-registry)
22494 (spam-log-unregistration-needed-p): Rename "check" to "backend"
22495 where possible.
22496 (spam-check-gmane-xref, spam-check-regex-headers)
22497 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22498 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22499 (spam-check-bogofilter-headers, spam-check-spamoracle)
22500 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22501 (spam-check-crm114-headers): Use the spam-split-group that
22502 spam-split prepares, no need to determine it every time.
22503
22504 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22505 to the nnheader-parse-naked-head call.
22506
22507 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22508
22509 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22510 the nnheader-nov-read-message-id call.
22511
22512 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
22513
22514 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22515 gnus-activate-group twice. Suggested by Markus Peter
22516 <warp@spin.de>.
22517
22518 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
22519
22520 * gnus-art.el (gnus-article-time-format): Exchange the order of
22521 day and month in the default value; fix customization type.
22522 (article-date-ut): Use add-text-properties.
22523 (article-make-date-line): Use message-make-date instead of
22524 current-time-string.
22525
22526 * message.el (message-fetch-field): Don't use set-text-properties.
22527 (message-make-date): Simplify.
22528
22529 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
22530
22531 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22532 (rfc2047-encode-region): Treat text within parentheses as special;
22533 show the original text when error has occurred.
22534
22535 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22536 already-computed method to gnus-activate-group.
22537
22538 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22539 same select-methods identical Lisp objects.
22540
22541 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22542 object when modifying the info.
22543
22544 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
22545
22546 * gnus-srvr.el (gnus-server-set-info): Remove the server from
22547 gnus-opened-servers since it has never been opened with the new
22548 configuration yet.
22549
22550 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
22551
22552 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22553 arg to nnheader-generate-fake-message-id.
22554
22555 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
22556
22557 * nnheader.el (nnheader-generate-fake-message-id): Accept a
22558 number and build a fake message ID localized to a group and
22559 article number (so it's repeatable from that point on).
22560 (nnheader-fake-message-id-p): Change regex to accommodate new fake
22561 ID format.
22562
22563 * gnus-sum.el (gnus-get-newsgroup-headers):
22564 Call nnheader-generate-fake-message-id with the article number.
22565
22566 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
22567
22568 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22569 end-of-buffer.
22570
22571 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22572
22573 * message.el (message-ignored-supersedes-headers): Add Approved.
22574
22575 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
22576
22577 * rfc2047.el (rfc2047-encode-message-header): Remove useless
22578 goto-char.
22579 (rfc2047-encode): Fold the line before encoding.
22580
22581 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22582
22583 * rfc2047.el (rfc2047-encode-message-header): Disabled header
22584 folding -- not all headers can be folded, and this should be done
22585 by the message composition mode. Probably. I think.
22586
22587 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
22588
22589 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22590 fast.
22591
22592 * gnus-ems.el (gnus-remove-image): Don't use
22593 message-text-with-property; remove only the image found first.
22594
22595 2004-06-09 Jesper Harder <harder@ifa.au.dk>
22596
22597 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22598
22599 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
22600
22601 * message.el (message-text-with-property): Make it fast and accept
22602 optional arguments.
22603 (message-strip-forbidden-properties): Use it.
22604 (message-fix-before-sending): Follow the m-t-w-p change.
22605
22606 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22607
22608 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
22609
22610 * gnus-art.el (article-hide-headers): Don't change the buffer
22611 mistakenly when performing mml-preview even if
22612 gnus-single-article-buffer is nil.
22613
22614 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
22615
22616 * message.el (message-expand-name-databases): New user option.
22617 (message-expand-name): Use it.
22618
22619 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
22620
22621 * spam.el (spam-report-articles-resend)
22622 (spam-report-resend-register-routine): Allow ham reporting.
22623 (spam-report-resend-register-ham-routine): Add wrapper.
22624 (spam-registration-functions): Add ham resending functions.
22625 (spam-list-of-processors): Add ham resend processor.
22626
22627 * gnus.el (ham-resend-to): Add new group parameter.
22628 (spam-process): Add ham resend option.
22629
22630 * spam-report.el (spam-report-resend): Allow reporting ham.
22631 (spam-report-resend-ham): Add wrapper.
22632
22633 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22634
22635 * message.el (message-cite-articles-with-x-no-archive):
22636 New variable.
22637 (message-cite-original): Use it.
22638
22639 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22640
22641 * message.el (message-cite-original): Respect X-No-Archive.
22642
22643 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
22644
22645 * gnus-art.el (article-hide-headers): Refer to the values for
22646 gnus-ignored-headers and gnus-visible-headers in the summary
22647 buffer since a user may have set them as group parameters.
22648
22649 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
22650
22651 * assistant.el (assistant-node-name): Add convenience function.
22652 (assistant-render-text, assistant-render-node): Add error handling,
22653 plus handle multiple next nodes.
22654 (assistant-find-next-node): Comment out for now.
22655 (assistant-find-next-nodes): Add function, returns list of next
22656 nodes.
22657
22658 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
22659
22660 * mail-source.el (mail-source-directory): Fix doc-string.
22661
22662 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
22663
22664 * assistant.el (assistant-render-text, assistant-eval): Add :set
22665 widget type, which is different because it takes and returns a
22666 list. Much hilarity ensues.
22667
22668 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
22669
22670 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22671
22672 * gnus-group.el (gnus-group-get-new-news-this-group):
22673 Add doc-string.
22674
22675 * gnus-start.el (gnus-activate-group): Add doc-string.
22676
22677 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
22678
22679 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22680
22681 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
22682
22683 * assistant.el (assistant-render-text): Try to add a :set
22684 widget, more to come.
22685
22686 * spam.el (spam-group-spam-contents-p): Handle empty groupname
22687 strings.
22688 (spam-report-articles-resend)
22689 (spam-register-routine): Do registration iff any articles warrant
22690 it.
22691 (spam-summary-prepare-exit): Change log message for nil group
22692 destinations.
22693
22694 2004-05-27 Daniel Pittman <daniel@rimspace.net>
22695
22696 * spam.el (spam-report-resend-register-routine):
22697 Allow spam-report-resend-to to be a group parameter or a global value.
22698
22699 2004-05-26 Simon Josefsson <jas@extundo.com>
22700
22701 * starttls.el: Merge with my GnuTLS based starttls.el.
22702 (starttls-gnutls-program, starttls-use-gnutls)
22703 (starttls-extra-arguments, starttls-process-connection-type)
22704 (starttls-connect, starttls-failure, starttls-success):
22705 New variables.
22706 (starttls-program, starttls-extra-args): Doc fix.
22707 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22708 New functions.
22709 (starttls-negotiate, starttls-open-stream):
22710 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22711 function if it is set.
22712
22713 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
22714
22715 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22716 structured fields.
22717
22718 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22719
22720 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22721
22722 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
22723
22724 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22725 Add variable.
22726 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
22727 assigning the spam-mark to new messages.
22728
22729 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
22730
22731 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22732
22733 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22734
22735 * rfc2047.el (rfc2047-encodable-p): Don't move point.
22736 (rfc2047-decode): Treat the ascii coding-system as raw-text by
22737 default.
22738
22739 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
22740
22741 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22742 correct data.
22743
22744 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
22745
22746 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22747 (spam-group-processor-p): Fix function.
22748 (spam-group-processor-multiple-p)
22749 (spam-group-spam-processor-report-gmane-p)
22750 (spam-group-spam-processor-report-resend-p)
22751 (spam-group-spam-processor-bogofilter-p)
22752 (spam-group-spam-processor-blacklist-p)
22753 (spam-group-spam-processor-ifile-p)
22754 (spam-group-ham-processor-ifile-p)
22755 (spam-group-spam-processor-spamoracle-p)
22756 (spam-group-spam-processor-crm114-p)
22757 (spam-group-ham-processor-bogofilter-p)
22758 (spam-group-spam-processor-stat-p)
22759 (spam-group-ham-processor-stat-p)
22760 (spam-group-ham-processor-whitelist-p)
22761 (spam-group-ham-processor-BBDB-p)
22762 (spam-group-ham-processor-spamoracle-p)
22763 (spam-group-ham-processor-copy-p): Remove functions with some
22764 prejudice against unneeded code.
22765 (spam-report-articles-resend)
22766 (spam-report-resend-register-routine): Allow the group/topic
22767 spam-resend-to value to override spam-report-resend-to.
22768 (spam-summary-prepare-exit): Invoke spam-group-processor-p
22769 properly now.
22770
22771 * gnus.el (spam-resend-to): Add group/topic parameter.
22772 (spam-process): Move the OBSOLETE processors to the end of the
22773 choices.
22774
22775 2004-05-24 Daniel Pittman <daniel@rimspace.net>
22776
22777 * spam-report.el (spam-report-resend-to, spam-report-resend):
22778 Start with resend-to set to nil, and then ask the user if necessary.
22779 (spam-report-resend): spam-report-resend takes a list of articles, not
22780 separate article numbers.
22781
22782 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
22783
22784 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22785 addition to emacs-w3m.
22786
22787 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22788
22789 * assistant.el (assistant-authinfo-data): New function.
22790 (assistant-eval): Eval for entire assistant.
22791
22792 * netrc.el (netrc-services-file): New variable.
22793 (netrc-parse-services): New function.
22794 (netrc-find-service-name): New function.
22795 (netrc-find-service-number): New function.
22796 (netrc-port-equal): New function.
22797 (netrc-machine): Use it.
22798
22799 * nnimap.el (nnimap-open-connection): Use netrc.
22800
22801 * gnus-util.el (gnus-netrc-get): Remove aliases.
22802
22803 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22804
22805 * assistant.el (wid-edit): Fix compilation.
22806
22807 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22808
22809 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
22810
22811 * gnus-util.el (gnus-set-file-modes): New function. (small
22812 patch).
22813
22814 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22815
22816 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22817
22818 * assistant.el (assistant-render-node): Fix up rendering and
22819 read-only text.
22820 (assistant-render-node): Reset.
22821 (assistant-make-read-only): Not sticky.
22822
22823 2004-05-20 Danny Siu <dsiu@adobe.com>
22824
22825 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22826 centered even when gnus-auto-center-summary is t.
22827
22828 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22829
22830 * dns.el (dns-get-txt-answer): New function.
22831 (dns-read-txt): Ditto.
22832 (query-dns): Use it.
22833
22834 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
22835
22836 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22837 active for foreign groups even if the group level is higher than
22838 the specified value.
22839
22840 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22841
22842 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22843 non-active groups.
22844
22845 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22846
22847 2004-05-20 Magnus Henoch <mange@freemail.hu>
22848
22849 * dns.el (dns-read-type): Add support for SVR. (small patch)
22850
22851 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
22852
22853 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22854 (spam-crm114-header, spam-crm114-spam-switch)
22855 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22856 (spam-crm114-positive-spam-header)
22857 (spam-crm114-database-directory, spam-list-of-processors)
22858 (spam-group-spam-processor-crm114-p)
22859 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22860 (spam-generic-score, spam-list-of-checks)
22861 (spam-list-of-statistical-checks, spam-registration-functions)
22862 (spam-check-crm114-headers, spam-crm114-score)
22863 (spam-check-crm114, spam-crm114-register-with-crm114)
22864 (spam-crm114-register-spam-routine)
22865 (spam-crm114-unregister-spam-routine)
22866 (spam-crm114-register-ham-routine)
22867 (spam-crm114-unregister-ham-routine): Add CRM114 support.
22868
22869 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
22870
22871 * gnus.el: Add spam-use-crm114.
22872
22873 * spam.el (spam-list-of-processors, spam-registration-functions):
22874 Add spam-use-resend.
22875 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22876 (spam-report-articles-gmane): Add doc fix.
22877 (spam-report-articles-resend, spam-report-resend-register-routine):
22878 Add wrappers around spam-report-resend-to.
22879
22880 * spam-report.el (spam-report-resend-to, spam-report-resend):
22881 Add support for resending spam.
22882 (spam-report-gmane): Fix line length >80.
22883
22884 * gnus.el (spam-process): Add spam-use-resend.
22885
22886 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22887
22888 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22889 number of processed spam messages.
22890 (spam-ham-copy-or-move-routine): Return the number of processed
22891 ham messages.
22892 (spam-summary-prepare-exit): Use the above values to decide
22893 whether status messages shouled be displayed.
22894
22895 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
22896
22897 * rfc2047.el (rfc2047-encode-function-alist): Rename from
22898 `rfc2047-encoding-function-alist' in order to avoid conflicting
22899 with the old version.
22900 (rfc2047-encode-region): Concatenate words containing non-ASCII
22901 characters in structured fields; don't encode space-delimited
22902 ASCII words even in unstructured fields; don't break words at
22903 char-category boundaries.
22904 (rfc2047-encode-1): New function.
22905 (rfc2047-encode): Use it; encode text so that it occupies the
22906 maximum width within 76-column; work correctly on Q encoding for
22907 iso-2022-* charsets.
22908 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22909 sure not to break a line just after the header name.
22910 (rfc2047-b-encode-region): Remove.
22911 (rfc2047-b-encode-string): New function.
22912 (rfc2047-q-encode-region): Remove.
22913 (rfc2047-q-encode-string): New function.
22914
22915 * mm-util.el (mm-replace-in-string): New function.
22916
22917 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22918
22919 * gnus-msg.el (gnus-inews-make-draft-meta-information):
22920 Really get it right.
22921 (gnus-inews-make-draft): Really.
22922
22923 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
22924
22925 * nnmh.el (nnmh-request-list-1): Don't check the link count
22926 before descending. (small patch)
22927
22928 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22929
22930 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22931 stuff.
22932
22933 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22934 Match on real group name.
22935
22936 * gnus-art.el (gnus-signature-limit): Doc fix.
22937
22938 * gnus-msg.el (gnus-inews-make-draft): Quote list.
22939
22940 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22941
22942 * gnus-draft.el (gnus-draft-send):
22943 Bind rfc2047-encode-encoded-words.
22944
22945 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22946 (rfc2047-encodable-p): Say that =? needs encoding.
22947 (rfc2047-encode-encoded-words): New variable.
22948
22949 * gnus-group.el (gnus-group-select-group): Doc fix.
22950
22951 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22952
22953 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22954 to nil.
22955
22956 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22957
22958 * nnheader.el (nnheader-get-lines-and-char): New function.
22959
22960 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
22961
22962 * gnus-msg.el (gnus-summary-followup-with-original):
22963 Document yanking of region when active.
22964
22965 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
22966
22967 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22968 groups if the group level is higher than the specified value.
22969
22970 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22971
22972 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22973 (gnus-group-jump-to-group): Add prefix argument using
22974 `gnus-group-jump-to-group-prompt'. Query before jumping to
22975 non-active group.
22976
22977 * compface.el (uncompface): Be verbose when changing
22978 `uncompface-use-external'.
22979
22980 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22981 handle manual section.
22982
22983 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22984
22985 * gnus-art.el (gnus-button-alist): Revert previous change.
22986
22987 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22988
22989 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22990
22991 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22992
22993 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22994 whether backend can accept message.
22995
22996 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22997
22998 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
22999
23000 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23001 Avoid creating directory when nntp-marks-is-evil is true.
23002 Reported by Reiner Steib.
23003
23004 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23005
23006 * gnus-picon.el (gnus-picon-insert-glyph):
23007 Add optional `nostring' argument.
23008
23009 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23010
23011 * gnus-picon.el (gnus-picon-style): New variable.
23012 (gnus-picon-transform-address): Support `gnus-picon-style'.
23013
23014 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23015
23016 * message.el (message-fill-field): Return point.
23017 (message-generate-headers): Go to end of field.
23018
23019 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23020 stuff for non-living groups.
23021
23022 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23023
23024 * gnus-art.el (gnus-article-followup-with-original)
23025 (gnus-article-reply-with-original): gnus-mark-active-p ->
23026 gnus-region-active-p.
23027
23028 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23029
23030 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23031 only when there is spam or ham to be processed.
23032
23033 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23034
23035 * mail-source.el (mail-source-delete-crash-box): Refactor.
23036 (mail-source-fetch): Use it.
23037 (mail-source-fetch-file): Ditto.
23038 (mail-source-fetch-directory): Run PostScript in loop.
23039 (mail-source-fetch-pop): Delete.
23040 (mail-source-fetch-maildir): Ditto.
23041 (mail-source-fetch-imap): Ditto.
23042
23043 * imap.el (imap-authenticators): Comment out sasl.
23044
23045 * message.el (message-skip-to-next-address): New function.
23046 (message-fill-header-address): Refactor.
23047 (message-fill-address): Use it.
23048 (message-delete-address): Use it.
23049 (message-fill-header-general): Refactor.
23050 (message-fill-field-address): Rename.
23051 (message-narrow-to-field): Find the start of the header.
23052 (message-header-format-alist): Don't pre-fill.
23053 (message-fill-header): Remove.
23054 (message-insert-header): New function.
23055 (message-shorten-references): Use it.
23056
23057 * rfc2047.el (rfc2047-field-value): Strip props.
23058
23059 * mail-parse.el (mail-header-make-address): New alias.
23060
23061 * ietf-drums.el (ietf-drums-make-address): New function.
23062
23063 * imap.el: Add compiler directives.
23064
23065 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23066
23067 * gnus-art.el (article-decode-idna-rhs): Don't use
23068 message-idna-inside-rhs-p.
23069
23070 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23071
23072 * message.el (message-idna-inside-rhs-p): Remove.
23073 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23074
23075 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23076 false positives.
23077
23078 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23079
23080 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23081
23082 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23083
23084 * nneething.el (nneething-file-name): Don't create spurious
23085 files.
23086
23087 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23088 (gnus-inews-do-gcc): Remove sleep.
23089
23090 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23091 part under point.
23092
23093 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23094 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23095
23096 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23097
23098 * spam.el (spam-summary-prepare-exit): Fix (length).
23099
23100 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23101
23102 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23103 as expired without moving it" message when there are spam
23104 messages left.
23105
23106 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23107
23108 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23109 header is not nil.
23110
23111 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23112
23113 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23114 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23115 (nntp-marks-changed-p): New arg SERVER.
23116 (nntp-request-update-info): Adjust caller.
23117
23118 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23119
23120 * nntp.el (nntp-save-marks): Pass missing arg.
23121
23122 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23123
23124 * nntp.el: Support marks.
23125 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23126 (nntp-marks-modtime, nntp-marks-directory): New variables.
23127 (nntp-request-set-mark, nntp-request-update-info)
23128 (nntp-possibly-create-directory, nntp-marks-changed-p)
23129 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23130 New functions.
23131
23132 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23133
23134 * gnus-score.el (gnus-score-insert-help):
23135 Use gnus-select-lowest-window.
23136
23137 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23138 appt-select-lowest-window and rename to gnus-select-lowest-window.
23139
23140 * gnus.el: do.
23141
23142 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23143
23144 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23145 encodings of MIME-encoded words, in order to improve
23146 interoperability with several broken MUAs.
23147
23148 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23149
23150 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23151 tags, only when charsets are not specified in headers.
23152 (mm-inline-text-html-render-with-w3m): Ditto.
23153
23154 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23155
23156 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23157 instead of MIME-decoded from fields when checking
23158 `gnus-article-address-banner-alist'.
23159
23160 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23161
23162 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23163 description rather than subject.
23164
23165 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23166
23167 * gnus.el (gnus-version-number): Bump.
23168
23169 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23170
23171 * gnus.el: No Gnus v0.2 is released.
23172
23173 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23174
23175 * gnus-agent.el (gnus-agent-read-agentview):
23176 Inline gnus-uncompress-range.
23177
23178 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23179
23180 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23181 `exec-installed-p'.
23182
23183 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23184
23185 * gnus.el (spam-process, spam-autodetect-methods):
23186 Add bsfilter and bsfilter-headers.
23187
23188 * spam.el (spam-bsfilter): New customize group.
23189 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23190 (spam-bsfilter-header, spam-bsfilter-probability-header)
23191 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23192 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23193 (spam-bsfilter-database-directory): New options.
23194 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23195 (spam-list-of-statistical-checks, spam-registration-functions):
23196 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23197 (spam-bsfilter-score): New command.
23198 (spam-check-bsfilter-headers, spam-check-bsfilter)
23199 (spam-bsfilter-register-with-bsfilter)
23200 (spam-bsfilter-register-spam-routine)
23201 (spam-bsfilter-unregister-spam-routine)
23202 (spam-bsfilter-register-ham-routine)
23203 (spam-bsfilter-unregister-ham-routine): New functions.
23204 (spam-generic-score): Support bsfilter; Accept an optional argument
23205 to recalcurate spam score even if scoring header has already been
23206 added.
23207 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23208 optional argument to recalcurate spam score even if scoring header
23209 has already been added.
23210
23211 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23212
23213 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23214 strings! Reported by David D. Smith <davidsmith@acm.org>.
23215 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23216 link is missing.
23217
23218 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23219
23220 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23221 (html2text-get-attr): Rewrite.
23222
23223 * message.el (message-setup-1): Remove redundant put-text-property
23224 on mail-header-separator.
23225
23226 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23227
23228 * gnus-registry.el (gnus-registry-cache-whitespace)
23229 (gnus-registry-action, gnus-registry-spool-action)
23230 (gnus-registry-split-fancy-with-parent): Change message levels
23231 from 5 to 3 or 7, as needed.
23232
23233 * spam.el (spam-summary-prepare-exit)
23234 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23235 (spam-split, spam-find-spam, spam-log-undo-registration)
23236 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23237 level from 5 to 6.
23238
23239 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23240
23241 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23242 2004-03-04 change).
23243
23244 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23245
23246 * sieve-manage.el (sieve-manage-open):
23247 * nnweb.el (nnweb-insert-html):
23248 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23249 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23250 * nnspool.el (nnspool-request-group):
23251 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23252 * nnml.el (nnml-request-update-info):
23253 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23254 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23255 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23256 (nnimap-request-set-mark):
23257 * nnfolder.el (nnfolder-request-update-info):
23258 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23259 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23260 * gnus-uu.el (gnus-uu-find-articles-matching):
23261 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23262 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23263 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23264 * gnus-nocem.el (gnus-nocem-scan-groups):
23265 * gnus-int.el (gnus-start-news-server):
23266 * gnus-group.el (gnus-group-make-kiboze-group)
23267 (gnus-group-browse-foreign-server):
23268 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23269 Use mapc when appropriate.
23270
23271 2004-04-22 Dan Christensen <jdc@uwo.ca>
23272 Adam Sjøgren <asjo@koldfront.dk>
23273 Wes Hardaker <wes@hardakers.net>
23274 Michael Shields <shields@msrl.com>
23275
23276 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23277 may need for spam sorting and scoring.
23278 (spam-user-format-function-S): Add user format function suitable for
23279 general use.
23280 (spam-article-sort-by-spam-status): Add sorting function for summary
23281 sorting.
23282 (spam-extra-header-to-number): Add function to get a score from a
23283 header.
23284 (spam-summary-score): Add function to get a numeric score from the
23285 headers.
23286 (spam-generic-score): Fix function doc, was in wrong place.
23287 (spam-initialize): Take symbols when it's run, and install the
23288 extra headers that spam-necessary-extra-headers thinks we need.
23289
23290 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23291
23292 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23293 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23294
23295 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23296
23297 * gnus-sum.el (gnus-set-global-variables)
23298 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23299 (gnus-article-get-xrefs, gnus-summary-best-group)
23300 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23301 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23302 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23303 Use with-current-buffer.
23304
23305 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23306
23307 * spam.el (spam-summary-prepare-exit): Simplify logic.
23308 (spam-fetch-article-header): Read the article header if it's not
23309 available.
23310 (spam-list-articles): Simplify logic.
23311 (spam-filelist-register-routine): Fix bug with unregister-list.
23312
23313 * gnus-registry.el: Fix comments at beginning.
23314
23315 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23316
23317 * message.el (message-cater-to-broken-inn): Remove.
23318 (message-shorten-references): Make sure the total folded length of
23319 References is shorter than 998 characters to cater to a bug in INN
23320 2.3. Also, don't pretend that references aren't folded -- this
23321 hasn't worked for a while.
23322
23323 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23324
23325 * gnus-agent.el (gnus-agentize):
23326 gnus-agent-send-mail-real-function no longer set to current value
23327 of message-send-mail-function but rather a lambda that calls
23328 message-send-mail-function. The change makes the agent real-time
23329 responsive to user changes to message-send-mail-function.
23330
23331 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23332
23333 * legacy-gnus-agent.el
23334 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23335 help from Florian Weimer <fw@deneb.enyo.de>
23336
23337 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
23338
23339 * nnmail.el (nnmail-cache-insert): Revert last change.
23340
23341 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
23342
23343 * nnmail.el (nnmail-cache-insert): Always check whether
23344 nnmail-cache-ignore-groups matches a group name.
23345
23346 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
23347
23348 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23349 (spam-find-spam, spam-log-processing-to-registry)
23350 (spam-log-registered-p, spam-log-unregistration-needed-p)
23351 (spam-log-undo-registration): Use gnus-message instead of
23352 gnus-error, none of these errors are fatal.
23353
23354 * gnus-registry.el (gnus-registry-clean-empty-function)
23355 (gnus-registry-clean-empty): Remove only empty entries without
23356 extra data.
23357
23358 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23359
23360 * spam-stat.el (spam-stat-buffer-change-to-spam)
23361 (spam-stat-buffer-change-to-non-spam): Change (error) to
23362 (gnus-message 8) invocation.
23363
23364 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23365
23366 * nntp.el (nntp-via-netcat-command): New variable.
23367 (nntp-via-netcat-switches): New variable.
23368 (nntp-open-via-rlogin-and-netcat): New function.
23369 (nntp-open-connection-function): Doc fix.
23370 (nntp-telnet-command): Doc fix.
23371 (nntp-end-of-line): Doc fix.
23372 (nntp-via-rlogin-command): Doc fix.
23373 (nntp-via-user-name): Doc fix.
23374 (nntp-via-address): Doc fix.
23375
23376 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23377
23378 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23379 error in Emacs 21.1.
23380
23381 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23382
23383 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23384
23385 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23386
23387 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23388 (gnus-agent-with-refreshed-group): New macro.
23389 (gnus-agent-rename-group): New function.
23390 (gnus-agent-delete-group): New function.
23391 (gnus-agent-save-group-info): Use gnus-command-method when
23392 `method' parameter is nil. Don't write nil entries into the
23393 active file.
23394 (gnus-agent-get-group-info): New function.
23395 (gnus-agent-fetch-articles):
23396 Use gnus-agent-update-files-total-fetched-for to increment disk space
23397 used.
23398 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23399 Use gnus-agent-update-view-total-fetched-for to increment disk space
23400 used.
23401 (gnus-agent-get-local): Add optional parameters to avoid calling
23402 gnus-group-real-name and gnus-find-method-for-group.
23403 (gnus-agent-set-local): Delete stored entry if either min, or max,
23404 are nil.
23405 (gnus-agent-fetch-session): Reworded error/quit messages.
23406 On quit, use gnus-agent-regenerate-group to record existence of any
23407 articles fetched to disk before the quit occurred.
23408 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23409 gnus-agent-update-view-total-fetched-for, and
23410 gnus-agent-update-files-total-fetched-for to decrement disk space
23411 used.
23412 (gnus-agent-retrieve-headers):
23413 Use gnus-agent-update-view-total-fetched-for to increment disk space
23414 used.
23415 (gnus-agent-regenerate-group): Replace gnus-group-update-group
23416 with gnus-agent-update-files-total-fetched-for to decrement disk
23417 space and fresh group buffer.
23418 (gnus-agent-inhibit-update-total-fetched-for): New variable.
23419 (gnus-agent-need-update-total-fetched-for): New variable.
23420 (gnus-agent-update-files-total-fetched-for): New function.
23421 (gnus-agent-update-view-total-fetched-for): New function.
23422 (gnus-agent-total-fetched-for): New function.
23423
23424 * gnus-cache.el (gnus-cache-save-buffers):
23425 Use gnus-cache-update-overview-total-fetched-for to change disk space
23426 used by this group.
23427 (gnus-cache-possibly-enter-article):
23428 Use gnus-cache-update-file-total-fetched-for to increment disk space
23429 used by this group.
23430 (gnus-cache-possibly-remove-article):
23431 Use gnus-cache-update-file-total-fetched-for to decrement disk space
23432 used by this group.
23433 (gnus-cache-generate-nov-databases): Purge total fetched cache.
23434 (gnus-cache-rename-group): New function.
23435 (gnus-cache-delete-group): New function.
23436 (gnus-cache-inhibit-update-total-fetched-for): New variable.
23437 (gnus-cache-need-update-total-fetched-for): New variable.
23438 (gnus-cache-with-refreshed-group): New macro.
23439 (gnus-cache-update-file-total-fetched-for): New function.
23440 (gnus-cache-update-overview-total-fetched-for): New function.
23441 (gnus-cache-rename-group-total-fetched-for): New function.
23442 (gnus-cache-delete-group-total-fetched-for): New function.
23443 (gnus-cache-total-fetched-for): New function.
23444
23445 * gnus-group.el: Require gnus-sum and autoload functions to
23446 resolve warnings when gnus-group.el compiled alone.
23447 (gnus-group-line-format): Documented new %F.
23448 (size of Fetched data) group line format; identifies disk space
23449 used by agent and cache.
23450 (gnus-group-line-format-alist): Defined new F format.
23451 (gnus-total-fetched-for): New function.
23452 (gnus-group-delete-group): No longer update
23453 gnus-cache-active-altered as gnus-request-delete-group now keeps
23454 the cache in sync.
23455 (gnus-group-list-active): Let the agent store a server's active
23456 list if currently plugged.
23457
23458 * gnus-int.el (gnus-request-delete-group):
23459 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23460 local disk in sync with the server.
23461 (gnus-request-rename-group):
23462 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23463 local disk in sync with the server.
23464
23465 * gnus-start.el (gnus-get-unread-articles):
23466 Cosmetic simplification to logic.
23467
23468 * gnus-util.el (gnus-rename-file): New function.
23469
23470 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
23471
23472 * mm-util.el (mm-image-load-path): Handle nil in load-path.
23473
23474 2004-04-07 Jesper Harder <harder@ifa.au.dk>
23475
23476 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23477 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
23478
23479 2004-04-06 Jesper Harder <harder@ifa.au.dk>
23480
23481 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23482 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
23483
23484 2004-04-03 Jesper Harder <harder@ifa.au.dk>
23485
23486 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23487
23488 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
23489
23490 * spam.el (spam-set-difference): Add function to replace
23491 gnus-set-difference in spam.el.
23492 (spam-summary-prepare-exit): Use spam-set-difference.
23493
23494 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
23495
23496 * gnus-registry.el (gnus-registry-cache-file): Update to use
23497 gnus-dribble-directory OR gnus-home-directory OR ~.
23498 (gnus-registry-split-fancy-with-parent): Fix doc.
23499
23500 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
23501
23502 * message.el (message-exchange-point-and-mark):
23503 Use message-mark-active-p. Suggested by Jesper Harder
23504 <harder@ifa.au.dk>.
23505
23506 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
23507
23508 * message.el (message-exchange-point-and-mark): Don't activate
23509 region if it was inactive. Suggested by Hiroshi Fujishima
23510 <pooh@nature.tsukuba.ac.jp>.
23511
23512 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
23513
23514 * gnus-art.el (article-display-face): Display Faces in the same
23515 order as X-Faces.
23516
23517 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
23518
23519 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23520
23521 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
23522
23523 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23524 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23525 (gnus-article-mime-hierarchy): Remove.
23526 (gnus-article-mime-hierarchy-next): Remove.
23527 (gnus-article-mode): Revert 2004-03-19 change.
23528 (gnus-article-setup-buffer): Revert 2004-03-19 change.
23529 (gnus-insert-mime-button): Revert 2004-03-19 change.
23530 (gnus-mime-accumulate-hierarchy): Remove.
23531 (gnus-mime-enter-multipart): Remove.
23532 (gnus-mime-leave-multipart): Remove.
23533 (gnus-mime-display-part): Revert 2004-03-19 change.
23534 (gnus-mime-display-alternative): Revert 2004-03-19 change.
23535
23536 * mml.el (mml-preview): Revert 2004-03-19 change.
23537
23538 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
23539
23540 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23541
23542 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
23543
23544 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23545 t while entering a file name using the mm-with-multibyte macro.
23546 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23547
23548 * mm-util.el (mm-with-multibyte): New macro.
23549
23550 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
23551
23552 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23553 New user option.
23554 (gnus-mime-multipart-functions): Doc and customization fix.
23555 (gnus-article-mime-hierarchy): New variable.
23556 (gnus-article-mime-hierarchy-next): New variable.
23557 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23558 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23559 gnus-article-mime-hierarchy-next to nil.
23560 (gnus-insert-mime-button): Show hierarchy numbers.
23561 (gnus-mime-accumulate-hierarchy): New function.
23562 (gnus-mime-enter-multipart): New function.
23563 (gnus-mime-leave-multipart): New function.
23564 (gnus-mime-display-part): Recompute hierarchical MIME structure.
23565 (gnus-mime-display-alternative): Show hierarchy numbers.
23566
23567 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23568 gnus-article-mime-hierarchy-next to nil.
23569
23570 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
23571
23572 * dns.el: Don't require gnus-xmas.
23573
23574 2004-03-17 Jesper Harder <harder@ifa.au.dk>
23575
23576 * mml.el (mml-generate-mime-1): Don't use format=flowed with
23577 inline PGP.
23578 (mml-menu): Disable mml-quote-region if mark is inactive.
23579
23580 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
23581
23582 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23583 when the group's active is not available.
23584
23585 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
23586
23587 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23588 error.
23589
23590 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
23591
23592 * imap.el (imap-store-password): New variable.
23593 (imap-interactive-login): Use it.
23594 Suggested by Mark Plaksin <happy@mcplaksin.org>.
23595
23596 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
23597
23598 * gnus-art.el (gnus-article-read-summary-keys): Restore new
23599 window-start and hscroll to summary window.
23600
23601 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
23602
23603 * gnus-start.el (gnus-convert-old-newsrc): Only write the
23604 conversion message to newsrc-dribble when an actual conversion is
23605 performed.
23606
23607 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
23608
23609 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23610
23611 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
23612
23613 * mm-decode.el (mm-complicated-handles): New function reviving
23614 former definition of mm-multiple-handles.
23615
23616 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23617 (gnus-mime-delete-part): Use it.
23618
23619 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
23620
23621 * gnus-agent.el (gnus-agent-read-local):
23622 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23623 avoid the implicit assumption that they will always be equal.
23624 (gnus-agent-save-local): Bind buffer-file-coding-system, not
23625 coding-system-for-write, as the with-temp-file macro first prints
23626 to a buffer then saves the buffer.
23627
23628 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
23629
23630 * gnus-art.el (gnus-article-edit-part): New function.
23631 (gnus-mime-save-part-and-strip): Use it; do query instead of
23632 signaling an error; don't use mm-multiple-handles.
23633 (gnus-mime-delete-part): Ditto.
23634
23635 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
23636
23637 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23638 old file versions.
23639 (gnus-group-prepare-hook): Remove function that converted list
23640 form of gnus-agent-expire-days to group properties.
23641
23642 * gnus-int.el: Autoload gnus-agent-regenerate-group.
23643 (gnus-request-accept-article): Re-indented.
23644
23645 * gnus-start.el (gnus-convert-old-newsrc): Registered new
23646 converters to handle old agent file formats. Add logic for a
23647 "backup before upgrading warning".
23648 (gnus-convert-mark-converter-prompt): Developers can mark
23649 functions as needing (default), or not needing,
23650 gnus-convert-old-newsrc's "backup before upgrading warning".
23651 (gnus-convert-converter-needs-prompt): Tests whether the user
23652 should be protected from potentially irreversable changes by the
23653 function.
23654
23655 * legacy-gnus-agent.el: New. Provides converters that are only
23656 loaded when gnus-convert-old-newsrc needs to call them.
23657
23658 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
23659
23660 * mail-source.el (mail-source-touch-pop): Doc fix.
23661
23662 * message.el (message-smtpmail-send-it): Doc fix.
23663
23664 2004-03-05 Jesper Harder <harder@ifa.au.dk>
23665
23666 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23667
23668 * nnmail.el (nnmail-split-fancy): do.
23669
23670 * gnus-kill.el (gnus-kill, gnus-execute): do.
23671
23672 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23673
23674 * gnus-sum.el (gnus-widget-reversible-match)
23675 (gnus-widget-reversible-to-internal)
23676 (gnus-widget-reversible-to-external): New functions.
23677 (gnus-widget-reversible): New widget.
23678 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23679
23680 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
23681
23682 * gnus-sum.el (gnus-thread-sort-functions)
23683 (gnus-article-sort-functions): Document `(not F)' items.
23684
23685 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
23686
23687 * spam.el (spam-use-gmane-xref): Add new backend.
23688 (spam-gmane-xref-spam-group): Add variable to control the name of the
23689 Gmane spam group.
23690 (spam-blackhole-servers, spam-blackhole-good-server-regex)
23691 (spam-regex-headers-spam, spam-regex-headers-ham)
23692 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23693 (spam-list-of-checks): Add spam-use-gmane-xref to list of
23694 backends and checks.
23695 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23696
23697 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23698 an autodetect method.
23699
23700 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23701
23702 * gnus-int.el (gnus-request-accept-article): Inform the agent that
23703 articles are being added to a group.
23704 (gnus-request-replace-article): Inform the agent that articles
23705 need to be uncached as the cached contents are no longer valid.
23706
23707 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23708
23709 * binhex.el: Don't autoload executable-find.
23710
23711 * canlock.el: Don't autoload mail-fetch-field.
23712
23713 * gnus-ems.el: Don't autoload appt-select-lowest-window.
23714
23715 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23716 rmail-dont-reply-to and rmail-output.
23717
23718 * gnus-score.el: Don't autoload ffap-string-at-point.
23719
23720 * gnus-setup.el: Don't autoload sc-cite-original.
23721
23722 * imap.el: Don't autoload base64-decode-string,
23723 base64-encode-string and md5.
23724
23725 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23726 and rmail-msg-restore-non-pruned-header.
23727
23728 * mm-decode.el: Don't autoload executable-find.
23729
23730 * mm-url.el: Don't autoload executable-find.
23731
23732 * mm-view.el: Don't autoload diff-mode.
23733
23734 * nndb.el: Don't autoload news-reply-mode, news-setup,
23735 cancel-timer and telnet.
23736
23737 * password.el: Don't autoload run-at-time for Emacs.
23738
23739 * sha1-el.el: Don't autoload executable-find.
23740
23741 * sieve-mode.el: Don't autoload c-mode.
23742
23743 * uudecode.el: Don't autoload executable-find.
23744
23745 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23746
23747 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23748 (gnus-agent-possibly-alter-active): Avoid null in numeric
23749 comparison.
23750 (gnus-agent-set-local): Refuse to save null in local object table.
23751 (gnus-agent-regenerate-group): The REREAD parameter can now be a
23752 list of articles that will be marked as unread.
23753
23754 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23755
23756 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23757
23758 2004-03-04 Jesper Harder <harder@ifa.au.dk>
23759
23760 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23761 language tags.
23762
23763 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
23764
23765 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23766 Don't bind "obarray".
23767
23768 * gnus-sum.el (gnus-thread-sort-functions):
23769 Add `gnus-thread-sort-by-most-recent-number' and
23770 `gnus-thread-sort-by-most-recent-date'.
23771 Reported by Kai Grossjohann <kai@emptydomain.de>.
23772
23773 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
23774
23775 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23776
23777 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
23778
23779 * gnus-cus.el (gnus-agent-customize-category):
23780 Remove ignore-errors macro reference that required cl to be loaded at
23781 run-time.
23782
23783 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23784 single-interval range of the form (min . max). Previously the
23785 range had to look like ((min . max)). Likewise, return
23786 (min . max) rather than ((min . max)).
23787 (gnus-range-map): Use gnus-range-normalize to accept
23788 single-interval range.
23789
23790 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23791 the cache, but not the agent, now appear with their usual face.
23792
23793 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
23794
23795 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23796 w3m-safe-url-regexp variable buffer-local.
23797
23798 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23799
23800 2004-02-27 Simon Josefsson <jas@extundo.com>
23801
23802 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23803 gnus-group-real-prefix.
23804 (gnus-summary-move-article): Use it, instead of
23805 gnus-group-real-prefix.
23806
23807 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
23808
23809 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23810 w3m-safe-url-regexp variable buffer-local and set it as the value
23811 of mm-w3m-safe-url-regexp.
23812
23813 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23814
23815 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23816 parsing gnus-posting-styles when the message is not for replying.
23817
23818 * nnrss.el (nnrss-opml-export):
23819 Use mm-set-buffer-file-coding-system instead of
23820 set-buffer-file-coding-system.
23821
23822 2004-02-27 Jesper Harder <harder@ifa.au.dk>
23823
23824 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23825 of checkdoc.el).
23826 * nnrss.el: do.
23827 * gnus-mlspl.el: do.
23828 * gnus-ml.el: do.
23829 * gnus-srvr.el: do.
23830
23831 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23832
23833 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
23834
23835 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23836 Corrections to custom-manual links.
23837
23838 * gnus-art.el (gnus-article): Ditto.
23839
23840 * mm-decode.el (mime-display, mime-security): Ditto.
23841
23842 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23843
23844 * flow-fill.el: Typo.
23845
23846 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
23847
23848 * spam-wash.el: New file.
23849
23850 2004-02-26 Mark A. Hershberger <mah@everybody.org>
23851
23852 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23853
23854 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
23855
23856 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23857 to be run with new-articles as LIST1, not LIST2.
23858 (spam-registration-functions): Add spam-use-ham-copy as a nil
23859 registration backend.
23860
23861 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23862
23863 * spam-stat.el (spam-stat-washing-hook): New option.
23864 (spam-stat-buffer-words): Use it.
23865 (spam-stat-process-directory, spam-stat-test-directory):
23866 Use insert-file-contents-literally.
23867 (spam-stat-coding-system): New variable.
23868 (spam-stat-load, spam-stat-save): Use it.
23869
23870 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
23871
23872 * spam-report.el (spam-report-plug-agent):
23873 Quote spam-report-url-to-file and spam-report-url-ping-plain.
23874
23875 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
23876
23877 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23878 Allow / in mailto URLs.
23879
23880 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
23881
23882 * spam-report.el (spam-report-process-queue): Fix interactive use.
23883 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23884 (spam-report-unplug-agent): Doc fixes.
23885 (spam-report-url-ping-mm-url, spam-report-url-to-file)
23886 (spam-report-agentize, spam-report-deagentize):
23887 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
23888
23889 * message.el (message-setup-fill-variables): Add mml tags to
23890 paragraph-start and paragraph-separate. Suggested by Andrew Korty
23891 <ajk@iu.edu>.
23892 (message-mode): Don't modify paragraph-separate there.
23893
23894 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
23895
23896 * compface.el (uncompface-use-external): Default to undecided.
23897 (uncompface-use-external-threshold): New variable.
23898 (uncompface-float-time): New macro.
23899 (uncompface): Determine whether to use the external decoder if
23900 uncompface-use-external is undecided.
23901
23902 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23903
23904 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23905 after images.
23906
23907 * gnus-art.el (gnus-mime-display-single): Remove dead code.
23908
23909 2004-02-14 Jesper Harder <harder@ifa.au.dk>
23910
23911 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23912
23913 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23914
23915 * gnus-sum.el (gnus-summary-limit-to-age)
23916 (gnus-summary-limit-children): do.
23917
23918 * gnus-int.el (gnus-request-scan): do.
23919
23920 * gnus-group.el (gnus-group-suspend): do.
23921
23922 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23923
23924 * gnus-cite.el (gnus-cite-parse-attributions): do.
23925
23926 * gnus-agent.el (gnus-summary-set-agent-mark)
23927 (gnus-agent-regenerate-group): do.
23928
23929 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23930
23931 * binhex.el (binhex-decode-region-internal): do.
23932
23933 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
23934
23935 * gnus-fun.el (gnus-face-properties-alist): New user option.
23936 (gnus-display-x-face-in-from): Use it.
23937
23938 * gnus-art.el (article-display-face): Ditto.
23939
23940 * compface.el (uncompface-use-external): Default to nil.
23941
23942 2004-02-12 Jesper Harder <harder@ifa.au.dk>
23943
23944 * nntp.el (nntp-erase-buffer): New function.
23945 (nntp-retrieve-data, nntp-send-command)
23946 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23947 (nntp-possibly-change-group): Use it.
23948
23949 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23950 Use with-current-buffer.
23951
23952 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
23953
23954 * compface.el: Merge the ELisp-based uncompface program.
23955 (compface): New customization group.
23956 (uncompface-use-external): New user option.
23957 (uncompface): Call uncompface-internal if uncompface-use-external
23958 is nil.
23959 (uncompface-internal): New function. Note that there are also
23960 some other functions and variables added for this function.
23961
23962 2004-02-10 Jesper Harder <harder@ifa.au.dk>
23963
23964 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23965 if necessary.
23966
23967 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
23968
23969 * spam-report.el (spam-report-unplug-agent)
23970 (spam-report-plug-agent, spam-report-deagentize)
23971 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23972 Add support for the Agent in spam-report: when unplugged, report to a
23973 file; when plugged, submit all the requests.
23974
23975 * spam.el (spam-register-routine): Fix message about
23976 registration.
23977
23978 2004-02-09 Jesper Harder <harder@ifa.au.dk>
23979
23980 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23981 dependencies.
23982 (rfc2047-encode): Use it.
23983
23984 * gnus-art.el (gnus-button-marker-list): Move before first
23985 reference.
23986
23987 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23988 (imap-parse-body): Fix format string mismatch.
23989
23990 * gnus-score.el (gnus-summary-increase-score): do.
23991
23992 * nnrss.el (nnrss-close): New function.
23993
23994 2004-02-08 Jesper Harder <harder@ifa.au.dk>
23995
23996 * nnrss.el (nnrss-make-filename): New function.
23997 (nnrss-request-delete-group, nnrss-read-server-data)
23998 (nnrss-save-server-data, nnrss-read-group-data)
23999 (nnrss-save-group-data): Use it.
24000 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24001 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24002 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24003
24004 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24005
24006 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24007
24008 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24009
24010 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24011 files.
24012
24013 * message.el (message-generate-headers-first): Don't quote nil
24014 and t in docstrings.
24015
24016 * imap.el (imap-id): do.
24017
24018 * gnus-agent.el (gnus-agent-consider-all-articles)
24019 (gnus-agent-queue-mail): do.
24020
24021 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24022
24023 * spam-report.el (spam-report-process-queue): New function.
24024 Process requests from `spam-report-requests-file'.
24025 (spam-report-process-queue): Doc fix.
24026
24027 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24028
24029 * spam.el (spam-register-routine)
24030 (spam-log-processing-to-registry, spam-log-registered-p)
24031 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24032 Change "check" to "spam-check" for semi-clarity.
24033
24034 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24035
24036 * pop3.el: Require nnheader.
24037
24038 * mml-smime.el: Require cl. Autoload message-fetch-field.
24039
24040 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24041
24042 * gnus-picon.el: Require cl.
24043
24044 * gnus-fun.el: Require gnus-ems and gnus-util.
24045
24046 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24047
24048 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24049
24050 * gnus-art.el (gnus-article-edit-mode): Define before first
24051 reference.
24052
24053 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24054
24055 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24056 (gnus-uu-post-encoded): Use point-at-bol.
24057
24058 * gnus-topic.el (gnus-group-active-topic-p): do.
24059
24060 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24061
24062 * gnus-group.el (gnus-group-kill-region): do.
24063
24064 * gnus-art.el (article-date-ut): do.
24065
24066 * message.el (message-fetch-field): Remove redundant
24067 case-fold-search binding.
24068 (message-narrow-to-field): Simplify.
24069
24070 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24071
24072 * spam.el (spam-directory): Derive from `gnus-directory'.
24073
24074 * spam-report.el (spam-report-url-to-file)
24075 (spam-report-requests-file): New function and variable for offline
24076 reporting.
24077 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24078 and user defined function.
24079 (spam-report-url-ping-mm-url): Remove doubled slash.
24080
24081 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24082
24083 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24084
24085 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24086
24087 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24088 Fix format string mismatch.
24089
24090 * sieve.el (sieve-deactivate-all): do.
24091
24092 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24093
24094 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24095
24096 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24097
24098 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24099
24100 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24101
24102 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24103 the list of checks.
24104
24105 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24106
24107 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24108 padding.
24109
24110 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24111
24112 * mm-view.el (mm-fill-flowed): New variable.
24113 (mm-inline-text): Use it.
24114
24115 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24116
24117 * spam.el (spam-spamassassin-register-ham-routine)
24118 (spam-spamassassin-register-spam-routine): Fix function names.
24119
24120 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24121
24122 * gnus.el (gnus-tmp-grouplens): Remove.
24123 (gnus-summary-line-format): Remove grouplens.
24124
24125 * gnus-group.el (gnus-group-line-format): Ditto.
24126
24127 * gnus-spec.el (gnus-format-specs): Ditto.
24128 (gnus-update-format-specifications): Flush the group format spec
24129 cache if there's the grouplens stuff.
24130 (gnus-parse-simple-format): Replace %l with the empty string.
24131
24132 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24133
24134 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24135 omission.
24136
24137 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24138
24139 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24140 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24141
24142 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24143
24144 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24145 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24146 New macros and functions.
24147 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24148 Handle > NLINK_MAX messages.
24149 * nnmaildir.el (nnmaildir-request-set-mark):
24150 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24151
24152 2004-01-25 Alex Schroeder <alex@gnu.org>
24153
24154 * spam-stat.el (spam-stat-process-directory-age): New option.
24155 (spam-stat-process-directory): Use it.
24156
24157 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24158
24159 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24160 (spam-stat-save): Accept prefix argument.
24161
24162 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24163
24164 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24165 links" error.
24166
24167 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24168
24169 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24170 compatibility with old .newsrc.eld files.
24171
24172 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24173
24174 * gnus-start.el (gnus-1): do.
24175
24176 * gnus-group.el (gnus-group-line-format-alist): do.
24177
24178 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24179
24180 * gnus-gl.el: Remove.
24181
24182 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24183
24184 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24185 marks consisting of a single range {for example, (3 . 5)} rather
24186 than a list of a single range { ((3 . 5)) }.
24187
24188 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24189
24190 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24191 Use with-current-buffer.
24192 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24193 avoid consing a string.
24194
24195 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24196 Remove obsolete entries for big5 and gb2312.
24197
24198 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24199
24200 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24201 uncompressed list.
24202
24203 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24204
24205 * spam-stat.el (spam-stat-strip-xref): New function.
24206 (spam-stat-process-directory): Use it.
24207
24208 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24209 here -- it's done in message-fetch-field.
24210
24211 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24212
24213 * gnus-agent.el (gnus-agent-queue-mail)
24214 (gnus-agent-prompt-send-queue): New variables.
24215 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24216 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24217 "nndraft:queue" along to gnus-draft-send.
24218 Use gnus-agent-prompt-send-queue.
24219 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24220 is "nndraft:queue". Suggested by Gaute Strokkenes
24221 <gs234@srcf.ucam.org>
24222
24223 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24224 (agent-enable-undownloaded-faces): Add.
24225 (gnus-agent-cat-groups): Use eval-and-compile, not
24226 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24227 method of gnus-agent-cat-groups even when the buffer has been
24228 evalled.
24229 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24230 delete gnus-agent-save-active-1.
24231 (gnus-agent-save-groups): Delete. Identical to
24232 gnus-agent-save-active.
24233 (gnus-agent-write-active): No longer adjust agent's copy of active
24234 file as agent's adjustments are now stored in their own
24235 file. Remove optional parameter.
24236 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24237 servers. Add use of min/max range limits from server's local
24238 file.
24239 (gnus-agent-save-alist): Remove unused optional argument.
24240 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24241 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24242 (gnus-agent-set-local): A per-server file that keeps min/max range
24243 limits for articles known to the agent. Provides a fast mechanism
24244 for altering many active ranges.
24245 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24246 active file (local makes it unnecessary).
24247 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24248
24249 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24250 (agent-enable-undownloaded-faces): Add.
24251
24252 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24253 disable it when sending to "nndraft:queue".
24254 (gnus-group-send-queue): Add safety check to avoid sending queue
24255 when unplugged.
24256
24257 * gnus-group.el (gnus-group-catchup): Use new
24258 gnus-sequence-of-unread-articles, not
24259 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24260 numbers of articles. Use gnus-range-map to avoid having to
24261 uncompress the unread list.
24262 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24263 Fix invalid ange-ftp reference.
24264
24265 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24266 (gnus-sorted-range-intersection): Intersection of two ranges
24267 without requiring that they first be uncompressed.
24268
24269 * gnus-start.el (gnus-activate-group): Unless blocked by the
24270 caller, possibly expand the active range to include both cached
24271 and agentized articles.
24272 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24273 multiple version-dependent converters.
24274 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24275 gnus-agent-save-active.
24276 (gnus-save-newsrc-file): Save dirty agent range limits.
24277
24278 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24279 gnus-agent-possibly-alter-active.
24280 (gnus-adjust-marked-articles): Faster handling of simple lists.
24281
24282 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24283
24284 * spam-stat.el (spam-stat-test-directory): New optional argument
24285 displays a list of files detected. Suggested by Andrew Cohen
24286 <cohen@andy.bu.edu>.
24287 (spam-stat-buffer-words-with-scores): Don't narrow and change
24288 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24289
24290 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24291
24292 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24293 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24294 (spam-spamassassin-arguments)
24295 (spam-spamassassin-spam-flag-header)
24296 (spam-spamassassin-positive-spam-flag-header)
24297 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24298 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24299 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24300 (spam-list-of-processors, spam-list-of-checks)
24301 (spam-list-of-statistical-checks, spam-registration-functions)
24302 (spam-check-spamassassin-headers, spam-check-spamassassin)
24303 (spam-spamassassin-score)
24304 (spam-spamassassin-register-with-sa-learn)
24305 (spam-spamassassin-register-spam-routine)
24306 (spam-spamassassin-register-ham-routine)
24307 (spam-assassin-register-spam-routine)
24308 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24309 (spam-bogofilter-score): Fix to show article before scoring.
24310
24311 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24312
24313 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24314 default scoring function.
24315 (spam-generic-score): Call spam-spamassassin-score if
24316 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24317 spam-bogofilter-score otherwise.
24318
24319 * gnus.el (spam-process, spam-autodetect-methods):
24320 Add spamassassin and spamassassin-headers.
24321
24322 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24323
24324 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24325 Suppress unnecessary messages.
24326
24327 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24328
24329 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24330 make-hash-table.
24331
24332 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24333
24334 * canlock.el (base64-encode-string): Don't autoload it.
24335
24336 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24337
24338 * run-at-time.el: Remove useless (require 'itimer),
24339 eval-and-compile and (featurep 'xemacs).
24340
24341 2004-01-16 Jesper Harder <harder@ifa.au.dk>
24342
24343 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24344 GROUP is a virtual group.
24345
24346 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
24347
24348 * gnus.el: Autoload `message-y-or-n-p'.
24349
24350 2004-01-15 Jesper Harder <harder@ifa.au.dk>
24351
24352 * pgg-parse.el: Remove unnecessary (require 'custom).
24353
24354 * pgg-def.el: do.
24355
24356 * nnmail.el: do.
24357
24358 * gnus-undo.el: do.
24359
24360 * gnus-picon.el: do.
24361
24362 * gnus-util.el: do.
24363
24364 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24365
24366 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24367
24368 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24369
24370 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24371 handle, as well as a list.
24372
24373 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24374 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24375 (mm-w3m-cid-retrieve): Simplify.
24376
24377 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24378
24379 * message.el (message-kill-to-signature): Allow prefix arg to
24380 specify number of lines to keep before signature.
24381
24382 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24383
24384 * message.el (message-kill-to-signature): Change docstring.
24385
24386 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24387
24388 * canlock.el: Always require sha1-el.
24389 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24390
24391 * message.el: Autoload sha1 only when compiling.
24392
24393 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24394
24395 * message.el (message-canlock-generate): Require sha1-el.
24396
24397 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24398
24399 * message.el (message-expand-name): Silence the byte compiler.
24400
24401 2004-01-13 Simon Josefsson <jas@extundo.com>
24402
24403 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24404 Invoke gnus-score-mode.
24405 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24406
24407 * gnus-range.el (gnus-compress-sequence): Doc fix.
24408 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24409
24410 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24411
24412 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24413
24414 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
24415
24416 * spam.el (spam-get-article-as-string): Update to use
24417 gnus-request-article-this-buffer, much simpler.
24418 (spam-get-article-as-buffer): Remove.
24419
24420 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
24421
24422 * message.el (message-expand-name): Use EUDC if the user uses that.
24423
24424 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24425
24426 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24427 character for the encoding to avoid consing a string.
24428
24429 * rfc2047.el (rfc2047-decode-string): Don't cons a string
24430 unnecessarily.
24431
24432 * mm-util.el (mm-replace-chars-in-string): Remove.
24433
24434 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24435 of mm-replace-chars-in-string.
24436
24437 2004-01-11 Jesper Harder <harder@ifa.au.dk>
24438
24439 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24440
24441 * mm-util.el (mm-subst-char-in-string): Support inplace.
24442
24443 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24444 a new string in every iteration. Use shy groups.
24445
24446 2004-01-10 Jesper Harder <harder@ifa.au.dk>
24447
24448 * gnus-srvr.el (gnus-browse-unsubscribe-group):
24449 * gnus-soup.el (gnus-soup-group-brew):
24450 * gnus-msg.el (gnus-put-message):
24451 * gnus-move.el (gnus-group-move-group-to-server):
24452 * gnus-kill.el (gnus-batch-score):
24453 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24454 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24455 (gnus-group-update-group, gnus-group-read-group)
24456 (gnus-group-make-group, gnus-group-make-help-group)
24457 (gnus-group-make-archive-group, gnus-group-make-directory-group)
24458 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24459 (gnus-group-sort-by-unread, gnus-group-catchup)
24460 (gnus-group-unsubscribe-group, gnus-group-kill-group)
24461 (gnus-group-yank-group, gnus-group-set-info)
24462 (gnus-group-list-groups):
24463 * gnus.el (gnus-generate-new-group-name):
24464 * gnus-delay.el (gnus-delay-send-queue):
24465 * nnvirtual.el (nnvirtual-catchup-group):
24466 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24467 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24468 (gnus-group-prepare-topics, gnus-topic-check-topology):
24469 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24470 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24471 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24472 (gnus-group-make-articles-read):
24473 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24474 (gnus-group-change-level, gnus-kill-newsgroup)
24475 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24476 (gnus-get-unread-articles, gnus-make-articles-unread)
24477 (gnus-make-ascending-articles-unread): Use accessor
24478 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24479 to get group information for improved readability.
24480
24481 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24482
24483 * gnus-art.el (article-decode-mime-words, article-babel)
24484 (gnus-article-highlight-signature, gnus-article-add-buttons)
24485 (gnus-signature-toggle): Use gnus-with-article-buffer.
24486
24487 * gnus-art.el (gnus-article-highlight-headers)
24488 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24489
24490 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24491 (gnus-article-set-globals, gnus-request-article-this-buffer)
24492 (gnus-button-message-id, gnus-article-maybe-hide-headers)
24493 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24494 (gnus-mime-display-alternative): Use with-current-buffer.
24495
24496 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24497
24498 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24499 also under 80 char limit, and call gnus-error if needed.
24500 (spam-fetch-article-header): Fix - it was a
24501 buffer-local variable (gnus-newsgroup-data).
24502 (spam-find-spam): Use spam-generate-fake-headers, forget about
24503 spam-insert-fake-headers.
24504 (spam-insert-fake-headers): Remove.
24505
24506 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24507
24508 * deuglify.el (gnus-article-outlook-unwrap-lines)
24509 (gnus-outlook-rearrange-article)
24510 (gnus-outlook-repair-attribution-outlook)
24511 (gnus-outlook-repair-attribution-block)
24512 (gnus-outlook-repair-attribution-other): Remove redundant
24513 save-excursion.
24514
24515 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24516
24517 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24518 (spam-fetch-field-subject-fast)
24519 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24520 (spam-fetch-article-header): Add functions to deal with Gnus
24521 internals for fast retrieval of article header data.
24522 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24523
24524 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24525
24526 * pop3.el (pop3-md5): Remove.
24527 (pop3-apop): Replace pop3-md5 with md5.
24528
24529 * mm-bodies.el: base64 is always built-in.
24530
24531 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24532 Use with-current-buffer.
24533
24534 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
24535
24536 * canlock.el (canlock-insert-header): Remove excessive grouping in
24537 regexp.
24538
24539 * gnus-sum.el (gnus-summary-read-document): Ditto.
24540
24541 * gnus-uu.el (gnus-uu-part-number): Ditto.
24542
24543 * html2text.el (html2text-remove-tags): Ditto.
24544 (html2text-format-tags): Ditto.
24545 (html2text-format-single-elements): Ditto.
24546
24547 * mml.el (mml-parse-1): Ditto.
24548
24549 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24550
24551 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24552
24553 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24554
24555 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24556
24557 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24558
24559 2003-11-15 Simon Josefsson <jas@extundo.com>
24560
24561 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24562 (pgg-gpg-lookup-key): Use regexp match instead of
24563 split-string (split-string is different between emacs 21.2 and
24564 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
24565
24566 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24567
24568 * gnus-art.el (gnus-mime-view-all-parts)
24569 (gnus-article-part-wrapper, gnus-article-view-part):
24570 Use with-current-buffer.
24571
24572 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24573
24574 * spam.el (spam-disable-spam-split-during-ham-respool)
24575 (spam-spamoracle-database, spam-cache-lookups)
24576 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24577 (spam-group-ham-mark-p, spam-group-spam-mark-p)
24578 (spam-group-ham-marks, spam-group-spam-marks)
24579 (spam-group-spam-contents-p, spam-group-ham-contents-p)
24580 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24581 also add spam-use-blackholes to the statistical checks.
24582 (spam-fetch-field-fast): Add interface to fetching fields, may
24583 become a macro.
24584 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24585 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24586 (spam-insert-fake-headers): Fake an article when needed.
24587 (spam-find-spam): Fake article when possible.
24588 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24589 (spam-check-bogofilter-headers): Use message-fetch-field instead
24590 of nnmail-fetch-field.
24591
24592 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
24593
24594 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24595
24596 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24597
24598 * spam.el (spam-split): Do not require spam-use-CHECK to be
24599 enabled if that check is passed to spam-split explicitly; also
24600 fix so 'spam doesn't get converted to spam-split-group when
24601 spam-split-symbolic-return is t.
24602 (spam-find-spam): Find registrations of the article and use those
24603 instead of re-running spam-split to find the spam/ham
24604 classification of the article.
24605 (spam-log-processing-to-registry, spam-log-registered-p)
24606 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24607 Use gnus-error instead of gnus-message.
24608 (spam-log-registration-type): Add function to determine the
24609 classification of a message based on registry entries; will
24610 return nil if both 'spam and 'ham are found.
24611 (spam-check-BBDB): Expand all the BBDB macros here so we can have
24612 a reasonably fast local cache without the loading errors.
24613 (spam-cache-lookups): Set to t by default.
24614 (spam-find-spam): Don't try to guess spam-cache-lookups.
24615 (spam-enter-whitelist, spam-enter-blacklist): Clear the
24616 spam-caches entry.
24617 (spam-filelist-build-cache, spam-filelist-check-cache):
24618 Fix caching of whitelist/blacklist entries.
24619 (spam-check-whitelist, spam-check-blacklist):
24620 Invoke spam-from-listed-p with a type, not a cache variable.
24621 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24622
24623 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24624
24625 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24626
24627 * nnmail.el (nnmail-split-fancy): do.
24628
24629 * mml.el (mml-parse): do.
24630
24631 * gnus-score.el (gnus-enter-score-words-into-hashtb)
24632 (gnus-score-adaptive): do.
24633
24634 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24635
24636 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24637 (gnus-mime-button-map): Don't set keymap parent.
24638 (gnus-button-ctan-directory-regexp): Use shy grouping.
24639 (gnus-prev-page-map): Don't set keymap parent.
24640 (gnus-prev-page-map): Remove duplicated one.
24641 (gnus-next-page-map): Don't set keymap parent.
24642 (gnus-mime-security-button-map): Ditto.
24643
24644 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24645 version number.
24646
24647 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24648
24649 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24650
24651 * canlock.el (canlock-sha1-function): Remove.
24652 (canlock-sha1-function-for-verify): Remove.
24653 (canlock-openssl-program): Remove.
24654 (canlock-openssl-args): Remove.
24655 (canlock-ignore-errors): Remove.
24656 (canlock-sha1-with-openssl): Remove.
24657 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24658 (canlock-verify): Don't use canlock-ignore-errors.
24659
24660 * sha1-el.el (sha1-string-external): Make it can return a string
24661 in binary form.
24662 (sha1-region-external): Ditto.
24663 (sha1-string-internal): Ditto.
24664 (sha1-region-internal): Ditto.
24665 (sha1-region): Ditto.
24666 (sha1-string): Ditto.
24667 (sha1): Ditto.
24668
24669 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
24670
24671 * spam.el (spam-report-articles-gmane): New command.
24672
24673 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24674
24675 * gnus.el: Don't make unnecessary *Group* buffer when loading.
24676
24677 * run-at-time.el (run-at-time-saved): Remove.
24678 (run-at-time): Doc fix.
24679
24680 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24681
24682 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24683 (gnus-summary-limit-map): Add it.
24684 (gnus-summary-make-menu-bar): do.
24685
24686 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
24687
24688 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24689 Make attempt at some caching support (done for BBDB only now).
24690 (spam-find-spam): Set spam-cache-lookups if there are more than 2
24691 addresses to be checked.
24692 (spam-clear-cache-BBDB): Add function, to be invoked by
24693 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24694 (spam-check-BBDB): Check and use the caches, if
24695 spam-cache-lookups is on, remove superfluous (provide).
24696
24697 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
24698
24699 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24700
24701 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
24702
24703 * run-at-time.el (run-at-time-saved): Move to after the definition
24704 of `run-at-time'.
24705
24706 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
24707
24708 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24709 mm-w3m-local-map-property.
24710
24711 * mm-view.el (mm-w3m-mode-map): Remove.
24712 (mm-w3m-local-map-property): Remove.
24713 (mm-inline-text-html-render-with-w3m): Don't use
24714 mm-w3m-local-map-property.
24715
24716 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
24717
24718 * run-at-time.el: New file.
24719
24720 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24721 of gnus-set-text-properties.
24722
24723 * gnus-uu.el (gnus-uu-save-article): Ditto.
24724
24725 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24726
24727 * gnus-cite.el (gnus-cite-parse): Ditto.
24728
24729 * gnus-art.el (gnus-button-push): Use set-text-properties instead
24730 of gnus-.
24731
24732 * gnus.el: Change calls to nnheader-run-at-time and
24733 password-run-at-time throughout to use run-at-time directly.
24734
24735 * password.el: Remove definition of run-at-time.
24736
24737 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
24738
24739 * mml.el (mml-minibuffer-read-disposition): Show attachment type
24740 in prompt.
24741
24742 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24743
24744 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24745 XEmacs version.
24746
24747 * dns.el (dns-make-network-process): Use `open-network-stream'
24748 instead of `gnus-xmas-open-network-stream'.
24749
24750 * .cvsignore: Add auto-autoloads.el, custom-load.el.
24751
24752 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24753
24754 * gnus-art.el (gnus-mime-display-alternative)
24755 (gnus-insert-mime-button, gnus-insert-mime-security-button)
24756 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24757 Don't use gnus-local-map-property.
24758
24759 * gnus-util.el (gnus-local-map-property): Remove.
24760
24761 * mm-view.el (mm-view-pkcs7-decrypt):
24762 Replace gnus-completing-read-maybe-default with completing-read.
24763
24764 * gnus-util.el (gnus-completing-read): do.
24765 (gnus-completing-read-maybe-default): Remove.
24766
24767 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24768
24769 * password.el: Only autoload `run-at-time' if not XEmacs.
24770 Only autoload the itimer functions if XEmacs.
24771
24772 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24773
24774 * gnus-art.el (gnus-read-string): Remove.
24775 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24776 read-string.
24777
24778 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
24779
24780 * netrc.el: Autoload password-read.
24781 (netrc): Add configuration group.
24782 (netrc-encoding-method, netrc-openssl-path):
24783 Add variables for encoding and decoding of files with symmetric
24784 ciphers.
24785 (netrc-encode): Add assistant function to encode a file with
24786 netrc-encoding-method.
24787 (netrc-parse): Add interactive parameter, added optional
24788 decoding if netrc-encoding-method is non-nil but otherwise
24789 behavior is standard.
24790 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24791 Do s/encode/encrypt/ everywhere.
24792
24793 * spam.el: Remove executable-find autoload.
24794
24795 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24796
24797 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24798
24799 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24800
24801 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
24802
24803 * gnus-art.el (gnus-treat-ansi-sequences)
24804 (article-treat-ansi-sequences): New variable and function.
24805 Suggested by Dan Jacobson <jidanni@jidanni.org>.
24806
24807 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24808 Use it.
24809
24810 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24811
24812 * mm-util.el (mm-quote-arg): Remove.
24813
24814 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24815 shell-quote-argument.
24816
24817 * gnus-uu.el (gnus-uu-command): do.
24818
24819 * gnus-sum.el (gnus-summary-insert-pseudos): do.
24820
24821 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24822 with make-char.
24823
24824 * mm-util.el (mm-make-char): Remove.
24825
24826 * mml.el (mml-mode): Replace gnus-add-minor-mode with
24827 add-minor-mode.
24828
24829 * gnus-undo.el (gnus-undo-mode): do.
24830
24831 * gnus-topic.el (gnus-topic-mode): do.
24832
24833 * gnus-sum.el (gnus-dead-summary-mode): do.
24834
24835 * gnus-start.el (gnus-slave-mode): do.
24836
24837 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24838
24839 * gnus-ml.el (gnus-mailing-list-mode): do.
24840
24841 * gnus-gl.el (gnus-grouplens-mode): do.
24842
24843 * gnus-draft.el (gnus-draft-mode): do.
24844
24845 * gnus-dired.el (gnus-dired-mode): do.
24846
24847 * gnus-ems.el (gnus-add-minor-mode): Remove.
24848
24849 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24850 Replace gnus-char-width with char-width.
24851
24852 * gnus-ems.el (gnus-char-width): Remove.
24853
24854 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24855 Replace gnus-char-width with char-width.
24856
24857 * gnus-ems.el (gnus-char-width): Remove.
24858
24859 * spam-stat.el (with-syntax-table): Remove with-syntax-table
24860 definition.
24861 Remove Emacs 20 hash table compatibility code.
24862
24863 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24864 20 compatibility code.
24865
24866 * spam.el (spam-point-at-eol): Replace with point-at-eol.
24867
24868 * smime.el (smime-point-at-eol): Replace with point-at-eol.
24869
24870 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24871 Replace with point-at-{eol,bol}.
24872
24873 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24874
24875 * imap.el (imap-point-at-eol): Replace with point-at-eol.
24876
24877 * flow-fill.el (fill-flowed-point-at-bol)
24878 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24879
24880 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24881 Replace with point-at-{eol,bol} throughout all files.
24882
24883 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
24884
24885 * ntlm.el (ntlm-string-as-unibyte): New macro.
24886 (ntlm-build-auth-response): Use it.
24887
24888 Remove Emacs 20 stuff:
24889 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24890 of delq and copy-sequence.
24891 * gnus-art.el (popup-menu): Remove the compiler macro.
24892 * nnmail.el (nnmail-split-fancy): Don't support customizing with
24893 Emacs 20.
24894
24895 2004-01-05 Simon Josefsson <jas@extundo.com>
24896
24897 * ntlm.el: Fix namespace. Change smb-passwd-hash into
24898 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24899 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24900 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24901 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24902 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24903 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24904 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24905 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24906 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24907 ntlm-string-permute, string-lshift into ntlm-string-lshift,
24908 string-xor into ntlm-string-xor.
24909 Suggested by Jesper Harder <harder@myrealbox.com>.
24910
24911 * ntlm.el: Don't include poem.
24912
24913 * md4.el (print-int32, print-string-hexa): Remove.
24914 Suggested by Jesper Harder <harder@myrealbox.com>.
24915
24916 * sasl-ntlm.el, ntlm.el, md4.el: New files.
24917
24918 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
24919 probably breaks emacs with DL patch, but do we care? Is anyone
24920 still using the DL stuff?)
24921
24922 * sieve-manage.el: Use the password package.
24923 (sieve-manage-read-passwd): Remove.
24924 (sieve-manage-interactive-login): Use password. Re-add
24925 condition-case around loop.
24926
24927 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24928 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24929 Use the password package.
24930
24931 2003-02-19 Simon Josefsson <jas@extundo.com>
24932
24933 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24934 token.
24935
24936 2002-08-07 Simon Josefsson <jas@extundo.com>
24937
24938 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24939 (sieve-manage-authenticators):
24940 (sieve-manage-authenticator-alist): Add some SASL mechs.
24941 (sieve-sasl-auth): New function.
24942 (sieve-manage-cram-md5-auth):
24943 (sieve-manage-plain-auth): Rewrite using SASL library.
24944 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24945 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24946 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24947 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24948
24949 2004-01-05 Simon Josefsson <jas@extundo.com>
24950
24951 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24952 New files.
24953
24954 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24955
24956 * gnus-group.el (gnus-no-groups-message): Update.
24957
24958 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24959
24960 2003-11-09 Simon Josefsson <jas@extundo.com>
24961
24962 * imap.el: Support for ID IMAP extension (RFC 2971).
24963 (imap-local-variables): Add imap-id.
24964 (imap-id): New variable.
24965 (imap-id): New function.
24966 (imap-parse-response): Parse untagged ID response.
24967 * nnimap.el (nnimap-id): New variable.
24968 (nnimap-open-connection): Use it.
24969
24970 2003-12-28 Simon Josefsson <jas@extundo.com>
24971
24972 * gnus-score.el (gnus-score-edit-all-score): New.
24973 * gnus-group.el (gnus-group-score-map): Bind it to W e.
24974
24975 2004-01-04 Simon Josefsson <jas@extundo.com>
24976
24977 * password.el: Add.
24978
24979 2004-01-04 Mario Lang <lang@zid.tugraz.at>
24980
24981 * dns.el (dns-query-types): Fix typo.
24982 (dns-query-types): New function.
24983 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
24984 PTR and SOA replies, see RFC 1035.
24985
24986 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24987
24988 * gnus.el (gnus-logo-color-style): Change colors to `no'.
24989
24990 * Move to Changelog.2.
24991
24992 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24993
24994 * gnus.el (gnus-version-number): Bump version.
24995
24996 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24997
24998 * gnus.el: No Gnus v0.1 is released.
24999
25000 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25001
25002 * gnus.el: No Gnus v0.0 is released.
25003
25004 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25005
25006 * gnus.el (gnus-version-number): Bump.
25007 (gnus-version): No.
25008
25009 See ChangeLog.2 for earlier changes.
25010
25011 Copyright (C) 2004-2013 Free Software Foundation, Inc.
25012
25013 This file is part of GNU Emacs.
25014
25015 GNU Emacs is free software: you can redistribute it and/or modify
25016 it under the terms of the GNU General Public License as published by
25017 the Free Software Foundation, either version 3 of the License, or
25018 (at your option) any later version.
25019
25020 GNU Emacs is distributed in the hope that it will be useful,
25021 but WITHOUT ANY WARRANTY; without even the implied warranty of
25022 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25023 GNU General Public License for more details.
25024
25025 You should have received a copy of the GNU General Public License
25026 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25027
25028 ;; Local Variables:
25029 ;; coding: utf-8
25030 ;; fill-column: 79
25031 ;; add-log-time-zone-rule: t
25032 ;; End: